]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
4 default value.
5 (gdb-find-source-frame): New function.
6 (menu): Add to menu bar.
7
8 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * font-core.el (font-lock-extend-region-function)
11 (font-lock-extend-region): Move to font-lock.el.
12
13 * font-lock.el (font-lock-extend-region-function)
14 (font-lock-extend-region): Move from font-core.el. Simplify.
15
16 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
17 if needed.
18 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
19 (jit-lock-after-change-extend-region-functions): New hook.
20 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
21
22 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
23 (font-lock-turn-on-thing-lock): Use it.
24
25 * longlines.el (longlines-show-region): Make it work on read-only
26 buffers as well.
27
28 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
29
30 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
31
32 2006-07-31 Richard Stallman <rms@gnu.org>
33
34 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
35 (vhdl-speedbar-display-projects): Update old obsolete
36 speedbar variable names.
37
38 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
39
40 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
41 (gdb-stopped): Use it.
42
43 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
44
45 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
46
47 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
48 for load-history elements.
49
50 2006-07-29 Eli Zaretskii <eliz@gnu.org>
51
52 * files.el (convert-standard-filename): For Cygwin, replace
53 characters not allowed in Windows file names.
54 (make-auto-save-file-name): Add Cygwin to the list of systems
55 where the auto-save file name needs to be run through
56 convert-standard-filename.
57
58 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
59
60 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
61
62 2006-07-28 Richard Stallman <rms@gnu.org>
63
64 * bindings.el (mode-line-frame-identification)
65 (propertized-buffer-identification): Centralize the code
66 to initialize the variable.
67
68 * progmodes/grep.el (grep-default-command): Catch errors from
69 wildcard-to-regexp.
70
71 2006-07-29 Kim F. Storm <storm@cua.dk>
72
73 * progmodes/grep.el (grep-tag-default): New function.
74 (grep-default-command, grep-read-regexp): Use it.
75 (grep-read-files): Use car of grep-files-history or grep-files-aliases
76 as default if nothing else applies.
77
78 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
79
80 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
81 Throw error if buffer is not in Dired and Wdired mode, respectively.
82
83 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
84
85 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
86 self-insert-command keys don't activate buttons.
87 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
88
89 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
90
91 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
92 faces for enable character.
93
94 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
95
96 * Makefile.in (recompile): Update comment to reflect change
97 on 2004-04-21.
98
99 2006-07-27 Richard Stallman <rms@gnu.org>
100
101 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
102 (customize-package-emacs-version): Change msg when pkg has no entry.
103 (custom-no-edit): On a button, do like widget-button-press.
104
105 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
106
107 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
108 S-tab and C-S-tab.
109
110 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
111
112 * progmodes/which-func.el (which-function): Fix documentation/
113 comment typo.
114
115 2006-07-26 Richard Stallman <rms@gnu.org>
116
117 * textmodes/ispell.el (ispell-word): If we replace the word,
118 move point to the end. Insert before deleting.
119
120 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
121
122 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
123 a timer.
124
125 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
126
127 * tumme.el (tumme-backward-image): Add prefix argument. Add error
128 when at first image.
129 (tumme-forward-image): Add prefix argument. Add error when at last
130 image.
131
132 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
133
134 * tabify.el (tabify-regexp): Use more specific regexps.
135 (tabify): Avoid modifying the buffer unnecessarily.
136
137 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
138
139 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
140 (tumme-format-properties-string): Handle empty `buf'.
141 (tumme-get-comment): Change variable names inside `let'.
142 Add missing `let' variable that cause font-lock problems.
143 (tumme-write-comments): Change variable names inside `let'.
144 Add missing `let' variable that cause font-lock problems.
145 (tumme-forward-image): Rename from `tumme-forward-char'.
146 (tumme-backward-image): Rename from `tumme-backward-char'.
147
148 2006-07-25 Masatake YAMATO <jet@gyve.org>
149
150 * progmodes/ld-script.el (ld-script-keywords)
151 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
152 and add comments.
153
154 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
155
156 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
157 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
158 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
159 for status indicator.
160
161 2006-07-24 Richard Stallman <rms@gnu.org>
162
163 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
164
165 * subr.el (dolist, dotimes): Use interned symbols for locals.
166 (--dotimes-limit--, --dolist-tail--): New defvars.
167 (looking-back): Doc fix.
168
169 * replace.el (replace-match-string-symbols): Handle dotted lists.
170
171 2006-07-24 mathias <mathias@mattis>
172
173 * tumme.el (tumme-write-tags): Add.
174 (tumme-write-comments): Add.
175 (tumme-tag-files): Change to use `tumme-write-tags'.
176 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
177 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
178 (tumme-save-information-from-widgets): Change to use
179 `tumme-write-comments' and `tumme-write-tags'.
180 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
181 (tumme-write-tag): Remove.
182 (tumme-write-comment): Remove.
183 (tumme-display-previous-thumbnail-original): Remove empty line.
184 (tumme-widget-list): Add punctuation.
185
186 2006-07-24 mathias <mathias.dahl@gmail.com>
187
188 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
189
190 2006-07-24 Daiki Ueno <ueno@unixuser.org>
191
192 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
193 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
194 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
195
196 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
197
198 * mouse.el (mouse-on-link-p): Doc fix.
199
200 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
201
202 * emacs-lisp/find-func.el (find-function-search-for-symbol):
203 Handle "C-h f `".
204
205 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
206
207 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
208 column.
209
210 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
211
212 * textmodes/table.el: Add move-beginning-of-line and
213 move-end-of-line to Point Motion Only Group.
214
215 2006-07-22 Eric Hanchrow <offby1@blarg.net>
216
217 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
218
219 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
220
221 * startup.el (user-mail-address): Initialize from the `EMAIL'
222 environment variable first. Document this.
223 (command-line): Ditto.
224
225 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
226
227 * help-mode.el (help-function-def, help-variable-def)
228 (help-face-def): Print a message in the minibuffer.
229
230 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
231
232 * term/xterm.el (terminal-init-xterm): Fix key bindings
233 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
234
235 2006-07-21 Eli Zaretskii <eliz@gnu.org>
236
237 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
238 where `(nth 1 command)' is a cons cell. Doc fix.
239
240 * textmodes/po.el (po-find-charset): Doc fix.
241
242 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
243
244 * allout.el (allout-unprotected, allout-e-o-prefix-p)
245 (allout-beginning-of-current-line, allout-end-of-current-line)
246 (allout-next-visible-heading, allout-open-topic)
247 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
248 (allout-flag-current-subtree, allout-show-to-offshoot)
249 (allout-hide-current-entry, allout-show-current-branches)
250 (allout-hide-region-body, allout-old-expose-topic)
251 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
252 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
253 containing `beginning-of-line' and `end-of-line' with
254 `inhibit-field-text-motion' t.
255
256 2006-07-21 Eli Zaretskii <eliz@gnu.org>
257
258 * frame.el (focus-follows-mouse): Document that it doesn't have
259 any effect on MS-Windows.
260
261 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
264
265 2006-07-20 Jay Belanger <belanger@truman.edu>
266
267 * calc.el (calc-previous-alg-entry): Remove variable.
268
269 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
270 New variables.
271 (calc-alg-entry): Use `calc-alg-entry-history'.
272 (calc-do-quick-calc): Use `calc-quick-calc-history'.
273 Remove reference to `calc-previous-alg-entry'.
274 (calcAlg-edit, calcAlg-enter): Remove reference to
275 `calc-previous-alg-entry'.
276 (calcAlg-previous): Use `previous-history-element' instead of
277 `calc-previous-alg-entry'.
278 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
279 Change keybinding for `calcAlg-plus-minus', add keybindings for
280 `previous-history-element' and `next-history-element'.
281
282 * calc-rewr.el (calc-match): Remove reference to
283 `calc-previous-alg-entry'.
284
285 * calc-sel.el (calc-selection-history): New variable.
286 (calc-enter-selection, calc-sel-mult-both-sides)
287 (calc-sel-add-both-sides): Use `calc-selection-history'.
288
289 * calc-map.el (calc-get-operator-history): New variable.
290 (calc-get-operator): Use `calc-get-operator-history'.
291
292 * calcalg3.el (calc-curve-fit-history): New variable.
293 (calc-curve-fit): Use `calc-curve-fit-history'.
294
295 2006-07-20 Kenichi Handa <handa@m17n.org>
296
297 * international/mule-cmds.el (select-safe-coding-system): Fix the
298 way of deciding eol-type of the coding system.
299
300 2006-07-20 Alan Mackenzie <acm@muc.de>
301
302 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
303 (c-lang-setvar): New macro.
304 (c-make-init-lang-vars-fun): Use the initialization forms in
305 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
306 (comment-start, comment-end, comment-start-skip): Change these from
307 c-lang-defvar's to c-lang-setvar's.
308
309 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
310 which calls make-local-variable on the elements of
311 c-emacs-variable-inits.
312 (c-init-language-vars-for): Call this new macro.
313
314 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
315
316 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
317 Try to rule out false positives due to time stamps.
318 (compilation-mode-font-lock-keywords): Remove rules made redundant
319 because of the above change. Add `segmentation fault' to the known and
320 highlighted compilation termination messages.
321
322 2006-07-19 Kim F. Storm <storm@cua.dk>
323
324 * progmodes/grep.el (grep-find-ignored-directories):
325 Add .svn and _darcs to list.
326
327 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
328
329 * dired.el (dired-mode-map): Add key binding `C-te' for
330 `tumme-dired-edit-comment-and-tags'.
331
332 * tumme.el (tumme-display-thumbnail-original-image): Make sure
333 image display buffer is displayed before call to
334 `tumme-display-image.
335 (tumme-dired-display-image): Make sure image display buffer is
336 displayed before call to `tumme-display-image.
337 (tumme-mouse-display-image): Make sure image display buffer is
338 displayed before call to `tumme-display-image.
339 (tumme-widget-list): Add.
340 (tumme-dired-edit-comment-and-tags): Add.
341 (tumme-save-information-from-widgets): Add.
342
343 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
346
347 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * progmodes/sh-script.el (sh-font-lock-keywords-1):
350 Revert inadvertently installed patch hunk.
351
352 * progmodes/compile.el (compilation-find-file): Handle the
353 cases where the user selects a non-existent file.
354
355 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
358
359 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
360
361 * subr.el (sit-for): Just sleep-for if noninteractive.
362
363 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
364
365 * emacs-lisp/autoload.el (make-autoload): Use new arg.
366
367 * custom.el (custom-autoload): Add `noset' argument.
368 (custom-push-theme): Don't autoload the variable, let callers do it.
369 (custom-theme-set-variables): Autoload the variable if necessary.
370
371 * cus-edit.el (custom-variable-state-set): If the variable was
372 originally set outside custom, but to the same value as the default,
373 consider it to be standard.
374
375 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
376 file *before* telling Emacs to add the autoloads, in case it fails.
377
378 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
379 Use `cond', push', and `dolist'.
380
381 2006-07-17 Richard Stallman <rms@gnu.org>
382
383 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
384 Add defvars to silence warnings.
385
386 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
387
388 * progmodes/compile.el (compilation-mode-font-lock-keywords):
389 Don't highlight "Compiling file" messages as error.
390
391 * dired-aux.el (dired-compress-file): Confirm again if gzipped
392 file already exists.
393
394 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
395
396 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
397 entry, don't assign to free var; simply return the extracted filename.
398 (ff-treat-as-special): Incorporate common preamble from callers.
399 (ff-other-file-name, ff-find-the-other-file):
400 Update call to ff-treat-as-special.
401
402 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
403
404 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
405
406 * tumme.el (tumme-get-comment): Fix bug.
407
408 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * files.el: Remove spurious * in docstrings.
411
412 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
413
414 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
415 grammar.
416 (allout-beginning-of-current-line): Beware beginning of buffer.
417 Also, a comment is simplified.
418 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
419 when appropriate. (This fix enables use for other than
420 bullet-hotspot operation.)
421 (allout-hide-current-subtree): While escalating to sibling-close,
422 make sure to situate on a topic.
423
424 2006-07-14 Kim F. Storm <storm@cua.dk>
425
426 * emulation/cua-base.el (cua-delete-selection)
427 (cua-toggle-set-mark): New defcustoms.
428 (cua-rectangle-modifier-key): Add `alt' modifier.
429 (cua-replace-region): Don't delete if cua-delete-selection is nil.
430 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
431 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
432
433 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
434
435 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
436
437 * allout.el: Require 'cl during byte-compilation/interactive load,
438 for the `assert' macro.
439 (allout-mode-deactivate-hook): New hook, run when allout mode
440 deactivates.
441 (allout-developer): New allout customization subgroup.
442 (allout-run-unit-tests-on-load): New allout-developer
443 customization variable, when true allout unit tests are run towards
444 end of file load/eval.
445 (allout-inhibit-auto-fill): Disable auto-fill activity even during
446 auto-fill-mode.
447 (allout-resumptions): Remove, to be replaced by...
448 (allout-add-resumptions): Register variable settings to be
449 reinstated by `allout-do-resumptions'. The settings are made
450 buffer-local, but the locality/globality of the suspended setting
451 is restored on resumption.
452 (allout-do-resumptions): Reinstate all settings suspended using
453 `allout-add-resumptions'.
454 (allout-test-resumptions): Unit tests (and intermediate variables)
455 for resumptions.
456 (allout-tests-globally-unbound, allout-tests-globally-true)
457 (allout-tests-locally-true): Intermediate variables for
458 resumptions unit tests.
459 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
460 (allout-exposure-category): Replaces 'allout-overlay-category variable.
461 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
462 instead of retired `allout-resumptions'. For hook functions, use
463 `local' parameter so hook settings are created and removed as
464 buffer-local settings. Revise (resumptions) setting
465 auto-fill-function so it is set only if already active. (The
466 related fill-function settings are all made in either case, so
467 that activating auto-fill-mode activity will have the custom
468 allout-mode behaviors (hanging indent on topics, if configured for it).
469 Remove all allout-exposure-category overlays on mode deactivation.
470 (allout-hotspot-key-handler): New function extracted from
471 `allout-pre-command-business', so the functionality can be used
472 for other purposes, eg as a binding in an overlay.
473 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
474 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
475 customization variable.
476 (allout-run-unit-tests): Run the (currently quite small)
477 repertoire of unit tests. Called just before the provide iff user
478 has customized `allout-run-unit-tests-on-load' non-nil.
479
480 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
481
482 * emacs-lisp/authors.el (authors-aliases): Update.
483
484 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
485
486 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
487 gdb-source-window. Add dedicated argument.
488 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
489 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
490 (gdb-display-threads-buffer, gdb-display-memory-buffer)
491 (gdb-display-locals-buffer): Use it.
492
493 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
494 Set gdb-source-window.
495
496 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
499 minor modes, redundant with the custom-autoload line above.
500
501 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
502
503 * longlines.el (longlines-post-command-function): Handle open-line too.
504
505 2006-07-12 Richard Stallman <rms@gnu.org>
506
507 * progmodes/grep.el (grep-last-buffer): Doc fix.
508
509 * info.el (Info-try-follow-nearest-node): Doc fix.
510
511 * emacs-lisp/edebug.el (edebug-instrument-function):
512 Err if find-function-noselect gives no position.
513
514 * emacs-lisp/find-func.el (find-function-search-for-symbol):
515 If can't find definition, return nil for position.
516 (find-function-do-it): Handle new return value
517 of find-definition-noselect.
518 (find-definition-noselect, find-variable-noselect): Doc fix.
519 (find-function-noselect): Doc fix.
520
521 * help-mode.el (help-variable-def): Handle find-variable-noselect
522 returning no position.
523 (help-function-def): Likewise for find-function-search-for-symbol.
524 (help-face-def): Likewise.
525
526 * help-fns.el (describe-variable): Handle find-variable-noselect
527 returning no position.
528
529 * files.el (locate-file-completion): Avoid duplicates in result.
530
531 * cus-edit.el (custom-no-edit): New command.
532 (custom-mode-map): Remap to custom-no-edit instead of
533 using suppress-keymap.
534
535 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
536
537 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
538 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
539 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
540
541 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
542
543 2006-07-11 Kim F. Storm <storm@cua.dk>
544
545 * ido.el (ido-copy-current-file-name): Use buffer-name if
546 buffer-file-name is nil.
547
548 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
549
550 * simple.el (undo-ask-before-discard): Set to nil.
551
552 * vc.el (vc-exec-after): Don't delete process manually.
553 (vc-print-log): Run log-view-mode in process sentinel inside
554 inhibit-read-only. Don't shrink window due to timing issues.
555
556 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
557 Avoid using with-output-to-temp-buffer, which clobbers local vars.
558
559 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * progmodes/compile.el (compilation-error-regexp-alist-alist):
562 Fix ambiguity introduced by last change.
563 (compilation-find-file): Move save-excursion to where it may
564 make sense. Fix a left over `find-file'.
565
566 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
567
568 * textmodes/texinfmt.el (texinfo-format-separate-node):
569 Insert a string before point, which fits documentation, not after.
570 (texinfo-multitable-item): In a multitable row, insert any
571 additional needed @tabs and spaces.
572
573 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
574
575 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
576 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
577 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
578 instead of shell-command.
579 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
580 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
581 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
582 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
583 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
584 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
585
586 2006-07-11 Kim F. Storm <storm@cua.dk>
587
588 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
589 Remove special case for seconds < 0. Use (redisplay t) instead.
590
591 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
592
593 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
594 compilation error.
595
596 * subr.el (sit-for): New function.
597
598 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
599
600 2006-07-10 Richard Stallman <rms@gnu.org>
601
602 * ldefs-boot.el (edebug): Update page.
603
604 2006-07-10 Kim F. Storm <storm@cua.dk>
605
606 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
607 to FOR-RELEASE and TODO.
608
609 2006-07-10 Romain Francoise <romain@orebokech.com>
610
611 * emacs-lisp/authors.el (authors-aliases): Update.
612
613 2006-07-10 Alan Mackenzie <acm@muc.de>
614
615 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
616 * cc-mode.el: Changes to eradicate eval-after-load.
617
618 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
619
620 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
621 on non-char events.
622
623 2006-07-09 Romain Francoise <romain@orebokech.com>
624
625 * progmodes/compile.el (compilation-mode-font-lock-keywords):
626 Don't highlight start/end markers as compilation messages.
627
628 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
629 to t.
630
631 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
634
635 2006-07-08 Richard Stallman <rms@gnu.org>
636
637 * term/x-win.el (x-handle-display): Add doc string.
638
639 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
640
641 * subr.el (def-edebug-spec): Move here.
642 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
643
644 * imenu.el (imenu-choose-buffer-index): Doc fix.
645
646 2006-07-08 Romain Francoise <romain@orebokech.com>
647
648 * term/x-win.el (x-display-name): Fix typo.
649
650 2006-07-08 Eli Zaretskii <eliz@gnu.org>
651
652 * hexl.el (hexl-find-file): Doc fix.
653
654 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
655
656 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
657
658 * term/x-win.el (x-display-name): Doc fix.
659
660 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
663 long prefixes.
664 (fill-region-as-paragraph): Don't round up to a whole line.
665 (fill-comment-paragraph): Don't include the code-before-the-comment
666 when calling fill-region-as-paragraph.
667
668 * international/mule.el (make-char): Remove redundancy.
669
670 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
671 property may contain an anonymous function rather than a symbol.
672
673 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
674
675 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
676 Use shy regexp. Fix incorrect backref to potentially unmatched group.
677
678 * dirtrack.el (dirtrack-default-directory-function): Remove.
679 (dirtrack-directory-function): Use file-name-as-directory.
680 (dirtrack-windows-directory-function): Simplify.
681 (dirtrack-forward-slash, dirtrack-backward-slash)
682 (dirtrack-replace-slash): Remove.
683 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
684 (dirtrack): Fix wrong parenthesizing; use match-string.
685
686 * progmodes/octave-inf.el: Remove spurious * in docstrings.
687 (inferior-octave-mode): Only change the buffer-local value of
688 comint-dynamic-complete-functions.
689 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
690 Move the initialization to the declaration.
691 (inferior-octave-complete): Remove unused var `filter'.
692
693 * shell.el (shell-mode): Only change the buffer-local value of
694 comint-dynamic-complete-functions.
695
696 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
697
698 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
699 entry is skipped because it has been scheduled.
700 (org-prepare-agenda-buffers): Don't mark buffers as modified when
701 changing `:org-archived' and `:org-comment' properties.
702
703 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
704
705 * server.el (server-select-display): Don't make the temp frame
706 minibuffer-only, in case it's not a temp frame.
707 (server-process-filter): Don't delete the temp frame if it's the
708 only one we have on that display.
709
710 * files.el (find-alternate-file): Doc fix.
711
712 2006-07-05 Richard Stallman <rms@gnu.org>
713
714 * files.el (abbreviate-file-name): Add save-match-data.
715
716 2006-07-03 Richard Stallman <rms@gnu.org>
717
718 * faces.el (read-face-name): Doc fix.
719
720 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
721
722 * net/goto-addr.el (goto-address): Mark as safe for local evals.
723
724 2006-07-05 Andre Spiegel <spiegel@gnu.org>
725
726 * vc.el (vc-diff-internal): Fix prev change.
727
728 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
729
730 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
731 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
732
733 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
736 fails if the symbol contains chars like ( or '.
737 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
738 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
739 `short'.
740
741 2006-07-04 Kenichi Handa <handa@m17n.org>
742
743 * international/mule-cmds.el (set-language-info): If LANG-ENV is
744 the current one, don't call set-language-environment, but call one
745 of set-language-environment-XXX to make INFO effective now.
746 (set-language-environment): Call set-language-environment-XXX
747 functions instead of doing the various setups directly.
748 (set-language-environment-coding-systems): Delete argument eol-type.
749 (set-language-environment-input-method)
750 (set-language-environment-nonascii-translation)
751 (set-language-environment-charset)
752 (set-language-environment-fontset)
753 (set-language-environment-unibyte): New functions.
754
755 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
756
757 * locate.el (locate-update-when-revert): New option.
758 (locate-update-path): New option (suggested by Michael Albinus).
759 (locate-prompt-for-command): Whitespace change.
760 (locate-update): No longer offer to update the locate database by
761 default. Implement the two new options.
762
763 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
764
765 * tooltip.el: Move comment about track-mouse...
766
767 * progmodes/gud.el: ...to here.
768
769 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
770
771 * facemenu.el (facemenu-listed-faces): New var.
772 (facemenu-unlisted-faces): Variable deleted.
773 (facemenu-add-new-face): Use facemenu-listed-faces.
774
775 * emulation/viper-init.el, calendar/calendar.el:
776 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
777
778 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
779
780 * textmodes/org.el (org-mode): Remove no invalid settings for
781 calc embedded mode.
782 (org-mode-p): New defsubst.
783 (org-save-all-org-buffers): New function.
784 (org-first-headline-recenter): Enclose outline-regexp in group
785 delimiters.
786 (org-set-tags): Keep single space after stars.
787
788 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * window.el (set-window-text-height): Only set window-min-height to
791 1 if that's the requested size.
792
793 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
794 (diff-unified->context, diff-context->unified)
795 (diff-reverse-direction): Make sure the end marker stays at the end.
796 (diff-mode): Add the keymap table at the end of docstring.
797 Use lexical-let rather than constructing a closure manually.
798
799 * files.el (find-file-noselect-1): Remove unused var assignment.
800 (hack-local-variables-confirm): Print lists of strings as lists of
801 strings rather than lists of symbols.
802 (abbreviate-file-name, hack-local-variables-prop-line):
803 Use match-string.
804 (hack-one-local-variable): Move `make-local-variable' nearer its use.
805 (recover-session-finish): Use line-end-position.
806
807 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
808
809 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
810
811 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
812
813 * progmodes/make-mode.el (makefile-macroassign-regex):
814 Accept preceding keyword.
815 (makefile-gmake-statements): Reorganize, now that makepp has
816 "override" and also handle forgotten "override define".
817 (makefile-makepp-statements): Add new "global", "override export"
818 and "override global".
819
820 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
821
822 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
823 (ada-compile-mouse-goto-error, ada-deactivate-properties)
824 (ada-no-auto-case): Fix typos in docstrings.
825
826 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
827
828 * info.el (Info-find-node-2): Search for makeinfo version more
829 carefully.
830
831 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
832
833 * textmodes/org.el (org-prepare-agenda-buffers):
834 Use `invisible-OK' argument for `org-end-of-subtree'.
835 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
836 (org-beginning-of-item): Fix bug in regular expression for white line.
837 (org-export-as-html): Enforce space after bullet in plain list items.
838 (org-set-autofill-regexps): Require space after plain list bullet
839 for paragraph-start.
840 (org-ts-regexp3): New constant.
841 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
842 (org-timestamp-up-day, org-timestamp-down-day)
843 (org-timestamp-change): Work with inactive timestamps.
844 (org-ts-regexp1): Don't allow brackets in time stamps.
845
846 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
847
848 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
849 for ignoring links.
850
851 * faces.el (read-face-name): Use it.
852
853 2006-06-28 Juri Linkov <juri@jurta.org>
854
855 * buff-menu.el (list-buffers-noselect): Compare Info file
856 with the string "dir" to detect Info directory.
857
858 * complete.el (partial-completion-mode): In lambda for
859 `choose-completion-string-functions' use full function signature
860 with 4 args, and move point to the end of the minibuffer only if arg
861 `mini-p' is non-nil.
862
863 2006-06-28 John Paul Wallington <jpw@pobox.com>
864
865 * ibuffer.el (ibuffer-mode): Doc fix.
866
867 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
868
869 * textmodes/org.el (org-context): New contexts :item-bullet,
870 :latex-fragment, :latex-preview.
871 (org-overlays-at, org-overlay-start, org-overlay-end):
872 New compatibility functions.
873 (org-inside-LaTeX-fragment-p): More accurate matching, using the
874 exact regexp that will be used during export.
875 (org-latex-regexps): New variable.
876 (org-cdlatex-mode): Improve advice for `texmathp'.
877 (turn-on-org-cdlatex): New function.
878
879 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
880
881 * term/mac-win.el (mac-handle-font-selection): Change keys of
882 mac-atsu-font-table from strings to numbers.
883 (mac-ts-caret-position): Use also when cursor-type is nil.
884 (mac-ts-update-active-input-area): Add Mac OS Classic support.
885 Relax condition for using overlay strings.
886 Use mac-ts-caret-position face when cursor-type is nil.
887
888 2006-06-26 Kim F. Storm <storm@cua.dk>
889
890 * help.el (view-emacs-news): Declare `res' in the right let* form.
891
892 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
893
894 * net/rcompile.el (remote-compile): Replace ange-ftp based
895 implementation by Tramp functions.
896 Suggested by Marc Abramowitz <msabramo@gmail.com>.
897
898 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
899
900 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
901
902 * international/fontset.el (setup-default-fontset): Fix a typo in
903 the "Oriya-Akruti" registry name.
904
905 2006-06-23 Lars Hansen <larsh@soem.dk>
906
907 * desktop.el (desktop-full-file-name): New function.
908 (desktop-kill, desktop-save, desktop-remove, desktop-read)
909 (desktop-revert): Use it.
910 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
911 (desktop-after-read-hook): Add option list-buffers.
912 (desktop-locals-to-save): Add tab-width.
913 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
914 Fix docstring.
915
916 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
917
918 * textmodes/org.el (org-cdlatex-mode-map)
919 (org-cdlatex-texmathp-advice-is-done): New variables.
920 (org-cdlatex-mode): New minor mode.
921 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
922 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
923 (org-export-with-archived-trees): New option.
924 (org-open-file): Remove the call to `convert-standard-filename'.
925 (org-archive-tag, org-agenda-skip-archived-trees)
926 (org-cycle-open-archived-trees)
927 (org-sparse-tree-open-archived-trees): New options.
928 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
929 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
930 New functions.
931 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
932 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
933 (org-mode-map): Add binding for `org-toggle-archive-tag'.
934 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
935 Call `org-prepare-agenda-buffers'.
936 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
937 (org-file-apps, org-file-apps-defaults-gnu)
938 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
939 Handle remote files by forcing them to be opened in Emacs.
940
941 2006-06-23 Andre Spiegel <spiegel@gnu.org>
942
943 * vc.el (vc-diff-knows-L): New variable.
944 (vc-diff-internal): Use it to handle "diff" programs that don't
945 understand -L. This works automatically, no user action is necessary.
946
947 2006-06-23 Daniel Brockman <daniel@brockman.se>
948
949 * net/rcirc.el (rcirc-default-user-full-name): Default to
950 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
951 longer exists).
952 (rcirc-process-list): Check `buffer-live-p' before attempting to
953 switch to a buffer.
954
955 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
956
957 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
958 based on rcirc-coding-system-alist.
959
960 2006-06-23 Martin Rudalics <rudalics@gmx.at>
961
962 * cus-edit.el (customize-apropos): A better error message.
963 (top level) <debug-ignored-errors>: Extend and update the list of
964 ignored error messages.
965
966 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
967
968 * complete.el (PC-do-completion): Retain capitalization of user
969 input, when possible, even if completion-ignore-case is set.
970
971 2006-06-23 Eli Zaretskii <eliz@gnu.org>
972
973 * generic-x.el (bat-generic-mode): Support .cmd files.
974
975 * dos-w32.el (top level): Use find-file-not-found-functions
976 instead of the obsolete find-file-not-found-hooks.
977
978 2006-06-22 Kim F. Storm <storm@cua.dk>
979
980 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
981 to recognize mode name containing submodes, such as Grep/lw.
982
983 2006-06-21 Kim F. Storm <storm@cua.dk>
984
985 * simple.el (line-move-1): Check for move-end-of-line instead of
986 end-of-line when setting temporary-goal-column.
987
988 2006-06-21 Miles Bader <miles@gnu.org>
989
990 * play/cookie1.el (cookie): Work properly when there's only one entry.
991
992 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
993
994 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
995 (gdb-frame-handler): Generalize frame regexp for templates.
996
997 2006-06-20 Glenn Morris <rgm@gnu.org>
998
999 * calendar/appt.el (appt-display-format): Default value must be
1000 one of the customize options.
1001
1002 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1003
1004 * term/xterm.el (terminal-init-xterm): Update key availability info.
1005 Bind C-return.
1006
1007 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1008
1009 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1010
1011 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1012 whether or not a local variables list is defined.
1013
1014 * msb.el (msb): Move `sit-for' hack here to handle both
1015 "mouse-down and drag" and "mouse-up and select" situations.
1016 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1017
1018 2006-06-20 Kenichi Handa <handa@m17n.org>
1019
1020 * international/characters.el (word-combining-categories):
1021 Add entries for 2-byte Han characters.
1022
1023 2006-06-19 Richard Stallman <rms@gnu.org>
1024
1025 * bindings.el (mode-line-format): Save some mode line space.
1026
1027 * files.el (find-file-noselect): Improve the question wording.
1028 (basic-save-buffer-2): Mask UMASK against 666.
1029
1030 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1031 (mouse-drag-vertical-line): Call it.
1032
1033 * cus-edit.el (customize-option, customize-option-other-window):
1034 Error if SYMBOL is nil.
1035
1036 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1037
1038 * textmodes/org.el: Require noutline, also on XEmacs.
1039 (org-end-of-subtree): Return point.
1040 (org-dblock-start-re, org-dblock-end-re): New constants.
1041 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1042 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1043 (org-update-all-dblocks, org-find-dblock): New functions.
1044 (org-collect-clock-time-entries): New function.
1045 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1046 (org-fixup-indentation): Modify to deal correctly with lines
1047 starting with TAB. Only one argument DIFF now.
1048 (org-demote, org-promote): Call `org-fixup-indentation' with just
1049 one argument, DIFF.
1050 (org-mode): Don't mark buffer as modified when aligning tables.
1051 (org-clock-sum): Don't mark buffer modified when adding time sum
1052 properties.
1053 (org-export-as-html): Add support for a link validation function.
1054 (org-archive-all-done): New function.
1055 (org-archive-subtree): New prefix argument. When set, archive all
1056 done subtrees in this buffer.
1057 (org-remove-clock-overlays)
1058 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1059 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1060 (org-put-clock-overlay): Don't swallow last headline character
1061 when displaying overlay.
1062 (org-store-link): Link to `image-mode' with just the file name.
1063
1064 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1065
1066 * viper-cmd.el (viper-special-read-and-insert-char):
1067 Use read-key-sequence.
1068 (viper-after-change-undo-hook): Misc enhancements.
1069 (viper-after-change-undo-hook): New hook.
1070 (viper-undo): Use viper-after-change-undo-hook.
1071 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1072 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1073 clicking on that widget/button.
1074
1075 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1076
1077 * ediff-diff (ediff-test-patch-utility): Catch errors.
1078 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1079 (ediff-set-actual-diff-options): New function.
1080 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1081 Use ediff-set-actual-diff-options.
1082 (ediff-extract-diffs): Catch errors.
1083 (ediff-whitespace): Add non-breakable space.
1084 (ediff-same-file-contents): Catch errors.
1085
1086 * ediff-mult.el (ediff-collect-custom-diffs):
1087 Save coding-system-for-read.
1088
1089 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1090 (ediff-vc-internal, ediff-vc-merge-internal):
1091 Use ediff-delete-version-file.
1092 (ediff-delete-version-file): New function.
1093
1094 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1095
1096 * ediff.el (ediff-directories, ediff-directory-revisions)
1097 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1098 (ediff-directories-internal, ediff-merge-directory-revisions)
1099 (ediff-merge-directory-revisions-with-ancestor)
1100 (ediff-directories3): Use read-directory-name.
1101
1102 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1103
1104 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1105 Remove superfluous part of regexp for brace matching which is handled
1106 by `scan-lists' call.
1107
1108 2006-06-16 Richard Stallman <rms@gnu.org>
1109
1110 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1111
1112 * files.el (basic-save-buffer-2): For a new precious file,
1113 use the default modes in the return value.
1114
1115 * facemenu.el (facemenu-color-alist): Doc fix.
1116
1117 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1118
1119 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1120
1121 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1122
1123 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1124 (mac-utxt-to-string): Use it.
1125 (mac-ts-update-active-input-area): Use mac-ae-number.
1126
1127 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1128
1129 * term.el (term-handle-scroll, term-delete-lines)
1130 (term-insert-lines): Fix off by one errors.
1131
1132 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1133
1134 * net/tramp.el (tramp-touch): Use UTC to express time.
1135
1136 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1137
1138 * mail/sendmail.el (mail-send): Search explicitly for
1139 mail-header-separator when checking for corrupted header lines.
1140
1141 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1144 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1145 (gdb-init-1): Initialise them.
1146 (gdb-starting): Reset gdb-printing
1147 (gdb-starting): Save value of gud-overlay-arrow-position.
1148 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1149 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1150 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1151 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1152
1153 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1154
1155 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1156
1157 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1158
1159 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1160 (ldap-search-internal): Keep error messages, and a regexp fix.
1161
1162 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1163
1164 * files.el (hack-local-variables-confirm):
1165 Display string value using its printed representation.
1166
1167 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1168
1169 * server.el (server-edit): No-op if no server buffers exist.
1170
1171 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1172
1173 * textmodes/page-ext.el (pages-directory-for-addresses):
1174 Including `pages-directory-address-mode' in the function results
1175 in the message "Buffer in which pages were found is deleted".
1176
1177 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1178
1179 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1180 clocking functions.
1181
1182 (org-agenda-clock-in, org-check-running-clock)
1183 (org-clock-out-if-current, org-remove-clock-overlays)
1184 (org-put-clock-overlay): New functions.
1185 (org-clock-marker, org-clock-file-total-minutes)
1186 (org-clock-overlays): New variables.
1187 (org-clock-display, org-clock-sum, org-clock-cancel)
1188 (org-clock-out, org-clock-in): New commands.
1189 (org-export): New function.
1190 (org-emph-re): New constant.
1191 (org-set-emph-re, org-do-emphasis-faces): New functions.
1192 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1193 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1194 (org-export-html-convert-emphasize): Use the configurable emphasis.
1195 (org-cleaned-string-for-export): Make multiline emphasis visible
1196 to the exporter. New optional argument PARAMETERS.
1197 (org-export-as-html): Specify :emph-multiline parameter to
1198 `org-cleaned-string-for-export'.
1199
1200 2006-06-10 Richard Stallman <rms@gnu.org>
1201
1202 * help.el (help-for-help-internal): Clean up help text.
1203
1204 2006-06-10 Andreas Schwab <schwab@suse.de>
1205
1206 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1207 in doc string.
1208
1209 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1210
1211 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1212
1213 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1214 spaces after the comment start.
1215
1216 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1217
1218 * play/pong.el (pong-init-buffer):
1219 Fill buffer with spaces instead of ^A.
1220
1221 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1222 launched asynchronously, delete its process instead of being cool.
1223 (ispell-async-processp): Check for `delete-process' existence
1224 instead of `kill-process' one for consistency.
1225
1226 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1227
1228 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1229 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1230 in mode line at startup.
1231
1232 2006-06-08 Kim F. Storm <storm@cua.dk>
1233
1234 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1235 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1236 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1237 (ido-file-internal): Pass full file name to write-file.
1238 (ido-read-internal): Only pop stack elements automatically if they
1239 actually match an existing directory or file name.
1240
1241 2006-06-07 Kenichi Handa <handa@m17n.org>
1242
1243 * international/mule.el (find-auto-coding): Don't handle the short
1244 name `char-trans'.
1245
1246 * files.el (hack-local-variables-prop-line)
1247 (hack-local-variables): Cancel the previous change.
1248
1249 2006-06-06 Jesper Harder <harder@phys.au.dk>
1250
1251 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1252
1253 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1256 diff-default-read-only is non-nil.
1257 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1258 (diff-refine-hunk): Set inhibit-read-only to t.
1259
1260 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1261 modifying the *Diff* buffer.
1262 (diff-process-filter): New filter function for diff process that
1263 sets inhibit-read-only to t when modifying the *Diff* buffer.
1264
1265 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1266
1267 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1268 insertion point and control the number of empty lines.
1269 (org-paste-subtree): Limit the number of empty lines at the end of
1270 the inserted tree.
1271 (org-agenda): Use buffer name of current file for narrowing.
1272 (org-export-as-xml): Command removed.
1273 (org-export-xml-type): Option removed.
1274 (org-mode-map): Call `org-export-as-xoxo' directly.
1275 (org-get-indentation): New optional argument LINE.
1276 (org-fix-indentation, org-remove-tabs): New functions.
1277 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1278 correct indentation for headlines that are converted it items.
1279 (org-skip-comments): Remove table lines that contain narrowing
1280 cookies but no other non-empty fields.
1281 (org-set-tags): Allow groups of mutually exclusive tags.
1282 (org-cmp-time): Sort 24:21 before items without time.
1283 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1284 (org-open-at-point): Require double colon also for numbers.
1285
1286 2006-06-06 Kim F. Storm <storm@cua.dk>
1287
1288 * ido.el (ido-default-file-method, ido-default-buffer-method):
1289 Make choice values consistent with corresponding command names.
1290 (ido-visit-buffer): Update accordingly. Default to selected-window.
1291
1292 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * progmodes/gud.el (gud-running): Fix doc string.
1295 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1296 (gud-tooltip-modes): Add python-mode.
1297 (gud-tooltip-print-command): Add pdb. Remove perldb.
1298
1299 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1300
1301 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1302 Quote $(EMACS).
1303
1304 2006-06-05 Richard Stallman <rms@gnu.org>
1305
1306 * faces.el (defined-colors): Doc fix.
1307
1308 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1309
1310 * vc.el (vc-process-filter): Inhibit undo info collection around
1311 call to insert.
1312 (vc-setup-buffer): Likewise for call to erase-buffer.
1313 (vc-do-command): Likewise for call to process-file.
1314
1315 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1316
1317 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1318 for gud-go.
1319 (gud-common-init): Other debuggers may trigger error.
1320
1321 2006-06-05 Kenichi Handa <handa@m17n.org>
1322
1323 * international/mule.el (find-auto-coding):
1324 Handle enable-character-translation in file header.
1325
1326 2006-06-04 Kim F. Storm <storm@cua.dk>
1327
1328 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1329 (authors-fixed-entries): Fix spelling.
1330 (authors-canonical-file-name): Don't report error for wildcards.
1331
1332 * help.el (view-emacs-news): Rewrite to support new NEWS,
1333 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1334 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1335 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1336
1337 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1338
1339 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1340 exec constructs like `foo bar`.
1341 (sh-quoted-subshell): New helper function to search for a possibly
1342 nested subshell (like `` or $()) within a "" quoted string.
1343 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1344 (sh-apply-quoted-subshell): Flag quote characters inside a
1345 subshell, which is itself already in a quoted region, as
1346 punctuation, since this is the closest to what they actually are.
1347 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1348 sh-apply-quoted-subshell.
1349 (sh-font-lock-syntactic-face-function): Apply the new face for
1350 text inside `` instead of the old font-lock-string-face.
1351
1352 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1353
1354 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1355 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1356 (mac-bytes-to-text-range, mac-ae-text-range-array)
1357 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1358 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1359 (mac-ts-unicode-for-key-event): New functions.
1360 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1361 (mac-handle-font-selection): Use mac-ae-number.
1362 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1363 New variables.
1364 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1365 (mac-ts-converted-text, mac-ts-selected-converted-text)
1366 (mac-ts-block-fill-text, mac-ts-outline-text)
1367 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1368 (mac-ts-hilite-style-faces): New constant.
1369 (mac-apple-event-map): Bind text input events.
1370 (mac-dispatch-apple-event): Use command-execute instead of
1371 call-interactively.
1372 (global-map): Don't bind mac-apple-event.
1373 (special-event-map): Bind mac-apple-event.
1374
1375 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1376
1377 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1378 file name.
1379 (emacs): Enclose the value of $(EMACS) in quotes.
1380
1381 2006-06-02 Juri Linkov <juri@jurta.org>
1382
1383 * international/mule.el (sgml-html-meta-auto-coding-function):
1384 Remove the condition `(search-forward "<html" size t)'.
1385 Replace `\"' with `[\"']?' in `re-search-forward'.
1386
1387 2006-06-02 Kenichi Handa <handa@m17n.org>
1388
1389 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1390 as well as `coding'.
1391 (hack-local-variables): Likewise.
1392
1393 * international/mule.el (enable-character-translation):
1394 Put permanent-local and safe-local-variable properties.
1395 (find-auto-coding): Handle char-trans: tag.
1396
1397 2006-06-02 Juri Linkov <juri@jurta.org>
1398
1399 * international/mule.el (sgml-html-meta-auto-coding-function):
1400 Limit the search by the end of the HTML header (if any).
1401
1402 2006-06-01 Richard Stallman <rms@gnu.org>
1403
1404 * subr.el (with-current-buffer): Doc fix.
1405
1406 2006-06-02 Masatake YAMATO <jet@gyve.org>
1407
1408 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1409 Almost rewrite. Underlines over all lines of gcov output are too
1410 uncomfortable to read. Suggested by Dan Nicolaescu.
1411
1412 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1413
1414 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1415
1416 * shell.el (shell-mode): Use shell-mode-map in docstring.
1417
1418 * comint.el (comint-send-input): Do not add help-echo and
1419 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1420
1421 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1422
1423 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1424
1425 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1426
1427 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1428 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1429 look up the stack and pop up GUD buffer if necessary.
1430 (gdb-frames-select): Remove redundant call to gud-display-frame.
1431 (gdb-info-threads-custom): Keep point at start of buffer.
1432 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1433
1434 2006-05-31 Juri Linkov <juri@jurta.org>
1435
1436 * replace.el (query-replace-read-from, query-replace-read-to):
1437 Bind `history-add-new-input' to nil. Call `add-to-history'.
1438
1439 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1440
1441 * textmodes/table.el: Convert all HTML tags to lower case for
1442 XHTML compatibility.
1443
1444 2006-05-31 Masatake YAMATO <jet@gyve.org>
1445
1446 * progmodes/compile.el:
1447 (compilation-error-regexp-alist-alist::gcov-called-line):
1448 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1449
1450 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1451
1452 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1453 Revert inadvertent changes made with last commit.
1454
1455 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1456
1457 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1458 New functions.
1459
1460 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1461
1462 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1463
1464 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1465 only matches in the right place.
1466 (org-upcoming-deadline): New face.
1467 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1468 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1469 and make it an option.
1470 (org-export-ascii-bullets): New option.
1471 (org-export-as-html): Many changes to emit valid XHTML.
1472 (org-par-open): New variable.
1473 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1474 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1475 (org-timeline): Pass `org-timeline-show-empty-dates' to
1476 `org-get-all-dates'. Interpret empty dates returned by
1477 `org-get-all-dates'.
1478 (org-get-all-dates): New argument EMPTY. Add dates without
1479 entries to the list, mark large ranges of empty dates.
1480 (org-point-in-group, org-context): New functions.
1481
1482 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1483
1484 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1485
1486 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1487 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1488 to C-mouse-3 (for 2 button mice).
1489 (gdb-send): Do the right thing for C-d.
1490
1491 * speedbar.el (speedbar-detach): Delete.
1492 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1493 it breaks things.
1494 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1495
1496 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1497
1498 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1499 Makeppfile.
1500
1501 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1502 Add makepp diagnostic.
1503
1504 2006-05-29 Richard Stallman <rms@gnu.org>
1505
1506 * window.el (fit-window-to-buffer): Doc fix.
1507
1508 * help.el (temp-buffer-max-height): Doc fix.
1509
1510 * subr.el (with-current-buffer): Doc fix.
1511
1512 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1513
1514 * term/x-win.el: Bind F10 to menu-bar-start if available.
1515
1516 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1517
1518 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1519 uses with a simple test.
1520 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1521 (term-send-raw-string, term-send-raw, term-mouse-paste)
1522 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1523 (term-handle-exit, term-read-input-ring)
1524 (term-previous-matching-input-string)
1525 (term-previous-matching-input-string-position)
1526 (term-previous-matching-input-from-input)
1527 (term-replace-by-expanded-history, term-send-input)
1528 (term-skip-prompt, term-bol, term-send-invisible)
1529 (term-kill-input, term-delchar-or-maybe-eof)
1530 (term-backward-matching-input, term-check-source)
1531 (term-proc-query, term-emulate-terminal)
1532 (term-handle-colors-array, term-process-pager, term-pager-line)
1533 (term-pager-bob, term-unwrap-line, term-word)
1534 (term-dynamic-complete-filename)
1535 (term-dynamic-complete-as-filename)
1536 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1537 unlesses.
1538
1539 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1540
1541 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1542 during bootstrapping.
1543
1544 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1545 Basically undo the change of 2006-05-26: use extra arguments instead of
1546 dynamic scoping.
1547 (ewoc-locate): Remove unused var `footer'.
1548
1549 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1550
1551 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1552
1553 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1554 (generate-file-autoloads): Obey it. Return whether autoloads were
1555 added at point or not.
1556 (update-file-autoloads): Use this new return value.
1557 Remove redundant test for the presence of an autoload cookie.
1558
1559 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1560 This one calls hack-local-variables.
1561 (generate-file-autoloads, update-file-autoloads): Use it.
1562
1563 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1564 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1565 (bibtex-sort-entry-class-alist): Don't set the global value.
1566 (bibtex-init-sort-entry-class-alist): New fun.
1567 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1568 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1569 of bibtex-init-sort-entry-class.
1570
1571 2006-05-28 Richard Stallman <rms@gnu.org>
1572
1573 * subr.el (load-history-regexp): If FILE is relative, insist
1574 entire last name component must match it.
1575 (load-history-filename-element, load-history-regexp): Doc fixes.
1576
1577 2006-05-29 Kim F. Storm <storm@cua.dk>
1578
1579 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1580 `pos' and `raw-data' for clarity, as eval forms may access these.
1581
1582 2006-05-28 Kim F. Storm <storm@cua.dk>
1583
1584 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1585
1586 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1587
1588 * progmodes/make-mode.el (makefile-browser-map)
1589 (makefile-mode-syntax-table): Move initialization inside declaration.
1590 (makefile-fill-paragraph): Use the default comment-filling code.
1591
1592 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1593
1594 * replace.el (query-replace-defaults): New variable.
1595 (query-replace-read-from): Use `query-replace-defaults' for
1596 default value, instead of history list.
1597 (query-replace-read-to): Update `query-replace-defaults'.
1598
1599 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1600
1601 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1602 with no X toolkit.
1603
1604 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1605
1606 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1607 (tumme-show-all-from-dir): Add autoload.
1608
1609 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1610
1611 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1612 (tumme-remove-tag): Fix bug.
1613
1614 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1615
1616 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1617 FOOTER args. Update unique caller.
1618 (ewoc-delete): Compute last node once before looping.
1619 (ewoc--node-branch): Merge into unique caller.
1620 (ewoc--node): Don't define constructor make-ewoc--node for this
1621 structure.
1622 (ewoc): Add member `hf-pp' to this structure.
1623 (ewoc--wrap): New func.
1624 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1625 header/footer pretty-printers. Save header/footer pretty-printer.
1626 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1627
1628 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1629
1630 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1631
1632 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1633 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1634 Tag'. Change "Compare directories..." to "Change Directories...".
1635 Move tumme commands to Operate, Regexp and Immediate menus.
1636 Change "Add Comment" to "Add Image Comment". Change "Add Image
1637 Tag" to "Add Image Tags".
1638
1639 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1640 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1641 `tumme-delete-tag'.
1642
1643 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1644
1645 * shell.el (shell-mode): Call shell-dirtrack-mode after
1646 list-buffers-directory is made a local variable, to avoid setting
1647 the default value.
1648
1649 2006-05-26 Kevin Ryde <user42@zip.com.au>
1650
1651 * info.el (Info-index-next): Use where-is-internal to report
1652 actual binding of Info-index-next, rather than hard-coded `,'.
1653
1654 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1655
1656 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1657 and "Find Command in Manual" to here.
1658
1659 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1660 Info-current-file as the file name.
1661
1662 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1663
1664 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1665 overrides will now be done a different way.
1666 (ses-set-parameter): Reapply this function for undo.
1667 (ses-set-header-row): Reconstruct header row during undo.
1668 (ses-widen): New function.
1669 (ses-goto-data, ses-reconstruct-all): Use new function.
1670 (ses-command-hook): Widen buffer during undo, before unupdating
1671 the cells.
1672 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1673 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1674 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1675 formula hasn't been executed yet.
1676
1677 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1678
1679 * comint.el (comint-kill-whole-line): Rename arg to count.
1680 Fix doc string.
1681
1682 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1685 to copy-file.
1686
1687 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1688
1689 * simple.el (toggle-truncate-lines): Make arg optional for
1690 backward compatibility.
1691
1692 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1693
1694 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1695 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1696 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1697 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1698 (ewoc--adjust): Use ewoc--current-dll.
1699 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1700
1701 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1702
1703 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1704 compact error message.
1705 (org-tags-view): Refresh category table in each file.
1706 (org-table-justify-field-maybe): Remove superfluous arguments to
1707 `format'.
1708 (org-export-as-html): Insert "<p>" before postamble.
1709 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1710
1711 2006-05-26 Kenichi Handa <handa@m17n.org>
1712
1713 * textmodes/po.el (po-find-charset): Pay attention to the case
1714 FILENAME is a cons (NAME . BUFFER).
1715 (po-find-file-coding-system-guts): Likewise.
1716
1717 * arc-mode.el (archive-set-buffer-as-visiting-file):
1718 Call find-operation-coding-system with (FILENAME . BUFFER).
1719
1720 * tar-mode.el (tar-extract): Call find-operation-coding-system
1721 with (FILENAME . BUFFER).
1722
1723 * international/mule.el (decode-coding-inserted-region):
1724 Call find-operation-coding-system with (FILENAME . BUFFER).
1725
1726 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * image-mode.el (image-toggle-display): Use buffer contents to
1729 generate image for a remote file.
1730
1731 2006-05-25 Juri Linkov <juri@jurta.org>
1732
1733 * replace.el (query-replace-read-from, query-replace-read-to):
1734 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1735
1736 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1737
1738 * whitespace.el (whitespace-cleanup): Change to cleanup
1739 region if one is active.
1740 * whitespace.el (whitespace-cleanup-internal): New internal method.
1741
1742 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1743
1744 * dired.el (dired-mode-map): Add help-echo strings to tumme
1745 commands. Bind `tumme-dired-display-image' to C-t i.
1746
1747 * tumme.el (tumme-display-image): Change documentation string slightly.
1748 (tumme-dired-display-image): Add call to `display-buffer'.
1749
1750 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1751
1752 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1753 Signal error if RAW-DATA is a multibyte string.
1754
1755 2006-05-24 Richard Stallman <rms@gnu.org>
1756
1757 * subr.el (with-local-quit): When handling `quit' signal,
1758 make a chance for quit-flag to cause a quit.
1759
1760 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1761 (ad-disable-advice): Add autoloads.
1762
1763 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1764
1765 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1766
1767 * dired.el (dired-mode-map): Change menu items for tumme as per
1768 suggestions in emacs-devel.
1769
1770 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1771
1772 * dired.el (dired-mode-map): Fix breakage.
1773
1774 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1775
1776 * tumme.el (tumme-display-dired-image): Rename to...
1777 (tumme-dired-display-image): ...this.
1778 (tumme-track-movement): Change default value to t.
1779 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1780 used from `tumme-next-line-and-display' and similar commands.
1781
1782 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1783 Immediate menu. Add some tumme commands there.
1784
1785 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1786
1787 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1788
1789 2006-05-24 Chong Yidong <cyd@mit.edu>
1790
1791 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1792 menu entries that open submenus.
1793
1794 2006-05-24 Alan Mackenzie <acm@muc.de>
1795
1796 * startup.el (command-line): For names of preloaded files, don't
1797 append ".elc" (now done in Fload), and call file-truename on the
1798 lisp directory.
1799
1800 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1801 match ANY loaded file with the right name, not just those in
1802 load-path. Put a regexp matching the file name into
1803 after-load-alist, rather than the name itself.
1804
1805 * subr.el: New functions load-history-regexp,
1806 load-history-filename-element, do-after-load-evaluation.
1807
1808 * international/mule.el (load-with-code-conversion): Do the
1809 eval-after-load stuff by calling do-after-load-evaluation.
1810
1811 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1812
1813 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1814 has not been killed.
1815
1816 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1817
1818 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1819 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1820 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1821 Optionally set error message in reply.
1822
1823 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1824
1825 * textmodes/org.el (org-open-at-point): Use renamed variable
1826 `org-confirm-shell-link-function'.
1827 (org-confirm-shell-link-function): Rename from
1828 `org-confirm-shell-links'.
1829 (org-export-directory): New function.
1830 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1831 (org-export-icalendar): Use `org-export-directory'.
1832 (org-indent-item): Keep cursor position.
1833 (org-link-file-path-type): New option.
1834 (org-export-as-html): Fix bug with plain lists starting in
1835 column 0.
1836 (org-export-as-html): Remove deadline formatting, this happens
1837 now already in `org-html-handle-time-stamps'.
1838 (org-export-html-style): Deadline class removed.
1839 (org-insert-labeled-timestamps-at-point): New option.
1840 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1841 of `hide-sublevels 1', in case the first headline is not level 1.
1842 (org-overview, org-content): New fuction.
1843 (org-cycle-global-status, org-cycle-subtree-status): Make these
1844 variables buffer-local.
1845 (org-global-cycle): New command.
1846 (org-shifttab): Use `org-global-cycle'.
1847 (org-insert-heading, org-insert-item): Go to end of new
1848 headline/item after creating it.
1849 (org-export-visible): Rename from `org-export-copy-visible'.
1850 Now creates a temporary org-file and applies an exporting command
1851 to it.
1852 (org-table-eval-formula): Support for lisp forms.
1853 (org-agenda-todo-ignore-scheduled): New option.
1854 (org-agenda-get-todos): Use new option
1855 `org-agenda-todo-ignore-scheduled'.
1856 (org-export-html-inline-images): New value `maybe'.
1857 (org-export-as-html): Inlining of images dependent on link description.
1858 (org-archive-subtree): Check for end-of-buffer before trying
1859 `kill-line'.
1860 (org-agenda-follow-mode): New option.
1861 (org-export-with-tags, org-export-with-timestamps): New options.
1862 (org-html-handle-time-stamps): New function.
1863 (org-keyword-time-regexp): New variable.
1864 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1865 (org-agenda-todo-list-sublevels): New option.
1866 (org-html-level-start): When TITLE is nil, just close all levels.
1867 (org-parse-key-lines, org-parse-export-options): Remove functions,
1868 replaced by `org-infile-export-plist'.
1869 (org-combine-plists, org-infile-export-plist)
1870 (org-default-export-plist): New functions.
1871 (org-export-html-preamble, org-export-html-postamble)
1872 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1873 New variables.
1874 (org-export-publishing-directory): New option.
1875 (org-export-as-html, org-export-as-ascii): Use the new property
1876 lists for settings.
1877 (org-export-copy-visible, org-export-as-xoxo):
1878 Respect `org-export-publishing-directory'.
1879 (org-link-search, org-store-link, org-file-apps): Support for
1880 links to BibTeX database entries..
1881 (org-get-current-options, org-set-regexps-and-options):
1882 Implement logging as a startup option.
1883 (org-store-link): Make sure context string is never empty
1884 (org-insert-link): Use relative path when possible.
1885 (org-at-item-checklet-p): New function.
1886 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1887 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1888 (org-metaright, org-metaup, org-metadown, org-shiftup)
1889 (org-shiftdown, org-shiftright, org-shiftleft)
1890 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1891 Dispatch using `call-interactively'.
1892 (org-call-with-arg): New defsubst.
1893 (org-tag-alist, org-use-fast-tag-selection): New options.
1894 (org-complete): Use `org-tag-alist'.
1895 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1896 (org-next-item, org-previous-item): New commands.
1897 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1898 make command.
1899 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1900
1901 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1902
1903 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1904 (ewoc-filter): Use `ewoc-delete'.
1905
1906 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1907
1908 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1911 Signal more user-friendly error messages.
1912
1913 * complete.el (PC-do-completion): Undo the addition of implicit
1914 wildcards if they did not lead to finding any match.
1915 (read-file-name-internal): Don't add the final > if the completion is
1916 not finished.
1917
1918 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1919
1920 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1921 Quote safe-local-variable predicate.
1922
1923 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1924
1925 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1926
1927 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1928
1929 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1930
1931 * progmodes/make-mode.el (makefile-special-targets-list)
1932 (makefile-macro-table, makefile-target-table): Mark as risky.
1933 (makefile-query-one-target-method): Make this the alias for the
1934 following variable.
1935 (makefile-query-one-target-method-function): Make this the real name.
1936
1937 * textmodes/artist.el (artist-text-renderer): Make this the alias
1938 for the following variable.
1939 (artist-text-renderer-function): Make this the real name.
1940
1941 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1942 the alias for the following variable.
1943 (flyspell-generic-check-word-predicate): Make this the real name.
1944
1945 * textmodes/ispell.el (ispell-format-word): Make this the alias
1946 for the following variable.
1947 (ispell-format-word-function): Make this the real name.
1948 (ispell-message-text-end): Mark as risky.
1949
1950 * skeleton.el (skeleton-transformation, skeleton-filter)
1951 (skeleton-pair-filter): Make these the aliases for the following
1952 variables.
1953 (skeleton-transformation-function, skeleton-filter-function)
1954 (skeleton-pair-filter-function): Make these the real names.
1955
1956 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1957 and skeleton-pair-filter-function.
1958
1959 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1960 alias for the following variable.
1961 (sgml-transformation-function): Make this the real name.
1962 (sgml-tag-alist): Mark as risky.
1963
1964 2006-05-21 Richard Stallman <rms@gnu.org>
1965
1966 * simple.el (kill-region): Interactively, pass point, then mark.
1967
1968 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1969
1970 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1971
1972 2006-05-21 Romain Francoise <romain@orebokech.com>
1973
1974 * dired-x.el (dired-mode-map): Don't bind M-g.
1975
1976 2006-05-20 Richard Stallman <rms@gnu.org>
1977
1978 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1979 (dired-goto-file): Doc fix.
1980
1981 2006-05-21 Kim F. Storm <storm@cua.dk>
1982
1983 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1984 way to enable built-in cua-mode if user loads older CUA-mode package.
1985
1986 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1987 if default-filename is specified.
1988
1989 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1990
1991 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1992
1993 * info.el (info-apropos): Make sure current-file and current-node
1994 have non-nil values. Speed up by using add-to-list instead of
1995 manual consing.
1996
1997 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1998
1999 * progmodes/make-mode.el (makefile-mode): Doc fix.
2000
2001 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2002
2003 * dired-aux.el (dired-do-shell-command): Doc fix.
2004
2005 2006-05-20 Kevin Ryde <user42@zip.com.au>
2006
2007 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2008 ``(custom-manual :tag "Foo" "(foo)Node")''.
2009
2010 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2011
2012 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2013 value is an integer.
2014
2015 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2016
2017 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2018 "format".
2019 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2020
2021 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2022
2023 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2024 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2025
2026 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2027
2028 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2029 regexp for keywords.
2030
2031 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2032
2033 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2034 replace-regexp-in-string.
2035
2036 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2037 encode, and escape file name on conversion to URL.
2038
2039 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2040
2041 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2042 Don't unescape URL.
2043 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2044
2045 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2046 on conversion to URLs.
2047
2048 * net/browse-url.el (browse-url-file-url): Encode file name on
2049 conversion to URL.
2050
2051 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2052 conversion to URL.
2053
2054 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2055
2056 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2057
2058 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2059
2060 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2061 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2062
2063 2006-05-19 Glenn Morris <rgm@gnu.org>
2064
2065 * calendar/diary-lib.el (diary-bahai-date)
2066 (list-bahai-diary-entries, mark-bahai-diary-entries)
2067 (mark-bahai-calendar-date-pattern): Not interactive.
2068 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2069 (diary-entries-list): Change format of 4th element in each entry.
2070 (diary-list-entries): Use add-to-diary-list.
2071 (diary-goto-entry): Handle the case where the buffer visiting the
2072 diary has been killed.
2073 (fancy-diary-display): Add 'locator to button rather than 'marker.
2074 Only generate temp-face when there are marks to apply.
2075 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2076 (diary-fancy-date-pattern): New variable.
2077 (diary-time-regexp): Doc fix.
2078 (diary-anniversary, diary-time): New faces.
2079 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2080 diary-time-regexp. Add font-lock-multiline property where needed.
2081 Use new faces diary-anniversary and diary-time.
2082 (diary-fancy-font-lock-fontify-region-function): New function, to
2083 handle multiline font-lock pattern in fancy diary.
2084 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2085 (diary-font-lock-keywords): Tweak time regexp. Use new face
2086 diary-time.
2087
2088 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2089
2090 * international/code-pages.el (mik): Table corrected.
2091
2092 2006-05-18 Kim F. Storm <storm@cua.dk>
2093
2094 * progmodes/grep.el (grep-find): Don't check grep-find-command
2095 before running command (breaks non-interactive usage).
2096
2097 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2098
2099 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2100 (ewoc--insert-new-node): Don't insert trailing newline.
2101 Instead, adjust successor nodes's start markers.
2102 (ewoc--refresh-node): Delete all text from current node's start
2103 marker to the next one's; adjust successor nodes's start markers.
2104 (ewoc--create): Doc fixes.
2105 (ewoc--refresh): Don't insert newline.
2106 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2107 * pcvs.el (cvs-make-cvs-buffer):
2108 Specify extra newline for ewoc's header and footer.
2109 (cvs-update-header): Update initial header recognition.
2110 Append newline to final header and footer values.
2111 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2112
2113 2006-05-17 Richard Stallman <rms@gnu.org>
2114
2115 * files.el (file-name-extension): Doc fix.
2116
2117 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2118
2119 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2120 we can explicitly enable/disable rather than toggle.
2121 (shell-mode): Use it.
2122 (shell-cd): Don't try to reproduce what `cd' does.
2123
2124 2006-05-17 Kim F. Storm <storm@cua.dk>
2125
2126 * ido.el (ido-read-internal): Use only nondirectory part of
2127 default item.
2128
2129 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2130
2131 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2132 (ewoc-nth): Doc fix.
2133
2134 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2135
2136 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2137
2138 * international/mule.el (auto-coding-alist): Add .lha to files
2139 read with no-conversion.
2140
2141 * files.el (auto-mode-alist): Add .lha files to archive file
2142 extensions.
2143
2144 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2145 Convert csize to integer when computing offsets within the
2146 compressed archive file.
2147
2148 2006-05-16 Kim F. Storm <storm@cua.dk>
2149
2150 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2151 with read-from-minibuffer.
2152
2153 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2154
2155 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2156 (byte-compile-warnings): Fix safe-local-variable property.
2157
2158 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2159
2160 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2161 (allout-stylish-prefixes, allout-numbered-bullet)
2162 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2163 predicates to qualify `safe-local-variable' property, when
2164 available, else use equivalent lambda.
2165 (allout-current-topic-collapsed-p): Do the right thing regarding
2166 trailing blank lines.
2167
2168 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2169
2170 * server.el (server-start): Only create a directory if needed.
2171 (server-edit, server-unload-hook): server-start => server-mode.
2172 (kill-emacs-hook): Cleanup upon exit.
2173
2174 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * hexl.el (hexlify-buffer): Encode process arguments manually.
2177
2178 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2179
2180 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2181 call to gdb-tooltip-print.
2182
2183 2006-05-15 Romain Francoise <romain@orebokech.com>
2184
2185 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2186 systems, default to "tar" since those systems probably have GNU tar.
2187
2188 2006-05-14 Lars Hansen <larsh@soem.dk>
2189
2190 * desktop.el (desktop-missing-file-warning): Fix docstring.
2191 (desktop-restore-file-buffer): Correct question asked on missing file.
2192
2193 2006-05-14 Kim F. Storm <storm@cua.dk>
2194
2195 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2196 Add CUA move property.
2197
2198 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * custom.el (custom-push-theme): Load the variable before checking
2201 its `standard-value'.
2202
2203 2006-05-13 Lars Hansen <larsh@soem.dk>
2204
2205 * desktop.el (desktop-save): Use with-temp-buffer.
2206
2207 2006-05-12 Glenn Morris <rgm@gnu.org>
2208
2209 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2210 * calendar/calendar.el (calendar-mode-map):
2211 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2212 * calendar/appt.el (appt-check, appt-make-list): Refer to
2213 diary-view-entries, diary-list-entries, diary-show-all-entries
2214 rather than obsolete aliases.
2215
2216 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2217
2218 * simple.el (line-move-finish): Avoid calling point motion hooks
2219 while processing intangibility.
2220
2221 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2222
2223 * term/xterm.el (terminal-init-xterm): Fix typo.
2224
2225 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2226
2227 * allout.el (allout-view-change-hook): Mark as being deprecated,
2228 to be replaced by `allout-exposure-change-hook'.
2229 (allout-exposure-change-hook): New, replacing
2230 `allout-view-change-hook'.
2231 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2232 in addition to `allout-view-change-hook'.
2233 (allout-show-bodies, allout-old-style-prefixes)
2234 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2235 lambda forms to prevent their showing up in variable help
2236 presentations as inscrutable byte-compiled code.
2237 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2238 Use string-or-null-p to qualify safe-local-variable values.
2239 (allout-reindent-bodies): Use memq to qualify matches against
2240 valid safe-local-variable values. Also, quote the lambda as above.
2241 (allout-use-mode-specific-leader): Add missing candidate-value
2242 symbols, use memq, and quote the lambda.
2243 (allout-overlay-interior-modification-handler): Remove unused
2244 variables `msg' and 'opened'.
2245 (allout-hidden-p): Constrain invisibility consideration to allout's
2246 invisibility spec, disregarding invisibility for other reasons.
2247
2248 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2249
2250 * files.el (version-control): Correct safe values.
2251
2252 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2253
2254 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2255
2256 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2257 (ewoc--insert-new-node): New func.
2258 Update callers of deleted funcs to use it, instead.
2259
2260 2006-05-11 Glenn Morris <rgm@gnu.org>
2261
2262 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2263 obsolete alias `show-all-diary-entries'.
2264 (make-diary-entry): Not interactive.
2265 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2266 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2267 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2268 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2269 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2270 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2271
2272 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2273
2274 * calendar/calendar.el (calendar-french-date-string)
2275 (calendar-mayan-date-string, calendar-chinese-date-string)
2276 (calendar-astro-date-string, calendar-iso-date-string)
2277 (calendar-islamic-date-string, calendar-bahai-date-string)
2278 (calendar-hebrew-date-string, calendar-coptic-date-string)
2279 (calendar-ethiopic-date-string, calendar-persian-date-string):
2280 These functions are not interactive.
2281
2282 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2283
2284 * files.el: Balance parentheses.
2285
2286 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2287
2288 * files.el, newcomment.el, outline.el, simple.el,
2289 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2290 progmodes/cc-vars.el, progmodes/compile.el:
2291 Move `safe-local-variable' declarations to the respective files.
2292
2293 * help-fns.el (describe-variable): Don't print safe-var if it is
2294 byte-code. Improve wording as suggested by Luc Teirlinck.
2295
2296 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2297
2298 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2299 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2300 Use a token for pending-triggers to ensure gdb-var-update
2301 gets called once per user input again for pre-GDB 6.4.
2302 (gdb-var-delete): Match on more complex expressions.
2303 (gdb-var-list-children-handler, gdb-var-create-handler):
2304 Use a token for consistency.
2305
2306 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2307
2308 * textmodes/org.el (org-read-date, org-goto-calendar)
2309 (org-agenda-goto-calendar):
2310 Bind `view-calendar-holidays-initially' to nil.
2311
2312 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2313
2314 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2315 Update all callers to do it there, instead.
2316
2317 2006-05-10 Glenn Morris <rgm@gnu.org>
2318
2319 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2320 prefix arg case, to avoid view-diary-entries-initially error.
2321 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2322 (calendar-date-is-legal-p): Handle dates with no day part.
2323
2324 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2325
2326 * comint.el (comint-insert-input): Just make it when
2327 comint-use-prompt regexp is nil (default) and with the mouse.
2328 (comint-copy-old-input): Reinstate from 2004-06-23.
2329 (comint-mode-map): Bind C-c C-m to it.
2330
2331 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2332
2333 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2334 Remove spurious move to point-max (new comint behavior fixes).
2335
2336 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2337 compatibility function (Emacs 18/19).
2338 (idlwave-is-continuation-line): Always return point at start of
2339 previous non-blank continuation line.
2340 `keyword-parameters': Fix continued comment font-lock matcher.
2341 (idlwave-font-lock-fontify-region): Written, use as
2342 font-lock-fontify-region-function, to fix continued keyword
2343 fontification issues.
2344
2345 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2346
2347 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2348 (mac-service-selection, mac-service-open-file)
2349 (mac-service-open-selection, mac-service-mail-selection)
2350 (mac-service-mail-to, mac-service-insert-text): Rename from
2351 mac-services-*. All uses changed.
2352 (mac-apple-event-map): Rename event symbol `services' to `service'.
2353
2354 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2355
2356 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2357 (ewoc--node-enter-first, ewoc--node-enter-last)
2358 (ewoc--delete-node-internal): Merge funcs into unique callers.
2359
2360 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2361
2362 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2363 return value of read-from-minibuffer for empty input.
2364
2365 2006-05-09 Miles Bader <miles@gnu.org>
2366
2367 * comint.el (comint-insert-input): Remove redundant calls to setq
2368 and goto-char.
2369
2370 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2371
2372 * comint.el (comint-insert-input): Make it work when
2373 comint-use-prompt-regexp is t.
2374
2375 2006-05-10 Miles Bader <miles@gnu.org>
2376
2377 * subr.el (field-at-pos): New function.
2378
2379 * comint.el (comint-insert-input): Use it.
2380
2381 2006-05-09 Juri Linkov <juri@jurta.org>
2382
2383 * battery.el (battery-linux-proc-acpi): Also try
2384 `/proc/acpi/thermal_zone/THR2/temperature'.
2385
2386 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2387 for now unused lambda `string-or-null'.
2388
2389 * add-log.el (change-log-default-name): Put `string-or-null-p'
2390 instead of lambda on `safe-local-variable' property.
2391
2392 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2393 `region-end' instead of `mark' and `point'.
2394 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2395 Operate on region in Transient Mark mode when the mark is active.
2396 Use `region-beginning' and `region-end' instead of `mark' and
2397 `point'.
2398 (diff-hunk-text, diff-goto-source): Doc fix.
2399
2400 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2401 face `mode-line-buffer-id' for mode-line buffer face instead of
2402 hard-coded `(:weight bold)'.
2403
2404 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2405 buffer-undo-list to t (undo-ask is reproducible by visiting
2406 nested archives).
2407
2408 2006-05-09 Kim F. Storm <storm@cua.dk>
2409
2410 * progmodes/grep.el (rgrep): Set default directory of *grep*
2411 buffer if we start M-x rgrep in the *grep* buffer and choose
2412 a different base directory.
2413
2414 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2415
2416 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2417 completion also when ido is loaded.
2418
2419 2006-05-09 Masatake YAMATO <jet@gyve.org>
2420
2421 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2422 "warning" and "import".
2423 (cpp-font-lock-keywords): Added "warning".
2424
2425 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2426
2427 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2428
2429 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2430
2431 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2432 pages at a time, if we signal the end, we should indeed reach that end.
2433
2434 2006-05-08 David Reitter <david.reitter@gmail.com>
2435
2436 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2437 output during execution of the body.
2438
2439 2006-05-08 Kim F. Storm <storm@cua.dk>
2440
2441 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2442
2443 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2444
2445 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2446 Use with-current-buffer.
2447
2448 2006-05-07 Kim F. Storm <storm@cua.dk>
2449
2450 * subr.el (add-to-history): Remove keep-dups arg.
2451
2452 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2453 to nil around call to add-to-history.
2454
2455 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2456
2457 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2458 than after a buffer modification.
2459
2460 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2461
2462 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2463 call to...
2464 (gud-watch): ...here so speedbar is raised for already watched
2465 expressions.
2466 (gdb-speedbar-refresh): Delete function.
2467 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2468 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2469 earlier change).
2470 (gdb-var-evaluate-expression-handler)
2471 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2472
2473 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2474 Update localized contents for all buffers except ignored modes.
2475
2476 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2477
2478 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2479 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2480 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2481 (mac-handle-font-panel-closed, mac-handle-font-selection):
2482 New functions.
2483 (mac-font-panel-mode): New minor mode.
2484 (mac-apple-event-map): Add bindings for toolbar toggle button and
2485 font panel.
2486 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2487
2488 2006-05-07 John Paul Wallington <jpw@pobox.com>
2489
2490 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2491 Avoid `regexp-opt'; simplify regexp for readability.
2492
2493 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2494
2495 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2496 * files.el (buffer-stale-function):
2497 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2498 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2499 links to the main manual, not to emacs-xtra.
2500
2501 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2502
2503 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2504 MacJapanese if text is ASCII-only.
2505
2506 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2507
2508 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2509 unless so nil isn't returned.
2510 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2511
2512 2006-05-06 Kim F. Storm <storm@cua.dk>
2513
2514 * subr.el (add-to-history): New function.
2515
2516 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2517 (ediff-merge-files-with-ancestor):
2518 * env.el (setenv):
2519 * isearch.el (isearch-update-ring):
2520 * server.el (server-visit-files):
2521 * progmodes/grep.el (lgrep, rgrep):
2522 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2523 * progmodes/xscheme.el (xscheme-insert-expression):
2524 Use add-to-history.
2525
2526 * kmacro.el (kmacro-push-ring): Use add-to-history.
2527 (kmacro-ring-length): Remove unused defun.
2528 (kmacro-start-macro): Use kmacro-push-ring.
2529
2530 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2531
2532 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2533 directly instead of a lambda expression that calls it.
2534
2535 2006-05-06 Kim F. Storm <storm@cua.dk>
2536
2537 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2538 instead of compute-motion.
2539
2540 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2543 change.
2544
2545 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2546
2547 * startup.el (command-line-1): Refer to "Pure Storage" on
2548 pure-space-overflow.
2549
2550 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2551
2552 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2553 provided faces once they all have been used up.
2554
2555 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2556
2557 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2558 reference to the Lisp manual to the warning about pure space
2559 overflow.
2560
2561 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2562
2563 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2564 argument to avoid the call to `ispell-internal-change-dictionary'
2565 when not needed.
2566 (ispell-change-dictionary): Use this argument and call
2567 `ispell-internal-change-dictionary' after the possible change
2568 to `ispell-local-dictionary'.
2569 (ispell-internal-change-dictionary): Check for a change in
2570 personal dictionary use too.
2571
2572 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2573
2574 * startup.el (command-line): On MS-Windows, probe "~", not
2575 "~USER", for warning about non-existent home directory
2576
2577 * arc-mode.el (archive-l-e): New optional argument `float' means
2578 generate a float value.
2579 (archive-arc-summarize, archive-lzh-summarize)
2580 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2581 with 3rd argument non-nil when file's size is being computed.
2582 Format the file sizes with %8.0f instead of %8d.
2583
2584 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2585
2586 * cus-start.el (all): Add mac-dnd-known-types.
2587
2588 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2589 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2590 (mac-TIFF-to-string): New functions.
2591 (x-get-selection, x-selection-value)
2592 (mac-select-convert-to-string): Use them.
2593 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2594 (mac-dnd-types-alist): New customization variable.
2595 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2596 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2597 (mac-dnd-handle-drag-n-drop-event): New functions.
2598 (mac-drag-n-drop): Remove function.
2599 (global-map): Bind drag-n-drop and M-drag-n-drop to
2600 mac-dnd-handle-drag-n-drop-event.
2601
2602 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2603
2604 * progmodes/perl-mode.el (perl-beginning-of-function):
2605 Skip anonymous subs.
2606
2607 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2608
2609 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2610 regexp-opt at run time.
2611
2612 * term.el (term-handle-ansi-escape): Fix off by one error.
2613
2614 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2615
2616 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2617 (gdb-init-1, gdb-post-prompt): ...and references to it.
2618 (gdb-frame-handler): Strip directory name from filename if present.
2619
2620 * progmodes/gud.el (gdb-force-update): Delete defvar
2621 (gud-speedbar-buttons): ...and references to it. Use window-start
2622 to try to keep positon in watch expression.
2623
2624 2006-05-03 Richard Stallman <rms@gnu.org>
2625
2626 * simple.el (next-history-element, previous-history-element): Doc fix.
2627
2628 * isearch.el (isearch-update-ring): Doc fix.
2629
2630 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2631
2632 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2633 into consideration. Replace one arm ifs with whens.
2634
2635 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2638 (menu): Fix typo.
2639
2640 2006-05-02 Miles Bader <miles@gnu.org>
2641
2642 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2643
2644 2006-05-02 Jay Belanger <belanger@truman.edu>
2645
2646 * calc/calc-embed.el (calc-override-minor-modes-map)
2647 (calc-override-minor-modes): New variables.
2648 (calc-do-embedded): Make sure that Calc keystrokes aren't
2649 overwritten by minor modes.
2650
2651 2006-05-02 Chong Yidong <cyd@mit.edu>
2652
2653 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2654
2655 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2656
2657 * startup.el (command-line-1): Refer to Lisp manual when
2658 pure-space-overflow occurs.
2659
2660 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2661 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2662 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2663 (version-control): Don't use `t' for safe-local-variable declarations.
2664
2665 2006-05-01 Richard Stallman <rms@gnu.org>
2666
2667 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2668 M-r, M-R, M-A, M-SPC or M-DEL.
2669 (diff-mode-map): diff-refine-hunk now on C-c C-w
2670 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2671
2672 * help-mode.el (help-mode): view-exit-action calls delete-window
2673 only when it is safe and possible.
2674
2675 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2676 in messages.
2677
2678 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2679
2680 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2681 in the default tool-bar-map.
2682
2683 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2684
2685 * net/tramp.el (tramp-completion-file-name-handler-alist)
2686 (tramp-run-real-handler, tramp-completion-run-real-handler)
2687 (tramp-completion-handle-file-name-all-completions)
2688 (tramp-completion-handle-file-name-completion): Autoload them.
2689 (tramp-completion-handle-file-exists-p)
2690 (tramp-completion-handle-file-name-directory)
2691 (tramp-completion-handle-file-name-nondirectory)
2692 (tramp-completion-handle-expand-file-name): Remove them.
2693 (tramp-handle-file-name-directory): Return the real directory name.
2694 Returning "/" only doesn't need to be necessary any longer.
2695 (tramp-file-name-handler): Make special attention when in hostname
2696 completion mode.
2697 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2698 (tramp-register-file-name-handlers):
2699 Register `tramp-completion-file-name-handler' only when
2700 `partial-completion-mode' is enabled.
2701 (tramp-completion-handle-file-name-all-completions):
2702 Delete directory part from results.
2703 (tramp-get-completion-methods, tramp-get-completion-user-host):
2704 Discard deleting "/", it doesn't work after the change of
2705 `tramp-handle-file-name-directory' above.
2706
2707 2006-05-01 Kim F. Storm <storm@cua.dk>
2708
2709 * progmodes/grep.el (grep-expand-template): Use save-match-data
2710 and symbol-value.
2711
2712 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2713
2714 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2715 Use select-frame-set-input-focus instead of raise-frame.
2716 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2717
2718 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2719
2720 * progmodes/gud.el (gud-def): Add %c case.
2721 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2722 (gud-format-command): Make match case sensitive. Match on %F.
2723
2724 2006-04-30 Glenn Morris <rgm@gnu.org>
2725
2726 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2727 (cal-tex-preamble): Use cal-tex-preamble-extra.
2728 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2729 than alias `list-diary-entries'.
2730
2731 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2732
2733 * help-fns.el (describe-variable): Add info about safe local variables.
2734
2735 2006-04-29 Richard Stallman <rms@gnu.org>
2736
2737 * bindings.el (mode-line-format): help-echo doc fixes.
2738
2739 * net/tramp.el (tramp-file-name-handler-alist): Delete
2740 expand-file-name and other operations that can cause spurious loading.
2741
2742 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * files.el (safe-local-variable-p): Remove support for the special
2745 value t.
2746
2747 * textmodes/paragraphs.el (sentence-end-without-space):
2748 Fix safety predicate.
2749 (sentence-end-double-space, sentence-end-without-period)
2750 (paragraph-ignore-fill-prefix):
2751 * textmodes/fill.el (colon-double-space):
2752 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2753
2754 * subr.el (booleanp): New fun.
2755
2756 * textmodes/reftex-vars.el (reftex-guess-label-type):
2757 Tighten the safety predicate.
2758
2759 2006-04-28 Kim F. Storm <storm@cua.dk>
2760
2761 * progmodes/grep.el (defgroup grep): Doc fix.
2762 (grep-auto-highlight): Remove.
2763 (grep-template): New defcustom.
2764 (grep-find-template): Rename from grep-tree-template.
2765 (grep-files-aliases): Rename from grep-tree-files-aliases.
2766 Remove "all" alias, add "l" alias.
2767 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2768 (grep-find-ignored-directories): New defcustom to replace
2769 grep-tree-ignore-CVS-directories, to facilitate ignoring
2770 subdirectories for multiple version control systems.
2771 (grep-mode-map): Add Recursive grep item to GREP menu.
2772 (grep-regexp-history, grep-files-history): New defvars.
2773 (grep-probe): New helper function.
2774 (grep-compute-defaults): Use it to simplify code.
2775 Adapt to name changes.
2776 Use `.' as base in grep-find-template rather than <D>.
2777 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2778 Call grep-compute-defaults unconditionally.
2779 (grep-expand-keywords): New defconst.
2780 (grep-expand-template): Rename from grep-expand-command-macros.
2781 Simplify via grep-expand-keywords. Look at case-fold-search instead
2782 of grep-tree-ignore-case to add -i option.
2783 Bind case-fold-search to nil while matching keywords.
2784 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2785 (grep-read-regexp, grep-read-files): New helper functions.
2786 (rgrep): Rename from grep-tree. Rework to use proper histories.
2787 Adapt to changes in defcustoms and functions above.
2788 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2789
2790 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2791
2792 * net/tramp.el (tramp-completion-file-name-handler):
2793 Disable Tramp's functionality while loading Tramp itself.
2794 (tramp-register-file-name-handlers): That's a defsubst now.
2795 Code from `tramp-repair-jka-compr' moved here. Apply it via
2796 `after-init-hook'.
2797 (tramp-repair-jka-compr): Remove.
2798
2799 2006-04-27 Jay Belanger <belanger@truman.edu>
2800
2801 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2802 read expression when `math-read-big-expr' doesn't work.
2803
2804 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2805
2806 * startup.el (command-line-1): Display warning when
2807 pure-space-overflow is non-nil.
2808
2809 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2810
2811 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2812 risky.
2813
2814 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2815
2816 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2817 Return the URL or nil if none can be generated.
2818
2819 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2820
2821 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2822 byte compiler warnings.
2823 (gud-basic-call, gud-find-expr): Let user select an expression
2824 for printing. Print expression as well as value in GUD buffer.
2825
2826 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2827
2828 * allout.el: Remove local autoload declaration for
2829 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2830 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2831 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2832 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2833 (allout-stylish-prefixes, allout-numbered-bullet)
2834 (allout-file-xref-bullet, allout-presentation-padding)
2835 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2836 safe-local-variable with suitable value spec, and add autoload
2837 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2838 (move-beginning-of-line, move-end-of-line): Repair so these compat
2839 functions now actually resituate the point, when appropriate.
2840
2841 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2842
2843 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2844
2845 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2846 (add-log-iso8601-time-string): Fix call to format-time-string.
2847
2848 2006-04-26 Kim F. Storm <storm@cua.dk>
2849
2850 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2851
2852 2006-04-26 Masatake YAMATO <jet@gyve.org>
2853
2854 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2855 Add support for "//" style comments. Remove `b' flag
2856 from ?* in `asm-mode-syntax-table'.
2857
2858 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2859
2860 * follow.el: Use (featurep 'xemacs) everywhere.
2861 (follow-mode): Use define-minor-mode.
2862 (follow-mode-map): Move initialization into the declaration.
2863 Use command remapping.
2864 (follow-emacs-version-xemacs-p): Remove.
2865 (follow-submit-feedback): Remove.
2866
2867 * allout.el (allout-layout, allout-passphrase-verifier-string)
2868 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2869
2870 * textmodes/reftex-vars.el (reftex-vref-is-default)
2871 (reftex-fref-is-default, reftex-guess-label-type):
2872 Tighten up a bit the safety predicate.
2873
2874 * textmodes/paragraphs.el (sentence-end-double-space)
2875 (sentence-end-without-period, sentence-end-without-space)
2876 (page-delimiter, paragraph-ignore-fill-prefix):
2877 Tighten up a bit the safety predicate.
2878
2879 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2880
2881 * progmodes/python.el (python-continuation-line-p)
2882 (python-beginning-of-statement): syntax-ppss may return
2883 a negative depth.
2884 (python-mode): Don't forcefully enable font-lock.
2885
2886 * time-stamp.el (time-stamp-start, time-stamp-end)
2887 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2888
2889 * add-log.el: Remove spurious * in docstrings.
2890 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2891 (add-change-log-entry): Use it here, since it's not specific
2892 to iso8601.
2893 (add-log-iso8601-time-string): Don't use it here any more.
2894 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2895
2896 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2897
2898 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2899
2900 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2901 (rcirc-toggle-low-priority): Doc fix.
2902 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2903 ChanServ regexp.
2904 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2905 #emacs.
2906 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2907 (rcirc-decode-coding-system): Use utf-8 as the default.
2908 (rcirc-multiline-minor-mode): Set the fill-column.
2909 (rcirc-format-response-string): Display bright and dim nicks.
2910 (rcirc-browse-url): Update interactive spec to fill ARG.
2911 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2912 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2913
2914 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2915
2916 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2917 case for @Article, etc.
2918
2919 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2920
2921 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2922 Added with autoload cookie.
2923 (tramp-unload-file-name-handlers): Rename from
2924 `tramp-unload-file-name-handler-alist'.
2925
2926 2006-04-23 Romain Francoise <romain@orebokech.com>
2927
2928 * comint.el (comint-match-partial-filename): Doc fix.
2929
2930 2006-04-21 Glenn Morris <rgm@gnu.org>
2931
2932 * calendar/cal-menu.el (calendar-mode-map): Refer to
2933 `diary-view-entries' rather than alias `view-diary-entries'.
2934 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2935
2936 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2937
2938 * progmodes/antlr-mode.el (antlr-default):
2939 * cus-edit.el (custom-documentation):
2940 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2941 in defface.
2942
2943 2006-04-21 Kim F. Storm <storm@cua.dk>
2944
2945 * image.el (image-type): New defun split out of create-image.
2946 (create-image): Use it.
2947
2948 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2949
2950 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2951 (org-open-at-point): Remove the "...done" message to keep output
2952 in the echo area visible.
2953 (org-export-as-xoxo): Fix call to `indent-region'.
2954
2955 2006-04-21 Kevin Ryde <user42@zip.com.au>
2956
2957 * international/mule.el (keyboard-coding-system): defcustom
2958 info-link fixes: "Specify Coding" has been split, keyboard now in
2959 "Terminal Coding", and "Single-Byte Character Support" is now
2960 "Unibyte Mode".
2961
2962 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2963
2964 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2965 Use font-lock-warning-face for any errors e.g. no stack.
2966 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2967
2968 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2969
2970 * progmodes/sh-script.el (sh-shell): Mark as safe.
2971
2972 * newcomment.el (comment-start, comment-start-skip)
2973 (comment-end-skip, comment-end): Mark as safe.
2974
2975 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2976
2977 * textmodes/org.el (org-deadline-announce): Face removed.
2978 (org-level-faces, org-n-levels): Convert to constant.
2979 (org-compatible-face): New function.
2980 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2981 (org-level-5, org-level-6, org-level-7, org-level-8)
2982 (org-special-keyword, org-warning, org-headline-done, org-link)
2983 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2984 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2985 Face definition revised for better color tty support.
2986 (org-bold-re, org-italic-re, org-underline-re): New constants.
2987 (org-set-font-lock-defaults): Use the new constants.
2988 (org-agenda-highlight-todo): New function.
2989 (org-agenda-todo): Fix bug with point at end of line.
2990 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2991 Fontify TODO keywords.
2992 (org-insert-link): Preserve relative path in ../ links.
2993 (org-export-as-html): Convert links pointing to .org files into
2994 links that will work beteen the exported HTML files.
2995 (org-todo-list): Fix bug when arg=0.
2996 (org-insert-heading): More fine-tuning.
2997
2998 2006-04-19 Romain Francoise <romain@orebokech.com>
2999
3000 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3001 from `rmail-mime-charset-pattern'.
3002
3003 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3004
3005 * progmodes/python.el (python-mode): Fix typo.
3006
3007 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3008
3009 * comint.el (comint-previous-input): Don't clobber input line
3010 when moving off either end of the input history ring.
3011 (comint-delete-input): New function, used by
3012 `comint-previous-input' and others.
3013 (comint-previous-matching-input):
3014 Use `coming-delete-input'. Save the partial input if leaving the
3015 edit line. Goto point-max before deleting input to avoid
3016 partial input fragments hanging around.
3017 (comint-restore-input): New function, used by `comint-previous-input'.
3018
3019 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3020
3021 * imenu.el (imenu--index-alist): Balance parentheses.
3022
3023 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3024
3025 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3026
3027 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3028
3029 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3030 file is nil.
3031
3032 2006-04-18 Richard Stallman <rms@gnu.org>
3033
3034 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3035
3036 * imenu.el (imenu-create-index-function, imenu--index-alist)
3037 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3038 (imenu-default-create-index-function, imenu--generic-function):
3039 Doc fixes.
3040
3041 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3042
3043 * help-mode.el (help-mode): Set view-exit-action to delete window.
3044
3045 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3046 now works by passing nil as arg.
3047
3048 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3049
3050 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3051 (read-abbrev-file): Provide default when reading filename.
3052
3053 * files.el (enable-local-variables): Allow :all as value.
3054 (hack-local-variables): Implement that value.
3055 (safe-local-variable-values, safe-local-eval-forms)
3056 (enable-local-variables): Mark as risky.
3057 (find-file-visit-truename, kept-old-versions): Mark safe.
3058
3059 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3060 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3061 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3062
3063 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3066 Use forward-line so as to get to BOL even in the presence of fields.
3067 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3068 in return.
3069 (inferior-tcl): Tell tclsh to work in interactive mode.
3070
3071 * complete.el (partial-completion-mode):
3072 Use 'choose-completion-string-functions to make sure that
3073 choose-completion fills the minibuffer properly.
3074
3075 * complete.el (PC-old-read-file-name-internal): Remove.
3076 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3077 of read-file-name-internal.
3078 (partial-completion-mode): Enable/disable this advice.
3079
3080 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3081
3082 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3083 of 2006-04-17.
3084
3085 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3086
3087 * textmodes/org.el (org-insert-heading): Insert heading before
3088 current if at beginning of line.
3089 (org-todo, org-date): New faces.
3090 (org-table-align): Make sure tooltip window contains full text.
3091 (org-no-properties): New defsubst.
3092 (org-set-font-lock-defaults): Use new faces.
3093
3094 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3095
3096 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3097 for root variables.
3098
3099 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3100 (gdb-frame-address): Re-use to identify frame for watch expression.
3101 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3102 variables.
3103 (gdb-init-1, gdb-source, gdb-post-prompt)
3104 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3105 (gdb-frame-handler): Get gdb-frame-address.
3106
3107 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3108
3109 Sync with Tramp 2.0.53.
3110
3111 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3112 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3113 (tramp-completion-file-name-handler): Add autoload cookie for
3114 adding to `file-name-handler-alist'.
3115
3116 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3117 the prompt. If it returns earlier (when detecting an error
3118 message), the rest of the output will merge accidently with the
3119 output of the next command. Reported by M Jared Finder
3120 <jared@hpalace.com>.
3121
3122 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3123 for `process-file', in order to let it work for older Emacsen too.
3124
3125 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3126
3127 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3128 (tex-font-lock-keywords-3): Use it.
3129
3130 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * newcomment.el (comment-add): New function.
3133 (comment-region-default, comment-dwim): Use it.
3134
3135 2006-04-15 Michael Olson <mwolson@gnu.org>
3136
3137 * emacs-lisp/tq.el: Improve comments.
3138 (tq-queue-head-question): New accessor function.
3139 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3140 Update for modified queue structure.
3141 (tq-queue-add): Accept `question' argument.
3142 (tq-queue-pop): If a question is pending, send it.
3143 (tq-enqueue): Accept new optional argument `delay-question'.
3144 If this is non-nil, and at least one other question is pending a
3145 response, queue the question rather than sending it immediately.
3146
3147 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3148
3149 * calendar/appt.el (appt-add): Check whether an appointment is
3150 already present in appt-time-msg-list. Simplify code.
3151
3152 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3153
3154 * progmodes/cc-langs.el (c-mode-menu):
3155 Don't presume c-subword-mode is bound.
3156
3157 2006-04-13 Bill Wohler <wohler@newt.com>
3158
3159 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3160 (customize-package-emacs-version): Use cdr instead of cadr now
3161 that alists use dotted pairs.
3162
3163 * custom.el (defcustom): Fix docstring for :package-version.
3164
3165 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3166
3167 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3168 (tramp-handle-shell-command): Display output buffer only when
3169 `tramp-display-shell-command-buffer' is true.
3170 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3171
3172 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3173
3174 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3175 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3176
3177 2006-04-13 Romain Francoise <romain@orebokech.com>
3178
3179 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3180 leaving temporary .cvsignore buffers behind.
3181
3182 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3183
3184 * textmodes/org.el (org-set-regexps-and-options)
3185 (org-get-current-options): Better names for the startup folding
3186 options.
3187
3188 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3189
3190 * vc.el (vc-annotate): Arrange for point to end up at the same
3191 line number as in the original, but only when using a new buffer.
3192
3193 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3194
3195 * files.el (hack-one-local-variable-eval-safep):
3196 Recognize `edebug-form-spec' for `put', but only if it passes
3197 `edebug-basic-spec'. Generalize `put' handling.
3198
3199 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3200 vetting file-local form specs.
3201
3202 * allout.el (allout-layout): Autoload its `safe-local-variable'
3203 property.
3204
3205 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3206
3207 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3208 (org-agenda-mouse-1-follows-link)
3209 (org-mouse-1-follows-link): New options.
3210 (org-format-agenda-item): Fix bug if TAGS is nil.
3211 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3212
3213 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3214
3215 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3216 GDB 6.1+ gives full filename for "info sources" so use
3217 file-name-nondirectory.
3218
3219 2006-04-12 Romain Francoise <romain@orebokech.com>
3220
3221 * subr.el (read-passwd): Bind `message-log-max' to nil.
3222
3223 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * progmodes/perl-mode.el (perl-indent-new-calculate):
3226 Recompute parse-start after jumping backward by a whole sexp.
3227
3228 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3229
3230 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3231 window configuration.
3232 (vc-annotate-display-select): Select the buffer so that current-buffer
3233 (and selected-window) is the output buffer at the end of vc-annotate.
3234
3235 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3236
3237 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3238 8-color terminals, to use all of the colors in a sensible order.
3239 256-color terminals work well with the standard map.
3240 (vc-annotate-lines): Only strip the first color character if it
3241 is "#", to allow for terminal-style named colors.
3242 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3243 the correct buffer is scrolled.
3244
3245 2006-04-11 Richard Stallman <rms@gnu.org>
3246
3247 * emacs-lisp/bytecomp.el (byte-compile-file):
3248 Bind enable-local-variables to :safe, and make normal-mode obey it.
3249
3250 * files.el (enable-local-variables): Allow value :safe.
3251 (normal-mode): Doc fix.
3252 (hack-local-variables): Implement enable-local-variables = :safe.
3253 (hack-local-variables-confirm): Don't prevent quitting.
3254
3255 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3256
3257 * loadhist.el (unload-feature): A bit of sanity check of
3258 load-history entries. Cancel timer-vars before unbinding them.
3259
3260 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3261 quote special chars, and make the trick work on the hex part of the
3262 buffer as well.
3263 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3264 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3265
3266 * startup.el (normal-splash-screen): Fix last change so we don't wait
3267 2 minutes if we don't show the splash screen.
3268
3269 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3270
3271 * textmodes/org.el (org-export-plain-list-max-depth)
3272 (org-table-spaces-around-separators)
3273 (org-radio-targets, org-activate-camels)
3274 (org-table-spaces-around-invisible-separators): Options removed.
3275 (org-time-stamp-rounding-minutes, org-remember-templates)
3276 (org-ellipsis, org-activate-links, org-descriptive-links):
3277 New options.
3278 (org-remember-apply-template, org-current-time)
3279 (org-finish-edit-table-field)
3280 (org-link-unescape, org-link-escape)
3281 (org-string-width, org-table-clean-line, org-html-do-expand)
3282 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3283 (org-read-agenda-file-list): New functions.
3284 (org-table-edit-field)
3285 (org-table-create-or-convert-from-region): New commands
3286 (org-table-toggle-vline-visibility): Command removed.
3287 (org-table-convert-region): Made a command.
3288 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3289 Replace with the normal org- functions.
3290 (org-self-insert-command): Don't trigger realign unnecessarily
3291 when blanking a field that is not full.
3292 (org-mode): `Set buffer-invisibility-spec' for links.
3293 (org-activate-links2): Hide link part and only show descriptive
3294 part of the link.
3295 (org-insert-link): Modify for new linking system.
3296 (org-store-link): Store description separately, for use by
3297 `org-insert-link'.
3298 (org-table-align): Use `org-string-width'.
3299 (defgroup): Completely new group structure for custom variables.
3300 (org-agenda-files): Option: Single file name allowed. Function:
3301 Optional argument unrestrited means ignore any restricitons.
3302 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3303 trying to modify the menu. Use generalized access to
3304 `org-agenda-files.'
3305 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3306 (org-agenda-file-to-front, org-remove-file, org-diary)
3307 (org-tags-view, org-export-icalendar-all-agenda-files)
3308 (org-export-icalendar-combine-agenda-files): Use generalized
3309 access to `org-agenda-files'.
3310 (org-remember-handler): Correctly preserve heading if present.
3311 (org-table-insert-row, org-table-insert-hline): Deal with
3312 invisible characters.
3313
3314 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3315
3316 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3317 (vc-annotate-color-map): New 18 element constant
3318 value/saturation, rotating hue colormap, from red->blue.
3319 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3320 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3321 (vc-annotate): To avoid killing the required local variables,
3322 set them before the end of `with-output-to-temp-buffer', and
3323 after first switching to annotate-mode.
3324 (vc-annotate-warp-version): Add buffer argument in goto-line to
3325 ensure annotation, not source, is scrolled.
3326
3327 2006-04-10 Bill Wohler <wohler@newt.com>
3328
3329 * custom.el (defcustom, custom-handle-keyword):
3330 Add :package-version keyword.
3331 (custom-add-package-version): New function. Sets value of new
3332 property 'custom-package-version from :package-version keyword.
3333 (defcustom): Create Common Keywords section in docstring.
3334 (defface, defgroup): Replace definitions of a select few keywords
3335 with a reference to the Common Keywords in defcustom.
3336 (defcustom, defface, defgroup): Replace reference to Customization
3337 chapter in manual with hyperlink.
3338
3339 * cus-edit.el (customize-package-emacs-version-alist):
3340 New variable.
3341 (customize-changed-options): Add check for custom-package-version.
3342 (customize-package-emacs-version): New function to look up Emacs
3343 version corresponding to the given package version.
3344
3345 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3346 defun name, in similar fashion to find-variable-regexp.
3347
3348 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3349
3350 * international/mule-cmds.el (set-locale-environment): Fix last
3351 change for when the locale's preferences don't specify any encoding.
3352
3353 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3354
3355 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3356 so the defined var/fun doesn't need to be quoted.
3357
3358 2006-04-10 Richard Stallman <rms@gnu.org>
3359
3360 * finder.el (finder-mode-map): Add n and p bindings.
3361
3362 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3363
3364 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3365 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3366 (gdb-setup-windows): Put something in source window if we can't find
3367 the source file.
3368 (gdb-frame-handler): Make it work again with just assembly.
3369 (gdb-data-list-register-values-handler): Make it work when there is
3370 no stack.
3371
3372 2006-04-09 Richard Stallman <rms@gnu.org>
3373
3374 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3375 specs while looking for charset.
3376
3377 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3378
3379 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3380 Make them faces.
3381 (lm-font-lock-keywords): Update appropriately.
3382
3383 2006-04-10 Kim F. Storm <storm@cua.dk>
3384
3385 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3386 it can also replace buffer-substring-no-properties.
3387
3388 * emulation/cua-base.el (cua-delete-region, cua-paste)
3389 (cua-repeat-replace-region): Use filter-buffer-substring.
3390
3391 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3392 (cua-cut-region-to-global-mark): Likewise.
3393
3394 * emulation/cua-rect.el (cua--extract-rectangle)
3395 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3396
3397 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3398
3399 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3400 entry-type. Add field delimiters to numerical fields if they are
3401 not present.
3402
3403 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3404
3405 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3406 string-const to return value.
3407 (bibtex-remove-delimiters): Use it.
3408
3409 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3412 cl-byte-compile-compiler-macro unless it exists.
3413
3414 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3415
3416 * files.el (hack-local-variables-confirm) <offer-save>:
3417 Clarify message text. Suggested by Ralf Angeli.
3418
3419 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3420
3421 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3422 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3423 instead of `buffer-substring' and `delete-region'. (Most of the
3424 code actually copied from `kill-region'.)
3425
3426 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3427
3428 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3429 (rcirc-default-port): Rename from rcirc-port.
3430 (rcirc-default-nick): Rename from rcirc-nick.
3431 (rcirc-default-user-name): Rename from rcirc-user-name.
3432 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3433 (rcirc-low-priority-flag): New variable.
3434 (rcirc-decode-coding-system): New defcustom.
3435 (rcirc-encode-coding-system): New defcustom.
3436 (rcirc-coding-system-alist): New defcustom.
3437 (rcirc-multiline-major-mode): New defcustom.
3438 (rcirc-nick): New internal variable.
3439 (rcirc-process): Remove variable.
3440 (rcirc-server-buffer): New variable.
3441 (rcirc): Update to use rcirc-default-* variables above.
3442 (rcirc-connect): Do not add window-configuration-hook-here.
3443 (rcirc-server): New internal variable.
3444 (rcirc-connect): Do not send keepalive pings if
3445 rcirc-keepalive-seconds is nil.
3446 (with-rcirc-server-buffer): New macro.
3447 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3448 (rcirc-server-name): Rename from rcirc-server.
3449 (rcirc-buffer-process): New function.
3450 (rcirc-buffer-nick): New function.
3451 (rcirc-buffer-target): Remove function.
3452 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3453 New commands.
3454 (rcirc-mode-map): Change binding of C-c C-l to
3455 rcirc-toggle-low-priority.
3456 (rcirc-mode): Initialize coding system based on
3457 rcirc-coding-system-alist. New change-major-mode-hook to part the
3458 channel on a mode change. Make kill-buffer-hook buffer-local.
3459 (rcirc-change-major-mode-hook): New function.
3460 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3461 (rcirc-last-post-time): New variable.
3462 (rcirc-process-message): Store the last time user posted a message
3463 to this target.
3464 (rcirc-multiline-minor-mode): New mode.
3465 (rcirc-multiline-minor-mode-map): New mode map.
3466 (rcirc-edit-multiline): Put multiline-edit buffer in
3467 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3468 (rcirc-print): Ignore any line starting with an ignored nick.
3469 (rcirc-print): Decode using rcirc-decode-coding-system.
3470 (rcirc-track-minor-mode): Update global-mode-string when disabling
3471 this mode.
3472 (minor-mode-alist): Add LowPri indicator.
3473 (rcirc-toggle-low-priority): New function.
3474 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3475 next lowpriority buffer with activity.
3476 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3477 last time the user posted a message in to the target.
3478 (rcirc-update-activity-string): New formatting for low priority
3479 buffers.
3480 (rcirc-split-activity): New function.
3481 (rcirc-handler-PART, rcirc-handler-KICK)
3482 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3483 (rcirc-nick-away-alist): New variable.
3484 (rcirc-handler-301): New handler. Away messages are printed once
3485 per change.
3486
3487 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3488
3489 * info.el (Info-follow-nearest-node): Doc fix.
3490
3491 * international/mule-cmds.el (set-locale-environment): Make sure
3492 the coding-system preferred by the locale's language has the same
3493 EOL conversion type as the original buffer-file-coding-system.
3494 (locale-language-names): Add a few MS Windows language codes.
3495
3496 2006-04-07 Richard Stallman <rms@gnu.org>
3497
3498 * simple.el (eval-expression): Doc fix.
3499
3500 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3501 (eval-defun): Doc fixes.
3502
3503 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3504
3505 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3506
3507 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3508
3509 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3510 GDB list command without argument for greater generality.
3511
3512 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3513
3514 * subr.el (string-or-null-p): New function.
3515
3516 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3517
3518 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3519
3520 * files.el: Update comment about safe-local-variable declarations.
3521
3522 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3523
3524 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3525 See idlwave.org.
3526
3527 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3528 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3529
3530 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3531 See idlwave.org.
3532
3533 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3534 version 6.0 (minimal changes). See idlwave.org.
3535
3536 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3537 6.0 (minimal changes). See idlwave.org.
3538
3539 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3540
3541 2006-04-06 Romain Francoise <romain@orebokech.com>
3542
3543 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3544 symmetric encryption features and a new asynchronous interface to
3545 GnuPG. This new version is version 1.4, plus whitespace changes.
3546
3547 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3548
3549 * files.el: Move some `safe-local-variable' declarations to the
3550 respective files.
3551
3552 * textmodes/ispell.el (ispell-check-comments)
3553 (ispell-local-dictionary): Mark as safe.
3554
3555 * abbrev.el (abbrev-mode): Mark as safe.
3556
3557 * add-log.el (change-log-default-name): Mark as safe.
3558
3559 * textmodes/reftex-vars.el (reftex-vref-is-default)
3560 (reftex-fref-is-default, reftex-level-indent)
3561 (reftex-guess-label-type): Mark as safe.
3562
3563 * textmodes/fill.el (colon-double-space): Mark as safe.
3564
3565 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3566 (sentence-end-double-space, sentence-end-without-period)
3567 (sentence-end-without-space, sentence-end, sentence-end-base)
3568 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3569
3570 2006-04-06 Kim F. Storm <storm@cua.dk>
3571
3572 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3573 the :set-after list.
3574 (ido-downcase-unc-hosts): New user option. Default on.
3575 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3576 when it is set, as regexps are now applied on the fly.
3577 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3578 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3579 on the fly, but only when ido-process-ignore-lists is set.
3580 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3581 Only downcase names if ido-downcase-unc-hosts is set.
3582
3583 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3584
3585 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3586
3587 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3588
3589 2006-04-05 Kim F. Storm <storm@cua.dk>
3590
3591 * ido.el (ido-mode): Set after ido-unc-hosts and
3592 ido-ignore-unc-host-regexps.
3593 (ido-save-history): Save ido-unc-hosts-cache.
3594 (ido-load-history): Load ido-unc-hosts-cache.
3595 (ido-reread-directory): Refresh unc hosts cache in // dir.
3596
3597 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3598 to nil while displaying slash screen.
3599
3600 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3601
3602 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3603 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3604
3605 2006-04-05 Kenichi Handa <handa@m17n.org>
3606
3607 * international/characters.el: Setup cases of Latin, Greek, and
3608 Cyrillic characters in CJK charsets.
3609
3610 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3611
3612 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3613 default-enable-multibyte-characters. This reverts the change from
3614 revision 6.17 which is no longer necessary because the passphrase
3615 is sent separately now. GnuPG messages are unreadable under
3616 multibyte locales with default-enable-multibyte-characters set to nil.
3617
3618 2006-04-04 Andreas Schwab <schwab@suse.de>
3619
3620 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3621 and `byte-compile-warnings' as `safe-local-variable'.
3622
3623 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3624
3625 * man.el (Man-mode-map): Restore the \r binding.
3626 (Man-abstract-xref-man-page): If Man-target-string is a function,
3627 call it.
3628 (Man-highlight-references): Use Man-default-man-entry to get the
3629 target. Deal with xrefs too.
3630 (Man-highlight-references0): Don't call the target function.
3631
3632 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3633 cannot deal with it.
3634
3635 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3636
3637 * pgg-gpg.el: Clean up process buffers every time gpg processes
3638 complete.
3639
3640 2006-04-04 Kenichi Handa <handa@m17n.org>
3641
3642 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3643 here.
3644 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3645 Temporarily bind inhibit-field-text-motion to t.
3646
3647 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * startup.el (normal-splash-screen): Only set mode-line-format in the
3650 splash buffer, so as not to interfere when debugging the code.
3651 Ignore errors when switching buffer.
3652
3653 2006-04-03 Romain Francoise <romain@orebokech.com>
3654
3655 * dired.el (dired-dnd-protocol-alist): Fix typo.
3656
3657 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3658
3659 * savehist.el (savehist): Add :version.
3660 (savehist-ignored-variables): New variable.
3661 (savehist-minibuffer-hook): Don't save variables listed in
3662 `savehist-ignored-variables'.
3663
3664 * dired.el (dired-dnd-protocol-alist): Mention that change does
3665 only apply to new buffers in doc string.
3666
3667 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3668
3669 * recentf.el (recentf-open-files-item): Include newline in button
3670 field, so opening a file will work, when the point is at the end
3671 of the file name. Allow, for example, to [i]search a file by
3672 extension and just push RET to open it.
3673
3674 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3675
3676 * pgg-gpg.el (pgg-gpg-process-filter)
3677 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3678
3679 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3680 lines, temporary fix.
3681
3682 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3683
3684 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3685
3686 2006-04-02 Richard Stallman <rms@gnu.org>
3687
3688 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3689
3690 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3691
3692 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3693 header-mouse-map.
3694
3695 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3696 (ibuffer-mode-header-map): New keymaps.
3697 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3698 and keybindings for column headers.
3699 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3700 property.
3701
3702 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3703
3704 * speedbar.el (speedbar-after-create-hook): Doc fix.
3705
3706 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3707
3708 * shell.el (shell-directory-tracker)
3709 (shell-dynamic-complete-command): Doc fixes.
3710
3711 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3712
3713 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3714 terminals.
3715
3716 2006-04-01 Kim F. Storm <storm@cua.dk>
3717
3718 * ido.el (ido-unc-hosts-cache): New defvar.
3719 (ido-unc-hosts): If value of defcustom is a function, call it to
3720 get list of UNC hosts. Add function-item choices to specify
3721 ido-unc-hosts-net-view or user function.
3722 (ido-ignore-unc-host-regexps): New defcustom.
3723 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3724 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3725 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3726
3727 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3728
3729 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3730 wwidth.
3731
3732 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3733
3734 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3735 (ido-max-work-file-list, ido-switch-buffer)
3736 (ido-read-file-name-as-directory-commands):
3737 Fix typos in docstrings.
3738
3739 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3740
3741 * term/mac-win.el (mac-system-coding-system): Define and use after
3742 Mac-specific coding systems are ready.
3743
3744 2006-03-27 Romain Francoise <romain@orebokech.com>
3745
3746 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3747
3748 * ldefs-boot.el: Update.
3749
3750 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3751
3752 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3753 passphrases when it is not needed.
3754 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3755 passphrase stuff from gpg, should only be necessary when you use
3756 gpg with a smartcard.
3757
3758 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3759
3760 * comint.el (comint-dynamic-list-completions): Allow user to
3761 select *Completions* buffer.
3762
3763 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3764
3765 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3766
3767 2006-03-26 Andreas Schwab <schwab@suse.de>
3768
3769 * progmodes/gud.el (gdb): Only complain about multiple debugging
3770 when the gdb process is still running.
3771
3772 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3773
3774 * mail/rmail.el (tool-bar-map): Defvar it.
3775 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3776 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3777
3778 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3779
3780 * help.el (print-help-return-message): Suggest to use
3781 display-buffer instead of switch-to-buffer-other-window to restore
3782 the previous window without selecting it.
3783
3784 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3785
3786 * frame.el (select-frame-by-name): Call x-focus-frame also when
3787 window-system is mac.
3788
3789 * term/mac-win.el: Adjust Courier font specifications in
3790 x-fixed-font-alist.
3791 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3792 when directly encoding to UTF-16 in native byte order, no BOM.
3793
3794 2006-03-25 Kim F. Storm <storm@cua.dk>
3795
3796 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3797 (cua--init-keymaps): Use it instead of fixed C-return.
3798 (cua-mode): Set after it.
3799
3800 * emulation/cua-rect.el (cua--init-rectangles):
3801 Use cua-rectangle-mark-key instead of fixed C-return.
3802
3803 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3804
3805 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3806 "run" in .gdbinit.
3807 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3808
3809 2006-03-24 Romain Francoise <romain@orebokech.com>
3810
3811 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3812 `display-buffer-other-frame'.
3813
3814 2006-03-24 Kim F. Storm <storm@cua.dk>
3815
3816 * apropos.el (apropos-synonyms): Add selection => region.
3817
3818 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3821 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3822 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3823 (gdb-data-list-register-values-regexp)
3824 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3825 Future proof against new fields being added to MI output.
3826 (gdb-send): Don't treat backslashes for program input as
3827 continuations.
3828 (gdb-assembler-handler): Don't use window-start for this handler.
3829 (gdb-frame-handler): Don't change to hollow arrow if overlay
3830 arrow doesn't move to new frame.
3831
3832 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3833
3834 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3835 prevent compiler warnings.
3836 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3837 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3838 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3839 buffer too.
3840
3841 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3842
3843 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3844 make-network-process, so we can use the same code in Gnus v5-10
3845 too and have this file fully synchronized with that release.
3846
3847 2006-03-23 Romain Francoise <romain@orebokech.com>
3848
3849 * ibuf-ext.el (ibuffer-read-filter-group-name):
3850 Use `ibuffer-generate-filter-groups' to make completion list match
3851 the filter groups that are really displayed in the Ibuffer buffer.
3852 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3853
3854 2006-03-23 Kenichi Handa <handa@m17n.org>
3855
3856 * international/mule-cmds.el (sort-coding-systems): Describe that
3857 the argument is modified in docstring.
3858
3859 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3860
3861 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3862 (pgg-gpg-update-agent): New function.
3863 (pgg-gpg-use-agent-p): New function.
3864 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3865 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3866 (pgg-gpg-sign-region): Use it.
3867
3868 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3869
3870 * cus-edit.el (custom-face-set): Call custom-push-theme before
3871 face-spec set so that `changed' theme is correctly saved.
3872 (custom-face-reset-standard): Reset to recalculated face rather
3873 than defface spec.
3874
3875 * custom.el (custom-push-theme): Only save `changed' theme if the
3876 current face does not match the defface specs.
3877
3878 2006-03-21 Simon Josefsson <jas@extundo.com>
3879
3880 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3881 <wilde@sha-bang.de>.
3882 (pgg-gpg-use-agent): New variable.
3883 (pgg-gpg-process-region): Use it.
3884 (pgg-gpg-encrypt-region): Likewise.
3885 (pgg-gpg-encrypt-symmetric-region): Likewise.
3886 (pgg-gpg-decrypt-region): Likewise.
3887 (pgg-gpg-sign-region): Likewise.
3888 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3889
3890 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3891
3892 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3893 bracket links.
3894
3895 2006-03-21 Kim F. Storm <storm@cua.dk>
3896
3897 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3898 fringe-indicator-alist instead of modifying global value.
3899 (gdb-frame-handler): Likewise.
3900
3901 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3902
3903 * diff-mode.el (diff-function): Make it inherit from diff-header
3904 instead of diff-context.
3905
3906 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3907 bitmap.
3908 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3909 change names in macro above for consistency.
3910 (gdb-frame-handler): Use hollow-right-triangle for all selected
3911 frames which except the innermost (where execution has stopped).
3912 (gdb-reset): Reset buffer-local values of overlay-arrow.
3913
3914 2006-03-20 Richard Stallman <rms@gnu.org>
3915
3916 * simple.el (set-mark-command): Doc fix.
3917
3918 * files.el (display-buffer-other-frame): New command.
3919 (ctl-x-4-map): Bind C-x 5 C-o to it.
3920
3921 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3922
3923 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3924 rather than just defer-time, in case defer-time has been changed but
3925 the timer isn't running yet.
3926 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3927
3928 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3929
3930 * help-mode.el (help-follow-symbol): New function.
3931 Essentially identical to the old `help-follow', but do not let
3932 `push-button' do the work when on an xref.
3933 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3934
3935 2006-03-19 Richard Stallman <rms@gnu.org>
3936
3937 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3938 preceded by the word `program'.
3939 (help-follow-mouse, help-follow): Throw error if not on xref.
3940 Delete no longer used args.
3941
3942 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3945 annotation ensure gud-overlay-arrow-position is redisplayed.
3946
3947 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3948
3949 * textmodes/bibtex.el (bibtex-include-OPTkey)
3950 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3951 (bibtex-autokey-name-case-convert)
3952 (bibtex-autokey-titleword-case-convert): Make these the aliases
3953 for the following two variables.
3954 (bibtex-autokey-name-case-convert-function)
3955 (bibtex-autokey-titleword-case-convert-function): Make these the
3956 real names.
3957 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3958 bibtex-font-lock-crossref sublists.
3959 (bibtex-mode): Revert 2005-12-30 change (which made
3960 completion-ignore-case buffer-local).
3961 (bibtex-url): Simplify.
3962
3963 2006-03-19 Kim F. Storm <storm@cua.dk>
3964
3965 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3966 cursor property value to 2 (to align with C level change).
3967
3968 2006-03-19 Bill Wohler <wohler@newt.com>
3969
3970 * image.el (image-load-path-for-library): Shorten first line in
3971 docstring.
3972
3973 2006-03-18 Richard Stallman <rms@gnu.org>
3974
3975 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3976
3977 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3978
3979 * isearch.el (isearch-other-meta-char): Handle user bindings for
3980 shifted control characters.
3981
3982 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3983
3984 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3985 part that matches email addresses, file names, etc.
3986
3987 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3988
3989 * term/w32-win.el (mouse-set-font):
3990 Mention w32-list-proportional-fonts in the doc string.
3991
3992 2006-03-18 Kim F. Storm <storm@cua.dk>
3993
3994 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3995 (ido-unc-hosts): New user option to explicitly define list of know
3996 UNC-style hosts for completion.
3997 (ido-cache-unc-host-shares-time): New user option.
3998 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3999 New helper functions for UNC file-name support.
4000 (ido-may-cache-directory): Check for UNC host. Simplify.
4001 (ido-wash-history): Clean out old UNC hosts.
4002 (ido-nonreadable-directory-p): UNC hosts are always readable.
4003 (ido-directory-too-big-p): UNC hosts are never too big.
4004 (ido-set-current-directory): Handle UNC root path.
4005 (ido-file-name-all-completions): Complete UNC host names from
4006 ido-unc-hosts list. Cache UNC host shares.
4007 (ido-make-file-list-1): Don't filter UNC root.
4008 (ido-exhibit): Check for // in root directory, and switch to UNC
4009 mode by setting ido-current-directory to //.
4010
4011 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4012
4013 * cus-edit.el (customize-changed-options): Mention explicit
4014 version number as default in prompt.
4015
4016 2006-03-17 Bill Wohler <wohler@newt.com>
4017
4018 * image.el (image-load-path-for-library): Minor docstring fix.
4019
4020 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4021
4022 * textmodes/org.el (org-read-date): Include subgroup 5 into
4023 replacement text.
4024 (org-popup-calendar-for-date-prompt): Fix customization type.
4025
4026 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4027
4028 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4029 (gdb-continuation): New variable.
4030 (gdb-send): Deal with continuation lines.
4031
4032 * progmodes/gud.el (gud-gdb-complete-command)
4033 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4034 expressions.
4035 (gud-tooltip-mode): Use buffer-local value.
4036
4037 2006-03-16 Kim F. Storm <storm@cua.dk>
4038
4039 * ido.el (ido-edit-input): Use selected match, if any.
4040
4041 2006-03-16 Bill Wohler <wohler@newt.com>
4042
4043 * image.el (image-load-path-for-library): Prefer user's images in
4044 image-load-path.
4045
4046 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4047
4048 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4049 when checking for attempt to drag leftmost or rightmost scrollbar.
4050
4051 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4052
4053 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4054 (gdb-force-mode-line-update): New function.
4055 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4056 (gdb-exited): Use them.
4057 (gdb-signal): New function.
4058 (gdb-annotation-rules): Provide a rule for it.
4059
4060 2006-03-16 Kenichi Handa <handa@m17n.org>
4061
4062 * international/mule.el (auto-coding-regexp-alist): Add entries
4063 for Unicode BOM.
4064
4065 * sort.el (sort-build-lists): Temporarily bind
4066 inhibit-field-text-motion to t.
4067
4068 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4069
4070 * locate.el (locate-command, locate-make-command-line)
4071 (locate-fcodes-file, locate-update-command)
4072 (locate-prompt-for-command, locate, locate-with-filter)
4073 (locate-get-file-positions): Doc fixes.
4074 (locate-buffer-name, locate-header-face): Remove leading `*' in
4075 defcustom.
4076 (locate-filter-output): Use `keep-lines' instead of its alias
4077 `delete-non-matching-lines'.
4078 (locate-get-filename, locate-get-dirname): Add introductory comment.
4079 (locate-find-directory-other-window): Give appropriate error
4080 message if used outside main listing.
4081
4082 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4083
4084 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4085 the new extend-region feature.
4086 (font-lock-after-change-function): Update correspondingly.
4087 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4088 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4089
4090 2006-03-15 Bill Wohler <wohler@newt.com>
4091
4092 * image.el (image-load-path-for-library): Fix example by not
4093 recommending that one binds image-load-path. Just defvar it to
4094 placate compiler and only use it if previously defined.
4095
4096 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4097
4098 * textmodes/org.el (org-insert-centered): Use `string-width' to
4099 make underlining work for wide characters.
4100 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4101 TAB to `org-cycle', to make sure that no binding in
4102 `outline-mode-map' can supercede it.
4103
4104 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4105
4106 * allout.el: Increment version to 2.2.1 in file commentary.
4107
4108 (allout-version): Increment to 2.2.1.
4109
4110 (allout-default-layout): New customization variable, used when the
4111 file lacks a specific allout-layout. Uses allout-layout-type for
4112 recursively nested definition.
4113
4114 (allout-layout-type): Widget defining allout layouts, necessary for
4115 self-recursive definition.
4116
4117 (allout-mode): Incorporate allout-default-layout as fallback for
4118 allout-layout.
4119
4120 (allout-layout): Mark as 'safe-local-variable', and refer mention
4121 fallback to `allout-default-layout' in absence of a specified value.
4122 (allout-passphrase-verifier-string)
4123 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4124
4125 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4126
4127 (allout-get-encryption-passphrase-verifier): Use correct name of
4128 passphrase verifier in docstring.
4129
4130 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4131
4132 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4133 elements.
4134 (gdb-find-watch-expression): Make it work for arrays too.
4135 Follow change to gdb-var-list.
4136 (gud-watch): Allow the user to enter variable name with a prexix
4137 arg. Create keybindings.
4138 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4139 (gdb-var-list-children-handler, gdb-var-update-handler)
4140 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4141 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4142 Follow change to gdb-var-list.
4143 (gdb-starting): Don't show the overlay arrows when program is running.
4144
4145 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4146 gdb-var-list.
4147
4148 2006-03-14 Bill Wohler <wohler@newt.com>
4149
4150 * image.el (image-load-path-for-library): Pass value of path
4151 rather than symbol. Always return list of directories.
4152 Guarantee that image directory comes first.
4153
4154 2006-03-14 Alan Mackenzie <acm@muc.de>
4155
4156 * font-core.el (font-lock-extend-region\(-function\)?.):
4157 New function/variable.
4158
4159 * font-lock.el (font-lock-after-change-function):
4160 Call font-lock-extend-region. Obey font-lock-lines-before.
4161 (font-lock-default-fontify-region): Remove reference to
4162 font-lock-lines-before.
4163
4164 * jit-lock.el (jit-lock-after-change):
4165 Call font-lock-extend-region. Obey font-lock-lines-before.
4166
4167 2006-03-14 David Ponce <david@dponce.com>
4168
4169 * tree-widget.el (tree-widget-themes-load-path)
4170 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4171
4172 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4173
4174 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4175 (rcirc-print): Mark the start of text at the end of the prompt.
4176 (rcirc-track-minor-mode): Add autoload cookie.
4177 (rcirc-update-activity-string): Add space to front of mode-line
4178 indicator.
4179
4180 2006-03-13 Miles Bader <miles@gnu.org>
4181
4182 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4183 (rcirc-abbrev-nick): Remove function.
4184 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4185
4186 2006-03-13 David Ponce <david@dponce.com>
4187
4188 * tree-widget.el: Handle themes across all occurrences of the main
4189 themes sub-directory found in tree-widget-themes-load-path.
4190 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4191 (tree-widget--locate-sub-directory): Return all occurrences.
4192 (tree-widget-themes-path): New function.
4193 Replace tree-widget-themes-directory, and return a list of directories.
4194 (tree-widget-set-parent-theme)
4195 (tree-widget-lookup-image): Use it.
4196
4197 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4198
4199 * textmodes/org.el (org-link-search): Avoid self-matching of
4200 links, allow target text to be distributed over several lines.
4201 (org-search-not-link): New function.
4202 (org-set-regexps-and-options, org-get-current-options):
4203 New startup options.
4204 (org-export-as-html): Take odd-level setting from local variable.
4205 (org-fontify-emphasized-text): New option.
4206 (org-set-font-lock-defaults): Include emphasized text.
4207 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4208 (org-font-lock): Customize group renamed from `org-faces'.
4209
4210 2006-03-13 John Paul Wallington <jpw@pobox.com>
4211
4212 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4213 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4214
4215 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4216
4217 * cus-start.el (all): Delete :version keyword for members of the
4218 fringe group, since the entire group is new in 22.1.
4219
4220 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4221
4222 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4223 map if value is hexadecimal (an address).
4224 (gud-watch): Only search roots for existing watch expressions.
4225 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4226 prevent caching problems with speedbar-update-directory-contents.
4227
4228 2006-03-12 Juri Linkov <juri@jurta.org>
4229
4230 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4231 before comparing with `low' and `warn'.
4232
4233 * info.el (Info-dir-remove-duplicates): Move point to the
4234 beginning of the current line after deleting the entries from
4235 redundant heading. Use marker for `limit' and compare it with
4236 point before calling `re-search-forward'.
4237
4238 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4239
4240 * simple.el (yank): Fix typo in docstring.
4241
4242 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4243
4244 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4245 messages, where "D" is the 6th character.
4246
4247 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4248
4249 * simple.el (yank): Fix last change.
4250
4251 2006-03-11 David Ponce <david@dponce.com>
4252
4253 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4254 merging elements from the standard ispell-dictionary-alist.
4255 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4256 alist, and return the new alist.
4257
4258 2006-03-11 Richard Stallman <rms@gnu.org>
4259
4260 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4261
4262 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4263 the way it is implemented is too unclean.
4264
4265 * simple.el (kill-region, yank): Doc fix.
4266
4267 * battery.el (battery-echo-area-format): Doc fix.
4268 (battery-mode-line-format): Likewise.
4269 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4270 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4271
4272 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4273
4274 * progmodes/octave-mod.el (octave-indent-for-comment):
4275 Behave according to do string.
4276
4277 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4278
4279 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4280 Be visible only if major mode is Mail Mode.
4281
4282 * textmodes/flyspell.el (flyspell-external-point-words)
4283 (flyspell-process-localwords): Fix last changes.
4284
4285 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4286
4287 * calendar/holidays.el (list-holidays): Doc fix.
4288
4289 * international/mule.el (auto-coding-alist): Add .odt
4290 (OpenOffice's open document) files.
4291
4292 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4293 document) files. Mention in the doc string the need to sync with
4294 auto-coding-alist.
4295
4296 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4297
4298 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4299 enable-local-variables is set to always query, or there is no
4300 savable variable.
4301
4302 2006-03-10 Bill Wohler <wohler@newt.com>
4303
4304 * image.el (image-load-path-for-library): Merge at least three
4305 functions from Gnus and MH-E into this one function that can now
4306 be shared.
4307
4308 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4309
4310 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4311 gdb-remove-mouse-face and remove help-echo too.
4312 (gdb-enqueue-input): Correct conditional clause.
4313
4314 2006-03-10 Glenn Morris <rgm@gnu.org>
4315
4316 * calendar/calendar.el (calendar-holidays): Doc fix.
4317 * calendar/holidays.el (list-holidays): Doc fix.
4318
4319 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4320
4321 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4322 it gets called in gdb-prompt anyway.
4323 (gdb-use-separate-io-buffer): Only restore window arrangement for
4324 gdb-many-windows.
4325 (gdb-enqueue-input): Make it harder to send GDB input when program
4326 is running.
4327 (gdb-buffer-list): New variable.
4328 (gdb-remove-mouse-face): New function.
4329 (gdb-starting): Use it when GDB input won't get sent.
4330
4331 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * help.el (view-lossage): Remove trailing whitespace before
4334 inserting "\n".
4335
4336 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4337
4338 * files.el (hack-local-variables-confirm):
4339 Set coding-system-for-read to nil before writing to .emacs.
4340
4341 * arc-mode.el (archive-extract): Check if an existing buffer name
4342 comes from a different archive.
4343
4344 * help.el (describe-key-briefly): If KEY is a down event, read and
4345 discard the up event.
4346
4347 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4348
4349 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4350 be edited and use font-lock-warning-face for any changes.
4351
4352 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4353 (gdb-edit-value): Use it to report any errors.
4354
4355 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4356
4357 * help.el (describe-key): Remove leftover test code.
4358
4359 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4360
4361 * textmodes/org.el: Move defvars out of eval-when-compile.
4362 Use buffer-file-name variable.
4363 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4364 arg `file'.
4365 (org-level-faces): Remove startup dependency.
4366 (org-cycle, org-map-tree, org-scan-tags)
4367 (org-remember-handler): Don't call `outline-level' directly.
4368 (org-mhe-search-all-folders): New option.
4369 (org-mhe-get-message-folder-from-index)
4370 (org-mhe-get-message-folder): Fix indexing search.
4371 (org-format-agenda-item): Handle nil TAGS argument.
4372 (org-cleaned-string-for-export, org-activate-target-links)
4373 (org-make-target-link-regexp): Deal with empty radio target list.
4374 (org-tag): New face.
4375 (org-get-level-face): New function.
4376 (org-set-font-lock-defaults): Simplify setup for headlines.
4377 (org-complete): Pass common substring to `display-completion-list'.
4378
4379 2006-03-06 David Ponce <david@dponce.com>
4380
4381 * tree-widget.el: Update Commentary header.
4382 (tree-widget-theme-name): Ignore parent themes.
4383 (tree-widget-set-parent-theme): New function.
4384 (tree-widget-set-theme): Use it.
4385 (tree-widget-set-image-properties): Move definition. Does nothing
4386 if image properties have already been set.
4387 (tree-widget-image-properties): Move definition. Receive an image
4388 name. Set the :pointer property.
4389 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4390 Don't set the :pointer image property.
4391 (tree-widget-convert-widget): New function. Handle :dynargs
4392 compatibility here.
4393 (tree-widget): Use it to :convert-widget. Add the :expander-p
4394 predicate to control when the :expander function is entered.
4395 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4396 (tree-widget-value-create): Handle :expander-p. widget-apply
4397 :expander.
4398 (tree-widget-expander-p): New function. Default value of the
4399 :expander-p property.
4400
4401 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4402
4403 * help.el (describe-key): Properly handle the return value of
4404 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4405 remaps. Handle string and vector `follow-link' values.
4406
4407 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * complete.el (PC-expand-many-files): Try be more careful when parsing
4410 the shell's output.
4411
4412 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * outline.el (hide-sublevels): Provide better interactive default.
4415
4416 2006-03-06 Kenichi Handa <handa@m17n.org>
4417
4418 * international/fontset.el (create-fontset-from-fontset-spec):
4419 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4420
4421 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4422
4423 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4424 backslashes instead of one in regexp.
4425 (gud-tooltip-dereference): Add missing optional argument.
4426
4427 2006-03-04 John Paul Wallington <jpw@pobox.com>
4428
4429 * wdired.el (toplevel): Require `cl' at compile-time.
4430
4431 2006-03-04 Andreas Schwab <schwab@suse.de>
4432
4433 * server.el (server-process-filter): Handle errors during
4434 evaluation of the argument.
4435
4436 2006-03-03 John Paul Wallington <jpw@pobox.com>
4437
4438 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4439 escape parentheses at beginning of line.
4440 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4441 (t-mouse-mode): Remove period from end of error message.
4442
4443 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4444
4445 * textmodes/flyspell.el (flyspell-process-localwords):
4446 Be case-sensitive.
4447
4448 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4449
4450 * cus-edit.el (custom-quote): Remove function, since it has been
4451 moved to custom.el.
4452
4453 * font-lock.el (lisp-font-lock-keywords-2)
4454 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4455 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4456 they have no special meaning.
4457
4458 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4459 indirect buffer gets killed before indirect buffer. Use dolist.
4460
4461 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4462
4463 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4464 value instead of a literal constant (1) on more pauses.
4465
4466 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4467
4468 * textmodes/flyspell.el (flyspell-external-point-words):
4469 Be case-sensitive.
4470
4471 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4472
4473 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4474 with "www".
4475
4476 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4477
4478 * allout.el: Restablish intermediate missing comment header to
4479 preserve outline structure.
4480 (allout-beginning-of-current-entry): Skip invisible text.
4481 (allout-open-topic): Fix opening a topic at end-of-buffer.
4482 (allout-minor-mode): Move nearer to allout-mode function.
4483
4484 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4485
4486 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4487
4488 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4489
4490 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4491 is nil.
4492
4493 * progmodes/gud.el (gud-speedbar-menu-items):
4494 Use buffer-local-value and add missing :visible keyword.
4495
4496 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4497
4498 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4499
4500 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4501 must be `follow-link'.
4502
4503 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4504
4505 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4506 formatting: No nested anchors.
4507 (org-all-targets): Fix bug with XEmacs compatibility.
4508 (org-read-date): Add (require 'parse-time).
4509 (org-set-tags): Fix bug with extra inserted space.
4510 (org-export-html-style): Define a style class for targets.
4511 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4512 (org-hide-leading-stars): New option.
4513 (org-hide): New face.
4514 (org-set-font-lock-defaults): Allow to hide leading stars.
4515 (org-get-legal-level, org-tr-level): New functions.
4516 (org-odd-levels-only): New option.
4517 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4518 (org-demote, org-promote): Deal with double-star levels.
4519 (org-convert-to-odd-levels): New command.
4520
4521 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4522
4523 * speedbar.el (speedbar-update-localized-contents): Try to
4524 preserve window-start.
4525 (speedbar-update-directory-contents): Try to preserve window-start
4526 and window-point.
4527 (speedbar-update-special-contents): Don't move back to start of window.
4528
4529 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4530 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4531 speedbar-timer-fn.
4532 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4533 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4534 instead of gdb-speedbar-timer-fn.
4535
4536 2006-02-28 Jay Belanger <belanger@truman.edu>
4537
4538 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4539 (math-compose-expr): Use latex option when calling
4540 `math-compose-tex-matrix' for latex mode.
4541
4542 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4543
4544 * speedbar.el: Re-instate comments about developing for speedbar
4545 [this is what info and gdb-ui use even if better methods exist now].
4546
4547 * t-mouse.el: New file.
4548 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4549 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4550 (t-mouse-make-event-element): Use posn-at-x-y instead.
4551 (t-mouse-make-event): Deal with Fedora Core 3.
4552 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4553 (t-mouse-mouse-position-function): New function. Use it instead
4554 of advising mouse-position.
4555 (t-mouse-mode): New minor mode.
4556 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4557
4558 2006-02-27 Glenn Morris <rgm@gnu.org>
4559
4560 * calendar/calendar.el (calendar-holidays): Doc fix.
4561
4562 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4563
4564 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4565 Re-introduce the concept of a source window.
4566 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4567 consistency with get-buffer-create.
4568 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4569 (gdb-data-list-register-values-handler)
4570 (gdb-stack-list-locals-handler): Try to preserve window-start as
4571 well as window-point.
4572 (gdb-display-source-buffer): New function (old concept).
4573 (gdb-goto-breakpoint): Use it.
4574
4575 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4576 for gdb-ui/gdb-mi (old concept).
4577
4578 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4579
4580 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4581 binding.
4582
4583 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4584
4585 * textmodes/reftex-sel.el (reftex-select-label-map)
4586 (reftex-select-bib-map): Add `follow-mouse' binding.
4587
4588 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4589
4590 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4591 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4592 Give :set functions to provide automatic updating.
4593 Update docstring. Give compiler defvars early in the file
4594 and move the defcustoms to a later spot where all called functions
4595 are defined.
4596 (jka-compr-file-name-handler-entry): Doc fix.
4597 (jka-compr-compression-info-list--internal)
4598 (jka-compr-mode-alist-additions--internal)
4599 (jka-compr-load-suffixes--internal): New variables.
4600 (jka-compr-install): Set the three above variables.
4601 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4602 (jka-compr-update, jka-compr-set): New functions.
4603 (auto-compression-mode): Doc fix.
4604
4605 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4606 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4607 Use jka-compr-compression-info-list--internal,
4608 jka-compr-mode-alist-additions--internal and
4609 jka-compr-load-suffixes--internal.
4610
4611 * files.el (load-library):
4612 * loadhist.el (file-loadhist-lookup):
4613 * startup.el (command-line):
4614 * subr.el (locate-library):
4615 * emacs-lisp/autoload.el (update-directory-autoloads):
4616 * emacs-lisp/find-func.el (find-library-suffixes):
4617 Use `get-load-suffixes' instead of `load-suffixes'.
4618
4619 * subr.el (locate-library):
4620 * emacs-lisp/find-func.el (find-library-name):
4621 Use `load-file-rep-suffixes' instead of '("").
4622
4623 2006-02-26 Kim F. Storm <storm@cua.dk>
4624
4625 * ido.el (ido-save-history, ido-load-history): Simplify.
4626 Don't use find-file-noselect to avoid interference from other modes.
4627
4628 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4629
4630 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4631 to use the default shell if filename is not available.
4632 Reported by Giorgos Keramidas.
4633
4634 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4635
4636 * progmodes/etags.el (tags-completion-table): Do completion from
4637 all the tables in the current list, as documented in the manual.
4638
4639 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4640
4641 * CC Mode Update to 5.31.3.
4642
4643 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4644
4645 * progmodes/cc-mode.el (c-postprocess-file-styles):
4646 Bind inhibit-read-only to t, around the call to
4647 c-remove-any-local-eval-or-mode-variables, so that it works on a
4648 RO file.
4649
4650 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4651
4652 * progmodes/cc-awk.el: Correct a typo.
4653
4654 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4655
4656 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4657 c-hungry-delete-backwards, at the request of RMS. Leave the old
4658 name as an alias.
4659
4660 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4661
4662 * progmodes/cc-mode.el: Correct a typo.
4663
4664 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4665
4666 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4667
4668 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4669
4670 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4671 brace-else-brace (error due to mbeg, mend being undefined).
4672
4673 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4674
4675 * progmodes/cc-mode.el: File Local variables: Solve the problem
4676 where both `mode' and c-file-offsets are specified: `mode' will
4677 overwrite c-f-o's settings:
4678 (c-remove-any-local-eval-or-mode-variables): New function.
4679 (c-postprocess-file-styles): Call the above new function, within
4680 c-tentative-buffer-change, to splat `mode' and `eval' before the
4681 second hack-local-variables.
4682
4683 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4684
4685 * progmodes/cc-mode.el:
4686 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4687 (c-after-change): Protect the match data with save-match-data.
4688 It was getting corrupted by c-after-change-check-<>-operators.
4689
4690 * cc-defs.el: [Supersedes patch V1.38]:
4691 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4692 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4693
4694 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4695 with save-match-data. It was being corrupted when Font Lock was
4696 not enabled.
4697
4698 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4699
4700 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4701 Mode and Subword Mode.
4702
4703 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4704 real labels ("case 1:" or "foo:") from non-labels ("public:").
4705 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4706 coding; c-f-t-2 doesn't move over a token at EOB.
4707
4708 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4709
4710 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4711 (c-update-modeline): Concatenate the minor mode indicators
4712 directly onto mode-name, removing c-submode-indicators.
4713 Sometimes, c-s-i got separated from the mode name on the mode line.
4714
4715 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4716 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4717
4718 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4719
4720 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4721 error message when there's an evaluation error to show whether
4722 it's loaded from source or not.
4723 (c-filter-ops): Make it available at runtime too to work when
4724 `c-make-init-lang-vars-fun' needs to evaluate from source.
4725
4726 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4727
4728 * help.el (help): Revert last part of 2006-02-23 change (deletion
4729 of the `provide' call).
4730
4731 2006-02-23 Juri Linkov <juri@jurta.org>
4732
4733 * compare-w.el (compare-windows-highlight): Add new value
4734 `persistent' and change :type from `boolean' to `choice'.
4735 (compare-windows-overlays1, compare-windows-overlays2):
4736 New internal variables.
4737 (compare-windows-highlight): If compare-windows-highlight is
4738 `persistent', add current overlays to compare-windows-overlays[12]
4739 instead of adding compare-windows-dehighlight to pre-command-hook.
4740 (compare-windows-dehighlight): Delete all overlays from
4741 compare-windows-overlays[12].
4742
4743 * info.el (Info-search): Don't bind search-spaces-regexp to
4744 Info-search-whitespace-regexp in non-regexp isearch mode.
4745
4746 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4747
4748 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4749
4750 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4751
4752 * textmodes/org.el (org-xemacs-p)
4753 (org-export-html-show-new-buffer, org-table-may-need-update)
4754 (org-insert-item, org-mhe-get-message-real-folder)
4755 (org-mhe-get-message-folder-from-index)
4756 (org-mhe-get-message-folder, org-mhe-get-message-num)
4757 (org-mhe-get-header, org-make-org-heading-search-string)
4758 (org-make-org-heading-camel, org-table-sort-lines)
4759 (org-format-org-table-html, org-format-table-table-html):
4760 Fix typos in docstrings.
4761
4762 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4763
4764 * textmodes/org.el (org-cleaned-string-for-export)
4765 (org-solidify-link-text): New function.
4766 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4767 XEmacs, just to silence the compiler.
4768 (org-export-as-ascii, org-export-as-html-and-open):
4769 Use `org-cleaned-string-for-export' and create internal links.
4770 (org-follow-mhe-link): Require mh-e, use folder.
4771
4772 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4775
4776 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4777 gdb-debug-log-length.
4778 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4779 it a real ring but...
4780 (gud-gdba-marker-filter): ...make it work like mark-ring.
4781 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4782 (gdb-mouse-jump): New function. Add bindings.
4783
4784 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4785
4786 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4787 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4788 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4789 (gdb-debug-log-length): Customize it's length.
4790 (gud-watch, gdb-var-create-handler): Display function::var format
4791 but don't use to create variable object.
4792 (gdb-var-create-handler): Use message-box in place of message.
4793 (gdb-stopped): Call gdb-exited if signalled.
4794
4795 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4796
4797 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4798
4799 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4800
4801 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4802 if `reftex-try-all-extensions' is set.
4803
4804 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4805 fail silently when there is no valid argument at point.
4806 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4807 `fail-silently' argument. From a patch by David Reiter.
4808
4809 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4810 New commands.
4811 (org-mark-ring): New variable.
4812 (org-mark-ring-length): New option.
4813 (org-open-at-point, org-goto, org-open-file): Push old position
4814 onto the mark ring.
4815 (org-add-hook): New function.
4816 (org-export-table-remove-special-lines): New option.
4817 (org-skip-comments, org-format-org-table-html): Respect new
4818 option `org-export-table-remove-special-lines'.
4819 (org-open-file): Allow special command configuration for
4820 directory link.
4821 (org-file-apps): Fix bugs in customize type, added setting
4822 for directories.
4823 (org-activate-tags, org-format-agenda-item, org-complete)
4824 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4825 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4826 (org-link-search, org-make-org-heading-search-string)
4827 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4828 (org-radio-targets, org-file-link-context-use-camel-case)
4829 (org-activate-camels): New options.
4830 (org-update-radio-target-regexp, org-all-targets)
4831 (org-make-target-link-regexp, org-activate-target-links):
4832 New functions.
4833 (org-make-org-heading-search-string): New function.
4834 (org-store-link, org-insert-link): Use new option
4835 `org-file-link-context-use-camel-case'.
4836 (org-activate-camels): Use new option `org-activate-camels'.
4837 (org-link-regexp): Add mhe prefix.
4838 (org-open-at-point, org-store-link): Support for mhe links.
4839 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4840 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4841 (org-mhe-get-header, org-follow-mhe-link): New functions.
4842 (org-remove-angle-brackets, org-add-angle-brackets):
4843 New functions.
4844 (org-bracket-link-regexp): New constant.
4845 (org-read-date): Fix bug that was rejecting all typed dates.
4846 (org-link-search): Make hierarchy above visible after a match.
4847 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4848 (org-store-link): Fix bug with link creation when cursor is in
4849 an empty line.
4850 (org-open-at-point): Fix bug with matching a link.
4851 Fixed buggy argument sequence in call to `org-view-tags'.
4852 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4853 (org-prefix-has-tag): New variable.
4854 (org-format-agenda-item): Remove tags from headline
4855 if appropriate.
4856 (org-agenda-remove-tags-when-in-prefix): New option.
4857
4858 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4859
4860 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4861 Fix the regular expressions.
4862
4863 2006-02-21 Richard M. Stallman <rms@gnu.org>
4864
4865 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4866 if there's no other specific basis.
4867
4868 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4869 as variables at all.
4870 (unsafep-variable): Rename arg; doc fix.
4871
4872 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4873
4874 * calendar/appt.el (diary-selective-display): Add defvar.
4875
4876 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4877
4878 * isearch.el (search-whitespace-regexp): Fix custom type.
4879
4880 * help.el (describe-key-briefly): Compute interactive args
4881 in same was as before previous change.
4882
4883 * files.el (enable-local-variables): Doc fix.
4884
4885 2006-02-21 Kim F. Storm <storm@cua.dk>
4886
4887 * fringe.el: Cleanup as file is now pre-loaded.
4888 (fringe-bitmaps): Initialize unconditionally.
4889 (fringe-mode, set-fringe-style): Remove autoload cookies.
4890
4891 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4892
4893 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4894 `horizontal-bar'.
4895 (fringe-cursor-alist): Use `horizontal-bar'.
4896
4897 2006-02-20 Kim F. Storm <storm@cua.dk>
4898
4899 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4900 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4901
4902 * loadup.el: Load "fringe" on window systems.
4903
4904 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4905
4906 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4907 out of scope components.
4908
4909 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4910 default.
4911
4912 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * custom.el (customize-mark-to-save, customize-mark-as-set):
4915 Load the symbol first.
4916
4917 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4918
4919 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4920 strech spec so it doesn't display as "^J" on the header line
4921 when `Buffer-menu-use-header-line' is t.
4922
4923 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4924
4925 * speedbar.el (speedbar-make-button): Keep text properties
4926 of string arguments if desired.
4927
4928 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4929 expessions.
4930
4931 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4932 of speedbar.
4933
4934 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4935
4936 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4937 to value of `read-file-name-completion-ignore-case'.
4938
4939 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4940
4941 * custom.el (customize-mark-as-set): Push to `user' theme.
4942
4943 * cus-edit.el (custom-save-variables): Allow unthemed values.
4944 (customize-set-variable): Push setting to `user' theme.
4945
4946 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4947
4948 * progmodes/gud.el: Don't require font-lock as it's now
4949 automatically loaded.
4950 (gud-speedbar-buttons): Replace gdb-var-changed with
4951 gdb-force-update.
4952
4953 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4954 gdb-var-changed.
4955 (gdb-post-prompt): Use it.
4956 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4957 (gdb-var-update-handler, gdb-var-delete)
4958 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4959 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4960 gdb-force-update in gdb-post-prompt.
4961 (gdb-reset): Clear watch expressions from speedbar when quitting.
4962
4963 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4964
4965 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4966 (viper-change-state-to-vi, viper-change-state-to-emacs):
4967 Make aware of cursor coloring in the Emacs state.
4968 (viper-special-read-and-insert-char): Use read-char-exclusive.
4969 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4970
4971 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4972
4973 * viper-util.el (viper-save-cursor-color)
4974 (viper-get-saved-cursor-color-in-replace-mode)
4975 (viper-get-saved-cursor-color-in-insert-mode)
4976 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4977 state.
4978 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4979
4980 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4981 (ediff-ignore-case-option3, ediff-actual-diff-options)
4982 (ediff-actual-diff3-options): New variables to control case sensitivity.
4983 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4984 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4985 (ediff-toggle-ignore-case): New function.
4986 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4987
4988 * ediff-help.el (ediff-long-help-message-narrow2)
4989 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4990 (ediff-long-help-message-word-mode): Add ignore-case command.
4991 (ediff-help-for-quick-help): Add ignore-case command.
4992
4993 * ediff-merg.el: Move provide to the end.
4994
4995 * ediff-ptch.el: Move provide to the end.
4996
4997 * ediff-wind.el: Move provide to the end.
4998
4999 * ediff-mult.el: Move provide to the end.
5000 (ediff-set-meta-overlay): Enable follow-link.
5001
5002 * ediff.el: Move provide to the end.
5003 Break recursive load cycle in eval-when-compile.
5004 (ediff-patch-buffer): Better heuristics.
5005
5006 * ediff-util.el: Move provide to the end.
5007 Break recursive load cycle in eval-when-compile.
5008 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5009 defuns.
5010 (ediff-submit-report): Pass the values of ediff-diff3-program,
5011 ediff-diff3-options.
5012
5013 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5014
5015 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5016 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5017 `' (for example, in the docstring of `windmove-default-keybindings').
5018
5019 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5022 shadow face. Don't provide binding to edit variable when it is
5023 out of scope.
5024
5025 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5026 (gdb-var-update-handler): Detect out of scope variables with pre
5027 GDB 6.4 too.
5028 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5029 Reset status of variable objects to nil in update handlers.
5030 (gdb-var-update-handler-1): Detect when a variable object comes
5031 in scope. setcar on var changes gdb-var-list directly.
5032
5033 2006-02-17 Juri Linkov <juri@jurta.org>
5034
5035 * ffap.el (ffap) <defface>: Add explicit face declaration.
5036 (ffap-highlight): Use face `ffap' directly instead of checking
5037 for its existence.
5038
5039 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5040 `visible-ok' of `other-buffer' to find the right original buffer.
5041
5042 * info.el (Info-search): Skip `Local Variables' node.
5043
5044 2006-02-17 Juri Linkov <juri@jurta.org>
5045
5046 * info.el (Info-find-file): Check for symbols `apropos', `history',
5047 `toc' in the input filename, and return these symbols as is.
5048 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5049 `history', `toc' instead of strings.
5050 (Info-set-mode-line): For non-string Info-current-file use the
5051 symbol's name inside **.
5052 (Info-isearch-push-state): Add quote before Info-current-file and
5053 Info-current-node.
5054 (Info-isearch-pop-state): Use `equal' instead of `string='.
5055 (Info-extract-pointer, Info-following-node-name): Use
5056 `match-string-no-properties' instead of `match-string'.
5057 (Info-up): Check `old-file' for `stringp'.
5058 (Info-history): Use `equal' instead of `string-equal'.
5059 Check `file' for `stringp'.
5060 (Info-history): Use symbol `history' instead of string as first arg
5061 of `Info-find-node'.
5062 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5063 `toc' instead of string.
5064 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5065 instead of `buffer-substring', and `match-string-no-properties'
5066 instead of `match-string'.
5067 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5068 instead of strings.
5069 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5070 Use symbol `apropos' instead of string.
5071 (Info-copy-current-node-name): Check `Info-current-file' for
5072 `stringp' and construct a command with `Info-find-node' from it.
5073 (Info-fontify-node): Use `match-string-no-properties' instead of
5074 `match-string' and check file names for `stringp'.
5075 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5076 `history', `toc' instead of strings.
5077
5078 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * files.el: Rearrange functions and variables in the file local
5081 variables section.
5082
5083 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5084
5085 * files.el: Add truncate-lines, ispell-check-comments and
5086 ispell-local-dictionary as safe local variables.
5087
5088 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5089
5090 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5091 out of scope variables.
5092 (gud-speedbar-buttons): Use unless.
5093
5094 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5095 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5096 (gdb-show-changed-values): Also use for out of scope variables.
5097 (gdb-var-update-handler-1): Note if variable goes out of scope.
5098
5099 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5100
5101 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5102 default to global variable values for unsupplied args.
5103 (rcirc-get-buffer-create): Fix bug with setting the target.
5104 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5105 test for rcirc-always-use-server-buffer-flag here.
5106 (rcirc-response-formats): Add %N, which is a facified nick. %n
5107 uses the default face. Change the ACTION format string. If the
5108 "nick" is the server, don't print anything for that field.
5109 Comment fixes.
5110 (rcirc-target-buffer): Don't test
5111 rcirc-always-use-server-buffer-flag here.
5112 (rcirc-print): Squeeze extra spaces out of the text before message.
5113 (rcirc-put-nick-channel): Strip potential "@" char from nick
5114 before adding them to nick table.
5115 (rcirc-url-regexp): Improve to match address like "foo.com".
5116
5117 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5118
5119 * allout.el (allout-hidden-p): Move this defsubst before
5120 allout-overlay-interior-modification-handler, where it is first
5121 used.
5122
5123 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5124
5125 * allout.el: Use allout invisible-text overlays instead of
5126 selective display for concealed text. Also, lots of general
5127 cleanup, and improved compatibility code.
5128
5129 (allout-version) Incremented, corrected, revised, and refined
5130 module commentary.
5131
5132 (provide 'allout): Moved to the bottom, added a require of overlay.
5133
5134 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5135 `except-current'.
5136 (allout-write-file-hook-handler): Minimize delay.
5137 (count-trailing-whitespace-region): New function so
5138 auto-encryption of current topic can resituate cursor exactly.
5139 PGP/GPG encryption trims trailing whitespace from lines, which
5140 must be accounted for across encryption then decryption.
5141
5142 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5143 just plain "\C-c", to avoid intruding on user's keybinding space.
5144
5145 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5146 parameter, so user request to provide a new password is done.
5147
5148 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5149 Refined mechanism for auto-filling behavior while in allout mode.
5150
5151 (allout-mode): Explicitly specify the mode map in the docstring.
5152 Clarify provision for various write-file hook var names.
5153 Adjusted for invisible-text overlays instead of selective-display.
5154
5155 (allout-depth): Really return 0 if not within any topic. This
5156 rectifies `allout-beginning-of-level' and sequence numbering
5157 errors that occur when cutting and pasting numbered topics.
5158 Changed from a in-line subst to a regular function, as well.
5159
5160 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5161
5162 (allout-end-of-subtree, allout-end-of-subtree)
5163 (allout-end-of-entry, allout-end-of-current-heading)
5164 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5165 (allout-show-children, allout-show-to-offshoot)
5166 (allout-hide-current-entry, allout-show-current-entry): Rectified
5167 handling of trailing blank lines between items.
5168
5169 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5170 (allout-current-depth, allout-unprotected, allout-hidden-p)
5171 (allout-on-current-heading-p, allout-listify-exposed)
5172 (allout-chart-subtree, allout-goto-prefix)
5173 (allout-back-to-current-heading, allout-get-body-text)
5174 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5175 (allout-hide-region-body, allout-toggle-subtree-encryption)
5176 (allout-encrypt-string, allout-encrypted-key-info)
5177 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5178 (allout-file-vars-section-data): Adjusted for use with
5179 invisible-text overlays instead of selective-display.
5180
5181 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5182 Reworked for use with invisible text overlays.
5183
5184 (allout-current-topic-collapsed-p): New function.
5185
5186 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5187 to know when to close the containing topic.
5188
5189 (allout-pre-command-business, allout-post-command-business):
5190 Simplify undo-batching and dynamic isearch exposure.
5191
5192 (allout-set-overlay-category): New for invisible-text overlays.
5193 Sets properties of allout-overlay-category, used by
5194 allout-flag-region to set invisible-text overlay properties.
5195 (allout-get-invisibility-overlay): Get the first qualifying
5196 invisibility overlay, so we can find the extent of it.
5197 (allout-back-to-visible-text): Get to just before the beginnining
5198 of the current invisibility overlay, if any.
5199
5200 (allout-overlay-insert-in-front-handler)
5201 (allout-overlay-interior-modification-handler)
5202 (allout-before-change-handler, allout-isearch-end-handler): New
5203 functions to handle extraordinary actions affecting concealed
5204 text.
5205
5206 (allout-flag-region): Use overlays instead of selective-display
5207 for invisible text - by inheritence from the properties of
5208 allout-overlay-category in mainline Emacs, and applied
5209 property-by-property in XEmacs, some recent versions of which
5210 don't inherit the properties from the category. Provisions to
5211 respond to concealed-text edits simplified drastically.
5212
5213 (allout-isearch-rectification, allout-isearch-was-font-lock)
5214 (allout-isearch-expose, allout-enwrap-isearch)
5215 (allout-isearch-abort, allout-pre-was-isearching)
5216 (allout-isearch-prior-pos, allout-isearch-did-quit)
5217 (allout-isearch-dynamic-expose)
5218 (allout-hide-current-entry-completely): Functions deleted.
5219
5220 (allout-undo-aggregation): Explicit undo aggregation no longer
5221 necessary due to transition away from selective-display.
5222
5223 (set-allout-regexp, allout-up-current-level)
5224 (allout-next-visible-heading, allout-forward-current-level)
5225 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5226 (allout-kill-line, allout-yank-processing, allout-show-children)
5227 (allout-expose-topic, allout-old-expose-topic)
5228 (allout-listify-exposed, allout-insert-latex-header)
5229 (allout-toggle-subtree-encryption, allout-encrypt-string)
5230 (remove-from-invisibility-spec, allout-hide-current-subtree):
5231 Ditched unused variables.
5232
5233 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5234
5235 * textmodes/ispell.el (ispell-change-dictionary): Call
5236 ispell-buffer-local-dict instead of
5237 ispell-accept-buffer-local-defs.
5238 (ispell-local-dictionary-alist): Accept as valid any coding-system
5239 supported by Emacs.
5240 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5241 changed to iso-8859-3.
5242
5243 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5244
5245 * speedbar.el (speedbar-frame-width): Make an inline function
5246 instead of a macro. Use frame-width.
5247 (speedbar-try-completion, speedbar-update-contents)
5248 (speedbar-timer-fn): Use consp.
5249 (speedbar-update-localized-contents): Try to preserve point.
5250
5251 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5252 (menu): Re-order menu items.
5253 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5254 field.
5255 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5256 (gdb-post-prompt): Speed things by not forcing update.
5257
5258 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5259
5260 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5261 press and perform default action if we get a mouse movement event.
5262
5263 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5264
5265 * calendar/icalendar.el (icalendar--get-event-property)
5266 (icalendar--get-event-property-attributes): Fix typos in
5267 docstrings.
5268
5269 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5270 docstring.
5271
5272 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5273
5274 * bs.el (bs-mode): Use `buffer-disable-undo'.
5275 (bs--get-file-name): Simplify.
5276 (bs-show-in-buffer): Mark the buffer as not modified.
5277
5278 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5279
5280 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5281 widget-button-click.
5282
5283 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5284 (custom-mode): Update docstring.
5285
5286 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5287 binding.
5288
5289 * files.el (hack-local-variables-confirm): Allow scrolling if the
5290 file variable list is too long. Kill temp buffer after use.
5291
5292 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5293
5294 * progmodes/gud.el (gdb): Improve doc string.
5295 (gdb-script-font-lock-keywords): Expand allowed character set.
5296
5297 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5298 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5299 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5300 (gdb-separate-io-stop, gdb-separate-io-eof):
5301 Rename from gdb-inferior-* to gdb-separate-*.
5302 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5303
5304 2006-02-14 Jay Belanger <belanger@truman.edu>
5305
5306 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5307 expression is a symbol before checking that it is bound.
5308
5309 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5310 test to see if equation can be solved.
5311
5312 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5313
5314 * wid-edit.el (widget-button-click): Use :pressed-face property
5315 for overlay face, if it exists.
5316
5317 * cus-edit.el (custom-manual, custom-add-see-also)
5318 (custom-add-parent-links, custom-group-link): Add :pressed-face
5319 property to links.
5320
5321 * files.el (hack-local-variables): Remove ignored variables before
5322 checking if any variables need setting.
5323
5324 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5325
5326 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5327
5328 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5329
5330 * help.el (where-is): Fix message for remapped commands.
5331
5332 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5333 Fix typos in docstrings.
5334
5335 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * files.el (safe-local-variable-values): New option.
5338 (hack-local-variables-prop-line): Return a list of variable-value
5339 pairs if MODE-ONLY is non-nil.
5340 (hack-local-variables): Construct list of variable-value pairs,
5341 and apply or reject them in one go. Ask for confirmation if
5342 variables are not known safe.
5343 (hack-local-variables-confirm): Complete rewrite. Support
5344 `safe-local-variable-values'.
5345 (enable-local-variables): Update docstring to reflect new
5346 behavior.
5347 (ignored-local-variables): Ignore ignored-local-variables and
5348 safe-local-variable-values.
5349 (safe-local-variable-p): New function.
5350 (risky-local-variable-p): `safe-local-variable' property check
5351 moved to safe-local-variable-p.
5352 (hack-one-local-variable): Checks moved to hack-local-variables.
5353
5354 (byte-compile-dynamic, c-basic-offset, c-file-style)
5355 (c-indent-level, comment-column, fill-column, fill-prefix)
5356 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5357 (no-update-autoloads, outline-regexp, page-delimiter)
5358 (paragraph-start, paragraph-separate, sentence-end)
5359 (sentence-end-double-space tab-width, version-control):
5360 Add `safe-local-variable' property.
5361
5362 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5363
5364 * icomplete.el, play/landmark.el: Change nonexistent
5365 `outline-layout' file variable to `allout-layout'.
5366
5367 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5368
5369 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5370 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5371 to gud-comint-buffer.
5372 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5373 gdb-ui.el for gdb-mi.el.
5374 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5375 registers buffer to gdb-get-changed-registers.
5376 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5377 deletion of catchpoints (throw and catch).
5378 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5379 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5380 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5381 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5382 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5383
5384 2006-02-13 Jay Belanger <belanger@truman.edu>
5385
5386 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5387 expression is a symbol before checking that it is bound.
5388
5389 2006-02-13 Richard M. Stallman <rms@gnu.org>
5390
5391 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5392 for the minibuffer too, but not if resize-mini-windows will interfere.
5393
5394 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5395 inside `interactive' spec.
5396 (describe-key-briefly-internal, describe-key-internal):
5397 Functions merged back into their callers.
5398
5399 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5400
5401 * info.el (info-xref-visited): Inherit from info-xref too.
5402 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5403 when propertizing Info-current-file and Info-current-node.
5404
5405 2006-02-13 Juri Linkov <juri@jurta.org>
5406
5407 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5408 (tumme-thumb-name): Fix per-directory format.
5409
5410 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5411
5412 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5413
5414 2006-02-12 Miles Bader <miles@gnu.org>
5415
5416 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5417
5418 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5419
5420 * tumme.el: Remove history section. If someone needs the it, it
5421 can always be found in CVS.
5422
5423 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5424
5425 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5426 about the Thumbnail Managing Standard option.
5427
5428 2006-02-12 Richard M. Stallman <rms@gnu.org>
5429
5430 * subr.el (substitute-key-definition): Doc fix.
5431
5432 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5433
5434 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5435
5436 * info.el (Info-mode): Doc fix.
5437
5438 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5439
5440 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5441
5442 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5443 because on Solaris a POSIX compatible "id" is needed. Reported by
5444 Magnus Henoch <mange@freemail.hu>.
5445
5446 2006-02-12 Juri Linkov <juri@jurta.org>
5447
5448 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5449 (tumme) <defgroup>: Change :group to `multimedia'.
5450 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5451 Managing Standard.
5452 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5453 Fix dostring.
5454 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5455 and %y. Fix docstring.
5456 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5457 (tumme-cmd-create-standard-thumbnail-command): New user options.
5458 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5459 is `standard'. Fix docstring.
5460 (tumme-thumb-width, tumme-thumb-height): New user options.
5461 (tumme-external-viewer): Try to find various viewers.
5462 (tumme-get-thumbnail-image): Use `create-image' instead of
5463 constructing the `image' structure.
5464 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5465 `standard'.
5466 (tumme-thumb-name): Add file name generation for standard storage.
5467 Simplify code for other storages.
5468 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5469 Add modification time %m and thumbnail-nq8 %q.
5470 Use `tumme-cmd-create-standard-thumbnail-command' if
5471 tumme-thumbnail-storage is `standard'.
5472 (tumme-dired-insert-marked-thumbs): New autoload command.
5473 (tumme-dired-after-readin-hook): New function.
5474 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5475 `tumme-thumb-size'.
5476 (tumme-display-image): Replace size-x %x and size-y %y with
5477 width %w and height %h.
5478
5479 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5480 `tumme-dired-insert-marked-thumbs'.
5481
5482 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5483
5484 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5485 include path).
5486 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5487 matching tag.
5488
5489 2006-02-12 Miles Bader <miles@gnu.org>
5490
5491 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5492 New variables.
5493 (rcirc-abbrev-nick): New function.
5494 (rcirc-format-response-string): Rewrite to use the formats in
5495 `rcirc-response-formats' and expand escape sequences therein.
5496 A text-property `rcirc-text' is added over the actual response
5497 text to make easy to find inside the returned string.
5498 (rcirc-print): When filling, just look for the `rcirc-text'
5499 text-property to find the appropriate fill prefix, instead of
5500 using hardwired patterns.
5501
5502 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5503
5504 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5505 Managing Standard.
5506
5507 2006-02-11 Kim F. Storm <storm@cua.dk>
5508
5509 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5510 Don't use insert-buffer; do insert-buffer-substring directly.
5511 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5512
5513 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5514
5515 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5516 with inhibit-read-only. Suggested by Stefan Monnier.
5517 (revert-buffer): Let insert-file-contents discard
5518 buffer-undo-list. Simplify code.
5519 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5520
5521 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5522
5523 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5524
5525 * help.el (describe-key-briefly): Now a wrapper for
5526 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5527 to t. Populate yank-menu if empty.
5528 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5529 (describe-key): Now a wrapper for describe-key-internal. Bind
5530 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5531 (describe-key-internal): Renamed from describe-key.
5532
5533 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5534
5535 * progmodes/glasses.el (glasses-separator): Doc fix.
5536 (glasses-original-separator): New defcustom.
5537 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5538
5539 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5540
5541 * mwheel.el (mouse-wheel-up-event): Doc fix.
5542
5543 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5544
5545 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5546 (tumme-dir): New function. Copied from thumbs.el.
5547
5548 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5549
5550 * desktop.el (desktop-outvar): Fix typo.
5551 (desktop-save-buffer-p): Doc fix.
5552
5553 * subr.el (substitute-key-definition): Fix typo.
5554
5555 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5556
5557 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5558 when window-system is mac.
5559
5560 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5561
5562 2006-02-10 Kim F. Storm <storm@cua.dk>
5563
5564 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5565 indirect-function instead of using condition-case.
5566
5567 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5568
5569 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5570 less `colloquial'...
5571
5572 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5573
5574 * tumme.el: Add a couple of todo items.
5575
5576 2006-02-09 Lars Hansen <larsh@soem.dk>
5577
5578 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5579 (highlight-changes-mode): Don't change desktop-locals-to-save.
5580
5581 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5582
5583 * image-mode.el (image-toggle-display): Clear image cache if using
5584 filename.
5585
5586 2006-02-09 Masatake YAMATO <jet@gyve.org>
5587
5588 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5589 a `dired-man' target.
5590
5591 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5592 boundary of symbols.
5593
5594 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5595
5596 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5597
5598 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5599
5600 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5601 `mapcar'; return nil.
5602
5603 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5606 some other event.
5607
5608 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5609
5610 * net/rcirc.el (rcirc-startup-channels-alist):
5611 Add irc.freenode.net and #emacs as defaults.
5612 (rcirc-ignore-all-activity-flag): Remove variable.
5613 (rcirc-authinfo): New variable.
5614 (rcirc-authinfo-filename): Remove variable.
5615 (rcirc-always-use-server-buffer-flag): New flag.
5616 (rcirc): M-x rcirc will automatically connect without prompting.
5617 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5618 connection in lisp.
5619 (rcirc-process-server-response-1): Remove everything but the nick
5620 portion of the sender so it doesn't need to be done everywhere
5621 else. Update related code.
5622 (global-map): Remove global keybindings.
5623 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5624 (rcirc-send-input): Split into several functions.
5625 (rcirc-process-input-line, rcirc-process-message)
5626 (rcirc-process-command): New functions.
5627 (rcirc-target-buffer): New function to determine where to route
5628 messages.
5629 (rcirc-user-nick): Save match data.
5630 (rcirc-toggle-ignore-buffer-activity)
5631 (rcirc-update-activity-string): Remove global ignore functionality,
5632 which can be done now by toggling rcirc-track-minor-mode.
5633 (rcirc-track-minor-mode-map): New keymap.
5634 (rcirc-track-minor-mode): New minor-mode.
5635 (ignore): Make the ignore output nicer. Always print it when
5636 adding or removing nicks.
5637 (rcirc-url-regexp): Improve.
5638 (rcirc-mangle-text): Remove properties before using text in the
5639 modeline.
5640 (rcirc-authenticate): Authentication data comes from
5641 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5642 (rcirc-server-prefix): Inherit from rcirc-server.
5643
5644 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5645
5646 * Makefile.in (compile): Append "|| true" to the end of the `find'
5647 command, like compile-always does.
5648
5649 2006-02-08 Sam Steingold <sds@gnu.org>
5650
5651 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5652 output from a dead connection.
5653
5654 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5655
5656 * dired.el (dired-mode-map): Add more bindings for tumme.
5657
5658 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * wdired.el (wdired-mode-map): Use remap.
5661 (wdired-get-filename): Massage.
5662 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5663 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5664 `keymap' property rather than `local-map'.
5665
5666 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5667
5668 * tumme.el (tumme-get-thumbnail-image): New utility function.
5669 Suggested by from Chong Yidong.
5670 (tumme-dired-with-window-configuration): Rename from
5671 `tumme-dired'. Add code to save window configuration.
5672 (tumme-restore-window-configuration): New command to restore the
5673 window configuration that `tumme-dired-with-window-configuration'
5674 saves before it changes the window configuration.
5675 (tumme-show-all-from-dir): New command to display thumbnails for
5676 all files in a directory entered by the user, like M-x thumbs.
5677 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5678 have been created.
5679 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5680 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5681 Remove obsolete test function.
5682
5683 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5684
5685 * vc.el (small-temporary-file-directory): Remove defvar; there's
5686 a defcustom for it in files.el.
5687
5688 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5689 Fix typo in message.
5690 (tumme-gallery-generate): Fix typo in `error' message.
5691 (tumme-display-window-height-correction)
5692 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5693 (tumme-line-up-interactive): Dox fixes.
5694 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5695 (tumme-restore-window-configuration, tumme-format-properties-string)
5696 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5697 Fix typos in docstrings.
5698
5699 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5700
5701 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5702
5703 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5704
5705 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5706 User should use hook if desired.
5707
5708 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5709 buffer if necessary.
5710 (gdb-delete-frame-or-window): New function.
5711 (gdb-breakpoints-mode-map): Bind "q" to it.
5712
5713 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * textmodes/nroff-mode.el: Clean up name space.
5716 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5717 (nroff-mode): Obey the global setting of nroff-electric-mode.
5718 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5719
5720 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5721
5722 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5723
5724 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5725
5726 2006-02-06 Lars Hansen <larsh@soem.dk>
5727
5728 * generic-x.el (etc-fstab-generic-mode): Add file system types
5729 cifs and usbdevfs. Allow special chars in file names.
5730
5731 2006-02-05 Jay Belanger <belanger@truman.edu>
5732
5733 Update copyright notices of the files in lisp/calc.
5734
5735 2006-02-05 Romain Francoise <romain@orebokech.com>
5736
5737 Update copyright notices of all files in the lisp/play directory.
5738
5739 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5740
5741 * ldefs-boot.el: Regenerate.
5742
5743 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5744
5745 2006-02-05 Kim F. Storm <storm@cua.dk>
5746
5747 * files.el (magic-mode-regexp-match-limit): New defvar.
5748 (set-auto-mode): Use it to limit magic-mode-alist matching.
5749
5750 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5751
5752 * simple.el (display-message-or-buffer): Compare the number of
5753 characters to the frame width when determining whether a 1-line
5754 message string will fit in the echo area. Count screen lines
5755 instead of buffer lines when determining whether a multi-line
5756 message will fit in the echo area/minibuffer window.
5757
5758 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5759
5760 * info.el (Info-index, Info-mode): Improve the description of the
5761 `i' command.
5762
5763 * ldefs-boot.el: Regenerate.
5764
5765 2006-02-03 Werner Lemberg <wl@gnu.org>
5766
5767 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5768 greedy to find the closing bracket in \*[...] and similar
5769 expressions. This is a first rough fix -- many additional
5770 refinements are necessary to make nroff mode really usable with groff.
5771
5772 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5773
5774 * international/mule-cmds.el (set-locale-environment):
5775 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5776 libX11.
5777
5778 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5779
5780 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5781 archive are created in archive-tmpdir.
5782
5783 2006-02-02 John Paul Wallington <jpw@pobox.com>
5784
5785 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5786 (ibuffer-fontification-alist): Use it.
5787 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5788 to "* z" and the Ibuffer Mark menu.
5789
5790 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5791
5792 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * textmodes/table.el (*table--cell-describe-mode)
5795 (*table--cell-describe-bindings): Undo last change since
5796 print-help-return-message is not obsoleted by anything at all.
5797
5798 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5799
5800 * emulation/cua-base.el (cua-mode): Doc fix.
5801
5802 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5803
5804 * dframe.el (dframe-handle-make-frame-visible)
5805 (dframe-handle-iconify-frame, dframe-get-focus)
5806 (dframe-select-attached-frame, dframe-power-click)
5807 (dframe-frame-mode): Fix typos in docstrings.
5808
5809 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5810 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5811 Fix typos in docstrings.
5812
5813 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5814 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5815 (hi-lock-archaic-interface-message-used)
5816 (hi-lock-file-patterns-range): Fix typos in docstrings.
5817
5818 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5819 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5820
5821 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5822 Fix typo in docstring.
5823
5824 * net/newsticker.el (newsticker--decode-iso8601-date)
5825 (newsticker--set-customvar, newsticker--buffer-insert-item)
5826 (newsticker--do-run-auto-mark-filter)
5827 (newsticker--parse-generic-feed): Doc fixes.
5828 (newsticker--retrieval-timer-list, newsticker-url-list)
5829 (newsticker-hide-immortal-items-in-echo-area)
5830 (newsticker-hide-obsolete-items-in-echo-area)
5831 (newsticker-new-item-face, newsticker--enclosure)
5832 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5833 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5834 (newsticker--parse-generic-feed, newsticker--cache-contains)
5835 (newsticker--stat-num-items, newsticker-download-enclosures):
5836 Fix typos in docstrings.
5837
5838 * net/rcirc.el (rcirc-debug): Doc fix.
5839 (rcirc-fill-column, rcirc-receive-message-hooks)
5840 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5841 (rcirc-mode, rcirc-generate-new-buffer-name)
5842 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5843 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5844 Fix typos in docstrings.
5845 (rcirc-print): "?\ " -> "?\s".
5846 (rcirc-cmd-join): Improve argument/docstring consistency.
5847
5848 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5849
5850 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5851 before narrow-to-region.
5852
5853 2006-02-01 Richard M. Stallman <rms@gnu.org>
5854
5855 * simple.el (move-beginning-of-line): Scan properly for invis change.
5856
5857 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5858
5859 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5860
5861 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5862 change bit only when id-format is 'integer. Reported by Matt
5863 Hodges <M.P.Hodges@rl.ac.uk>.
5864
5865 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5866
5867 * hilit-chg.el (highlight-changes-initial-state)
5868 (highlight-changes-global-initial-state): Doc fixes.
5869 (highlight-changes-global-modes, global-highlight-changes):
5870 Fix typos in docstrings.
5871
5872 2006-02-01 Kim F. Storm <storm@cua.dk>
5873
5874 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5875 transient-mark-mode in doc string.
5876
5877 2006-01-31 Richard M. Stallman <rms@gnu.org>
5878
5879 * replace.el (multi-occur): Doc fix.
5880 (multi-occur-in-matching-buffers): Rename from
5881 multi-occur-by-filename-regexp. Prefix arg says match
5882 buffer names instead of file names.
5883
5884 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * bs.el: Allow non-default values of `bs-header-lines-length'.
5887 (bs--running-in-xemacs): Remove (not needed anymore).
5888 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5889 instead of `shrink-window', thus avoiding having to compute the
5890 height of the window.
5891 (bs--up): Wrap around even when there's no header.
5892 (bs--down): Use `forward-line' instead of `next-line'.
5893
5894 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * image-mode.el (image-toggle-display): Use file name if possible,
5897 instead of unnecessarily allocating a (possibly huge) lisp string.
5898
5899 2006-01-30 John Paul Wallington <jpw@pobox.com>
5900
5901 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5902 because the `assert' macro signals it at runtime.
5903
5904 * emacs-lisp/cl.el (toplevel): Remove definition of
5905 `cl-assertion-failed' condition.
5906
5907 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5908
5909 * thumbs.el (thumbs-marked-list): Make buffer-local and
5910 permanent-local.
5911 (thumbs-insert-thumb): Make help-echo non-sticky.
5912 (thumbs-file-alist): Use eolp as check for (non)-image.
5913
5914 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5915
5916 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5917 (ediff-before-session-group-setup-hooks)
5918 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5919 Fix typos in docstrings.
5920
5921 * window.el (bw-dir, bw-eqdir, balance-windows)
5922 (split-window-keep-point): Fix typos in docstrings.
5923
5924 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5925 (org-quote-string, org-calendar-to-agenda-key)
5926 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5927 (org-show-following-heading, org-tags-column)
5928 (org-use-tag-inheritance, org, org-allow-space-in-links)
5929 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5930 (org-enable-table-editor, org-calc-default-modes)
5931 (org-table-allow-automatic-line-recalculation)
5932 (org-export-html-style, org-export-with-fixed-width)
5933 (org-export-with-sub-superscripts, org-special-keyword)
5934 (org-formula, org-time-grid, org-table-may-need-update)
5935 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5936 (org-goto-quit, org-get-indentation, org-end-of-item)
5937 (org-move-item-down, org-move-item-up)
5938 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5939 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5940 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5941 (org-agenda-log-mode, org-agenda-toggle-diary)
5942 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5943 (org-agenda-file-to-end, org-agenda-no-heading-message)
5944 (org-agenda-get-closed, org-format-agenda-item)
5945 (org-cmp-priority, org-cmp-category, org-cmp-time)
5946 (org-agenda-change-all-lines, org-agenda-diary-entry)
5947 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5948 (org-link-search, org-camel-to-words, org-open-file)
5949 (org-remember-handler, org-table-convert-region)
5950 (org-table-move-row-down, org-table-move-row-up)
5951 (org-table-copy-region, org-table-wrap-region)
5952 (org-table-toggle-vline-visibility)
5953 (org-table-get-vertical-vector, org-table-modify-formulas)
5954 (org-table-get-specials, org-recalc-commands)
5955 (org-table-rotate-recalc-marks, org-table-eval-formula)
5956 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5957 (org-level-color-stars-only, org-insert-heading):
5958 Fix typos in docstrings.
5959 (last-arg): Add defvar.
5960
5961 * makefile.w32-in (WINS): Add erc.
5962 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5963
5964 2006-01-29 Bill Wohler <wohler@newt.com>
5965
5966 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5967 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5968 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5969 (mh-autoloads): Don't use comments on otherwise empty lines.
5970
5971 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5972
5973 * emulation/viper.el (viper-major-mode-modifier-list): Add
5974 insert-state and vi-state entries for erc-mode.
5975 (viper-go-away, viper-set-hooks): Add and remove
5976 viper-comint-mode-hook from erc-mode-hook as appropriate.
5977
5978 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5979
5980 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * bs.el (bs--format-aux): Implement `middle' alignment as
5983 described in the docstring for `bs-attributes-list'.
5984 (bs--get-name): Simplify. Don't pad the buffer name.
5985
5986 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5987
5988 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5989 English aspell dictionary is installed, use the first entry of
5990 ispell-dictionary-alist-1.
5991
5992 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5993
5994 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5995 Doc fix.
5996
5997 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5998
5999 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6000 for `process-file', in order to let it work for older Emacsen too.
6001
6002 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6003
6004 * international/latexenc.el: Add a suitable `coding:' tag.
6005 (latexenc-find-file-coding-system): Undo last change.
6006
6007 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6008
6009 * international/latexenc.el (latexenc-find-file-coding-system):
6010 Make sure latexenc-main-file is a regular file and is readable.
6011
6012 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6013
6014 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6015 Pass FILE to vc-user-login-name.
6016
6017 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6018
6019 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6020
6021 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6022 there are no more images to display.
6023 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6024 the next image.
6025
6026 2006-01-26 Richard M. Stallman <rms@gnu.org>
6027
6028 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6029
6030 * wid-edit.el (advertised-widget-backward): New alias.
6031 (widget-keymap): Use advertised-widget-backward for S-TAB.
6032
6033 * tumme.el: Correct the keywords.
6034 (tumme-dir-max-size): Use defvar.
6035 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6036
6037 * simple.el (move-beginning-of-line): Take account of fields.
6038 (clone-indirect-buffer-other-window): Take args like
6039 clone-indirect-buffer, and work like it.
6040
6041 * help-fns.el (describe-function): Don't pass `nil' as default.
6042
6043 * files.el (risky-local-variable-p): Follow var aliases.
6044
6045 * subr.el (lazy-completion-table): Doc fix.
6046
6047 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6048 global binding of `line'.
6049
6050 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6051
6052 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6053 Tramp.
6054
6055 * vc.el (vc-default-dired-state-info): Pass FILE to
6056 vc-user-login-name.
6057 (vc-default-update-changelog): Don't use vc-user-login-name, we
6058 don't need it here.
6059
6060 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6061 no longer necessary.
6062
6063 2006-01-25 Kenichi Handa <handa@m17n.org>
6064
6065 * international/mule.el (decode-char): Avoid the overhead of
6066 calling utf-lookup-subst-table-for-decode if
6067 utf-translate-cjk-mode is nil.
6068 (encode-char): Avoid the overhead of calling
6069 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6070 nil.
6071
6072 2006-01-22 Kenichi Handa <handa@m17n.org>
6073
6074 * international/mule.el (make-subsidiary-coding-system): Reset
6075 `coding-system-define-form' property of subsidiaries to nil.
6076 Avoid duplicated entry in coding-system-alist.
6077 (make-coding-system): Avoid duplicated entry in
6078 coding-system-alist.
6079 (define-coding-system-alias): Likewise.
6080
6081 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * completion.el: Minor fixes in introductory comment.
6084 (completion-def-wrapper): Fix alist.
6085
6086 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6087
6088 * thumbs.el (thumbs-new-image-size): New function.
6089 (thumbs-increment-image-size-element)
6090 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6091 (thumbs-decrement-image-size): Delete.
6092 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6093 temp files and use to resize.
6094 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6095 Use increment argument to enlarge/shrink. Preserve point.
6096 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6097 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6098 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6099 (thumbs-mark, thumbs-unmark): Preserve point.
6100 (thumbs-modify-image): Keep old temp files and use to modify.
6101 Cleanup old temp files at load time. Preserve point.
6102 (thumbs-view-image-mode-map): Use new command names.
6103
6104 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6107
6108 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6109 the nastiest part of the cyclic dependency.
6110 (cal-menu-update): Use dotimes and calendar-increment-month.
6111
6112 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6113 (calendar-week-start-day): Add an :initializer.
6114 (calendar-mode-map): Use suppress-keymap, and command remapping.
6115 (describe-calendar-mode): Setup xref-stack info for the back button.
6116 (calendar-star-date): Insert before delete.
6117 (calendar-set-mode-line): Add file-modified info if applicable.
6118 (calendar-increment-month): New function.
6119
6120 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6121
6122 * font-lock.el (lisp-font-lock-keywords-2):
6123 Recognize "& keywords" only at word boundaries.
6124
6125 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6126
6127 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6128 and permanent-local.
6129 (thumbs-max-image-number): New variable.
6130 (thumbs-do-thumbs-insertion): Use them.
6131 (thumbs-per-line): Change default to 4.
6132 (thumbs-marked-list): Rename from thumbs-markedL.
6133 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6134 (thumbs-rename-images): Use -list instead of L for internal variables.
6135 (thumbs-call-convert): Use call-process instead of shell-command.
6136 (thumbs-insert-thumb): Add filename as help-echo to each image.
6137 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6138 Give dir to thumbs-show-thumbs-list.
6139 (thumbs-show-thumbs-list): Set default-directory to that of images.
6140 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6141 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6142 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6143 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6144
6145 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * ses.el (ses-read-cell): Provide a default value.
6148
6149 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6150
6151 * term/w32-win.el (image-library-alist): Add additional names for
6152 GIF library.
6153
6154 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6155
6156 * international/latexenc.el (latexenc-find-file-coding-system):
6157 Add file-regular-p check.
6158
6159 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * simple.el (clone-buffer): Don't show the new buffer in the same
6162 window.
6163
6164 2006-01-23 Juri Linkov <juri@jurta.org>
6165
6166 * faces.el (link, link-visited): New faces based on default values
6167 of `info-xref' and `info-xref-visited'.
6168
6169 * info.el (info-xref): Inherit from `link'.
6170 (info-xref-visited): Inherit from `link-visited'.
6171
6172 * cus-edit.el (custom-buffer-create-internal): Use widget type
6173 `custom-manual' instead of `info-link' and don't set properties
6174 `button-face' and `mouse-face' explicitly.
6175 (custom-browse-group-tag, custom-browse-variable-tag)
6176 (custom-browse-face-tag): Inherit from widget class
6177 `custom-group-link' instead of `push-button'.
6178 (custom-button-unraised): Inherit from `underline' face.
6179 (custom-link): Inherit from `link' face. Fix doc and group.
6180 (custom-add-parent-links, custom-group-value-create): Don't set
6181 properties `button-face' and `mouse-face' explicitly for
6182 `custom-group-link' widget.
6183 (custom-group-link): Add properties `button-face' and `mouse-face'
6184 to widget definition.
6185 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6186 editable-field's :keymap property.
6187 (custom-mode): Fix docstring: substitute keybindings for
6188 `widget-forward' and `widget-backward' from `widget-keymap',
6189 `widget-complete' from `custom-field-keymap', replace old
6190 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6191
6192 * desktop.el (desktop-load-file): Check for `fboundp' before
6193 calling `symbol-function'.
6194
6195 * simple.el (clone-buffer, clone-indirect-buffer)
6196 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6197 `read-string'. Fix prompts.
6198
6199 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6200
6201 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6202
6203 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6204
6205 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6206
6207 * startup.el (inhibit-splash-screen, initial-scratch-message):
6208 Doc fixes.
6209
6210 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6211
6212 Sync with Tramp 2.0.52.
6213
6214 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6215 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6216 `tramp-unload-tramp' for checklist.
6217
6218 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6219 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6220 (tramp-unload-file-name-handler-alist)
6221 (tramp-unload-tramp): New defuns.
6222 (tramp-advice-PC-expand-many-files): New defadvice.
6223 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6224 removed.
6225 (tramp-handle-expand-file-name): Remove double slash.
6226 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6227 It doesn't matter, because it will be converted later on.
6228 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6229 implementation was just heuristic.
6230 (tramp-post-connection): Set uid and gid properties.
6231 (tramp-convert-file-attributes): Set file's gid change bit.
6232 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6233 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6234 in case of su(do)? methods. The home directory of the local user
6235 will be taken else.
6236 (tramp-open-connection-telnet)
6237 (tramp-open-connection-rsh, tramp-open-connection-su)
6238 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6239 local shell prompt could hurt. Reported by Romain Francoise
6240 <romain@orebokech.com>.
6241 (tramp-let-maybe): Add `edebug-form-spec' property.
6242 (tramp-handle-expand-file-name): Bind `default-directory' locally
6243 to "/" in order to avoid problems with UNC shares or Cygwin
6244 mounts.
6245 (tramp-md5-function): Fix typo in error message.
6246
6247 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6248
6249 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6250 for byte-compiler pacification.
6251
6252 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6253
6254 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6255 ID-FORMAT `string'. This allows us to get rid of
6256 `vc-user-login-name UID'.
6257
6258 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6259
6260 2006-01-22 John Paul Wallington <jpw@pobox.com>
6261
6262 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6263
6264 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6265
6266 * emacs-lisp/find-func.el (find-definition-noselect)
6267 (find-variable-noselect): Search variables in C source code too.
6268 (find-function-C-source, find-function-noselect, find-function)
6269 (find-function-other-frame, find-variable-noselect, find-variable)
6270 (find-variable-other-frame, find-variable-at-point):
6271 Fix docstrings.
6272
6273 2006-01-21 Francesco Potorti` <pot@gnu.org>
6274
6275 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6276
6277 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6278
6279 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6280 Default to disabling the "Save affix" question.
6281
6282 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6283
6284 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6285 the first arg to run-python.
6286
6287 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6288
6289 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6290 is not loaded.
6291
6292 2006-01-20 Jay Belanger <belanger@truman.edu>
6293
6294 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6295 limit is 0.
6296
6297 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6298 the correct variable.
6299
6300 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6301
6302 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6303 link. Fixed buggy argument sequence in call to `org-view-tags'.
6304 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6305 (org-prefix-has-tag): New variable.
6306 (org-format-agenda-item): Remove tags from headline if
6307 appropriate.
6308 (org-agenda-remove-tags-when-in-prefix): New option.
6309 (org-get-tags-at): New function.
6310
6311 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6312
6313 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6314 (thumbs-find-image): Move image name and number from buffer name
6315 to mode name. Set thumbs-buffer. Preserve point so that large
6316 images remain visible.
6317 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6318 order.
6319 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6320 mode name.
6321 (thumbs-next-image, thumbs-previous-image): Make them work.
6322
6323 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6324
6325 * cus-edit.el (custom-buffer-create-internal): State in the text above
6326 the whole buffer buttons that they do not operate on hidden items.
6327 (custom-face-menu): Use `custom-face-save' instead of
6328 `custom-face-save-command'.
6329 (custom-face-save-command): Make it an alias for `custom-face-save'
6330 and declare it obsolete.
6331 (custom-face-save): Doc fix.
6332
6333 * dired.el (dired-no-confirm): Add quote.
6334 (dired-subdir-alist-pre-R): Add quote in
6335 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6336
6337 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * textmodes/table.el (table-mode-indicator): Typo in last change.
6340
6341 2006-01-19 Richard M. Stallman <rms@gnu.org>
6342
6343 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6344 Fixes bug reported in Nov 2005.
6345
6346 * isearch.el (isearch-forward): Doc fix.
6347
6348 * dired.el (dired-move-to-filename-regexp): Define as alias.
6349 (dired-no-confirm): Use defcustom.
6350 (dired-subdir-alist-pre-R): Put defvar at top level.
6351
6352 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6353
6354 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6355 Mark as risky.
6356
6357 * simple.el (set-mark-command): Doc fix.
6358 (clone-indirect-buffer-other-window):
6359 Read arg like clone-indirect-buffer.
6360 (move-beginning-of-line): Skip invisible newlines.
6361
6362 2006-01-19 Masatake YAMATO <jet@gyve.org>
6363
6364 * progmodes/cpp.el (cpp-edit-load): Make the order of
6365 listed conditions in a base C code buffer and its associate
6366 CPP Edit buffer the same.
6367
6368 2006-01-19 Kenichi Handa <handa@m17n.org>
6369
6370 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6371 (rmail-mime-feature): Likewise.
6372 (rmail-require-mime-maybe): Use display-warning to show a warning
6373 message.
6374
6375 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6376 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6377
6378 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6379
6380 * array.el: Move defvars out of eval-when-compile.
6381 (array-make-template): Replace undeclared global var with a local one.
6382 (array-mode): Inline initialization functions.
6383 (array-init-local-variables, array-init-max-row)
6384 (array-init-max-column, array-init-columns-per-line)
6385 (array-init-field-width, array-init-rows-numbered)
6386 (array-init-line-length, array-init-lines-per-row): Remove.
6387
6388 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6389 (doc-mode-map): Define explicitly.
6390 (doctor-txtype): Use mapc.
6391
6392 * textmodes/table.el: Move defvars out of eval-when-compile.
6393 Remove harmful code meant to avoid byte-compiler warnings.
6394 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6395 specification that checks table-fixed-width-mode directly.
6396 (table-recognize-region, table-recognize-cell):
6397 Use restore-buffer-modified-p.
6398 (table-fixed-width-mode): Remove code that refreshes
6399 table-fixed-mode-indicator.
6400 (*table--cell-describe-bindings, *table--cell-describe-mode):
6401 Avoid obsolete name print-help-return-message.
6402 (table--test-cell-list): Don't use replace-regexp from elisp.
6403 (table--point-entered-cell-function, table--point-left-cell-function):
6404 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6405
6406 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6407 that was after the end of file. Use buffer-file-name variable.
6408 (org-timestamp-change): Use with-current-buffer.
6409 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6410 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6411 `file'.
6412
6413 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6414 (fortran-break-line): Remove unused var `opoint'.
6415 (fortran-abbrev-start): Obey help-event-list.
6416
6417 2006-01-18 Jesper Harder <harder@phys.au.dk>
6418
6419 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6420
6421 2006-01-18 Masatake YAMATO <jet@gyve.org>
6422
6423 * progmodes/make-mode.el (makefile-imake-mode): New mode
6424 derived from makefile-mode.
6425 (makefile-imake-mode-syntax-table): New syntax table
6426 derived from makefile-mode-syntax-table.
6427 (makefile-mode): Write about makefile-imake-mode in doc string.
6428 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6429 (makefile-imake-font-lock-keywords): New font lock keywords.
6430
6431 * files.el (auto-mode-alist): Add Imakefile.
6432
6433 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6434
6435 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6436 loading the file rather than when turning on flyspell-mode.
6437
6438 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6439
6440 * cus-edit.el (customize-rogue): Minor doc fix.
6441
6442 2006-01-17 Juri Linkov <juri@jurta.org>
6443
6444 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6445 instead of the file at the mark as default if the file at the mark
6446 is the same as the file at point or if dired-dwim-target-directory
6447 is not the same as the current directory and the mark is not active.
6448
6449 * log-view.el (log-view-minor-wrap): Use the same logic to get
6450 revisions as `log-view-diff'.
6451
6452 * info.el (Info-revert-find-node): Check for Info-current-file
6453 before preserving new-history.
6454
6455 * man.el (Man-heading-regexp): Add `/'.
6456
6457 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6458 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6459
6460 2006-01-16 Juri Linkov <juri@jurta.org>
6461
6462 * faces.el (mode-line-faces): New defgroup.
6463 (mode-line-highlight): Move definition after new defgroup.
6464 (mode-line, mode-line-inactive, mode-line-highlight):
6465 Replace :group `modeline' with `mode-line-faces'.
6466 (mode-line-buffer-id): New face.
6467 (modeline-buffer-id): New face alias.
6468 (vertical-border): Remove :group `modeline'.
6469
6470 * bindings.el (propertized-buffer-identification): Use face
6471 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6472 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6473 (mode-line-buffer-identification-keymap): For mouse-1 replace
6474 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6475 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6476 mouse-3.
6477
6478 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6479 Buffer-menu-buffer. Doc fix.
6480 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6481 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6482 `Buffer-menu-buffer'.
6483
6484 * info.el (Info-mode-line-node-keymap): New defvar.
6485 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6486 Propertize Info-current-node with `mode-line-buffer-id' and
6487 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6488
6489 * time.el (display-time-mail-face): Replace :group `faces' with
6490 `mode-line-faces'.
6491
6492 2006-01-16 Kenichi Handa <handa@m17n.org>
6493
6494 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6495
6496 * language/european.el (cp1252): New alias for windows-1252.
6497
6498 * international/mule.el (autoload-coding-system): Prepare for EOL
6499 variants.
6500
6501 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6502
6503 * term.el (term-raw-map): Add mapping for insert.
6504 (term-send-insert): New.
6505 (term-mode): Make variables local here instead of doing it in
6506 `term-emulate-terminal'.
6507 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6508 Scroll reverse needs to take into account the scroll region.
6509 Saving and restoring the cursor should save the color attributes too.
6510 (term-reset-terminal): Reset the scroll region.
6511 (term-handle-ansi-escape): Cursor up and down should take into
6512 account the scroll region.
6513 (term-set-scroll-region): Rename from `term-scroll-region'.
6514 Move to 0,0 after setting the region.
6515 (term-handle-scroll): Handle scroll up.
6516 (term-down): Fix off by one error.
6517 (term-delete-lines): Do not delete outside the scroll region.
6518 (term-insert-lines): Take into account the scroll region.
6519
6520 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6521
6522 * textmodes/ispell.el (ispell-internal-change-dictionary)
6523 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6524 (start, end): Move declaration outside of eval-when-compile.
6525
6526 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6527 (flyspell-mode-on): Use it.
6528
6529 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6530 ispell-kill-ispell-hook.
6531
6532 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6533
6534 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6535 (Custom-reset-saved): Do not ask for confirmation in single option
6536 buffers.
6537
6538 2006-01-13 Richard M. Stallman <rms@gnu.org>
6539
6540 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6541
6542 2006-01-13 Romain Francoise <romain@orebokech.com>
6543
6544 * add-log.el (add-change-log-entry, change-log-merge):
6545 Conditionally use `hard-newline'.
6546
6547 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6548
6549 * wid-edit.el (widget-field-end): If the overlay is no longer
6550 associated with a buffer, behave as if the overlay didn't exist.
6551
6552 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6553 Make sure the links use the `custom-link' face.
6554
6555 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6558 (ld-script-mode): Don't set indent-line-function since we don't
6559 have one.
6560
6561 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6562
6563 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6564 application.
6565 (org-file-apps-defaults-gnu): Use mailcap as the default for
6566 selecting an application on a UNIX system.
6567 (org-agenda-show-tags): New command.
6568 (org-table-insert-hline): Keep cursor in current table line.
6569 (org-table-convert): Offset effect of modifying
6570 `org-table-insert-hline'.
6571 (org-format-agenda-item): New optional argument TAG.
6572 (org-compile-prefix-format): Handle %T format for the tag.
6573 (org-expand-wide-chars): New function.
6574 (org-table-insert-row, org-table-insert-hline):
6575 Use `org-expand-wide-chars'.
6576 (org-open-file): Fix bug in program launch.
6577 (org-get-time-of-day): Fix bug with times before 1am.
6578 (org-agenda-menu): Add tags commands.
6579
6580 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6581
6582 * textmodes/ispell.el (ispell-init-process): Include the used
6583 dictionary in ispell process start message.
6584 (ispell-internal-change-dictionary): When flyspell-mode is active
6585 and dictionary is changed, make sure ispell process is restarted
6586 and flyspell word cache cleared out for the current buffer.
6587 (ispell-change-dictionary): Make sure flyspell word cache is
6588 cleared out in all buffers with active flyspell mode when
6589 dictionary is globally changed.
6590 Call ispell-internal-change-dictionary after dictionary change.
6591
6592 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6593
6594 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6595
6596 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6597 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6598 years. Fix small differences wrt Makefile.in.
6599 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6600 Makefile.in does.
6601
6602 2006-01-12 Bill Wohler <wohler@newt.com>
6603
6604 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6605 mh-search.el.
6606
6607 2006-01-12 Masatake YAMATO <jet@gyve.org>
6608
6609 * progmodes/ld-script.el: Update copyright year.
6610
6611 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6612
6613 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6614 Don't add widget if setting undefined.
6615
6616 2006-01-12 John Paul Wallington <jpw@pobox.com>
6617
6618 * help-fns.el (describe-variable): Remove newlines from void
6619 variable output.
6620
6621 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6622
6623 * wdired.el (wdired-mode-map): Add help echo for
6624 wdired-abort-changes.
6625
6626 * man.el (Man-file-name-regexp): Adjust for a list of files.
6627
6628 2006-01-12 Masatake YAMATO <jet@gyve.org>
6629
6630 * progmodes/ld-script.el (auto-mode-alist): Support
6631 suffix conventions used in netbsd and eCos.
6632
6633 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6634
6635 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6636 (custom-variable-menu, custom-face-menu, custom-group-menu)
6637 (Custom-mode-menu): Change names of menu items. (As discussed on
6638 emacs-devel.)
6639 (custom-face-menu): Add "Undo Edits" item.
6640
6641 * startup.el (init-file-user): defcustom -> defvar.
6642
6643 * tooltip.el (tooltip-mode): Doc fix.
6644
6645 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * reveal.el (reveal-post-command): window-buffer signals an error on
6648 dead windows rather than returning nil.
6649 (reveal-open-new-overlays): An overlay might die while we open others.
6650
6651 2006-01-11 Bill Wohler <wohler@newt.com>
6652
6653 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6654 phrasing in docstring.
6655
6656 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6657 can give some systems gas. Add new file mh-buffers.el.
6658
6659 2006-01-06 Masatake YAMATO <jet@gyve.org>
6660
6661 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6662 C preprocessor forward ported from GNU Emacs 21.2.
6663
6664 * progmodes/asm-mode.el (asm-font-lock-keywords):
6665 Use `cpp-font-lock-keywords'.
6666
6667 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6668
6669 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6670 of $ for "\\.ld[s]?".
6671
6672 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6675 (tcl-indent-line): Return `noindent' if inside a string.
6676
6677 * progmodes/flymake.el (flymake-split-string): Remove more than one
6678 empty string at beg/end of the result.
6679 (flymake-find-buildfile, flymake-find-possible-master-files):
6680 Use expand-file-name.
6681 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6682 since expand-file-name does it for us. Use directory-file-name.
6683 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6684 (flymake-ler-get-type, flymake-ler-get-text)
6685 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6686 (flymake-current-line-no): Remove spurious interactive spec.
6687 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6688 (flymake-check-include): Remove arg inc-path merged into inc-name.
6689 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6690 Arg regexp-list replaced by a simple regexp.
6691 (flymake-master-make-header-init, flymake-master-tex-init):
6692 Correspondingly replace regexp-list with a regexp. Fix regexp.
6693
6694 2006-01-10 Simon Josefsson <jas@extundo.com>
6695
6696 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6697 describing AUTH PLAIN fix.
6698
6699 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6700
6701 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6702 (report-emacs-bug): Don't record initial prompt text.
6703 Instead, add text properties to prompting text.
6704 (report-emacs-bug-hook): Delete prompting text.
6705
6706 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6709 `dirs'. Adjust callers.
6710
6711 2006-01-09 John Paul Wallington <jpw@gnu.org>
6712
6713 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6714
6715 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6716
6717 * reveal.el (reveal-open-new-overlays): New extracted fun.
6718 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6719 using them. Simplify the code.
6720 (reveal-post-command): Use them. Fix up obsolete windows in
6721 reveal-open-spots.
6722
6723 * progmodes/flymake.el: Use `require' rather than autoload for
6724 XEmacs's overlays.
6725 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6726 Delete. Use file-relative-name instead.
6727 (flymake-get-syntax-check-program-args, flymake-perl-init):
6728 Simplify the resulting code.
6729
6730 * log-view.el (log-view-file-re, log-view-message-re): Add support
6731 for DaRCS output.
6732
6733 2006-01-09 Alex Schroeder <alex@gnu.org>
6734
6735 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6736 identifiers sometimes added in square brackets at the beginning of
6737 subject lines.
6738
6739 2006-01-07 Richard M. Stallman <rms@gnu.org>
6740
6741 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6742 (Custom-reset-current, Custom-reset-saved): Change question text.
6743 (Custom-reset-standard): Likewise.
6744 (custom-variable-reset-saved): Doc fix.
6745
6746 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6747
6748 * startup.el (init-file-user): Doc fix.
6749
6750 2006-01-07 Alex Schroeder <alex@gnu.org>
6751
6752 * mail/rmail.el (rmail-current-subject): New function.
6753 (rmail-current-subject-regexp): New function.
6754 (rmail-next-same-subject): Use it.
6755
6756 * mail/rmailsum.el (rmail-summary-by-topic):
6757 Use rmail-current-subject and rmail-current-subject-regexp.
6758 (rmail-summary-next-same-subject): Ditto.
6759
6760 * net/rcirc.el (rcirc-send-input): No longer check whether the
6761 process is open, since not all commands need an open process.
6762 (rcirc-send-string): Check whether the process is open before
6763 sending anything.
6764 (rcirc-ignore-list): New option.
6765 (rcirc-ignore-list-automatic): New variable.
6766 (rcirc-print): Take rcirc-ignore-list into account.
6767 (rcirc-cmd-ignore): New command.
6768 (rcirc-ignore-update-automatic): New function.
6769 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6770 list if ignored nicks.
6771 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6772
6773 2006-01-06 David Reitter <david.reitter@gmail.com>
6774
6775 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6776 reflect the address to which the report will be sent.
6777
6778 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6779
6780 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6781 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6782
6783 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6784
6785 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6786
6787 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6788 the doc string: "functoin" => "function".
6789 * ldefs-boot.el: Likewise.
6790
6791 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6792 message text: "Duplicat" => "Duplicate".
6793
6794 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6795
6796 * files.el (basic-save-buffer-2): If backing-up failed, reset
6797 buffer-backed-up to nil.
6798
6799 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6800
6801 * progmodes/gud.el (gdb-script-skip-to-head)
6802 (gdb-script-calculate-indentation): Indent for breakpoint command
6803 lists also.
6804
6805 2006-01-05 Bill Wohler <wohler@newt.com>
6806
6807 * Makefile.in (compile-always): Add mh-autoloads dependency.
6808 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6809 provides it.
6810 (updates): Remove mh-autoloads dependency, since it probably has
6811 already run recently (via recompile).
6812
6813 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6814
6815 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6816 argument `force' to disable the flyspell-last-buffer optimization.
6817 (flyspell-mode-on): Use it.
6818
6819 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6820 flymake-simple-cleanup.
6821 (flymake-allowed-file-name-masks): Use this new default.
6822 All the functions are now called in the right buffer rather than
6823 passing the buffer as argument.
6824 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6825 (flymake-parse-err-lines): Remove redundant buffer arg.
6826 (flymake-get-program-dir): Comment out unused function.
6827 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6828 Remove redundant buffer argument.
6829 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6830 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6831
6832 2006-01-05 Richard M. Stallman <rms@gnu.org>
6833
6834 * info.el (Info-find-node): Don't record previous node if have none.
6835 (info): Go to directory only if history is empty.
6836
6837 * simple.el (mark): Doc fix.
6838
6839 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6840
6841 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6842 already of desired type.
6843 (mac-ae-list): Coerce parameter to "list" type.
6844 (mac-dispatch-apple-event): Replace cadr part of event with a
6845 dummy position so that event-start returns it.
6846
6847 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6848
6849 * textmodes/org.el (org-end-of-subtree): New function.
6850 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6851 Use `org-end-of-subtree'.
6852 (org-agenda, org-agenda-convert-date): Protect calls to
6853 `fit-window-to-buffer'.
6854 (org-tags-view): Force matching of sublevels when doing a
6855 todo-only search. Define the correct redo command, including the
6856 arguments.
6857 (org-agenda-redo): Display message.
6858 (org-check-for-org-mode): New function.
6859 (org-agenda-type): New variable.
6860 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6861 Set `org-agenda-type'.
6862 (org-agenda-check-type): New function.
6863 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6864 (org-agenda-week-view, org-agenda-day-view)
6865 (org-agenda-next-date-line, org-agenda-previous-date-line)
6866 (org-agenda-log-mode, org-agenda-toggle-diary)
6867 (org-agenda-toggle-time-grid, org-agenda-date-later)
6868 (org-agenda-date-prompt, org-agenda-diary-entry)
6869 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6870 (org-agenda-convert-date, org-agenda-menu):
6871 Use `org-agenda-check-type'.
6872 (org-make-overlay, org-delete-overlay)
6873 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6874 New compatibility functions.
6875 (org-calendar-select-mouse): New command.
6876
6877 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6878
6879 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6880 (Custom-reset-standard): Fix y-or-n-p messages.
6881 (custom-link): New face for links.
6882 (custom-buffer-create-internal, custom-manual): Use it.
6883 (custom-face-save): Push to theme-face before setting face spec.
6884
6885 * wid-edit.el (widget-default-mouse-face-get): New function.
6886 (widget-specify-button): Handle mouse-face like button-face.
6887
6888 * custom.el (load-theme): Clear old theme settings if reloading.
6889
6890 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6891
6892 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6893 "Erase Customization" button back to same position it occupies in
6894 the individual State menus.
6895
6896 2006-01-04 Kim F. Storm <storm@cua.dk>
6897
6898 * wid-edit.el (key-sequence): Rework widget to read key binding
6899 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6900 (widget-key-sequence-default-value): Default value for empty sequence.
6901 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6902 (widget-key-sequence-read-event): New command for C-q.
6903 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6904 (widget-key-sequence-value-to-external): New functions.
6905
6906 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6907
6908 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6909 Use expand-file-name.
6910 (flymake-delete-temp-directory): Use expand-file-name,
6911 file-name-directory, and directory-file-name.
6912 (flymake-strrchr): Delete.
6913 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6914 to the init-f function.
6915 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6916 (flymake-init-find-buildfile-dir)
6917 (flymake-init-create-temp-source-and-master-buffer-copy)
6918 (flymake-simple-make-init-impl, flymake-simple-make-init)
6919 (flymake-master-make-init, flymake-master-make-header-init)
6920 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6921 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6922 (flymake-xml-init): Remove corresponding redundant buffer argument.
6923 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6924 the default anyway. Clean up regexps.
6925
6926 * progmodes/flymake.el (flymake-temp-source-file-name)
6927 (flymake-master-file-name, flymake-temp-master-file-name)
6928 (flymake-base-dir): New buffer-local vars.
6929 (flymake-buffer-data, flymake-get-buffer-value)
6930 (flymake-set-buffer-value): Replace those hash-tables by the new
6931 buffer-local vars. Update callers.
6932
6933 * progmodes/flymake.el (flymake-check-start-time)
6934 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6935 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6936 Move definition, so we can remove redundant earlier declaration.
6937 (flymake-replace-regexp-in-string, flymake-split-string)
6938 (flymake-get-temp-dir): Use defalias.
6939 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6940 (flymake-xemacs-window-edges): Remove unused function.
6941 (flymake-get-point-pixel-pos): Move.
6942 (flymake-pid-to-names, flymake-reg-names)
6943 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6944 Replace by a simple list flymake-processes and by process-buffer.
6945 Update callers. Other than simplify the code, it uses buffers rather
6946 than buffer-names so it doesn't get confused by uniquify.
6947 (flymake-buffer-data): The global value should just be nil.
6948
6949 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6950 Optimize the body of a defalias like any other code.
6951
6952 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6953 Make sure we've setup font-lock's vars. It may influence which
6954 function we then call.
6955 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6956 here since it's too late anyway.
6957
6958 2006-01-03 Romain Francoise <romain@orebokech.com>
6959
6960 * startup.el (fancy-splash-tail, normal-splash-screen):
6961 Update copyright year.
6962
6963 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6964
6965 * mouse.el (mouse-drag-track): Rename, from
6966 `mouse-drag-region-1'. Includes optional argument required to
6967 enable post-drag event processing (e.g. delete region keys).
6968 Can be used without this argument to track a mouse region and operate
6969 on it as soon as the drag completes.
6970 (mouse-drag-region): Use `mouse-drag-track'.
6971
6972 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6973
6974 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6975 Move to `custom-buffer' group.
6976
6977 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6978 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6979 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6980 (custom-theme-face-menu): New variables.
6981 (custom-theme-add-variable, custom-theme-variable-action)
6982 (custom-variable-reset-theme, custom-theme-delete-variable)
6983 (custom-face-reset-theme, custom-theme-face-action)
6984 (custom-theme-delete-face, custom-theme-merge-theme)
6985 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6986
6987 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6988
6989 * custom.el: Move Custom Themes commentary to start of theme code.
6990 (custom-known-themes): Rename `standard' theme to `changed'.
6991 (custom-push-theme): Caller no longer specifies what theme to use
6992 when doing `reset'---the setting is simply removed from the theme.
6993 Delete MODE from `theme-value' and `theme-settings' properties.
6994 (custom-declare-theme): Ignore &rest args since we don't use them.
6995
6996 (custom-loaded-themes): Delete variable.
6997 (custom-theme-load-themes, custom-theme-loaded-p)
6998 (custom-theme-value): Delete functions.
6999
7000 (custom-declare-theme): Signal error on invalid theme names.
7001 (provide-theme): custom-loaded-themes was deleted.
7002 (load-theme): Load the file unconditionally.
7003 (enable-theme): Call `load-theme' if theme is undefined.
7004 (custom-enabled-themes): Only update value for successful loads.
7005 (disable-theme): Complete from enabled themes when interactive.
7006 (custom-variable-theme-value): Calculate theme value directly.
7007
7008 (custom-theme-reset-variables, custom-reset-variables): Mark as
7009 XEmacs compatibility functions. We don't actually use these.
7010
7011 * cus-edit.el (custom-variable-state-set):
7012 Use custom-variable-theme-value instead of custom-theme-value.
7013 (custom-face-state-set): Rename `standard' theme to `changed'.
7014 (custom-save-variables, custom-save-faces): Delete unneeded
7015 references to custom-reset-variables.
7016 (custom-save-resets): Delete function.
7017 (custom-save-variables, custom-save-faces): MODE argument deleted.
7018 (custom-save-variables, custom-save-faces): Ignore theme values.
7019
7020 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7021 compatibility function.
7022
7023 2006-01-01 Richard M. Stallman <rms@gnu.org>
7024
7025 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7026 (Custom-reset-current, Custom-reset-saved): Likewise.
7027 (Custom-reset-standard): Show message if aborted.
7028 (custom-mode): Doc fix, describing those commands.
7029
7030 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7031 put on event-kind property.
7032
7033 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7034
7035 * custom.el (provide-theme): Ban `user' theme name.
7036 (custom-enabling-themes): New variable.
7037 (enable-theme): Don't enable user if custom-enabling-themes is t.
7038 (custom-enabled-themes): Make it a defcustom.
7039 (custom-theme-recalc-face): No-op if face is undefined.
7040
7041 * cus-edit.el (custom-button-mouse): New variable.
7042 (custom-button-mouse): New face.
7043 (custom-raised-buttons, custom-mode): Use it.
7044
7045 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7046
7047 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7048
7049 * progmodes/gud.el (gud-display-line): Support hl-line in the
7050 source buffer.
7051
7052 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7053
7054 * mouse.el (mouse-drag-window-above): Verify that the found window
7055 overlaps with the given window in the horizontal dimension.
7056
7057 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7058
7059 * Makefile.in (cvs-update): New target.
7060
7061 * makefile.w32-in (cvs-update): Ditto.
7062
7063 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7064
7065 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7066 (custom-new-theme-mode-map): New variable.
7067
7068 2005-12-30 Richard M. Stallman <rms@gnu.org>
7069
7070 * custom.el (custom-load-themes): Function deleted.
7071
7072 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7073 (custom-save-variables): Don't delete or add custom-load-themes call.
7074
7075 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * cus-start.el: Add `visible-cursor'.
7078
7079 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7080 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7081 (flymake-process-filter): Switch to buffer before calling it instead.
7082 (flymake-post-syntax-check, flymake-highlight-err-lines)
7083 (flymake-delete-own-overlays, flymake-parse-err-lines)
7084 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7085 (flymake-count-lines, flymake-parse-residual):
7086 Remove constant buffer argument.
7087 (flymake-start-syntax-check-for-current-buffer): Remove.
7088 Update callers to use flymake-start-syntax-check instead.
7089 (flymake-display-err-menu-for-current-line):
7090 Remove unused var `mouse-pos'.
7091 (flymake-restore-formatting): Comment out unused function.
7092 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7093 argument, use current-buffer instead. Update callers.
7094
7095 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7096
7097 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7098 buffer-local because choose-completion-delete-max-match requires
7099 that we set completion-ignore-case (i.e., binding via let is not
7100 sufficient).
7101 (bibtex-complete): Always set completion-ignore-case and
7102 choose-completion-string-functions. The latter is needed because
7103 choose-completion-string-functions keeps its value if we quit the
7104 *Completions* buffer without requesting a completion.
7105
7106 2005-12-30 Andreas Schwab <schwab@suse.de>
7107
7108 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7109
7110 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7111
7112 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7113
7114 2005-12-30 Juri Linkov <juri@jurta.org>
7115
7116 * locate.el (locate-fcodes-file, locate-header-face)
7117 * progmodes/delphi.el (delphi-other-face)
7118 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7119
7120 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7121 group `paren-showing-faces'.
7122
7123 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7124 (goto-address): Fix docstring.
7125
7126 * net/webjump.el (webjump-sample-sites): Update URLs.
7127
7128 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7129
7130 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7131
7132 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7133
7134 * font-lock.el (font-lock-compile-keywords): Signal an error when
7135 font-lock-set-defaults hasn't been called.
7136
7137 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7138
7139 * subr.el (noreturn, 1value): Doc fixes.
7140
7141 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7142
7143 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7144 that assoc-string returns nil.
7145
7146 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7147
7148 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7149 (bibtex-entry-type-str, bibtex-empty-field-re)
7150 (bibtex-search-backward-string, bibtex-preamble-prefix)
7151 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7152 (bibtex-any-valid-entry-type): New variable.
7153 (bibtex-parse-field-name): Simplify.
7154 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7155 (bibtex-preamble-prefix): Include left delimiter.
7156 (bibtex-search-forward-field, bibtex-search-backward-field):
7157 Allow unbounded search past entry boundaries (required by bibtex-pop).
7158 (bibtex-text-in-field-bounds): Use push.
7159 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7160 (bibtex-parse-preamble, bibtex-valid-entry)
7161 (bibtex-beginning-first-field): New functions.
7162 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7163 (bibtex-map-entries): Fix docstring.
7164 (bibtex-flash-head): New arg prompt. Simplify.
7165 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7166 (bibtex-insert-kill): Simplify. Always insert text past the
7167 current field or entry.
7168 (bibtex-format-entry): Use bibtex-parse-field.
7169 (bibtex-pop): Use bibtex-beginning-of-entry and
7170 bibtex-end-of-entry to initiate the search. Insert empty field if
7171 we found ourselves.
7172 (bibtex-print-help-message): New args field and comma.
7173 Handle entry keys.
7174 (bibtex-make-field): Use bibtex-beginning-of-entry.
7175 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7176 invalid entry.
7177 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7178 Handle preambles. Simplify code for thorough test.
7179 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7180 New arg comma. Handle entry heads.
7181 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7182 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7183 New arg comma.
7184 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7185 (bibtex-fill-field): Simplify.
7186 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7187 bibtex-parse-field.
7188 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7189 (bibtex-complete): Use bibtex-parse-preamble.
7190
7191 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7192
7193 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7194 Display name of expression instead of convenience variable.
7195 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7196
7197 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7198 toggle-gud-tooltip-dereference.
7199 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7200 (gud-tooltip-tips): ...here when dereferencing.
7201
7202 2005-12-28 Bill Wohler <wohler@newt.com>
7203
7204 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7205
7206 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7209 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7210 (vc-annotate-display-autoscale): Adjust call.
7211 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7212 Fix interactive spec.
7213 (vc-annotate-time-span): Remove.
7214 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7215 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7216 (vc-annotate-display-select): Use new name.
7217
7218 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7219 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7220 Correct the construction of span entries. Simplify.
7221 (vc-annotate-display-select): Fix the nil case.
7222 (vc-annotate): Remove obsolete (and now broken) code.
7223 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7224 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7225
7226 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7227
7228 * subr.el (lazy-completion-table): Correct typo in docstring.
7229
7230 * startup.el (command-line): Use `custom-reevaluate-setting' for
7231 `send-mail-function'.
7232
7233 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7234
7235 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7236
7237 * mail/smtpmail.el (smtpmail-try-auth-methods):
7238 Send credentials together with "AUTH PLAIN" command.
7239
7240 2005-12-27 Richard M. Stallman <rms@gnu.org>
7241
7242 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7243 mouse-2, go back to previously selected window, so it's selected
7244 when mouse-2 command runs.
7245
7246 2005-12-27 Juri Linkov <juri@jurta.org>
7247
7248 * descr-text.el (describe-text-sexp): Use square brackets for
7249 button [Show] to distinguish it from the property value `show'.
7250 (describe-property-list): Use `insert-text-button' with
7251 `help-face' type instead of putting face in quotes, because button
7252 is not created automatically for a list of faces.
7253 (describe-text-properties-1): Put button-type value in quotes to
7254 distinguish from plain text "button".
7255 (describe-char): Display code point values in hex. Don't use
7256 `symbol-name' for `current-input-method' because it is a string.
7257 Use `insert-text-button' with `help-face' type instead of putting
7258 hardcoded face in quotes, because button is not created automatically.
7259
7260 2005-12-27 Richard M. Stallman <rms@gnu.org>
7261
7262 * progmodes/glasses.el (glasses-face): More specific custom type.
7263
7264 * files.el (set-visited-file-name): Doc fix.
7265
7266 * textmodes/flyspell.el (flyspell-external-point-words):
7267 Use local var buffer-scan-pos to advance scan for next misspelling.
7268 Advance it only after we find the misspelling.
7269
7270 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7271
7272 * textmodes/flyspell.el (flyspell-external-point-words):
7273 New criteria for finding the misspelling in the buffer.
7274
7275 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7276
7277 * help-mode.el (help-insert-string): Set help-xref-stack-item
7278 rather than call help-setup-xref.
7279
7280 * descr-text.el (describe-char): Revert previous changes for
7281 optional buffer argument.
7282
7283 2005-12-27 Juri Linkov <juri@jurta.org>
7284
7285 * help-mode.el (help-insert-string): New function. Save buffer
7286 contents in cases where it is impossible to recompute the old contents.
7287
7288 * descr-text.el (describe-char): Set help-xref-stack-item
7289 explicitly after buffer has been generated.
7290
7291 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7292
7293 * cus-start.el (all): Add x-gtk-show-hidden-files.
7294
7295 2005-12-26 Richard M. Stallman <rms@gnu.org>
7296
7297 * replace.el (perform-replace): Calculate match-again
7298 before skipping read-only matches.
7299
7300 * paren.el (paren-showing-faces): New group.
7301 (show-paren-match, show-paren-mismatch): Move to that group.
7302
7303 * button.el (button): Put into group `basic-faces'.
7304
7305 * progmodes/make-mode.el: Remove faces from group `faces'.
7306
7307 * apropos.el (apropos, apropos-value): Doc fix.
7308 (apropos-documentation): Doc fix.
7309
7310 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7311
7312 * subr.el (lazy-completion-table): Remove argument `args'.
7313
7314 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7315 Don't use the `args' argument of lazy-completion-table.
7316
7317 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7318
7319 * descr-text.el (describe-char): Add optional argument for buffer.
7320 Set buffer appropriately. Call help-setup-xref.
7321 Suggested by Stefan Monnier.
7322
7323 2005-12-26 Juri Linkov <juri@jurta.org>
7324
7325 * descr-text.el: Require `help-fns' at runtime. Don't require
7326 `button' for byte compilation.
7327 (describe-text-widget): Add `help-echo' for first button.
7328 Use `help-info' for second.
7329 (describe-property-list): Use `help-argument-name' instead of `italic'.
7330 (describe-text-category): Add prompt to interactive spec.
7331 Call `help-setup-xref'.
7332 (describe-char): Use `help-character-set'. Add `help-echo' for
7333 code point. Use `help-input-method'. Remove superfluous insert.
7334
7335 2005-12-25 Richard M. Stallman <rms@gnu.org>
7336
7337 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7338 at point, in case of narrowing.
7339
7340 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7341
7342 * locate.el (locate-header-face): Allow nil in type.
7343
7344 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7345
7346 2005-12-25 Romain Francoise <romain@orebokech.com>
7347
7348 * battery.el (battery-linux-proc-acpi): Also try
7349 `/proc/acpi/thermal_zone/THM0/temperature'.
7350
7351 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7352
7353 * custom.el (custom-push-theme): Fix docstring.
7354
7355 * cus-edit.el (custom-variable-set, custom-variable-save)
7356 (custom-variable-save): Custom-quote widget values.
7357 (customize-save-variable): Fix custom-push-theme call.
7358
7359 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7360
7361 * w32-fns.el (w32-batch-update-autoloads): New function.
7362
7363 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7364 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7365 from the command line.
7366
7367 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7368
7369 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7370 reset means to remove setting from theme entirely. Don't keep
7371 expanding theme-settings list; delete old entries if necessary.
7372
7373 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7374 customization" button one line up.
7375 (custom-themed): New face.
7376 (custom-magic-alist): New value, THEMED, for theme settings.
7377 (custom-variable-state-set, custom-face-state-set):
7378 Check theme-value instead of saved-value.
7379 (custom-variable-reset-standard, custom-face-reset-standard):
7380 Remove theme setting entirely. Recalculate new values.
7381 (custom-variable-set, custom-variable-set)
7382 (custom-variable-reset-saved, custom-variable-reset-backup)
7383 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7384 (custom-variable-save): Fix typos.
7385
7386 2005-12-23 Juri Linkov <juri@jurta.org>
7387
7388 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7389 Add autoload cookies.
7390 (edebug-outside-d-c-i-n-s-w): New variable.
7391 (edebug-display, edebug-outside-excursion): Use it to save the
7392 original value of default-cursor-in-non-selected-windows.
7393 Set default-cursor-in-non-selected-windows to t while Edebug
7394 is active.
7395 (edebug-mode, edebug-eval-mode): Doc fix.
7396
7397 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7398 with `buffer-substring-no-properties' to remove common substring
7399 highlighting.
7400
7401 * info.el (info-other-window, info): Rename function argument
7402 `file' to `file-or-node'.
7403 (Info-complete-menu-item): Use local variable `complete-nodes' to
7404 keep the global value of `Info-complete-nodes' unchanged for
7405 subsequent completions.
7406 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7407
7408 * simple.el (get-next-valid-buffer, last-buffer)
7409 (next-error-buffer-p, next-error-find-buffer)
7410 (minibuffer-history-sexp-flag): Doc fix.
7411
7412 * savehist.el (savehist-mode-hook): Add `:group'.
7413
7414 * log-view.el: Call autoload for vc-find-version.
7415 (log-view-current-file): Adjust subgroup numbers.
7416 (log-view-current-tag): Add `length'.
7417
7418 2005-12-23 Richard M. Stallman <rms@gnu.org>
7419
7420 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7421
7422 2005-12-23 Juri Linkov <juri@jurta.org>
7423
7424 * hi-lock.el (hi-lock-archaic-interface-message-used)
7425 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7426 (hi-lock-mode): Display "Hi" in the mode line only when
7427 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7428 (hi-lock-write-interactive-patterns):
7429 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7430 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7431 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7432 font-lock-add-keywords to t.
7433
7434 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7435
7436 * hi-lock.el (hi-lock-highlight-range): New variable.
7437 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7438 only if font-lock-fontified is non-nil. Remove overlays.
7439 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7440 font-lock-fontified is non-nil, otherwise use overlays (instead of
7441 text properties).
7442 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7443 New variables.
7444 (hi-lock-string-serialize) New function.
7445
7446 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7447
7448 * menu-bar.el (menu-find-file-existing): New function.
7449 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7450
7451 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7452
7453 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7454
7455 * vc.el: Remove unnecessary leading * in docstrings.
7456 (vc-annotate-mode-map): Move initialization into declaration.
7457 (vc-static-header-alist): Nitpick on the regexp.
7458 (vc-default-init-version): New fun.
7459 (vc-register): Use it.
7460 (vc-insert-headers): Use dolist.
7461 (vc-annotate-get-backend): Remove unused function.
7462 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7463 (vc-annotate-mode): Remove corresponding call.
7464 (vc-annotate-car-last-cons): Simplify.
7465 (vc-annotate-buffers): Remove var.
7466 (vc-annotate-backend): Make it buffer-local.
7467 (vc-annotate): Move the interaction to the interactive spec.
7468 Add a `buf' argument.
7469 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7470 killing&creating a vc-annotate buffer, which is very disruptive when
7471 the buffers are shown in dedicated frames.
7472
7473 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7474
7475 * descr-text.el: Add FSF as maintainer.
7476 (describe-text-mode, describe-text-mode-map)
7477 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7478 help-mode.
7479 (describe-text-widget, describe-text-sexp)
7480 (describe-property-list, describe-text-category)
7481 (describe-text-properties, describe-text-properties-1)
7482 (describe-char): Use help buttons instead of widgets.
7483 (describe-char-unicodedata-file): Make URL link in doc string.
7484
7485 2005-12-22 Richard M. Stallman <rms@gnu.org>
7486
7487 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7488 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7489 Don't include buttons that write a file when there's no file.
7490 (custom-variable-menu, custom-face-menu, custom-group-menu):
7491 Don't include commands that write a file when there's no file.
7492 (customize-browse): Reword the top-of-buffer help intro.
7493 (custom-buffer-create-internal): Fix previous change.
7494 (customize-changed-options-previous-release): Prev release is 21.1.
7495 (customize-changed-options): Doc fix.
7496 (customize-changed): New alias.
7497 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7498 Say "standard values".
7499 (Custom-reset-standard): Doc fix.
7500 (custom-face-reset-standard): Doc fix.
7501
7502 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7503
7504 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7505 even if font-lock-mode is non-nil since it may be t without having
7506 turned on font-lock-mode-internal.
7507 (font-lock-choose-keywords): Minor optimization.
7508 (font-lock-add-keywords, font-lock-remove-keywords)
7509 (font-lock-set-defaults): Don't call make-local-variable on a variable
7510 that we know to already be local.
7511
7512 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7513
7514 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7515 messages if in the minibuffer.
7516
7517 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7518
7519 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7520 (tex-mode-flyspell-verify, flyspell-get-word)
7521 (flyspell-external-point-words): Don't use point-min/max uselessly.
7522
7523 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7524 by Kevin Rodgers. Instead, just hide the completions buffer if we
7525 don't need to show it.
7526
7527 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7528
7529 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7530
7531 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7532
7533 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7534 delete-windows-on with an inexistent buffer.
7535
7536 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7537
7538 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7539 Delete defcustom variable :tag names.
7540
7541 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7544 (log-view-font-lock-keywords): Ajust subgroup numbers.
7545 (log-view-current-tag): Don't hard code the number of subgroups.
7546
7547 2005-12-20 Juri Linkov <juri@jurta.org>
7548
7549 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7550 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7551
7552 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7553 (menu-bar-non-minibuffer-window-p): Instead of checking
7554 display-multi-frame-p, use selected-frame when menu-updating-frame
7555 is nil.
7556
7557 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7558
7559 * align.el (align-rules-list): Use [ \t] instead of \s-
7560 for column separators in text mode.
7561
7562 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7563
7564 * help-mode.el (help-customize-variable, help-customize-face):
7565 Don't pop help-xref-stack as help-follow no longer pushes
7566 anything on to it.
7567
7568 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7569
7570 * textmodes/org.el (org-agenda-custom-commands): New option.
7571 (org-agenda): Offer custom commands on splash screen.
7572 (org-make-tags-matcher): Parser for Boolean logic added.
7573 (org-agenda-set-tags): New command.
7574 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7575 (org-set-tags): Efficiency improvements.
7576 (org-auto-align-tags): New option.
7577 (org-todo, org-demote, org-promote): Realign tags.
7578 (org-tags-completion-function): Use also "&" and "|" as separators.
7579 (org-org-menu): Agenda commands simplified.
7580
7581 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7582
7583 * cus-edit.el (customize-apropos, customize-apropos-options):
7584 Docstring changes.
7585
7586 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7587
7588 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7589
7590 * longlines.el (longlines-mode): Wrap while widened.
7591 (longlines-decode-region, longlines-encode-region): Compute max
7592 just once.
7593
7594 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7595
7596 * cus-edit.el (mac): New group.
7597
7598 * cus-start.el (all): Add user options in macterm.c. Add test for
7599 Mac-related built-ins. Fix test for GTK-related built-ins.
7600
7601 * term/mac-win.el (mac-handle-language-change)
7602 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7603 (mac-services-open-selection, mac-services-mail-selection)
7604 (mac-services-mail-to, mac-services-insert-text)
7605 (mac-dispatch-apple-event): Add docstrings.
7606 (x-get-selection, mac-select-convert-to-string): Select coding
7607 system from `utf-16be' and `utf-16le' using `byteorder'.
7608
7609 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7610
7611 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7612 a "list" (lambda ...) rather than a real completion list.
7613
7614 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7615 lexical-let when encountering ((lambda (...) ...) ...).
7616
7617 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7618
7619 * progmodes/sh-script.el (sh-mode):
7620 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7621 * textmodes/picture.el (picture-mode): Update docstrings.
7622
7623 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7624
7625 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7626 commands enclosed in $(ARGQUOTE)s should not be split between two
7627 lines, as that will break with GNU Make >3.80, when sh.exe is used
7628 and arg quoting is with '..'.
7629 (autoloads): Don't break the quoted --eval expression between
7630 several lines.
7631
7632 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7633
7634 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7635 Capture error from printing circular structures.
7636
7637 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7638
7639 * wid-edit.el (widget-checkbox-action): Clear undo info.
7640
7641 2005-12-16 Bill Wohler <wohler@newt.com>
7642
7643 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7644 bar, not menubar in comment.
7645
7646 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7647
7648 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7649 After-change-functions should not clobber the match data.
7650
7651 2005-12-16 Juri Linkov <juri@jurta.org>
7652
7653 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7654 instead of `buffer-substring'.
7655 (completion-common-substring): Doc fix.
7656 (completion-setup-function): Use minibuffer-completion-contents
7657 instead of minibuffer-contents. Don't set common-string-length
7658 initially. Remove special handling of partial-completion-mode.
7659 Move computation of completion-base-size into one cond.
7660 Call completion-base-size-function in mainbuf. In computation of
7661 completion-base-size for file name completion don't move point to
7662 the end of the minibuffer. Move computation of common-string-length
7663 into one cond. Start putting faces only when common-string-length>=0.
7664 Add condition to put completions-common-part when
7665 common-string-length>0.
7666
7667 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7668 place point at the first different character in the minibuffer
7669 even if this position is at the beginning of the minibuffer.
7670
7671 * info.el (Info-read-node-name-1): In completion-base-size-function's
7672 lambda return 1 if common-substring or minibuffer-completion-contents
7673 starts with (, and 0 otherwise.
7674
7675 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7676 Use `crm-current-element' for second arg of `display-completion-list'.
7677
7678 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7679
7680 * files.el (set-auto-mode): Look for an interpreter specified on
7681 the first line also if search for mode specification succeeded,
7682 but the mode is not known.
7683
7684 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7685
7686 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7687 (org-open-at-point): Implement tag searches as links.
7688 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7689 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7690 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7691 (org-agenda-dispatch): New commands.
7692 (org-use-tag-inheritance, org-tags-column): New options.
7693 (org-tab-follows-link, org-return-follows-link): New options.
7694 (org-tags): New customize group.
7695 (org-start-icalendar-file): Get local time zone.
7696 (org-tags-completion-function): New function.
7697 (org-set-font-lock-defaults): Make sure links will also be
7698 highlighted inside headlines.
7699
7700 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7701
7702 * term.el (term-emulate-terminal):
7703 Let term-handle-ansi-terminal-messages override what Bash says about
7704 its current directory.
7705
7706 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7707
7708 * bindings.el (last-buffer): Move to simple.el.
7709 * simple.el (last-buffer): Move here.
7710 (get-next-valid-buffer): New function.
7711 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7712 (prev-buffer): Ditto. Rename to `previous-buffer'.
7713
7714 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7715 * bindings.el (global-map): Ditto.
7716
7717 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7718
7719 * cus-edit.el: Introductory comment change.
7720 (custom-magic-alist): Change message string for the `rogue' state.
7721
7722 2005-12-15 Richard M. Stallman <rms@gnu.org>
7723
7724 * tooltip.el: Delete defcustom variable :tag names.
7725
7726 * complete.el (partial-completion-mode): Doc fix.
7727
7728 * textmodes/flyspell.el (flyspell-external-point-words):
7729 Use save-excursion to ensure we don't move backward in the
7730 search loop, not even one character.
7731 (flyspell-delete-all-overlays): Use remove-overlays directly.
7732
7733 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7734 (ispell-start-process): Set that variable.
7735 Clear ispell-buffer-local-name.
7736 (ispell-internal-change-dictionary):
7737 Set ispell-current-dictionary after killing process.
7738 (ispell-buffer-local-dict):
7739 Don't set spell-personal-dictionary after killing process.
7740 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7741 (ispell-tex-skip-alists, ispell-html-skip-alists)
7742 (ispell-skip-region-alist): Mark as risky.
7743
7744 * net/newsticker.el (newsticker--retrieval-timer-list)
7745 (newsticker--display-timer, newsticker-running-p)
7746 (newsticker-ticker-running-p): Definitions moved up.
7747
7748 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7749
7750 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7751
7752 2005-12-15 David Ponce <david@dponce.com>
7753
7754 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7755 (recentf-edit-list, recentf-open-files): Signal an error when
7756 there is no recent file.
7757
7758 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7759
7760 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7761 read-only except for texinfo-format-region evaluation.
7762
7763 2005-12-14 Richard M. Stallman <rms@gnu.org>
7764
7765 * vc.el (vc-default-previous-version, vc-default-next-version)
7766 (vc-do-command): Doc fixes.
7767
7768 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7769
7770 * textmodes/bibtex.el (bibtex-expand-strings)
7771 (bibtex-autokey-expand-string, bibtex-name-part)
7772 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7773 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7774 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7775 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7776 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7777 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7778 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7779 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7780 (bibtex-beginning-of-last-entry): Remove.
7781 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7782 message if comma is missing but buffer is read-only.
7783 (bibtex-parse-field-text): Handle whitespaces at the end of field
7784 text. Return 3-element list with beginning and end of field text
7785 and end of field.
7786 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7787 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7788 (bibtex-search-forward-field, bibtex-search-backward-field):
7789 Search always delimited by limits of entry. Use more efficient
7790 search algorithms.
7791 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7792 bibtex-end-of-name-in-field.
7793 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7794 extracting the content of a field.
7795 (bibtex-text-in-field): Use search limits.
7796 (bibtex-parse-string-prefix): Handle empty string keys based on
7797 bibtex-string-empty-key.
7798 (bibtex-parse-string): Fix docstring.
7799 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7800 (bibtex-preamble-prefix, bibtex-strings): New functions.
7801 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7802 BibTeX entries (consistent with other BibTeX functions).
7803 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7804 (bibtex-search-entry): Fix docstring. Simplify.
7805 (bibtex-flash-head, bibtex-complete-string-cleanup)
7806 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7807 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7808 (bibtex-parse-entry): New optional arg content.
7809 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7810 Use bibtex-text-in-field-bounds.
7811 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7812 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7813 bibtex-parse-string-postfix.
7814 (bibtex-find-text-internal): New function.
7815 (bibtex-remove-delimiters): Use it.
7816 (bibtex-find-text): Use it. New optional arg help.
7817 (bibtex-complete): Handle BibTeX string and preamble entries.
7818 (bibtex-Preamble): Fix order of closing delimiters.
7819
7820 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7821
7822 * vc.el (vc-default-revert): New fun.
7823
7824 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7825
7826 2005-12-14 Romain Francoise <romain@orebokech.com>
7827
7828 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7829 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7830 (font-lock-remove-keywords): Likewise.
7831
7832 2005-12-14 Juri Linkov <juri@jurta.org>
7833
7834 * log-view.el (log-view-diff): Doc fix.
7835
7836 * isearch.el (isearch-query-replace): Use (mark) instead of
7837 isearch-opoint if mark is active in transient-mark-mode.
7838
7839 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7840
7841 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7842
7843 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7844
7845 * progmodes/cpp.el (cpp-face): New widget.
7846 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7847
7848 2005-12-14 Juri Linkov <juri@jurta.org>
7849
7850 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7851 around `erase-buffer' and `insert'.
7852
7853 * descr-text.el (describe-text-properties): Replace buffer name
7854 "*Help-2*" with "*Help*<2>".
7855 (describe-char): Add functions print-help-return-message,
7856 toggle-read-only. Use help-setup-xref with nil to not store
7857 describe-char in help-xref-stack. Use help-make-xrefs to
7858 make [back] button.
7859
7860 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7861
7862 * wdired.el (wdired-old-point): New internal variable.
7863 (wdired-change-to-wdired-mode): Set it buffer-locally.
7864 (wdired-abort-changes): Restore point after aborting changes.
7865
7866 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7867
7868 * vc.el (vc-do-command): Add a new value t for okstatus.
7869
7870 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7871 frame in case of errors.
7872
7873 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7874
7875 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7876 so it comes after "On the Left" in the menu.
7877
7878 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7879
7880 * cus-edit.el (customize-apropos, customize-apropos-options)
7881 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7882
7883 2005-12-12 Bill Wohler <wohler@newt.com>
7884
7885 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7886 non-writable Subversion-controlled files by saving window
7887 configuration before calling vc-do-command. vc-do-command calls
7888 pop-to-buffer on error which is unexpected during registration.
7889
7890 2005-12-12 Jay Belanger <belanger@truman.edu>
7891
7892 * calc/README: Update the summary of changes.
7893
7894 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * descr-text.el (describe-char): Rework last fix to solve the problem
7897 is the same way it's solved for everything else in that function
7898 (i.e. by extracting the info before setting up the *Help* buffer).
7899
7900 2005-12-12 Kim F. Storm <storm@cua.dk>
7901
7902 * subr.el (version-regexp-alist): Allow space as separator before
7903 non-numeric part, e.g. "1.0 alpha".
7904 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7905
7906 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7907
7908 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7909 Implement Logging and the keep-modes setting.
7910 (org-get-category): Make sure a string is returned.
7911 (org-log-done): New function.
7912 (org-log-done, org-closed-string): New options.
7913
7914 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7915
7916 * tooltip.el (tooltip-y-offset): Change default to 20.
7917
7918 2005-12-12 Richard M. Stallman <rms@gnu.org>
7919
7920 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7921
7922 * frame.el (display-hourglass): Doc fix.
7923
7924 * help.el (help-for-help-internal): Simplify entry for `a'.
7925
7926 * info.el (Info-on-current-buffer): Doc fix.
7927 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7928
7929 * startup.el (inhibit-splash-screen): Make this the real name.
7930 (inhibit-startup-message): Make this the alias.
7931 (command-line): Find only simple.el, and use its directory
7932 to fill in other preloaded files' names.
7933 (command-line): Deactivate the mark if deactivate-mark is set.
7934
7935 * international/mule.el (load-with-code-conversion):
7936 Bind deactivate-mark.
7937
7938 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7939
7940 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7941
7942 * cus-edit.el (customize-apropos): Avoid listing an option more
7943 than once under different aliases. No longer list user options
7944 that are not defined with defcustom (unless a prefix arg is given).
7945 Doc fix.
7946 (customize-apropos-options): Doc fix.
7947
7948 2005-12-11 Juri Linkov <juri@jurta.org>
7949
7950 * frame.el (set-background-color, set-foreground-color)
7951 (set-cursor-color, set-mouse-color, set-border-color):
7952 Add explicit prompts to read colors by `facemenu-read-color'.
7953 (show-trailing-whitespace, blink-cursor-delay)
7954 (blink-cursor-interval, display-hourglass, hourglass-delay):
7955 Remove tags.
7956 (display-hourglass, hourglass-delay): Doc fix.
7957 (cursor-in-non-selected-windows): Capitalize words in tag.
7958
7959 * faces.el (frame-background-mode): Replace `choice-item' keywords
7960 with `const' to not make [default] button. Change default value tag
7961 from `default' to `automatic'. Doc fix.
7962 (trailing-whitespace) <defface>: Change group `whitespace' to
7963 `whitespace-faces'.
7964
7965 2005-12-11 Richard M. Stallman <rms@gnu.org>
7966
7967 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7968
7969 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7970
7971 * term/mac-win.el: Create keymap for mac-apple-event-map.
7972
7973 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7974
7975 * tooltip.el (tooltip-mode): Move to start of file so that it
7976 appears at top of customize buffer.
7977
7978 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7979 Add the gud groupname.
7980 (gud-tooltip-mode): Add the tooltip groupname.
7981 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7982 avoid conflict with tooltip-use-echo-area.
7983
7984 2005-12-10 Romain Francoise <romain@orebokech.com>
7985
7986 * help.el (help-for-help-internal): Add `r' in doc string.
7987
7988 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7989
7990 * align.el (align-regexp, align-highlight-rule):
7991 Use region-beginning and region-end instead of point and mark, so that
7992 repetition (with `repeat-complex-command') recomputes the region
7993 bounds.
7994
7995 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7996
7997 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7998 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7999 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8000 (balance-windows): Rewrite using the above new functions.
8001
8002 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8003
8004 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8005 react if global-hi-lock-mode seems intended.
8006 (global-hi-lock-mode) Renamed from hi-lock-mode.
8007 (hi-lock-archaic-interface-message-used)
8008 (hi-lock-archaic-interface-deduce): New variables.
8009 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8010 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8011 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8012 Replace hi-lock-buffer-mode with hi-lock-mode.
8013
8014 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8015
8016 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8017 completion list, even after a partial completion has been
8018 inserted in the current buffer. If there are more than 1
8019 completion, redisplay the *Completions* buffer; if the
8020 completion is unique, delete the *Completions* window.
8021
8022 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8023
8024 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8025 strings and long subject lines that were broken into multiple
8026 lines at arbitrary places. Handle subjects that have "Re: " in
8027 the middle.
8028
8029 2005-12-10 John W. Eaton <jwe@octave.org>
8030
8031 * emacs/octave-mod.el (octave-electric-space): Don't indent
8032 comments or strings if octave-auto-indent is nil.
8033
8034 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8035
8036 * term/mac-win.el: Require url when compiling.
8037 Call mac-process-deferred-apple-events after loading init files.
8038 (mac-apple-event-map): New defvar. Define event handlers in it.
8039 (core-event, internet-event): New Apple event class symbols.
8040 (open-application, reopen-application, open-documents)
8041 (print-documents, open-contents, quit-application)
8042 (application-died, show-preferences, autosave-now, get-url):
8043 New Apple event ID symbols.
8044 (about): New HICommand ID symbol.
8045 (mac-event-spec, mac-event-ae): New macros.
8046 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8047 (mac-ae-selection-range, mac-ae-text-for-search)
8048 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8049 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8050 and Services menu events are now defined in mac-apple-event-map.
8051 (mac-drag-n-drop): Remove selection range handling.
8052
8053 2005-12-10 Kenichi Handa <handa@m17n.org>
8054
8055 * simple.el (zap-to-char):
8056 * isearch.el (isearch-process-search-char): Translate CHAR by
8057 translation-table-for-input.
8058
8059 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8060
8061 * foldout.el (foldout-exit-fold): Properly hide subtree.
8062
8063 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8064
8065 * files.el (save-buffer):
8066 * international/ucs-tables.el (ucs-set-table-for-input):
8067 * mail/mail-extr.el (mail-extract-address-components):
8068 * mail/sendmail.el (mail-mode): Reformat doc string.
8069
8070 2005-12-09 Juri Linkov <juri@jurta.org>
8071
8072 * isearch.el (isearch-highlight): Change main overlay priority
8073 from 1 to 1001. Simplify.
8074 (isearch-lazy-highlight-update): Change lazy overlay priority
8075 from 0 to 1000.
8076
8077 * replace.el (replace-highlight): Change overlay priority from
8078 1 to 1001.
8079
8080 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8081 Change overlay priority from 1 to 1001. Reuse existing overlay.
8082
8083 * compare-w.el (compare-windows-highlight): Change overlay
8084 priority from 1 to 1000.
8085
8086 * menu-bar.el (menu-bar-edit-menu): Add listp around
8087 pending-undo-list to disable menu item "undo" when pending
8088 undo list is empty.
8089
8090 * locate.el (locate): Disable undo in *Locate* buffer.
8091
8092 2005-12-09 Kim F. Storm <storm@cua.dk>
8093
8094 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8095
8096 2005-12-09 David Ponce <david@dponce.com>
8097
8098 * recentf.el: Improvement of the menu code.
8099 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8100 instead of menu hook.
8101 (recentf-show-menu, recentf-hide-menu): New functions.
8102 (recentf-menu-customization-changed, recentf-mode): Use them.
8103 (recentf-menu-action, recentf-max-menu-items)
8104 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8105 (recentf-arrange-by-rule-others)
8106 (recentf-arrange-by-rules-min-items)
8107 (recentf-arrange-by-rule-subfilter) : Don't use
8108 `recentf-menu-customization-changed'.
8109 (recentf-arrange-rules): Likewise. Accept functions to compute
8110 sub-menu titles.
8111 (recentf-menu-filter): Likewise. Doc fix.
8112 (recentf-menu-value-shortcut): Doc fix.
8113 (recentf-dump-variable): Quote atom value.
8114 (recentf-make-menu-items): Update to use it as a menu filter.
8115 (recentf-match-rule): New function.
8116 (recentf-arrange-by-rule): Use it.
8117 (recentf-indirect-mode-rule): New function.
8118 (recentf-build-mode-rules): Use it.
8119 (recentf-dir-rule): New function.
8120 (recentf-arrange-by-dir): Use it.
8121 (recentf-filter-changer-current): Rename from
8122 `recentf-filter-changer-state'. All references updated.
8123 (recentf-filter-changer-alist): Update filter names.
8124 (recentf-filter-changer-select): New function.
8125 (recentf-filter-changer): Use it. Make a sub-menu from filters
8126 available in `recentf-filter-changer-alist'.
8127 (recentf-data-cache, recentf-clear-data)
8128 (recentf-update-menu): Remove. All references updated.
8129 (recentf-match-rule-p, recentf-build-dir-rules)
8130 (recentf-filter-changer-goto-next)
8131 (recentf-filter-changer-get-current)
8132 (recentf-filter-changer-get-next): Remove.
8133
8134 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8135
8136 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8137 buffer "Reset" button to "Reset to Current" for consistency with
8138 the State buttons.
8139
8140 2005-12-08 John Paul Wallington <jpw@pobox.com>
8141
8142 * ibuf-ext.el (define-ibuffer-filter filename):
8143 If `dired-directory' is a list then really use its car.
8144
8145 2005-12-08 Kim F. Storm <storm@cua.dk>
8146
8147 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8148 Fix indention of text on right side of replaced rectangle.
8149
8150 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8151
8152 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8153 No need to check gud-comint-buffer is bound.
8154 (gdb): Prevent multiple debugging when first session uses gdba.
8155
8156 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8157
8158 CC Mode update to 5.31.
8159
8160 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8161 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8162 We might do this function properly in the future).
8163
8164 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8165 New macros c-sentence-end and c-default-value-sentence end, to cope
8166 with Emacs 22's new function `sentence-end'.
8167
8168 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8169
8170 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8171 compat issue using `c-put-overlay' and `c-delete-overlay'.
8172
8173 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8174 New compat macros to handle overlays/extents.
8175
8176 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8177
8178 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8179 (for GNU Emacs 20.4)
8180
8181 * progmodes/cc-defs.el:
8182 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8183
8184 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8185 highlighting mechanism so it will work in XEmacs too.
8186
8187 * progmodes/cc-defs.el: Insert c-int-to-char.
8188
8189 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8190 call to the new macro c-int-to-char. This solves XEmacs's
8191 regarding characters as different from integers.
8192
8193 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8194
8195 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8196 New internal helper.
8197
8198 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8199 construct to make the indirect face lookup work in XEmacs.
8200
8201 (c-cpp-matchers): Append the negation char face to the existing
8202 fontification, so that the cpp face doesn't disappear.
8203 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8204 and strings.
8205
8206 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8207 to map to `font-lock-negation-char-face' in emacsen where it exists.
8208
8209 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8210
8211 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8212
8213 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8214 Rename "c-subword-move-mode" as "c-subword-mode".
8215
8216 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8217 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8218
8219 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8220
8221 * progmodes/cc-mode.el: Added autoload directive for
8222 `c-subword-move-mode' for use in older emacsen.
8223
8224 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8225
8226 * progmodes/cc-mode.el:
8227 (i) Insert a binding for C-c C-backspace into
8228 c-bind-special-erase-keys which works in TTYs.
8229 (ii) Make sure that when file styles are used, any explicitly
8230 given style variables take priority over those in the style.
8231 Do this by calling `hack-local-variables' a second time.
8232
8233 * progmodes/cc-vars.el: Add language specific customization
8234 widgets for AWK to c-doc-comment-style, c-require-final-newline
8235 and c-default-style. Add a defcustom for awk-mode-hook.
8236 Give c-syntactic-element and c-syntactic-context doc-strings by
8237 directly setting their `variable-documentation' propery.
8238 This allows Emacs 22.1 to read these with C-h v.
8239
8240 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8241
8242 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8243
8244 * progmodes/cc-fonts.el, cc-vars.el
8245 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8246 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8247 Masatake YAMATO.
8248
8249 (c-doc-comment-style): Made GtkDoc default in C mode.
8250
8251 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8252 and C-c C-<delete>.
8253
8254 (c-bind-special-erase-keys): New function for use on
8255 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8256
8257 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8258 <delete> key behavior in XEmacs according to `delete-forward-p'.
8259 C.f. `c-electric-delete'.
8260
8261 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8262
8263 * progmodes/cc-mode.el: Give c-hungry-backspace and
8264 c-hungry-delete-forward permanent key bindings.
8265
8266 * progmodes/cc-cmds.el (c-electric-semi&comma):
8267 Bind c-syntactic-context for calls to "criteria functions", for
8268 consistency with other calls to user functions.
8269
8270 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8271 `current-prefix-arg', since this might be the prefix arg to a
8272 command which calls c-indent-command as a function. Change the
8273 interactive spec from "p" to "P".
8274
8275 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8276 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8277 was difficult to understand.
8278
8279 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8280
8281 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8282 first char of an identifier.
8283
8284 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8285 +" syntax in C++.
8286
8287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8288
8289 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8290 auto-fill doesn't split a c-comment's last word from a hanging
8291 "*/" when a space is typed between them after fill-column.
8292
8293 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8294
8295 * progmodes/cc-styles.el (c-set-style)
8296 (c-setup-paragraph-variables): Abort the command if we're not in a
8297 CC Mode buffer.
8298
8299 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8300 with blank comment-prefix, and a blank line as the comment's
8301 second line.
8302
8303 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8304
8305 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8306 Incorporate the patterns added in the Emacs development branch
8307 for the new Emacs 22 face `font-lock-negation-char-face'.
8308
8309 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8310 of "red" since it stands out better in xterms and DOS terminals.
8311
8312 * progmodes/cc-engine.el (c-literal-faces):
8313 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8314
8315 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8316
8317 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8318 forcibly enable c-electric-flag.
8319
8320 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8321 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8322 after the comment-prefix of a C-style comment will close that comment.
8323
8324 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8325
8326 * progmodes/cc-fonts.el (c-basic-matchers-before)
8327 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8328 in Pike.
8329
8330 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8331 digraphs.
8332
8333 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8334 (c-cpp-message-directives, c-cpp-include-directives)
8335 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8336 (c-cpp-expr-directives): Introduce new language constants to
8337 control cpp syntax in a cleaner way.
8338
8339 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8340
8341 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8342
8343 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8344 (c-multiline-string-start-char): New language constants and
8345 variables to specify how newlines in string literals work.
8346
8347 (c-font-lock-invalid-string): Use them.
8348
8349 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8350 unbalanced close brace is entered. Optimization by avoiding going
8351 back over arbitrarily large blocks. Removed hints that this
8352 function only would be relevant/useful in AWK.
8353
8354 (c-electric-brace): Indent syntactically after the cleanups since
8355 lineup functions might do it differently then.
8356
8357 * progmodes/cc-engine.el, cc-langs.el
8358 (c-opt-op-identifier-prefix): New language constant and variable.
8359
8360 (c-just-after-func-arglist-p, c-after-special-operator-id)
8361 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8362
8363 * progmodes/cc-align.el, cc-engine.el
8364 (c-after-special-operator-id): New helper to handle C++ operator
8365 identifiers.
8366
8367 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8368 (c-guess-basic-syntax): Handle C++ operator identifiers in
8369 declarations.
8370
8371 * progmodes/cc-langs.el (c-assignment-operators): Add the
8372 trigraph version of ^= too.
8373
8374 * progmodes/cc-langs.el (c-assignment-operators): Add the
8375 trigraph version of |= in C++.
8376
8377 * progmodes/cc-fonts.el (c-font-lock-declarators):
8378 Handle `c-decl-hangon-kwds' after the identifier name.
8379
8380 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8381 whether an arglist is "nonempty", ignore a comment after the open
8382 paren if it isn't followed by a non-comment token on the same line.
8383
8384 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8385 Enable heuristics below the point to cope with classes inside special
8386 brace lists in Pike.
8387
8388 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8389
8390 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8391
8392 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8393
8394 * progmodes/cc-guess.el (cc-guess-install): New function to
8395 install an already guessed style in another buffer.
8396
8397 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8398 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8399 anyway if the change always is undone.
8400
8401 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8402
8403 Implement togglable electricity:
8404
8405 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8406 saying when it should be used.
8407
8408 * progmodes/cc-engine.el: Add the new buffer-local variable,
8409 c-electric-flag.
8410
8411 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8412 c-toggle-auto-newline.
8413
8414 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8415 c-toggle-auto-newline. Remove the binding for
8416 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8417 c-toggle-electric-state.
8418
8419 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8420
8421 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8422 c-\(forward\|backward\)-subword.
8423 (c-update-modeline): Add the new modeline flag `l' for
8424 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8425 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8426 Make the old name an alias of the new name.
8427 (c-toggle-electric-state): New function.
8428 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8429 Adapt these functions to do electric things only when
8430 c-electric-flag is non-nil.
8431 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8432 new functions from c-electric-brace.
8433 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8434 mode, so that the tentative extra newline doesn't change the
8435 syntax of the following brace.
8436 (c-electric-brace): Restructure by extracting the above functions.
8437 Tidy up the coding somewhat.
8438 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8439 restructure a bit.
8440
8441 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8442
8443 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8444 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8445
8446 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8447 (c-submode-indicators): Change name from `c-auto-hungry-string'
8448 since it's now used to track another submode.
8449
8450 (c-update-modeline): Convert to function and extended to check
8451 `c-subword-move-mode'.
8452
8453 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8454 Convert to compat aliases for `c-forward-subword' and
8455 `c-backward-subword'.
8456
8457 * progmodes/cc-subword.el: New functions and minor mode to handle
8458 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8459
8460 (c-forward-subword, c-backward-subword, c-mark-subword)
8461 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8462 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8463 Functions corresponding to the standard word handling functions.
8464
8465 (c-subword-move-mode): Minor mode that replaces all the standard
8466 word handling functions with their subword equivalences.
8467
8468 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8469
8470 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8471 entry for one-liner-defun.
8472
8473 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8474 name in its def-edebug-spec.
8475
8476 * progmodes/cc-cmds.el (c-electric-brace): Make the
8477 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8478 compacts space before a comment, if this will make things fit on
8479 one line.
8480
8481 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8482
8483 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8484
8485 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8486 clean-up one-liner-defun.
8487
8488 * progmodes/cc-styles.el: Add the new "awk" style.
8489
8490 * progmodes/cc-vars.el: Add description of one-liner-defun to
8491 c-cleanup-list's doc-string. New user options,
8492 c-max-one-liner-length. In c-default-style, set the default style
8493 for AWK to "awk".
8494
8495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8496
8497 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8498 macros inside labels.
8499
8500 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8501 `c-at-statement-start-p' and `c-at-expression-start-p'.
8502
8503 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8504 error if the mark isn't set.
8505
8506 * progmodes/cc-engine.el (c-guess-continued-construct)
8507 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8508 accurately detect functions inside functions.
8509
8510 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8511 like `c-at-statement-start-p' that additionally recognizes commas
8512 and expression parentheses as delimiters.
8513
8514 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8515 to avoid heuristics that doesn't work for unclosed blocks.
8516 (c-at-statement-start-p): New function.
8517
8518 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8519 Objective-C directives, e.g. directives spanning lines should work
8520 reasonably well now.
8521
8522 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8523
8524 (c-forward-objc-directive): New function to move over any ObjC
8525 directive.
8526
8527 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8528 (c-basic-matchers-before): Use it.
8529
8530 (c-font-lock-objc-iip-decl): Remove.
8531
8532 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8533 in the template arglist recognition.
8534
8535 * progmodes/cc-styles.el (c-style-alist): Fix several
8536 inconsistencies in the Whitesmith style.
8537
8538 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8539 New lineup function to get lines after Whitesmith style blocks
8540 correctly indented.
8541
8542 (c-lineup-whitesmith-in-block): Back out the compensation for
8543 opening parens since it's done using `add' lists in the style
8544 definition instead. Don't use the anchor position since it varies
8545 too much between the syntactic symbols. :P
8546
8547 * progmodes/cc-vars.el (c-valid-offset): Update.
8548
8549 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8550 lists where the offsets are combined according to several
8551 different methods: `first', `min', `max', and `add'.
8552 Report offset evaluation errors with `c-benign-error' so that some kind
8553 of reindentation still is done.
8554
8555 * progmodes/cc-engine.el (c-guess-basic-syntax):
8556 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8557 `arglist-close'.
8558
8559 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8560 situations for `arglist-cont-nonempty' and `arglist-close'.
8561
8562 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8563
8564 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8565 cc-bytecomp-boundp' in a number of places.
8566
8567 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8568 macro related issue.
8569
8570 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8571
8572 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8573 list is now [asdf], a char class [:alpha:].
8574 Include code for char classes.
8575 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8576 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8577
8578 Remove (nearly all of) the cruft associated with AWK Mode's former
8579 concept of "virtual semicolons":
8580
8581 Adapt c-beginning-of-statement, c-end-of-statement (together with
8582 subfunctions) to use the new notion of "virtual semicolon" in
8583 place of the old awkward special handling for AWK. There remains
8584 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8585 * progmodes/cc-cmds.el:
8586 (c-ascertain-adjacent-literal): In the backwards direction, now
8587 recognises AWK regexp delimiters as string delimiters.
8588 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8589 check more rigorously for "end of macro".
8590 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8591 virtual semicolons;
8592 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8593 out the code for forward movement into ...
8594 (c-end-of-statement): Now contains the code for forward movement,
8595 adapted for virtual semicolons.
8596
8597 * progmodes/cc-engine.el:
8598 (c-ws*-string-limit-regexp): New regexp.
8599 (c-forward-single-comment, c-backward-single-comment): Comment out
8600 the (now redundant) "special" AWK stuff.
8601
8602 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8603 c-string-par-start, c-string-par-separate to be more like Text
8604 Mode than Fundamental Mode.
8605
8606 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8607
8608 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8609 to the fontified region so that fontification doesn't occur
8610 outside it (could happen e.g. when fontifying a line with an
8611 unfinished declaration).
8612
8613 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8614
8615 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8616 start of the file. ^L now separate sections of the file.
8617 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8618 (c-awk-one-line-possibly-open-string-re)
8619 (c-awk-regexp-one-line-possibly-open-char-class-re)
8620 (c-awk-one-line-possibly-open-regexp-re)
8621 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8622 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8623
8624 Amend the concept of "virtual semicolons" (in the indentation
8625 engine) for languages like AWK, such that they are now
8626 conceptually attached to end of the last token of a statement, not
8627 the end of the line. (In AWK Mode, however, the pertinent text
8628 property is still physically set on the EOL.) Remove the specific
8629 tests for awk-mode, thus facilitating the introduction of other
8630 language modes where EOLs can end statements.
8631 (Note: The funtionality in cc-cmds.el, specifically
8632 c-beginning/end-of-statement has yet to be amended.)
8633
8634 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8635 New macros.
8636
8637 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8638 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8639 c-vsemi-status-unknown-p-fn (in a new page).
8640
8641 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8642 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8643 numerous awkward forms like
8644 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8645 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8646 variable before-ws-ip, the place just after char-before-ip appears.
8647
8648 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8649 a comment.
8650
8651 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8652
8653 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8654 `c-tentative-buffer-changes'.
8655
8656 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8657 convert to macro to choose between Emacs and XEmacs at compile time.
8658
8659 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8660
8661 (c-tentative-buffer-changes): New macro to handle temporary buffer
8662 changes in a convenient way.
8663
8664 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8665 for `c-tentative-buffer-changes'.
8666
8667 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8668 the checks for paren sexps between the point and the keyword, to
8669 avoid some false alarms.
8670
8671 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8672 Fixed a situation where an error could be thrown for unbalanced
8673 parens. Changed to make use of c-keyword-member' to avoid some
8674 repeated regexp matches.
8675
8676 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8677 These language variable are no longer necessary.
8678
8679 (c-block-stmt-kwds): New language constant used by
8680 c-looking-at-inexpr-block'.
8681
8682 (c-guess-basic-syntax): Remove an optional check that looked at
8683 the existence of the now removed language variables.
8684
8685 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8686 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8687 object instantiation expressions as declarations in some contexts.
8688 This bug only affected languages where the declarator can't be
8689 enclosed in parentheses.
8690
8691 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8692 insert newlines before and after substatement braces.
8693
8694 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8695 function declaration headers and the handling of C++ style member
8696 init lists.
8697
8698 (c-just-after-func-arglist-p): Rewritten to use
8699 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8700
8701 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8702
8703 (c-guess-basic-syntax): Adapt case 5B for the new
8704 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8705 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8706 covers all cases now).
8707
8708 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8709
8710 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8711
8712 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8713 c-string-par-start/separate c-sentence-end-with-esc-eol,
8714 initialised in c-setup-paragraph-variables, used in string
8715 scanning subroutines of c-beginning-of-statement.
8716
8717 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8718 which precedes the newly inserted `{'.
8719
8720 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8721
8722 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8723 function for declaration level blocks. It should now cope with
8724 templates better and also be a lot more comprehensible.
8725
8726 (c-looking-at-decl-block): The new function.
8727
8728 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8729 for compatibility.
8730
8731 (c-add-class-syntax, c-guess-continued-construct)
8732 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8733
8734 (c-decl-block-key): Change to tell apart ambiguous and
8735 unambiguous keywords. Pike specials are now handled directly in
8736 the code instead.
8737
8738 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8739 New language constants and variables to make the backward skip in
8740 `c-looking-at-decl-block' as tight as possible.
8741
8742 (c-nonsymbol-token-char-list): New language constant.
8743
8744 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8745 find balanced template arglists backwards.
8746
8747 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8748 making char classes for `c-syntactic-skip-backward'.
8749
8750 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8751 16D - can't be a class-close at that point.
8752
8753 * progmodes/cc-engine.el (c-guess-basic-syntax)
8754 (c-add-class-syntax): Don't narrow out the enclosing declaration
8755 level. This makes everything a lot easier, and it was actually
8756 only four small places that needed it to work. Some places that
8757 previously did `widen' are removed now, which has the effect that
8758 `c-guess-basic-syntax' never will look at things outside the
8759 current narrowment now. The anchor position for `topmost-intro'
8760 is affected by this, but it was so bogus it was basically useless
8761 before, and now it's equally bogus but in a slightly different way.
8762
8763 (c-narrow-out-enclosing-class): Gone.
8764
8765 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8766 the narrowed region.
8767
8768 (c-least-enclosing-brace): Remove silly optional argument.
8769
8770 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8771 the point could be left directly after an open paren when finding
8772 the beginning of the first decl in the block.
8773
8774 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8775 Specify which submatch to use.
8776
8777 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8778
8779 (c-decl-start-re): No longer any need for special treatment of
8780 ObjC due to the above.
8781
8782 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8783 presumably follows C in that regard.
8784
8785 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8786 New language constants to specify operator tokens inside
8787 identifiers in a more high level way.
8788
8789 (c-opt-identifier-prefix-key): New internal language constant.
8790
8791 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8792 (c-identifier-start, c-identifier-key): Now completely calculated
8793 from other constants.
8794
8795 (c-identifier-last-sym-match): Decommission since it's no longer used.
8796
8797 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8798
8799 * progmodes/cc-engine.el (c-forward-name): Remove the
8800 optimization when c-identifier-key is equal to c-symbol-key since
8801 it doesn't work in byte compiled files. Don't record empty
8802 regions as identifiers.
8803
8804 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8805 simplify access to `c-operators' and its likes.
8806
8807 (c-operator-list, c-all-op-syntax-tokens)
8808 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8809 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8810 (c-primary-expr-regexp, c-cast-parens): Use it.
8811
8812 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8813 an explicit language in functions.
8814
8815 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8816 variant of adornment.
8817
8818 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8819 variable.
8820
8821 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8822 the Pike value.
8823
8824 * progmodes/cc-engine.el (c-on-identifier)
8825 (c-simple-skip-symbol-backward): Small fix for handling "-"
8826 correctly in `skip-chars-backward'. Affected the operator lfun
8827 syntax in Pike.
8828
8829 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8830 diagnostic message about precompiled language vars not being used.
8831
8832 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8833 "__attribute__" is followed by a parenthesis.
8834
8835 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8836 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8837 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8838
8839 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8840 Internal cleanups to properly detect the declared identifiers in
8841 various declarations.
8842
8843 (c-decl-start-kwds): New language constant to recognize
8844 declarations that can start anywhere. Used for class declarations
8845 in Pike.
8846
8847 (c-specifier-key, c-not-decl-init-keywords)
8848 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8849 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8850
8851 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8852 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8853 handling of the compiler specific extension keywords into a new
8854 language constant `c-decl-hangon-kwds' that defines keyword
8855 clauses to be ignored in declarations.
8856
8857 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8858 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8859 Necessary to stop at the declared identifier in e.g. IDL valuetype
8860 declarations.
8861
8862 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8863 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8864 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8865 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8866 class and enum declarations as such and not as part of the type.
8867
8868 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8869 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8870
8871 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8872 declarations when there's some syntax error later on.
8873
8874 (c-complex-decl-matchers): Did away with a reference to
8875 `c-specifier-key'.
8876
8877 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8878 value - this variable is always dynamically bound.
8879
8880 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8881 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8882 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8883 functions that might do hidden buffer changes: All such internal
8884 functions are now marked instead of those that don't.
8885
8886 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8887 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8888 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8889 (c-literal-type): Allow these functions to make hidden buffer changes,
8890 so that they are free to use text property caching later on.
8891
8892 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8893 (c-electric-brace, c-electric-slash, c-electric-star)
8894 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8895 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8896 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8897 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8898 with the changed semantics of the functions above.
8899
8900 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8901 when macros occur in obscure places. Optimized the sexp movement
8902 a bit.
8903
8904 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8905
8906 Enhancements for c-beginning-of-statement to work in AWK Mode:
8907
8908 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8909 (completed statement) with `}' (statement completed by closing
8910 brace or semicolon) and `$' (statement completed by EOL).
8911
8912 (c-awk-virtual-semicolon-ends-prev-line-p)
8913 (c-awk-virtual-semicolon-ends-line-p)
8914 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8915 (c-awk-at-statement-end-p): New functions.
8916
8917 * progmodes/cc-cmds.el: Simplify the structure of functions
8918 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8919 two functions and c-beginning-of-statement to handle AWK Mode.
8920
8921 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8922 c-backward-single-comment for AWK mode. Attempt to clarify their
8923 doc-strings.
8924
8925 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8926
8927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8928
8929 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8930 label handling. Labels are now recognized in a uniform and more
8931 robust way, regardless of context. Text properties are put on all
8932 labels to recognize the following declarations better.
8933 Multiword labels are handled both in indentation and fontification for
8934 the benefit of language extensions like Qt. For consistency, keywords
8935 in labels are now fontified with the label face instead.
8936 That also applies to "case" and "default".
8937
8938 (c-beginning-of-statement-1): Fix some bugs in the label
8939 handling. Disregard `c-nonlabel-token-key' in labels that begin
8940 with `c-label-kwds'.
8941
8942 (c-find-decl-spots): Support that the callback adds more
8943 `c-decl-end' spots to find.
8944
8945 (c-forward-decl-or-cast-1): Don't treat a list of plain
8946 identifiers followed by a colon as a declaration.
8947
8948 (c-forward-label): New function to recognize labels.
8949
8950 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8951 `c-forward-label'. Moved the label recognition cases (14 and 15)
8952 earlier since they aren't so context sensitive now. Handle labels
8953 on the top level gracefully. Moved access label recognition to
8954 the generic label case (CASE 15) - removed CASE 5E.
8955
8956 (c-font-lock-declarations): Add recognition of labels in the
8957 same round since we need to handle labels in parallell with other
8958 declarations to recognize both accurately. It should also improve
8959 speed.
8960
8961 (c-simple-decl-matchers, c-basic-matchers-after):
8962 Move `c-font-lock-labels' so that it only is used on decoration level 2
8963 since `c-font-lock-declarations' handles it otherwise.
8964
8965 (c-complex-decl-matchers): Remove the simplistic recognition of
8966 access labels.
8967
8968 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8969 with labels earlier.
8970
8971 (c-decl-start-re): New language variable to make
8972 `c-font-lock-declarations' stop for the special protection labels
8973 in Objective-C that start with `@'.
8974
8975 (c-label-key): Remove since it's no longer used.
8976
8977 (c-recognize-colon-labels, c-label-prefix-re): New language
8978 constants to support recognition of generic colon-terminated labels.
8979
8980 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8981 are colon terminated labels.
8982
8983 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8984 first argument starts with a special brace list.
8985
8986 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8987 (c-font-lock-declarations): Break out the declaration and cast
8988 recognition from `c-font-lock-declarations' to a new function, so
8989 that it can be used in the indentation engine.
8990
8991 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8992 up to the start of the literal. Fixed bug with the point on the
8993 wrong side of the search limit that could happen when the start
8994 position is inside a literal.
8995
8996 * progmodes/cc-engine.el (c-parse-state)
8997 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8998 so that it's kept a little bit back to increase the hit rate.
8999
9000 (c-parse-state): Change the macro handling and fixed some
9001 glitches. Macro context is checked more often than necessary now,
9002 but otoh less garbage conses are generated.
9003
9004 * progmodes/cc-engine.el (c-parse-state)
9005 (c-invalidate-state-cache): Cache the last position where
9006 `c-state-cache' applies. This can speed up refontification quite
9007 a bit in blocks where there are many non-brace parens before the point.
9008
9009 (c-state-cache-end): New variable for this.
9010
9011 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9012 cache variable.
9013
9014 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9015 get close initial continue positions when the start position is
9016 inside a literal or macro. Do not call the callback for spots
9017 before the start position (which can happen e.g. for `c-decl-end'
9018 spots inside comments). Optimize better in special cases when the
9019 region is a single line inside a literal or macro (typically when
9020 the current line is refontified).
9021
9022 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9023 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9024 entries from the paren state.
9025
9026 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9027 special case for "else if" clauses.
9028
9029 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9030 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9031
9032 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9033 New language variable to recognize the gcc extension with statement
9034 blocks inside expressions.
9035
9036 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9037 it somewhat more comprehensible. The argument AT-BLOCK-START is
9038 no longer used and hence removed.
9039
9040 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9041 to `c-add-stmt-syntax'.
9042
9043 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9044 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9045 This fixes bogus label recognition.
9046
9047 * progmodes/cc-engine.el (c-add-type, c-check-type)
9048 (c-forward-name, c-forward-type): Improve storage of template
9049 types in `c-found-types' so that they can be recognized better.
9050
9051 (c-syntactic-content): Add option to skip past nested parens.
9052
9053 * progmodes/cc-engine.el (c-forward-name):
9054 Set `c-last-identifier-range' all the time. It's less work that way.
9055 Handle that there might not be an identifier to store in
9056 `c-last-identifier-range'.
9057
9058 (c-forward-type): Handle that `c-last-identifier-range' might be
9059 nil from `c-forward-name'.
9060
9061 * progmodes/cc-defs.el (c-safe-scan-lists)
9062 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9063
9064 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9065 to work even if the form fails.
9066
9067 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9068 down in a large file in one go.
9069
9070 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9071
9072 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9073 function which is like `c-lineup-math' but returns nil instead of
9074 `c-basic-offset' when it doesn't match.
9075
9076 (c-lineup-math): Change to use `c-lineup-assignments'.
9077
9078 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9079
9080 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9081 c-beginning-of-statement. New subfunctions
9082 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9083
9084 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9085
9086 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9087 hardcoded char classes whereever possible. Changed a couple of
9088 places to use skip by syntax instead of skip by char class.
9089
9090 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9091 Fix a bug in the regexp that caused extreme backtracking.
9092
9093 * progmodes/cc-langs.el (c-block-comment-starter)
9094 (c-block-comment-ender): New language constants to specify in a
9095 single place how block comments look.
9096
9097 (c-comment-start-regexp, c-block-comment-start-regexp)
9098 (comment-start, comment-end, comment-start-skip)
9099 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9100 (c-syntactic-ws, c-nonempty-syntactic-ws)
9101 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9102 `c-line-comment-starter', `c-block-comment-starter' and
9103 `c-block-comment-ender'.
9104
9105 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9106 New language constants to break up things a bit.
9107
9108 (c-simple-ws): New language constant for simple whitespace.
9109
9110 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9111
9112 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9113 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9114 newlines. Allow and ignore nil elements in the list.
9115
9116 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9117
9118 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9119 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9120
9121 * progmodes/cc-cmds.el: Tidy up the comments in
9122 c-beginning-of-statement and subfunctions.
9123
9124 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9125 more flexible c-put-char-property and c-clear-char-properties.
9126 Add the author's email address.
9127
9128 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9129
9130 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9131 closing "*/" of a block comment.
9132
9133 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9134 subfunctions) so that it works at BOB and EOB.
9135
9136 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9137 c-beginning-of-statement, including new variable
9138 c-block-comment-start-regexp.
9139
9140 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9141
9142 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9143 symbols from `*-font-lock-extra-types' so that there's no need to
9144 use `regexp-opt' on those lists.
9145
9146 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9147 `c-type-modifier-kwds' is empty.
9148
9149 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9150 there are several strings on the same line.
9151
9152 * progmodes/cc-engine.el (c-literal-limits): Remove the
9153 compatibility function for older emacsen. `c-literal-limits-fast'
9154 has now taken the place of this function.
9155
9156 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9157 with older emacsen: We now require `pps-extended-state'.
9158
9159 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9160
9161 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9162 which obviates the need to hack sentence-end. This now handles
9163 escaped newlines in strings correctly. Correct minor bugs in
9164 c-move-over-sentence and in c-beginning-of-statement.
9165
9166 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9167 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9168 that movement over macros and code are rigorously separated from
9169 eachother. Correct a few incidental bugs.
9170
9171 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9172 Improve its doc-string. Improve the handling of certain specific cases.
9173
9174 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9175
9176 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9177 (c-guess-basic-syntax): Change the way class-level labels are
9178 recognized; they can now contain essentially any symbols.
9179
9180 (c-opt-extra-label-key): New language variable to cope with the
9181 special protection label syntax in Objective-C.
9182
9183 (c-opt-access-key): Remove; this is now handled better by
9184 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9185
9186 (c-complex-decl-matchers): Update to handle that
9187 `c-opt-access-key' no longer exists.
9188
9189 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9190 improved label recognition in `c-beginning-of-statement-1'.
9191
9192 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9193 Recognize bitfields better.
9194
9195 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9196 Remove some cruft and fixed a bug that could cause it to go to a
9197 position further down.
9198
9199 * progmodes/cc-langs.el, cc-engine.el
9200 (c-beginning-of-statement-1): Improve detection of labels in
9201 declaration contexts.
9202
9203 (c-beginning-of-decl-1): Use it.
9204
9205 (c-nonlabel-token-key): New language constant and variable needed
9206 by `c-beginning-of-statement-1'.
9207
9208 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9209 manifested itself due to the correction in `c-forward-sexp'.
9210
9211 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9212 Make these behave as documented when used at the buffer limits.
9213
9214 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9215 (c-type-decl-end-used): Made this a language variable.
9216
9217 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9218 correctly when `combine-after-change-calls' is used together with
9219 temporary narrowings.
9220
9221 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9222 Report labels correctly when the start point is immediately after the
9223 colon.
9224
9225 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9226 Remove since it isn't used anymore.
9227
9228 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9229 bracket arglists such as template parens in C++.
9230
9231 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9232 in the last check-in. Some optimization.
9233
9234 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9235 where it could stop at the same level in a preceding sexp when
9236 PAREN-LEVEL is set.
9237
9238 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9239 text property lookup only when it's needed.
9240
9241 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9242 Change the policy for paren marked angle brackets to be more
9243 persistent; once marked they remain marked even when they're found
9244 to be unbalanced in the searched region. This should keep the
9245 paren syntax around even when individual lines are refontified in
9246 multiline template arglists.
9247
9248 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9249 to control markup so that incorrect angle bracket arglists aren't
9250 marked in contexts where the correct value for
9251 `c-disallow-comma-in-<>-arglists' isn't known.
9252
9253 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9254 argument has become `c-parse-and-markup-<>-arglists'.
9255
9256 (c-remove-<>-arglist-properties): Remove - no longer used.
9257
9258 (c-after-change-check-<>-operators): New function used on
9259 `after-change-functions' to avoid that "<" and ">" characters that
9260 are part of longer operators have paren syntax.
9261
9262 (c-<>-multichar-token-regexp): New language variable used by
9263 `c-after-change-check-<>-operators'.
9264
9265 (c-after-change): Call `c-after-change-check-<>-operators'.
9266
9267 (c-font-lock-<>-arglists): Use the context properties set by
9268 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9269 correctly to avoid doing invalid markup.
9270
9271 (c-font-lock-declarations): Remove code that undoes the invalid
9272 markup done by `c-font-lock-<>-arglists'.
9273
9274 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9275 after `c-font-lock-declarations'.
9276
9277 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9278 Add paren-level feature.
9279
9280 (c-guess-basic-syntax): Improve the anchor position for
9281 `template-args-cont' in nested template arglists. There's still
9282 much to be desired in this area, though.
9283
9284 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9285
9286 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9287 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9288
9289 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9290
9291 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9292 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9293
9294 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9295 it doesn't work no longer are supported.
9296
9297 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9298 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9299 requires support for the syntax-table' text property, which rules
9300 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9301 cruft associated with those versions.
9302
9303 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9304 for the `syntax-table' text property, which rules out Emacs 19 and
9305 XEmacs < 21.4. Removed various compatibility cruft associated
9306 with those versions.
9307
9308 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9309 support for the `syntax-table' text property.
9310
9311 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9312 variable and use an extra quoted face name instead. All the
9313 emacsen flavors handle that correctly.
9314
9315 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9316 (c-font-lock-declarators, c-font-lock-declarations)
9317 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9318 property to mark the items in in declarator lists to handle
9319 refontification inside multiline declarations better.
9320
9321 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9322 construct like "a * b = c;" as a declaration.
9323
9324 2005-12-08 Kim F. Storm <storm@cua.dk>
9325
9326 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9327 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9328 select either meta, hyper, or super modifier for rectangle commands.
9329 (cua--rectangle-modifier-key): New defvar.
9330 (cua--M/H-key): Use it. Remove special case for `space'.
9331 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9332 on X, to meta otherwise. Always bind C-return to toggle
9333 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9334
9335 * emulation/cua-rect.el (cua-help-for-rectangle):
9336 Use cua--rectangle-modifier-key. Handle super modifier too.
9337 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9338 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9339
9340 * ido.el: Move Acknowledgements and History after Commentary.
9341 Minor changes to Commentary.
9342
9343 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9344 keymap if cua--prefix-override-timer is `shift'.
9345 (cua--shift-control-prefix): New function; emulate "type prefix
9346 key twice" functionality to handle shifted prefix key override.
9347 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9348 New commands.
9349 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9350
9351 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9352
9353 * textmodes/org.el (org-insert-heading): Try to do items before
9354 headings.
9355 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9356 (org-insert-item): New function.
9357 (org-renumber-ordered-list): Don't skip to higher level lists.
9358
9359 2005-12-08 Juri Linkov <juri@jurta.org>
9360
9361 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9362
9363 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9364
9365 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9366
9367 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9368 the constructed function name fun-1.
9369
9370 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9371 because such links don't lead to parent documentation.
9372
9373 2005-12-08 Kenichi Handa <handa@m17n.org>
9374
9375 * descr-text.el (describe-char): Use *Help-2* buffer if the
9376 current buffer is *Help*. Call describe-text-properties while
9377 setting the original buffer.
9378
9379 2005-12-07 Bill Wohler <wohler@newt.com>
9380
9381 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9382 and causes problems with non-MH users (such as Gnus users).
9383
9384 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9385
9386 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9387 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9388 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9389 command "info sources". Move calls to GDB command "list".
9390 (gdb-find-file-hook): Just use gdb-source-file-list.
9391 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9392 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9393 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9394 (gdb-data-list-register-values-handler): Use correct trigger name.
9395
9396 2005-12-07 Kim F. Storm <storm@cua.dk>
9397
9398 * ido.el (ido-completion-map): Rename from ido-mode-map.
9399 (ido-common-completion-map, ido-file-completion-map)
9400 (ido-file-dir-completion-map, ido-buffer-completion-map):
9401 Rename from ido-mode-....-map.
9402 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9403 (ido-setup-completion-map): Rename from ido-define-mode-map.
9404 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9405 to ido-completion-map.
9406
9407 2005-12-07 Kenichi Handa <handa@m17n.org>
9408
9409 * international/mule-cmds.el
9410 (set-display-table-and-terminal-coding-system): If the coding
9411 system specified in `unibyte-display' property is different from
9412 the arg coding-system, don't setup standard-display-table.
9413
9414 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9417 that comments end at \n, regardless of selective-display.
9418
9419 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9420
9421 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9422 (gdb-version): New variables.
9423 (gdb-source-file-list, gdb-register-names)
9424 (gdb-changed-registers): New variables for use with GDB 6.4+.
9425 (gdb-ann3): Replace with...
9426 (gdb-init-1, gdb-init-2): ...two new functions.
9427 (gdba, gdb-prompt): Call gdb-init-1.
9428 (gdb-get-version): New function. Call gdb-init-2 from here.
9429 (gud-watch): Make it work with mouse events too.
9430 (gdb-post-prompt): Don't add to queue until GDB version is known.
9431 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9432 (gdb-locals-mode): Use gdb-version.
9433 (gdb-memory-format-map, gdb-memory-unit-map)
9434 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9435 (gdb-locals-font-lock-keywords-1)
9436 (gdb-locals-font-lock-keywords-2): New variables.
9437 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9438 (gdb-set-gud-minor-mode-existing-buffers-1)
9439 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9440 (gdb-var-update-1, gdb-var-update-handler-1)
9441 (gdb-data-list-register-values-handler)
9442 (gdb-data-list-register-values-custom)
9443 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9444 (gdb-stack-list-locals-handler, gdb-get-register-names):
9445 New functions for use with GDB 6.4+.
9446 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9447 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9448 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9449 (gdb-stack-list-locals-regexp)
9450 (gdb-data-list-register-names-regexp): New regexps for use with
9451 GDB 6.4+.
9452
9453 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9454
9455 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9456
9457 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9458
9459 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9460 prompts work for AUTH PLAIN. Also reported by Steve Allan
9461 <seallan@verizon.net>.
9462
9463 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9464
9465 * frame.el (set-frame-parameter): Add doc string.
9466
9467 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9468
9469 * textmodes/org.el (org-occur-highlights): New variable.
9470 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9471 (org-highlight-sparse-tree-matches): New option.
9472 (org-do-occur): New function.
9473 (org-get-heading): Make it work also at beginning of line.
9474 (org-category-table): New variable.
9475 (org-get-category-table, org-get-category)
9476 (org-camel-to-words, org-link-search): New functions.
9477 (org-select-this-todo-keyword): New variable.
9478 (org-todo-list): New command.
9479 (org-shiftright, org-shiftleft): New commands.
9480 (org-agenda-todo): Add prefix argument.
9481 (org-show-hierarchy-above): New option.
9482 (org-show-todo-tree): Numerical prefix creates tree for specific
9483 TODO keyword.
9484 (org-outline-level): New function, to assign a level to plain
9485 lists items.
9486 (org-cycle-include-plain-lists): New option.
9487 (org-mode): Use `org-outline-level' as value of `outline-level'.
9488 (org-cycle): Temporarily switch `outline-regexp' if
9489 `org-cycle-include-plain-lists' is non-nil.
9490 (org-start-icalendar-file): Fix format bug.
9491 (org-agenda-get-day-entries): Create category table.
9492 (org-agenda-get-todos, org-agenda-get-timestamps)
9493 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9494 (org-agenda-get-blocks): Use `org-get-category'.
9495 (org-context-in-file-links): Rename from
9496 `org-line-numbers-in-file-links'.
9497
9498 2005-12-06 Romain Francoise <romain@orebokech.com>
9499
9500 * window.el (balance-windows): Delete extraneous third arg in call
9501 to `enlarge-window'.
9502
9503 2005-12-06 Kenichi Handa <handa@m17n.org>
9504
9505 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9506
9507 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9508
9509 * progmodes/gdb-ui.el (gdb-var-create-handler)
9510 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9511 (gdb-var-list-children-handler, gdb-var-update-handler):
9512 Current buffer is already gdb-partial-output-buffer, don't
9513 make it current again.
9514
9515 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9516
9517 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9518 (list-buffers-noselect): Use it.
9519
9520 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9523 (mail-yank-ignored-headers): Use regexp-opt.
9524 (mail-mode-map): Move initialization into declaration.
9525 (mail-sent-via): Remove unused shadowed var `to-line'.
9526 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9527 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9528 (mail-do-fcc): Use dolist and push.
9529 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9530 (mail-yank-ignored-headers): Don't autoload.
9531
9532 2005-12-05 Kenichi Handa <handa@m17n.org>
9533
9534 * international/mule-cmds.el (set-language-info-internal): New fun.
9535 (set-language-info): Call set-language-info-internal to update
9536 language-info-alist. If LANG-ENV is the current one, call
9537 set-language-environment to make INFO effective now.
9538 (set-language-info-alist): Likewise.
9539 (locale-language-names): With locale "en", use English
9540 lang. env. but set the default codings to iso-8859-1.
9541
9542 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9543
9544 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9545 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9546 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9547 for plain strings.
9548 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9549 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9550 Create registers buffer if necessary. Echo new state in minibuffer.
9551 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9552
9553 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9554
9555 * info.el (Info-fontify-node): Match external links using
9556 non-directory part of filename.
9557
9558 2005-12-04 Juri Linkov <juri@jurta.org>
9559
9560 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9561 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9562 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9563 because there is no customization option for it.
9564
9565 * font-lock.el (lisp-font-lock-keywords-1):
9566 Add define-global-minor-mode.
9567
9568 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9569
9570 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9571 properties on the constructed variable names.
9572
9573 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9574 Put `definition-name' properties on the constructed function names
9575 next-sym and prev-sym.
9576
9577 * emacs-lisp/find-func.el (find-function-regexp):
9578 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9579 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9580 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9581 and easy-menu-define.
9582
9583 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9584 easy-mmode-define-global-mode and define-global-minor-mode.
9585 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9586
9587 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9588 instead of easy-mmode-define-global-mode.
9589
9590 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9591 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9592
9593 * cus-edit.el (customize-group, customize-group-other-window):
9594 Filter out autoloaded options from the group completion list by
9595 using heuristics that autoloaded groups don't have `custom-autoload'
9596 property on their symbols (they have only `custom-loads').
9597
9598 * simple.el (completion-setup-function): Put completions-common-part
9599 face on complete completion string too (i.e. completion string
9600 without completions-first-difference face).
9601
9602 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9603
9604 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9605
9606 * view.el (view-mode): Doc fix.
9607
9608 * disp-table.el (standard-display-european): Add to the warning
9609 message a reference to the doc string.
9610
9611 * play/yow.el (apropos-zippy): Call print-help-return-message,
9612 similar to other Help and Apropos commands.
9613
9614 * help.el (print-help-return-message): If pop-up-frames is
9615 non-nil, set up help-return-method to delete the help window and,
9616 possibly, its frame as well, and don't display message about
9617 scrolling the help window. Doc fix.
9618 (help-return-method): Doc fix.
9619
9620 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9621
9622 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9623 whereby names of length one or names starting with a
9624 symbol-constituent character would not be returned.
9625
9626 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9627
9628 * subr.el (atomic-change-group): Add edebug and indentation spec.
9629
9630 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9631
9632 * completion.el (save-completions-file-name): Fix typo in last change.
9633
9634 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9635
9636 * info.el: Move back/forward history to the beginning of the tool bar.
9637
9638 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9639
9640 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9641 Add fset of allout-real-isearch-abort during compile to fix
9642 byte-compilation warnings.
9643 (allout-mode-p): Move definition of this macro above all uses, or
9644 byte compilation in barren emacs (eg, during emacs build) will
9645 lack the definition.
9646 (allout-mode): Move this variable above any uses, or byte
9647 compilation will fail.
9648 (allout-resolve-xref): Remove use of personal file-reference function.
9649 (allout-toggle-current-subtree-encryption): Do the current (ie,
9650 visible containing) topic, rather than nearest around point. Doc fix.
9651 (allout-toggle-subtree-encryption): New function, workhorse that
9652 works on nearest topic containing point.
9653 (allout-encrypt-string): Signal requirement for newer version of pgg.
9654 (allout-resumptions): Doc fix.
9655
9656 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9657
9658 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9659
9660 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9661
9662 * textmodes/flyspell.el (flyspell-external-point-words):
9663 Consider a misspelling as found in the string search if: (a) misspelling
9664 and found string lengths match, or (b) misspelling is found as
9665 element in a boundary-chars separated longer string, or (c)
9666 ispell-program-name is really ispell and misspelling is found as
9667 part of a TeX string. After successful match move beginning of
9668 search region to end of match. Warn about not found misspellings
9669 once the process is done.
9670 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9671
9672 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9673
9674 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9675 tool bar (removed inadvertently).
9676
9677 2005-12-02 Juri Linkov <juri@jurta.org>
9678
9679 * log-view.el (log-view-diff): Clarify doc string.
9680
9681 2005-12-01 Bill Wohler <wohler@newt.com>
9682
9683 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9684 triggers lm-verify errors.
9685
9686 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9687
9688 * simple.el (transient-mark-mode, line-number-mode)
9689 (column-number-mode, size-indication-mode): Remove `:require nil'.
9690
9691 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9692
9693 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9694 in the margin also.
9695 (gdb-breakpoints-mode-map): Use D instead of d for
9696 gdb-delete-breakpoint.
9697 (gdb-get-frame-number): Require a number to match on.
9698 (gdb-threads-mode-map): Add follow-link binding.
9699
9700 2005-11-30 Jason Rumney <jasonr@gnu.org>
9701
9702 * isearch.el (isearch-mode-map): Avoid exiting search on
9703 language-change event.
9704
9705 2005-11-30 Romain Francoise <romain@orebokech.com>
9706
9707 * speedbar.el (speedbar-default-position): New defcustom.
9708 (speedbar-frame-reposition-smartly): Use it.
9709
9710 * dframe.el (dframe-reposition-frame-emacs): Fix position
9711 computation for `left' location.
9712 Update copyright year.
9713
9714 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * help.el (help-map): Move initialization into declaration.
9717
9718 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9719
9720 * help-fns.el (help-argument-name): Don't autoload.
9721 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9722 to be re-loaded when customizing the `help' group.
9723
9724 2005-11-30 John Paul Wallington <jpw@gnu.org>
9725
9726 * help-fns.el (describe-function-1): Fill arglist output.
9727
9728 2005-11-30 Kim F. Storm <storm@cua.dk>
9729
9730 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9731 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9732 after revert-buffer (or anything else which kills all local variables).
9733
9734 * apropos.el (apropos-parse-pattern): Doc fix.
9735 Set apropos-regexp directly, rather than expecting callers to do so.
9736 (apropos-command, apropos, apropos-value, apropos-documentation):
9737 Simplify calls to apropos-parse-pattern.
9738
9739 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9740
9741 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9742 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9743 (hi-lock-write-interactive-patterns): Use comment-region.
9744
9745 * longlines.el (longlines-mode): Add mail-setup-hook.
9746
9747 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9748
9749 * simple.el (sendmail-user-agent-compose, next-line):
9750 Conditionally use hard-newline.
9751
9752 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9753
9754 * international/latexenc.el (latex-inputenc-coding-alist):
9755 Reword doc string.
9756
9757 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9758
9759 * help.el (describe-key-briefly, describe-key): Recognize default
9760 bindings.
9761
9762 2005-11-29 Romain Francoise <romain@orebokech.com>
9763
9764 * view.el (view-inhibit-help-message): New defcustom.
9765 (view-mode-enter): Use it.
9766
9767 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9768
9769 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9770 Preserve user position.
9771
9772 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9773
9774 * font-lock.el: Throw error if facemenu is not loaded to prevent
9775 accidental change of loading order in loadup.el. (Suggested by RMS.)
9776
9777 * loadup.el: Add comment explaining why facemenu must be loaded
9778 before font-lock.
9779
9780 2005-11-28 Jay Belanger <belanger@truman.edu>
9781
9782 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9783 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9784
9785 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9786
9787 * calc/calc-embed.el (calc-do-embedded): Update help message.
9788
9789 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9790
9791 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9794
9795 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9796 called-interactively-p.
9797 (elp-profilable-p): Rename from elp-not-profilable-p.
9798 Invert result and take into account macros and autoloaded functions.
9799 (elp-instrument-function): Update call.
9800 (elp-instrument-package): Update call. Add completion.
9801 (elp-pack-number): Use match-string.
9802 (elp-results-jump-to-definition-by-mouse): Merge into
9803 elp-results-jump-to-definition and then remove.
9804 (elp-output-insert-symname): Make help echo text single-line.
9805
9806 * replace.el (query-replace-map): Move initialization into declaration.
9807 (occur-engine): Use with-current-buffer.
9808 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9809 (occur-mode-mouse-goto): Replace with an alias.
9810
9811 2005-11-28 Juri Linkov <juri@jurta.org>
9812
9813 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9814
9815 * term/w32-win.el: Bind [S-tab] to [backtab].
9816
9817 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9818 `Info-find-file' to t.
9819
9820 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9821 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9822 and same-window-regexps.
9823 (occur-next-error): Don't move point for arg 0.
9824
9825 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9826
9827 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9828
9829 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9830
9831 * log-edit.el (log-edit-changelog-use-first): New var.
9832 (log-edit-changelog-ours-p): Use it.
9833 (log-edit-insert-changelog): Set it with new arg `use-first'.
9834 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9835 (log-edit-hook): Add them to the list of suggested options.
9836
9837 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9838 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9839 redundant work.
9840 (flyspell-mode-on): Use add-hook for after-change-functions.
9841 (flyspell-mode-off): Use remove-hook for after-change-functions.
9842 (flyspell-changes): Make it buffer-local.
9843 (flyspell-after-change-function): Make it non-interactive. Use push.
9844 (flyspell-post-command-hook): Check input-pending-p while processing
9845 the potentially long list of buffer changes.
9846
9847 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9848
9849 * buff-menu.el (list-buffers-noselect): Display the selected
9850 frame's buffer list, not the global one.
9851
9852 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9853
9854 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9855 that (list last-input-event) works as in interactive spec.
9856
9857 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9860 `facemenu-keymap' needs to be defined when font-lock is loaded.
9861 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9862
9863 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * completion.el: Remove useless leading * in defcustom docstrings.
9866 (save-completions-file-name): Use ~/.emacs.d if available.
9867 (completion-standard-syntax-table): Rename from
9868 cmpl-standard-syntax-table and fold initialization into declaration,
9869 thus removing cmpl-make-standard-completion-syntax-table.
9870 (completion-lisp-syntax-table, completion-c-syntax-table)
9871 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9872 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9873 (symbol-under-point, symbol-before-point)
9874 (symbol-under-or-before-point, symbol-before-point-for-complete)
9875 (add-completions-from-c-buffer): Use with-syntax-table.
9876 (make-completion): Don't return a list of completion entries.
9877 Update callers.
9878 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9879 (completion-initialize): Rename from initialize-completions.
9880 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9881 (kill-emacs-save-completions): Collect stats here.
9882 (save-completions-to-file, load-completions-from-file):
9883 Use with-current-buffer.
9884 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9885 into a function. Move all calls to toplevel.
9886 (completion-lisp-mode-hook): New fun.
9887 (completion-c-mode-hook, completion-setup-fortran-mode):
9888 Set the syntax-table here. Use local-set-key.
9889 (completion-saved-bindings): New var.
9890 (dynamic-completion-mode): Make it into a proper minor mode.
9891 (load-completions-from-file): Remove unused var `num-uses'.
9892
9893 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9894 constructor if it is explicitly overridden.
9895
9896 * complete.el (PC-completion-as-file-name-predicate):
9897 Use minibuffer-completing-file-name.
9898 (partial-completion-mode): Use find-file-not-found-functions.
9899 (PC-lisp-complete-symbol): Use with-syntax-table.
9900 (PC-look-for-include-file): Remove dead setq.
9901 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9902 (PC-complete): Use with-current-buffer.
9903
9904 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9905 escape single quotes.
9906
9907 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9908
9909 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9910 of `if' whose condition always returned nil. Doc fix.
9911
9912 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9913 window's buffer the current buffer around the call to
9914 `list-buffers-noselect'. This is necessary to mark that buffer
9915 with a `.' in the Buffer Menu when called from Lisp, for instance
9916 by Auto Revert Mode.
9917
9918 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9919
9920 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9921 attaching to it.
9922 (gdb-pre-prompt): Make sure gdb-error is reset.
9923
9924 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9925 with a child process, detect it.
9926 (gud-speedbar-buttons): Match regexp more carefully.
9927
9928 2005-11-27 Richard M. Stallman <rms@gnu.org>
9929
9930 * mouse.el (mouse-drag-move-window-bottom):
9931 Use adjust-window-trailing-edge.
9932
9933 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9934
9935 * simple.el (blink-matching-open): Ignore
9936 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9937 (blink-matching-paren-on-screen): Update docstring.
9938
9939 * paren.el (show-paren-mode): No longer change
9940 `blink-matching-paren-on-screen'.
9941
9942 2005-11-27 John Paul Wallington <jpw@pobox.com>
9943
9944 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9945 (gdb-threads-select, gdb-edit-register-value):
9946 Use `posn-set-point' instead of `mouse-set-point' because the
9947 latter is not fbound when configured without X.
9948
9949 2005-11-27 Kim F. Storm <storm@cua.dk>
9950
9951 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9952 existing face when partially highlighting a TAB in a rectangle.
9953
9954 2005-11-26 Kim F. Storm <storm@cua.dk>
9955
9956 * ido.el (ido-mode-map): Doc fix.
9957 (ido-mode-common-map, ido-mode-file-map)
9958 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9959 (ido-define-mode-map): Rewrite. Select one of the new maps as
9960 parent for ido-mode-map instead of building from scratch.
9961 (ido-init-mode-maps): New defun to initialize new maps.
9962 (ido-mode): Call it.
9963 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9964 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9965
9966 2005-11-26 John Paul Wallington <jpw@pobox.com>
9967
9968 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9969 `mouse-set-point' because the latter is not fbound when configured
9970 without X.
9971
9972 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9973
9974 * files.el (file-relative-name): Doc fix.
9975
9976 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9977
9978 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9979 non-empty string for secondary prompt PS2.
9980
9981 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9982
9983 * progmodes/compile.el (compilation-setup): Fix last change.
9984
9985 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9986
9987 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9988 (gdb-mouse-toggle-breakpoint-margin)
9989 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9990 Add gdb-server-prefix to keep out of command history.
9991 (gdb-edit-register-value): New function.
9992 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9993 (gdb-info-registers-custom): Use above map.
9994
9995 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9996
9997 * custom.el (enable-theme): Signal error if argument is not a
9998 theme. Don't recalculate a face if it's not loaded yet.
9999
10000 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10001 the `user' theme is in effect.
10002
10003 * info.el (Info-on-current-buffer): Record actual filename in
10004 Info-current-file, instead of t, or a fake filename if a non-file
10005 buffer. Make autoload.
10006 (Info-find-node, Info-revert-find-node): No need to check for
10007 Info-current-file nil.
10008 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10009 Info-current-file is now never `t'.
10010 (Info-fontify-node): Many simplifications due to Info-current-file
10011 always being valid. Use Info-find-file to find node filename.
10012
10013 2005-11-25 David Kastrup <dak@gnu.org>
10014
10015 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10016 new character, then delete" in order to preserve markers.
10017
10018 2005-11-25 David Ponce <david@dponce.com>
10019
10020 * recentf.el (recentf-arrange-by-rule): Handle a special
10021 `auto-mode-alist'-like "strip suffix" rule.
10022 (recentf-build-mode-rules): Handle second level auto-mode entries.
10023
10024 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10025
10026 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10027 window modes.
10028
10029 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10030 jde-javadoc-checker-report-mode.
10031
10032 * ediff-wind (ediff-make-wide-display): Slight simplification.
10033
10034 * ediff.el (ediff-date): Change the date of last update.
10035
10036 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10037
10038 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10039 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10040 (hi-lock-mode): New global minor mode.
10041 (turn-on-hi-lock-if-enabled): New function.
10042 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10043 Change arguments to regexp and face instead of a font-lock pattern.
10044 Directly set face property, instead of refontifying.
10045 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10046 (hi-lock-find-patterns): Use line-number-at-pos.
10047
10048 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10049 arguments for hi-lock-set-pattern.
10050 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10051 Call font-lock-fontify-buffer.
10052 (hi-lock-find-file-hook, hi-lock-current-line)
10053 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10054
10055 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10056 turned off.
10057
10058 * progmodes/compile.el (compilation-setup): Don't fiddle with
10059 font-lock-defaults.
10060
10061 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10062
10063 * progmodes/gdb-ui.el (gdb-var-create-handler)
10064 (gdb-var-list-children-handler): Find values for all variable
10065 objects. gud-speedbar-buttons decides whether to display them.
10066
10067 2005-11-24 Romain Francoise <romain@orebokech.com>
10068
10069 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10070 buffer name with a space.
10071
10072 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10073
10074 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10075 `org-export-local-list-max-depth'. Change default value to 3.
10076 (org-auto-renumber-ordered-lists)
10077 (org-plain-list-ordered-item-terminator): New options.
10078 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10079 (org-get-indentation, org-get-string-indentation)
10080 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10081 New functions.
10082 (org-move-item-down, org-move-item-up): New commands.
10083 (org-export-as-html): New classes for CSS support. Bug fix in
10084 regular expression detecting fixed-width regions. Respect
10085 `org-local-list-ordered-item-terminator'.
10086 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10087 also a list item.
10088 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10089 New item moving functions.
10090
10091 2005-11-24 Juri Linkov <juri@jurta.org>
10092
10093 * isearch.el (isearch-repeat): With empty search ring set
10094 `isearch-error' to the error string instead of signaling error
10095 with the function `error'.
10096
10097 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10098
10099 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10100
10101 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10102
10103 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10104 and variable.
10105 (gdb-var-create-handler, gdb-var-list-children-handler):
10106 Don't match on "char **...".
10107 (gdb-var-update-handler): Find values for all variable objects.
10108 (gdb-info-frames-custom): Identify frames by leading "#".
10109
10110 * progmodes/gud.el (gud-speedbar-menu-items): Add
10111 gdb-speedbar-auto-raise as radio button.
10112 (gud-speedbar-buttons): Raise speedbar if requested.
10113 Don't match on "char **...".
10114 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10115 Make it editable.
10116
10117 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10118
10119 * info.el (Info-fontify-node): Handle the case where
10120 Info-current-file is t.
10121
10122 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10123
10124 * simple.el (blink-matching-open): Fix off-by-one in last change.
10125
10126 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10127
10128 * term/mac-win.el: Don't change default directory.
10129
10130 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10131
10132 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10133 buffers correctly. (It used to throw an error in such buffers.)
10134 Make it ask for confirmation in group buffers and other Custom
10135 buffers containing more than one customization item.
10136
10137 2005-11-22 John Paul Wallington <jpw@gnu.org>
10138
10139 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10140 property on mail and url overlays.
10141 (goto-address-at-point): Use `posn-set-point' instead of
10142 `mouse-set-point' because the latter is not fbound when configured
10143 without X.
10144
10145 2005-11-22 Lars Hansen <larsh@soem.dk>
10146
10147 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10148 (ls-lisp-classify, ls-lisp-format): Delete call to
10149 ls-lisp-parse-symlink.
10150 (ls-lisp-handle-switches): Handle symlinks to directories as
10151 directories when ls-lisp-dirs-first in non-nil.
10152
10153 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10154
10155 * startup.el (command-line): Make sure that loaddefs.el is handled
10156 correctly in load-history.
10157
10158 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10159
10160 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10161 (gdb-struct-string, gdb-array-string): New constants.
10162 (gdb-info-locals-handler): Use them.
10163 (gdb-reset): Reset gdb-var-list to nil.
10164
10165 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10166
10167 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10168 in patterns.
10169
10170 2005-11-21 Juri Linkov <juri@jurta.org>
10171
10172 * custom.el (defcustom): Update link types in docstring.
10173
10174 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10175
10176 * custom.el (defgroup): Add doc-string-elt info.
10177
10178 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10179
10180 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10181
10182 * newcomment.el (comment-enter-backward): Fix last fix.
10183
10184 * simple.el (blink-matching-open):
10185 * paren.el (show-paren-function): Allow new paren-class info.
10186
10187 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10188
10189 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10190 handled automagically.
10191
10192 2005-11-20 Andreas Schwab <schwab@suse.de>
10193
10194 * descr-text.el (describe-char): When copying overlays put them
10195 over the full char description instead of just the first character
10196 of it.
10197
10198 2005-11-20 Juri Linkov <juri@jurta.org>
10199
10200 * simple.el (what-cursor-position):
10201 * descr-text.el (describe-char): Use Lisp-readable syntax
10202 for octal and hex. Reorder decimal, octal and hex values.
10203 Remove excess whitespace in the output. Use `=' in `column='
10204 like in `point=' and `Hscroll='.
10205
10206 * international/mule-cmds.el (encoded-string-description):
10207 Use Lisp-readable syntax for hex.
10208
10209 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * newcomment.el (comment-enter-backward): Handle the case where the
10212 comment is closed by EOB.
10213
10214 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * longlines.el (longlines-before-revert-hook)
10217 (longlines-after-revert-hook): New functions.
10218 (longlines-mode): Turn off longlines temporarily when reverting.
10219 Add a message-setup-hook.
10220 (longlines-decode-buffer): New function.
10221 (longlines-wrap-line): Preserve marker positions.
10222
10223 2005-11-19 Andreas Schwab <schwab@suse.de>
10224
10225 * emacs-lisp/shadow.el: Handle compressed files.
10226
10227 2005-11-19 Romain Francoise <romain@orebokech.com>
10228
10229 * net/browse-url.el (browse-url-default-browser): Signal an error
10230 if no usable browser can be found, rather than try to load w3.
10231
10232 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10233
10234 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10235 replacing existing properties.
10236 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10237 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10238 tty specs.
10239 (rcirc-server-prefix, rcirc-server): New faces.
10240 (rcirc-url-regexp): Generate with rx macro.
10241 (rcirc-last-server-message-time): New variable.
10242 (rcirc-filter): Record time of last message.
10243 (rcirc-keepalive): Kill processes that did not send a message
10244 since the last ping.
10245 (rcirc-mode): Give rcirc-topic a local binding here.
10246
10247 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10248
10249 * subr.el (read-passwd): Fontify the prompt as we do with other
10250 prompts.
10251
10252 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10253
10254 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10255 binding buffer-read-only to nil.
10256
10257 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10258
10259 * complete.el (partial-completion-mode):
10260 Mention completion-auto-help in the doc string.
10261
10262 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10263 more Lisp-ish way.
10264
10265 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10266
10267 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10268 digits, not 8, to avoid misalignment for files larger than 100MB.
10269
10270 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10271
10272 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10273 Mention "keyboard shortcuts" in the help text.
10274
10275 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10276
10277 * startup.el (fancy-splash-default-action): Discard only
10278 mouse-down and succeeding mouse-up events in the splash screen
10279 window so that drag-n-drop event can be processed.
10280
10281 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10282
10283 * longlines.el (longlines-mode): Add hacks for mail-mode and
10284 message-mode.
10285
10286 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10287
10288 * textmodes/org.el (org-table-sort-lines): New command.
10289 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10290 (org-add-file): Command removed, use `org-agenda-file-to-front'
10291 instead.
10292 (org-export-icalendar): Use `org-icalendar-combined-name'.
10293 (org-cycle-agenda-files, org-agenda-file-to-end)
10294 (org-agenda-file-to-front): New commands.
10295 (org-table-tab-jumps-over-hlines, org-export-html-style):
10296 New options.
10297 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10298 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10299 New functions.
10300 (org-fill-paragraph): Call `org-table-align' in tables.
10301 (org-mode): Call `org-set-autofill-regexps'.
10302 (org-export-as-html): Support for local handformatted lists.
10303 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10304 (org-export-local-list-max-depth): New option.
10305 (org-html-expand): Use `org-html-protect'.
10306
10307 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10308
10309 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10310 to "p".
10311 (gdb): Move definition of gud-pp to...
10312
10313 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10314 speedbar.
10315 (gdb-find-watch-expression): New function.
10316
10317 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10318
10319 * faces.el (face-attribute, set-face-attribute): Mention existence
10320 of `:ignore-defface' setting in docstring.
10321
10322 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * simple.el (completion-setup-function): Fix last change.
10325
10326 2005-11-17 John Paul Wallington <jpw@pobox.com>
10327
10328 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10329 Use `posn-set-point' instead of `mouse-set-point' because the
10330 latter is not fbound when configured without X.
10331
10332 * comint.el (comint-insert-input): Likewise.
10333
10334 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10335
10336 * simple.el (hard-newline): New variable.
10337 (sendmail-user-agent-compose, next-line): Use it.
10338
10339 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10340 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10341 (mail-mail-reply-to, mail-mail-followup-to)
10342 (mail-position-on-field, mail-signature, mail-yank-original)
10343 (mail-attach-file): Likewise.
10344
10345 * mail/mailheader.el (mail-header-format)
10346 (mail-header-format-function): Likewise.
10347
10348 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10349
10350 2005-11-17 Juri Linkov <juri@jurta.org>
10351
10352 * font-lock.el (font-lock-faces): Rename this defgroup from
10353 `font-lock-highlighting-faces'.
10354 (font-lock-comment-face, font-lock-comment-delimiter-face)
10355 (font-lock-string-face, font-lock-doc-face)
10356 (font-lock-keyword-face, font-lock-builtin-face)
10357 (font-lock-function-name-face, font-lock-variable-name-face)
10358 (font-lock-type-face, font-lock-constant-face)
10359 (font-lock-warning-face, font-lock-negation-char-face)
10360 (font-lock-preprocessor-face)
10361 (font-lock-regexp-grouping-backslash)
10362 (font-lock-regexp-grouping-construct): Rename :group from
10363 `font-lock-highlighting-faces' to `font-lock-faces'.
10364
10365 * cus-edit.el (lisp, c, tex):
10366 * progmodes/ada-mode.el (ada):
10367 * progmodes/asm-mode.el (asm):
10368 * progmodes/cperl-mode.el (cperl-faces):
10369 * progmodes/cpp.el (cpp):
10370 * progmodes/dcl-mode.el (dcl):
10371 * progmodes/f90.el (f90):
10372 * progmodes/fortran.el (fortran):
10373 * progmodes/icon.el (icon):
10374 * progmodes/idlwave.el (idlwave-misc):
10375 * progmodes/m4-mode.el (m4):
10376 * progmodes/make-mode.el (makefile):
10377 * progmodes/meta-mode.el (meta-font):
10378 * progmodes/modula2.el (modula2):
10379 * progmodes/octave-mod.el (octave):
10380 * progmodes/pascal.el (pascal):
10381 * progmodes/perl-mode.el (perl):
10382 * progmodes/prolog.el (prolog):
10383 * progmodes/ps-mode.el (PostScript-edit):
10384 * progmodes/scheme.el (scheme):
10385 * progmodes/sh-script.el (sh-script):
10386 * progmodes/simula.el (simula):
10387 * progmodes/tcl.el (tcl):
10388 * textmodes/nroff-mode.el (nroff):
10389 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10390 * textmodes/sgml-mode.el (sgml):
10391 * textmodes/texinfo.el (texinfo):
10392 Add :link (custom-group-link font-lock-faces) to defgroup.
10393
10394 * hi-lock.el (hi-lock): Rename this defgroup from
10395 `hi-lock-interactive-text-highlighting'. Change parent group from
10396 `faces' to `font-lock'. Add link to the manual.
10397 (hi-lock-mode, hi-lock-file-patterns-range)
10398 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10399 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10400 (hi-lock-faces): Add :group `faces'.
10401
10402 * cus-edit.el (custom-variable-prompt): Clarify the code.
10403
10404 * faces.el (face-read-string): Set the default value arg of
10405 completing-read.
10406
10407 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10408
10409 * rfn-eshadow.el (file-name-shadow-properties)
10410 (file-name-shadow-tty-properties, file-name-shadow-mode):
10411 Remove autoloads, because the file is now preloaded.
10412
10413 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10414
10415 * printing.el (easy-menu-intern): Don't define.
10416 (pr-get-symbol): Use easy-menu-intern only if defined.
10417
10418 * simple.el (blink-matching-open): Simplify a bit.
10419 (completion-setup-function): Fix the case of partial-completion-mode
10420 when the minibuffer's contents start with "-".
10421 Obey completion-base-size-function even when
10422 minibuffer-completing-file-name is non-nil.
10423
10424 2005-11-16 Richard M. Stallman <rms@gnu.org>
10425
10426 * net/eudcb-ph.el (eudc-ph-open-session):
10427 Use set-process-query-on-exit-flag.
10428
10429 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10430
10431 * international/ucs-tables.el (ucs-set-table-for-input):
10432 Use make-local-variable, not make-variable-buffer-local.
10433
10434 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10435 Improve warning message text.
10436
10437 * savehist.el (savehist-save-hook): Add :group.
10438
10439 * menu-bar.el (menu-bar-help-menu):
10440 Rename Find Extra Packages to External Packages.
10441
10442 * cus-edit.el (Custom-reset-standard): Verify that
10443 :custom-standard-value prop exists before calling it.
10444
10445 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10446
10447 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10448
10449 * wid-edit.el (color): Enclose %t in %{...%}.
10450
10451 * cus-edit.el (face): Enclose %t in %{...%}.
10452
10453 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10454
10455 * savehist.el (savehist-mode-hook): Re-add the var.
10456 (savehist-mode): Use it.
10457
10458 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * textmodes/flyspell.el: Fix commenting convention.
10461 Remove unnecessary leading * in custom docstrings.
10462 (flyspell-emacs): Remove unused var.
10463 (flyspell-delete-region-overlays): Use remove-overlays.
10464 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10465 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10466 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10467 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10468 (make-flyspell-overlay): Don't locally reuse a global name.
10469 (flyspell-highlight-incorrect-region)
10470 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10471 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10472 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10473 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10474 Wrap calls to accept-process-output inside with-local-quit since it's
10475 often called from a post-command-hook.
10476 (flyspell-correct-word, flyspell-auto-correct-word):
10477 Use ispell-send-string.
10478 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10479
10480 * calendar/diary-lib.el (diary-list-entries): Also hide the
10481 terminating newline.
10482
10483 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10484
10485 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10486 window-system, to allow fonts on tty.
10487
10488 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10489
10490 * progmodes/gud.el (gud-speedbar-item-info): New function.
10491 (gud-install-speedbar-variables): Use it to display data type
10492 of watch expression as a tooltip in speedbar.
10493
10494 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10495
10496 * font-core.el (global-font-lock-mode): Add :version keyword,
10497 because default was changed.
10498
10499 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10500
10501 * startup.el (command-line): Use `custom-reevaluate-setting' for
10502 `file-name-shadow-mode'.
10503
10504 * loadup.el: Preload rfn-eshadow.
10505
10506 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10507 Add :version keyword.
10508 (file-name-shadow-properties, file-name-shadow-tty-properties)
10509 (file-name-shadow): Add :version keyword.
10510
10511 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10512 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10513 in the custom-group property of the symbol frames and the fringe
10514 group got no link to its parent group frames.
10515 Doc fix.
10516
10517 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10518
10519 * progmodes/gud.el (gud-stop-subjob): New function.
10520 (gud-menu-map, gud-tool-bar-map): Use it.
10521
10522 2005-11-16 Kim F. Storm <storm@cua.dk>
10523
10524 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10525 than kill it.
10526 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10527 to a more useful/logical place.
10528
10529 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10530
10531 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10532 go buttons complementary.
10533
10534 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10535
10536 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10537 (rfn-eshadow-sifn-equal): New function.
10538 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10539
10540 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10541
10542 * viper-utils.el (viper-non-word-characters-reformed-vi):
10543 Quote `-' in string.
10544
10545 * viper.el (viper-emacs-state-mode-list): Ensure that
10546 rcirc-mode buffers come up in Emacs state.
10547
10548 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10549 operation.
10550
10551 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10552
10553 * term.el (term-termcap-format): Fix typos.
10554 (term-down): Fix the negative argument case.
10555
10556 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10557
10558 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10559 2005-08-15.
10560 (gdb-ann3): New command gud-go.
10561 (menu): Accomodate gdb-mi.el.
10562 (gdb-assembler-custom): Make buffer of selected window current
10563 so that set-window-point works.
10564
10565 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10566 buttons and include new ones.
10567
10568 2005-11-16 Kim F. Storm <storm@cua.dk>
10569
10570 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10571 (gud-menu-map): Use it.
10572
10573 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10574
10575 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10576 that works correctly for Custom and that does not override a user
10577 who disables it.
10578
10579 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10580 (help-xref-interned, help-follow): Make hyperlinks for variables
10581 that are unbound, but have a non-nil variable-documentation property.
10582
10583 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10584 mode hook. (It conflicted with defcustoms for some mode hooks.)
10585 Use the `variable-documentation' property to give the mode hook a
10586 docstring and expand that docstring.
10587
10588 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10589
10590 * savehist.el (savehist-mode): Don't bother with
10591 `custom-set-minor-mode'.
10592 (savehist-coding-system): Check XEmacs version.
10593 (history-length): Declare also at run time.
10594 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10595 Don't set the customize state.
10596 (savehist-minibuffer-hook): Special case for when
10597 minibuffer-history-variable is equal to t.
10598
10599 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * files.el (write-file): Refresh VC status.
10602
10603 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10604 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10605 than fundamental-mode to see if the mode was set.
10606
10607 2005-11-14 Romain Francoise <romain@orebokech.com>
10608
10609 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10610 dummy function in `eval-when-compile' to avoid compiler warning.
10611 Require `man' at compile time.
10612
10613 2005-11-14 Jay Belanger <belanger@truman.edu>
10614
10615 * calc-alg.el (calcFunc-write-out-power): Rename it to
10616 calcFunc-powerexpand.
10617 (math-write-out-power): Rename it to math-powerexpand; have it
10618 handle negative exponents.
10619 (calc-writeoutpower): Rename it to calc-powerexpand.
10620
10621 * calc-ext.el: Change calcFunc-writeoutpower and
10622 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10623 autoloads.
10624 Add calcFunc-ldiv to autoloads.
10625
10626 * calc-arith.el (calcFunc-ldiv): New function.
10627
10628 * calc.el (calc-left-divide): New function.
10629
10630 2005-11-14 Juri Linkov <juri@jurta.org>
10631
10632 * cus-edit.el (custom-variable-prompt): Set the default value arg
10633 of completing-read.
10634
10635 * cus-dep.el (custom-make-dependencies): Reverse the list of
10636 found dependencies.
10637
10638 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10639
10640 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10641 Highlighting" entry, it is on by default now.
10642 (menu-bar-options-save): Do not save global-font-lock-mode.
10643
10644 2005-11-13 Richard M. Stallman <rms@gnu.org>
10645
10646 * textmodes/flyspell.el (flyspell-large-region):
10647 Call flyspell-accept-buffer-local-defs.
10648
10649 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10650
10651 * textmodes/flyspell.el (flyspell-notify-misspell):
10652 Fix misspelling of "Misspelling".
10653 (flyspell-process-localwords): New function.
10654 (flyspell-large-region): Call flyspell-process-localwords and
10655 flyspell-delete-region-overlays.
10656 (flyspell-delete-region-overlays): New function.
10657 (flyspell-delete-all-overlays): Call that.
10658
10659 2005-11-13 Richard M. Stallman <rms@gnu.org>
10660
10661 * help.el (help-for-help-internal): Improve doc of C-h a.
10662 (describe-key): Improve prompt; doc fix.
10663
10664 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * vc-svn.el (vc-svn-registered): Catch all errors.
10667
10668 * cus-dep.el (custom-make-dependencies): Typo.
10669
10670 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10671
10672 * net/tramp-util.el (top): Fix compilation warning.
10673
10674 2005-11-13 Kim F. Storm <storm@cua.dk>
10675
10676 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10677
10678 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10679
10680 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10681 (gud-speedbar-buttons): Match on "const char *" too.
10682
10683 * progmodes/gdb-ui.el (gdb-var-create-handler)
10684 (gdb-var-list-children-handler): Match on "const char *" too.
10685 (gdb-var-evaluate-expression-handler): Match on empty string.
10686 (gdb-var-update-handler): Only call
10687 gdb-var-evaluate-expression-handler when required.
10688
10689 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10690
10691 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10692 selected window. This still doesn't work for speedbar.
10693 (gud-speedbar-buttons): Handle string expressions properly.
10694
10695 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10696 (gdb-var-create-handler): Handle string expressions properly.
10697 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10698 Handle string expressions properly. Move "type" field into regexp.
10699
10700 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10701
10702 * bookmark.el (bookmark-maybe-message): New function to reduce
10703 code duplication: invokes `message' iff baud-rate is high enough.
10704 (bookmark-write-file): Use above instead of an inline conditional.
10705 (bookmark-load): Same.
10706
10707 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10708
10709 * bookmark.el (bookmark-write-file): Don't visit the destination
10710 file, just write the data to it using write-region. This is
10711 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10712 change to avoid visiting the file in the first place.
10713
10714 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10715
10716 * hi-lock.el (hi-lock-mode): Set the default value of
10717 font-lock-defaults.
10718
10719 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10720
10721 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10722 arg to `file-attributes'.
10723 (find-lisp-format): The UID and GID can now be strings.
10724
10725 2005-11-12 Kim F. Storm <storm@cua.dk>
10726
10727 * help.el (help-map): Bind C-h d to apropos-documentation.
10728
10729 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10730 when point is at end-of-buffer.
10731
10732 * apropos.el (apropos-match-face): Doc fix.
10733 (apropos-sort-by-scores): Add new choice `verbose'.
10734 (apropos-documentation-sort-by-scores): New defcustom.
10735 (apropos-pattern): Now contains the pattern entered by the user.
10736 (apropos-pattern-quoted): New defvar.
10737 (apropos-regexp): New defvar, containing the regexp corresponding
10738 to apropos-pattern.
10739 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10740 (apropos-read-pattern): New defun. Use it to read pattern arg in
10741 interactive calls; returns list of words for a word list, and
10742 string for a regexp.
10743 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10744 parses a list of words or regexp as returned by apropos-read-pattern.
10745 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10746 (apropos-score-doc): Return a very high score if the string
10747 entered by the user matches literally.
10748 (apropos-variable): Doc fix. Use apropos-read-pattern.
10749 (apropos-command): Doc fix. Use apropos-read-pattern and
10750 apropos-parse-pattern. Call apropos-print with nosubst=t.
10751 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10752 apropos-parse-pattern.
10753 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10754 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10755 apropos-documentation-sort-by-scores. Call apropos-print with
10756 nosubst=t.
10757 (apropos-documentation-internal): Pass doc string through
10758 substitute-key-definition before adding text properties.
10759 Highlight substring matching literal user input if possible.
10760 (apropos-documentation-check-doc-file): Remove locals beg and end.
10761 Fix calculation of score (as added twice). Pass doc string through
10762 substitute-key-definition before adding text properties.
10763 (apropos-documentation-check-elc-file): Pass doc string through
10764 substitute-key-definition before adding text properties.
10765 Highlight substring matching literal user input if possible.
10766 (apropos-print): Add new arg NOSUBST; if set, command and variable
10767 doc strings have already been passed through substitute-key-definition.
10768 Add code to handle apropos-accumulator items without score element
10769 for backwards compatibility (e.g. with woman package).
10770 Only show scores if apropos-sort-by-scores is `verbose'.
10771
10772 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10775 Add jka-compr-load-suffixes to load-suffixes.
10776
10777 * jka-compr.el: Require jka-cmpr-hook.
10778 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10779 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10780 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10781 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10782 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10783 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10784 (jka-compr-uninstall): Remove entries from
10785 jka-compr-added-to-file-coding-system-alist after they are used.
10786 (jka-compr-error): Remove unused var `curbuf'.
10787 (jka-compr-file-local-copy): Remove unused var `notfound'.
10788
10789 2005-11-10 Romain Francoise <romain@orebokech.com>
10790
10791 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10792
10793 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * progmodes/gud.el (gud-menu-map): Move parentheses.
10796 (gdb): New command gud-pv.
10797
10798 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * tar-mode.el: Remove spurious or unnecessary leading stars
10801 in docstrings.
10802 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10803 (tar-parse-octal-integer-safe): Use mapc.
10804 (tar-header-block-summarize): Remove unused var `ck'.
10805 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10806 cleared before. Obey default-enable-multibyte-characters.
10807 Use mapconcat. Simplify setting of tar-header-offset.
10808 (tar-mode-map): Move initialization inside delcaration.
10809 (tar-flag-deleted): Use `abs'.
10810 (tar-expunge-internal): Remove unused var `line'.
10811 (tar-expunge-internal): Don't hardcode point-min==1.
10812 (tar-expunge): Widen while doing set-buffer-multibyte.
10813 (tar-rename-entry): Use file-name-coding-system.
10814 (tar-alter-one-field): Don't hardcode point-min==1.
10815 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10816 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10817
10818 2005-11-10 Masatake YAMATO <jet@gyve.org>
10819
10820 * add-log.el (add-log-current-defun): Handle class::method
10821 notation of c++. Fix incorrect comment.
10822
10823 2005-11-10 Alan Mackenzie <acm@muc.de>
10824
10825 * help-fns.el (describe-variable): Make C-h v work when a variable
10826 has variable documentation yet is unbound.
10827
10828 2005-11-10 Masatake YAMATO <jet@gyve.org>
10829
10830 * man.el (Man-highlight-references): Set an empty
10831 string to `Man-arguments' if it is nil.
10832 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10833
10834 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10835
10836 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10837 commenting conventions.
10838
10839 * cus-dep.el (custom-make-dependencies): Simplify.
10840 Better follow the commenting conventions.
10841
10842 2005-11-09 Richard M. Stallman <rms@gnu.org>
10843
10844 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10845 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10846 All uses changed.
10847 (apropos-rewrite-regexp): Doc fix.
10848 (apropos-variable, apropos-command, apropos, apropos-value):
10849 Change prompt; carry through the argument renaming.
10850
10851 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10852
10853 * find-lisp.el: Require dired.
10854 (find-lisp-find-dired-internal): Do not call
10855 `abbreviate-file-name' on DIR.
10856
10857 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10858
10859 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10860
10861 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10862
10863 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10864 when using the speedbar.
10865 (gdb): New command gud-pp.
10866 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10867
10868 2005-11-09 Juri Linkov <juri@jurta.org>
10869
10870 * replace.el (occur-excluded-properties): New defcustom.
10871 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10872
10873 2005-11-08 Jay Belanger <belanger@truman.edu>
10874
10875 * calc/calc-units.el (math-convert-units): Replace any composite
10876 unit by its definition.
10877
10878 2005-11-08 Lars Hansen <larsh@soem.dk>
10879
10880 * emacs-lisp/autoload.el (update-directory-autoloads):
10881 Add obsolete function alias.
10882
10883 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10884
10885 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10886 comment-indent-function.
10887 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10888
10889 * reveal.el (reveal-post-command): Rework the handling of
10890 reveal-open-spots, so as to be more reliable. There were several
10891 tricky corner cases where an open spot might be lost, or where
10892 a closed spot might end up on the list of open spots.
10893 Only reveal text that's ellipsised.
10894
10895 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10896
10897 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10898
10899 2005-11-07 John Paul Wallington <jpw@gnu.org>
10900
10901 * ibuffer.el (ibuffer): Search iconified frames too when
10902 getting Ibuffer buffer's window.
10903
10904 2005-11-06 Richard M. Stallman <rms@gnu.org>
10905
10906 * progmodes/compile.el (compilation-internal-error-properties):
10907 save-excursion around the computation of MARKER.
10908
10909 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10910
10911 * textmodes/flyspell.el (flyspell-external-point-words):
10912 flyspell-get-word returns a list, not just a string.
10913
10914 2005-11-06 John Paul Wallington <jpw@pobox.com>
10915
10916 * ibuffer.el (ibuffer): Search all visible frames when getting
10917 Ibuffer buffer's window.
10918
10919 2005-11-07 Masatake YAMATO <jet@gyve.org>
10920
10921 * man.el (Man-reference-regexp): Accept spaces between
10922 `Man-name-regexp' and `Man-section-regexp'.
10923 (Man-apropos-regexp): New variable.
10924 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10925 if available.
10926 (Man-highlight-references, Man-highlight-references0):
10927 Handle the case when `Man-arguments' includes "-k".
10928 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10929 `TARGET'. `TARGET' can be a number, function or nil.
10930
10931 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10932
10933 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10934 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10935 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10936 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10937 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10938 (gdb-send-item): Use buffer-local-value and simplify.
10939
10940 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10941
10942 * startup.el (command-line): Use `custom-reevaluate-setting' for
10943 `global-font-lock-mode'.
10944
10945 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10946 by default, except in batch mode or when the -D option is given.
10947
10948 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10949 specified keyword args on to `define-minor-mode'. Update docstring.
10950
10951 2005-11-05 Romain Francoise <romain@orebokech.com>
10952
10953 * replace.el (occur-engine): Add marker at end of line, too.
10954
10955 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10956
10957 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10958 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10959 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10960 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10961 argument to all these routines, so the passphrase can be managed
10962 externally and passed in to the system.
10963 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10964 pgg-add-passphrase-to-cache function.
10965
10966 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10967 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10968 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10969 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10970 argument to all these routines, so the passphrase can be managed
10971 externally and passed in to the system.
10972 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10973 function.
10974
10975 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10976
10977 * font-lock.el: Don't deal with font-lock-face-attributes here,
10978 move the code ...
10979
10980 * startup.el (command-line): ... here. Use face-spec-set instead
10981 of custom-declare-face.
10982
10983 * faces.el (face-spec-set): Reset the face if spec is not nil.
10984
10985 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10986
10987 * newcomment.el (comment-region-internal): Box more tightly in the
10988 common case where there's no TAB in the boxed text.
10989
10990 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10991
10992 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10993 up-node.
10994
10995 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10996
10997 * newsticker.el: Commentary updated. Code formatting changed.
10998 (newsticker-version): Change to "1.9".
10999 (newsticker, newsticker-feed): Doc fix.
11000 (newsticker-url-list): Doc fix. Add option "Weekly".
11001 (newsticker-retrieval-interval): Add option "Weekly".
11002 (newsticker-headline-processing): Doc fix.
11003 (newsticker-auto-mark-filter): Remove.
11004 (newsticker-auto-mark-filter-list): New.
11005 (newsticker-layout, newsticker-sort-method): Doc fix.
11006 (newsticker-hide-old-items-in-newsticker-buffer)
11007 (newsticker-heading-format, newsticker-item-format)
11008 (newsticker-desc-format): Doc fix.
11009 (newsticker-show-all-rss-elements): Remove.
11010 (newsticker-show-all-news-elements): New.
11011 (newsticker-faces, newsticker-ticker): Doc fix.
11012 (remove-from-invisibility-spec): Code formatting.
11013 (newsticker--process-ids): New.
11014 (newsticker-mode): Doc fix.
11015 (newsticker-mode): Change mode-line-format.
11016 (newsticker-start): Remove debug output.
11017 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11018 (newsticker-w3m-show-inline-images): Code formatting.
11019 (newsticker-next-item): Call `force-mode-line-update'.
11020 (newsticker-previous-item): Call `force-mode-line-update'.
11021 (newsticker-next-feed): Call `force-mode-line-update'.
11022 (newsticker-previous-feed): Call `force-mode-line-update'.
11023 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11024 (newsticker-show-old-items): Do not show descs.
11025 (newsticker-hide-entry): Hide too much.
11026 (newsticker-hide-entry, newsticker-show-entry)
11027 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11028 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11029 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11030 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11031 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11032 (newsticker-get-news): Call `force-mode-line-update'.
11033 Collect process ids.
11034 (newsticker--sentinel): Change coding system handling.
11035 Move image retrieval to new functions newsticker--get-logo-url-*.
11036 Move feed parsing to new functions newsticker--parse-*.
11037 Update list of process ids.
11038 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11039 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11040 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11041 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11042 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11043 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11044 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11045 (newsticker--decode-coding-string): Remove.
11046 (newsticker--decode-numeric-entities): Check input. Format code.
11047 (newsticker--remove-whitespace): Check input.
11048 (newsticker--do-forget-preformatted): Doc fix.
11049 (newsticker--decode-rfc822-date): Allow for missing time.
11050 (newsticker--update-process-ids): New.
11051 (newsticker--image-sentinel): Change comment.
11052 (newsticker--image-read): Change error message.
11053 (newsticker--imenu-goto): Doc fix. Show headline title.
11054 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11055 (newsticker--buffer-do-insert-text): Clean whitespace in
11056 html-rendered headline title. Code formatting.
11057 Call `newsticker--buffer-print-extra-elements'.
11058 (newsticker--buffer-print-extra-element): Remove.
11059 (newsticker--buffer-print-extra-elements): New.
11060 (newsticker--buffer-do-print-extra-element): New.
11061 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11062 large sizes.
11063 (newsticker--run-auto-mark-filter)
11064 (newsticker--do-run-auto-mark-filter):
11065 Use `newsticker-auto-mark-filter-list'.
11066
11067 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11068
11069 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11070 (rcirc-print): Force redisplay before running hooks. Do long
11071 buffer truncation after making new text read-only. Deal with nil
11072 text when decoding strings. If TARGET is nil, use either the
11073 currently selected buffer, if it is an rcirc buffer and of the
11074 same process or the process buffer.
11075 (rcirc-mode): Remove header-line. Recompute short buffer names.
11076 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11077 (rcirc-short-buffer-name): Add variable.
11078 (rcirc-kill-buffer-hook): Recompute short buffer names.
11079 Remove nick from private channel.
11080 (rcirc-send-input): Send command text to current-buffer.
11081 Don't clear overlay arrow here.
11082 (rcirc-short-buffer-name): Return a short buffer name.
11083 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11084 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11085 buffer-name abbreviations.
11086 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11087 Do not touch nick-table when killing a parted channel.
11088 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11089 Clear arrow from current buffer if it is now hidden.
11090 (rcirc-current-buffer): Add variable.
11091 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11092 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11093 Remove -face from names.
11094 (rcirc-update-activity-string): Print "DND" when globally ignoring
11095 activity.
11096 (rcirc-ignore-buffer-activity-flag): Rename from
11097 rcirc-ignore-channel-activity.
11098 (rcirc-ignore-all-activity-flag): Doc fix.
11099 (rcirc-channels): Remove variable.
11100 (rcirc-kill-buffer-hook):
11101 (rcirc-get-buffer-create): Add nick to private channel.
11102 (rcirc-multiline-edit-submit): Remove tabs.
11103 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11104 folded.
11105 (rcirc-remove-nick-channel): Bug fix.
11106 (rcirc-toggle-ignore-buffer-activity): Rename from
11107 rcirc-toggle-ignore-channel-activity.
11108 (rcirc-record-activity): Add buffers to the front of the list.
11109 (rcirc-update-activity): Remove killed buffers from list.
11110 (rcirc-process-server-response-1): Remove last argument if it is
11111 null before calling handler.
11112 (rcirc): Add "rcirc" defcustom prefix.
11113 (rcirc-prompt): Simplify default prompt.
11114 Use custom-initialize-default.
11115 (rcirc-private-chats): Remove variable.
11116 (rcirc-prompt): Change initialization.
11117 (rcirc-version): Remove function.
11118 (rcirc-id-string): Add constant.
11119 (rcirc-last-buffer): Remove variable.
11120 (rcirc-buffer-alist): Add variable.
11121 (rcirc-connect): Update variable setup.
11122 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11123 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11124 default.
11125 (rcirc-handler-generic): Trigger activity.
11126 (rcirc-send-message): Create the buffor of the target.
11127 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11128 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11129 (rcirc-multiline-edit-cancel): Remove function.
11130 (rcirc-set-last-buffer): Remove function.
11131 (rcirc-get-any-buffer): Add function.
11132 (rcirc-join-channels): Don't print /join text.
11133 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11134 messages.
11135 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11136 (rcirc-handler-NOTICE): Recognize CTCP responses.
11137 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11138 constructing TOPIC string for buffers we are not JOINed.
11139 (rcirc-handler-CTCP-response): Add handler.
11140 (rcirc-multiline-edit-submit): Restore the window-configuration
11141 before adjusting point.
11142 (rcirc): Add customization group.
11143 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11144 (rcirc-user-full-name, rcirc-startup-channels-alist)
11145 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11146 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11147 (rcirc-input-ring-size, rcirc-read-only-flag)
11148 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11149 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11150 Change defvar to defcustom.
11151 (rcirc-update-prompt): Add optional ALL arg, which will update
11152 prompts in all rcirc buffers. Regexp quote replacement text.
11153 (rcirc-fill-column): Accept frame-width as a value.
11154 (rcirc-set-changed): Add function.
11155 (rcirc-next-active-buffer): Write more meaningful messages.
11156 (rcirc-faces): Add customization group.
11157 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11158 (rcirc-nick-in-message-face, rcirc-prompt-face)
11159 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11160 (with-rcirc-process-buffer): Move before first usage.
11161 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11162 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11163 (rcirc-debug): Rename from `rcirc-log'.
11164 (rcirc-format-response-string): Do not print `-' chars for a
11165 NOTICE with no sender. Simplify output of server responses.
11166
11167 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11168
11169 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11170 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11171 Make urls mouse and RET clickable.
11172
11173 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11174
11175 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11176
11177 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11178
11179 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11180 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11181 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11182 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11183 argument to all these routines, so the passphrase can be managed
11184 externally and passed in to the system.
11185 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11186 pgg-add-passphrase-to-cache function.
11187
11188 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11189 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11190 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11191 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11192 argument to all these routines, so the passphrase can be managed
11193 externally and passed in to the system.
11194 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11195 function.
11196
11197 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11198
11199 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11200 from goto-address-url-regexp.
11201
11202 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11203
11204 * textmodes/org.el (org-read-date, org-goto-calendar)
11205 (org-recenter-calendar, org-agenda-goto-calendar):
11206 Temporarily clear `calendar-move-hook'.
11207
11208 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11209
11210 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11211 merging.
11212
11213 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11214 have merge clashes.
11215
11216 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11217
11218 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11219 Undo previous change.
11220
11221 * startup.el (command-line): Use `custom-reevaluate-setting' for
11222 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11223 tty-register-default-colors on Mac.
11224
11225 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11226
11227 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11228 (gdb-buffer-type): Make it automatically buffer local...
11229 (gdb-get-create-buffer): ...and set it accordingly.
11230 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11231 actually work.
11232
11233 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11234
11235 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11236 not red.
11237
11238 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11239
11240 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11241 case GUD buffer is not visible.
11242 (gdb-goto-breakpoint): Try to force display in source buffer.
11243 (gdb-frame-gdb-buffer): Copy other similar functions.
11244 (gdb-restore-windows): Don't display source if not asked for.
11245 (gdb-assembler-buffer-name): Don't capitalise.
11246
11247 2005-11-03 Richard M. Stallman <rms@gnu.org>
11248
11249 * wid-edit.el (key-sequence): New widget type.
11250
11251 * simple.el (set-mark-command-repeat-pop): New variable.
11252 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11253 if set-mark-command-repeat-pop is true.
11254
11255 * info.el (Info-fontify-node): Don't display extra "see" if there
11256 already is one here.
11257
11258 * mouse.el: Fix special handling of DEL after dragging a region:
11259 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11260 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11261
11262 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11263
11264 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11265 not to assume it pertains to an affix.
11266
11267 * textmodes/flyspell.el (flyspell-post-command-hook):
11268 Bind deactivate-mark to prevent deactivation.
11269
11270 2005-11-03 Lars Hansen <larsh@soem.dk>
11271
11272 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11273 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11274 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11275
11276 2005-11-03 Romain Francoise <romain@orebokech.com>
11277
11278 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11279 Update copyright years.
11280
11281 2005-11-03 Sam Steingold <sds@gnu.org>
11282
11283 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11284 Use system-type instead of window-system because window-system is not
11285 correctly defined during loadup.
11286
11287 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11288
11289 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11290 (xml-parse-tag): Join strings separated by a comment properly.
11291
11292 2005-11-02 Andreas Schwab <schwab@suse.de>
11293
11294 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11295
11296 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11297
11298 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11299 (byte-optimize-pure-func): Quote the eval'd value.
11300
11301 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11302 Rename from perl-font-lock-syntactic-face-function.
11303 Change the calling convention so it can be used as a font-lock MATCHER.
11304 Do the parse-partial-sexp loop outselves.
11305 (perl-font-lock-syntactic-keywords): Use it.
11306 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11307
11308 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11309
11310 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11311 disassembly buffer too.
11312 (gdb-exited): Remove overlay arrows when execution has finished.
11313 (gdb-info-frames-custom, gdb-info-threads-custom)
11314 (gdb-info-registers-custom): Don't add inappropriate text
11315 properties if inferior is not active.
11316
11317 2005-11-02 Glenn Morris <rgm@gnu.org>
11318
11319 * progmodes/fortran.el (fortran-blink-match):
11320 Use `blink-matching-delay'.
11321
11322 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11323
11324 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11325
11326 2005-11-02 Lars Hansen <larsh@soem.dk>
11327
11328 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11329 "Permission denied".
11330
11331 2005-11-01 Richard M. Stallman <rms@gnu.org>
11332
11333 * textmodes/flyspell.el (flyspell-external-point-words):
11334 Pass nil to flyspell-get-word.
11335
11336 2005-11-02 Kim F. Storm <storm@cua.dk>
11337
11338 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11339 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11340
11341 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11344 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11345 (calendar-mouse-print-dates): Add optional `event' argument.
11346 Update interactive-spec.
11347 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11348 Use `calendar-event-to-date' instead of `event'.
11349
11350 2005-11-02 Masatake YAMATO <jet@gyve.org>
11351
11352 * progmodes/ld-script.el (ld-script-builtins):
11353 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11354 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11355 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11356
11357 2005-11-01 Romain Francoise <romain@orebokech.com>
11358
11359 * vc-sccs.el: Update copyright year.
11360 * ezimage.el: Likewise.
11361
11362 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11363
11364 * info.el (Info-fontify-node): Use `string-width' for fontifying
11365 underlined titles.
11366
11367 2005-11-01 Juri Linkov <juri@jurta.org>
11368
11369 * info.el (Info-fontify-node): Downcase node header keywords Node,
11370 Prev, Next, Up before comparison.
11371 (Info-history): Insert absolute directory name, and put invisible
11372 property on it.
11373
11374 2005-11-01 Juri Linkov <juri@jurta.org>
11375
11376 * info.el (Info-file-supports-index-cookies): New variable.
11377 (Info-find-node-2): Check makeinfo version for index cookie support.
11378 (Info-index-nodes): Search for nodes with index cookies only when
11379 Info-file-supports-index-cookies is t. Otherwise, search nodes
11380 with "Index" in the node name.
11381 (Info-index-node): Search index cookie in the current node only when
11382 Info-file-supports-index-cookies is t. Otherwise, check the word
11383 "Index" in the node name.
11384 (Info-find-emacs-command-nodes): Remove code that searches nodes
11385 with "Index" node name in the top menu.
11386
11387 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * progmodes/scheme.el (scheme-mode-variables): Use the default
11390 comment-indent-function.
11391
11392 * faces.el (face-attribute): Handle the case where a face inherits from
11393 a non-existent face.
11394
11395 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11396 for octal and hexa output, and merge the char into the paren.
11397 (kill-new): Use push.
11398 (copy-to-buffer): Use with-current-buffer.
11399 (completion-setup-function): Move code in loop to remove redundancy.
11400 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11401 those inherited from minibuffer-local-completion-map.
11402
11403 * savehist.el (savehist-mode) <defcustom>:
11404 Use custom-set-minor-mode if available.
11405 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11406 and emit a message if applicable.
11407
11408 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11409
11410 * savehist.el: Sync up to version 19.
11411 (savehist-mode): New minor mode.
11412 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11413 (savehist-length): Remove (use history-length instead).
11414 (savehist-file-modes): Rename from savehist-modes.
11415 (savehist-save-hook, savehist-loaded): New vars.
11416 (savehist-load): Use savehist-mode. Try to smooth up transition from
11417 old format to new format.
11418 (savehist-install): Allow savehist-autosave-interval to be nil.
11419 (savehist-save): Run the new hook. Be more careful to only trim the
11420 history variables.
11421 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11422 (savehist-printable): Print into a buffer rather than char-by-char.
11423
11424 2005-11-01 John Wiegley <johnw@newartisans.com>
11425
11426 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11427 toggle-ignore keybinding (C-a). The author said it had been
11428 disabled much earlier due to a possible incompatibility, but after
11429 many months of usage I have encountered no problems (and it is a
11430 rather useful option, especially for switching to " *temp*").
11431
11432 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11433 support for OS/X's AddressBook, by calling out to the open source
11434 program "contacts" (installable through Fink).
11435
11436 * net/eudc.el (eudc-expand-inline): If the
11437 `eudc-multiple-match-handling-method' is set to `all', delete the
11438 query string before inserting the query result.
11439
11440 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11441 flag, to prevent Eshell from using the system ls when
11442 `eshell-ls-insert-directory' is in used.
11443 (eshell-ls-insert-directory): Disable font-lock in directory
11444 buffer so that Eshell's own fontification is seen. This broke
11445 recently due to changes in font-lock, so this goes back to version
11446 21 behavior.
11447
11448 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11449
11450 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11451 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11452 (gdb-many-windows): Doc fix.
11453
11454 2005-10-31 Romain Francoise <romain@orebokech.com>
11455
11456 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11457
11458 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11459
11460 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11461 that global-font-lock-mode can be enabled by default.
11462
11463 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11464 (font-lock-add-keywords, font-lock-remove-keywords)
11465 (font-lock-fontify-buffer): Remove autoload cookies.
11466
11467 * jit-lock.el (jit-lock-register): Likewise.
11468
11469 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11470
11471 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11472
11473 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11474 intact if there is no gud-comint-buffer.
11475
11476 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11477
11478 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11479 old prompt comint-prompt-read-only is t and GDB commands are
11480 issued from tool bar etc.
11481
11482 2005-10-31 Masatake YAMATO <jet@gyve.org>
11483
11484 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11485
11486 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11487
11488 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11489 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11490
11491 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11492
11493 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11494 starting at beginning of line. Fontification is messed up when
11495 `open-paren-in-column-0-is-defun-start' set to t.
11496 Reported by John Paul Wallington <jpw@pobox.com>.
11497
11498 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11499
11500 * comint.el (comint-send-input): Call `comint-update-fence' when
11501 `comint-process-echoes' and `comint-prompt-read-only' are both
11502 non-nil, to avoid leftover read-only newline.
11503
11504 2005-10-30 Richard M. Stallman <rms@gnu.org>
11505
11506 * textmodes/flyspell.el (flyspell-external-point-words):
11507 Detect when WORD can't be checked properly because
11508 flyspell-get-word finds just part of it, and move on.
11509
11510 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11511 boundarychar for Polish.
11512 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11513 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11514
11515 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11516
11517 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11518 (gdb-registers-font-lock-keywords): Delete.
11519 (gdb-registers-mode): Don't fontify.
11520 (gdb-info-registers-custom): Use text properties instead as, in
11521 future, changed register values will use font-lock-warning-face.
11522 (gdb-local-font-lock-keywords): Rename to...
11523 (gdb-locals-font-lock-keywords): ...for consistency.
11524
11525 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11526
11527 * vc.el (vc-switch-backend): Better error message if the buffer is
11528 not visiting a file under version control.
11529
11530 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11531
11532 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11533
11534 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11535 ~/.emacs.d/.emacs.
11536
11537 2005-10-29 Richard M. Stallman <rms@gnu.org>
11538
11539 * replace.el (occur-mode-mouse-goto): Always go to other window.
11540 (occur-mode-goto-occurrence): Always switch in same window.
11541
11542 * simple.el (undo): Display message at end, not at start.
11543
11544 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11545 New arg REUSE-CELL.
11546 (cancel-timer-internal): New function.
11547 (timer-event-handler): Use cancel-timer-internal,
11548 and pass the cell it returns to timer-activate...
11549
11550 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11551 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11552 (jit-lock-after-change): Test memory-full.
11553
11554 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11555
11556 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11557 part of the decoded armor to find the key-identifier.
11558 (pgg-gpg-lookup-key-owner): New function to return the
11559 human-readable identifier of a key owner.
11560 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11561 key itself.
11562 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11563 the key value) if we have a key and can match it against a secret
11564 key. Also, added a note pointing out fact that the prompt only
11565 indicates the first matching key.
11566
11567 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11568 pgg-decrypt-region.
11569 (pgg-pending-timers): A new hash for tracking the passphrase cache
11570 timers, so that new ones supercede old ones.
11571 (pgg-add-passphrase-to-cache): Rename from
11572 `pgg-add-passphrase-cache' to reduce confusion (all callers
11573 changed). Modified to cancel old timers when new ones are added.
11574 (pgg-remove-passphrase-from-cache): Rename from
11575 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11576 changed). Modified to cancel old timers when their keys are
11577 removed from the cache.
11578 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11579 XEmacs, an indirection to delete-itimer.
11580 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11581 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11582 users can only check cache without risk of prompting. Correct bug in
11583 notruncate behavior.
11584 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11585 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11586 Add informative docstrings.
11587 (pgg-decrypt): Convey provided passphrase in subordinate call to
11588 pgg-decrypt-region.
11589
11590 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11591 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11592 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11593 `passphrase' argument, so the passphrase can be managed externally
11594 and then passed in to the system.
11595
11596 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11597 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11598 so the passphrase cache can be used reliably with identifiers
11599 besides a pgp packet's key id.
11600
11601 * pgg-gpg.el (pgg-pgp-encrypt-region)
11602 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11603 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11604 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11605 argument to all these routines, so the passphrase can be managed
11606 externally and passed in to the system.
11607
11608 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11609 `notruncate' argument, so the passphrase cache can be used
11610 reliably with identifiers besides a pgp packet's key id.
11611
11612 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11613
11614 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11615 symmetric encryption.
11616 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11617 encrypted session key.
11618 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11619 message ask for the passphrase in a proper way.
11620
11621 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11622 New user commands for symmetric encryption.
11623
11624 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11625
11626 * textmodes/conf-mode.el (conf-assignment-sign)
11627 (conf-assignment-regexp): Fix docstrings.
11628 (conf-mode-initialize): New function.
11629 (conf-mode): Remove optional args. Use delay-mode-hooks to
11630 recognize recursive calls.
11631 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11632 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11633 (conf-xdefaults-mode): Use define-derived-mode and
11634 conf-mode-initialize.
11635
11636 2005-10-29 Romain Francoise <romain@orebokech.com>
11637
11638 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11639
11640 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11641
11642 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11643 part of the decoded armor to find the key-identifier.
11644 (pgg-gpg-lookup-key-owner): New function to return the
11645 human-readable identifier of a key owner.
11646 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11647 key itself.
11648 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11649 the key value) if we have a key and can match it against a secret
11650 key. Also, added a note pointing out fact that the prompt only
11651 indicates the first matching key.
11652
11653 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11654 pgg-decrypt-region.
11655 (pgg-pending-timers): A new hash for tracking the passphrase cache
11656 timers, so that new ones supercede old ones.
11657 (pgg-add-passphrase-to-cache): Rename from
11658 `pgg-add-passphrase-cache' to reduce confusion (all callers
11659 changed). Modified to cancel old timers when new ones are added.
11660 (pgg-remove-passphrase-from-cache): Rename from
11661 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11662 changed). Modified to cancel old timers when their keys are
11663 removed from the cache.
11664 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11665 XEmacs, an indirection to delete-itimer.
11666 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11667 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11668 users can only check cache without risk of prompting. Correct bug in
11669 notruncate behavior.
11670 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11671 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11672 Add informative docstrings.
11673 (pgg-decrypt): Convey provided passphrase in subordinate call to
11674 pgg-decrypt-region.
11675
11676 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11677
11678 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11679 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11680 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11681 `passphrase' argument, so the passphrase can be managed externally
11682 and then passed in to the system.
11683
11684 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11685 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11686 so the passphrase cache can be used reliably with identifiers
11687 besides a pgp packet's key id.
11688
11689 * pgg-gpg.el (pgg-pgp-encrypt-region)
11690 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11691 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11692 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11693 argument to all these routines, so the passphrase can be managed
11694 externally and passed in to the system.
11695
11696 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11697 `notruncate' argument, so the passphrase cache can be used
11698 reliably with identifiers besides a pgp packet's key id.
11699
11700 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11701
11702 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11703 symmetric encryption.
11704 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11705 encrypted session key.
11706 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11707 message ask for the passphrase in a proper way.
11708
11709 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11710 New user commands for symmetric encryption.
11711
11712 2005-10-28 Bill Wohler <wohler@newt.com>
11713
11714 * help-mode.el (help-url): New button type. Calls browse-url.
11715 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11716 Similar to Info nodes: URL `url'.
11717 (help-make-xrefs): Create help-url buttons for
11718 help-xref-url-regexp matches.
11719
11720 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11721
11722 * tool-bar.el (tool-bar-add-item-from-menu)
11723 (tool-bar-local-item-from-menu): Fix doc strings.
11724
11725 2005-10-28 Romain Francoise <romain@orebokech.com>
11726
11727 * ldefs-boot.el: Update.
11728
11729 * subr.el (locate-library): Move from help-fns.el.
11730 * help-fns.el (locate-library): Move to subr.el.
11731
11732 2005-10-28 Richard M. Stallman <rms@gnu.org>
11733
11734 * net/tramp.el (tramp-completion-mode): defvar moved up.
11735
11736 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11737
11738 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11739
11740 * files.el (find-file-noselect): Use %d to format large file size.
11741
11742 * bindings.el (mode-line-format): Add %e.
11743
11744 * loadup.el ("facemenu"): Load unconditionally.
11745 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11746 ("x-dnd"): Load, when appropriate.
11747
11748 * startup.el (command-line): Call before-init-hook earlier.
11749 Warn about some bad characters in -u user name.
11750
11751 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11752 (flyspell-external-point-words): Error if misspelled word is not found.
11753 Set flyspell-large-region-beg at end of word.
11754
11755 2005-10-28 Andreas Schwab <schwab@suse.de>
11756
11757 * view.el (View-revert-buffer-scroll-page-forward):
11758 Use view-page-size-default.
11759
11760 2005-10-28 Juri Linkov <juri@jurta.org>
11761
11762 * international/quail.el (quail-get-current-str): Translate last
11763 raw character for deterministic input methods.
11764
11765 2005-10-27 Jay Belanger <belanger@truman.edu>
11766
11767 * calc/calc-ext.el: Add functions to autoloads.
11768 (math-identity-matrix-p, math-ident-row-p): New functions.
11769
11770 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11771 multiplication by an identity matrix; don't turn multiplication by
11772 an inverse matrix into division.
11773 (math-div-symbol-fancy): Replace division by matrices with
11774 multiplication by inverse.
11775
11776 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11777
11778 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11779 (calc-writeoutpower): New functions.
11780
11781 2005-10-27 Romain Francoise <romain@orebokech.com>
11782
11783 * replace.el (occur-engine): Include colon in mouse-face highlight.
11784
11785 * dired-x.el: Change Maintainer field.
11786
11787 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11788
11789 * longlines.el (longlines-mode): Bind after-change-functions to
11790 nil during initial decoding and final encoding.
11791
11792 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11793
11794 * term.el (term-emulate-terminal, term-handle-colors-array)
11795 (term-handle-ansi-escape): Specify the terminfo capabilities
11796 implemented.
11797
11798 2005-10-26 Richard M. Stallman <rms@gnu.org>
11799
11800 * info.el (Info-fontify-node): Fix detection of sentence-break
11801 before *Note.
11802
11803 2005-10-26 Romain Francoise <romain@orebokech.com>
11804
11805 * smerge-mode.el: Add `tools' to file keywords.
11806
11807 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11808
11809 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11810 when the fringe is not available.
11811
11812 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11813 (def-gdb-auto-update-trigger): Simplify construction.
11814 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11815 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11816 defined explicitly.
11817 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11818 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11819 defined explicitly.
11820 (gdb-info-locals-custom): Remove as it's a no-op.
11821
11822 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11823
11824 * longlines.el (longlines-mode): Remove narrowing before
11825 performing the initial decoding or final encoding.
11826
11827 2005-10-25 Romain Francoise <romain@orebokech.com>
11828
11829 * emacs-lisp/find-func.el (find-library-name): Also strip
11830 extension if library name ends in .el, to take advantage of
11831 `find-library-suffixes'.
11832
11833 2005-10-25 Richard M. Stallman <rms@gnu.org>
11834
11835 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11836
11837 2005-10-25 Juri Linkov <juri@jurta.org>
11838
11839 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11840 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11841
11842 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11843
11844 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11845 (blackbox-redefine-key): Add argument `map'.
11846
11847 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11848 regions when moving the jit-lock-context-unfontify-pos boundary.
11849
11850 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11851
11852 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11853
11854 2005-10-25 Masatake YAMATO <jet@gyve.org>
11855
11856 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11857
11858 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11859
11860 * play/blackbox.el (blackbox-redefine-key): New function.
11861 (blackbox-mode-map): Use it to remap existing bindings for cursor
11862 motion instead of binding literal keys.
11863
11864 2005-10-25 Glenn Morris <rgm@gnu.org>
11865
11866 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11867 diary does not end in a newline. Do not assume a blank line at
11868 the start of the diary file.
11869
11870 2005-10-25 Kenichi Handa <handa@m17n.org>
11871
11872 * international/quail.el (quail-translate-key): If the input
11873 method is deterministic and failed to handle the last key, restart
11874 the key handling loop from an appropriate key.
11875
11876 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11877
11878 * vc.el (vc-dired-mode): Extend comment for binding of
11879 `directory-listing-before-filename-regexp'.
11880
11881 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * textmodes/texinfo.el (texinfo-mode):
11884 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11885 not to unnecessarily expose emacs-mule's internal char codes.
11886
11887 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11888
11889 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11890 Display hand pointer and help-echo on disabled icon too.
11891 (gdb-mouse-until): New function.
11892 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11893
11894 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11895
11896 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11897 with 2005-10-23 change to doctor.el.
11898
11899 * finder.el (finder-mode-map): Add follow-link binding.
11900
11901 2005-10-25 Kim F. Storm <storm@cua.dk>
11902
11903 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11904 to gdb-mouse-toggle-breakpoint-fringe.
11905 (gdb-mouse-toggle-breakpoint-margin): Rename from
11906 gdb-mouse-toggle-breakpoint. Fix doc.
11907 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11908 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11909 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11910 string properties also for fringe breakpoint bitmaps.
11911
11912 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11913
11914 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11915
11916 2005-10-25 Masatake YAMATO <jet@gyve.org>
11917
11918 * simple.el (completion-common-substring):
11919 Use `completion-common-substring' prior to `completion-base-size'.
11920
11921 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11922
11923 * savehist.el: Require CL while compiling.
11924 (savehist-history-variables): Remove.
11925 (savehist-save-minibuffer-history, savehist-additional-variables)
11926 (savehist-minibuffer-history-variables): New vars.
11927 (savehist-save): Use them.
11928 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11929 (savehist-install): New fun, extracted from savehist-load.
11930 (savehist-load): Use them.
11931
11932 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11935 a dummy doc-string-elt property.
11936 (defalias, defvaralias, define-category): Add a docstring property.
11937
11938 * image.el (defimage):
11939 * widget.el (define-widget):
11940 * custom.el (defface, defcustom): Add `doc-string' declaration.
11941
11942 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11943 (defadvice): Add `doc-string' declaration.
11944
11945 * emacs-lisp/byte-run.el (macro-declaration-function):
11946 Handle `doc-string' declarations.
11947 (define-obsolete-function-alias, define-obsolete-variable-alias):
11948 Add `doc-string' declaration.
11949
11950 2005-10-24 Kenichi Handa <handa@m17n.org>
11951
11952 * international/utf-7.el (utf-7): Add autoload cookie.
11953
11954 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11955
11956 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11957
11958 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11959 list of directories passed to batch-update-autoloads. Add "." to
11960 the list of the echoed directories.
11961
11962 * pgg-def.el:
11963 * pgg-gpg.el:
11964 * pgg-parse.el:
11965 * pgg-pgp.el:
11966 * pgg-pgp5.el:
11967 * pgg.el: Moved here from the gnus subdirectory.
11968
11969 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11970
11971 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11972 in case comint-prompt-read-only is set to t.
11973
11974 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11975 in case comint-prompt-read-only is set to t.
11976
11977 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11978
11979 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11980 Now a string.
11981 (icalendar-import-format): Handle CLASS, STATUS, URL.
11982 Rename `subject' to `summary'.
11983 (icalendar-import-format-summary): Rename from
11984 `icalendar-import-format-subject'.
11985 (icalendar-import-format-url, icalendar-import-format-status)
11986 (icalendar-import-format-class): New variables.
11987 (icalendar--rris): Take variable argument list.
11988 (icalendar--datestring-to-isodate): Remove unnecessary
11989 calendar-style check when converting dates with explicit month names.
11990 (icalendar-export-region): Change return type of conversion
11991 subroutines. Bury current buffer unless error occurred.
11992 (icalendar--convert-to-ical)
11993 (icalendar--parse-summary-and-rest): New functions.
11994 (icalendar--convert-ordinary-to-ical)
11995 (icalendar--convert-weekly-to-ical)
11996 (icalendar--convert-yearly-to-ical)
11997 (icalendar--convert-block-to-ical)
11998 (icalendar--convert-cyclic-to-ical)
11999 (icalendar--convert-anniversary-to-ical): Change return type.
12000 Strip trailing blanks from subject.
12001 (icalendar--convert-sexp-to-ical): Change return type.
12002 Strip trailing blanks from subject. Handle simple sexp
12003 entries as generated by icalendar.el.
12004 (icalendar--convert-float-to-ical)
12005 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12006 (icalendar-import-file): Doc fix.
12007 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12008 Correct call to icalendar--rris.
12009 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12010 `summary'.
12011 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12012
12013 2005-10-24 Romain Francoise <romain@orebokech.com>
12014
12015 * server.el (server-sentinel): Set query-on-exit flag to nil on
12016 new client processes (it isn't inherited from the server process).
12017
12018 * replace.el (occur-engine): Rearrange text properties.
12019
12020 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12021
12022 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12023 case-fold-search is nil.
12024 (debug-help-follow): Use help-xref-interned directly.
12025
12026 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12027
12028 * thumbs.el (thumbs-image-type): Add .pbm.
12029
12030 2005-10-23 Richard M. Stallman <rms@gnu.org>
12031
12032 * faces.el (inhibit-face-set-after-frame-default): New variable.
12033 (set-face-attribute): Bind it.
12034 (face-set-after-frame-default): Test it.
12035
12036 * help-fns.el (describe-simplify-lib-file-name): New function.
12037 (describe-function-1, describe-variable): Use it.
12038
12039 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12040
12041 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12042 Eliminate nil as possible value.
12043 (tooltip-hide-delay): Reduce internal-border-width.
12044
12045 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12046 (menu-bar-file-menu) <new-file>: Likewise.
12047
12048 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12049
12050 * international/mule.el (load-with-code-conversion):
12051 Pass full file name to `eval-buffer' unless preloading.
12052
12053 * textmodes/flyspell.el (flyspell-large-region):
12054 Call ispell-check-version.
12055
12056 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12057 Fix the make-variable-buffer-local call that was supposed
12058 to be for this variable.
12059 (ispell-aspell-supports-utf8): Doc fix.
12060 (ispell-find-aspell-dictionaries): Preserve elements of
12061 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12062 (ispell-aspell-find-dictionary): Return nil on error.
12063
12064 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12065 (doctor-symptoms): Likewise.
12066
12067 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12068
12069 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12070
12071 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12072 (custom-raised-buttons): Add :set spec.
12073 (custom-button-unraised, custom-button-pressed-unraised):
12074 New faces, so that custom-raised-buttons actually does something.
12075 (custom-mode): Use custom-button and custom-button-pressed.
12076
12077 * wid-edit.el (widget-specify-button): Don't ignore
12078 widget-mouse-face on graphic terminals.
12079 (widget-move-and-invoke): Cleanup.
12080
12081 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12082
12083 * whitespace.el (whitespace-cleanup): Doc fix.
12084
12085 2005-10-23 Romain Francoise <romain@orebokech.com>
12086
12087 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12088 `eval-after-load' to avoid evaluating their result.
12089
12090 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12091
12092 * files.el (directory-listing-before-filename-regexp):
12093 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12094
12095 * dired.el (dired-move-to-filename-regexp): Remove.
12096 All occurences replaced by `directory-listing-before-filename-regexp'.
12097
12098 * dired-x.el, locate.el, vc.el:
12099 Replace `dired-move-to-filename-regexp' by
12100 `directory-listing-before-filename-regexp'. In vc.el it is
12101 overwritten locally; maybe this can be handled in files.el too.
12102
12103 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12104 replaced by `directory-listing-before-filename-regexp'.
12105
12106 2005-10-23 Andreas Schwab <schwab@suse.de>
12107
12108 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12109 and eval-next-after-load.
12110
12111 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12112
12113 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12114 exist, create it.
12115
12116 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12117
12118 * allout.el: Remove autoloads for mailcrypt and crypt++.
12119 Require pgg, pgg-gpg during compilation.
12120 (allout-version): Increment version number to 2.1, and use a literal
12121 rather than RCS Id.
12122 (allout-default-encryption-scheme): Remove.
12123 (allout-passphrase-verifier-handling)
12124 (allout-passphrase-verifier-string)
12125 (allout-file-passphrase-verifier-string)
12126 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12127 (allout-passphrase-hint-handling): Rename and simplify.
12128 (allout-init): Use `find-file-hook' if available, otherwise
12129 `find-file-hooks'.
12130 (allout-mode): Use `write-file-functions' if available, otherwise
12131 `local-write-file-hooks' and, instead of making auto-save-hook
12132 buffer local, make the write-file-hook activity contingent to
12133 allout-mode.
12134 (allout-mode): Use key-binding substitution in the docstring.
12135 (allout-kill-line): Spell-out kill ring data structure mutation
12136 instead of using byte-compiler-complaint-provoking `pop'.
12137 (allout-insert-listified): Use `insert' rather than `insert-string'
12138 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12139 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12140 (allout-encrypt-string): Totally revamped vis new underlying
12141 encryption facilities.
12142 (allout-mc-activate-passwd): Remove.
12143 (allout-obtain-passphrase): New, more or less replaces
12144 allout-mc-activate-passwd.
12145 (allout-encrypted-key-info): More or less replaces
12146 allout-encrypted-text-type.
12147 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12148 (my-mark-marker): Use `(featurep 'xemacs)'.
12149
12150 2005-10-23 Lars Hansen <larsh@soem.dk>
12151
12152 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12153 (byte-compile-file-form-defmumble, byte-compile-defun)
12154 (byte-compile-defmacro): Use it.
12155 (byte-compile-form): Don't call byte-compile-set-symbol-position
12156 when a byte-compile handler is called.
12157
12158 2005-10-22 Romain Francoise <romain@orebokech.com>
12159
12160 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12161
12162 * subr.el (eval-after-load): Convert library name to an absolute
12163 file name using locate-library, since load-history no longer has
12164 library names in it.
12165
12166 2005-10-22 Richard M. Stallman <rms@gnu.org>
12167
12168 * files.el (make-temp-file): Move from subr.el.
12169 * subr.el (make-temp-file): Move to files.el.
12170
12171 * window.el (get-buffer-window-list): Move from subr.el.
12172 * subr.el (get-buffer-window-list): Move to window.el.
12173
12174 * image.el (image-load-path): Use eval-at-startup to initialize.
12175
12176 * subr.el (eval-at-startup): New macro.
12177
12178 * subr.el: Much rearrangement of functions and division
12179 into pages. No code changes.
12180
12181 2005-10-22 Kenichi Handa <handa@m17n.org>
12182
12183 * tar-mode.el (tar-extract): Be sure to call
12184 find-operation-coding-system if set-auto-coding doesn't find a
12185 coding system.
12186
12187 2005-10-22 Kim F. Storm <storm@cua.dk>
12188
12189 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12190 Change users.
12191 (image-type-file-name-regexps): New defconst.
12192 (image-type-from-data): Simplify loop.
12193 (image-type-from-buffer): New defun.
12194 (image-type-from-file-header): Use it instead of image-type-from-data.
12195 Use image-search-load-path instead of only looking in data-directory.
12196 (image-type-from-file-name): New defun.
12197 (image-search-load-path): Change `pathname' to `filename'.
12198 Make PATH arg optional, default to image-load-path.
12199
12200 2005-10-21 Richard M. Stallman <rms@gnu.org>
12201
12202 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12203
12204 * textmodes/paragraphs.el (sentence-end-base): New variable.
12205 (sentence-end): Use sentence-end-base.
12206
12207 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12208
12209 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12210 property independently from the font-lock-multiline variable.
12211
12212 2005-10-21 Richard M. Stallman <rms@gnu.org>
12213
12214 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12215
12216 * startup.el (command-line): Convert library names
12217 in `load-history' to absolute file names.
12218
12219 * subr.el (symbol-file): Doc fix.
12220
12221 * loadhist.el (file-loadhist-lookup): Call locate-library
12222 instead of find-library-name. Don't try converting
12223 abs file names to library names, since load-history no longer
12224 has library names in it.
12225 (file-dependents, file-provides, file-requires): Doc fixes.
12226
12227 2005-10-21 Juri Linkov <juri@jurta.org>
12228
12229 * progmodes/etags.el (tags-table-mode): New function.
12230 (tags-verify-table): Replace initialize-new-tags-table with
12231 tags-table-mode.
12232
12233 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12234 default value.
12235 (desktop-modes-not-to-save): Add tags-table-mode to the
12236 default value.
12237
12238 * info.el (Info-index-next): Add total number of index
12239 alternatives to the message.
12240
12241 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12242 backward only space (instead of space and period) before looking
12243 at sentence end.
12244
12245 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12246 Add the old variable value as 4th default-value arg of read-string.
12247
12248 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12249
12250 * cus-face.el (custom-declare-face): Make face from X resources
12251 also on Mac.
12252
12253 * disp-table.el (standard-display-g1, standard-display-graphic):
12254 Refuse to use string glyphs also on Mac.
12255 (standard-display-european): Don't set terminal coding system also
12256 on Mac.
12257
12258 * frame.el (display-screens): Use x-display-screens also on Mac.
12259
12260 2005-10-21 Romain Francoise <romain@orebokech.com>
12261
12262 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12263
12264 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12267 and $? into sexps.
12268
12269 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12270 warning face on open-paren-in-column-0.
12271
12272 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12273 boundary case. Fix typo.
12274 Suggested by Martin Rudalics <rudalics@gmx.at>.
12275
12276 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12277
12278 * textmodes/org.el (org-combined-agenda-icalendar-file)
12279 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12280 (org-export-icalendar-this-file)
12281 (org-export-icalendar-all-agenda-files)
12282 (org-export-icalendar-combine-agenda-files): New commands.
12283 (org-export-icalendar, org-print-icalendar-entries)
12284 (org-start-icalendar-file, org-finish-icalendar-file)
12285 (org-ical-ts-to-string): New functions.
12286 (org-read-date, org-goto-calendar)
12287 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12288 call to `calendar'.
12289 (orgtbl-setup): Remove the :keys arguments from the menu description.
12290 (org-after-save-iCalendar-file-hook): New variable.
12291
12292 2005-10-21 Kenichi Handa <handa@m17n.org>
12293
12294 * language/vietnamese.el (tcvn-5712): Make it an alias of
12295 vietnamese-tcvn coding-system.
12296
12297 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12298
12299 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12300 group id is given.
12301
12302 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12303
12304 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12305 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12306 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12307 whose line is either continued or ends with a comment.
12308
12309 2005-10-20 Romain Francoise <romain@orebokech.com>
12310
12311 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12312
12313 * replace.el (occur-engine): Add follow-link property.
12314
12315 * font-core.el (font-lock-mode): Doc fix.
12316
12317 2005-10-20 Richard M. Stallman <rms@gnu.org>
12318
12319 * net/rcirc.el: New file.
12320
12321 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12322
12323 * term.el (term-term-name): Initialize to "eterm-color".
12324
12325 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12326
12327 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12328 for encryption functionality.
12329 Move allout customization subgroup from `editing' to `outlines' group.
12330 Fix commentary keywords to legitimate ones.
12331 Update author info (using my current email address, obscurified).
12332 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12333 (allout-encrypted-topic-p, allout-encrypted-text-type)
12334 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12335 (allout-situate-encryption-key-verifier)
12336 (allout-get-encryption-key-verifier, allout-verify-key)
12337 (allout-next-topic-pending-encryption)
12338 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12339 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12340 (outline-key-verifier-handling, outline-key-hint-handling)
12341 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12342 (allout-file-key-verifier-string, allout-encryption-scheme)
12343 (allout-key-verifier-string, allout-key-hint-string)
12344 (allout-after-save-decrypt): New variables.
12345 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12346 (allout-after-saves-handler): New hook functions.
12347 (allout-post-command-business): Do allout-after-save-decrypt.
12348 (allout-enable-file-variable-adjustment): Custom var to enable
12349 mechanism for adding and adjusting settings of Emacs file variables.
12350 (allout-adjust-file-variable, allout-file-vars-section-data):
12351 New functions, implement the mechanism.
12352 (outlineify-sticky): Use the file vars mechanism.
12353 (allout-inhibit-protection, allout-during-write-cue)
12354 (allout-override-protect, allout-before-change-protect): Remove.
12355 (allout-flag-region, allout-open-topic): Adjust read-only text.
12356 (allout-open-line-not-read-only): Add to facilitate read-only
12357 text based protection.
12358 (allout-kill-line): Revise to adjust read-only text, clue the
12359 user about the inhibition.
12360 (allout-unprotected): Use unwind-protect.
12361 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12362 topic deeper than the offspring depth of the previous topic -
12363 avoiding confusing "containment discontinuities".
12364 (allout-reindent-bodies): Fix retention of body relative hanging
12365 indent during promotion of collapsed bodies.
12366 (allout-open-topic): Make it easy to open new topic with same
12367 bullet as current topic - topic creation functions provided with
12368 any universal argument provokes now prompt for bullet, defaulting
12369 to the bullet of the previous topic.
12370 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12371 Plain bullet alternates `.' period and `,' comma only. All other
12372 bullets are relegated to special status (but customizable).
12373 (allout-end-of-entry): Rename from allout-end-of-current-entry
12374 since it actually operates w.r.t. most immediately containing
12375 entry, visible or not.
12376 (allout-hide-current-entry, allout-show-current-entry): Use the
12377 revised version.
12378 (allout-old-expose-topic): Solidify deprecation.
12379 (allout-end-of-subtree): Add so we can span concealed as well
12380 as visible topics.
12381 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12382 (allout-end-of-current-heading): Tweak to just respect the first line.
12383 (allout-get-body-text): Add.
12384 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12385 when invoked interactively.
12386 (allout-up-current-level): Use `interactive-p'.
12387 (allout-mode, allout-init): Miscellaneous docstring and
12388 operational refinements, as well as hookups of new encryption stuff.
12389 (allout-beginning-of-current-entry): Now works as advertised.
12390 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12391 (allout-isearch-rectification): Refine condition for isearching.
12392 (allout-isearch-abort, allout-enwrap-isearch)
12393 (allout-flag-region, my-region-active-p): Relocate some macros.
12394 (allout-title): Fallback title is (buffer-name), not
12395 non-existing (current-buffer-name).
12396 (subst-char-in-string): Define if absent (for some XEmacs versions).
12397
12398 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12399
12400 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12401 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12402 (mail-citation-prefix-regexp, mail-signature-file)
12403 (mail-default-headers, mail-bury-selects-summary)
12404 (mail-send-nonascii): Add autoload cookies.
12405
12406 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12407
12408 * frame.el (blink-cursor-mode): Add `mac' to the list of
12409 window-system's that support blinking cursor.
12410
12411 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12412
12413 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12414
12415 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12416
12417 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12418 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12419 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12420
12421 2005-10-20 Kim F. Storm <storm@cua.dk>
12422
12423 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12424 (ido-set-current-directory): Don't add / after final @.
12425 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12426 Explicitly handle ange-ftp completion oddities.
12427 (ido-make-file-list): Don't rotate list at tramp root to avoid
12428 triggering tramp file handler for expand-file-name via get-file-buffer.
12429
12430 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12431
12432 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12433
12434 2005-10-19 Jay Belanger <belanger@truman.edu>
12435
12436 * calc/calc-units.el (math-standard-units): Add units, adjust
12437 symbols and update values.
12438 (math-unit-prefixes): Add more prefixes.
12439
12440 2005-10-19 Romain Francoise <romain@orebokech.com>
12441
12442 * bookmark.el (bookmark-menu-heading): New face.
12443 (bookmark-bmenu-list): Use it.
12444 Don't fiddle with `baud-rate' at top-level.
12445
12446 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12447
12448 * image.el (create-image, find-image): Mention max-image-size in
12449 docstring.
12450
12451 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * savehist.el (savehist-load): Revert to checking XEmacs.
12454
12455 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12456 Various docstring and line-width fixups.
12457 (conf-mode): Use cond.
12458 Set font-lock-defaults. Don't set comment-use-syntax.
12459
12460 2005-10-18 David Ponce <david@dponce.com>
12461
12462 * tree-widget.el (tree-widget-button-click): New function.
12463 (tree-widget-button-keymap): Use it.
12464
12465 2005-10-18 Romain Francoise <romain@orebokech.com>
12466
12467 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12468 (bookmark-bmenu-hide-filenames): Add follow-link property.
12469 Improve help-echo text.
12470
12471 * ffap.el (find-file-at-point): Doc fix.
12472
12473 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12474
12475 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12476
12477 2005-10-18 Masatake YAMATO <jet@gyve.org>
12478
12479 Install to the CVS repository what I forgot to install in my
12480 2005-10-16 changes.
12481
12482 * progmodes/python.el (python-complete-symbol): Pass the common
12483 prefix substring of completion to `display-completion-list'.
12484
12485 * textmodes/org.el (org-complete): Ditto.
12486
12487 2005-10-18 Masatake YAMATO <jet@gyve.org>
12488
12489 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12490
12491 * woman.el (WoMan-xref-man-page): New button type derived
12492 from `Man-abstract-xref-man-page'.
12493 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12494
12495 * man.el (Man-abstract-xref-man-page): New button type.
12496 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12497 (Man-highlight-references): Add new optional argument `xref-man-type'.
12498
12499 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12500
12501 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12502
12503 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12504
12505 * cus-edit.el (Custom-move-and-invoke): Delete.
12506 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12507
12508 * wid-edit.el (widget-move-and-invoke): New function, from
12509 Custom-move-and-invoke.
12510
12511 2005-10-17 Bill Wohler <wohler@newt.com>
12512
12513 Move all remaining images from lisp/toolbar to etc/images, move
12514 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12515 the low resolution images in their own directory (low-color).
12516
12517 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12518 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12519 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12520 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12521 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12522 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12523 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12524
12525 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12526 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12527 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12528 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12529 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12530 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12531 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12532 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12533 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12534 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12535 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12536 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12537 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12538 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12539 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12540
12541 To conform with convention, replace the underscore (_) in the
12542 following image names with dash (-) or (/) as appropriate.
12543
12544 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12545 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12546 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12547 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12548 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12549 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12550 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12551 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12552 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12553 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12554 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12555 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12556 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12557 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12558 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12559
12560 * info.el (info-tool-bar-map): Replace underscores in image names
12561 with dashes.
12562
12563 * makefile.w32-in (WINS): Remove toolbar.
12564
12565 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12566
12567 * tool-bar.el: Move to lisp from toolbar. Now that
12568 toolbar is empty, it should be deleted when folks run "cvs up -P".
12569
12570 2005-10-18 Jay Belanger <belanger@truman.edu>
12571
12572 * calc/calc-store.el (calc-store-into): Get the proper variable name
12573 to display in message.
12574
12575 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12576
12577 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12578 expressions display in speedbar for all buffers when debugging.
12579 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12580
12581 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12582 (speedbar-insert-button, speedbar-make-button):
12583 Use add-text-properties.
12584 (speedbar-update-localized-contents)
12585 (speedbar-update-directory-contents)
12586 (speedbar-update-special-contents): Use dolist.
12587 (speedbar-buffer-easymenu-definition): Add a menu separator.
12588
12589 2005-10-17 Jason Rumney <jasonr@gnu.org>
12590
12591 * makefile.w32-in: Use $(lisp) consistently.
12592 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12593 for shell specific generation of mh-autoloads.
12594
12595 2005-10-17 Richard M. Stallman <rms@gnu.org>
12596
12597 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12598
12599 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * jit-lock.el (jit-lock-fontify-now):
12602 Move jit-lock-context-unfontify-pos to avoid wasted work.
12603
12604 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12605
12606 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12607 `tramp-completion-mode' for checking if we are in completion mode.
12608 (tramp-completion-handle-file-name-all-completions): Reorder code
12609 in order to complete for file names only in case there are no
12610 method/user/host completions. This is necessary for cooperation
12611 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12612
12613 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12614
12615 * longlines.el (longlines-search-forward)
12616 (longlines-search-backward): Match any number of spaces.
12617
12618 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12619
12620 * diff-mode.el (diff-mode): Doc fix.
12621
12622 2005-10-16 David Reitter <david.reitter@gmail.com>
12623
12624 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12625 as default on darwin and windows systems.
12626
12627 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12628
12629 * arc-mode.el (archive-zip-extract): Doc fix.
12630
12631 2005-10-16 Romain Francoise <romain@orebokech.com>
12632
12633 * mouse.el (mouse-1-click-follows-link): Doc fix.
12634
12635 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12636
12637 * savehist.el: Don't require CL at runtime.
12638 (savehist-xemacs): Remove.
12639 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12640 (savehist-no-conversion): Use (featurep 'xemacs).
12641 (savehist-load): Check existence of start-itimer rather than XEmacs.
12642 Use an idle timer.
12643 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12644 `delete-if-not'.
12645
12646 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12647
12648 * savehist.el: Newer version.
12649 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12650 (savehist-last-checksum, savehist-no-conversion): New vars.
12651 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12652 New functions.
12653 (savehist-load, savehist-save): Use them.
12654 (savehist-delimit): Remove.
12655
12656 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12657
12658 * progmodes/compile.el (compilation-goto-locus): Display the
12659 compilation buffer first and the source buffer second, in case they're
12660 in overlapping frames. Don't raise the compilation frame if it was the
12661 selected window upon entry. Pass the `other-window' arg to
12662 pop-to-buffer.
12663
12664 * info.el (Info-fontify-node): Use dolist.
12665 Change add-text-properties to put-text-property.
12666
12667 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12668
12669 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12670 bound of search.
12671
12672 2005-10-16 Masatake YAMATO <jet@gyve.org>
12673
12674 * dabbrev.el (dabbrev-completion): Pass the common
12675 prefix substring of completion to `display-completion-list'.
12676
12677 * filecache.el (file-cache-minibuffer-complete)
12678 (file-cache-complete): Ditto.
12679
12680 * tempo.el (tempo-display-completions): Ditto.
12681
12682 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12683
12684 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12685
12686 * eshell/em-hist.el (eshell-list-history): Ditto.
12687
12688 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12689
12690 * mail/mailalias.el (mail-complete): Ditto.
12691
12692 * progmodes/etags.el (complete-tag): Ditto.
12693
12694 * progmodes/make-mode.el (makefile-complete): Ditto.
12695
12696 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12697
12698 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12699
12700 * progmodes/pascal.el (pascal-complete-word)
12701 (pascal-show-completions): Ditto.
12702
12703 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12704
12705 * simple.el (completion-common-substring): New variable.
12706 (completion-setup-function): Use `completion-common-substring'
12707 to put faces.
12708
12709 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12710
12711 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12712 (x-get-selection, mac-select-convert-to-string): Convert from/to
12713 UTF-16 clipboard data as in native byte order, no BOM.
12714
12715 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12716
12717 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12718 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12719 (gud-sentinel): Use speedbar-frame to check for speedbar.
12720
12721 2005-10-15 Richard M. Stallman <rms@gnu.org>
12722
12723 * savehist.el: New file.
12724
12725 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12726
12727 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12728 Fix bug in \bf fontification.
12729
12730 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * pcvs.el (cvs-edit-log-files): New var.
12733 (cvs-mode-edit-log): New arg `file'.
12734 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12735 Instead force the use of the original file and nothing else.
12736 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12737 the cvs-minor-wrap-function is set.
12738 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12739
12740 2005-10-14 Bill Wohler <wohler@newt.com>
12741
12742 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12743 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12744 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12745 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12746 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12747 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12748 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12749 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12750 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12751 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12752 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12753 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12754 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12755 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12756 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12757
12758 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12759 appropriately (for example, gud-break to gud/break).
12760
12761 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12762
12763 * longlines.el (longlinges-search-function)
12764 (longlines-search-forward, longlines-search-backward): New functions.
12765 (longlines-mode): Set isearch-search-fun-function to
12766 longlinges-search-function.
12767
12768 * mouse.el (mouse-drag-region-1): Handle the case where a
12769 double-click event is bound to an arbitrary function.
12770
12771 2005-10-14 David Ponce <david@dponce.com>
12772
12773 * recentf.el (recentf-track-opened-file)
12774 (recentf-track-closed-file, recentf-update-menu)
12775 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12776 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12777 mouse-1-click-follows-link.
12778
12779 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12780
12781 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12782 Gnome file-manager.png. Suggested by
12783 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12784
12785 * toolbar/README: Add diropen.xpm.
12786
12787 2005-10-13 Bill Wohler <wohler@newt.com>
12788
12789 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12790 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12791
12792 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12793
12794 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12795 Don't waste the byte-compiler's time on constant data.
12796
12797 2005-10-13 Kenichi Handa <handa@m17n.org>
12798
12799 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12800 byte with `escape-glyph' face.
12801
12802 * international/fontset.el (ccl-encode-unicode-font):
12803 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12804 Handle the case that ucs-mule-to-mule-unicode translates a character to
12805 ASCII (usually for IPA characters).
12806
12807 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12808
12809 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12810 Don't hide the underline of titles if font-lock-mode is disabled.
12811
12812 2005-10-12 Bill Wohler <wohler@newt.com>
12813
12814 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12815 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12816 files in MH-E-SRC have been updated.
12817 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12818
12819 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12820
12821 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12822 (mixal-mode-syntax-table): Add \n as end-comment.
12823 (mixal-operation-codes-alist): Immediately initialize to full value.
12824 (mixal-add-operation-code): Remove.
12825 (mixal-describe-operation-code): Make the arg non-optional.
12826 Use the interactive spec instead.
12827 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12828 (mixal-font-lock-keywords): Don't highlight comments here any more.
12829 (mixal-font-lock-syntactic-keywords): New var.
12830 (mixal-mode): Use it. Fix comment-start-skip.
12831
12832 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12833
12834 * startup.el (command-line-x-option-alist): -nb => -nbi
12835
12836 2005-10-12 Kim F. Storm <storm@cua.dk>
12837
12838 * startup.el (fancy-splash-default-action): Discard mouse click in
12839 the splash screen window, as it has no sensible meaning in the
12840 next window to be selected. Fixes error reported by Jan D.
12841
12842 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12843
12844 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12845
12846 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12849 Try to fix up minor layout issues like indentation, line break, etc...
12850 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12851 because it doesn't work.
12852 (mixal-operation-codes): Add some more codes.
12853 (mixal-font-lock-keywords): Process comments here.
12854 (mixal-mode): mixasm no longer needs -g option.
12855
12856 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12857
12858 * progmodes/sh-script.el (sh-tmp-file):
12859 Use mktemp -t. Finish support for es and rc shells.
12860
12861 2005-10-11 Jay Belanger <belanger@truman.edu>
12862
12863 * calc/calcalg2.el (calc-integral): With an argument, compute the
12864 definite integral.
12865
12866 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12867
12868 * mouse.el (mouse-drag-region-1): Don't try to catch a
12869 double-click when doing follow-link (it's overridden anyway).
12870
12871 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12872
12873 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12874 (autoload-print-form-outbuf): Add docstring.
12875
12876 2005-10-11 Juri Linkov <juri@jurta.org>
12877
12878 * info.el (Info-mode-menu): Delete menu item "Edit".
12879 (Info-mode): Delete description of Info-edit from docstring,
12880 and rearrange descriptions of Info commands in the order
12881 they are documented in the Info manual.
12882
12883 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12884
12885 * calendar/appt.el (appt-check): Use diary-selective-display var.
12886
12887 2005-10-10 Richard M. Stallman <rms@gnu.org>
12888
12889 * net/newsticker.el (newsticker-start, newsticker-show-news):
12890 Add autoload cookies.
12891
12892 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12893
12894 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12895
12896 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12897
12898 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12899
12900 2005-10-10 Jay Belanger <belanger@truman.edu>
12901
12902 * calc/calc-arith.el (math-check-known-scalarp)
12903 (math-check-known-matrixp): Check the values of arguments that are
12904 variables.
12905 (math-check-known-square-matrixp): New function.
12906 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12907 (math-super-types): Add sqmatrix type.
12908
12909 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12910 mode name `square' to `sqmatrix'.
12911
12912 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12913 mode name `square' to `sqmatrix'.
12914
12915 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12916
12917 * progmodes/etags.el (select-tags-table-mode): Don't use
12918 selective-display.
12919 (tags-select-tags-table): Pass `button' to the action function.
12920 (select-tags-table): Place the side-info on button properties rather
12921 than in hidden text. Abbreviate file names.
12922 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12923 (select-tags-table-select): Add `button' argument.
12924 Get side-info from the button property rather than from hidden text.
12925
12926 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12927
12928 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12929 (gud-speedbar-buttons): Preserve point if possible.
12930 (gud-sentinel): Restore previous speedbar display type.
12931
12932 * progmodes/gdb-ui.el (gdba): Improve diagram.
12933 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12934 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12935 Call get-buffer-window once.
12936
12937 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12938
12939 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12940 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12941 (pascal-indent-command): Remove unused var `ind'.
12942 (pascal-indent-case): Remove unused var `oldpos'.
12943 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12944 since it's now used as a proper minor mode map.
12945 (pascal-outline): Rename to pascal-outline-mode.
12946 (pascal-outline-mode): Use define-minor-mode.
12947 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12948 selective-display.
12949
12950 2005-10-10 Andreas Schwab <schwab@suse.de>
12951
12952 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12953 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12954
12955 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12956 outside source directory.
12957
12958 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12959
12960 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12961 C-x' as a prefix.
12962 (orgtbl-mode-map): Full keymap instead of sparse, because all
12963 `self-insert-command' keys are redefined in this map.
12964 (org-export-as-html): Specify charset for HTML file, by taking it
12965 from the coding system.
12966
12967 2005-10-10 Kenichi Handa <handa@m17n.org>
12968
12969 * textmodes/flyspell.el (flyspell-check-word-p):
12970 If unread-command-events is non-empty, don't call sit-for.
12971
12972 2005-10-09 Richard M. Stallman <rms@gnu.org>
12973
12974 * font-lock.el (font-lock-syntactic-keywords)
12975 (font-lock-keywords): Doc fixes.
12976
12977 * textmodes/flyspell.el (flyspell-external-point-words):
12978 Simplify logic, and don't try to check for consecutive appearances
12979 of one incorrect word.
12980
12981 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12982
12983 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12984 separator.
12985
12986 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12987 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12988 (gud-expansion-speedbar-buttons): New function.
12989 (gud-speedbar-buttons): Check for gud-comint-buffer.
12990
12991 2005-10-09 Bill Wohler <wohler@newt.com>
12992
12993 * Makefile.in (updates): Add mh-loaddefs dependency.
12994
12995 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12996
12997 * speedbar.el (speedbar-file-key-map): Fix typo.
12998
12999 2005-10-09 Daniel Brockman <daniel@brockman.se>
13000
13001 * cus-start.el (line-spacing): Add custom spec.
13002
13003 2005-10-09 Romain Francoise <romain@orebokech.com>
13004
13005 * textmodes/ispell.el (ispell-check-version): Fix last change.
13006
13007 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13008
13009 * term/x-win.el: Remove -i, --icon-type from comment.
13010
13011 * startup.el (command-line-x-option-alist): Remove options -i,
13012 -itype, --icon-type, added -nb, --no-bitmap-icon
13013
13014 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13015
13016 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13017 instead of :active.
13018
13019 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13020
13021 * textmodes/ispell.el (ispell-check-version):
13022 Ignore hyphen, and all that follows, in aspell's version text.
13023
13024 2005-10-08 Jay Belanger <belanger@truman.edu>
13025
13026 * calc/calc-arith.el (math-known-square-matrixp): New function.
13027 (math-pow-fancy): Check for matrices before distributing exponent
13028 across products.
13029
13030 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13031 fullscreen keypad. Suggested by Luc Teirlinck.
13032 (calc-keypad-show-input): Add space for formatting.
13033
13034 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13035 Add square matrix option.
13036
13037 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13038 of checking calc-matrix-mode when deciding how to expand.
13039
13040 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13041
13042 2005-10-08 Lars Hansen <larsh@soem.dk>
13043
13044 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13045 Add error handling.
13046 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13047
13048 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13049
13050 Sync with Tramp 2.0.51.
13051
13052 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13053 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13054 Insert special handling for `last-coding-system-used', again
13055 it still seems to be necessary (unlike stated before).
13056 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13057 (tramp-password-prompt-regexp): There might be other words before
13058 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13059 (tramp-chunksize): Improve docstring.
13060 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13061 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13062 Christian Joergensen <bugs@razor.dk>.
13063
13064 2005-10-07 Glenn Morris <rgm@gnu.org>
13065
13066 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13067 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13068 precision'.
13069
13070 2005-10-07 Romain Francoise <romain@orebokech.com>
13071
13072 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13073 (ibuffer-do-shell-command-pipe-replace)
13074 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13075 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13076 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13077 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13078 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13079 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13080 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13081 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13082 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13083 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13084 Autoload file sans suffix.
13085
13086 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13087
13088 2005-10-07 David Ponce <david@dponce.com>
13089
13090 * recentf.el (recentf-menu-open-all-flag): New option.
13091 (recentf-digit-shortcut-command-name): New function.
13092 (recentf--shortcuts-keymap): New variable.
13093 (recentf-menu-shortcuts): New variable.
13094 (recentf-make-menu-items): Initialize it. Replace the "More..."
13095 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13096 (recentf-menu-value-shortcut): New function.
13097 (recentf-make-menu-item): Use it. No more in-lined.
13098 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13099 (recentf-open-most-recent-file): Rename from
13100 `recentf-open-file-with-key'. Don't depend on key binding.
13101 (recentf-mode-map): New variable.
13102 (recentf-mode): Use it.
13103
13104 2005-10-06 Bill Wohler <wohler@newt.com>
13105
13106 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13107
13108 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13109 (MH-E-SRC): New. Used by mh-autoloads.
13110 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13111 files in MH-E-SRC have been updated.
13112 (compile, recompile, bootstrap): Depend on mh-autoloads.
13113
13114 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13115
13116 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13117 gud-break and gud-remove icons when the fringe is not available.
13118
13119 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13120 Typo.
13121
13122 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13123
13124 * play/zone.el (zone): Wrap body with save-window-excursion.
13125
13126 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13129 Use the new `list-only' arg to diary-list-entries.
13130
13131 * calendar/diary-lib.el: Use overlays rather than selective-display.
13132 (diary-selective-display): New var.
13133 (diary-header-line-format): Use it.
13134 (diary-list-entries): Add argument `list-only'.
13135 Put the buffer in diary-mode. Don't add \^M at beg and end.
13136 Replace \^M by invisible overlays.
13137 (diary-unhide-everything): Replace \^M by invisible overlays.
13138 (print-diary-entries): Look for overlays rather than \^M.
13139 Add a space to the temp buffer name.
13140 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13141 Put the buffer in diary-mode.
13142 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13143 (diary-anniversary): Make the year arg optional.
13144 (diary-time-regexp): New const.
13145 (diary-font-lock-keywords): Use it to accept a few more time formats.
13146
13147 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13148
13149 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13150
13151 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13152 Fix bug introduced 2005-07-03: Use (car (last ...))
13153 to faithfully reproduce replaced artist-last.
13154 (artist-set-arrow-points-for-poly): Likewise.
13155 Suggested by Johan Bockg\e,Ae\e(Brd.
13156
13157 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13158
13159 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13160 * wid-edit.el (widget):
13161 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13162 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13163
13164 2005-10-06 Kenichi Handa <handa@m17n.org>
13165
13166 * international/mule-cmds.el (set-language-environment):
13167 Fix setting up of case-table for unibyte mode.
13168
13169 * simple.el (what-cursor-position): If the character is displayed
13170 by some `display' text property, show that. Don't use
13171 single-key-description for eight-bit characters in multibyte mode.
13172
13173 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13174
13175 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13176 (gdb-ann3): Set it.
13177 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13178 (gdb-info-frames-custom): Use inverse-video for first five
13179 characters of selected frame only.
13180 (gdb-get-frame-number): Select frame even when point is on frame
13181 number.
13182
13183 2005-10-06 Masatake YAMATO <jet@gyve.org>
13184
13185 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13186 Put `font-lock-function-name-face'.
13187 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13188 and `font-lock-variable-name-face'
13189 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13190 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13191 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13192 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13193 (gdb-local-font-lock-keywords): New font lock keywords definition.
13194 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13195 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13196 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13197
13198 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13199
13200 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13201 (ediff-merge-region-is-non-clash-to-skip): Previously called
13202 ediff-merge-region-is-non-clash.
13203
13204 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13205 Use insert-buffer-substring.
13206
13207 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13208 selecting files to patch. Also bug fixes.
13209
13210 * ediff-util.el (ediff-setup): Bug fix.
13211 (ediff-next-difference): Never skip clashes that differ in white
13212 space only.
13213
13214 * ediff-wind.el (ediff-setup-control-frame)
13215 (ediff-destroy-control-frame): Check the menubar feature.
13216
13217 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13218 (viper-refresh-mode-line): Use make-local-variable to localize
13219 some vars instead of make-variable-buffer-local. Suggested by
13220 Stefan Monnier.
13221
13222 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13223 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13224 Use make-local-variable instead of make-variable-buffer-local.
13225 Suggested by Stefan Monnier.
13226
13227 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13228 (viper-comint-mode-hook): Use make-local-variable on
13229 require-final-newline.
13230 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13231
13232 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13233
13234 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13235 also the second char of a comment-start sequence.
13236 (scheme-sexp-comment-syntax-table): New var.
13237 (lambda, define): Set their scheme-doc-string-elt property.
13238 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13239 Use lisp-font-lock-syntactic-face-function now that it properly
13240 handles |...| symbols.
13241 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13242 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13243
13244 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13245 bit from # to |.
13246 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13247
13248 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13249 (lisp-doc-string-elt-property): New var.
13250 (lisp-font-lock-syntactic-face-function): Use it.
13251 Rewrite to recognize docstrings even for forms not at toplevel.
13252
13253 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13254 annotation on the | part of #| rather than on the # part.
13255 (scheme-font-lock-syntactic-face-function): New function, to
13256 distinguish strings from |...| symbols.
13257 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13258 syntax-table so that #|...|# is properly highlighted.
13259
13260 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13261 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13262
13263 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13266 and C-e.
13267
13268 * emacs-lisp/eldoc.el: Move comments into docstrings.
13269 (eldoc-message-commands): Initialize in its declaration.
13270 Add move-beginning-of-line and move-end-of-line.
13271 (eldoc-add-command, eldoc-add-command-completions)
13272 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13273
13274 * outline.el (outline-mark-subtree): Activate the mark.
13275
13276 * calendar/appt.el (appt-time-regexp): New var.
13277 (appt-add, appt-make-list): Use it.
13278 (appt-convert-time): Clean up.
13279
13280 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13281 Don't set any syntax-table property here.
13282 (tex-font-lock-verb): New function. Do it here.
13283 (tex-font-lock-syntactic-keywords): Use it.
13284
13285 2005-10-04 Richard M. Stallman <rms@gnu.org>
13286
13287 * wid-edit.el (widget-file-complete): Get the widget start point
13288 the right way. Default directory to `/' if file has none.
13289
13290 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13291
13292 * textmodes/flyspell.el (flyspell-mode-on):
13293 Call ispell-maybe-find-aspell-dictionaries.
13294
13295 * textmodes/ispell.el (ispell-word, ispell-region):
13296 Call ispell-maybe-find-aspell-dictionaries.
13297 (ispell-accept-buffer-local-defs):
13298 Don't call ispell-maybe-find-aspell-dictionaries
13299
13300 2005-10-04 Richard M. Stallman <rms@gnu.org>
13301
13302 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13303
13304 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13305
13306 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13307 instead of `fboundp' in order to allow for anonymous functions.
13308
13309 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13310
13311 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13312 case the user clicks on the link while another window is selected.
13313 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13314
13315 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13316 functionality.
13317 (dframe-help-echo): Save point in case mouse tracking is off.
13318
13319 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13320
13321 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13322
13323 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13324
13325 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13326 not change the global value of those vars.
13327
13328 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13329 make-local-variable which we do not need any more.
13330
13331 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13332
13333 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13334 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13335 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13336 (speedbar-path-line): Define obsolete aliases.
13337 (speedbar-line-directory): Doc fix.
13338
13339 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13340 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13341 instead of speedbar-line-path.
13342
13343 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13344
13345 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13346 to nil if dropping on a window. Handle dropping on a minibuffer window
13347 like dropping on a non-window part of Emacs.
13348
13349 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * net/ange-ftp.el: Use with-current-buffer.
13352 (ange-ftp-insert-directory): Do not follow symlinks any more.
13353
13354 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13355 Remove interactive spec.
13356
13357 2005-10-03 Kim F. Storm <storm@cua.dk>
13358
13359 * ido.el (ido-mode): Use custom-initialize-set.
13360
13361 2005-10-02 Richard M. Stallman <rms@gnu.org>
13362
13363 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13364 Use insert-buffer-substring.
13365
13366 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13367 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13368
13369 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13370
13371 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13372 in last change.
13373 (ange-ftp-insert-directory): Fix up the search for the case where
13374 `file' is absolute.
13375
13376 2005-10-02 Romain Francoise <romain@orebokech.com>
13377
13378 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13379
13380 2005-10-02 Andreas Schwab <schwab@suse.de>
13381
13382 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13383 directory component in the session info.
13384
13385 2005-10-01 Richard M. Stallman <rms@gnu.org>
13386
13387 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13388
13389 * simple.el (next-error-internal): New function.
13390
13391 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13392 (compilation-start): Pass new arg to compilation-buffer-name.
13393 (compile-goto-error): Use next-error-internal.
13394
13395 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13396
13397 * speedbar.el: Remove RCS tag.
13398 (speedbar-check-read-only): Handle non-existent files.
13399
13400 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13401
13402 * info.el (Info-speedbar-hierarchy-buttons)
13403 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13404
13405 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13406
13407 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13408 Do not match newline.
13409 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13410 (bibtex-summary): Remove unnecessary save-excursion.
13411 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13412
13413 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13414
13415 * term/mac-win.el: Add charset info for "iso10646-1".
13416 Modify default fontset to use ATSUI-compatible fonts for some charsets
13417 if available.
13418
13419 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13420
13421 * speedbar.el: Re-apply arch tag.
13422 (speedbar-version): Rename to version 1.0. Suggested by Eric
13423 M. Ludlam.
13424 Reapply two changes from Emacs CVS' version of speedbar lost
13425 during the merge:
13426 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13427 (speedbar-frame-parameters): Improve customize type.
13428
13429 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13430
13431 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13432 (ange-ftp-file-directory-p): Fix the symlink case.
13433 (ange-ftp-insert-directory): When listing a single file, get a list of
13434 the parent buffer and extract the relevant line. Inspired from a patch
13435 by Katsumi Yamaoka <yamaoka@jpl.org>.
13436 (ange-ftp-file-name-sans-versions): Simplify.
13437
13438 2005-09-30 Bill Wohler <wohler@newt.com>
13439
13440 Move MH-E image files from toolbar and mail directories into
13441 etc/images.
13442
13443 * mail/reply2.*: Move to etc/images/mail/reply*.
13444
13445 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13446 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13447 etc/images.
13448
13449 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13450 * toolbar/reply*: Move to etc/images/mail.
13451
13452 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13453
13454 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13455
13456 * speedbar.el: New version 1.0pre3.
13457
13458 Frame management code (including timer, and mouse click specifics)
13459 moved to dframe.el:
13460 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13461 (speedbar-timer): Removed. Use dframe-timer.
13462 (speedbar-close-frame): Removed. Use dframe-close-frame.
13463 (speedbar-activity-change-focus-flag): Removed. Use
13464 dframe-activity-change-focus-flag.
13465 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13466 dframe-update-speed.
13467
13468 (speedbar-current-frame): New macro. Use this instead of the
13469 variable speedbar-frame.
13470
13471 (speedbar-use-images, speedbar-expand-image-button-alist)
13472 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13473
13474 (speedbar-find-image-on-load-path): Removed. Replaced by
13475 defezimage in ezimage.el.
13476 (speedbar-expand-image-button-alist): Removed. Replaced by
13477 ezimage-expand-image-button-alist in ezimage.el.
13478
13479 (speedbar-ignored-directory-regexp)
13480 (speedbar-add-ignored-directory-regexp)
13481 (speedbar-ignored-directory-expressions)
13482 (speedbar-line-directory, speedbar-buffers-line-directory)
13483 (speedbar-directory-line, speedbar-buffers-line-directory):
13484 Renamed, replacing `path' with `directory'.
13485
13486 (speedbar-create-directory, speedbar-expand-line-descendants)
13487 (speedbar-toggle-line-expansion)
13488 (speedbar-contract-line-descendants): New commands.
13489
13490 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13491 (speedbar-use-tool-tips-flag): New options.
13492
13493 (speedbar-check-read-only, speedbar-require-version)
13494 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13495 (speedbar-handle-delete-frame, speedbar-try-completion)
13496 (speedbar-update-localized-contents): New functions.
13497
13498 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13499 (speedbar-object-read-only-indicator): New variables.
13500
13501 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13502 New hooks.
13503
13504 (speedbar-separator-face): New face.
13505
13506 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13507 (speedbar-ignored-modes): Add fundamental-mode.
13508 (speedbar-directory-unshown-regexp): Add . directories.
13509
13510 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13511 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13512 `]' for full expand/close.
13513 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13514
13515 (speedbar-check-vc): Support hidden files.
13516 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13517 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13518 state is nil, it is not checked out.
13519
13520 (speedbar-line-text, speedbar-line-token): Support expand buttons
13521 with no text.
13522 (speedbar-refresh): Universal argument acts as power-click.
13523 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13524 that buffer to get variable values.
13525
13526 And many other bugfixes.
13527
13528 * dframe.el, ezimage.el, sb-image.el: New files.
13529
13530 * sb-*.xpm: Remove files. New image files installed into
13531 etc/images/ezimage.
13532
13533 2005-09-30 Kenichi Handa <handa@m17n.org>
13534
13535 * ps-mule.el (ps-mule-show-warning): If a character is in
13536 ps-print-translation-table, don't treat it as non-printable.
13537
13538 2005-09-30 David Ponce <david@dponce.com>
13539
13540 * tree-widget.el (tree-widget-themes-load-path): New variable.
13541 (tree-widget-themes-directory): Doc fix.
13542 (tree-widget-image-formats) [Emacs]: Doc fix.
13543 (tree-widget--locate-sub-directory): New function.
13544 (tree-widget-themes-directory): Use it.
13545
13546 * recentf.el (recentf-filename-handlers): Rename from
13547 `recentf-filename-handler'. Allow a list of functions.
13548 (recentf-menu-items-for-commands): Fix :help strings.
13549 (recentf-apply-filename-handlers): New function.
13550 (recentf-expand-file-name): Use it.
13551 (recentf-cleanup): Remove duplicates too.
13552
13553 2005-09-29 Juri Linkov <juri@jurta.org>
13554
13555 * faces.el: Rearrange face definitions to be in the same order as
13556 their face descriptions in "(emacs)Standard Faces".
13557
13558 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13559
13560 * tooltip.el (tooltip): Add group `basic-faces'.
13561
13562 * buff-menu.el (Buffer-menu-buffer): Remove group
13563 `font-lock-highlighting-faces'.
13564
13565 * progmodes/compile.el (compilation-error, compilation-warning)
13566 (compilation-info, compilation-line-number, compilation-column-number):
13567 Change group from `font-lock-highlighting-faces' to `compilation'.
13568
13569 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13570 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13571 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13572 (vhdl-font-lock-reserved-words-face)
13573 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13574 `font-lock-highlighting-faces'.
13575
13576 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13577
13578 2005-09-28 Kim F. Storm <storm@cua.dk>
13579
13580 * emulation/cua-base.el: Set CUA move property on additional commands:
13581 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13582 forward-sexp, backward-sexp, forward-list, backward-list.
13583
13584 2005-09-28 Romain Francoise <romain@orebokech.com>
13585
13586 * comint.el (comint-show-output): Really set point at the
13587 beginning of the output when not using `comint-use-prompt-regexp'.
13588
13589 2005-09-27 Jay Belanger <belanger@truman.edu>
13590
13591 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13592 in TeX mode.
13593
13594 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13595
13596 * textmodes/org.el (org-table-sum): Fix format string.
13597
13598 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13599 Quote face names.
13600
13601 2005-09-26 Romain Francoise <romain@orebokech.com>
13602
13603 * isearch.el (isearch-forward-regexp): Close doc string.
13604
13605 2005-09-25 Richard M. Stallman <rms@gnu.org>
13606
13607 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13608
13609 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13610
13611 * progmodes/compile.el (compilation-error-properties):
13612 When getting the file from the previous error message,
13613 correctly decode the new data format.
13614
13615 * progmodes/cc-cmds.el (c-electric-paren):
13616 Call old-blink-paren only for close-paren.
13617
13618 2005-09-24 Andreas Schwab <schwab@suse.de>
13619
13620 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13621 condition.
13622
13623 2005-09-25 Romain Francoise <romain@orebokech.com>
13624
13625 * dired-aux.el (dired-copy-file-recursive):
13626 * dired.el (dired-delete-file):
13627 * ediff-mult.el (ediff-dir-diff-copy-file):
13628 * ediff-util.el (ediff-test-save-region):
13629 * forms.el (forms-mode):
13630 * ido.el (ido-file-internal, ido-delete-file-at-head):
13631 * log-edit.el (log-edit-done):
13632 * ses.el (ses-yank-resize):
13633 * play/gomoku.el (gomoku-human-plays, gomoku)
13634 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13635 (gomoku-offer-a-draw):
13636 * play/landmark.el (lm-human-resigns, lm):
13637 * net/eudcb-ldap.el (eudc-ldap-check-base):
13638 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13639 * progmodes/ebrowse.el (ebrowse-find-pattern):
13640 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13641 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13642 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13643
13644 * vc.el (vc-delete-file):
13645 * play/gomoku.el (gomoku-terminate-game, gomoku)
13646 (gomoku-prompt-for-move, gomoku-human-takes-back):
13647 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13648 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13649
13650 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13651
13652 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13653 color rxvt terminals by using the code xterm.el used to use before
13654 2005-04-09 in order to match the colors used by rxvt.
13655
13656 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13657
13658 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13659 colors rxvt-unicode terminals by using the same code as xterm.el.
13660
13661 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13662
13663 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13664 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13665 new symbol used for the tex-verbatim face.
13666
13667 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13668
13669 * woman.el (woman-file-name):
13670 * wid-edit.el (widget-file-prompt-value)
13671 (widget-coding-system-prompt-value):
13672 * w32-fns.el (set-w32-system-coding-system):
13673 * vc.el (vc-version-diff, vc-annotate):
13674 * textmodes/reftex-auc.el (reftex-arg-cite)
13675 (reftex-arg-index-tag):
13676 * textmodes/refer.el (refer-get-bib-files):
13677 * textmodes/artist.el (artist-figlet-choose-font):
13678 * terminal.el (terminal-emulator):
13679 * replace.el (occur-read-primary-args):
13680 * rect.el (string-rectangle, string-insert-rectangle):
13681 * ps-print.el (ps-print-preprint):
13682 * progmodes/pascal.el (pascal-goto-defun):
13683 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13684 * progmodes/compile.el (compilation-find-file):
13685 * printing.el (pr-interactive-n-up):
13686 * play/animate.el (animate-birthday-present):
13687 * net/rcompile.el (remote-compile):
13688 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13689 * mail/rmailsum.el (rmail-summary-search-backward)
13690 (rmail-summary-search):
13691 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13692 (rmail-output-read-file-name):
13693 * mail/rmail.el (rmail-search, rmail-search-backwards):
13694 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13695 * locate.el (locate):
13696 * international/quail.el (quail-show-keyboard-layout):
13697 * international/mule.el (set-buffer-file-coding-system)
13698 (revert-buffer-with-coding-system, set-file-name-coding-system)
13699 (set-terminal-coding-system, set-keyboard-coding-system)
13700 (set-next-selection-coding-system):
13701 * international/mule-diag.el (describe-coding-system)
13702 (describe-font, describe-fontset):
13703 * international/mule-cmds.el (universal-coding-system-argument)
13704 (search-unencodable-char, describe-input-method)
13705 (set-language-environment, describe-language-environment):
13706 * international/codepage.el (codepage-setup):
13707 * international/code-pages.el (codepage-setup):
13708 * info.el (Info-search, Info-follow-reference)
13709 (Info-search-backward):
13710 * emacs-lisp/advice.el (ad-read-advised-function)
13711 (ad-read-advice-class, ad-clear-cache, ad-activate)
13712 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13713 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13714 (ad-read-regexp):
13715 * ediff-util.el (ediff-toggle-regexp-match):
13716 * ediff-ptch.el (ediff-prompt-for-patch-file):
13717 * dired-aux.el (dired-diff):
13718 * diff.el (diff):
13719 * cus-edit.el (custom-variable-prompt):
13720 * calendar/timeclock.el (timeclock-ask-for-project):
13721 * calc/calcalg3.el (calc-get-fit-variables):
13722 * calc/calc-store.el (calc-edit-variable)
13723 (calc-permanent-variable):
13724 * vc-mcvs.el (vc-mcvs-register):
13725 * shadowfile.el (shadow-define-literal-group):
13726 * woman.el (woman-file-name):
13727 * vc.el (vc-version-diff, vc-merge):
13728 * textmodes/reftex-index.el (reftex-index-complete-tag):
13729 * format.el (format-decode-buffer, format-decode-region):
13730 * emulation/viper-cmd.el (viper-read-string-with-history):
13731 * emacs-lisp/debug.el (cancel-debug-on-entry):
13732 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13733 * ediff.el (ediff-merge-revisions)
13734 (ediff-merge-revisions-with-ancestor, ediff-revision):
13735 * completion.el (interactive-completion-string-reader):
13736 * calc/calc-prog.el (calc-user-define-formula):
13737 Follow convention for reading with the minibuffer.
13738
13739 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13740
13741 * progmodes/python.el (python-describe-symbol): Add globals() and
13742 locals() to the arguments of emacs.ehelp.
13743
13744 2005-09-24 Magnus Henoch <mange@freemail.hu>
13745
13746 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13747 New function, code extracted from ispell-valid-dictionary-list.
13748 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13749 Call it.
13750
13751 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13752
13753 * subr.el (version-regexp-alist): Extend valid syntax for version
13754 strings: allow any of the characters -,_,+ to separate the
13755 alpha/beta/rc part from the version part. Doc fix.
13756 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13757
13758 2005-09-23 David Reitter <david.reitter@gmail.com>
13759
13760 * mail/mailclient.el: New file.
13761
13762 2005-09-23 Richard M. Stallman <rms@gnu.org>
13763
13764 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13765 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13766 Doc fixes.
13767
13768 * progmodes/cc-mode.el (c-font-lock-init):
13769 Specify font-lock-lines-before.
13770
13771 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13774 whole conflict.
13775
13776 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13777
13778 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13779 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13780 of `remap' feature when available. Additional key bindings for
13781 better tty support.
13782 (org-mode-restart, org-force-self-insert): New commands.
13783 (org-time-stamp-inactive): New command.
13784 (org-remap): New function.
13785 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13786 (org-enable-fixed-width-editor): Move to `org-structure'
13787 customization group.
13788 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13789 blank field after field motion commands.
13790
13791 2005-09-23 Kenichi Handa <handa@m17n.org>
13792
13793 * international/mule-cmds.el (set-language-environment):
13794 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13795 have to call utf-translate-cjk-load-tables.
13796
13797 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13798
13799 * mouse.el (mouse-move-drag-overlay): Fix last change.
13800
13801 2005-09-22 David Ponce <david@dponce.com>
13802
13803 * tree-widget.el (tree-widget-value-create): Fix previous change.
13804
13805 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13806
13807 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13808
13809 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * mouse.el (mouse-move-drag-overlay): New function.
13812 (mouse-drag-region-1): Use it.
13813 Try to simplify a bit the state handling. Handle clicks on links
13814 inside intangible areas.
13815 (mouse-save-then-kill): Minor simplification.
13816 (mouse-secondary-overlay): Make it always non-nil instead of
13817 recreating it each time.
13818 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13819 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13820 Simplify accordingly.
13821
13822 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13823
13824 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13825
13826 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13827
13828 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13829 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13830 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13831 to patch.
13832
13833 * ediff-util.el: Use insert-buffer-substring.
13834
13835 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13836
13837 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13838 field boundaries in the minibuffer.
13839 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13840 (viper-minibuffer-post-command-hook): New hook.
13841 (viper-line): Don't move cursor at bolp.
13842
13843 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13844
13845 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13846 avoid compiler warnings.
13847
13848 * emulation/viper-macs.el (ex-map): Better messages.
13849
13850 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13851
13852 * emulation/viper.el: Replace make-variable-buffer-local with
13853 viper-make-variable-buffer-local everywhere, to avoid warnings.
13854
13855 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13856
13857 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13858 Delete unused var `old-selected-window'.
13859 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13860 (mouse-drag-secondary): Delete unused var `start-frame'.
13861
13862 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13863
13864 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13865
13866 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13867
13868 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13869 Re-indent within 80 columns. Use inhibit-read-only.
13870
13871 2005-09-19 Romain Francoise <romain@orebokech.com>
13872
13873 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13874
13875 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13876
13877 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13878 unconditionally, since the after-change-function already did it.
13879
13880 2005-09-19 Miles Bader <miles@gnu.org>
13881
13882 * net/newsticker.el: Get rid of CVS keyword.
13883
13884 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13885
13886 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13887 The prompt is formatted later.
13888
13889 2005-09-19 David Ponce <david@dponce.com>
13890
13891 * tree-widget.el (tree-widget-value-create): Save the converted
13892 tree :node widget.
13893
13894 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13895
13896 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13897 variable `message'.
13898
13899 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13900
13901 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13902 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13903 <slawomir.nowaczyk.847@student.lu.se>.
13904
13905 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13906
13907 * image.el (image-load-path): Use symbol `data-directory' instead
13908 of its value, for backward compatibility with packages that bind
13909 it during `find-image'. Suggested by Katsumi Yamaoka.
13910 (image-search-load-path): Handle symbols whose values are strings.
13911
13912 2005-09-18 Romain Francoise <romain@orebokech.com>
13913
13914 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13915 with-current-buffer form in save-excursion.
13916
13917 2005-09-18 Deepak Goel <deego@gnufans.org>
13918
13919 * apropos.el (apropos-command): Fix `message' call: first arg
13920 should be a format spec. In this and all other cases that appear
13921 below and elsewhere in the source code, I made a change only when
13922 two conditions were satisfied: [1] I can think of a possibility
13923 that the arguments would cause an error, for example, the code in
13924 question relies on external variables such as filenames. [2] I
13925 was sure that the arg to `message' could not have been nil in the code.
13926
13927 * textmodes/tildify.el (tildify-region): Ditto.
13928
13929 * textmodes/reftex-index.el (reftex-index-change-entry)
13930 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13931 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13932 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13933 (org-priority, org-table-sum):
13934 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13935 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13936 (flyspell-word, flyspell-display-next-corrections):
13937 * textmodes/bibtex.el (bibtex-print-help-message):
13938 * textmodes/artist.el (artist-key-set-point-poly):
13939 * term/mac-win.el (mac-services-insert-text):
13940 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13941 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13942 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13943 (vhdl-compose-configuration):
13944 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13945 (sh-set-indent, sh-learn-line-indent):
13946 * progmodes/ps-mode.el (ps-mode-target-column):
13947 * progmodes/idlwave.el (idlwave-make-tags)
13948 (idlwave-scan-library-catalogs):
13949 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13950 * progmodes/gud.el (gud-jdb-analyze-source):
13951 * progmodes/flymake.el (flymake-log):
13952 * progmodes/ebnf2ps.el (ebnf-generate-region):
13953 * progmodes/cmacexp.el (c-macro-expansion):
13954 * progmodes/ada-xref.el (ada-treat-cmd-string):
13955 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13956 (ada-justified-indent-current, ada-batch-reformat):
13957 * play/zone.el (zone):
13958 * play/landmark.el (lm-move):
13959 * play/decipher.el (decipher-show-alphabet):
13960 * net/newsticker.el (newsticker--display-jump)
13961 (newsticker--display-scroll):
13962 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13963 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13964 * mail/feedmail.el (feedmail-dump-message-to-queue):
13965 * eshell/esh-proc.el (eshell-remove-process-entry):
13966 * emulation/ws-mode.el (ws-last-error):
13967 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13968 (viper-record-kbd-macro):
13969 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13970 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13971 * emacs-lisp/find-func.el (find-function-noselect):
13972 * calendar/timeclock.el (timeclock-status-string)
13973 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13974 (timeclock-when-to-leave-string):
13975 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13976 * calc/calc-units.el (calc-enter-units-table):
13977 * calc/calc-mode.el (calc-mode-record-mode):
13978 * woman.el (woman-mini-help):
13979 * wdired.el (wdired-change-to-wdired-mode):
13980 * vc.el (vc-retrieve-snapshot):
13981 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13982 * startup.el (display-startup-echo-area-message):
13983 * simple.el (set-goal-column):
13984 * ses.el (ses-command-hook, ses-recalculate-cell):
13985 * server.el (server-process-filter):
13986 * printing.el (pr-interface-txt-print, pr-interface-printify)
13987 (pr-interface-ps):
13988 * pcvs.el (cvs-help):
13989 * log-edit.el (log-edit, log-edit-mode-help):
13990 * iswitchb.el (iswitchb-possible-new-buffer):
13991 * isearch.el (isearch-edit-string):
13992 * image-mode.el (image-mode, image-minor-mode):
13993 * ibuf-macs.el (define-ibuffer-filter):
13994 * hi-lock.el (hi-lock-find-patterns):
13995 * files.el (toggle-read-only):
13996 * ediff-util.el (ediff-copy-diff)
13997 (ediff-write-merge-buffer-and-maybe-kill):
13998 * echistory.el (Electric-history-undefined):
13999 * dnd.el (dnd-insert-text):
14000 * dired-aux.el (dired-query):
14001 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14002 * bookmark.el (bookmark-bmenu-locate):
14003 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14004 Fix `message' calls to ensure first arg is a format string.
14005 The change was made only when these two conditions were satisfied:
14006 [1] when there is a possibility that the arguments would cause an error
14007 for example, if the code in question relies on external variables
14008 such as filenames, and
14009 [2] if the arg to `message' could not have been nil in the code.
14010
14011 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14012 Not having a %s would be weird, though not technically wrong.
14013
14014 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14015
14016 * term/mac-win.el (mac-add-charset-info): Doc fix.
14017
14018 2005-09-17 Romain Francoise <romain@orebokech.com>
14019
14020 * shell.el (shell-resync-dirs): Handle echoing processes more
14021 reliably. Don't insert resync command if `comint-process-echoes'
14022 is non-nil.
14023
14024 2005-09-17 Magnus Henoch <mange@freemail.hu>
14025
14026 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14027 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14028 aspell versions >= 0.60.
14029 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14030 only if ispell-aspell-supports-utf8 is non-nil.
14031
14032 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14033
14034 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14035 buffer-local value to lisp-indent-function.
14036
14037 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14038
14039 * progmodes/glasses.el (glasses-make-readable): If
14040 glasses-separator differs from underscore, put appropriate
14041 overlays over underscore characters.
14042 (glasses-convert-to-unreadable): If glasses-separator differs from
14043 underscore, try to convert glasses-separator characters to
14044 underscores.
14045
14046 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14049 Use with-syntax-table and dolist.
14050
14051 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14052
14053 * textmodes/reftex-auc.el:
14054 * textmodes/reftex-cite.el:
14055 * textmodes/reftex-dcr.el:
14056 * textmodes/reftex-global.el:
14057 * textmodes/reftex-parse.el:
14058 * textmodes/reftex-ref.el:
14059 * textmodes/reftex-sel.el:
14060 * textmodes/reftex-toc.el:
14061 * textmodes/reftex-vars.el:
14062 * textmodes/reftex.el: Small changes to remove compiler warnings.
14063
14064 * textmodes/reftex-index.el: Likewise.
14065 (reftex-query-index-phrase): More efficient use of markers.
14066
14067 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14068
14069 * image.el (image-load-path): New variable.
14070 (image-search-load-path): New function.
14071 (find-image): Search for images in `image-load-path'.
14072
14073 2005-09-15 Richard M. Stallman <rms@gnu.org>
14074
14075 * follow.el: Change Maintainer field.
14076
14077 2005-09-15 David Ponce <david@dponce.com>
14078
14079 * recentf.el (recentf-save-file-modes): New option.
14080 (recentf-save-list): Use it.
14081
14082 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14083
14084 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14085 (mode-line-mule-info, mode-line-modified): Move bindings from
14086 mouse-3 to mouse-1.
14087
14088 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14089
14090 * simple.el (sendmail-user-agent-compose): Revert last change.
14091
14092 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14093
14094 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14095 Use with-current-buffer.
14096 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14097 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14098 (ange-ftp-insert-directory): Remove unused var `short'.
14099 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14100
14101 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14102 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14103
14104 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14105 (check-calendar-holidays, diary-list-entries): Autoload.
14106 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14107 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14108
14109 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14110 which mistakenly removed a call to display-buffer.
14111
14112 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14113
14114 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14115
14116 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14117
14118 * progmodes/hideshow.el
14119 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14120 (hs-allow-nesting): New user var.
14121 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14122 (hs-hide-block-at-point): When nesting allowed,
14123 if there is already an overlay in place, delete it.
14124 (hs-safety-is-job-n): Delete func; remove call sites.
14125 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14126 (hs-overlay-at): New func.
14127 (hs-already-hidden-p, hs-show-block): Use it.
14128 (hs-hide-all): Don't pre-clean if nesting allowed.
14129 (hs-show-all): Temporarily disallow
14130 nesting around call to `hs-discard-overlays'.
14131
14132 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14133
14134 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14135 Delete unused local var.
14136
14137 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14138
14139 * help-fns.el (describe-categories): "?\ " -> "?\s".
14140 (help-do-arg-highlight): Recognize also ARG-n, as in
14141 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14142
14143 * international/codepage.el (dos-unsupported-char-glyph):
14144 * net/newsticker.el (tool-bar-map, w3-mode-map)
14145 (w3m-minor-mode-map):
14146 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14147 (ent-alist):
14148 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14149
14150 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14151
14152 * custom.el (custom-push-theme): Handle the case where a symbol is
14153 bound but face properties have not yet been assigned.
14154
14155 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14156 Fix behavior if noerase is `t' and there is no mail buffer.
14157
14158 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14159 if `continue' is nil, rather than signal an error.
14160
14161 2005-09-12 Richard M. Stallman <rms@gnu.org>
14162
14163 * font-lock.el (font-lock-keywords): Add autoload.
14164
14165 * help-fns.el (describe-variable): Rearrange to put source link
14166 in a predictable place.
14167
14168 * net/newsticker.el: New file.
14169
14170 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14171
14172 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14173 (calendar-basic-setup): Use the new nil arg.
14174 (number-of-diary-entries): Move to diary-lib.el.
14175
14176 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14177 (diary-list-entries): Use with-syntax-table and dolist.
14178 Rename from list-diary-entries.
14179 Use number-of-diary-entries if `number' is nil.
14180 (diary, diary-view-entries): Use this new name and new nil arg value.
14181 (number-of-diary-entries): Move from calendar.el.
14182 (diary-unhide-everything): New function.
14183 (include-other-diary-files, fancy-diary-display)
14184 (diary-show-all-entries, make-diary-entry): Use it.
14185 (diary-mail-entries): Use buffer-string.
14186 (mark-diary-entries): Fix long standing paren typo.
14187 (diary-sexp-entry): Use count-lines.
14188 (make-diary-entry): Avoid `previous-line'.
14189 (diary-mode-map): New var.
14190 (diary-mode): Redraw cal after saving. Setup header-line.
14191 (fancy-diary-display-mode): Use local-set-key.
14192
14193 * startup.el (command-line): Try calling various terminal-init-foo-bar
14194 functions by stripping hyphenated suffixes from $TERM.
14195
14196 * files.el (normal-mode): Check boundness of font-lock-keywords.
14197
14198 2005-09-12 Richard M. Stallman <rms@gnu.org>
14199
14200 * progmodes/compile.el: Don't decide a file's directory
14201 until the user actually tries to go there.
14202 (compilation-next-error-function):
14203 Pass compilation-find-file the directory from the file-struct.
14204 (compilation-internal-error-properties): Separate local FILE-STRUCT
14205 from FILE. Doc the args better. Rename arg FMT to FMTS.
14206 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14207 Expand it, and if nil, use default-directory.
14208 (compilation-get-file-structure): Don't mix specified directory
14209 with default directory. Put specified directory into
14210 file-struct. Don't make the file name absolute.
14211
14212 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14213 (compile-command): Add autoload.
14214 (compilation-disable-input): Add autoload.
14215
14216 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14217
14218 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14219 strings of the variables it can override.
14220 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14221 %Q and %q, for fully-qualified domain name and unqualified host name.
14222
14223 2005-09-11 Kim F. Storm <storm@cua.dk>
14224
14225 * emacs-lisp/authors.el (authors-aliases): Update list.
14226 (authors-fixed-entries): Update mldrag.el entry.
14227
14228 2005-09-10 Alan Mackenzie <acm@muc.de>
14229
14230 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14231 from the region narrowed to.
14232
14233 2005-09-10 Magnus Henoch <mange@freemail.hu>
14234
14235 * textmodes/ispell.el (ispell-check-version): Signal an error if
14236 aspell version is less than 0.60.
14237
14238 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14239
14240 * progmodes/octave-inf.el (inferior-octave-startup):
14241 Resync current dir at the end.
14242
14243 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14244
14245 * woman.el (woman-topic-at-point-default):
14246 Rename to woman-use-topic-at-point-default.
14247 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14248 (woman-file-name): Reflect renames above. Automatically use the
14249 word at point as topic if woman-use-topic-at-point is non-nil.
14250 Otherwise offer it as default but don't insert it in the
14251 minibuffer. Also use `test-completion' instead of `assoc' as
14252 suggested by Stefan Monnier.
14253
14254 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14255
14256 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14257 the attempt to do it over Tramp. This is not yet supported.
14258
14259 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14260
14261 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14262 (menu-bar-non-minibuffer-window-p): New functions.
14263 ("Split Window", "Save As..."): Use them.
14264 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14265 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14266 Use menu-bar-menu-frame-live-and-visible-p.
14267 ("Save Buffer", "Insert File", "Open Directory...")
14268 ("Open File...", "Visit New File..."):
14269 Use menu-bar-non-minibuffer-window-p.
14270 (kill-this-buffer-enabled-p, dired <menu-enable>):
14271 Use menu-bar-non-minibuffer-window-p.
14272
14273 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14274
14275 * cus-start.el (all): Don't complain about fringe-related
14276 built-ins if fringes are not supported. Ditto about
14277 selection-related built-ins. Fix the test for GTK-related built-ins.
14278
14279 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14280 ("Postscript Print Buffer", "Print Region", "Save As...")
14281 ("Save", "Insert File...", "Open Directory...")
14282 ("Open File...", "Visit New File..."")
14283 ("Truncate Long Lines in this Buffer"): Don't look at
14284 menu-updating-frame if this display does not support multiple frames.
14285
14286 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14287
14288 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14289
14290 2005-09-09 Emilio Lopes <eclig@gmx.net>
14291
14292 * woman.el: Format- and whitespace-related changes.
14293
14294 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14295
14296 * woman.el: Fix my email address.
14297
14298 2005-09-08 Richard M. Stallman <rms@gnu.org>
14299
14300 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14301 (sh-mode): Locally set skeleton-pair-default-alist.
14302
14303 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14304
14305 * progmodes/flymake.el: Require `compile' unconditionally.
14306
14307 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14308
14309 * woman.el (woman-file-name): Provide a default, not initial input.
14310
14311 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14312
14313 * font-lock.el (font-lock-support-mode): Doc fix.
14314
14315 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14316
14317 2005-09-08 Richard M. Stallman <rms@gnu.org>
14318
14319 * simple.el (blink-matching-open): Get rid of text props from
14320 the string shown in echo area. Don't permanently set point.
14321 Some rearrangements.
14322
14323 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14324
14325 * recentf.el (recentf-filename-handler): Add custom choice
14326 `abbreviate-file-name'.
14327
14328 * msb.el (msb--very-many-menus): Fix typo.
14329
14330 * disp-table.el (standard-display-european): Don't set
14331 enable-multibyte-characters to nil.
14332
14333 2005-09-08 David Ponce <david@dponce.com>
14334
14335 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14336 (recentf-expand-file-name): Doc fix.
14337 (recentf-dialog-mode-map): Define digit shortcuts.
14338 (recentf--files-with-key): New variable.
14339 (recentf-show-digit-shortcut-filter): New function.
14340 (recentf-open-files-items): New function.
14341 (recentf-open-files): Use it.
14342 (recentf-open-file-with-key): New command.
14343
14344 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14345
14346 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14347 Suggested by Kim F. Storm.
14348 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14349 (Buffer-menu-make-sort-button): Use global keymap.
14350
14351 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14352
14353 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14354 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14355 necessary any longer with the remapped command.
14356 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14357 formatting time only.
14358
14359 * net/tramp.el (tramp-action-password)
14360 (tramp-multi-action-password): Compile the password prompt from
14361 `method', `user' and `host'. Sometimes it isn't obvious which
14362 password to enter, for example with remote files offered by
14363 recentf.el, or with multiple steps. Suggested by Robert Marshall
14364 <robert@chezmarshall.freeserve.co.uk>.
14365
14366 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14367
14368 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14369 Fix regexp for when "s///" is at the beginning of line.
14370
14371 2005-09-07 Jay Belanger <belanger@truman.edu>
14372
14373 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14374 when in matrix mode.
14375
14376 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14377
14378 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14379 non-anonymous functions.
14380
14381 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14382
14383 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14384 when using a header line. Otherwise, use mouse-1-click-follows-link.
14385
14386 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14387 can't be moved; don't signal an error.
14388
14389 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14390
14391 * cus-theme.el (custom-theme-write-faces): Save the current face
14392 spec, not the defface spec.
14393
14394 * custom.el (custom-known-themes): Clarify meaning of "standard".
14395 (custom-push-theme): Save old values in the standard theme.
14396 (disable-theme): Correct typo.
14397 (custom-face-theme-value) Deleted unused function.
14398 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14399
14400 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14401
14402 * progmodes/compile.el (compilation-goto-locus): Take into account
14403 iconified frames when determining whether the buffer is
14404 already visible.
14405 Don't reset window height if the window already existed.
14406
14407 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14408
14409 * custom.el (load-theme): Rename from require-theme.
14410 Add interactive spec.
14411 (enable-theme): Rename from custom-enable-theme.
14412 Add interactive spec.
14413 (disable-theme): Rename from custom-disable-theme.
14414 Add interactive spec.
14415 (custom-make-theme-feature): Doc fix.
14416 (custom-theme-directory): Doc fix.
14417 (provide-theme): Call enable-theme.
14418
14419 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14420
14421 * obsolete/lazy-lock.el (lazy-lock-mode):
14422 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14423 font-lock-mode if it's off. Print a warning instead.
14424
14425 * progmodes/compile.el (compilation-start): Ignore errors if the
14426 process died before we get to send-eof.
14427
14428 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14429 Undo last change. Enclosing the result in quotes broke things on Unix
14430 since tex-send-command passes it through shell-quote-argument.
14431 (tex-send-command): Pass `file' through convert-standard-filename
14432 when possible.
14433 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14434 info in a transcript.
14435
14436 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14437
14438 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14439 fix compilation warning. Reorder the key definitions to group
14440 together keys emitted by the current version of xterm.
14441
14442 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14443 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14444 Reorder predicates to correct min-color usage.
14445
14446 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14447
14448 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14449 Kill local variables when longlines-mode is turned off.
14450
14451 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14452
14453 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14454
14455 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14456
14457 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14458
14459 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14460 (font-lock-lines-before): Change default to being inactive.
14461 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14462 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14463
14464 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14465
14466 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14467 Deactivate temporarily advice if active (not needed for Emacs 22,
14468 but for backwards compatibility).
14469 (tramp-exists-file-name-handler): Rewrite. First implementation
14470 was too simple.
14471 (tramp-advice-make-auto-save-file-name):
14472 Call `tramp-handle-make-auto-save-file-name' (again, just for
14473 backwards compatibility).
14474
14475 2005-08-31 Reto Zimmermann <reto@gnu.org>
14476
14477 * progmodes/vhdl-mode.el
14478 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14479 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14480 (vhdl-set-default-project): New function (easier setting of default).
14481 (vhdl-port-copy): Handle extended identifiers for generics.
14482 (vhdl-compiler-alist): Better description for error message regexp.
14483 (vhdl-make): Query for target, use previous as default.
14484 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14485 (vhdl-font-lock-keywords-2): Fix fontification for record
14486 el. assign.
14487 (vhdl-speedbar-make-subpack-line): Add package body link.
14488 (vhdl-generate-makefile-1): Not include itself as dependency.
14489 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14490 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14491 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14492 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14493 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14494 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14495 (vhdl-import-project): Add string argument for `error'.
14496 (vhdl-compose-configuration)
14497 (vhdl-compose-configuration-architecture): Add configuration
14498 declaration generation.
14499 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14500 (vhdl-trailer-re): Add "record" keyword (better indentation).
14501 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14502 "[^ \t-\"]+".
14503 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14504 (vhdl-testbench-entity-file-name)
14505 (vhdl-testbench-architecture-file-name): Allow separate
14506 customization of testbench file names.
14507 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14508 (vhdl-get-visible-signals): Allow newline within alias declaration.
14509 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14510 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14511 (member-ignore-case): Alias for missing function in XEmacs.
14512 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14513 (vhdl-update-sensitivity-list): Ignore case on read signals.
14514 (vhdl-replace-string): Adjust case only for file names.
14515 (vhdl-update-sensitivity-list): Fix search for read signals.
14516 (vhdl-update-sensitivity-list): Exclude formal parameters.
14517 (vhdl-get-visible-signals): Include aliases of signals.
14518 (vhdl-get-visible-signals): Fix signal name searching.
14519 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14520 (vhdl-fixup-whitespace-region): Fix for character
14521 literals (e.g. `:').
14522
14523 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14524
14525 * ansi-color.el (comint-last-output-start):
14526 * bs.el (font-lock-verbose):
14527 * diff-mode.el (add-log-buffer-file-name-function):
14528 * dired-x.el (vm-folder-directory):
14529 * faces.el (help-xref-stack-item):
14530 * files.el (font-lock-keywords):
14531 * find-lisp.el (dired-buffers, dired-subdir-alist):
14532 * ido.el (cua-inhibit-cua-keys):
14533 * log-view.el (cvs-minor-wrap-function):
14534 * outline.el (font-lock-warning-face):
14535 * simple.el (compilation-current-error):
14536 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14537 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14538 * tooltip.el (comint-prompt-regexp):
14539 * w32-fns.el (explicit-shell-file-name):
14540 * term/mac-win.el (mac-charset-info-alist)
14541 (mac-services-selection, mac-system-script-code):
14542 * term/tty-colors.el (msdos-color-values):
14543 * term/w32-win.el (xlfd-regexp-registry-subnum):
14544 * term/x-win.el (x-keysym-table, x-selection-timeout)
14545 (x-session-id, x-session-previous-id):
14546 * textmodes/ispell.el (mail-yank-prefix):
14547 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14548 * textmodes/org.el (calc-embedded-close-formula)
14549 (calc-embedded-open-formula)
14550 (font-lock-unfontify-region-function):
14551 * textmodes/reftex-global.el (isearch-next-buffer-function)
14552 (TeX-master):
14553 * textmodes/reftex.el (font-lock-keywords):
14554 * textmodes/tex-mode.el (font-lock-comment-face)
14555 (font-lock-doc-face):
14556 * textmodes/texinfo.el (outline-heading-alist):
14557 Add defvars.
14558
14559 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14560 (artist-spray-chars, artist-mode-init, artist-replace-string)
14561 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14562 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14563 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14564
14565 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14566 (conf-align-assignments): "?\ " -> "?\s".
14567
14568 * textmodes/reftex-index.el (TeX-master): Add defvar.
14569 (reftex-index-phrases-marker): Move up defvar.
14570
14571 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14572 (reftex-toc-include-labels-indicator)
14573 (reftex-toc-include-index-indicator)
14574 (reftex-toc-max-level-indicator): Move up declarations.
14575
14576 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14577 of args to `tramp-run-real-handler', even if it's empty in this case.
14578
14579 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14580
14581 * dired.el (dired-move-to-filename-regexp): Add date format for
14582 Mac OS X 10.3 in East Asian locales.
14583
14584 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14585
14586 * files.el (make-auto-save-file-name): Add file name handler call
14587 if applicable.
14588
14589 * net/tramp.el (tramp-file-name-handler-alist)
14590 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14591 (tramp-handle-make-auto-save-file-name): Rename from
14592 `tramp-make-auto-save-file-name'.
14593 (tramp-exists-file-name-handler): New defun.
14594 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14595 `make-auto-save-file-name' is not a magic file name operation.
14596
14597 2005-08-30 Richard M. Stallman <rms@gnu.org>
14598
14599 * files.el (risky-local-variable-p):
14600 Match `-predicates' and `-commands.
14601
14602 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14603 (custom-save-all): Visit the file if necessary;
14604 kill the buffer if we created it.
14605 (custom-save-delete): Don't visit file or kill buffer here.
14606
14607 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14608
14609 * textmodes/org.el (org-special-keyword): New face.
14610 (org-table-copy-down, org-table-eval-formula)
14611 (org-table-recalculate, org-init-section-numbers):
14612 Use `string-to-number' instead of `string-to-int'.
14613 (org-get-location): Use `insert-buffer-substring' instead of
14614 `insert-buffer'.
14615 (org-modify-diary-entry-string): New function.
14616 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14617 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14618 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14619 active region.
14620 (org-export-as-html): Handle QUOTE keyword.
14621 (org-quote-string): New option.
14622 (org-bookmark-jump-unhide): New function, used for
14623 `bookmark-after-jump-hook'.
14624 (org-diary-default-entry): Apply only when not called through
14625 `org-agenda'.
14626
14627 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14628
14629 * net/eudc.el (mode-popup-menu):
14630 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14631 * progmodes/ada-mode.el (compile-auto-highlight)
14632 (skeleton-further-elements):
14633 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14634 * progmodes/cmacexp.el (msdos-shells):
14635 * progmodes/compile.el (font-lock-extra-managed-props)
14636 (font-lock-keywords, font-lock-maximum-size)
14637 (font-lock-support-mode):
14638 * progmodes/grep.el (font-lock-lines-before):
14639 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14640 * progmodes/mixal-mode.el (compile-command):
14641 * progmodes/perl-mode.el (font-lock-comment-face)
14642 (font-lock-doc-face, font-lock-string-face):
14643 * progmodes/prolog.el (comint-prompt-regexp):
14644 * progmodes/sh-script.el (font-lock-comment-face)
14645 (font-lock-set-defaults, font-lock-string-face):
14646 * progmodes/sql.el (font-lock-keyword-face)
14647 (font-lock-set-defaults, font-lock-string-face):
14648 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14649 (itimer-version, lazy-lock-defer-contextually)
14650 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14651 Add defvars.
14652
14653 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14654 (cperl-electric-keyword, cperl-electric-pod)
14655 (cperl-electric-backspace, cperl-forward-re)
14656 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14657 (vc-rcs-header, vc-sccs-header): Add defvars.
14658
14659 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14660 (font-lock-syntactic-keywords, gud-find-expr-function):
14661 Add defvars.
14662
14663 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14664 (gdb-frame-parameters): Declare before use.
14665
14666 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14667 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14668 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14669 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14670
14671 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14672 (idlwave-help-with-source): Use `insert-buffer-substring', not
14673 `insert-buffer'.
14674
14675 2005-08-29 Juri Linkov <juri@jurta.org>
14676
14677 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14678 Put outline-back-to-heading function call inside save-excursion.
14679
14680 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14681
14682 * man.el (Man-init-defvars, Man-translate-references)
14683 (Man-support-local-filenames, Man-highlight-references):
14684 * progmodes/sql.el (sql-interactive-mode):
14685 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14686
14687 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14688 (compilation-mode-font-lock-keywords): Add defvars.
14689 (checkdoc-interactive-loop): "?\ " -> "?\s".
14690
14691 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14692 (font-lock-doc-face, font-lock-string-face)
14693 (font-lock-keywords-case-fold-search): Add defvars.
14694 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14695
14696 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14697 Don't pass X and Y (they are ignored anyway).
14698 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14699 (mouse-delete-window): Make arguments optional.
14700
14701 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14702 (caesar-translate-table, minor-modes, news-buffer-save)
14703 (news-group-name, news-minor-modes): Add defvars.
14704
14705 * emacs-lisp/lselect.el (mouse-highlight-priority)
14706 (x-lost-selection-functions, zmacs-regions):
14707 * emacs-lisp/pp.el (font-lock-verbose):
14708 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14709 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14710 (ses-mode-map):
14711 * emacs-lisp/tcover-unsafep.el (safe-functions):
14712 * international/mule-cmds.el (mac-system-coding-system)
14713 (mac-system-locale):
14714 * language/ethio-util.el (rmail-current-message)
14715 (rmail-message-vector):
14716 * language/thai-util.el (thai-auto-composition-mode):
14717 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14718 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14719 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14720 (vm-primary-inbox, vm-spool-files):
14721 * mail/rmail.el (deleted-head, font-lock-fontified)
14722 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14723 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14724 (total-messages):
14725 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14726 (rmail-summary-mode-map):
14727 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14728 (rmail-last-label, rmail-last-multi-labels)
14729 (rmail-summary-vector, rmail-total-messages):
14730 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14731 * mail/rmailsum.el (msgnum):
14732 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14733 (rmail-current-message):
14734 * obsolete/fast-lock.el (font-lock-face-list):
14735 * obsolete/rnewspost.el (mail-reply-buffer):
14736 * obsolete/scribe.el (compile-command):
14737 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14738
14739 2005-08-28 John Paul Wallington <jpw@gnu.org>
14740
14741 * ibuf-ext.el (ibuffer-auto-update-changed):
14742 Use `frame-or-buffer-changed-p' to check whether we need to update.
14743 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14744 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14745 as a `frame-or-buffer-changed-p' state vector instead.
14746
14747 2005-08-27 Romain Francoise <romain@orebokech.com>
14748
14749 * textmodes/makeinfo.el (makeinfo-compile):
14750 Use `compilation-start'. Set `next-error-function' according to
14751 `disable-errors'.
14752 (makeinfo-next-error): New function.
14753 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14754 (makeinfo-buffer): Likewise.
14755
14756 * progmodes/compile.el (compilation-start): Add autoload cookie.
14757
14758 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14759 * textmodes/sgml-mode.el: Likewise.
14760 * progmodes/python.el: Likewise.
14761
14762 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14763
14764 * simple.el (blink-matching-paren-distance): Document the meaning
14765 of nil value, and allow to customize to nil.
14766
14767 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14768 command.com, not command.exe.
14769
14770 2005-08-26 John Wiegley <johnw@newartisans.com>
14771
14772 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14773 code around a bit so that an extraneous nil argument is not added
14774 to a command when no args are given.
14775
14776 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14777 double-quoted argument resolves to nil, return it as an empty
14778 string rather than as nil. This made it impossible to pass "" to
14779 a shell script as a null string argument.
14780
14781 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14782
14783 * outline.el (outline-invent-heading): New fun.
14784 (outline-promote, outline-demote): Use it.
14785 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14786 (outline-end-of-subtree): Remove unused var `opoint'.
14787
14788 2005-08-26 David Reitter <david.reitter@gmail.com>
14789
14790 * menu-bar.el (truncate-lines, write-file, print-buffer)
14791 (ps-print-buffer-faces, ps-print-buffer, split-window):
14792 Disable menu items when the frame they refer to is invisible, or when
14793 they refer to a buffer and the minibuffer is selected.
14794
14795 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14796
14797 * progmodes/flymake.el (flymake-highlight-err-lines):
14798 Use save-excursion around flymake-highlight-line to preserve point.
14799
14800 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14801
14802 * progmodes/octave-mod.el: Change Author and Maintainer address.
14803 (octave-maintainer-address): Change Kurt's email address.
14804 * progmodes/octave-inf.el: Change Author and Maintainer address.
14805 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14806
14807 2005-08-26 Kim F. Storm <storm@cua.dk>
14808
14809 * subr.el (version-list-<, version-list-<=, version-list-=):
14810 Rename from integer-list-*.
14811 (version-list-not-zero): Likewise. Fix while loop.
14812 (version=): Use version-list-= instead of string-equal.
14813
14814 2005-08-26 Richard M. Stallman <rms@gnu.org>
14815
14816 * outline.el (outline-promote): Try shortening the heading.
14817 As last resort, read the heading to use.
14818 (outline-demote): As last resort, read the heading to use.
14819
14820 2005-08-26 Romain Francoise <romain@orebokech.com>
14821
14822 * progmodes/compile.el (compilation-start): Doc fix.
14823
14824 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14825 (antlr-font-lock-additional-keywords): Fix reference to
14826 `antlr-font-lock-literal-regexp' erroneously changed during the
14827 mass face rename.
14828 (antlr-run-tool): Use `compilation-start'.
14829
14830 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14831 instead of the obsolete `compile-internal'.
14832
14833 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14834
14835 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14836 (number, original-date):
14837 * calendar/cal-china.el (date):
14838 * calendar/cal-coptic.el (date):
14839 * calendar/cal-french.el (date):
14840 * calendar/cal-hebrew.el (date, entry, number, original-date):
14841 * calendar/cal-islam.el (date, number, original-date):
14842 * calendar/cal-iso.el (date):
14843 * calendar/cal-julian.el (date):
14844 * calendar/cal-mayan.el (date):
14845 * calendar/cal-menu.el (date, event):
14846 * calendar/cal-persia.el (date):
14847 * calendar/lunar.el (date):
14848 * calendar/solar.el (date): Add defvars.
14849
14850 * emerge.el:
14851 * ibuffer.el:
14852 * info-xref.el:
14853 * obsolete/bg-mouse.el:
14854 * obsolete/sun-curs.el:
14855 * obsolete/swedish.el: Move the `defvar's to the top level.
14856
14857 * smerge-mode.el (smerge-refined-change): Add :group.
14858
14859 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14860
14861 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14862 (smerge-keep-n): Remove props.
14863 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14864 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14865 now that it's done in smerge-keep-n.
14866 (smerge-refined-change): New face.
14867 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14868 (smerge-refine): New funs.
14869 (smerge-basic-map): Bind smerge-refine.
14870
14871 2005-08-25 Juri Linkov <juri@jurta.org>
14872
14873 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14874 compilation-process-setup-function and compilation-disable-input
14875 in grep-mode instead of let-bindings in grep.
14876
14877 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14878 Delete "Automatic File De/compression" (auto-compression-mode).
14879
14880 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14881
14882 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14883 Silence warning about non-existent variable.
14884
14885 2005-08-25 Richard M. Stallman <rms@gnu.org>
14886
14887 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14888 Rename "Describe Key" to "Describe Key or Mouse Operation".
14889
14890 * mail/mailalias.el (build-mail-aliases): Delete comments
14891 from the contents before processing them.
14892
14893 * isearch.el (isearch-edit-string): Erase the Search prompt
14894 if user enters an empty string and there is no default.
14895
14896 * comint.el (comint-file-name-prefix): Add autoload.
14897
14898 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14899
14900 * subr.el (play-sound): Rearrange to avoid warning.
14901
14902 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14903
14904 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14905 New hook.
14906 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14907
14908 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14909
14910 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14911
14912 * custom.el (custom-theme-set-variables): Sort minor modes last.
14913
14914 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14915
14916 * subr.el (version-separator, version-regexp-alist): New vars used by
14917 version comparison funs.
14918 (integer-list-<, integer-list-=, integer-list-<=)
14919 (integer-list-not-zero): New funs for integer list comparison.
14920 (version-to-list, version=, version<, version<=): New funs for version
14921 comparison.
14922
14923 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14924
14925 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14926 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14927 time to silence the byte-compiler.
14928
14929 * ibuffer.el (ibuffer-compile-make-eliding-form)
14930 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14931 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14932 so it's silly to get warnings for it).
14933 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14934 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14935 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14936 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14937 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14938 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14939 Defvar at compile time.
14940 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14941 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14942 Declare them before use.
14943
14944 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14945 (info-xref-good, info-xref-bad): Defvar at compile time.
14946
14947 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14948 Use `let*' instead of `let'.
14949
14950 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14951 (*mouse-y*, menu, char): Defvar at compile time.
14952 (sc::menu): Declare it before use.
14953 (sc::pack-one-line): Use `let', not `let*'.
14954
14955 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14956 (mail-send-hook): Defvar at compile time.
14957
14958 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14959 Defvar at compile time.
14960
14961 * term/sun-mouse.el (current-global-mousemap)
14962 (current-local-mousemap): Declare them before use.
14963
14964 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14965
14966 * bookmark.el (bookmark-after-jump-hook): New hook.
14967 (bookmark-jump): Run `bookmark-after-jump-hook'.
14968
14969 2005-08-23 Juri Linkov <juri@jurta.org>
14970
14971 * faces.el (minibuffer-prompt): Doc fix.
14972
14973 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14974
14975 * progmodes/xscheme.el: Trivial changes to silence warnings.
14976 (xscheme-previous-mode, xscheme-previous-process-state):
14977 Add defvars.
14978 (xscheme-last-input-end, xscheme-process-command-line)
14979 (xscheme-process-name, xscheme-buffer-name)
14980 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14981 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14982 (xscheme-control-g-synchronization-p)
14983 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14984 (default-xscheme-runlight, xscheme-runlight)
14985 (xscheme-runlight-string, xscheme-process-filter-state)
14986 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14987 Move to beginning of file.
14988 (scheme-interaction-mode-commands-alist)
14989 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14990 Declare them before use. Note: the initialization code for the variables
14991 has not been moved because it uses functions that reference the variables.
14992 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14993 (xscheme-prompt-for-expression-map): Declare them before use.
14994 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14995
14996 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14997
14998 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14999
15000 2005-08-22 Juri Linkov <juri@jurta.org>
15001
15002 * faces.el (set-face-underline): Delete this duplicate function
15003 and make an obsolete alias to set-face-underline-p.
15004 (set-face-underline-p): Use docstring of set-face-underline.
15005 (describe-face): Create hyperlink to parent face.
15006
15007 * info.el (Info-insert-dir): Use save-excursion around
15008 insert-buffer-substring.
15009 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15010 (Info-escape-percent): Delete function.
15011 (Info-fontify-node): Replace Info-escape-percent by
15012 replace-regexp-in-string with REP arg set to lambda that
15013 duplicates `%' and preserves text properties.
15014
15015 * progmodes/compile.el (compilation-disable-input): Doc fix.
15016 (define-compilation-mode): Doc fix and refill.
15017 (kill-compilation): Use `mode-name' in the error message.
15018 (compilation-find-file): Use `compilation-error' in the
15019 read-file-name's prompt.
15020
15021 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15024 (smerge-auto-leave): Make undo re-enable the mode.
15025 (debug-ignored-errors): Add the user-error of impossible resolution.
15026 (smerge-resolve): Move things around a bit, in preparation for later.
15027 (smerge-diff): Don't fail if the buffer has no associated file.
15028 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15029 (smerge-conflict-overlay): New function.
15030 (smerge-match-conflict): Don't add text properties here.
15031 (smerge-find-conflict): Instead, add an overlay here.
15032 Also check for the case where we're inside a conflict already, so as to
15033 obviate the need for font-lock-multiline, which is unbearably slow with
15034 large conflicts and ciomplex font-lock patterns.
15035 (smerge-remove-props): Remove overlay rather than text-properties.
15036 (smerge-mode): Don't set font-lock-multiline.
15037 Remove overlays when turned off.
15038
15039 2005-08-21 Kim F. Storm <storm@cua.dk>
15040
15041 * ido.el (ido-ignore-item-p): Use save-match-data.
15042 Bind case-fold-search to ido-case-fold locally.
15043
15044 2005-08-20 Richard M. Stallman <rms@gnu.org>
15045
15046 * files.el (normal-mode): If font lock is on, turn it off and on.
15047
15048 * subr.el (replace-regexp-in-string): Doc fix.
15049
15050 * startup.el (command-line-1): Don't suppress startup screen
15051 due to existing processes.
15052
15053 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15054
15055 * progmodes/compile.el (compilation-disable-input): Default to nil.
15056
15057 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15058
15059 * progmodes/compile.el (compilation-disable-input): New defcustom.
15060 (compilation-start): If compilation-disable-input is non-nil, send
15061 EOF to the compilation process.
15062
15063 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15064
15065 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15066 Run the argument of tex-shell-cd-command through
15067 convert-standard-filename, to get the correct style of slashes on
15068 Windows, and enclose the result in quotes, in case the file name
15069 includes whitespace or other special characters.
15070
15071 2005-08-19 Andreas Schwab <schwab@suse.de>
15072
15073 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15074 process.
15075
15076 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15077
15078 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15079
15080 2005-08-18 Kim F. Storm <storm@cua.dk>
15081
15082 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15083
15084 2005-08-18 Richard M. Stallman <rms@gnu.org>
15085
15086 * scroll-lock.el: New file.
15087
15088 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15089
15090 * dired.el (dired-move-to-end-of-filename):
15091 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15092
15093 2005-08-18 Kim F. Storm <storm@cua.dk>
15094
15095 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15096 rather than toggle mode when custom value is nil.
15097 (ido-everywhere): Fix defun doc string.
15098
15099 2005-08-17 Richard M. Stallman <rms@gnu.org>
15100
15101 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15102 as tag instead of "Inviolable".
15103
15104 2005-08-17 Kim F. Storm <storm@cua.dk>
15105
15106 * windmove.el (windmove-coordinates-of-position): Remove.
15107 (windmove-coordinates-of-window-position): Remove.
15108 (windmove-reference-loc): Use posn-at-point instead.
15109
15110 * subr.el (insert-for-yank-1): Doc fix.
15111
15112 * ido.el (ido-enter-matching-directory): Rename from
15113 ido-enter-single-matching-directory. Change `slash' choice to
15114 `only'. Add `first' choice.
15115 (ido-exhibit): Adapt to above changes.
15116
15117 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15118
15119 * Makefile.in: Expand comment about building loaddefs.el.
15120
15121 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15122
15123 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15124 Comment use of defadvice.
15125
15126 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15127
15128 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15129
15130 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15131 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15132 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15133 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15134 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15135 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15136 for backward compatibility for faces that did not appear in the
15137 previous Emacs release.
15138
15139 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15140
15141 2005-08-15 Kim F. Storm <storm@cua.dk>
15142
15143 * emulation/cua-base.el (cua-delete-region): Return t if
15144 deleted region was non-empty.
15145 (cua-replace-region): Inhibit overwrite-mode for
15146 self-insert-command if replaced region was non-empty.
15147 (cua--explicit-region-start, cua--status-string): Make them
15148 buffer-local at top-level...
15149 (cua-mode): ...rather than when mode is enabled.
15150
15151 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15152
15153 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15154 Set t for Emacs 21, 22, and so on.
15155
15156 2005-08-15 David Ponce <david@dponce.com>
15157
15158 * tree-widget.el: Update Commentary header.
15159 (tree-widget-theme): Doc fix.
15160 (tree-widget-space-width): New option.
15161 (tree-widget-image-properties): Look up in the default theme too.
15162 (tree-widget--cursors): Only for images with arrow pointer shape.
15163 (tree-widget-lookup-image): Pointer shape is hand by default.
15164 (tree-widget-icon): Rename generic icon widget from
15165 `tree-widget-control'.
15166 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15167 derive from `tree-widget-icon'.
15168 (tree-widget-handle): Improve default look and feel of the text
15169 representation.
15170 (tree-widget): Rename :*-control properties to :*-icon properties.
15171 Add :action and :help-echo properties.
15172 (tree-widget-after-toggle-functions): Move.
15173 (tree-widget-close-node, tree-widget-open-node): Remove.
15174 (tree-widget-before-create-icon-functions): New hook.
15175 (tree-widget-value-create): Update to allow customization of icons
15176 and nodes at run-time via that new hook.
15177 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15178 (tree-widget-icon-action, tree-widget-icon-help-echo)
15179 (tree-widget-action, tree-widget-help-echo): New functions.
15180
15181 2005-08-15 Kim F. Storm <storm@cua.dk>
15182
15183 * ido.el (ido-buffer-internal): Use with-no-warnings.
15184 (ido-make-merged-file-list): Use while-no-input.
15185
15186 2005-08-15 Richard M. Stallman <rms@gnu.org>
15187
15188 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15189 (flyspell-large-region): Fix doc and custom type.
15190
15191 2005-08-14 Richard M. Stallman <rms@gnu.org>
15192
15193 * files.el (interpreter-mode-alist): Doc fix.
15194
15195 * mail/rmail.el (rmail-nonignored-headers): New variable.
15196 (rmail-clear-headers): Use it.
15197 (rmail-reply): Better handling of mail-followup-to header.
15198
15199 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15200 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15201 don't try to refer to executable-font-lock-keywords.
15202 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15203 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15204 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15205 (sh-mode): Set comment-start-skip, local-abbrev-table,
15206 imenu-case-fold-search.
15207 (sh-set-shell): Don't set them here.
15208 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15209 Don't cache the results in the original alist; don't ever modify
15210 that alist.
15211
15212 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15213
15214 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15215 empty.
15216
15217 2005-08-15 Andreas Schwab <schwab@suse.de>
15218
15219 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15220
15221 * dired.el, info.el, mail/rmail.el: Revert last change.
15222
15223 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15224
15225 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15226 modification in `eval-after-load' form.
15227 * info.el: Likewise.
15228 * mail/rmail.el: Likewise.
15229
15230 2005-08-14 Juri Linkov <juri@jurta.org>
15231
15232 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15233 Remove highlighting of "Compilation started". Highlight only
15234 the word "finished" in "Compilation finished". Add highlighting
15235 of "interrupt", "killed", "terminated" and the exit code.
15236 (compilation-start): Add newline after header. Use exactly the
15237 same time stamp format as the finishing message.
15238 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15239
15240 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15241 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15242 Add highlighting of "interrupt", "killed", "terminated".
15243
15244 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15245 enabled and the current command is self-insert-command, call it
15246 explicitly with overwrite-mode bound to nil, to not allow it
15247 to delete the character after the selected region.
15248
15249 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15250
15251 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15252 move-end-of-line, end-of-line, and beginning-of-line to the list
15253 of commands after which the echo area is updated.
15254
15255 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15256
15257 * cus-edit.el (custom-save-all, custom-save-delete):
15258 Bind recentf-exclude to exclude custom-file.
15259
15260 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15261
15262 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15263 to go to the bottom of the mail message. Added to
15264 `rmail-summary-mode-map' with key "/".
15265 (rmail-summary-show-message): New (internal) function for use by
15266 both `rmail-summary-beginning/end-of-message'.
15267 (rmail-summary-beginning-of-message): Change to use
15268 rmail-summary-show-message.
15269
15270 * mail/rmail.el (rmail-end-of-message): New command to go to the
15271 end of the current message. Added to `rmail-mode-map' with key "/".
15272 (rmail-beginning-of-message): Fix to work as documented.
15273 (rmail-mode): Change documentation.
15274
15275 * progmodes/compile.el (compilation-start): Add the line
15276 "Compilation started" with compilation start time.
15277 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15278
15279 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15280
15281 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15282 of menu items.
15283
15284 2005-08-11 Richard M. Stallman <rms@gnu.org>
15285
15286 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15287
15288 * battery.el (battery-status-function): Don't use ignore-errors.
15289
15290 2005-08-11 Lute Kamstra <lute@gnu.org>
15291
15292 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15293 define-obsolete-variable-alias.
15294
15295 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15296
15297 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15298 (ange-ftp-send-cmd): Revert last change, and expand
15299 the comment explaining the problem.
15300
15301 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15302
15303 * ldefs-boot.el: Update.
15304
15305 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15306 item to "Time, Load and Mail". Change help echo text.
15307
15308 * time.el (display-time-use-mail-icon, display-time-format)
15309 (display-time-string-forms): Shorten first line of docstrings.
15310
15311 2005-08-10 Lars Hansen <larsh@soem.dk>
15312
15313 * desktop.el (desktop-buffer-mode-handlers):
15314 Make non-customizable. Add autoload cookie. Change initial value to
15315 nil; add elements in respective modules instead. Fix doc string.
15316 (desktop-load-file): New function.
15317 (desktop-minor-mode-handlers): New autoloaded variable.
15318 (desktop-create-buffer): Call minor mode handlers.
15319 Use desktop-load-file to load major and minor mode modules prior to
15320 checking for a handler.
15321 (desktop-save): Don't add nil to desktop-minor-modes for minor
15322 modes with nil function in desktop-minor-mode-table. Don't delete
15323 desktop file before rewriting it.
15324 (desktop-locals-to-save): Add autoload cookie. Don't make
15325 automatically buffer-local. Add variables column-number-mode,
15326 size-indication-mode, indent-tabs-mode,
15327 indicate-buffer-boundaries, indicate-empty-lines and
15328 show-trailing-whitespace.
15329 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15330 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15331 (desktop-clear-preserve-buffers-regexp): Delete.
15332 (desktop-clear-preserve-buffers): Update initial value and docstring.
15333 (desktop-save-buffer): Fix doc string.
15334
15335 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15336 (hilit-chg-desktop-restore): New function.
15337 (highlight-changes-mode): Add highlight-changes-mode to
15338 desktop-locals-to-save.
15339
15340 * dired.el: Add handler to desktop-buffer-mode-handlers.
15341 (dired-restore-desktop-buffer): Remove autoload cookie.
15342 (dired-mode): Add autoload cookie.
15343
15344 * info.el: Add handler to desktop-buffer-mode-handlers.
15345 (Info-restore-desktop-buffer): Remove autoload cookie.
15346 (Info-mode): Add autoload cookie.
15347
15348 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15349 (mh-restore-desktop-buffer): Remove autoload cookie.
15350 (mh-folder-mode): Add autoload cookie.
15351
15352 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15353 (rmail-restore-desktop-buffer): Remove autoload cookie.
15354
15355 2005-08-11 Masatake YAMATO <jet@gyve.org>
15356
15357 * hexl.el (hexl-address-region):
15358 (hexl-ascii-region, hexl-font-lock-keywords):
15359 (hexl-highlight-line-range): Use the term "region"
15360 instead of "area" for consistency with the other symbols
15361 defined in hexl.el.
15362
15363 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15364
15365 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15366 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15367 out by Juri Linkov). Add `display-battery-mode'.
15368
15369 2005-08-09 Juri Linkov <juri@jurta.org>
15370
15371 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15372 Remove `-text' from face variable names.
15373 (compilation-error-file-name, compilation-warning-file-name)
15374 (compilation-info-file-name): Delete faces.
15375 (compilation-line-number, compilation-column-number):
15376 Remove face underlining.
15377 (compilation-message-face): Set to `underline' value by default.
15378 (compilation-error-face, compilation-warning-face)
15379 (compilation-info-face): Remove `-file-name' from face names.
15380 (compilation-error-text-face, compilation-warning-text-face)
15381 (compilation-info-text-face): Delete face variables.
15382 (compilation-text-face): Delete function.
15383
15384 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15385 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15386 (grep-error-face): Set to `compilation-error' instead of
15387 `compilation-error-face' (which is redefined to `grep-hit-face' in
15388 grep buffers).
15389 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15390 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15391
15392 * dired-aux.el (dired-do-query-replace-regexp):
15393 Use `query-replace-read-args'.
15394
15395 * replace.el (query-replace-read-from, query-replace-read-to)
15396 (query-replace-read-args): Rename arg `string' to `prompt'.
15397
15398 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15399
15400 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15401
15402 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15403 uploading files.
15404 (ange-ftp-canonize-filename): Handle file names beginning with ~
15405 correctly.
15406
15407 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15408
15409 * textmodes/fill.el (canonically-space-region)
15410 (fill-context-prefix, fill-french-nobreak-p)
15411 (fill-delete-newlines, fill-comment-paragraph)
15412 (justify-current-line): "?\ " -> "?\s".
15413
15414 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15415
15416 * textmodes/fill.el (fill-nonuniform-paragraphs):
15417 Improve argument/docstring consistency.
15418
15419 2005-08-09 Richard M. Stallman <rms@gnu.org>
15420
15421 * textmodes/ispell.el (ispell-word): More fboundp checks.
15422
15423 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15424 (find-file-noselect-1): Call it here, only if RAWFILE.
15425 (normal-mode): Always set some major mode.
15426 (save-some-buffers-action-alist): Change some explanation strings.
15427 (file-name-non-special): In the `quote' method, use unwind-protect.
15428
15429 2005-08-09 Magnus Henoch <mange@freemail.hu>
15430
15431 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15432 (ispell-have-aspell-dictionaries): New variable.
15433 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15434 (ispell-get-aspell-config-value): New function.
15435 (ispell-aspell-find-dictionary): New function.
15436 (ispell-aspell-add-aliases): New function.
15437 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15438 appropriate. Don't look for ispell dictionaries if we use aspell.
15439 (ispell-menu-map): Don't build a submenu of dictionaries.
15440
15441 2005-08-09 Richard M. Stallman <rms@gnu.org>
15442
15443 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15444 (sql-read-passwd): Use read-passwd.
15445
15446 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15447 (idlwave-toolbar-is-possible): Add defvars.
15448
15449 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15450 Avoid warnings.
15451
15452 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15453 (idlwave-system-class-info, idlwave-executive-commands-alist):
15454 Use defvar.
15455
15456 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15457
15458 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15459 Avoid warnings.
15460
15461 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15462 and content-type: headers.
15463
15464 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15465
15466 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15467 and rename some of them to be more self-explanatory.
15468
15469 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15470
15471 * startup.el (command-line-1): Implement -scriptload.
15472
15473 * replace.el (occur-engine): Initial *Occur* output not undoable.
15474
15475 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15476 and improve help strings.
15477
15478 * isearch.el (isearch-repeat): When changing direction,
15479 mark search successful.
15480
15481 * ediff-init.el: Use (featurep 'xemacs).
15482
15483 * comint.el (send-invisible): Identify buffer, if not selected.
15484
15485 * align.el: Delete autoload for c-guess-basic-syntax.
15486
15487 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15488
15489 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15490 Improve argument/docstring consistency. Doc fixes.
15491 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15492 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15493 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15494 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15495 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15496 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15497 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15498 Defvar at compile time.
15499
15500 2005-08-09 Juri Linkov <juri@jurta.org>
15501
15502 * info.el: Replace `info' with upper-case `Info' where appropriate.
15503 (info-title-1, info-title-2, info-title-3, info-title-4)
15504 (info-menu-header): Move up face definitions.
15505 (info-menu-star): Rename from `info-menu-5'.
15506 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15507 (Info-fontify-visited-nodes): Fix docstring.
15508 (Info-hide-note-references): Fix docstring.
15509 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15510 menu items in the same way as on cross-references.
15511 (info-apropos): Fix sorting order and formatting to be like in the
15512 stand-alone Info browser. Display error messages for 1 sec.
15513 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15514 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15515 from the menu bar.
15516 (Info-insert-dir): Restore point after calling
15517 `insert-buffer-substring'.
15518
15519 2005-08-08 Richard M. Stallman <rms@gnu.org>
15520
15521 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15522 (recompute-lucid-menubar): Add defvars.
15523
15524 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15525
15526 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15527
15528 * net/net-utils.el (run-dig): Rename from `dig'.
15529
15530 * play/gametree.el (gametree-mode): Use make-local-variable,
15531 not make-variable-buffer-local.
15532
15533 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15534
15535 * ansi-color.el (ansi-color-make-extent)
15536 (ansi-color-set-extent-face): Use fboundp, not functionp.
15537
15538 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15539 not make-variable-buffer-local.
15540
15541 * bookmark.el (Info-current-file): Add defvar.
15542 (bookmark-jump-noselect): Use with-no-warnings.
15543
15544 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15545
15546 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15547
15548 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15549
15550 * find-file.el (ada-procedure-start-regexp)
15551 (ada-package-start-regexp): Add defvars.
15552
15553 * info.el (Info-insert-dir): Use insert-buffer-substring.
15554
15555 * xml.el (xml-att-def-re): Add defvar.
15556
15557 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15558 calling convention.
15559
15560 * subr.el (while-no-input): Return t if there is input.
15561
15562 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15563
15564 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15565
15566 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15567
15568 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15569 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15570
15571 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15572
15573 * cmuscheme.el (scheme-start-file): Replace reference to
15574 `user-emacs-directory' by "~/.emacs.d/".
15575
15576 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15577
15578 * info.el (Info-dir-remove-duplicates): Avoid case folding
15579 in loop; instead, keep downcased strings for comparison.
15580 Suggested by Helmut Eller.
15581
15582 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15583
15584 Sync with Tramp 2.0.50.
15585
15586 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15587 XEmacs case; not necessary anymore.
15588 (tramp-user-regexp): Allow "@" as part of user name.
15589 (tramp-handle-set-visited-file-modtime)
15590 (tramp-handle-insert-file-contents)
15591 (tramp-handle-write-region): No special handling for
15592 `last-coding-system-used, because this is done in
15593 `tramp-accept-process-output' now.
15594 (tramp-accept-process-output): New defun.
15595 (tramp-process-one-action, tramp-process-one-multi-action)
15596 (tramp-wait-for-regexp, tramp-wait-for-output)
15597 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15598 Howells <dhowells@redhat.com>.
15599 (clear-visited-file-modtime): Defadvice removed. The check for
15600 unset buffer's modtime does not need to be based on
15601 `tramp-buffer-file-attributes'. Suggested by RMS.
15602 (tramp-message): Insert "\n" if not being at beginning of line.
15603 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15604 sequence with same logic.
15605 (tramp-completion-handle-expand-file-name): Discard call of
15606 `tramp-drop-volume-letter'. It is not necessary, and there have
15607 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15608 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15609 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15610 should always be visible.
15611 (tramp-handle-insert-directory, tramp-setup-complete)
15612 (tramp-set-process-query-on-exit-flag)
15613 (tramp-append-tramp-buffers): Pacify byte-compiler.
15614 (tramp-bug): Delete non-existing variables from list.
15615 Apply `tramp-load-report-modules' as pre-hook.
15616 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15617 `shell-prompt-pattern' because of non-7bit characters.
15618 Reported by Sebastian Luque <sluque@mun.ca>.
15619 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15620 (tramp-match-string-list): Remove function.
15621 (tramp-wait-for-regexp): Remove call of that function.
15622 Suggested by Kim F. Storm <storm@cua.dk>.
15623 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15624 instead of octal character code ?\600. The latter resulted in a
15625 syntax error with XEmacs.
15626
15627 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15628 XEmacs case; not necessary anymore.
15629 (tramp-smb-handle-write-region): No special handling for
15630 `last-coding-system-used, because this is done in
15631 `tramp-accept-process-output' now.
15632 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15633
15634 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15635
15636 * wid-edit.el (widget-choice-value-create):
15637 Unconditionally respect user choice. Set :explicit-choice back to nil
15638 when no longer needed.
15639 (widget-choice-action): Unconditionally respect user choice.
15640 Eliminate :explicit-choice-value.
15641
15642 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15643
15644 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15645 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15646 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15647 running new function `toggle-indicate-empty-lines'.
15648 Rename "Customize" item to "Customize fringe".
15649 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15650 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15651 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15652 Delete "Empty lines only" item.
15653 (menu-bar-showhide-fringe-ind-customize): New function.
15654 (menu-bar-showhide-fringe-ind-mixed)
15655 (menu-bar-showhide-fringe-ind-box)
15656 (menu-bar-showhide-fringe-ind-right)
15657 (menu-bar-showhide-fringe-ind-left)
15658 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15659 instead of `fringe-indicators'.
15660
15661 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15662
15663 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15664 Change the date of last update.
15665
15666 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15667
15668 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15669 (viper-exec-yank, viper-put-back): Don't display modification msg
15670 if in the minibuffer.
15671
15672 * viper-init.el (viper-replace-overlay-cursor-color)
15673 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15674 Make variables frame local.
15675
15676 * viper-util.el (viper-append-filter-alist): Use append instead of
15677 nconc.
15678
15679 * viper.el (viper-vi-state-mode-list)
15680 (viper-emacs-state-mode-list): Move help-mode and
15681 completion-list-mode from the first list to the second.
15682 (viper-mode): Docstring.
15683 (viper-go-away, viper-non-hook-settings): Don't localize
15684 minor-mode-alist in newer Emacsen. Add advice to
15685 set-cursor-color. Don't bind "\C-c\\".
15686
15687 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15688
15689 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15690 (scheme-macro-expand-command): New user options.
15691 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15692 (scheme-form-at-point, scheme-start-file)
15693 (scheme-interactively-start-process): New functions.
15694 (scheme-get-process): New function, extracted from `scheme-proc'.
15695 (run-scheme): Call `scheme-start-file' to get start file, and pass
15696 it to `make-comint'.
15697 (switch-to-scheme, scheme-proc):
15698 Call `scheme-interactively-start-process' if no Scheme buffer/process
15699 is available.
15700
15701 2005-08-06 Juri Linkov <juri@jurta.org>
15702
15703 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15704 Use `compilation-text-face', `compilation-info-text-face' and
15705 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15706 (compilation-error): New face.
15707 (compilation-error-file-name): Inherit from
15708 `compilation-error' instead of `font-lock-warning-face'.
15709 (compilation-warning-file-name): Inherit from
15710 `compilation-warning' instead of `font-lock-warning-face'.
15711 (compilation-info, compilation-error-file-name)
15712 (compilation-warning-file-name, compilation-info-file-name)
15713 (compilation-line-number, compilation-column-number): Doc fix.
15714 (compilation-error-text-face, compilation-warning-text-face)
15715 (compilation-info-text-face): New face variables.
15716 (compilation-line-face, compilation-column-face)
15717 (compilation-enter-directory-face)
15718 (compilation-leave-directory-face): Doc fix.
15719 (compilation-text-face): New function.
15720
15721 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15722 instead of 1 to display binary file names as info file links.
15723 (grep-error-face): Use `compilation-error-face' instead of
15724 `font-lock-keyword-face'.
15725 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15726 and `compilation-warning-text-face' instead of
15727 `font-lock-keyword-face'. Use `compilation-error-text-face'
15728 instead of `grep-error-face'.
15729
15730 2005-08-05 Kenichi Handa <handa@m17n.org>
15731
15732 * international/code-pages.el: Add autoload cookies for all coding
15733 systems.
15734
15735 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15736
15737 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15738
15739 2005-08-04 Juri Linkov <juri@jurta.org>
15740
15741 * progmodes/compile.el (compilation-mode-map):
15742 * progmodes/grep.el (grep-mode-map):
15743 Bind TAB to `compilation-next-error' and [backtab] to
15744 `compilation-previous-error'.
15745
15746 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15747 matching line numbers, column numbers and their ranges with regexp
15748 matching only line numbers.
15749 (grep-context-face): New face variable.
15750 (grep-mode-font-lock-keywords): Use it.
15751
15752 * faces.el (read-face-name): Delete duplicate faces.
15753
15754 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15755
15756 * thumbs.el (thumbs-find-image): Don't make variables
15757 automatically buffer local.
15758 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15759 (thumbs-image-num): Make automatically buffer local.
15760 (thumbs-show-thumbs-list): Use `make-local-variable', not
15761 `make-variable-buffer-local'.
15762 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15763
15764 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15765 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15766 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15767 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15768 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15769 (feelings-about, foullst, found, hello, history, howareyoulst)
15770 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15771 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15772 (neglst, obj, object, owner, please, problems, qlist)
15773 (random-adjective, relation, remlst, repetitive-shortness)
15774 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15775 (shortlst, something, sportslst, stallmanlst, states, subj)
15776 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15777 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15778 Defvar at compile time.
15779
15780 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15781 not `make-variable-buffer-local'.
15782
15783 2005-08-02 Kim F. Storm <storm@cua.dk>
15784
15785 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15786 rectangle overlay in selected window.
15787
15788 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15789
15790 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15791 instead of display group. Make `indicate-buffer-boundaries'
15792 customizable through Custom.
15793
15794 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15795
15796 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15797 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15798 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15799 (gdb-put-string): Fix typos in docstrings.
15800
15801 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15802
15803 Update copyright notices of files in progmodes directory for
15804 release of Emacs 22.1.
15805
15806 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15807
15808 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15809 Don't barf if the GUD buffer has been killed.
15810
15811 2005-08-01 Kim F. Storm <storm@cua.dk>
15812
15813 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15814
15815 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15816
15817 * simple.el (next-error-follow-minor-mode):
15818 make-variable-buffer-local -> make-local-variable.
15819
15820 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15821
15822 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15823 (byte-compile-form-make-variable-buffer-local): New functions to warn
15824 about misuses of make-variable-buffer-local where make-local-variable
15825 was meant.
15826
15827 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15828
15829 * bs.el (bs-attributes-list): Doc fix.
15830 (bs): Update url-link.
15831
15832 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15833 (desktop-load-default): Simplify.
15834
15835 * ibuffer.el (ibuffer-columnize-and-insert-list)
15836 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15837 (ibuffer-unmark-all, ibuffer-toggle-marks)
15838 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15839 (ibuffer-compile-make-format-form, ibuffer-format-column)
15840 (ibuffer-current-buffers-with-marks)
15841 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15842 (ibuffer): Doc fix.
15843 (ibuffer-mode): Fix typo in docstring.
15844 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15845 with `define-obsolete-variable-alias'.
15846 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15847
15848 2005-07-29 Kenichi Handa <handa@m17n.org>
15849
15850 * international/mule-cmds.el (select-message-coding-system):
15851 Be sure to use LF for end-of-line. If no coding system is decided,
15852 return iso-8859-1-unix.
15853
15854 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15855
15856 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15857 (ange-ftp-pending-error-line): New vars.
15858 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15859 to handle the non-fatal no-route-to-host messages.
15860 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15861
15862 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15863
15864 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15865 (isearch-quote-char, isearch-printing-char)
15866 (isearch-text-char-description): "?\ " -> "?\s".
15867 (isearch-lazy-highlight-cleanup)
15868 (isearch-lazy-highlight-initial-delay)
15869 (isearch-lazy-highlight-interval)
15870 (isearch-lazy-highlight-max-at-a-time)
15871 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15872 Declare with define-obsolete-*-alias macros.
15873 (isearch-forward): Fix typo in docstring.
15874 (search-invisible, search-ring-yank-pointer)
15875 (regexp-search-ring-yank-pointer): Doc fixes.
15876
15877 * recentf.el (recentf-menu-append-commands-p): Declare with
15878 `define-obsolete-variable-alias'.
15879 (recentf-max-saved-items, recentf-menu-filter)
15880 (recentf-arrange-by-rule-subfilter): Doc fixes.
15881 (recentf-menu-append-commands-flag)
15882 (recentf-initialize-file-name-history, recentf-expand-file-name)
15883 (recentf-clear-data): Fix typos in docstrings.
15884
15885 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15886
15887 * progmodes/gdb-ui.el: Smarten comments.
15888 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15889
15890 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15891
15892 * term/apollo.el (terminal-init-apollo): New function containing
15893 all former top level forms in the file.
15894 * term/bobcat.el (terminal-init-bobcat):
15895 * term/cygwin.el (terminal-init-cygwin):
15896 * term/iris-ansi.el (terminal-init-iris-ansi):
15897 * term/linux.el (terminal-init-linux):
15898 * term/news.el (terminal-init-news):
15899 * term/rxvt.el (terminal-init-rxvt):
15900 * term/sun.el (terminal-init-sun):
15901 * term/tvi970.el (terminal-init-tvi970):
15902 * term/vt100.el (terminal-init-vt100):
15903 * term/vt102.el (terminal-init-vt102):
15904 * term/vt125.el (terminal-init-vt125):
15905 * term/vt200.el (terminal-init-vt200):
15906 * term/vt201.el (terminal-init-vt201):
15907 * term/vt220.el (terminal-init-vt220):
15908 * term/vt240.el (terminal-init-vt240):
15909 * term/vt300.el (terminal-init-vt300):
15910 * term/vt320.el (terminal-init-vt320):
15911 * term/vt400.el (terminal-init-vt400):
15912 * term/vt420.el (terminal-init-vt420):
15913 * term/wyse50.el (terminal-init-wyse50):
15914 * term/xterm.el (terminal-init-xterm): Likewise.
15915
15916 * term/README: Describe the terminal-init-* functionality.
15917
15918 * startup.el (command-line): After loading the terminal initialization
15919 file call the corresponding terminal initialization function.
15920
15921 2005-07-27 Kenichi Handa <handa@m17n.org>
15922
15923 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15924 negative.
15925
15926 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15927 (ps-mule-composition-prologue): Fix for the case that
15928 RelativeCompose is false.
15929
15930 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15931
15932 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15933
15934 * descr-text.el (describe-char): Handle the case where the list of
15935 chars is displayed in a separate frame.
15936 Be a bit more discriminating when looking for the char.
15937
15938 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15939
15940 * bookmark.el (bookmark-automatically-show-annotations)
15941 (bookmark-read-annotation-text-func): Doc fixes.
15942 (bookmark-save): Improve argument/docstring consistency.
15943 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15944 (bookmark-alist-from-buffer)
15945 (bookmark-upgrade-file-format-from-0)
15946 (bookmark-grok-file-format-version)
15947 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15948 (bookmark-read-annotation-mode)
15949 (bookmark-insert-current-bookmark, bookmark-jump)
15950 (bookmark-exit-hook): Fix typos in docstrings.
15951 (bookmark-exit-hooks): Define as obsolete alias.
15952 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15953 not `bookmark-exit-hooks'. Fix docstring.
15954 (bookmark-bmenu-select): "?\ " -> "?\s".
15955
15956 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15957
15958 * startup.el (command-line): Fix typo.
15959
15960 2005-07-24 Richard M. Stallman <rms@gnu.org>
15961
15962 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15963 not emacs-quick-startup.
15964
15965 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15966
15967 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15968 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15969 instead of `reb-with-current-window'.
15970 (reb-prev-match): Likewise. Also, don't move left if the search
15971 was unsuccessful.
15972 (reb-initialize-buffer): New function.
15973 (re-builder, reb-change-syntax): Use it.
15974
15975 * man.el (Man-goto-page): Make second argument NOERROR optional.
15976
15977 2005-07-23 Richard M. Stallman <rms@gnu.org>
15978
15979 * man.el (Man-bgproc-sentinel): Check here for failure to find
15980 any man page in the output, and report the error here.
15981 (Man-arguments): Make it permanent local.
15982 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15983 (Man-mode): Pass t for NOERROR.
15984
15985 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15986 (grep-mode-font-lock-keywords):
15987 Don't use compilation-...-face for messages that are not file names.
15988
15989 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15990 Don't use compilation-...-face for messages that are not file names.
15991
15992 2005-07-22 Juri Linkov <juri@jurta.org>
15993
15994 * startup.el (normal-splash-screen): Update menu name.
15995
15996 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15997
15998 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15999
16000 * term/xterm.el: Load term/rxvt if the terminal is actually an
16001 rxvt terminal.
16002 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16003
16004 * term/rxvt.el (function-key-map): Use substitute-key-definition
16005 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16006
16007 * term/cygwin.el: New file.
16008
16009 2005-07-22 Kim F. Storm <storm@cua.dk>
16010
16011 * image-file.el (insert-image-file, image-file-yank-handler):
16012 Fix last change to maintain a (unique) yank-handler on yanked images.
16013
16014 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16015
16016 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16017 of the file size (as in "177B" for 177 bytes). This happens with
16018 "ls -lh" on FreeBSD.
16019
16020 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16021
16022 * hilit-chg.el (highlight-changes-global-initial-state)
16023 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16024 (hilit-chg-fixup, highlight-changes-mode):
16025 Fix typos in docstrings.
16026 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16027 Doc fixes.
16028
16029 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16030
16031 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16032 mode function using `eval-after-load'.
16033
16034 2005-07-21 Kim F. Storm <storm@cua.dk>
16035
16036 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16037 included when reporting an emacs crash, and tell about the DEBUG file.
16038
16039 * image-file.el (insert-image-file): Add yank-handler.
16040 (image-file-yank-handler): Yank handler to make unique copies of
16041 images when they are yanked into a buffer next to each other.
16042
16043 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16044
16045 * comint.el (comint-use-prompt-regexp, comint-send-input)
16046 (comint-source-default, comint-extract-string)
16047 (comint-get-source, comint-word, comint-completion)
16048 (comint-source, comint-prompt-read-only, comint-update-fence):
16049 Fix typos in docstrings.
16050 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16051 Declare with define-obsolete-*-alias macros.
16052 (comint-previous-matching-input-from-input)
16053 (comint-next-matching-input-from-input)
16054 (comint-previous-matching-input, comint-next-matching-input)
16055 (comint-forward-matching-input):
16056 Improve argument/docstring consistency.
16057
16058 * desktop.el (desktop-clear-preserve-buffers-regexp):
16059 Also preserve the *server* buffer.
16060
16061 * simple.el (clone-indirect-buffer): Doc fix.
16062 (fixup-whitespace, just-one-space)
16063 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16064 (next-error, next-error-highlight)
16065 (next-error-highlight-no-select, next-error-last-buffer)
16066 (next-error-buffer-p, next-error-find-buffer, next-error)
16067 (previous-error, next-error-no-select, previous-error-no-select)
16068 (open-line, split-line, minibuffer-prompt-width, kill-new)
16069 (binary-overwrite-mode): Fix typos in docstrings.
16070 (set-fill-column): Fix typo in message.
16071
16072 * skeleton.el (skeleton-proxy-new): Doc fix.
16073
16074 * strokes.el (strokes-load-hook): Doc fix.
16075 (strokes-grid-resolution, strokes-get-grid-position)
16076 (strokes-renormalize-to-grid, strokes-read-stroke)
16077 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16078 (strokes-global-map): Fix typos in docstrings.
16079 (strokes-help): Doc fix. Fix help message and pass it through
16080 `substitute-command-keys'.
16081
16082 * tempo.el (tempo-insert-prompt, tempo-interactive)
16083 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16084 (tempo-insert-string-functions, tempo-local-tags)
16085 (tempo-define-template, tempo-insert-template)
16086 (tempo-insert-prompt-compat, tempo-is-user-element)
16087 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16088 Fix typos in docstrings.
16089
16090 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16091 (vcursor-key-bindings, vcursor-use-vcursor-map)
16092 (vcursor-find-window, vcursor-scroll-down)
16093 (vcursor-disable, vcursor-beginning-of-buffer)
16094 (vcursor-end-of-buffer): Fix typos in docstrings.
16095 (vcursor-relative-move, vcursor-get-char-count):
16096 Improve argument/docstring consistency.
16097
16098 * version.el: "?\ " -> "?\s".
16099
16100 * wid-edit.el (widget-default-create, widget-after-change)
16101 (widget-default-format-handler, widget-checklist-add-item)
16102 (widget-radio-add-item, widget-choose, widget-specify-secret)
16103 (widget-field-value-create, widget-field-value-get)
16104 (widget-editable-list-format-handler)
16105 (widget-editable-list-entry-create, widget-group-value-create)
16106 (widget-documentation-link-add)
16107 (widget-documentation-string-value-create): "?\ " -> "?\s".
16108 (widget-convert-text): Doc fix.
16109 (widget-narrow-to-field, widget-field-find)
16110 (widget-url-link-action, widget-emacs-library-link-action)
16111 (widget-color-notify): Fix typos in docstrings.
16112
16113 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16114 (x-select-text, set-w32-system-coding-system)
16115 (w32-add-charset-info): Fix typos in docstrings.
16116
16117 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16118 (cua-enable-cua-keys, cua-use-hyper-key)
16119 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16120 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16121
16122 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16123
16124 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16125 `defalias' instead of faking it.
16126
16127 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16128 (eshell-ls-missing, eshell-ls-dired-initial-args)
16129 (eshell-ls-use-in-dired): Fix typos in docstrings.
16130
16131 2005-07-20 Kim F. Storm <storm@cua.dk>
16132
16133 * emulation/cua-base.el (cua-mode): Improve doc string.
16134
16135 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16136
16137 * abbrev.el (expand-region-abbrevs): Doc fix.
16138 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16139 Improve argument/docstring consistency.
16140
16141 * arc-mode.el (archive-get-descr, archive-alternate-display):
16142 Doc fixes.
16143 (archive-l-e): Improve argument/docstring consistency.
16144 (archive-tmpdir, archive-unixdate, archive-unixtime)
16145 (archive-chmod-entry): Fix typos in docstrings.
16146 (archive-unflag, archive-unflag-backwards)
16147 (archive-unmark-all-files): "?\ " -> "?\s".
16148
16149 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16150 (Buffer-menu-not-modified, Buffer-menu-execute)
16151 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16152 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16153
16154 * composite.el (compose-string, encode-composition-rule)
16155 (compose-last-chars): Fix typos in docstrings.
16156
16157 * desktop.el (desktop-enable, desktop-basefilename):
16158 Declare with `define-obsolete-variable-alias'.
16159 (desktop-internal-v2s): Don't quote keywords.
16160 (desktop-clear): "?\ " -> "?\s".
16161
16162 * dired.el (dired-align-file, dired-flag-backup-files)
16163 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16164 (dired-listing-switches, dired-ls-F-marks-symlinks)
16165 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16166 (dired-directory, dired-faces, dired, dired-revert)
16167 (dired-mode, dired-summary, dired-view-file)
16168 (dired-copy-filename-as-kill, dired-delete-file)
16169 (dired-no-confirm, dired-unmark-all-marks)
16170 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16171 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16172 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16173 Fix typos in message strings.
16174
16175 * dired-x.el (virtual-dired): Declare with `defalias'.
16176 (dired-mark-unmarked-files, dired-local-variables-file)
16177 (dired-omit-here-always): Doc fix.
16178 (dired-omit-mode, dired-find-subdir)
16179 (dired-enable-local-variables, dired-clean-up-buffers-too)
16180 (dired-extra-startup, dired-mark-extension, dired-jump)
16181 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16182 (dired-smart-shell-command, dired-guess-shell-alist-user)
16183 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16184 (dired-x-bind-find-file, dired-x-submit-report):
16185 Fix typos in docstrings.
16186 (dired-mark-unmarked-files): "?\ " -> "?\s".
16187
16188 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16189
16190 * faces.el (describe-face): "?\ " -> "?\s".
16191 (read-all-face-attributes, read-face-font, modify-face)
16192 (face-attr-construct, italic): Fix typos in docstrings.
16193 (frame-update-face-colors): Declare with
16194 `define-obsolete-function-alias'.
16195
16196 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16197 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16198 (magic-mode-alist, buffer-file-numbers-unique)
16199 (write-file-functions, get-free-disk-space):
16200 Fix typos in docstrings.
16201 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16202 (write-contents-hooks, write-file-hooks):
16203 Declare with `define-obsolete-variable-alias'.
16204
16205 * forms-d2.el (arch-rj): Fix typo in docstrings.
16206 (arch-tocol): Likewise. "?\ " -> "?\s".
16207
16208 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16209 Fix typo in docstring.
16210 (set-screen-width, set-screen-height): Delete redundant info in
16211 doctrings.
16212 (new-frame, screen-height, screen-width): Declare with
16213 `define-obsolete-function-alias'.
16214 (delete-frame-hook, blink-cursor): Declare with
16215 `define-obsolete-variable-alias'.
16216
16217 * paths.el (prune-directory-list): Fix typos in docstring.
16218
16219 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16220 (cvs-prefix-get): Fix typos in docstrings.
16221
16222 * ps-print.el (ps-extend-face-list, ps-extend-face)
16223 (ps-print-background-image): Fix typos in docstrings.
16224 (ps-default-fg, ps-default-bg): Doc fixes.
16225
16226 * s-region.el (s-region-bind): Doc fix.
16227 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16228
16229 * textmodes/org.el (org-table-formula-substitute-names)
16230 (org-table-get-vertical-vector): Doc fixes.
16231 (org-table-recalculate): Remove unused argument to `message'.
16232
16233 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16234
16235 * textmodes/org.el (org-table-column-names)
16236 (org-table-column-name-regexp)
16237 (org-table-named-field-locations): New variables.
16238 (org-archive-subtree): Protect `this-command' when calling
16239 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16240 the kill buffer.
16241 (org-complete): Remove fixed-formula completion.
16242 (org-edit-formulas-map): New variable.
16243 (org-table-edit-formulas): New command.
16244 (org-finish-edit-formulas, org-abort-edit-formulas)
16245 (org-show-variable, org-table-get-vertical-vector): New functions.
16246 (org-table-maybe-eval-formula): Handle `:=' fields.
16247 (org-table-get-stored-formulas, org-table-store-formulas)
16248 (org-table-get-formula, org-table-modify-formulas)
16249 (org-table-replace-in-formulas): Handle named field formulas.
16250 (org-table-get-specials): Store locations of named fields.
16251
16252 2005-07-19 Juri Linkov <juri@jurta.org>
16253
16254 * progmodes/grep.el (grep-regexp-alist)
16255 (grep-mode-font-lock-keywords, grep-process-setup):
16256 Use default GNU grep match color "01;31m" instead of "01;41m".
16257 (grep-regexp-alist, grep-mode-font-lock-keywords):
16258 Use `\\[[0-9]*m' instead of `\\[00m'.
16259 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16260 sgr_start where its handling is more important. Use the real
16261 length of sgr_start instead of constant 8.
16262 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16263 specially. Delete all remaining escape sequences.
16264 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16265 (grep-regexp-alist): Make hyperlink only for binary file name
16266 instead of the whole line.
16267 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16268 (grep-mode): Add autoload.
16269
16270 * emacs-lisp/find-func.el (find-function-regexp):
16271 Add `define-compilation-mode'.
16272
16273 2005-07-19 Juri Linkov <juri@jurta.org>
16274
16275 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16276 (compare-windows-sync-string-size, compare-windows-recenter)
16277 (compare-windows-highlight, compare-windows): Add version 22.1.
16278 (compare-windows) <defface>: Inherit from lazy-highlight instead
16279 of duplicating its default value.
16280
16281 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16282 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16283
16284 * descr-text.el (describe-char): Create link buttons for `charset'
16285 and `code point'. Add the current input method name with a link
16286 button to `to input' field. Print face names of display table
16287 characters in `The display table entry is displayed by' section
16288 instead of printing face-id in the `display' field.
16289 Guess hardcoded faces and create a link button for them.
16290 Skip empty fields when calculating max-width.
16291 Treat `widget-create' specially while inserting strings from the
16292 collected field list.
16293 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16294
16295 * diff-mode.el (diff-file-header): Change foreground color from
16296 yellow to green on light backgrounds.
16297 (diff-context): Inherit from `shadow' only for color/grayscale
16298 with more than 88 colors.
16299 (diff-indicator-removed, diff-indicator-added)
16300 (diff-indicator-changed): New faces.
16301 (diff-font-lock-keywords): Use new faces. Regroup rules.
16302 Add "^---$" for `normal' diff format. Fontify `#' lines with
16303 font-lock-comment-delimiter-face and font-lock-comment-face.
16304 Add `#' to ^[^...] in the rule for `diff-context-face'.
16305
16306 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16307 a button-like box. Inherit from `highlight' on low colors.
16308 (shadow): Use shades of gray only for color/grayscale with
16309 more than 88 colors. Use green for light backgrounds with
16310 8 colors, and yellow for dark backgrounds with 8 colors.
16311
16312 * font-lock.el (font-lock-regexp-grouping-backslash):
16313 Don't inherit from escape-glyph (use bold for all cases).
16314
16315 * info.el (info-xref-visited): Use light foreground color `violet'
16316 for dark backgrounds instead of dark color `magenta3'.
16317 (info-title-1): Use `yellow' color for dark backgrounds.
16318
16319 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16320 too-light magenta2.
16321
16322 * replace.el (match): Use slightly more light RoyalBlue3 instead
16323 of dark RoyalBlue4.
16324
16325 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16326
16327 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16328
16329 * novice.el (disabled-command-hook): Declare it with
16330 `define-obsolete-variable-alias'.
16331
16332 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16333 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16334 (desktop-load-default): Add release to obsolescence info.
16335 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16336 (desktop-append-buffer-args, desktop-read):
16337 Fix typos in docstrings.
16338 (desktop-kill): Fix typo in message.
16339 (desktop-save): Doc fix.
16340
16341 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16342
16343 * viper-cmd.el (viper-escape-to-state): Bug fix.
16344 (viper-envelop-ESC-key): Change the definition of fast
16345 keysequence so it'll work with keyboard macros.
16346
16347 * ediff.el (ediff-patch-buffer): Change the docstring.
16348
16349 2005-07-19 Kenichi Handa <handa@m17n.org>
16350
16351 * international/mule-cmds.el (select-safe-coding-system): Try to
16352 use an auto-coding (if any) before anything else. If the found
16353 auto-coding is invalid, show a warning message.
16354
16355 * international/mule.el (find-auto-coding): New function created
16356 by modifying the body of set-auto-coding.
16357 (set-auto-coding): Use find-auto-coding to find a coding.
16358
16359 2005-07-18 Richard M. Stallman <rms@gnu.org>
16360
16361 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16362 not isearch-mode-end-hook-error.
16363 (allout-before-change-protect): Fix error message.
16364
16365 2005-07-18 Juri Linkov <juri@jurta.org>
16366
16367 * allout.el (allout-mode):
16368 * calculator.el (calculator-copy):
16369 * custom.el (custom-known-themes):
16370 * dired.el (dired-desktop-buffer-misc-data)
16371 (dired-restore-desktop-buffer):
16372 * dired-x.el (dired-omit-marker-char):
16373 * files.el (basic-save-buffer):
16374 * font-core.el (font-lock-mode):
16375 * calendar/calendar.el (calendar-goto-hebrew-date)
16376 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16377 (calendar-goto-persian-date):
16378 * language/ethio-util.el (ethio-sera-to-fidel-region):
16379 * textmodes/picture.el (picture-mode):
16380 Delete duplicate duplicate words.
16381
16382 2005-07-18 Juri Linkov <juri@jurta.org>
16383
16384 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16385 chars * ? } |.
16386 (isearch-fallback): Don't call `isearch-process-search-char'.
16387 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16388 (isearch-process-search-char): Call `isearch-fallback' for regexp
16389 chars * ? } |.
16390 (isearch-return-char): Make obsolete with `make-obsolete' instead
16391 of simply documenting it as obsolete in the docstring.
16392 (isearch-fallback): Refill docstring.
16393
16394 * international/isearch-x.el
16395 (isearch-process-search-multibyte-characters): Remove unneeded
16396 `concat'. Add intermediate values to `junk-hist' instead of
16397 `minibuffer-history'. Test the length of `str'.
16398
16399 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16400
16401 * allout.el (allout-resolve-xref): Fix typos in error strings.
16402 (allout-before-change-protect): Remove unneeded `concat'.
16403
16404 * array.el (array-mode, array-reconfigure-rows)
16405 (untabify-backward): Fix typos in docstrings.
16406 (array-reconfigure-rows): Use `insert-buffer-substring', not
16407 `insert-buffer'.
16408
16409 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16410 * progmodes/ada-mode.el (ada-make-body):
16411 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16412
16413 * dired.el (dired-log):
16414 * tar-mode.el (tar-subfile-save-buffer):
16415 * play/zone.el (zone-pgm-stress-destress):
16416 Use `insert-buffer-substring', not `insert-buffer'.
16417
16418 2005-07-17 Simon Josefsson <jas@extundo.com>
16419
16420 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16421
16422 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16423
16424 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16425 Add plain auth method.
16426 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16427
16428 2005-07-17 Kim F. Storm <storm@cua.dk>
16429
16430 * ido.el (dired-other-window): Add ido property.
16431
16432 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16433
16434 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16435 Fix typo in docstring.
16436 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16437 `insert-file-literally'.
16438
16439 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16440 info and delete redundant message. Doc fix.
16441 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16442 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16443
16444 2005-07-16 Richard M. Stallman <rms@gnu.org>
16445
16446 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16447 (byte-compile-and): Use byte-compile-and-recursion.
16448 (byte-compile-or-recursion): New function.
16449 (byte-compile-or): Use that.
16450 (byte-compile-if): Guard the else-clause too.
16451 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16452
16453 * isearch.el (isearch-mode-end-hook-quit): New variable.
16454 (isearch-done): Bind it.
16455 (isearch-mode-end-hook): Doc fix.
16456
16457 * allout.el (allout-isearch-did-quit): Variable deleted.
16458 (allout-real-isearch-abort): Function name no longer used.
16459 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16460 (allout-isearch-rectification): isearch-mode always exists.
16461 Don't set allout-isearch-did-quit.
16462 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16463 allout-isearch-did-quit.
16464 (allout-enwrap-isearch): Just add the hook.
16465 (allout-isearch-abort): Function deleted.
16466 (allout-pre-command-business): Avoid warning.
16467
16468 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16469 Correctly avoid warnings.
16470 (pascal-outline): Likewise.
16471
16472 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16473
16474 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16475
16476 * play/tetris.el (tetris-mode): Avoid warning.
16477
16478 * play/snake.el (snake-mode): Avoid warning.
16479
16480 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16481 (gamegrid-set-display-table): Avoid warning.
16482 (gamegrid-set-timer): Likewise.
16483 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16484 (gamegrid-add-score-with-update-game-score-1): Take FILE
16485 as argument.
16486 (gamegrid-add-score-with-update-game-score): Pass that argument.
16487 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16488
16489 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16490
16491 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16492 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16493
16494 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16495 and insert-file.
16496
16497 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16498 (sc-ask): Avoid warnings.
16499
16500 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16501 (eshell-hist-initialize): Use that var the natural way.
16502
16503 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16504
16505 * emacs-lisp/re-builder.el (reb-cook-regexp):
16506 Avoid warning calling lre-compile-string.
16507 (reb-color-display-p): Avoid warning.
16508
16509 * calculator.el (calculator-last-input): Guard uses
16510 of event-key and key-press-event-p.
16511 (event-key, key-press-event-p): Delete definitions.
16512
16513 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16514 (find-gc-source-directory, find-gc-subrs-callers)
16515 (find-gc-noreturn-list, find-gc-source-files)
16516 (find-gc-subrs-called): Vars renamed and defvar'd.
16517
16518 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16519 (checkdoc-overlay-put, checkdoc-delete-overlay)
16520 (checkdoc-overlay-start, checkdoc-overlay-end)
16521 (checkdoc-mode-line-update, checkdoc-char=):
16522 Define such that compiler knows they are defined.
16523 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16524 (checkdoc-read-event): Delete. Use read-event directly.
16525
16526 * whitespace.el (whitespace-make-overlay)
16527 (whitespace-overlay-put, whitespace-delete-overlay)
16528 (whitespace-overlay-start, whitespace-overlay-end):
16529 Define such that compiler knows they are defined.
16530 (whitespace): Move conditional inside.
16531
16532 * tempo.el (tempo-insert-template): Suppress warning.
16533
16534 * ediff-diff.el (longlines-mode): Add defvar.
16535
16536 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16537
16538 * server.el: Bind "C-x #" in a way that works even if C-x is
16539 redefined to a command key, not a prefix key.
16540
16541 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16542
16543 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16544 cl-make-type-test till execution time.
16545
16546 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16547
16548 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16549 arg ARG and use it.
16550
16551 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16552
16553 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16554
16555 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16556
16557 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16558 a defcustom with two :set or :type keywords.
16559
16560 2005-07-15 Richard M. Stallman <rms@gnu.org>
16561
16562 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16563 Don't give ^M comment-end syntax.
16564
16565 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16566
16567 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16568 Don't consider gdbmi (gdb-mi.el has its own update functions).
16569 (gdb-var-delete): Make it work for gdbmi as well.
16570 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16571
16572 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16573 (gud-speedbar-menu-items): Correct logic for enabling items.
16574
16575 2005-07-15 Kim F. Storm <storm@cua.dk>
16576
16577 * ido.el: Fix commentary.
16578 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16579 Use with-no-warnings around ffap-guesser.
16580 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16581 Let bind minibuffer-completing-file-name to t.
16582
16583 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16584
16585 * startup.el (site-run-file, keyboard-type): Doc fixes.
16586 (command-line): Check for "--basic-display" argument; also for
16587 "--quick", not "--bare-bones" (which was renamed).
16588 (fancy-splash-text): Add missing item "Getting New Versions".
16589 (normal-splash-screen): Fix typos and improve consistency with
16590 `fancy-splash-text'. Update copyright year.
16591
16592 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16593 valid binding for `help-char'.
16594
16595 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16596
16597 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16598
16599 * term.el (term-mode): Disable cua-mode for term buffers.
16600
16601 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16602
16603 * add-log.el (add-log-mailing-address, change-log-merge):
16604 Doc fixes.
16605 (change-log-get-method-definition): Fix typo in docstring.
16606
16607 2005-07-14 Kim F. Storm <storm@cua.dk>
16608
16609 * emulation/cua-base.el:
16610 (cua--pre-command-handler-1, cua--pre-command-handler)
16611 (cua--post-command-handler-1, cua--post-command-handler):
16612 Split in two. Check (buffer local) value of cua-mode.
16613 (cua-selection-mode): New command.
16614
16615 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16616
16617 * custom.el (custom-initialize-safe-set)
16618 (custom-initialize-safe-default): Doc fixes.
16619
16620 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16621 and simplify :init-value again.
16622
16623 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16624 and simplify :init-value again. Delete autoload.
16625
16626 * startup.el (command-line): Use `custom-reevaluate-setting' again
16627 for tooltip-mode.
16628
16629 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16630 a defcustom with two :initialize keywords.
16631
16632 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16633
16634 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16635 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16636 (allout-post-command-business, allout-flag-region)
16637 (isearch-reenable-font-lock, allout-yank)
16638 (allout-insert-latex-header, allout-insert-latex-trailer)
16639 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16640 (allout-latex-verb-quote): Fix typos in docstrings.
16641 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16642 (allout-unprotected, allout-prefix-data):
16643 Improve argument/docstring consistency.
16644 (allout-chart-subtree): Fix argument spec.
16645 (allout-open-topic): Rename `use_sib_bullet' argument to
16646 `use-sib-bullet'. Doc fix.
16647
16648 * whitespace.el (whitespace-check-buffer-leading)
16649 (whitespace-check-buffer-trailing)
16650 (whitespace-check-buffer-indent)
16651 (whitespace-check-buffer-spacetab)
16652 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16653 (whitespace-check-leading-whitespace)
16654 (whitespace-check-trailing-whitespace)
16655 (whitespace-check-spacetab-whitespace)
16656 (whitespace-check-indent-whitespace)
16657 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16658 (whitespace-modes): Fix typos in docstrings.
16659 (defgroup, defcustom): Doc fixes.
16660
16661 * winner.el (winner-mode, winner-boring-buffers)
16662 (winner-pending-undo-ring): Doc fixes.
16663 (winner-ring): Remove unneeded `progn'.
16664 (winner-equal): `defsubst' it.
16665 (winner-redo): Fix message.
16666
16667 2005-07-13 Kim F. Storm <storm@cua.dk>
16668
16669 * simple.el (line-move-1): Always use vertical-motion to
16670 do the last (or only) line move to ensure some movement.
16671 Undo 2005-06-23 change--don't check for overlays.
16672
16673 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16674
16675 * term/mac-win.el (ccl-encode-mac-roman-font)
16676 (ccl-encode-mac-centraleurroman-font)
16677 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16678 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16679 Change charset-id boundary of dimension to ?\xef.
16680 (mac-char-fontspec-list): New constant.
16681 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16682 argument. Nil uses itself as family in font-spec. Previous
16683 behavior for nil is now provided by non-nil non-string argument.
16684 All callers changed. Add font-specs for Mac fonts to
16685 "fontset-default" unless iso8859-1 fonts are installed.
16686
16687 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16690 a continuation line if the \ is preceded by SPC or TAB.
16691 (sh-get-indent-info): Simplify.
16692 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16693 Use with-current-buffer.
16694
16695 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16696 when the matched text is empty.
16697
16698 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16699
16700 * startup.el (command-line): Revert to previous handling of
16701 tooltip-mode. Explain in comment why the complexity is needed.
16702
16703 * tooltip.el (tooltip-mode): Revert to previous implementation of
16704 its defcustom.
16705
16706 * frame.el (blink-cursor-mode): Revert to previous implementation
16707 of its defcustom. Update comment.
16708
16709 2005-07-12 Lars Hansen <larsh@soem.dk>
16710
16711 * desktop.el: Update e-mail address.
16712
16713 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16714
16715 * term/mac-win.el (mac-services-mail-selection)
16716 (mac-services-mail-to): New functions.
16717 (mac-application-menu-map): Bind them.
16718
16719 2005-07-12 wulei <milton@wulei.net> (tiny change)
16720
16721 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16722
16723 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16724
16725 * custom.el (custom-reevaluate-setting): Doc fix.
16726
16727 2005-07-11 Jay Belanger <belanger@truman.edu>
16728
16729 * calc/calc.el (calc-embedded-announce-formula-alist)
16730 (calc-embedded-open-close-plain-alist)
16731 (calc-embedded-open-close-mode-alist): Add checks for additional
16732 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16733
16734 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16735
16736 * custom.el (custom-enable-theme): Don't add theme to
16737 `custom-enabled-themes' with `push' because there is no
16738 setf-method for `delq'.
16739
16740 2005-07-11 Richard M. Stallman <rms@gnu.org>
16741
16742 * custom.el (custom-declare-variable): Doc fix.
16743
16744 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16745 from the alists.
16746
16747 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16748 Do nothing if edebug-active.
16749
16750 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16751 (edebug-display): Do it here instead.
16752
16753 2005-07-10 Richard M. Stallman <rms@gnu.org>
16754
16755 * cus-face.el (custom-theme-set-faces): Make it work.
16756 (custom-reset-faces): Doc fix.
16757 (custom-theme-reset-internal-face, custom-theme-face-value):
16758 Functions deleted.
16759
16760 * custom.el (custom-push-theme): Maintain list of the settings
16761 of a given theme in its theme-settings property.
16762 Maintain position of old settings in the theme-value
16763 or theme-face property.
16764 (custom-enabled-themes): New variable.
16765 (custom-theme-enabled-p): New function.
16766 (provide-theme): Update custom-enabled-themes.
16767 Disable and reenable the `user' theme.
16768 (require-theme): Doc fix.
16769 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16770 (custom-theme-value, custom-theme-variable-value): Likewise.
16771 (custom-theme-reset-internal): Likewise.
16772 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16773 (custom-enable-theme, custom-disable-theme): New functions.
16774 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16775 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16776 (custom-theme-reset-variables): Simplify.
16777 (deftheme, custom-declare-theme, custom-make-theme-feature):
16778 Definitions moved.
16779
16780 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16781
16782 * longlines.el (longlines-show-region)
16783 (longlines-unshow-hard-newlines): Recognize hard newlines by
16784 non-nil hard property, instead of t.
16785
16786 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16787
16788 * viper-cmd.el (viper--key-maps): New variable.
16789 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16790 emulation-mode-map-alists.
16791 (viper-envelop-ESC-key): Use viper-subseq.
16792 (viper-search-forward/backward/next): Disable debug-on-error.
16793
16794 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16795 (viper-ESC-key): New defcustoms.
16796
16797 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16798
16799 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16800 (viper-subseq): Copy of subseq from cl.el.
16801
16802 * viper.el (viper-go-away, viper-set-hooks): Use
16803 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16804
16805 * viper-mous.el (viper-current-frame-saved): Use defvar.
16806
16807 * viper-init.el: Get rid of -face in face names.
16808
16809 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16810 Make it work with longlines mode
16811
16812 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16813
16814 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16815
16816 * ediff-init.el: Get rid of -face in face names.
16817
16818 2005-07-10 Richard M. Stallman <rms@gnu.org>
16819
16820 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16821 and with-timeout-unsuspend.
16822
16823 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16824 and with-timeout-unsuspend.
16825
16826 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16827 (with-timeout): Bind that variable to record timers.
16828 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16829
16830 * emacs-lisp/debug.el (debug-help-follow): New function.
16831 (debugger-mode-map): Use that instead of help-follow.
16832 (debugger-setup-buffer): Use eval-buffer-list
16833 to handle eval-buffer frames.
16834
16835 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16836
16837 * timezone.el (timezone-parse-date): Change first regexp
16838 so it will not mistakenly match dates with no time zone.
16839
16840 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16841
16842 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16843
16844 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16845
16846 * custom.el (custom-initialize-safe-set)
16847 (custom-initialize-safe-default): New functions.
16848
16849 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16850 and simplify :init-value.
16851
16852 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16853 and simplify :init-value. Delete obsolete comment.
16854
16855 * startup.el (command-line): Use `custom-reevaluate-setting' to
16856 handle `tooltip-mode'. Delete obsolete comment.
16857
16858 * files.el (set-visited-file-name): Avoid calling
16859 `file-name-nondirectory' with a nil argument.
16860
16861 2005-07-09 Richard M. Stallman <rms@gnu.org>
16862
16863 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16864 was called with nil for the buffer, handle the read position right.
16865 Handle read position for eval-region, too.
16866
16867 2005-07-09 Juri Linkov <juri@jurta.org>
16868
16869 * fringe.el (fringe-mode): Add period in docstring.
16870 (fringe-query-style): Build prompt depending on `all-frames' arg.
16871
16872 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16873 to not create links to unrelated functions in the Help buffer.
16874
16875 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16876 Doc fix.
16877
16878 * simple.el (next-error-hook): New variable.
16879 (next-error): Use it. Doc fix.
16880
16881 * textmodes/ispell.el (ispell-command-loop): Add current
16882 dictionary name and program name to mode-line-format.
16883 (ispell-region, ispell-process-line): Add current dictionary name
16884 and program name to messages.
16885
16886 2005-07-08 Jay Belanger <belanger@truman.edu>
16887
16888 * calc/calc.el (calc-embedded-announce-formula-alist)
16889 (calc-embedded-open-close-formula-alist)
16890 (calc-embedded-open-close-word-alist)
16891 (calc-embedded-open-close-plain-alist)
16892 (calc-embedded-open-close-new-formula-alist)
16893 (calc-embedded-open-close-mode-alist)
16894 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16895 (calc-embedded-mode-hook): New variables.
16896
16897 * calc/calc-embed.el (calc-embedded-firsttime)
16898 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16899 New variables.
16900 (calc-do-embedded): Use calc-embedded-firsttime,
16901 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16902 determine whether or not to run hooks.
16903 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16904 calc-embedded-firsttime-formula appropriately.
16905 Set calc-embedded delimiter variables according to mode.
16906
16907 2005-07-08 Richard M. Stallman <rms@gnu.org>
16908
16909 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16910 Check for "emacs", etc., as entire symbol, not just as word.
16911 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16912
16913 * files.el (set-visited-file-name): Report the error
16914 for "empty filename" earlier.
16915 (kill-some-buffers): Ignore buffers already dead.
16916
16917 * fringe.el (fringe-mode): Doc fix.
16918
16919 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16920 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16921 Use unwind-protect to ensure byte-compile-unresolved-functions
16922 is updated.
16923
16924 * whitespace.el (whitespace-buffer-leading-cleanup):
16925 Simplify w/ skip-chars-forward.
16926 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16927
16928 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16929 Unconditionally try to leave point at the same old place.
16930
16931 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16932
16933 * comint.el (comint-postoutput-scroll-to-bottom)
16934 (comint-show-maximum-output): Take scroll-margin into consideration.
16935
16936 2005-07-08 Kim F. Storm <storm@cua.dk>
16937
16938 * ido.el (ido-use-filename-at-point): New choice `guess'.
16939 (ido-file-internal): Try ffap-guesser if selected.
16940
16941 * ido.el (ido-before-fallback-functions): New hook.
16942 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16943 (ido-read-file-name): Run it.
16944
16945 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16946
16947 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16948 strings rather than a list of symbols to the completion function.
16949
16950 2005-07-07 Jay Belanger <belanger@truman.edu>
16951
16952 * calc/calc-units.el (math-apply-units): Change the places in
16953 which units are simplified.
16954
16955 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16956
16957 * cus-edit.el (customize-option, customize-option-other-window):
16958 Make them handle aliases.
16959
16960 * custom.el (custom-variable-p): Make it recursively follow
16961 aliases. Mention that in the docstring.
16962
16963 2005-07-07 Richard M. Stallman <rms@gnu.org>
16964
16965 * cus-start.el (exec-path): Use `directory' instead of `file'.
16966 Fix tag for nil.
16967
16968 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16969
16970 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16971 when called non-interactively. Doc fix.
16972
16973 2005-07-07 Lute Kamstra <lute@gnu.org>
16974
16975 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16976 new address as well.
16977
16978 2005-07-07 Kenichi Handa <handa@m17n.org>
16979
16980 * international/mule.el (make-coding-system):
16981 Describe `ascii-incompatible' property in the docstring.
16982 (set-file-name-coding-system): Signal an error if coding-system is
16983 ascii-incompatible.
16984 (set-keyboard-coding-system): Likewise.
16985
16986 * international/mule-cmds.el (set-default-coding-systems):
16987 Don't set default-file-name-coding-system and
16988 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16989
16990 * international/utf-16.el: Declare that all UTF-16-based coding
16991 systems are ASCII-incompatible.
16992
16993 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16994
16995 * progmodes/gud.el: Require font-lock for displaying errors.
16996 Used by gdb-ui.el.
16997
16998 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16999
17000 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17001 values for the pattern lists which are `read'able but not
17002 `append'able (like symbols).
17003
17004 2005-07-06 Richard M. Stallman <rms@gnu.org>
17005
17006 * progmodes/flymake.el (flymake-float-time): Instead of
17007 with-no-warnings, test for xemacs.
17008 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17009 to avoid warning.
17010
17011 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17012
17013 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17014
17015 2005-07-05 Lute Kamstra <lute@gnu.org>
17016
17017 * battery.el: Add support for Darwin (with much debugging help
17018 from Samuel Lauber <sam124@operamail.com>).
17019 (battery-status-function, battery-echo-area-format)
17020 (battery-mode-line-format): Add support for pmset on Darwin.
17021 (battery-load-low, battery-load-critical): New user options.
17022 (battery-pmset): New function.
17023
17024 2005-07-05 Lute Kamstra <lute@gnu.org>
17025
17026 Update FSF's address in GPL notices.
17027
17028 * textmodes/page-ext.el: Update FSF's address.
17029
17030 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17033 filling from using prefix when filling a single-line docstring.
17034
17035 * progmodes/flymake.el: Remove useless eval-when-compile.
17036
17037 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17038
17039 2005-07-04 Richard M. Stallman <rms@gnu.org>
17040
17041 * textmodes/org.el (org-file-apps-defaults-gnu):
17042 Rename from org-file-apps-defaults-linux.
17043 (org-default-apps): Don't test system-type for `linux'.
17044 (org-file-apps): Doc fix.
17045
17046 2005-07-04 David Ponce <david@dponce.com>
17047
17048 * tree-widget.el: Improve header Commentary section.
17049 (tree-widget) [defgroup]
17050 (tree-widget-image-enable, tree-widget-themes-directory)
17051 (tree-widget-theme, tree-widget-image-properties-emacs)
17052 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17053 (tree-widget-image-formats, tree-widget-control)
17054 (tree-widget-empty-control, tree-widget-leaf-control
17055 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17056 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17057 (tree-widget-keep, tree-widget-after-toggle-functions)
17058 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17059 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17060 :help-echo message.
17061 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17062 (tree-widget-image-properties): Doc fix. Clearer implementation.
17063 (tree-widget--cursors): New constant.
17064 (tree-widget-lookup-image): New function split from
17065 `tree-widget-find-image'. Clearer implementation.
17066 (tree-widget-find-image): Use it.
17067 (tree-widget-button-keymap): Use `set-keymap-parent'.
17068 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17069 Define the sub-widgets here.
17070 (tree-widget-node): Check that :node is not a tree-widget.
17071 (tree-widget-get-super, tree-widget-open-control)
17072 (tree-widget-close-control, tree-widget-empty-control)
17073 (tree-widget-leaf-control, tree-widget-guide)
17074 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17075 (tree-widget-no-handle, tree-widget-value-delete)
17076 (tree-widget-map): Remove.
17077 (tree-widget-children-value-save): Doc fix. Simplified.
17078 (tree-widget-value-create): Update according to previous changes.
17079
17080 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17081
17082 * textmodes/org.el: Leading space replaced by TABS.
17083 (org-recalc-marks, org-table-rotate-recalc-marks)
17084 (org-table-get-specials): Treat "^" and "_" marks.
17085 (org-table-justify-field-maybe): Optional argument NEW.
17086 (org-table-eval-formula): Parsing of the format simplified.
17087 New modes C,I. Honor the %= parameter in the current table.
17088 Avoid unnecessary re-align by using the NEW argument to
17089 `org-table-justify-field-maybe'.
17090 (org-calc-default-modes): Default for date-format mimicks org-mode.
17091 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17092
17093 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17094
17095 * cus-face.el (custom-theme-set-faces): Make it handle face
17096 aliases whose alias declarations are pre- or autoloaded.
17097
17098 2005-07-04 Juri Linkov <juri@jurta.org>
17099
17100 * faces.el (read-face-name): Put the code for getting a face name
17101 from the buffer before adding the faces from the `face' property.
17102 Use `completing-read-multiple' instead of `completing-read'.
17103 Require `crm'. Add default value and post-process the returned
17104 list of faces.
17105
17106 * emacs-lisp/crm.el (crm-find-current-element)
17107 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17108
17109 * emacs-lisp/lisp-mode.el (eval-defun-1):
17110 * emacs-lisp/edebug.el (edebug-eval-defun):
17111 Remove unnecessary quotes.
17112
17113 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17114
17115 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17116 (prolog-indent-level): Fix typo in docstring.
17117
17118 * info.el (Info-history, Info-history-forward)
17119 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17120
17121 * add-log.el (add-change-log-entry):
17122 * comint.el (comint-dynamic-list-input-ring)
17123 (comint-dynamic-list-completions):
17124 * dabbrev.el (dabbrev-expand):
17125 * delim-col.el (delimit-columns-rectangle-line):
17126 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17127 (diff-unified->context):
17128 * ediff-init.el (ediff-abbrev-jobname):
17129 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17130 (ediff-replace-session-activity-marker-in-meta-buffer):
17131 * info.el (Info-summary):
17132 * lpr.el (printify-region):
17133 * printing.el (pr-create-interface):
17134 * ps-print.el (ps-print-quote):
17135 * ses.el (ses-column-widths, ses-print-cell)
17136 (ses-adjust-print-width, ses-center):
17137 * shell.el (shell-file-name-quote-list):
17138 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17139 (strokes-fill-current-buffer-with-whitespace)
17140 (strokes-xpm-for-stroke, strokes-list-strokes)
17141 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17142 * term.el (term-dynamic-list-input-ring)
17143 (term-dynamic-list-completions):
17144 * calc/calc.el (math-format-stack-value):
17145 * emacs-lisp/edebug.el (edebug-display-freq-count):
17146 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17147 (delphi-new-comment-line):
17148 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17149 * progmodes/executable.el (executable-set-magic):
17150 * progmodes/python.el (inferior-python-mode):
17151 * progmodes/scheme.el (scheme-mode-syntax-table):
17152 * progmodes/sh-script.el (sh-maybe-here-document):
17153 * progmodes/sql.el (sql-copy-column):
17154 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17155 * textmodes/bibtex.el (bibtex-mode):
17156 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17157 (sgml-auto-attributes):
17158 * textmodes/table.el (table-insert, table-shorten-cell)
17159 (table--generate-source-scan-lines, table-delete-row)
17160 (*table--cell-delete-char, table--spacify-frame)
17161 (table--horizontally-shift-above-and-below)
17162 (table--cell-insert-char, table--cell-blank-str)
17163 (table--fill-region-strictly):
17164 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17165 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17166
17167 * add-log.el (change-log):
17168 * apropos.el (apropos):
17169 * comint.el (comint-completion, comint-source):
17170 * dabbrev.el (dabbrev):
17171 * delim-col.el (columns):
17172 * diff-mode.el (diff-mode):
17173 * ediff.el (ediff):
17174 * ediff-diff.el (ediff-diff):
17175 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17176 * ediff-mult.el (ediff-mult):
17177 * ediff-ptch.el (ediff-ptch):
17178 * ediff-wind.el (ediff-window):
17179 * facemenu.el (facemenu):
17180 * indent.el (indent):
17181 * info.el (info):
17182 * jka-cmpr-hook.el (compression, jka-compr):
17183 * lpr.el (lpr):
17184 * outline.el (outlines):
17185 * pcmpl-cvs.el (pcmpl-cvs):
17186 * pcmpl-rpm.el (pcmpl-rpm):
17187 * printing.el (printing):
17188 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17189 (ps-print-vertical, ps-print-headers, ps-print-font)
17190 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17191 (ps-print-background, ps-print-printer, ps-print-page)
17192 (ps-print-miscellany):
17193 * ses.el (ses):
17194 * shell.el (shell, shell-directories, shell-faces):
17195 * startup.el (initialization):
17196 * strokes.el (strokes):
17197 * term.el (term):
17198 * uniquify.el (uniquify):
17199 * w32-vars.el (w32):
17200 * calc/calc.el (calc):
17201 * emacs-lisp/bytecomp.el (bytecomp):
17202 * emacs-lisp/cl-indent.el (lisp-indent):
17203 * emacs-lisp/edebug.el (edebug):
17204 * emacs-lisp/elp.el (elp):
17205 * emacs-lisp/testcover.el (testcover):
17206 * emacs-lisp/trace.el (trace):
17207 * emulation/viper-ex.el (viper-ex):
17208 * emulation/viper-mous.el (viper-mouse):
17209 * mail/mailalias.el (mailalias):
17210 * mail/supercite.el (supercite, supercite-frames)
17211 (supercite-attr, supercite-cite, supercite-hooks):
17212 * net/rcompile.el (remote-compile):
17213 * net/rlogin.el (rlogin):
17214 * obsolete/ooutline.el (outlines):
17215 * progmodes/delphi.el (delphi):
17216 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17217 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17218 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17219 (ebnf-optimization):
17220 * progmodes/etags.el (etags):
17221 * progmodes/executable.el (executable):
17222 * progmodes/idlwave.el (idlwave):
17223 * progmodes/pascal.el (pascal):
17224 * progmodes/prolog.el (prolog):
17225 * progmodes/python.el (python):
17226 * progmodes/scheme.el (scheme):
17227 * progmodes/sh-script.el (sh, sh-script):
17228 * progmodes/sql.el (SQL):
17229 * progmodes/tcl.el (tcl):
17230 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17231 * textmodes/enriched.el (enriched):
17232 * textmodes/makeinfo.el (makeinfo):
17233 * textmodes/sgml-mode.el (sgml):
17234 * textmodes/table.el (table-hooks):
17235 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17236 * textmodes/texinfo.el (texinfo):
17237 * textmodes/two-column.el (two-column):
17238 Finish `defgroup' description with period.
17239
17240 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17241 * eshell/esh-var.el (eshell-var):
17242 * progmodes/vhdl-mode.el (vhdl-testbench):
17243 * textmodes/org.el (org): Fix typos in docstrings.
17244
17245 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17246 consistency.
17247
17248 * progmodes/flymake.el (flymake-find-file): Remove.
17249 (flymake-float-time): Use `with-no-warnings'.
17250 (flymake-check-start-time, flymake-check-was-interrupted)
17251 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17252 (flymake-new-err-info): `defvar' at compile time.
17253
17254 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17255
17256 * replace.el (occur-hook): Doc fix.
17257 (occur-1): Don't call `occur-hook' if there are no matches.
17258
17259 2005-07-03 Richard M. Stallman <rms@gnu.org>
17260
17261 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17262 global-map, save the same map.
17263 (global-map): Don't alter it at top level.
17264 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17265 Then alter it here instead.
17266 (tpu-edt-off): Set global-map to the saved one.
17267
17268 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17269 All references simplified.
17270 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17271 (zmacs-regions): Add defvar.
17272 (repeat-complex-command-map): Everything about that deleted.
17273
17274 * textmodes/artist.el (artist-key-is-drawing)
17275 (artist-key-endpoint1, artist-key-poly-point-list)
17276 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17277 (artist-key-compl-table, artist-rb-save-data)
17278 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17279 Don't put them in eval-when-compile.
17280 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17281
17282 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17283 Use with-no-warnings.
17284
17285 * net/browse-url.el (dos-windows-version): Add defvar.
17286
17287 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17288
17289 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17290 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17291 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17292 Add defvar.
17293 (rmail-summary-beginning-of-message): Use with-no-warnings.
17294 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17295
17296 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17297 Use with-no-warnings.
17298
17299 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17300 (c-mark-function): Add point-moving-unit property.
17301 (vi-goto-line): Use with-no-warnings.
17302
17303 * emulation/edt.el (edt-last-copied-word): Add defvar.
17304 (zmacs-region-stays): Likewise.
17305 (edt-mark-section-wisely): Use c-mark-function for C.
17306 Use makr-defun for Fortran.
17307 (time-string): defvar deleted.
17308 (edt-display-the-time): Don't set time-string.
17309
17310 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17311
17312 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17313 Don't warn when name is not constant
17314 or for defining the group `emacs'.
17315
17316 * tooltip.el (gud-tooltip-mode): Add defvar.
17317
17318 * startup.el (default-frame-background-mode): Add defvar.
17319
17320 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17321
17322 * info.el (tool-bar-map): Add defvar.
17323
17324 * dired.el (dnd-protocol-alist): Add defvar.
17325
17326 * dired-aux.el (dired-query): Display question with answer, when
17327 the user answers.
17328
17329 * custom.el (custom-add-option): Doc fix.
17330
17331 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17332
17333 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17334
17335 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17336 bogus name from the last change.
17337
17338 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17339
17340 * custom.el (custom-declare-variable): Fix typos in comment.
17341 (custom-known-themes): Doc fix.
17342 (custom-theme-directory): New defcustom.
17343 (require-theme): Make it check `custom-theme-directory'.
17344
17345 * cus-theme.el (custom-new-theme-mode): New function.
17346 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17347 (custom-theme-description): Add compiler defvars.
17348 (customize-create-theme): Add doc to the "*New Custom Theme*"
17349 buffer. Use `custom-new-theme-mode'.
17350 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17351 and save it to the `custom-theme-directory'. Make this the
17352 default directory of the buffer.
17353
17354 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17355
17356 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17357 Fix unbalanced parentheses.
17358
17359 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17360
17361 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17362 into flymake-mode and delegate to flymake-mode.
17363
17364 * find-file.el (ff-which-function-are-we-in): Clean up.
17365
17366 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17367
17368 * replace.el (occur-rename-buffer): Fix docstring.
17369
17370 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17371 (edt-last-copied-word, edt-learn-macro-count)
17372 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17373 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17374 (time-string, zmacs-region-stays):
17375 * emulation/edt-mapper.el (edt-save-function-key-map)
17376 (EDT-key-name): `defvar' to silence the byte-compiler.
17377
17378 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17379
17380 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17381 font-lock-regexp-backslash. Doc fix.
17382 (font-lock-regexp-backslash-grouping-construct): Rename from
17383 font-lock-regexp-backslash-construct. Doc fix.
17384 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17385 grouping constructs.
17386
17387 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17388
17389 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17390 updating all the prerequisites.
17391
17392 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17393
17394 * textmodes/org.el (org-agenda-start-on-weekday)
17395 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17396 (org-agenda-use-time-grid, org-archive-location)
17397 (org-allow-space-in-links, org-usenet-links-prefer-google)
17398 (org-enable-table-editor, org-export-default-language)
17399 (org-export-html-show-new-buffer, org-fill-paragraph)
17400 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17401 (org-goto-quit, org-occur, org-eval-in-calendar)
17402 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17403 (org-agenda-diary-entry, org-remember-help)
17404 (org-table-convert-region, org-at-table-p)
17405 (org-table-move-row-down, org-table-move-row-up)
17406 (org-table-copy-region, org-table-toggle-vline-visibility)
17407 (org-table-get-stored-formulas, org-table-get-specials)
17408 (org-recalc-commands, org-table-eval-formula)
17409 (org-table-formula-substitute-names, orgtbl-make-binding)
17410 (org-format-org-table-html, org-format-table-table-html)
17411 (org-format-table-table-html-using-table-generate-source)
17412 (org-customize): Fix typos in docstrings.
17413 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17414 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17415 (org-back-to-heading): Doc fixes.
17416 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17417 (org-agenda-change-all-lines, org-get-header):
17418 Improve argument/docstring consistency.
17419 (orgtbl-error): Fix error message.
17420
17421 * progmodes/flymake.el (flymake-find-possible-master-files)
17422 (flymake-master-file-compare, flymake-get-line-err-count)
17423 (flymake-highlight-line, flymake-gui-warnings-enabled):
17424 Fix typos in docstrings.
17425 (flymake-parse-line, flymake-get-project-include-dirs-function)
17426 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17427 Doc fixes.
17428 (flymake-get-project-include-dirs-function)
17429 (flymake-make-err-menu-data):
17430 Improve argument/docstring consistency.
17431
17432 2005-07-01 Lute Kamstra <lute@gnu.org>
17433
17434 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17435 Catch errors with ignore-errors. Use temporary buffer.
17436 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17437
17438 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17439 background color faces.
17440 (facemenu-set-foreground, facemenu-set-background):
17441 Use facemenu-set-face-from-menu.
17442 (facemenu-set-face-from-menu): Treat face names that start with
17443 "fg:" or "bg:" as special.
17444 (facemenu-add-new-color): Don't create faces. Simplify.
17445
17446 2005-06-30 Richard M. Stallman <rms@gnu.org>
17447
17448 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17449 (crm-find-current-element): Likewise.
17450
17451 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17452
17453 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17454
17455 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17456
17457 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17458 (archive-mouse-extract): Make it an obsolete alias.
17459 (archive-mode-map): Don't use archive-mouse-extract any more.
17460 (archive-mode, archive-extract): write-contents-hooks ->
17461 write-contents-functions.
17462 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17463 first arg.
17464 (archive-rename-entry): Update the call.
17465 (archive-zip-summarize): Remove unused var `method'.
17466 (archive-lzh-summarize): Remove unused var `creator'.
17467
17468 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17469 dedicated frame upon exit.
17470
17471 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17472 (archive-zip-extract, archive-zip-expunge)
17473 (archive-zip-update, archive-zip-update-case): Use executable-find.
17474 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17475 Use restore-buffer-modified-p.
17476 (archive-extract, archive-add-new-member, archive-write-file-member):
17477 Use with-current-buffer.
17478 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17479
17480 2005-06-30 Andreas Schwab <schwab@suse.de>
17481
17482 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17483
17484 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17485
17486 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17487
17488 2005-06-30 Juri Linkov <juri@jurta.org>
17489
17490 * faces.el (vertical-border): Inherit from mode-line-inactive
17491 only on tty.
17492
17493 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17494
17495 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17496 example, -NLINES in the `occur' docstring).
17497
17498 * replace.el (occur-1): When no matches are found, do not set the
17499 `buffer-read-only' and modified flags for the occur buffer,
17500 because it is deleted.
17501
17502 * emulation/cua-base.el (cua-check-pending-input)
17503 (cua-repeat-replace-region, cua-mode, cua-debug)
17504 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17505 Fix typos in docstrings.
17506
17507 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17508 (cua-cut-region-to-global-mark)
17509 (cua--cut-rectangle-to-global-mark):
17510 Remove period from end of messages.
17511
17512 * emulation/cua-rect.el (cua-do-rectangle-padding):
17513 Remove period from end of messages.
17514 (cua--rectangle-seq-format): Fix typo in docstring.
17515 (cua-sequence-rectangle, cua-fill-char-rectangle):
17516 Improve argument/docstring consistency.
17517
17518 2005-06-29 Juri Linkov <juri@jurta.org>
17519
17520 * faces.el (default-frame-background-mode): New internal variable.
17521 (frame-set-background-mode): Use it.
17522
17523 * startup.el (normal-top-level): Set default-frame-background-mode
17524 instead of frame-background-mode. Before setting it, test for its
17525 nil value. Remove tests for frame-background-mode and frame
17526 parameter `reverse'. Add test for "unspecified-fg".
17527
17528 * term/xterm.el (xterm-rxvt-set-background-mode):
17529 * term/rxvt.el (rxvt-set-background-mode):
17530 Set default-frame-background-mode instead of frame-background-mode.
17531
17532 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17533
17534 * simple.el (set-variable): Warn about obsolete user variables.
17535
17536 * imenu.el (imenu--completion-buffer):
17537 * mouse.el (mouse-buffer-menu-alist):
17538 * msb.el (msb-invisible-buffer-p):
17539 * calendar/diary-lib.el (diary-header-line-format):
17540 * emacs-lisp/pp.el (pp-buffer):
17541 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17542 * textmodes/picture.el (picture-replace-match):
17543 Change space constants followed by a sexp to "?\s ".
17544
17545 * play/decipher.el (decipher-loop-with-breaks):
17546 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17547 constants "protected" from end of line by a comment to "?\s".
17548
17549 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17550
17551 * font-lock.el (save-buffer-state): Use `declare'.
17552
17553 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17554 reset the syntax-table to cperl-mode-syntax-table.
17555 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17556 "foo_print_bar" is not matched as a reserved keyword.
17557
17558 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17559
17560 * textmodes/org.el (orgtbl-setup): New function, for delayed
17561 setup for the orgtbl commands.
17562 (org-calc-default-modes): New option.
17563 (orgtbl-make-binding): Use `defun' to get better help display.
17564 (org-diary): Call `org-compile-prefix-format'.
17565 (org-table-formula-substitute-names): New function.
17566 (org-agenda-day-view, org-agenda-week-view): New commands.
17567 (org-agenda-toggle-week-view): Command removed.
17568 (org-tbl-menu): Split off from org-org-menu.
17569 (org-mode): Move removal of outline-mode menus to here.
17570 (org-table-formula-debug): New option.
17571 (org-table-insert-row): Keep first field if just "#" or "*".
17572 (org-mode): Paragraph regexps fixed.
17573 (org-table-recalculate-regexp): New constant.
17574 (org-table-justify-field-maybe): Avoid replace if not necessary.
17575 (org-copy-special, org-cut-special): Use `call-interactively'.
17576 (org-table-copy-region): Take region from `interactive' call.
17577 (org-trim): Return string even if no match.
17578 (org-formula): New face.
17579 (org-set-font-lock-defaults): No longer highlight "FIXME".
17580 But highlight formula-related fields in table.
17581 (org-table-p): Use regexp, not fontification.
17582 (org-table-align): Handle white space at end of line.
17583 (org-table-formula-evaluate-inline): New option.
17584 (org-mode): Auto-wrapping in comment lines turned off.
17585 (org-table-copy-down): Evaluate only in copied field, not in
17586 destination.
17587 (org-table-current-formula): Variable removed.
17588 (org-table-store-formulas, org-table-get-stored-formulas)
17589 (org-table-modify-formulas, org-table-replace-in-formulas)
17590 (org-table-maybe-eval-formula): New functions.
17591 (org-table-get-formula): Modify to use stored formulas.
17592 (org-table-insert-column, org-table-delete-column)
17593 (org-table-move-column): Call `org-table-modify-formulas'.
17594 (org-complete): Add completion for keyword formulas.
17595 (orgtbl-mode): Pull orgtbl-mode-map to start of
17596 minor-mode-map-alist.
17597
17598 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17599
17600 * progmodes/python.el (python-check): Require `compile' before
17601 modifying its variables.
17602
17603 * newcomment.el (comment-indent-default): Don't get fooled by an early
17604 end of buffer.
17605
17606 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17607
17608 * ps-print.el (ps-print-version): Fix version number.
17609
17610 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17611
17612 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17613
17614 2005-06-28 Richard M. Stallman <rms@gnu.org>
17615
17616 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17617 (flyspell-local-mouse-map): Declaration deleted.
17618 (flyspell-mouse-map): Bind only mouse-2.
17619 (flyspell-mode-map): Don't test flyspell-use-local-map.
17620 (flyspell-overlay-keymap-property-name): Var deleted.
17621 (flyspell-mode-on): Don't make local bindings for
17622 flyspell-mouse-map and flyspell-mode-map.
17623 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17624
17625 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17626
17627 * progmodes/compile.el (compilation-next-error-function):
17628 Don't switch buffers; operate on the current buffer.
17629
17630 * progmodes/compile.el (compilation-error-file-name)
17631 (compilation-warning-file-name, compilation-info-file-name)
17632 (compilation-line-number, compilation-column-number): New faces.
17633 (compilation-error-face, compilation-warning-face)
17634 (compilation-info-face, compilation-line-face)
17635 (compilation-column-face): Use them.
17636
17637 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17638
17639 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17640
17641 * bindings.el (global-map): Bind insertchar and its variants.
17642
17643 2005-06-27 Richard M. Stallman <rms@gnu.org>
17644
17645 * textmodes/artist.el (artist-text-overwrite)
17646 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17647
17648 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17649
17650 * ps-print.el: It was not working the page selection for printing.
17651 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17652 (ps-print-version): New version 6.6.7.
17653 (ps-end-sheet): New fun.
17654 (ps-header-sheet, ps-end-job): Call it.
17655
17656 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17657
17658 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17659
17660 2005-06-27 Lute Kamstra <lute@gnu.org>
17661
17662 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17663 background color faces.
17664 (facemenu-get-face): Delete function.
17665 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17666 (facemenu-add-new-color): Make second argument mandatory.
17667 Create the appropriate face and return it. Simplify.
17668 (facemenu-set-foreground, facemenu-set-background): Don't check if
17669 color is defined. Use return value of facemenu-add-new-color.
17670
17671 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17672
17673 * progmodes/gud.el (gud-filter): Add missing argument to
17674 with-selected-window.
17675
17676 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17677
17678 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17679 a :require to the defcustom.
17680
17681 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17682 defcustoms corresponding to minor modes.
17683
17684 2005-06-26 David Ponce <david@dponce.com>
17685
17686 * recentf.el: Require tree-widget instead of wid-edit.
17687 (recentf-filename-handler): Fix widget :type.
17688 (recentf-cancel-dialog, recentf-open-more-files)
17689 (recentf-open-files-action): Doc fix.
17690 (recentf-dialog-goto-first): New function.
17691 (recentf-dialog-mode-map): Set parent keymap first.
17692 (recentf-dialog-mode): Define with define-derived-mode.
17693 Don't display continuation lines in dialogs.
17694 (recentf-edit-list): Rename from recentf-edit-selected-items.
17695 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17696 Simplify.
17697 (recentf-edit-list-validate): New function.
17698 (recentf-edit-list): Update accordingly.
17699 (recentf-open-files-item-shift): Remove.
17700 (recentf-open-files-item): Convert menu elements into tree and
17701 link widgets. Don't create the widgets.
17702 (recentf-open-files): Update accordingly.
17703 (recentf-save-list): Untabify.
17704
17705 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17706
17707 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17708 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17709 partially contained in the active region. Do not take active
17710 region into account when called from Lisp, unless INTERACTIVE arg
17711 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17712 avoid trouble with fields. Make marker point nowhere when no
17713 longer used. Always return nil. Doc fix.
17714 (flush-lines): Add INTERACTIVE arg. Do not take active region
17715 into account when called from Lisp, unless INTERACTIVE arg is
17716 non-nil. Use `forward-line' instead of `beginning-of-line' to
17717 avoid trouble with fields. Make marker point nowhere when no
17718 longer used. Always return nil. Doc fix.
17719 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17720 interchangeable. Do not take active region into account when
17721 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17722 message in echo area when called from Lisp, unless INTERACTIVE arg
17723 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17724 Return the number of matches. Doc fix.
17725 (occur): Doc fix.
17726 (perform-replace): Make comment follow double space convention for
17727 the sake of `outline-minor-mode'.
17728
17729 * faces.el (facep): Doc fix.
17730
17731 2005-06-25 Richard M. Stallman <rms@gnu.org>
17732
17733 * facemenu.el (facemenu-enable-faces-p): New function.
17734 (facemenu-background-menu, facemenu-foreground-menu)
17735 (facemenu-face-menu): Add menu-enable property.
17736
17737 * jka-compr.el (jka-compr-insert-file-contents):
17738 Special handling if cannot find the uncompression program.
17739
17740 * cus-face.el (custom-face-attributes): Add autoload.
17741
17742 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17743 Bind comment-indent-function locally.
17744
17745 * window.el (save-selected-window): Use save-current-buffer.
17746
17747 * subr.el (with-selected-window): Use save-current-buffer.
17748
17749 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17750 and with-current-buffer.
17751
17752 2005-06-24 Richard M. Stallman <rms@gnu.org>
17753
17754 * simple.el (line-move-1): Fix previous change.
17755
17756 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17757
17758 * replace.el (occur-1): Set `buffer-read-only' and the
17759 buffer-modified flag before running `occur-hook' to protect
17760 against unintentional buffer switches that can lead to data loss.
17761
17762 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17763
17764 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17765 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17766 initial error.
17767
17768 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17769 after fresh input.
17770 (gdb-var-create-handler): Put name of expression in quotes.
17771
17772 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17773
17774 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17775 elements of RING in order, and without bogus nil elements.
17776
17777 2005-06-23 Richard M. Stallman <rms@gnu.org>
17778
17779 * simple.el (set-variable): Args renamed; doc fix.
17780 (line-move-1): When there are overlays around, use vertical-motion.
17781
17782 * faces.el (escape-glyph): Use brown against light background.
17783 (nobreak-space): Rename from no-break-space.
17784 Fix previous change.
17785
17786 * dired-aux.el (dired-do-copy): Fix arg prompt.
17787
17788 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17789
17790 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17791
17792 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17793 rather than "Distributor".
17794
17795 2005-06-23 Lute Kamstra <lute@gnu.org>
17796
17797 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17798 (debug-on-entry): Use it. New interactive declaration that uses
17799 function-called-at-point.
17800
17801 2005-06-23 Kim F. Storm <storm@cua.dk>
17802
17803 * subr.el (save-match-data): Add comment about using evaporate arg
17804 to set-match-data.
17805
17806 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17807
17808 * cus-edit.el (customize-face)
17809 (customize-face-other-window): Handle face aliases.
17810
17811 * faces.el (face-documentation, set-face-attribute)
17812 (face-spec-set): Handle face aliases.
17813
17814 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17815
17816 * help-mode.el (help-make-xrefs): If a symbol representing a face
17817 name is not followed by the word "face", it could still be a
17818 function or variable name, so don't bypass other checks.
17819
17820 2005-06-22 Juri Linkov <juri@jurta.org>
17821
17822 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17823 Replace aliased functions with calls where second arg `inherit' is t.
17824
17825 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17826
17827 * progmodes/gdb-ui.el (gdb-error): New variable.
17828 (gdb-error): New function.
17829 (gdb-annotation-rules): Act on error-begin and error annotations.
17830 (gdb-concat-output): Use font-lock-warning-face for errors.
17831
17832 2005-06-22 Miles Bader <miles@gnu.org>
17833
17834 * bindings.el (propertized-buffer-identification): Use renamed
17835 `Buffer-menu-buffer' face.
17836
17837 * faces.el (vertical-border): Rename from `vertical-divider'.
17838 (escape-glyph): Change dark-background color back to `cyan'.
17839
17840 2005-06-21 Juri Linkov <juri@jurta.org>
17841
17842 * faces.el (face-user-default-spec): Try getting `customized-face'
17843 prior to `saved-face'.
17844 (frame-background-mode): Refill docstring.
17845
17846 * emacs-lisp/lisp-mode.el (eval-defun-1):
17847 * emacs-lisp/edebug.el (edebug-eval-defun):
17848 Set `saved-face' temporarily to nil before calling form.
17849 Set `customized-face' to the new spec after that.
17850
17851 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17852
17853 * subr.el (1value, lambda, key-substitution-in-progress):
17854 Doc fixes.
17855
17856 * autoinsert.el (auto-insert-alist):
17857 * ses.el (ses-call-printer):
17858 * subr.el (noreturn):
17859 * emacs-lisp/lisp.el (check-parens):
17860 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17861 * net/browse-url.el (browse-url-mosaic):
17862 * progmodes/cc-defs.el (c-safe-scan-lists):
17863 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17864 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17865 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17866 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17867 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17868 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17869
17870 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17871
17872 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17873
17874 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17875
17876 * calendar/appt.el (appt-make-list): Activate the package, if
17877 not already active (for backwards compatibility).
17878
17879 2005-06-20 Kim F. Storm <storm@cua.dk>
17880
17881 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17882
17883 2005-06-20 Miles Bader <miles@gnu.org>
17884
17885 * faces.el (vertical-divider): New face.
17886
17887 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17888
17889 * simple.el (kill-whole-line): Doc fix.
17890 (next-error-buffer-p, next-error-find-buffer)
17891 (clone-indirect-buffer): Fix typos in docstrings.
17892 (comment-line-break-function): Doc fix: don't say variable
17893 is automatically buffer-local (it isn't).
17894
17895 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17896
17897 * net/tramp-ftp.el (top):
17898 * net/tramp-smb.el (top):
17899 * net/tramp-util.el (top):
17900 * net/tramp-uu.el (top):
17901 * net/tramp-vc.el (top):
17902 * net/tramp.el (top): Revert copyright years back to original
17903 ones. Tramp has a life outside GNU Emacs.
17904
17905 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17906
17907 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17908
17909 2005-06-18 Juri Linkov <juri@jurta.org>
17910
17911 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17912 end of first regexp to limit the match to the position between
17913 line number and source line with same separator character as used
17914 between file name and line number. In the second regexp limit
17915 mouse-face area to file name and line number by adding new group
17916 for them and referring it in HYPERLINK arg.
17917 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17918 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17919 previous line where grep markers may be already removed.
17920
17921 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17922
17923 * progmodes/ps-mode.el: Update version and maintainer's email address.
17924
17925 2005-06-18 Steve Youngs <steve@xemacs.org>
17926
17927 * net/browse-url.el (browse-url-browser-function)
17928 (browse-url-default-browser): Add firefox.
17929 (browse-url-firefox-program, browse-url-firefox-arguments)
17930 (browse-url-firefox-startup-arguments)
17931 (browse-url-firefox-new-window-is-tab): New defcustoms.
17932 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17933
17934 2005-06-17 Richard M. Stallman <rms@gnu.org>
17935
17936 * startup.el (command-line): Warn if specified user name has
17937 no home directory.
17938
17939 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17940 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17941
17942 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17943 Doc fixes.
17944
17945 * faces.el (underline): Try bold if terminal doesn't support underline.
17946
17947 * mail/sendmail.el (mail-setup-with-from): New variable.
17948 (mail-insert-from-field): New function.
17949 (sendmail-send-it): Call it.
17950 (mail-setup): Optionally call it here.
17951
17952 * term/linux.el: Call tty-no-underline.
17953
17954 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17955
17956 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17957
17958 2005-06-17 Miles Bader <miles@gnu.org>
17959
17960 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17961 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17962 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17963 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17964 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17965 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17966 Remove "-face" suffix from face names.
17967 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17968 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17969 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17970 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17971 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17972 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17973 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17974 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17975 New backward-compatibility aliases for renamed faces.
17976 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17977 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17978 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17979 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17980 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17981 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17982 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17983 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17984 Use renamed ediff faces.
17985
17986 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17987 Remove "-face" suffix from face names.
17988 (eshell-test-ok-face, eshell-test-failed-face):
17989 New backward-compatibility aliases for renamed faces.
17990 (eshell-run-test): Use renamed eshell-test faces.
17991
17992 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17993 face name.
17994 (eshell-prompt-face): New backward-compatibility alias for renamed
17995 face.
17996 (eshell-emit-prompt): Use renamed eshell-prompt face.
17997
17998 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17999 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18000 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18001 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18002 Remove "-face" suffix from face names.
18003 (eshell-ls-directory-face, eshell-ls-symlink-face)
18004 (eshell-ls-executable-face, eshell-ls-readonly-face)
18005 (eshell-ls-unreadable-face, eshell-ls-special-face)
18006 (eshell-ls-missing-face, eshell-ls-archive-face)
18007 (eshell-ls-backup-face, eshell-ls-product-face)
18008 (eshell-ls-clutter-face):
18009 New backward-compatibility aliases for renamed faces.
18010 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18011
18012 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18013 Remove "-face" suffix from face name.
18014 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18015 instead of literal face.
18016
18017 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18018
18019 * emacs-lisp/warnings.el (display-warning, lwarn)
18020 (warning-minimum-log-level): Doc fixes.
18021 (warning-minimum-level, warning-minimum-log-level):
18022 Add :debug to :type choices.
18023
18024 * progmodes/ada-mode.el (ada-format-paramlist)
18025 (ada-get-indent-case, ada-check-matching-start)
18026 (ada-check-defun-name, ada-goto-matching-decl-start)
18027 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18028 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18029 (ada-make-subprogram-body): Follow error conventions.
18030 (ada-case-exception-file, ada-indent-comment-as-code)
18031 (ada-indent-handle-comment-special, ada-indent-renames)
18032 (ada-indent-return, ada-search-directories-internal)
18033 (ada-tab-policy, ada-case-exception-substring)
18034 (ada-other-file-alist, ada-matching-start-re)
18035 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18036 (ada-imenu-generic-expression, ada-compile-goto-error)
18037 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18038 (ada-popup-menu, ada-add-extensions, ada-mode)
18039 (ada-region-selected, ada-create-case-exception)
18040 (ada-create-case-exception-substring, ada-after-keyword-p)
18041 (ada-activate-keys-for-case, ada-adjust-case-region)
18042 (ada-adjust-case-buffer, ada-format-paramlist)
18043 (ada-scan-paramlist, ada-insert-paramlist)
18044 (ada-indent-newline-indent)
18045 (ada-indent-newline-indent-conditional)
18046 (ada-justified-indent-current, ada-goto-previous-word)
18047 (ada-indent-current, ada-get-indent-open-paren)
18048 (ada-get-indent-paramlist, ada-get-indent-end)
18049 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18050 (ada-get-indent-block-start, ada-get-indent-subprog)
18051 (ada-get-indent-noindent, ada-get-indent-label)
18052 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18053 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18054 (ada-goto-stmt-end, ada-goto-next-word)
18055 (ada-check-matching-start, ada-check-defun-name)
18056 (ada-goto-matching-decl-start, ada-goto-matching-start)
18057 (ada-goto-matching-end, ada-search-ignore-string-comment)
18058 (ada-in-decl-p, ada-looking-at-semi-or)
18059 (ada-looking-at-semi-private, ada-in-paramlist-p)
18060 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18061 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18062 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18063 (ada-previous-package, ada-create-menu)
18064 (ada-fill-comment-paragraph-justify)
18065 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18066 (ada-other-file-name, ada-last-which-function-line)
18067 (ada-last-which-function-subprog, ada-which-function)
18068 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18069 (ada-gen-treat-proc, ada-check-emacs-version)
18070 (ada-continuation-indent, ada-align-region-separate):
18071 Fix typos in docstrings.
18072 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18073
18074 2005-06-16 Lute Kamstra <lute@gnu.org>
18075
18076 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18077 conditionally.
18078
18079 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18080
18081 * comint.el (comint-replace-by-expanded-filename)
18082 (comint-prompt-regexp, comint-delimiter-argument-list)
18083 (comint-preinput-scroll-to-bottom):
18084 * info.el (Info-hide-cookies-node):
18085 * ls-lisp.el (ls-lisp-classify):
18086 * find-file.el (ff-search-directories, ff-special-constructs)
18087 (ff-find-other-file):
18088 * font-lock.el (font-lock-keywords):
18089 * shell.el (shell-prompt-pattern)
18090 (shell-dynamic-complete-functions, shell-mode)
18091 (shell-delimiter-argument-list):
18092 * term.el (term-replace-by-expanded-filename)
18093 (term-prompt-regexp, term-delimiter-argument-list):
18094 * woman.el (woman-ignore, woman0-if):
18095 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18096 * emacs-lisp/elint.el (elint-init-env):
18097 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18098 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18099 * language/ethio-util.el (ethio-tilde-escape)
18100 (ethio-use-three-dot-question):
18101 * net/zone-mode.el (zone-mode-load-time-setup):
18102 * progmodes/cc-align.el (c-lineup-argcont):
18103 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18104 * progmodes/cperl-mode.el (cperl-set-style-back):
18105 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18106 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18107 Fix spellings in docstrings.
18108
18109 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18110 * progmodes/modula2.el (m2-for): Fix spellings.
18111
18112 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18113
18114 * simple.el (undo-more): Don't use `format' on `error' arguments.
18115 Improve argument/docstring consistency.
18116 (pending-undo-list): Doc fix.
18117
18118 * smerge-mode.el (smerge-ensure-match):
18119 * emulation/vip.el (vip-ex):
18120 * net/zone-mode.el (zone-mode-update-serial):
18121 * progmodes/idlwave.el (idlwave-complete):
18122 * progmodes/vhdl-mode.el (vhdl-visit-file)
18123 (vhdl-compose-wire-components):
18124 Don't use `format' on `error' arguments.
18125
18126 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18127 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18128 (tooltip-help-tips): Fix typos in docstrings.
18129
18130 2005-06-16 David Ponce <david@dponce.com>
18131
18132 * tree-widget.el (tree-widget-value-create): Simplify last change.
18133
18134 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18135
18136 * ido.el (ido-incomplete-regexp): New variable.
18137 (ido-set-matches-1): Handle invalid-regexp error and set
18138 ido-incomplete-regexp.
18139 (ido-incomplete-regexp): New face.
18140 (ido-completions): Use it.
18141 (ido-complete, ido-exit-minibuffer, ido-completions):
18142 Handle incomplete regexps.
18143 (ido-completions): Add check for complete match when entering a regexp.
18144
18145 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18146
18147 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18148
18149 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18150
18151 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18152 by field delimiters.
18153
18154 2005-06-15 David Ponce <david@dponce.com>
18155
18156 * tree-widget.el: eval-and-compile inlined functions so they will
18157 be available at run-time too.
18158 (tree-widget-super-format-handler)
18159 (tree-widget-format-handler): Remove.
18160 (tree-widget-value-create): Handle the :indent property.
18161
18162 2005-06-15 Miles Bader <miles@gnu.org>
18163
18164 * progmodes/which-func.el (which-func): Only inherit
18165 `font-lock-function-name-face' when that makes sense against the
18166 default mode-line face, otherwise set the face color explicitly.
18167
18168 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18169 faces instead of (non-existent) variables.
18170
18171 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18174 (iswitchb-get-matched-buffers): Likewise. Simplify.
18175
18176 2005-06-14 Miles Bader <miles@gnu.org>
18177
18178 * progmodes/ld-script.el (ld-script-location-counter):
18179 Remove "-face" suffix from face name.
18180 (ld-script-location-counter-face):
18181 New backward-compatibility alias for renamed face.
18182 (ld-script-location-counter-face): Use renamed face.
18183
18184 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18185 (cperl-hash): Remove "-face" suffix from face names.
18186 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18187 New backward-compatibility aliases for renamed faces.
18188 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18189 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18190
18191 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18192 name.
18193 (which-func-face): New backward-compatibility alias for renamed face.
18194 (which-func-format): Use renamed which-func face.
18195
18196 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18197 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18198 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18199 names.
18200 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18201 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18202 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18203 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18204 (vhdl-speedbar-architecture-selected)
18205 (vhdl-speedbar-configuration-selected)
18206 (vhdl-speedbar-package-selected)
18207 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18208 names.
18209 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18210 Use renamed faces.
18211 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18212 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18213 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18214 Use renamed faces.
18215 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18216 names.
18217 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18218 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18219 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18220 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18221 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18222 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18223
18224 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18225 face name.
18226 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18227 (sh-heredoc-face): Use renamed sh-heredoc face.
18228
18229 * progmodes/idlw-help.el (idlwave-help-link):
18230 Remove "-face" suffix from face name.
18231 (idlwave-help-link-face):
18232 New backward-compatibility alias for renamed face.
18233 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18234
18235 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18236 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18237 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18238 New backward-compatibility aliases for renamed faces.
18239 (idlwave-shell-disabled-breakpoint-face)
18240 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18241
18242 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18243 Remove "-face" suffix from face names.
18244 (flymake-errline-face, flymake-warnline-face):
18245 New backward-compatibility aliases for renamed faces.
18246 (flymake-highlight-line): Use renamed flymake faces.
18247
18248 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18249 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18250 (ebrowse-member-class, ebrowse-progress):
18251 Remove "-face" suffix from face names.
18252 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18253 (ebrowse-file-name-face, ebrowse-default-face)
18254 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18255 (ebrowse-progress-face):
18256 New backward-compatibility aliases for renamed faces.
18257 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18258 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18259 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18260 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18261
18262 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18263 antlr-syntax)
18264 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18265 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18266 names.
18267 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18268 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18269 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18270 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18271 backward-compatibility aliases for renamed faces.
18272 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18273 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18274 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18275 remove "font-lock-". Use renamed antlr-mode faces.
18276 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18277 literal face-names with face variable references.
18278
18279 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18280 face name.
18281 (Buffer-menu-buffer-face): New backward-compatibility alias for
18282 renamed face.
18283 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18284
18285 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18286
18287 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18288 Eliminate "-face" suffix.
18289 (makefile-targets): Inherit from font-lock-function-name-face and
18290 eliminate "-face" suffix.
18291 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18292 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18293 actions, instead of prepending, to make it less visible.
18294 (makefile-previous-dependency, makefile-match-dependency):
18295 Don't match a target on a continuation line.
18296
18297 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18298
18299 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18300
18301 * progmodes/gdb-ui.el (menu): Re-order menu items.
18302 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18303
18304 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18305 Define in tooltip.el.
18306 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18307 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18308 gud-tooltip-echo-area.
18309
18310 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18311 backward compatibility and make obsolete.
18312 (tooltip-help-tips): Use tooltip-use-echo-area.
18313 (tooltip-show-help-function): Rename to...
18314 (tooltip-show-help): ...this, because it is a function.
18315 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18316
18317 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18318
18319 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18320 (edebug-print-length, edebug-print-level, edebug-print-circle)
18321 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18322 (edebug-eval-print-last-sexp): Doc fixes.
18323
18324 2005-06-14 Kim F. Storm <storm@cua.dk>
18325
18326 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18327 as the coverage buffer/file/both may change.
18328
18329 2005-06-14 Lute Kamstra <lute@gnu.org>
18330
18331 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18332 and run-mode-hooks. Simplify.
18333
18334 * mail/rmailedit.el (rmail-edit-mode):
18335 * progmodes/octave-inf.el (inferior-octave-mode):
18336 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18337
18338 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18339 and run-mode-hooks.
18340 (recentf-edit-list, recentf-open-files): Don't call
18341 kill-all-local-variables directly.
18342
18343 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18344
18345 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18346
18347 * emacs-lisp/byte-run.el (make-obsolete)
18348 (define-obsolete-function-alias): Rename arguments FUNCTION and
18349 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18350 (make-obsolete-variable, define-obsolete-variable-alias):
18351 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18352 respectively.
18353
18354 * isearchb.el (isearchb-activate):
18355 * pcvs.el (cvs-mode):
18356 * ses.el (ses-load):
18357 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18358 * net/tramp.el (tramp-find-file-exists-command)
18359 (tramp-find-shell):
18360 * progmodes/ada-mode.el (ada-create-case-exception)
18361 (ada-create-case-exception-substring, ada-make-subprogram-body):
18362 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18363 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18364 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18365 * textmodes/org.el (org-promote, org-evaluate-time-range)
18366 (org-agenda-next-date-line, org-agenda-previous-date-line)
18367 (org-agenda-error, org-open-at-point, org-table-move-row)
18368 (org-format-table-table-html-using-table-generate-source)
18369 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18370 * textmodes/reftex.el (reftex-access-scan-info):
18371 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18372 (reftex-toc-promote-prepare): Follow error conventions.
18373
18374 * diff-mode.el (diff-mode): Fix typo in docstring.
18375
18376 * forms.el (forms--intuit-from-file): Fix reference to
18377 `forms-number-of-fields' in error message.
18378 (forms-print): Fix quoting in error message.
18379
18380 * forms.el (forms-mode):
18381 * emulation/vi.el (vi-goto-insert-state):
18382 * progmodes/flymake.el (flymake-new-err-info)
18383 (flymake-start-syntax-check-for-current-buffer)
18384 (flymake-simple-cleanup):
18385 * eshell/esh-var.el (eshell/export):
18386 * progmodes/gud.el (xdb):
18387 * textmodes/flyspell.el (flyspell-incorrect-hook)
18388 (flyspell-maybe-correct-transposition)
18389 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18390
18391 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18392
18393 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18394 minibuffer prompt.
18395
18396 2005-06-13 Kim F. Storm <storm@cua.dk>
18397
18398 * subr.el (add-to-ordered-list): New defun.
18399
18400 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18401 add cua--keymap-alist to emulation-mode-map-alists.
18402
18403 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18404
18405 * subr.el (complete-in-turn): New macro.
18406 (dynamic-completion-table, lazy-completion-table): Add debug info.
18407
18408 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18409 in preference to face aliases.
18410
18411 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18412 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18413 Remove unused vars `start' and `firstline'.
18414 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18415 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18416
18417 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18418
18419 * cus-start.el (all): Don't complain about missing GTK-related
18420 variables, unless either `gtk' is boundp or this isn't a
18421 `windows-nt' build.
18422
18423 2005-06-13 Lute Kamstra <lute@gnu.org>
18424
18425 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18426 run-mode-hooks.
18427
18428 * ediff-mult.el (ediff-meta-mode):
18429 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18430
18431 * ledit.el (ledit-mode): Use delay-mode-hooks.
18432
18433 * woman.el (woman-mode-line-format): Delete constant.
18434 (woman-mode-map): Initialize it properly.
18435 (woman-mode): Set mode-class property to special.
18436 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18437 Set major-mode and mode-name. Don't set mode-line-format directly.
18438 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18439
18440 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18441 string argument obsolete.
18442
18443 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18444
18445 * textmodes/org.el (org-CUA-compatible): New option.
18446 (org-disputed-keys): New variable.
18447 (org-key): New function.
18448 (orgtbl-make-binding): Add docstring to the created function.
18449 (org-mode): Set paragraph start/separate regexps.
18450 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18451 (org-archive-location, org-archive-mark-done)
18452 (org-archive-stamp-time): New options.
18453 (org-archive-subtree): New command.
18454 (org-fill-paragraph): New function.
18455 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18456 (org-fake-empty-table-line): Function removed.
18457 (org-format-org-table-html): Do not create empty table lines at
18458 separator lines. Improved table header treatment.
18459 (org-link-format): New option.
18460 (org-make-link): New function.
18461 (org-insert-link, org-store-link): Use org-make-link.
18462 (org-open-file): Quote file name for shell command, to allow
18463 spaces in file names.
18464 (org-link-regexp): Fix bug with mailto link.
18465 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18466 New constants.
18467 (org-export-as-html): Deal with the optional angles around a link.
18468 Better treatment of file: links.
18469 (org-open-at-point): Replace @{ and @} with < and >.
18470 (org-run-mode-hooks): Function removed.
18471 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18472
18473 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18474
18475 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18476 MI command -data-list-register-values.
18477 (gdb-post-prompt): Indent properly.
18478
18479 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18480
18481 * hilit-chg.el (highlight-changes-colors): Rename from
18482 `highlight-changes-colours'.
18483 (highlight-changes-colours): Keep as obsolete alias.
18484 (highlight-changes-face-list): Doc fix.
18485 (hilit-chg-make-list): Use `highlight-changes-colors'.
18486
18487 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18488
18489 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18490 defun-prompt-regexp.
18491
18492 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18493
18494 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18495 and cygwin.
18496
18497 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18498 Don't use an old loaddefs.el, as in Makefile.in.
18499
18500 2005-06-12 Lute Kamstra <lute@gnu.org>
18501
18502 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18503
18504 * man.el (Man-mode-map): Initialize it properly.
18505 (Man-mode): Set mode-class property to special.
18506
18507 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18508
18509 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18510
18511 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18512 A newline is needed in the docstring there.
18513
18514 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18515 Doc fixes.
18516
18517 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18518
18519 * printing.el: Doc fix. The menubar is no more changed when printing
18520 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18521 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18522 (pr-version): New version number (6.8.4).
18523 (pr-menu-bind): New command.
18524 (pr-update-menus): Docstring and code fix.
18525 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18526 Docstring fix.
18527 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18528 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18529
18530 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18531
18532 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18533 "Returns" to "return", document useful return values, etc.
18534
18535 2005-06-11 Alan Mackenzie <acm@muc.de>
18536
18537 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18538 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18539 (adaptive-file-function): Minor amendment to doc-string.
18540
18541 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18542
18543 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18544 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18545 Fix :type--it is `integer', not `string'.
18546
18547 * faces.el (modeline-highlight): Rename from (the erroneous)
18548 `modeline-higilight'.
18549
18550 2005-06-11 Lute Kamstra <lute@gnu.org>
18551
18552 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18553 lisp-interaction-mode-map but make it the parent.
18554 (edebug-eval-mode): Use define-derived-mode.
18555
18556 2005-06-11 Andreas Schwab <schwab@suse.de>
18557
18558 * bindings.el: Add binding of `ESC functionkey' for every
18559 `M-functionkey'.
18560 * hexl.el (hexl-mode-map): Likewise.
18561
18562 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18563
18564 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18565 [msft]: update regexp for newer msft compilers.
18566
18567 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18568
18569 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18570 ATTLIST portions of included DTDs.
18571 (xml-parse-dtd): Eliminate use of inefficient match-data.
18572
18573 2005-06-10 Miles Bader <miles@gnu.org>
18574
18575 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18576 (mpuz-text): Remove "-face" suffix from face names.
18577 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18578 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18579 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18580
18581 * play/gomoku.el (gomoku-O, gomoku-X):
18582 Remove "-face" suffix from face names.
18583 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18584 New backward-compatibility aliases for renamed faces.
18585 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18586
18587 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18588
18589 * thumbs.el: Fixes for changes of 2005-06-09.
18590 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18591 as a directory.
18592 (thumbs-thumbname): Remove directory separator from format string;
18593 `thumbs-thumbsdir' now returns a valid directory name.
18594 (thumbs-temp-dir): New defsubst.
18595 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18596 Use it.
18597
18598 * cus-edit.el (minibuffer):
18599 * files.el (make-backup-file-name-function):
18600 * filesets.el (filesets-external-viewers):
18601 * hilit-chg.el (highlight-changes-colours)
18602 (highlight-changes-face-list, highlight-changes-rotate-faces):
18603 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18604 * kmacro.el (kmacro-call-macro):
18605 * log-edit.el (log-edit-changelog-full-paragraphs):
18606 * mouse.el (mouse-1-click-follows-link):
18607 * skeleton.el (skeleton-autowrap):
18608 * subr.el (insert-for-yank-1):
18609 * tempo.el (tempo-insert-region):
18610 * terminal.el (terminal-emulator):
18611 * time.el (display-time-mail-face):
18612 * vc.el (vc-annotate):
18613 * vcursor.el (vcursor-copy-line):
18614 * woman.el (woman-bold-headings, woman-ignore)
18615 (woman-default-faces, woman-monochrome-faces):
18616 * calendar/todo-mode.el (todo-insert-threshold):
18617 * emulation/pc-select.el (pc-select-selection-keys-only)
18618 (pc-selection-mode):
18619 * emulation/vip.el (vip-find-char-forward):
18620 * emulation/viper-cmd.el (viper-find-char-forward):
18621 * international/mule-cmds.el
18622 (select-safe-coding-system-accept-default-p)
18623 (input-method-exit-on-invalid-key):
18624 * international/mule-diag.el (describe-coding-system):
18625 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18626 * net/browse-url.el (browse-url-xterm-program):
18627 * obsolete/lazy-lock.el (lazy-lock-mode):
18628 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18629 (cperl-mode):
18630 * progmodes/cpp.el (cpp-face-light-name-list)
18631 (cpp-face-dark-name-list):
18632 * progmodes/delphi.el (delphi-newline-always-indents):
18633 Fix spellings in docstrings.
18634
18635 * ido.el (ido-mode, ido-file-extensions-order)
18636 (ido-default-file-method, ido-default-buffer-method)
18637 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18638 (ido-decorations, ido-read-file-name-as-directory-commands)
18639 (ido-read-file-name-non-ido, ido-work-directory-list)
18640 (ido-ignore-item-temp-list, ido-current-directory)
18641 (ido-magic-forward-char, ido-enter-find-file)
18642 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18643 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18644
18645 2005-06-10 Lute Kamstra <lute@gnu.org>
18646
18647 * play/dunnet.el (dun-mode): Use define-derived-mode.
18648 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18649 obsolete alias.
18650
18651 * play/doctor.el (doctor-mode-map): Remove defvar.
18652 (doctor-mode): Use define-derived-mode.
18653
18654 * mail/mspools.el (mspools-mode):
18655 * net/eudc-hotlist.el (eudc-hotlist-mode):
18656 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18657
18658 2005-06-10 Miles Bader <miles@gnu.org>
18659
18660 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18661 Remove "-face" suffix from face names.
18662 (flyspell-incorrect-face, flyspell-duplicate-face):
18663 New backward-compatibility aliases for renamed faces.
18664 (flyspell-mode-on, make-flyspell-overlay)
18665 (flyspell-highlight-incorrect-region)
18666 (flyspell-highlight-duplicate-region)
18667 (flyspell-display-next-corrections)
18668 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18669
18670 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18671 from face name.
18672 (texinfo-heading-face): New backward-compatibility alias for
18673 renamed face.
18674 (texinfo-heading-face): Use renamed texinfo-heading face.
18675
18676 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18677 suffix from face names.
18678 (tex-math-face, tex-verbatim-face):
18679 New backward-compatibility aliases for renamed faces.
18680 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18681 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18682 literal face name.
18683
18684 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18685 name.
18686 (table-cell-face): New backward-compatibility alias for renamed face.
18687 (table--put-cell-face-property, table--update-cell-face):
18688 Use renamed table-cell face.
18689
18690 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18691 from face name.
18692 (sgml-namespace-face): New backward-compatibility alias for
18693 renamed face.
18694 (sgml-namespace-face): Use renamed sgml-namespace face.
18695
18696 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18697 (org-level-4, org-level-5, org-level-6, org-level-7)
18698 (org-level-8, org-warning, org-headline-done)
18699 (org-deadline-announce, org-scheduled-today)
18700 (org-scheduled-previously, org-link, org-done, org-table)
18701 (org-time-grid): Remove "-face" suffix from face names.
18702 (org-level-1-face, org-level-2-face, org-level-3-face)
18703 (org-level-4-face, org-level-5-face, org-level-6-face)
18704 (org-level-7-face, org-level-8-face, org-warning-face)
18705 (org-headline-done-face, org-deadline-announce-face)
18706 (org-scheduled-today-face, org-scheduled-previously-face)
18707 (org-link-face, org-done-face, org-table-face)
18708 (org-time-grid-face):
18709 New backward-compatibility aliases for renamed faces.
18710 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18711 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18712 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18713 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18714
18715 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18716 (viper-minibuffer-emacs, viper-minibuffer-insert)
18717 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18718 (viper-search-face, viper-replace-overlay-face)
18719 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18720 (viper-minibuffer-vi-face):
18721 New backward-compatibility aliases for renamed faces.
18722 (viper-search-face, viper-replace-overlay-face)
18723 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18724 (viper-minibuffer-vi-face): Use renamed viper faces.
18725
18726 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18727 Remove "-face" suffix from face names.
18728 (testcover-nohits-face, testcover-1value-face):
18729 New backward-compatibility aliases for renamed faces.
18730 (testcover-mark): Use renamed testcover faces.
18731
18732 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18733 face name.
18734 (diary-button-face): New backward-compatibility alias for renamed face.
18735 (diary-entry): Use renamed diary-button face.
18736
18737 * calendar/calendar.el (diary, calendar-today, holiday)
18738 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18739 (diary-face, calendar-today-face, holiday-face):
18740 New backward-compatibility aliases for renamed faces.
18741 (eval-after-load "facemenu", diary-entry-marker)
18742 (calendar-today-marker, calendar-holiday-marker, diary-face):
18743 Use renamed calendar faces.
18744
18745 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18746 (compare-windows-face): New backward-compatibility alias for
18747 renamed face.
18748 (compare-windows-highlight): Use renamed compare-windows face.
18749
18750 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18751 (strokes-char-face): New backward-compatibility alias for renamed face.
18752 (strokes-encode-buffer): Use renamed strokes-char face.
18753
18754 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18755 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18756 Remove "-face" suffix from face names.
18757 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18758 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18759 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18760 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18761 Use renamed pcvs faces.
18762 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18763 * pcvs-defs.el (cvs-mode-map): Likewise.
18764 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18765
18766 * info.el (info-title-1, info-title-2, info-title-3)
18767 (info-title-4): Remove "-face" suffix from and downcase face names.
18768 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18769 (Info-title-4-face):
18770 New backward-compatibility aliases for renamed faces.
18771 (Info-fontify-node): Use renamed info faces.
18772
18773 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18774 Remove "-face" suffix from face names.
18775 (highlight-changes-face, highlight-changes-delete-face):
18776 New backward-compatibility aliases for renamed faces.
18777 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18778 (hilit-chg-make-list): Use renamed highlight-changes faces.
18779
18780 * generic-x.el (show-tabs-tab, show-tabs-space):
18781 Remove "-face" suffix from face names.
18782 (show-tabs-tab-face, show-tabs-space-face):
18783 New backward-compatibility aliases for renamed faces.
18784 (show-tabs-generic-mode-font-lock-defaults-1)
18785 (show-tabs-generic-mode-font-lock-defaults-2):
18786 Use renamed show-tabs faces.
18787
18788 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18789 (smerge-markers): Remove "-face" suffix from face names.
18790 (smerge-mine-face, smerge-other-face, smerge-base-face)
18791 (smerge-markers-face):
18792 New backward-compatibility aliases for renamed faces.
18793 (smerge-mine-face, smerge-other-face, smerge-base-face)
18794 (smerge-markers-face): Use renamed smerge faces.
18795
18796 * log-view.el (log-view-file, log-view-message): Remove "-face"
18797 suffix from face names.
18798 (log-view-file-face, log-view-message-face):
18799 New backward-compatibility aliases for renamed faces.
18800 (log-view-file-face, log-view-message-face): Use renamed log-view
18801 faces.
18802
18803 * paren.el (show-paren-match, show-paren-mismatch):
18804 Remove "-face" suffix from face names.
18805 (show-paren-match-face, show-paren-mismatch-face):
18806 New backward-compatibility aliases for renamed faces.
18807 (show-paren-function): Use renamed show-paren faces.
18808
18809 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18810 (ruler-mode-margins, ruler-mode-fringes)
18811 (ruler-mode-column-number, ruler-mode-fill-column)
18812 (ruler-mode-comment-column, ruler-mode-goal-column)
18813 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18814 suffix from face names.
18815 (ruler-mode-default-face, ruler-mode-pad-face)
18816 (ruler-mode-margins-face, ruler-mode-fringes-face)
18817 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18818 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18819 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18820 New backward-compatibility aliases for renamed faces.
18821 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18822 (ruler-mode-column-number, ruler-mode-fill-column)
18823 (ruler-mode-comment-column, ruler-mode-goal-column)
18824 (ruler-mode-tab-stop, ruler-mode-current-column)
18825 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18826 faces.
18827
18828 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18829 face name.
18830 (whitespace-highlight-the-space): Use renamed face.
18831 (whitespace-highlight-face): New backward-compatibility alias for
18832 renamed face.
18833
18834 * woman.el (woman-italic, woman-bold, woman-unknown)
18835 (woman-addition, woman-symbol-face):
18836 Remove "-face" suffix from face names.
18837 (woman-italic-face, woman-bold-face, woman-unknown-face)
18838 (woman-addition-face):
18839 New backward-compatibility aliases for renamed faces.
18840 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18841 (woman-decode-region, woman-replace-match)
18842 (woman-display-extended-fonts, woman-special-characters)
18843 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18844 Use renamed woman faces.
18845
18846 * longlines.el (longlines-visible-face): Face removed.
18847
18848 * diff-mode.el (diff-header, diff-file-header, diff-index)
18849 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18850 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18851 suffix from face names.
18852 (diff-header-face, diff-file-header-face, diff-index-face)
18853 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18854 (diff-changed-face, diff-function-face, diff-context-face)
18855 (diff-nonexistent-face): New backward-compatibility aliases for
18856 renamed faces.
18857 (diff-header-face, diff-file-header-face)
18858 (diff-index, diff-index-face, diff-hunk-header)
18859 (diff-hunk-header-face, diff-removed, diff-removed-face)
18860 (diff-added, diff-added-face, diff-changed-face, diff-function)
18861 (diff-function-face, diff-context-face, diff-nonexistent)
18862 (diff-nonexistent-face): Use renamed diff-mode faces.
18863
18864 * progmodes/compile.el (compilation-warning-face)
18865 (compilation-info-face): Remove "-face" suffix from face names.
18866 (compilation-warning-face, compilation-info-face):
18867 New backward-compatibility aliases for renamed faces.
18868 (compilation-warning-face, compilation-info-face):
18869 Use renamed compilation faces.
18870
18871 * add-log.el (change-log-date, change-log-name)
18872 (change-log-email, change-log-file, change-log-list)
18873 (change-log-conditionals, change-log-function)
18874 (change-log-acknowledgement): Remove "-face" suffix from face names.
18875 (change-log-date-face, change-log-name-face)
18876 (change-log-email-face, change-log-file-face)
18877 (change-log-list-face, change-log-conditionals-face)
18878 (change-log-function-face, change-log-acknowledgement-face):
18879 New backward-compatibility aliases for renamed faces.
18880 (change-log-font-lock-keywords): Use renamed change-log faces.
18881
18882 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18883 (custom-set, custom-changed, custom-saved, custom-button)
18884 (custom-button-pressed, custom-documentation, custom-state)
18885 (custom-comment, custom-comment-tag, custom-variable-tag)
18886 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18887 (custom-group-tag): Remove "-face" suffix from face names.
18888 (custom-magic-alist, custom-magic-value-create)
18889 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18890 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18891 (custom-set-face, custom-changed-face, custom-saved-face)
18892 (custom-button-face, custom-button-pressed-face)
18893 (custom-documentation-face, custom-state-face)
18894 (custom-comment-face, custom-comment-tag-face)
18895 (custom-variable-tag-face, custom-variable-button-face)
18896 (custom-face-tag-face, custom-group-tag-face-1)
18897 (custom-group-tag-face):
18898 New backward-compatibility aliases for renamed faces.
18899
18900 * wid-edit.el (widget-documentation, widget-button)
18901 (widget-field, widget-single-line-field, widget-inactive)
18902 (widget-button-pressed): "-face" suffix removed from face names.
18903 (widget-documentation-face, widget-button-face)
18904 (widget-field-face, widget-single-line-field-face)
18905 (widget-inactive-face, widget-button-pressed-face):
18906 New backward-compatibility aliases for renamed faces.
18907 (widget-documentation-face, widget-button-face)
18908 (widget-button-pressed-face, widget-specify-field)
18909 (widget-specify-inactive): Use renamed widget faces.
18910
18911 2005-06-10 Kenichi Handa <handa@m17n.org>
18912
18913 * term/x-win.el (x-clipboard-yank): Remove condition-case
18914 wrapping.
18915
18916 2005-06-11 Kenichi Handa <handa@m17n.org>
18917
18918 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18919 date lines stricter.
18920
18921 2005-06-10 Zhang Wei <id.brep@gmail.com>
18922
18923 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18924 of x-get-selection.
18925
18926 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18927
18928 * comint.el (comint-mode, comint-snapshot-last-prompt):
18929 * frame.el (frame-current-scroll-bars):
18930 * term.el (term-mode, term-check-proc, term-input-sender)
18931 (term-simple-send, term-extract-string, term-word)
18932 (term-match-partial-filename):
18933 * window.el (window-current-scroll-bars):
18934 * emulation/cua-base.el (cua-normal-cursor-color)
18935 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18936 (cua-global-mark-cursor-color):
18937 * mail/undigest.el (rmail-forward-separator-regex):
18938 Fix typos in docstrings.
18939
18940 * comint.el (comint-check-proc, make-comint-in-buffer)
18941 (comint-source-default): Doc fixes.
18942
18943 * term.el (term-send-string): Improve argument/docstring consistency.
18944
18945 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18946
18947 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18948 call to `delete-region'.
18949 (comint-mode-hook): Do not enable Font Lock by default.
18950
18951 2005-06-09 Lute Kamstra <lute@gnu.org>
18952
18953 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18954 could be void.
18955
18956 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18957
18958 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18959 (debug): Use it.
18960 (debugger-step-through, debugger-continue, debugger-jump)
18961 (debugger-return-value): Set it when needed.
18962 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18963 Use inhibit-read-only.
18964
18965 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18966
18967 * window.el (shrink-window-if-larger-than-buffer)
18968 (window-size-fixed): Fix typo in docstring.
18969
18970 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18971 thumbnails directory on loading.
18972 (thumbs-conversion-program): Use `eq' to check the system type,
18973 not `equal'.
18974 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18975 not "/tmp". Fix docstring.
18976 (thumbs-thumbsdir): New function to return the thumbnails
18977 directory, creating it if needed.
18978 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18979 (thumbs-temp-file): Delete variable and make it into a function.
18980 (thumbs-resize-image, thumbs-modify-image): Use it.
18981 (thumbs-kill-buffer): Simplify.
18982 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18983 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18984 docstrings.
18985
18986 2005-06-09 Kim F. Storm <storm@cua.dk>
18987
18988 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18989 set-match-data to free markers in match-data.
18990
18991 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18992 match-data to unchain markers in match-data.
18993
18994 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18995
18996 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18997 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18998 unnecessary now.
18999
19000 2005-06-08 Richard M. Stallman <rms@gnu.org>
19001
19002 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19003 give the variable a doc string that doesn't say don't set it directly.
19004
19005 * textmodes/ispell.el (ispell-check-version):
19006 Use match-string-no-properties.
19007 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19008 (ispell-buffer-local-words): Likewise.
19009
19010 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19011 except on terminals with enough colors to really display it.
19012 (makefile-dependency-regex): Delete spurious `bb'.
19013
19014 * faces.el (escape-glyph): Use blue once again in last case.
19015 (no-break-space): Redefine so that it isn't invisible on a tty.
19016
19017 2005-06-08 Kim F. Storm <storm@cua.dk>
19018
19019 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19020 also when reading directory name.
19021
19022 2005-06-08 Lute Kamstra <lute@gnu.org>
19023
19024 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19025 (flyspell-mode-line-string): Remove autoload cookie.
19026 (flyspell-mode): Remove defvar.
19027
19028 2005-06-07 Lute Kamstra <lute@gnu.org>
19029
19030 * textmodes/org.el (org-run-mode-hooks): New function.
19031 (org-agenda-mode): Use it.
19032
19033 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19034
19035 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19036
19037 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19038
19039 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19040
19041 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19042
19043 * font-lock.el (font-lock-add-keywords): Doc fix.
19044
19045 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19046
19047 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19048 (tex-compile-default): In the absence of any history, use the order in
19049 tex-compile-alist to choose the preferred command.
19050 (tex-compile-commands): Reorder a bit.
19051
19052 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19053 (flyspell-incorrect-face, flyspell-duplicate-face):
19054 Use (X)Emacs-agnostic code.
19055 (flyspell-mode-map): Don't overwrite at each load. Remove code
19056 redundant with the subsequent add-minor-mode. Merge Emacs and
19057 XEmacs code.
19058 (flyspell-word): Minor simplification.
19059 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19060 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19061 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19062 Merge the corresponding Emacs code.
19063 (flyspell-correct-word, flyspell-xemacs-popup):
19064 Use flyspell-do-correct.
19065
19066 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19067 a dedicated window.
19068
19069 * international/latexenc.el (latexenc-find-file-coding-system):
19070 Undo part of last patch, to turn off a compiler warning.
19071
19072 2005-06-06 Juri Linkov <juri@jurta.org>
19073
19074 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19075 Rename `tmm-inactive-face' to `tmm-inactive'.
19076
19077 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19078
19079 * iswitchb.el: Rename faces.
19080
19081 2005-06-06 Kim F. Storm <storm@cua.dk>
19082
19083 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19084 (cua-global-mark): Remove -face suffix from face names.
19085
19086 * emulation/cua-gmrk.el (cua--init-global-mark):
19087 Remove cua-global-mark face setup.
19088
19089 2005-06-06 Richard M. Stallman <rms@gnu.org>
19090
19091 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19092 just like other allowed characters.
19093 (makefile-match-dependency): Exclude leading and training whitespace
19094 from the range of regexp subexp 1.
19095 (makefile-macroassign-regex): Don't try to match the body,
19096 just the name of the macro being defined.
19097
19098 * info.el (Info-read-node-name-2): New function.
19099 (Info-read-node-name-1): Use that.
19100 Add a completion-base-size-function property.
19101
19102 * simple.el (completion-setup-function): Look for
19103 completion-base-size-function property of minibuffer-completion-table.
19104
19105 * files.el (locate-file-completion): Doc fix.
19106
19107 * printing.el: Don't call pr-update-menus; user must do that.
19108
19109 * emacs-lisp/debug.el (debugger-window): New variable.
19110 (debug): Use debugger-window if it is set and still alive.
19111 Record debugger-window for next entry.
19112
19113 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19114
19115 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19116
19117 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19118 (hack-one-local-variable, hack-local-variables)
19119 (hack-local-variables-prop-line): Pass that arg.
19120
19121 2005-06-06 Kim F. Storm <storm@cua.dk>
19122
19123 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19124 (ido-indicator): Remove -face suffix from face names.
19125
19126 2005-06-06 Juri Linkov <juri@jurta.org>
19127
19128 * font-lock.el (font-lock-regexp-backslash)
19129 (font-lock-regexp-backslash-construct): New faces.
19130 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19131 after `('. Add `while-no-input' to control structures.
19132
19133 * faces.el (no-break-space, shadow): New faces.
19134 (escape-glyph): Use less loud colors pink2 and red4.
19135
19136 * diff-mode.el (diff-context-face)
19137 * dired.el (dired-ignored)
19138 * rfn-eshadow.el (file-name-shadow)
19139 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19140
19141 * info.el (Info-title-1-face): Use green instead of yellow because
19142 bold yellow is not readable on light backgrounds.
19143
19144 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19145 before selecting the desired mode to not spend time fontifying
19146 old contents.
19147
19148 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19149
19150 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19151 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19152
19153 * ps-print.el (ps-default-fg, ps-default-bg):
19154 Fix typos in docstrings.
19155
19156 * isearchb.el (isearchb): Don't pass a spurious second argument to
19157 `iswitchb-completions'.
19158
19159 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19160
19161 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19162 to preserve point.
19163 (gdb-find-file-hook): Add doc string.
19164
19165 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19166 C dereferenced pointer expression.
19167 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19168
19169 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19170
19171 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19172 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19173 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19174 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19175 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19176 Make background transparent.
19177
19178 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19179
19180 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19181 (font-lock-remove-keywords): Doc fix.
19182 (font-lock-mode-major-mode): Compiler defvar.
19183 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19184
19185 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19186 (font-lock-mode): Update `font-lock-mode-major-mode'.
19187 (font-lock-set-defaults): Compiler defvar.
19188 (font-lock-default-function): Take `font-lock-mode-major-mode'
19189 into account.
19190
19191 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19192 keep track of which major mode it enabled the minor mode for.
19193 Use find-file-hook again. Update docstring.
19194
19195 * simple.el (eval-expression-print-level)
19196 (eval-expression-print-length, eval-expression-debug-on-error):
19197 Doc fixes.
19198
19199 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19200
19201 * iswitchb.el (iswitchb-single-match-face)
19202 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19203 (iswitchb-invalid-regexp-face): New faces.
19204 (iswitchb-completions): Use them.
19205 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19206 now marked as an obsolete alias.
19207 (iswitchb-read-buffer): Remove check for bound font variables.
19208 (iswitchb-invalid-regexp): New free variable.
19209 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19210 set iswitchb-invalid-regexp.
19211 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19212 invalid regexps.
19213 (iswitchb-completions): Add check for complete match when entering
19214 a regexp.
19215 (iswitchb-completions): Remove require-match argument.
19216 (iswitchb-exhibit): Fix caller.
19217 (iswitchb-common-match-inserted): New variable.
19218 (iswitchb-complete, iswitchb-completion-help): Use it.
19219
19220 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19221
19222 * url-http.el (url-http-chunked-encoding-after-change-function):
19223 Use `url-http-debug' instead of `message'.
19224
19225 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19226
19227 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19228 callback argument.
19229
19230 2005-06-04 Kim F. Storm <storm@cua.dk>
19231
19232 * simple.el (line-move): Only call sit-for when moving backwards.
19233
19234 * ido.el (ido-make-merged-file-list-1): New defun split from
19235 ido-make-merged-file-list.
19236 (ido-make-merged-file-list): Bind throw-on-input around call to
19237 ido-make-merged-file-list-1. Return input-pending-p if
19238 interrupted by more input available.
19239 (ido-read-internal): Handle input-pending-p return value from
19240 ido-make-merged-file-list.
19241
19242 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19243
19244 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19245 compatibility code.
19246
19247 * international/latexenc.el (latexenc-find-file-coding-system):
19248 Don't inherit the EOL part of the coding-system from the
19249 tex-main buffer. Fit within 80 columns.
19250
19251 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19252
19253 * tmm.el (tmm-inactive-face): New face.
19254 (tmm-remove-inactive-mouse-face): New function.
19255 (tmm-prompt, tmm-add-one-shortcut)
19256 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19257 but not selectable.
19258
19259 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19260
19261 * faces.el (face-equal): Improve argument/docstring consistency.
19262
19263 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19264
19265 * progmodes/make-mode.el (makefile-targets-face)
19266 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19267 (makefile-bsdmake-dependency-regex)
19268 (makefile-makepp-rule-action-regex)
19269 (makefile-bsdmake-rule-action-regex): New constants.
19270 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19271
19272 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19273 Allow (...) within `...' for makepp messages.
19274
19275 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19276
19277 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19278
19279 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19280 "." files are deleted from all file lists before comparison.
19281
19282 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19283 (viper-ESC-key): Made them customizable.
19284
19285 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19286
19287 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19288
19289 * autorevert.el (auto-revert-buffers): Use save-match-data.
19290
19291 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19294 menu items with a nil command binding.
19295
19296 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19297
19298 * emacs-lisp/cl-macs.el (defsetf):
19299 Improve argument/docstring consistency.
19300
19301 * faces.el (list-faces-display): Improve the formatting by
19302 computing the maximum length required for any face-name (reworked
19303 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19304 (internal-find-face): Remove redundant info in docstring.
19305
19306 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19307
19308 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19309 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19310 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19311 (gdb-assembler-custom): Improve regexps.
19312 (def-gdb-auto-update-handler): Use window point to preserve point.
19313
19314 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19315
19316 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19317
19318 2005-05-31 Jay Belanger <belanger@truman.edu>
19319
19320 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19321 to calc-embedded.
19322 (calc-embedded-make-info): Have plain prefix argument select
19323 entire line.
19324
19325 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19326
19327 * faces.el (list-faces-display): Signal error if passed a regexp
19328 that matches no face name.
19329
19330 * simple.el (filter-buffer-substring): Fix typo in docstring.
19331
19332 2005-05-31 Richard M. Stallman <rms@gnu.org>
19333
19334 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19335 (vhdl-emacs-21): Doc fix.
19336 (vhdl-mode): Unconditionally set comment-padding.
19337 (vhdl-fixup-whitespace-region): Insert spaces only where
19338 there are none.
19339 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19340
19341 2005-05-30 John Wiegley <johnw@newartisans.com>
19342
19343 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19344 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19345 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19346 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19347 `string-to-number'.
19348
19349 2005-05-30 Jay Belanger <belanger@truman.edu>
19350
19351 * calc/calc.el (calc-bug-address): Fix docstring.
19352 (calc-window-hook, calc-trail-window-hook): New variables.
19353 (calc-trail-display): Restore use of calc-trail-window-hook.
19354 (calc): Restore use of calc-window-hook.
19355
19356 2005-05-31 Masatake YAMATO <jet@gyve.org>
19357
19358 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19359
19360 * help-fns.el (help-C-file-name): Add autoload mark for
19361 `find-function-noselect'.
19362
19363 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19364
19365 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19366 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19367
19368 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19369
19370 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19371 included diary buffer if it was not already being visited.
19372 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19373
19374 * calendar/icalendar.el (top-level): Do not require appt.
19375
19376 * mail/supercite.el (sc-select-attribution): Only use a list
19377 element from sc-attrib-selection-list if it returns a string.
19378 Reported by Davide G. M. Salvetti <salve@debian.org>.
19379
19380 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19381
19382 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19383 includes a hash value to improve its uniqueness, and has a ".jpg"
19384 extension. Also, it is now a valid filename on all systems.
19385 (thumbs-make-thumb): Use `let', not `let*'.
19386 (thumbs-show-thumbs-list): Check for JPEG availability.
19387
19388 2005-05-30 Richard M. Stallman <rms@gnu.org>
19389
19390 * filesets.el (filesets-menu-ensure-use-cached):
19391 Prevent warning when emacs-version>= is undefined.
19392
19393 * printing.el (pr-interactive-n-up): Use string-to-number.
19394
19395 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19396
19397 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19398 Warn only when name to be defined is quoted.
19399
19400 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19401
19402 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19403 Make regexp more robust.
19404 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19405 Force regeneration of disassembly.
19406
19407 2005-05-29 Jay Belanger <belanger@truman.edu>
19408
19409 * calc/calc.el (calc-user-invocation): Check if
19410 calc-invocation-macro is non-nil.
19411
19412 2005-05-29 Juri Linkov <juri@jurta.org>
19413
19414 * add-log.el (change-log-font-lock-keywords):
19415 Add `+' to e-mail regexp to accept mail address with keywords.
19416
19417 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19418
19419 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19420
19421 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19422
19423 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19424
19425 2005-05-29 Richard M. Stallman <rms@gnu.org>
19426
19427 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19428 Undo the change that moves to end of the current word.
19429
19430 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19431
19432 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19433 Throw error when count <= 0 to ensure input is a number.
19434 (gdb-read-memory-custom): Pick up address from buffer.
19435 (gdb-memory-mode): Allow user to increment and decrement
19436 memory address from header line.
19437
19438 2005-05-29 Richard M. Stallman <rms@gnu.org>
19439
19440 * flyspell.el (flyspell-version): Function deleted.
19441 (flyspell-auto-correct-previous-hook): Doc fix.
19442
19443 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19444 Do nothing if memory is full.
19445
19446 * font-lock.el (font-lock-fontify-syntactically-region):
19447 Pass t for GREEDY to looking-back.
19448
19449 * saveplace.el (save-place-alist-to-file): Write the file
19450 using write-region.
19451
19452 * subr.el (looking-back): New argument GREEDY.
19453
19454 * progmodes/compile.el (compilation-start): Set the mode
19455 before inserting the initial text.
19456
19457 * progmodes/which-func.el (which-func-update-1): Turn the mode
19458 off in case of error by setting which-func-mode.
19459
19460 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19461
19462 * flyspell.el (flyspell-auto-correct-previous-word):
19463 Narrow down to what's on the screen, and recenter overlays
19464 at the end of the next word.
19465
19466 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19467
19468 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19469 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19470 (flyspell-abbrev-p): Default to nil.
19471 (flyspell-use-global-abbrev-table-p): Doc fix.
19472 (flyspell-large-region): Allow nil as value.
19473 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19474
19475 (mail-mode-flyspell-verify): More robust handling
19476 of `mail-header-separator'. More efficient signature detection.
19477 Allow for regexp metacharacters in message-header-separator.
19478 Adding `To' not to be checked in mail-mode-flyspell-verify.
19479
19480 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19481 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19482 Bind flyspell-auto-correct-binding.
19483 Bind C-. and C-, .
19484 (flyspell-mode-map): Likewise.
19485 (flyspell-mode): Doc fix.
19486 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19487 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19488 (flyspell-word-cache-result): New var, always local.
19489 (flyspell-check-pre-word-p): Doc fix.
19490 (flyspell-check-changed-word-p): Handle spc like newline.
19491 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19492 (flyspell-word-search-backward, flyspell-word-search-forward):
19493 New functions.
19494 (flyspell-word): Return t if nothing to check.
19495 When parsing TeX code, check for after } or \.
19496 Use flyspell-word-search-backward to find previous word.
19497 Return nil if duplicated word.
19498 For word already checked, return same value as last time.
19499 Set flyspell-word-cache-result after checking.
19500 Don't clobber the return value.
19501 (flyspell-get-word): Major rewrite.
19502 (flyspell-external-point-words): New locals pword, pcount.
19503 Fix size used in progress message.
19504 Find the proper corresponding word in flyspell-large-region-buffer.
19505 (flyspell-region): Check for flyspell-large-region = nil.
19506 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19507 (flyspell-auto-correct-word): Check that WORD is a cons.
19508 (flyspell-correct-word): Likewise.
19509
19510 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19511
19512 * progmodes/make-mode.el (makefile-rule-action-regex)
19513 (makefile-macroassign-regex, makefile-makepp-mode)
19514 (makefile-bsdmake-mode): Continuation lines may be empty.
19515 Reported by Joshua Varner.
19516 (makefile-makepp-font-lock-keywords): Add $(stem).
19517
19518 2005-05-28 Karl Berry <karl@gnu.org>
19519
19520 * textmodes/tex-mode.el: Now that tex-send-command calls
19521 shell-quote-argument (2005-03-31 change), remove all calls to
19522 shell-quote-argument; they all end up invoking tex-send-command.
19523 The double quoting loses on filenames with non-safe characters,
19524 such as "@". Reported by Frederik Fouvry.
19525
19526 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19527
19528 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19529 about preserving point.
19530
19531 2005-05-27 Jay Belanger <belanger@truman.edu>
19532
19533 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19534 Info-goto-node.
19535
19536 * calc/calc-embed.el (calc-embed-arg): New variable.
19537 (calc-do-embedded-activate, calc-embedded-activate-formula)
19538 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19539 variable by new variable.
19540 (calc-embedded-make-info): Replace undeclared variable by new
19541 variable. When selecting region with positive prefix
19542 argument, use end of previous line instead of beginning of line.
19543
19544 * calc/calc-aent.el (calc-arg-values): Declare it.
19545
19546 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19547 Declare them.
19548
19549 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19550
19551 * calc/calc.el (calc-alg-map): Declare it.
19552
19553 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19554
19555 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19556
19557 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19558 (gdb-registers-buffer, toggle-gdb-all-registers):
19559 Toggle display of floating point registers.
19560 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19561
19562 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19563 (toggle-gud-tooltip-dereference):
19564 Rename from gud-toggle-tooltip-dereference.
19565
19566 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19567
19568 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19569
19570 2005-05-27 Jay Belanger <belanger@truman.edu>
19571
19572 * calc/calc-prog.el (calc-kbd-report): Remove.
19573 (calc-kbd-query): Rewrite.
19574
19575 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19576
19577 * image.el (image-library-alist): Move to image.c.
19578 (image-type-available-p): Doc fix.
19579
19580 2005-05-27 Lute Kamstra <lute@gnu.org>
19581
19582 * calc/calc.el (calc):
19583 * outline.el (outline-1, outline-2, outline-3, outline-4)
19584 (outline-5, outline-6, outline-7, outline-8):
19585 * textmodes/dns-mode.el (dns-mode):
19586 * textmodes/sgml-mode.el (sgml-namespace-face):
19587 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19588 (tex-verbatim-face, tex-use-reftex):
19589 * textmodes/texinfo.el (texinfo-heading-face):
19590 Specify customization group.
19591
19592 * longlines.el: Don't require easy-mmode.
19593 (longlines-visible-face): Specify customization group.
19594
19595 2005-05-27 Kenichi Handa <handa@m17n.org>
19596
19597 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19598 encoding table of windows-1251.
19599
19600 * international/ucs-tables.el (ucs-set-table-for-input):
19601 If translation-table-for-input of a coding system is a symbol, get
19602 its translation-table property.
19603
19604 * international/code-pages.el: Don't register a coding system into
19605 non-iso-charset-alist more than once.
19606 (cp-make-coding-system): Likewise.
19607
19608 2005-05-26 John Wiegley <johnw@newartisans.com>
19609
19610 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19611 `eshell-resume-eval' is wrapped in a list, it indicates that the
19612 command was run asynchronously. In that case, unwrap the value
19613 before checking the delimiter value.
19614
19615 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19616 character before a space at the end of a line is \, assume the space
19617 is part of the last argument rather than a final argument separator.
19618
19619 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19620 is in use, and the target is `t' or `nil' (which are the most common
19621 values), don't assume that the symbol target is a buffer.
19622
19623 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19624
19625 * calendar/calendar.el (calendar-mode-line-format):
19626 Use mode-line-highlight as mouse-face.
19627
19628 * time.el (display-time-string-forms, display-time-update):
19629 Use mode-line-highlight as mouse-face.
19630
19631 2005-05-26 Jay Belanger <belanger@truman.edu>
19632
19633 * calc/calc.el (calc-language-alist): Remove extra defvar.
19634
19635 2005-05-26 Lute Kamstra <lute@gnu.org>
19636
19637 * arc-mode.el (archive-mode):
19638 * bookmark.el (bookmark-read-annotation-mode)
19639 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19640 * bs.el (bs-mode):
19641 * calc/calc-yank.el (calc-edit-mode):
19642 * calc/calc.el (calc-mode, calc-trail-mode):
19643 * calculator.el (calculator-mode):
19644 * chistory.el (command-history-mode):
19645 * comint.el:
19646 * cus-edit.el (custom-mode):
19647 * descr-text.el (describe-text-mode):
19648 * ebuff-menu.el (Electric-buffer-menu-mode):
19649 * ediff-util.el (ediff-mode):
19650 * emacs-lisp/re-builder.el (reb-mode):
19651 * emulation/vi.el (vi-mode-setup):
19652 * emulation/ws-mode.el (wordstar-mode):
19653 * eshell/esh-mode.el (eshell-mode):
19654 * forms.el (forms-mode):
19655 * help-mode.el (help-mode):
19656 * hexl.el (hexl-mode):
19657 * ibuffer.el (ibuffer-mode):
19658 * ielm.el (inferior-emacs-lisp-mode):
19659 * info.el (Info-mode, Info-edit-mode):
19660 * international/swedish.el:
19661 * ledit.el (ledit-from-lisp-mode):
19662 * locate.el (locate-mode):
19663 * mail/rmail.el (rmail-mode):
19664 * mail/rmailedit.el (rmail-edit-mode):
19665 * mail/rmailsum.el (rmail-summary-mode):
19666 * mail/supercite.el (sc-electric-mode):
19667 * net/eudc.el (eudc-mode):
19668 * net/quickurl.el (quickurl-list-mode):
19669 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19670 * obsolete/ooutline.el (outline-mode):
19671 * obsolete/options.el (Edit-options-mode):
19672 * obsolete/rnews.el (news-mode):
19673 * obsolete/rnewspost.el (news-reply-mode):
19674 * play/5x5.el (5x5-mode):
19675 * play/decipher.el (decipher-mode, decipher-stats-mode):
19676 * play/gomoku.el (gomoku-mode):
19677 * play/snake.el (snake-mode):
19678 * play/solitaire.el (solitaire-mode):
19679 * play/tetris.el (tetris-mode):
19680 * progmodes/ada-mode.el (ada-mode):
19681 * progmodes/antlr-mode.el (antlr-mode):
19682 * progmodes/autoconf.el (autoconf-mode):
19683 * progmodes/dcl-mode.el (dcl-mode):
19684 * progmodes/delphi.el (delphi-mode):
19685 * progmodes/ebrowse.el (ebrowse-tree-mode)
19686 (ebrowse-electric-list-mode, ebrowse-member-mode)
19687 (ebrowse-electric-position-mode):
19688 * progmodes/f90.el (f90-mode):
19689 * progmodes/fortran.el (fortran-mode):
19690 * progmodes/icon.el (icon-mode):
19691 * progmodes/idlw-help.el (idlwave-help-mode):
19692 * progmodes/idlw-shell.el (idlwave-shell-mode):
19693 * progmodes/idlwave.el (idlwave-mode):
19694 * progmodes/inf-lisp.el (inferior-lisp-mode):
19695 * progmodes/m4-mode.el (m4-mode):
19696 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19697 * progmodes/modula2.el (modula-2-mode):
19698 * progmodes/octave-inf.el (inferior-octave-mode):
19699 * progmodes/octave-mod.el (octave-mode):
19700 * progmodes/pascal.el (pascal-mode):
19701 * progmodes/sh-script.el (sh-mode):
19702 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19703 * progmodes/vhdl-mode.el (vhdl-mode):
19704 * progmodes/xscheme.el (scheme-interaction-mode):
19705 * replace.el (occur-mode):
19706 * ses.el (ses-mode):
19707 * simple.el (completion-list-mode):
19708 * skeleton.el:
19709 * speedbar.el (speedbar-mode):
19710 * term.el (term-mode):
19711 * terminal.el (terminal-edit-mode):
19712 * textmodes/reftex-index.el (reftex-index-mode)
19713 (reftex-index-phrases-mode):
19714 * textmodes/reftex-sel.el (reftex-select-label-mode)
19715 (reftex-select-bib-mode):
19716 * textmodes/reftex-toc.el (reftex-toc-mode):
19717 * wdired.el (wdired-change-to-wdired-mode):
19718 * wid-browse.el (widget-browse-mode):
19719 Use run-mode-hooks.
19720
19721 * array.el (array-mode):
19722 * calendar/todo-mode.el (todo-mode):
19723 * man.el (Man-mode):
19724 * play/landmark.el (lm-mode):
19725 * play/mpuz.el (mpuz-mode):
19726 Use kill-all-local-variables and run-mode-hooks.
19727
19728 * subr.el (delay-mode-hooks): Specify indentation.
19729
19730 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19731
19732 * xml.el (xml-substitute-special): Don't die for undefined xml
19733 entities.
19734
19735 2005-05-26 Jay Belanger <belanger@truman.edu>
19736
19737 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19738 of nil.
19739
19740 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19741
19742 * progmodes/gdb-ui.el (gdb-frame-address):
19743 Rename from gdb-current-address.
19744 (gdb-previous-frame-address): Rename from gdb-previous-address.
19745 (gdb-selected-frame): Rename from gdb-current-frame.
19746 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19747 (gdb-frame-number): Rename from gdb-current-stack-level.
19748 (gdb-ann3): Match new mode-name for disassembly buffer.
19749 Extend initialization of variables.
19750 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19751 (gdb-memory-mode): Use mouse-face in header line.
19752 (gdb-assembler-buffer-name): Call it disassembly and give frame
19753 in mode line.
19754 (gdb-source-spec-regexp, gdb-assembler-custom)
19755 (gdb-invalidate-assembler, gdb-frame-handler):
19756 Make robust to leading zeroes in address format.
19757
19758 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19759
19760 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19761 define `org-mode'.
19762 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19763
19764 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * log-edit.el (log-edit-changelog-entries): Distinguish between
19767 filenames like xfns.c and fns.c.
19768
19769 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19770
19771 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19772 point after reverting.
19773 (Buffer-menu-make-sort-button): Handle the case where
19774 `Buffer-menu-use-header-line' is nil.
19775
19776 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19777
19778 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19779 New funcs. In minibuffer-local-completion-map bind `]', `/'
19780 and `:' to them.
19781
19782 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19783
19784 * startup.el (normal-top-level): Allow modification of load-path while
19785 we're iterating over it.
19786
19787 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19788
19789 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19790 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19791 (thumbs-resize-interactive, thumbs-insert-image)
19792 (thumbs-insert-thumb, thumbs-dired-show-marked)
19793 (thumbs-find-image-at-point, thumbs-delete-images)
19794 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19795 (thumbs-increment-image-size, thumbs-decrement-image-size):
19796 Fix typos in docstrings.
19797
19798 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19799
19800 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19801 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19802 (cperl-mode): Use them.
19803
19804 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19805
19806 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19807 Doc fixes.
19808
19809 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19810
19811 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19812 Bind C-d to gdb-inferior-io-eof.
19813
19814 * dired.el (dired-dnd-popup-notice): Use message-box.
19815
19816 2005-05-23 Masatake YAMATO <jet@gyve.org>
19817
19818 * bindings.el (mode-line-major-mode-keymap):
19819 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19820
19821 * faces.el (mode-line-highlight): New face.
19822
19823 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19824 as mouse-face.
19825
19826 * bindings.el (top-level, help-echo, mode-line-modified)
19827 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19828 as mouse-face.
19829
19830 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19831
19832 * progmodes/cc-engine.el (c-guess-basic-syntax):
19833 Remove spurious call to `zerop'.
19834
19835 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19836
19837 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19838
19839 CC Mode update to 5.30.10:
19840
19841 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19842 could go past the limit in decoration level 2, thereby causing
19843 errors during interactive fontification.
19844
19845 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19846 the file is evaluated interactively.
19847
19848 * cc-engine.el (c-guess-basic-syntax): Handle operator
19849 declarations somewhat better in C++.
19850
19851 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19852 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19853 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19854 (awk-mode): Use it.
19855 (make-local-hook): Suppress warning about obsoleteness.
19856
19857 * cc-engine.el, cc-align.el, cc-cmds.el
19858 (c-append-backslashes-forward, c-delete-backslashes-forward)
19859 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19860 Compensate for return value from `forward-line' when it has moved
19861 but not to a different line due to eob.
19862
19863 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19864 `objc-method-intro' and `objc-method-args-cont'.
19865
19866 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19867
19868 CC Mode update to 5.30.10:
19869
19870 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19871 in the copyright statement. Incidentally, change "along with GNU
19872 Emacs" to "along with this program" where it occurs.
19873
19874 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19875 so that it is interactive, hence can be found by M-x awk-mode
19876 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19877 <gmorris+emacs@ast.cam.ac.uk>.
19878
19879 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19880 Mode's regexps.
19881
19882 2005-05-23 Kevin Ryde <user42@zip.com.au>
19883
19884 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19885 c-parse-state, to avoid a lisp error (on bad code).
19886
19887 2005-05-23 Lute Kamstra <lute@gnu.org>
19888
19889 * subr.el (font-lock-defaults): Remove defvar as it's already
19890 defined in font-core.el.
19891
19892 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19893
19894 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19895
19896 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19897 more general and work when GDB variable "print pretty" is on,
19898 as with Emacs, for example.
19899
19900 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19901
19902 * font-core.el: Update comment.
19903
19904 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19905 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19906
19907 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19908
19909 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19910
19911 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19912 and `yank-handler' in the doc strings.
19913
19914 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19915
19916 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19917
19918 2005-05-22 Richard M. Stallman <rms@gnu.org>
19919
19920 * help.el (describe-key): Move print-help-return-message call
19921 out of conditional.
19922
19923 * progmodes/etags.el (list-tags): Use with-no-warnings.
19924
19925 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19926 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19927 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19928
19929 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19930
19931 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19932 Add defvar.
19933
19934 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19935 Use defvar, not defconst.
19936
19937 * hexl.el (hexl-follow-line): Use with-no-warnings.
19938
19939 * emulation/tpu-extras.el: Use write-file-functions instead of
19940 write-file-hooks.
19941
19942 * dired.el (dired-font-lock-keywords): Fontify files with junk
19943 extensions even if marked by -F.
19944
19945 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19946
19947 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19948 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19949 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19950 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19951 (concatenate, list-length, get*, getf, cl-remprop):
19952 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19953 (etypecase, progv, lexical-let, lexical-let*)
19954 (multiple-value-bind, multiple-value-setq, shiftf):
19955 Improve argument/docstring consistency.
19956
19957 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19958
19959 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19960
19961 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19962 doesn't exist.
19963
19964 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19965 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19966
19967 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19968
19969 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19970 already deleted variables: auto-fill-hook, blink-paren-hook,
19971 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19972 suspend-hooks, comment-indent-hook, meta-flag,
19973 before-change-function, after-change-function,
19974 font-lock-doc-string-face.
19975
19976 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19977
19978 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19979
19980 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19981
19982 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19983 rmail-dont-reply-to.
19984
19985 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19986
19987 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19988 literal blank when splitting new-header-values.
19989
19990 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19991
19992 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19993 string so that tmm doesn't create a completion entry for it.
19994
19995 * textmodes/table.el (table-disable-menu): Ditto.
19996
19997 2005-05-21 Richard M. Stallman <rms@gnu.org>
19998
19999 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20000
20001 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20002
20003 * net/rcompile.el (remote-compile): Use compilation-start.
20004
20005 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20006
20007 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20008
20009 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20010 Default to makefile-bsdmake-mode on BSD systems.
20011
20012 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20013 REGEXP may also be a search function now. The part of doc-string
20014 for describing the structure was 95% identical to that of
20015 `imenu--generic-function'. Unify it there.
20016
20017 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20018 Use function to find dependencies, because regexp alone is so complex,
20019 it easily goes into an endless loop.
20020 (makefile-makepp-mode): Also add submenu for Perl functions
20021 defined in the makefile.
20022 (makefile-bsdmake-mode): Special imenu-generic-expression no
20023 longer needed, due to function call.
20024 (makefile-match-dependency): Take BOUND into account when checking
20025 if we're through.
20026
20027 2005-05-20 Jay Belanger <belanger@truman.edu>
20028
20029 * calc/calc-units.el (calc-invalidate-units-table):
20030 Use inhibit-read-only.
20031 (math-build-units-table-buffer): Use view-mode.
20032
20033 2005-05-20 David Kastrup <dak@gnu.org>
20034
20035 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20036 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20037
20038 2005-05-20 Lute Kamstra <lute@gnu.org>
20039
20040 * diff-mode.el (diff-header-face, diff-file-header-face)
20041 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20042 (diff-added-face, diff-changed-face, diff-function-face)
20043 (diff-context-face, diff-nonexistent-face): Put them in the
20044 diff-mode customization group.
20045
20046 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20047
20048 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20049
20050 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20051
20052 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20053 Minor regexp-optimization.
20054
20055 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20056
20057 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20058 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20059 (org-agenda-add-time-grid-maybe): New function.
20060 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20061 (org-table-create): `dotimes' instead of `mapcar'.
20062 (org-xor): Simplify implementation.
20063 (org-agenda): `inhibit-redisplay' turned on.
20064 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20065 a consistent line after a state change.
20066 (org-agenda-remove-times-when-in-prefix): New option.
20067 (org-prefix-has-time): New variable.
20068 (org-parse-time-string): Optional argument NODEFAULT.
20069 (org-format-agenda-item): Parse items for time-of-day
20070 specifications and move these into the prefix if possible.
20071 (org-agenda-priority): Get current heading, not previous heading
20072 during agenda remote editing.
20073
20074 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20075
20076 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20077 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20078 (remove-duplicates, delete-duplicates, substitute)
20079 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20080 (nsubstitute-if-not, find, find-if, find-if-not, position)
20081 (position-if, position-if-not, count, count-if, count-if-not)
20082 (mismatch, search, sort*, stable-sort, merge, member*)
20083 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20084 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20085 (intersection, nintersection, set-difference, nset-difference)
20086 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20087 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20088 (nsublis, tree-equal): Improve argument/docstring consistency.
20089
20090 * subr.el (send-string, send-region): Remove obsolescence declaration.
20091 (window-dot, set-window-dot, read-input, show-buffer)
20092 (eval-current-buffer, string-to-int):
20093 Add release number to obsolescence declarations.
20094
20095 2005-05-19 Kim F. Storm <storm@cua.dk>
20096
20097 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20098 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20099
20100 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20101
20102 * faces.el (list-faces-display): Make back button respect optional
20103 regexp arg.
20104
20105 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20106
20107 * calculator.el (calculator-radix-grouping-mode)
20108 (calculator-radix-grouping-digits, calculator-displayer)
20109 (calculator-radix-grouping-separator, calculator-copy-displayer):
20110 * dabbrev.el (dabbrev-search-these-buffers-only):
20111 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20112 (diff-advance-after-apply-hunk, diff-mode-hook)
20113 (diff-minor-mode-prefix):
20114 * imenu.el (imenu-use-popup-menu):
20115 * jit-lock.el (jit-lock-context-time):
20116 * newcomment.el (comment-fill-column, comment-column)
20117 (comment-style, comment-padding, comment-multi-line)
20118 (comment-empty-lines, comment-auto-fill-only-comments):
20119 * reveal.el (reveal-around-mark):
20120 * uniquify.el (uniquify-buffer-name-style)
20121 (uniquify-after-kill-buffer-p)
20122 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20123 (uniquify-min-dir-content, uniquify-separator)
20124 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20125 * w32-vars.el (w32-fixed-font-alist):
20126 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20127 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20128 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20129 * progmodes/perl-mode.el (perl-indent-level)
20130 (perl-continued-statement-offset, perl-continued-brace-offset)
20131 (perl-brace-offset, perl-brace-imaginary-offset)
20132 (perl-label-offset, perl-indent-continued-arguments)
20133 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20134 * progmodes/tcl.el (tcl-indent-level)
20135 (tcl-continued-indent-level, tcl-auto-newline)
20136 (tcl-tab-always-indent, tcl-electric-hash-style)
20137 (tcl-help-directory-list, tcl-use-smart-word-finder)
20138 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20139 (inferior-tcl-source-command):
20140 * textmodes/fill.el (enable-kinsoku):
20141 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20142 * textmodes/table.el (table-yank-handler):
20143 Specify missing group (and type, if simple) in defcustom.
20144
20145 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20146
20147 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20148
20149 2005-05-19 Richard M. Stallman <rms@gnu.org>
20150
20151 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20152
20153 * subr.el (event-basic-type): Don't get an error.
20154 (left-fringe-p): Function deleted.
20155
20156 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20157 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20158
20159 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20160 in recursive copy.
20161
20162 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20163
20164 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20165
20166 * emacs-lisp/bytecomp.el
20167 (byte-compile-file-form-custom-declare-variable):
20168 Call byte-compile-nogroup-warn if appropriate.
20169
20170 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20171 (compilation-set-window): Don't call left-fringe-p; do it directly.
20172
20173 2005-05-19 Jay Belanger <belanger@truman.edu>
20174
20175 * calc/calc-graph.el (calc-graph-format-data): Make sure
20176 var-PlotRejects is bound before trying to check its value.
20177
20178 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20179
20180 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20181 definition of this variable from reftex-global.el to reftex.el,
20182 because it is needed in the menu.
20183
20184 2005-05-19 Lute Kamstra <lute@gnu.org>
20185
20186 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20187 years are fixed. Don't insert a space after a dash.
20188
20189 2005-05-19 Kim F. Storm <storm@cua.dk>
20190
20191 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20192
20193 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20194
20195 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20196 strings, because (eq ... ?\\) is fairly frequent.
20197
20198 * progmodes/make-mode.el (makefile-add-this-line-targets):
20199 Simplify and integrate into `makefile-pickup-targets'.
20200 (makefile-add-this-line-macro): Simplify and integrate into
20201 `makefile-pickup-macros.
20202 (makefile-pickup-filenames-as-targets): Simplify.
20203 (makefile-previous-dependency, makefile-match-dependency):
20204 Don't stumble over `::'.
20205
20206 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20207
20208 * subr.el (post-command-idle-hook, post-command-idle-delay):
20209 Remove obsoletion of post-command-idle-hook and
20210 post-command-idle-delay.
20211
20212 * faces.el (list-faces-display): Provide button when describe-face
20213 is called to take user back to the list of faces.
20214
20215 * help-fns.el (describe-variable): Remove hyperlinks in a
20216 variable's value as these are quite frequently inappropriate.
20217
20218 * follow.el (follow-submit-feedback, follow-mode):
20219 Remove references to post-command-idle-hook.
20220
20221 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20222
20223 * progmodes/make-mode.el (makefile-previous-dependency)
20224 (makefile-match-dependency): Check for := (and in bsd mode also
20225 !=) to give a better result, even when font-lock is not on.
20226
20227 2005-05-18 Jay Belanger <belanger@truman.edu>
20228
20229 * calc/calc-help.el (calc-s-prefix-help):
20230 Add `calc-copy-special-constant' to help string.
20231
20232 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20233
20234 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20235
20236 2005-05-18 Jay Belanger <belanger@truman.edu>
20237
20238 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20239 in linear factors are in proper order.
20240
20241 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20242
20243 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20244 Support for jurabib.
20245
20246 * textmodes/reftex.el (featurep): Define aliases for overlay
20247 commands, for XEmacs compatibility, and use these aliases in
20248 overlay initializations.
20249 (reftex-highlight): Use `reftex-move-overlay'.
20250 (reftex-unhighlight): Use `reftex-delete-overlay'.
20251 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20252 (reftex-access-search-path): Use `reftex-uniquify' instead of
20253 `reftex-uniq'
20254
20255 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20256 `before-string' property modification enables for Emacs as well.
20257 (reftex-select-item): Use `reftex-delete-overlay'.
20258 (reftex-select-mark): Use `reftex-make-overlay' and
20259 `reftex-overlay-put'.
20260 (reftex-select-unmark): Use `reftex-delete-overlay' and
20261 `reftex-overlay-put'.
20262
20263 2005-05-18 Lute Kamstra <lute@gnu.org>
20264
20265 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20266
20267 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20268
20269 * add-log.el (add-change-log-entry):
20270 * array.el (array-make-template, array-reconfigure-rows)
20271 (array-init-max-row, array-init-max-column)
20272 (array-init-columns-per-line, array-init-field-width):
20273 * replace.el (replace-match-maybe-edit, perform-replace):
20274 * textmodes/spell.el (spell-region):
20275 Replace `read-input' by `read-string'.
20276
20277 * forms.el (forms-mode):
20278 * finder.el (finder-compile-keywords):
20279 * shadowfile.el (shadow-read-files):
20280 Replace `eval-current-buffer' by `eval-buffer'.
20281
20282 * terminal.el (te-pass-through):
20283 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20284 (ange-ftp-raw-send-cmd):
20285 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20286 (send-process-next-char, telnet-initial-filter, telnet):
20287 Replace `send-string' by `process-send-string'.
20288
20289 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20290 (prolog-consult-region): Replace `send-string' by
20291 `process-send-string'; replace `send-region' by `process-send-region'.
20292
20293 * progmodes/delphi.el (delphi-log-msg):
20294 Replace `set-window-dot' by `set-window-point'.
20295
20296 * subr.el (window-dot, set-window-dot, read-input, send-string)
20297 (send-region, show-buffer, eval-current-buffer):
20298 Make really obsolete, as the comment says.
20299
20300 2005-05-17 Kim F. Storm <storm@cua.dk>
20301
20302 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20303 (cua--init-keymaps): Bind C-return instead of S-return to set
20304 rectangle mark.
20305
20306 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20307 instead of S-return to toggle/clear rectangle mark.
20308
20309 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20310
20311 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20312 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20313 Also fontify plain strings assigned to variables, mostly so that a
20314 colon has a face and is thus not taken as a dependency separator.
20315 (makefile-previous-dependency): Inline the new matcher, because it
20316 is too complex to work in both directions.
20317 (makefile-match-dependency): Eliminate `backward' arg (see above).
20318 Completely reimplemented so as to not sometimes go into an endless
20319 loop. It should also be more efficient, because first it only
20320 searches for `:', instead of applying the very complex regexp.
20321 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20322 to be fontified in one piece can be too long for JIT.
20323 Makefiles are never *that* big.
20324
20325 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20326
20327 * dired.el (dired-mode): Simplify.
20328
20329 2005-05-17 Lute Kamstra <lute@gnu.org>
20330
20331 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20332 defcustom for the mode hook variable.
20333
20334 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20335 Emacs Lisp Reference Manual.
20336
20337 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20338
20339 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20340 (evenp, list*):
20341 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20342 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20343
20344 * net/tramp-smb.el (tramp-smb-open-connection):
20345 Pass `tramp-chunksize' as fifth (required) argument.
20346
20347 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20348
20349 * font-lock.el (lisp-font-lock-keywords-1):
20350 Set `font-lock-negation-char-face' for [^...] char group.
20351 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20352
20353 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20354 a var, and refine it to mask one more level of nested vars.
20355 (makefile-rule-action-regex): Turn it into a var, and refine it so
20356 it recognizes backslashed continuation lines as belonging to the
20357 same command.
20358 (makefile-macroassign-regex): Refine it so it recognizes
20359 backslashed continuation lines as belonging to the same command.
20360 (makefile-var-use-regex): Don't look at the next char, because it
20361 might be the same one to be skipped by the initial [^$], leading
20362 to an overlooked variable use.
20363 (makefile-make-font-lock-keywords): Remove two parameters, which
20364 are now variables that some of the modes set locally.
20365 Handle dependency and rule action matching through functions, because
20366 regexps alone match too often. Dependency matching now comes
20367 last, so it can check, whether a colon already matched something else.
20368 (makefile-mode): Inform that font-lock improves makefile parsing
20369 capabilities.
20370 (makefile-match-dependency, makefile-match-action): New functions.
20371
20372 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20373
20374 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20375
20376 * align.el (align-regexp):
20377 * ansi-color.el (ansi-color-get-face):
20378 * array.el (array-reconfigure-rows, array-init-max-row)
20379 (array-init-max-column, array-init-columns-per-line)
20380 (array-init-field-width):
20381 * dired-aux.el (dired-trample-file-versions):
20382 * dired-x.el (dired-mark-sexp):
20383 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20384 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20385 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20386 * faces.el (face-read-integer):
20387 * files.el (backup-extract-version, insert-directory):
20388 * hexl.el (hexl-insert-decimal-char):
20389 * server.el (server-process-filter):
20390 * shell.el (shell-extract-num):
20391 * startup.el (command-line-1):
20392 * term.el (term-command-hook):
20393 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20394 (time-stamp-do-number):
20395 * time.el (display-time-update):
20396 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20397 (timezone-fix-time):
20398 * vms-patch.el (vms-suspend-resume-hook):
20399 * calendar/appt.el (appt-convert-time):
20400 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20401 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20402 * calendar/cal-islam.el (mark-islamic-diary-entries):
20403 * calendar/calendar.el (calendar-cursor-to-date)
20404 (calendar-star-date):
20405 * calendar/diary-lib.el (diary-attrtype-convert)
20406 (mark-diary-entries, diary-entry-time):
20407 * calendar/solar.el (solar-get-number):
20408 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20409 * emacs-lisp/re-builder.el (reb-display-subexp):
20410 * emulation/edt.el (edt-set-scroll-margins):
20411 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20412 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20413 (vip-get-ex-count):
20414 * emulation/viper-ex.el (viper-get-ex-token)
20415 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20416 * international/fontset.el (fontset-plain-name):
20417 * mail/feedmail.el (feedmail-look-at-queue-directory):
20418 * mail/mailalias.el (mail-get-names):
20419 * mail/rmail.el (rmail-convert-to-babyl-format):
20420 * mail/rmailsum.el (rmail-make-basic-summary-line)
20421 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20422 (rmail-summary-goto-msg):
20423 * mail/smtpmail.el (smtpmail-read-response):
20424 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20425 (ange-ftp-vms-add-file-entry):
20426 * play/gametree.el (gametree-looking-at-ply)
20427 (gametree-current-branch-score):
20428 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20429 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20430 * progmodes/cperl-mode.el (condition-case):
20431 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20432 (ebrowse-set-member-buffer-column-width)
20433 (ebrowse-select-1st-to-9nth):
20434 * progmodes/etags.el (etags-snarf-tag):
20435 * progmodes/flymake.el (flymake-parse-line):
20436 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20437 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20438 (idlwave-shell-menu-def):
20439 * progmodes/ps-mode.el (ps-run-goto-error):
20440 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20441 (vhdl-speedbar-contract-level):
20442 * term/mac-win.el (x-handle-numeric-switch):
20443 * term/sun-mouse.el (sun-get-frame-data):
20444 * term/w32-win.el (x-handle-numeric-switch):
20445 * term/x-win.el (x-handle-numeric-switch):
20446 * textmodes/ispell.el (ispell-parse-output):
20447 * textmodes/nroff-mode.el (nroff-outline-level):
20448 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20449 (reftex-bib-sort-year-reverse, reftex-format-citation):
20450 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20451 (reftex-section-number):
20452 * textmodes/texinfmt.el (texinfo-paragraphindent):
20453 Replace `string-to-int' by `string-to-number'.
20454
20455 * international/latexenc.el: Add page marker to force the "Local
20456 Variables:" string out of the last page.
20457
20458 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20459
20460 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20461 tooltip-change-major-mode.
20462 (gud-tooltip-print-command): Remove case where gud-minor-mode
20463 is gdb ("--fullname").
20464 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20465 explain to user.
20466
20467 2005-05-16 Jay Belanger <belanger@truman.edu>
20468
20469 * calc/calc-store.el (calc-copy-special-constant): New function.
20470
20471 * calc/calc-ext.el (calc-init-extensions): Add binding for
20472 `calc-copy-special-constant'.
20473
20474 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20475 for the `calc-copy-special-constant' command.
20476
20477 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20478
20479 * subr.el (left-fringe-p): New function.
20480
20481 * progmodes/compile.el (compilation-setup): Set local value of
20482 overlay-arrow-string to "" always.
20483 (compilation-set-window): Left fringe then don't scroll.
20484 No left fringe then no arrow and scroll message to top.
20485 (compilation-context-lines): Adjust doc string accordingly.
20486
20487 2005-05-16 Kim F. Storm <storm@cua.dk>
20488
20489 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20490 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20491 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20492 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20493 (ido-read-file-name): Handle commands with ido property value
20494 equal to find-file as reading a file name, to allow C-d to enter dired.
20495 (ibuffer-find-file): Add ido property with value find-file.
20496
20497 2005-05-15 Kim F. Storm <storm@cua.dk>
20498
20499 * subr.el (open-network-stream-nowait): Remove.
20500 (open-network-stream-server): Remove.
20501
20502 2005-05-15 Richard M. Stallman <rms@gnu.org>
20503
20504 * faces.el (describe-face): Output a definition link button.
20505
20506 * help-mode.el (help-face-def): New button type.
20507
20508 * emacs-lisp/copyright.el (copyright-fix-years):
20509 Match properly if the first year is 2-digit.
20510 Don't mess up the whitespace after the years by filling.
20511
20512 * dired-aux.el (dired-mark-confirm):
20513 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20514
20515 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20516 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20517 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20518
20519 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20520 Set font-lock-comment-start-skip.
20521
20522 * font-lock.el (font-lock-comment-start-skip): New variable.
20523 (font-lock-comment-end-skip): New variable.
20524 (font-lock-fontify-syntactically-region): Use them if non-nil.
20525
20526 2005-05-15 Jay Belanger <belanger@truman.edu>
20527
20528 * calc/calc-store.el (calc-store-value): Return a string rather
20529 than display it as a message.
20530 Use calc-var-name for variable name.
20531 (calc-store-into): Add the result of calc-store-value to message.
20532 (calc-copy-variable): Add a message.
20533 (calc-store-exchange): Improve error messages.
20534 (calc-store-binary, calc-store-map): Don't reset the values of
20535 special constants.
20536
20537 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20538
20539 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20540 manual to docstring.
20541
20542 * files.el (hack-local-variables-confirm): Add STRING argument.
20543 Make the function handle non file visiting buffers correctly.
20544 (hack-local-variables-prop-line, hack-local-variables)
20545 (hack-one-local-variable): Use STRING arg of
20546 `hack-local-variables-confirm'.
20547
20548 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20549
20550 Sync with Tramp 2.0.49.
20551
20552 * net/tramp.el (tramp-handle-dired-call-process)
20553 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20554 because the contents of the Tramp buffer is changed before
20555 insertion (`expand-file' and alike).
20556 (tramp-handle-insert-directory): If `localname' has an empty
20557 nondirectory name, it must not be quoted.
20558 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20559 variable `tramp-chunksize'. Change callees.
20560 (tramp-open-connection-setup-interactive-shell): Check remote host
20561 for buggy `send-process-string' implementation.
20562 Set `tramp-chunksize' if found. Reported by Michael Kifer
20563 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20564 (tramp-handle-shell-command): `insert-buffer' cannot be used
20565 because the contents of the Tramp buffer is changed before
20566 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20567 <frederic.bothamy@free.fr>.
20568 (tramp-set-auto-save): Actions should be done for Tramp file name
20569 handler only. Ange-FTP has its own auto-save mechanism.
20570 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20571 (tramp-set-auto-save-file-modes): Set file modes of
20572 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20573 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20574 (tramp-bug): Remove obsolete variable.
20575 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20576 for presence of `mml-mode'. Make it running for older Emacsen as well.
20577
20578 2005-05-14 John Paul Wallington <jpw@pobox.com>
20579
20580 * ibuf-ext.el (define-ibuffer-filter filename):
20581 If `dired-directory' is a list, use its car.
20582
20583 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20584
20585 * ibuffer.el (define-ibuffer-column filename):
20586 If `dired-directory' is a list, use its car.
20587
20588 2005-05-14 Richard M. Stallman <rms@gnu.org>
20589
20590 * subr.el (symbol-file): Doc fix.
20591
20592 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20593 (byte-compile-form): Call byte-compile-nogroup-warn.
20594 (byte-compile-warning-types): Doc fix.
20595
20596 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20597
20598 * progmodes/cc-engine.el (c-literal-faces):
20599 Add font-lock-comment-delimiter-face.
20600
20601 * net/net-utils.el (dig): Use with-no-warnings.
20602
20603 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20604 (sc-recite-frame-alist, sc-default-cite-frame)
20605 (sc-default-uncite-frame, sc-default-recite-frame)
20606 (sc-attrib-selection-list, sc-rewrite-header-list):
20607 Mark as risky-local-variable.
20608
20609 * international/ogonek.el (ogonek-jak, ogonek-how):
20610 Don't use beginning-of-buffer.
20611
20612 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20613
20614 * calendar/solar.el (solar-data-list): Move definition up.
20615
20616 * dnd.el (dnd-protocol-alist): Add autoload.
20617
20618 * progmodes/sh-script.el: Many doc usage fixes.
20619 (sh-indent-after-do): Change default to match common styles.
20620
20621 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20622
20623 * files.el (interpreter-mode-alist)
20624 (auto-mode-interpreter-regexp): Doc fixes.
20625
20626 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20627
20628 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20629
20630 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20631
20632 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20633
20634 * dired.el (dired-mode): make-variable-buffer-local =>
20635 make-local-variable.
20636
20637 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20638
20639 * term/mac-win.el (mac-select-convert-to-string): Try coding
20640 systems in mac-script-code-coding-systems if specified one cannot
20641 encode string for `com.apple.traditional-mac-plain-text'.
20642
20643 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20644
20645 * progmodes/make-mode.el (makefile-targets-face)
20646 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20647 (makefile-dependency-regex): Fix it to not make the colon in
20648 $(var:a=b) special.
20649 (makefile-rule-action-regex): New regexp for highlighting embedded
20650 Shell strings.
20651 (makefile-macroassign-regex): Handle != for highlighting as
20652 embedded Shell strings.
20653 (makefile-var-use-regex): New const.
20654 (makefile-statements, makefile-automake-statements)
20655 (makefile-gmake-statements, makefile-makepp-statements)
20656 (makefile-bsdmake-statements): New consts.
20657 (makefile-make-font-lock-keywords): New function.
20658 (makefile-automake-font-lock-keywords)
20659 (makefile-gmake-font-lock-keywords)
20660 (makefile-makepp-font-lock-keywords)
20661 (makefile-bsdmake-font-lock-keywords): New consts.
20662 (makefile-mode-map): Add switchers between the various submodes.
20663 (makefile-mode): Document the availability of the variants.
20664 (makefile-automake-mode, makefile-gmake-mode)
20665 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20666
20667 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20668 new variants of makefile-mode.
20669
20670 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20671
20672 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20673 the inheritance.
20674
20675 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20676
20677 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20678 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20679
20680 * files.el (normal-mode): Extend the scope of the
20681 `enable-local-variables' binding to include the `set-auto-mode' call.
20682 (magic-mode-alist): Doc fix.
20683
20684 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20687 font-lock-comment-face rather than copying its setting.
20688
20689 2005-05-12 Andreas Schwab <schwab@suse.de>
20690
20691 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20692
20693 2005-05-12 Lute Kamstra <lute@gnu.org>
20694
20695 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20696 defcustom for the mode hook variable. Delete the last argument.
20697 * generic-x.el: Fix callers of define-generic-mode.
20698 (generic-x-modes): Delete group.
20699 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20700 generic-x customization group.
20701
20702 2005-05-12 Kim F. Storm <storm@cua.dk>
20703
20704 * font-lock.el (font-lock-negation-char-face): Default to "off".
20705
20706 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20707 font-lock-negation-char-face to ! in !=.
20708
20709 2005-05-12 Masatake YAMATO <jet@gyve.org>
20710
20711 * add-log.el (find-change-log): Fix typos in the docstring
20712 of function.
20713
20714 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20715
20716 * international/latexenc.el (latexenc-find-file-coding-system):
20717 Avoid `re-search-forward' when looking for input encoding because
20718 of speed and safety. Better regular expressions for recognizing
20719 input encoding. Limit a search for TeX-master/tex-main-file to
20720 the local variable section.
20721
20722 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20723
20724 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20725 syntax of $ to "'" (quote).
20726
20727 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20728
20729 * dnd.el (dnd-protocol-alist): Improve custom type.
20730
20731 * dired.el (dired-dnd-protocol-alist): New variable.
20732 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20733 `dired-mode-hook' to the end.
20734
20735 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20736
20737 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20738 comment-end if comment-start-skip is not set.
20739 Obey the font-lock-comment-delimiter-face variables.
20740
20741 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20742
20743 * files.el (executable-find): Move from executable.el. Use
20744 locate-file.
20745 * progmodes/executable.el (executable-find): Move to files.el.
20746
20747 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20748 when trying to ensure forward progress.
20749
20750 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20751
20752 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20753 (mouse-select, mouse-select-internal, mouse-extend-internal):
20754 Use it to implement mouse-1-click-follows-link functionality.
20755
20756 2005-05-11 Richard M. Stallman <rms@gnu.org>
20757
20758 * font-lock.el (font-lock-fontify-syntactically-region):
20759 Use font-lock-comment-delimiter-face for comment delimiters.
20760
20761 2005-05-10 Jay Belanger <belanger@truman.edu>
20762
20763 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20764 preserving embedded modes.
20765
20766 2005-05-10 Richard M. Stallman <rms@gnu.org>
20767
20768 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20769
20770 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20771 Move from ada-stmt.el.
20772 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20773
20774 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20775 Move to ada-mode.el.
20776 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20777
20778 * cus-edit.el (custom-file): Call file-chase-links.
20779
20780 * files.el (read-directory-name): Fix previous change.
20781 (hack-local-variables-confirm): New function.
20782 (hack-local-variables-prop-line, hack-local-variables)
20783 (hack-one-local-variable): Use it.
20784
20785 2005-05-10 Lute Kamstra <lute@gnu.org>
20786
20787 * font-lock.el (font-lock-keywords-alist)
20788 (font-lock-removed-keywords-alist): Clarify docstrings.
20789
20790 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20791
20792 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20793 (gdb-source-info): Check for preprocessor info.
20794 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20795 a macro for a function.
20796 (gdb-info-breakpoints-custom): Try to find file again if not already
20797 found (user might have used GDB dir command).
20798 (gdb-get-location): Update gdb-location-alist correctly for change
20799 to gdb-info-breakpoints-custom.
20800
20801 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20802 (gud-tooltip-print-command): Add gdbmi case.
20803 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20804 preprocessor info.
20805
20806 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20807
20808 * startup.el (fancy-splash-insert): Fix typo in doc string.
20809
20810 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20811
20812 * obsolete/float.el (string-to-float):
20813 * obsolete/hilit19.el (hilit-add-pattern):
20814 * obsolete/rnews.el (news-parse-range, news-select-message)
20815 (news-get-pruned-list-of-files): Replace `string-to-int' by
20816 `string-to-number'.
20817
20818 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20819 `find-file-not-found-hooks'; use `add-hook'.
20820 (uncompress-while-visiting): Set `write-file-functions', not
20821 `write-file-hooks'; use `add-hook'.
20822
20823 2005-05-09 Kim F. Storm <storm@cua.dk>
20824
20825 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20826 (cua-paste): Handle clipboard action.
20827 (cua--init-keymaps): Remap clipboard-kill-region and
20828 clipboard-kill-ring-save.
20829
20830 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20831
20832 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20833 Improve commentary.
20834
20835 * simple.el (next-error-overlay-arrow-position): Revert the change
20836 made on 2005-04-30.
20837
20838 2005-05-07 Jay Belanger <belanger@truman.edu>
20839
20840 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20841 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20842 `calc-sel-reselect'.
20843
20844 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20845 Calc is in embedded mode.
20846
20847 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20848
20849 * progmodes/compile.el (compilation-setup):
20850 Set overlay-arrow-string to an empty string on text terminals.
20851
20852 * textmodes/ispell.el (ispell-program-name): Try looking for
20853 "aspell" along exec-path, and if found, use it as the default
20854 speller program.
20855
20856 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20857
20858 * international/mule.el (sgml-xml-auto-coding-function):
20859 Recognize encoding='FOO' in single quotes as well as in double quotes.
20860
20861 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20862
20863 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20864 as well as `interactive', so that defmacro* would recognize
20865 `declare' forms.
20866
20867 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20868
20869 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20870 Explain more about the LIGHTER arg's usage in the doc string.
20871 Add commentary to clarify what the code does. Fix the regexp that
20872 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20873 since it could have characters special to regular expressions.
20874
20875 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20876
20877 * replace.el (occur-1): Bind inhibit-read-only so that
20878 erase-buffer doesn't barf on read-only text properties (likewise
20879 for add-text-properties in occur-engine). Mark buffer as unmodified.
20880 (occur-engine): Don't set buffer-read-only here.
20881
20882 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20883
20884 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20885 list-buffers-directory. This caused the *cvs-commit* buffer to be
20886 sometimes mistakenly reused as a *cvs* buffer.
20887
20888 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20889
20890 * tooltip.el: Move code for GUD tooltips into gud.el.
20891 (require): CL no longer needed to compile case.
20892 (tooltip-mode): Do not toggle functions for GUD tooltips.
20893 (tooltip-gud-tips-p): Remove. Replace with minor mode
20894 gud-tooltip-mode in gud.el.
20895 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20896 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20897 tooltip-gud prefix with gud-tooltip and obsolete.
20898 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20899 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20900 (tooltip-mouse-motion): Mouse movement functions/variable.
20901 Rename in gud.el by adding gud prefix.
20902 (tooltip-gud-original-filter, tooltip-gud-dereference)
20903 (tooltip-gud-event, tooltip-toggle-gud-tips)
20904 (tooltip-gud-process-output, tooltip-gud-print-command)
20905 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20906 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20907 (gdb-tooltip-print): Move to gdb-ui.el.
20908
20909 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20910 (require): CL needed to compile case.
20911 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20912 tooltip-gud-tips-p. Make it a minor-mode.
20913 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20914 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20915 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20916 (gud-tooltip-change-major-mode)
20917 (gud-tooltip-activate-mouse-motions-if-enabled)
20918 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20919 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20920 (gud-tooltip-original-filter, gud-tooltip-dereference)
20921 (gud-tooltip-event, tooltip-toggle-gud-tips)
20922 (gud-tooltip-process-output, gud-tooltip-print-command)
20923 (gud-tooltip-tips): Move from tooltip.el.
20924
20925 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20926 (gdb-cpp-define-alist-flags): Doc fix.
20927 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20928 gud-tooltip-mode is t.
20929
20930 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20931
20932 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20933 evaporate if their text is deleted.
20934 (goto-address-at-point): Make it work as a mouse binding as well.
20935 (goto-address-at-mouse): Obsolete it. Update users.
20936
20937 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20938
20939 * calendar/appt.el (top-level): No longer activate on load.
20940
20941 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20942
20943 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20944 * net/webjump.el (webjump):
20945 * progmodes/idlw-help.el (idlwave-do-context-help1)
20946 (idlwave-highlight-linked-completions):
20947 * textmodes/po.el (po-find-file-coding-system-guts):
20948 Replace `assoc-ignore-case' by `assoc-string'.
20949
20950 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20951
20952 * files.el (locate-file): Doc fix.
20953
20954 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20955 Remove the redundant test for ms-dos.
20956
20957 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20958 look for the preprocessor with exec-suffixes. If not found in
20959 standard places, look in exec-path. Remove most of the tests that
20960 used system-type.
20961
20962 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20963
20964 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20965
20966 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20967 file-name clash with jka-compr.el on 8+3 filesystems.
20968
20969 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20970
20971 * term/mac-win.el: Don't define or bind scroll bar functions if
20972 x-toolkit-scroll-bars is t.
20973 (x-select-text, x-get-selection-value): Clear
20974 x-last-selected-text-clipboard if x-select-enable-clipboard is
20975 nil.
20976 (PRIMARY): Put mac-scrap-name property.
20977 (mac-select-convert-to-file-url): New function.
20978 (public.file-url): New selection target type. Add to
20979 selection-converter-alist.
20980 (x-get-selection, x-selection-value): Handle it.
20981 (x-cut-buffer-or-selection-value): New alias.
20982
20983 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20984
20985 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20986 entry to avoid calling bibtex-find-entry with arg global
20987 being t. Remove arg key.
20988 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20989 (bibtex-copy-summary-as-kill): Change accordingly.
20990
20991 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20992
20993 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20994 (org-agenda-date-later): Use with-current-buffer.
20995
20996 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20997
20998 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20999 (define-obsolete-variable-alias): Doc Fixes.
21000
21001 2005-05-06 Kim F. Storm <storm@cua.dk>
21002
21003 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21004 vertical-motion when selective-display is active.
21005
21006 * ido.el (ido-setup-hook): New hook.
21007 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21008 (ido-input-stack): New var.
21009 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21010 ido-next-work-file binding to M-O.
21011 Bind M-f to ido-wide-find-file-or-pop-dir.
21012 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21013 (ido-read-internal): Run ido-setup-hook.
21014 Catch quit in read-file-name and read-string to cancel edit.
21015 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21016 Automatically pop-all when completing a directory name (RET).
21017 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21018 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21019 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21020 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21021 New functions for M-b/M-f to move among the directory components.
21022 (ido-make-merged-file-list): Catch quit to cancel merge.
21023 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21024 (ido-completion-help): No warnings for ido-completion-buffer-full.
21025
21026 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21027
21028 * font-lock.el (font-lock-negation-char-face): New face and variable.
21029 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21030 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21031 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21032 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21033
21034 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21035
21036 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21037 Fix typo in docstring.
21038
21039 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21040 (ebrowse-print-statistics-line)
21041 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21042
21043 * term/w32-win.el (image-library-alist): Add additional name for
21044 Xpm library.
21045
21046 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21047
21048 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21049 use gcc instead of cpp.
21050
21051 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21052 (gdb-create-define-alist): Use it.
21053 (gdb-cpp-define-alist-program): Update for MS-DOS.
21054
21055 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21056
21057 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21058
21059 2005-05-04 Richard M. Stallman <rms@gnu.org>
21060
21061 * help.el (describe-key): No error when UNTRANSLATED is nil.
21062
21063 * simple.el (line-move-1): Fix previous change to signal errors
21064 appropriately.
21065
21066 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21067
21068 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21069 (icalendar-duration-correction): Remove.
21070 (icalendar--get-event-properties): Split result at commas.
21071 (icalendar--decode-isoduration): New optional argument
21072 DURATION-CORRECTION.
21073 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21074 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21075 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21076 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21077 (icalendar--convert-anniversary-to-ical): New functions, extracted
21078 from icalendar-export-region, with bug fixes.
21079 (icalendar-export-region): Use the above functions.
21080 (icalendar-import-buffer): Check before saving diary file.
21081 (icalendar--convert-recurring-to-diary)
21082 (icalendar--convert-non-recurring-all-day-to-diary)
21083 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21084 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21085 (icalendar--convert-ical-to-diary): Use the above functions.
21086
21087 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21088
21089 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21090 Remove these recent additions.
21091 (c-mode): Restore to before 2005-04-28.
21092
21093 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21094 recent addition.
21095
21096 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21097 (gdb-define-alist): New variables.
21098 (gdb-create-define-alist): New function.
21099 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21100 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21101 with string-to-number.
21102 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21103
21104 * progmodes/gud.el: Replace string-to-int with string-to-number.
21105 (gud-find-file): Handle gdb-define-alist.
21106
21107 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21108
21109 2005-05-02 Jay Belanger <belanger@truman.edu>
21110
21111 * calc/calc-aent.el (math-read-token):
21112 * calc/calc-bin.el (calc-word-size):
21113 * calc/calc-ext.el (calc-read-number-fancy):
21114 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21115 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21116 * calc/calc-frac.el (calc-over-notation):
21117 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21118 (calc-graph-num-points, calc-graph-init):
21119 * calc/calc-prog.el (calc-read-parse-table-part)
21120 (calc-edit-macro-repeats):
21121 * calc/calc-yank.el (calc-do-grab-rectangle):
21122 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21123 Replace `string-to-int' by `string-to-number'.
21124
21125 2005-05-02 Kim F. Storm <storm@cua.dk>
21126
21127 * kmacro.el: Use executing-kbd-macro-index variable.
21128
21129 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21130
21131 * net/rlogin.el (rlogin-parse-words): Delete func.
21132 (rlogin): Use split-string, not rlogin-parse-words.
21133 Also, if there are option-like elements in the parsed args,
21134 take the host to be the first arg immediately following them.
21135 Suggested by Michael Mauger.
21136
21137 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21138
21139 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21140
21141 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21142
21143 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21144 (cc-mode-cpp-program): Rename to cc-define-list-program and
21145 move to cc-vars.el.
21146
21147 * progmodes/cc-vars.el (cc-define-list-program):
21148 Change to "gcc -E -dM -". Make customizable.
21149
21150 2005-05-02 Kim F. Storm <storm@cua.dk>
21151
21152 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21153
21154 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21155
21156 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21157
21158 * international/mule-util.el (truncate-string): Remove alias and
21159 obsolete declaration.
21160
21161 * international/mule-cmds.el (update-iso-coding-systems):
21162 Remove alias and obsolete declaration.
21163
21164 * international/mule.el (coding-system-parent): Remove alias and
21165 obsolete declaration.
21166
21167 * subr.el (define-function, sref): Remove aliases and obsolete
21168 declarations.
21169 (chars-in-region): Remove obsolete declaration.
21170
21171 2005-05-01 Richard M. Stallman <rms@gnu.org>
21172
21173 * info.el (Info-mode): Set widen-automatically to nil, locally.
21174
21175 * simple.el (widen-automatically): New variable.
21176 (pop-global-mark): Obey widen-automatically.
21177
21178 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21179
21180 * term/xterm.el (function-key-map): Call substitute-key-definition
21181 before the keymap size is increased by a lot of define-key calls.
21182
21183 2005-05-01 Richard M. Stallman <rms@gnu.org>
21184
21185 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21186 Rename ARG to ELEMENT. Doc fix.
21187
21188 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21189
21190 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21191 Remove references to allout-exposure/change to allout-new-exposure.
21192
21193 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21194 bytecode symbols.
21195
21196 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21197 (compiled-function-p, focus-frame, unfocus-frame):
21198 Remove aliases and obsolete declarations.
21199 Back out inadvertent changes from previous commit.
21200
21201 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21202
21203 * files.el (require-final-newline): Make Custom tags consistent
21204 with mode-require-final-newline.
21205 (mode-require-final-newline): Doc fix.
21206
21207 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21208
21209 * international/latexenc.el (latexenc-find-file-coding-system):
21210 Fix regular expressions.
21211
21212 2005-05-01 David Kastrup <dak@gnu.org>
21213
21214 * international/latexenc.el (latexenc-find-file-coding-system):
21215 Fix regular expressions.
21216
21217 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21218
21219 * subr.el (string-to-int): Make obsolete.
21220
21221 2005-04-30 Richard M. Stallman <rms@gnu.org>
21222
21223 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21224
21225 * loadup.el: load jka-comp-hook.
21226
21227 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21228 (jka-compr-handler): Add autoload. `put' calls moved
21229 to jka-comp-hook.el.
21230 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21231 (jka-compr-inhibit): Autoload.
21232
21233 * jka-comp-hook.el: New file.
21234 Enable the mode by default.
21235
21236 * files.el (backup-buffer-copy): Use copy-file instead
21237 of write-region, and put back the 'excl.
21238
21239 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21240
21241 * progmodes/flymake.el (flymake-split-string)
21242 (flymake-split-string, flymake-log, flymake-pid-to-names)
21243 (flymake-reg-names, flymake-get-source-buffer-name)
21244 (flymake-unreg-names, flymake-add-line-err-info)
21245 (flymake-add-err-info): Clarify docstrings.
21246 (flymake-popup-menu, flymake-make-emacs-menu)
21247 (flymake-make-xemacs-menu): Add docstrings.
21248 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21249 Set variables directly throughout.
21250
21251 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21252
21253 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21254 exists. Initialize cc-define-alist.
21255 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21256 If there is no file (Macroexpansion) don't create an alist.
21257
21258 2005-04-29 Sam Steingold <sds@gnu.org>
21259
21260 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21261 (cc-create-define-alist): Use it instead of the hard-coded string.
21262
21263 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21264
21265 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21266 for latexenc.
21267
21268 2005-04-29 Lute Kamstra <lute@gnu.org>
21269
21270 * emacs-lisp/generic.el: Improve commentary section.
21271 (define-generic-mode): Improve docstring.
21272
21273 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21274
21275 * textmodes/org.el (many places): Change to quiet the byte compiler.
21276 (org-prefix-format-compiled): New variable.
21277 (org-compile-prefix-format): New function.
21278 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21279 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21280 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21281 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21282 consistency with entries from `org-mode' files.
21283 (org-get-time-of-day): Fix bug with partial matches early in a line.
21284 (org-non-link-chars): New constant.
21285 (org-link-regexp): Respect `org-non-link-chars'.
21286 (org-agenda-day-view): Remove command.
21287 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21288 (org-follow-bbdb-link, org-store-link): Search also company field.
21289 (org-highlight-overlay): New variable.
21290 (org-highlight, org-unhighlight): New functions.
21291 (org-agenda-mode): Add pre-command-hook to remove highlight.
21292 (org-evaluate-time-range): Behavior depends upon whether time stamp
21293 contains a time or not.
21294 (org-show-subtree, org-show-entry): New functions.
21295 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21296
21297 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21298
21299 * comint.el (comint-output-filter-functions): Add autoload cookie.
21300
21301 2005-04-28 Kim F. Storm <storm@cua.dk>
21302
21303 * ido.el (ido-everywhere): Fix last change.
21304
21305 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21306
21307 * international/latexenc.el: New file.
21308 * international/mule-conf.el (file-coding-system-alist): For .tex,
21309 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21310
21311 2005-04-28 Lute Kamstra <lute@gnu.org>
21312
21313 * font-lock.el (font-lock-add-keywords)
21314 (font-lock-remove-keywords): Clarify docstring.
21315 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21316 Don't start docstrings with a `*'.
21317 (font-lock-update-removed-keyword-alist): Give it a docstring.
21318
21319 * generic-x.el: Update commentary section.
21320 Only require font-lock when compiling.
21321 Define all modes conditionally.
21322 Place all generic modes in the generic-x-modes customization group.
21323 (generic-x-modes): New customization group.
21324 (generic-default-modes, generic-mswindows-modes)
21325 (generic-unix-modes, generic-other-modes): New constants.
21326 (generic-define-mswindows-modes, generic-define-unix-modes):
21327 Update docstrings. Make them obsolete.
21328 (generic-extras-enable-list): New default value. Update docstring.
21329 Improve :type. Change :set function.
21330 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21331 Fix docstring.
21332
21333 * emacs-lisp/generic.el (generic-mode-internal):
21334 Simplify font-lock-defaults.
21335 (define-generic-mode): Fix docstring.
21336
21337 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21340 font-lock-face property to highlight matches.
21341
21342 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21343
21344 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21345 (cc-define-alist): New variable.
21346 (c-mode): Make it local and initialize it.
21347
21348 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21349 (gdb-exited): New function.
21350 (gdb-annotation-rules): Use it.
21351 (gdb-starting): Set gdb-active-process to t.
21352 (gdb-stopping): Amend doc string.
21353 (gdb-reset): Set gdb-active-process to nil.
21354
21355 * tooltip.el (tooltip-gud-tips): Show the associated #define
21356 directives when a C program under GDB is not executing.
21357
21358 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21361 font-lock-fontify-syntactic-keywords.
21362
21363 * font-lock.el (font-lock-default-fontify-region): Don't force
21364 parse-sexp-lookup-properties to nil.
21365
21366 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21367
21368 * man.el (man-mode-syntax-table): Set up `:' to have
21369 word-constituent syntax.
21370
21371 2005-04-27 Lute Kamstra <lute@gnu.org>
21372
21373 * novice.el (disable-command): Don't add spurious newlines to the
21374 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21375
21376 2005-04-26 Jay Belanger <belanger@truman.edu>
21377
21378 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21379 than one window before deleting window.
21380
21381 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21382
21383 * shell.el (shell-prompt-pattern): Doc fix.
21384 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21385
21386 * comint.el (comint-prompt-regexp, comint-get-old-input)
21387 (comint-use-prompt-regexp)
21388 (comint-use-prompt-regexp-instead-of-fields)
21389 (comint-replace-by-expanded-history, comint-send-input)
21390 (comint-output-filter, comint-get-old-input-default)
21391 (comint-line-beginning-position, comint-bol, comint-show-output)
21392 (comint-backward-matching-input, comint-forward-matching-input)
21393 (comint-next-prompt, comint-previous-prompt):
21394 Rename `comint-use-prompt-regexp-instead-of-fields' to
21395 `comint-use-prompt-regexp'. Keep old name as alias and declare
21396 obsolete.
21397 (comint-use-prompt-regexp): Shorten first line of doc string.
21398
21399 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21400 Set paragraph-separate buffer locally to "\\'".
21401
21402 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21403 Adapt to above name change.
21404
21405 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21406 (smbclient-prompt-regexp): Ditto.
21407
21408 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21409
21410 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21411
21412 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21413 gdb-location-list.
21414 Break lines that are over 80 characters wide.
21415
21416 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21417
21418 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21419 New fun and var, to preserve compatibility.
21420
21421 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21422
21423 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21424
21425 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21426 name to file-newer-than-file-p.
21427
21428 2005-04-26 Richard M. Stallman <rms@gnu.org>
21429
21430 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21431
21432 * progmodes/python.el (python-mode):
21433 Use new name eldoc-documentation-function.
21434
21435 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21436
21437 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21438 (eldoc-documentation-function):
21439 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21440
21441 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21442
21443 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21444
21445 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21446
21447 * term/xterm.el (function-key-map): Fix strings for
21448 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21449 {C,S,A,C-S}-{f1-f12}.
21450
21451 2005-04-26 Kenichi Handa <handa@m17n.org>
21452
21453 * international/mule-cmds.el (select-safe-coding-system):
21454 Fix previous change.
21455
21456 2005-04-26 Lute Kamstra <lute@gnu.org>
21457
21458 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21459
21460 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21461 (font-lock-comment-delimiter-face): Ditto.
21462
21463 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21464
21465 2005-04-25 Jay Belanger <belanger@truman.edu>
21466
21467 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21468 to t while inserting information; use help-mode.
21469
21470 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21471
21472 * term.el (ansi-term-color-vector): Use the xterm colors.
21473 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21474
21475 2005-04-25 Lute Kamstra <lute@gnu.org>
21476
21477 * font-core.el (font-lock-defaults): Fix docstring.
21478
21479 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21480
21481 2005-04-25 Kenichi Handa <handa@m17n.org>
21482
21483 * international/mule-cmds.el (select-safe-coding-system):
21484 Don't check consistency with coding: spec, etc if raw-text or
21485 no-conversion was found to be safe.
21486
21487 2005-04-24 Richard M. Stallman <rms@gnu.org>
21488
21489 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21490 citation markers at start of each line.
21491
21492 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21493 citation markers at start of each line.
21494
21495 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21496
21497 * files.el (mode-require-final-newline): Fix previous change.
21498 (require-final-newline): Fix type label.
21499
21500 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21501
21502 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21503 statement in buffer (broken by 2004-11-24 change).
21504
21505 2005-04-24 Kim F. Storm <storm@cua.dk>
21506
21507 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21508 and read-file-name-function values. Don't overwrite existing
21509 non-nil values if ido-mode is enabled without ido-everywhere.
21510
21511 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21512
21513 * files.el (mode-require-final-newline): Minor doc fix.
21514
21515 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21516
21517 * subr.el (syntax-after): Doc fix.
21518 (syntax-class): If argument is nil, return nil. Mask off upper 16
21519 bits, not 8 bits.
21520
21521 * files.el (mode-require-final-newline): Doc fix.
21522 (backup-buffer-copy): Fix last change.
21523
21524 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21525
21526 * term/mac-win.el: Require select. Set selection-coding-system to
21527 mac-system-coding-system. Call menu-bar-enable-clipboard.
21528 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21529 (x-select-enable-clipboard): New variables.
21530 (x-select-text, x-get-selection, x-selection-value)
21531 (x-get-selection-value, mac-select-convert-to-string)
21532 (mac-services-open-file, mac-services-open-selection)
21533 (mac-services-insert-text): New functions.
21534 (CLIPBOARD, FIND): Put mac-scrap-name property.
21535 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21536 (public.tiff): Put mac-ostype property.
21537 (selection-converter-alist): Add entries for them.
21538 (mac-application-menu-map): New keymap.
21539 (interprogram-cut-function, interprogram-paste-function): Set to
21540 x-select-text and x-get-selection-value, respectively.
21541 (split-window-keep-point): Set to t.
21542
21543 2005-04-23 Richard M. Stallman <rms@gnu.org>
21544
21545 * files.el (read-directory-name): Always pass non-nil
21546 DEFAULT-FILENAME arg to read-file-name.
21547 (backup-buffer-copy, basic-save-buffer-2): Take care against
21548 writing thru an unexpected existing symlink.
21549 (revert-buffer): In indirect buffer, revert the base buffer.
21550 (magic-mode-alist): Doc fix.
21551 (buffer-stale-function): Doc fix.
21552 (minibuffer-with-setup-hook): Avoid warning.
21553 (mode-require-final-newline): Doc and custom fix.
21554
21555 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21556
21557 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21558 use the default appearance.
21559 (font-lock-comment-delimiter-face): New face, new variable.
21560
21561 * imenu.el (imenu--generic-function): The official position of a
21562 definition is the start of the line that BEG is in.
21563
21564 * midnight.el (midnight-timer): Move defvar up.
21565
21566 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21567
21568 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21569
21570 * startup.el (command-line): Use with-no-warnings.
21571
21572 * window.el (window-size-fixed): New defvar.
21573
21574 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21575
21576 * mail/rmail.el (rmail-font-lock-keywords):
21577 Use font-lock-comment-delimiter-face.
21578
21579 * mail/sendmail.el (mail-font-lock-keywords):
21580 Use font-lock-comment-delimiter-face.
21581
21582 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21583
21584 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21585
21586 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21587 Specify t for LAXMATCH when matching directories.
21588 Save match data around compilation-compat-error-properties form.
21589
21590 2005-04-23 David Kastrup <dak@gnu.org>
21591
21592 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21593 Mention that the autoloaded aliases should be kept for AUCTeX.
21594
21595 2005-04-23 Andreas Schwab <schwab@suse.de>
21596
21597 * isearch.el (isearch-forward): Doc fix.
21598
21599 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21600
21601 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21602 (jit-lock-stealth-nice): Change default value to 0.5.
21603
21604 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21605
21606 * abbrev.el (write-abbrev-file): Write table entries in
21607 alphabetical order by table name.
21608
21609 2005-04-22 Kim F. Storm <storm@cua.dk>
21610
21611 * ido.el (ido-read-internal): Fix `list' completion.
21612
21613 2005-04-22 Kenichi Handa <handa@m17n.org>
21614
21615 * recentf.el (recentf-save-file-coding-system): New variable.
21616 (recentf-save-list): Encode the file by
21617 recentf-save-file-coding-system and add coding: tag.
21618
21619 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21620
21621 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21622
21623 2005-04-21 Lute Kamstra <lute@gnu.org>
21624
21625 * loadhist.el (unload-feature): Don't remove a function from hooks
21626 if it is about to be restored to an autoload . Remove functions
21627 that will become unbound from auto-mode-alist. Simplify the code.
21628
21629 * subr.el (assq-delete-all): New implementation that is linear,
21630 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21631 (rassq-delete-all): New function.
21632
21633 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21634 Add size-indication-mode.
21635
21636 2005-04-21 Kenichi Handa <handa@m17n.org>
21637
21638 * international/mule-cmds.el: Add autoload for widget-value in
21639 eval-when-compile.
21640
21641 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21642
21643 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21644 Add tooltip-mode.
21645
21646 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21647
21648 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21649
21650 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21651 (inferior-lisp-filter-regexp, inferior-lisp-program)
21652 (inferior-lisp-load-command, inferior-lisp-prompt)
21653 (inferior-lisp-mode-hook, lisp-source-modes)
21654 (inferior-lisp-load-hook): defvar->defcustom.
21655 (inferior-lisp-program, inferior-lisp-prompt)
21656 (inferior-lisp-load-hook): Doc fixes.
21657 (inferior-lisp-install-letter-bindings): Small change in
21658 introductory comment.
21659
21660 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21661
21662 * vc.el (vc-annotate-color-map): Change some colors so that text
21663 using them as foreground is readable on both white and black
21664 backgrounds.
21665
21666 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21667
21668 * international/mule-conf.el (translation-table-for-input):
21669 Remove redundant declaration.
21670
21671 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21672
21673 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21674
21675 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21676 (tooltip-toggle-gud-tips): New function.
21677
21678 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21679
21680 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21681 right angle brackets.
21682
21683 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21684
21685 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21686
21687 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21690 Remove. Update callers to use expand-file-name instead.
21691
21692 * subr.el (syntax-class): New function.
21693
21694 * simple.el (blink-matching-open): Use it.
21695
21696 * paren.el (show-paren-function): Use it to recognize parens that are
21697 also used in 2-char comment markers.
21698
21699 2005-04-19 Lute Kamstra <lute@gnu.org>
21700
21701 * loadhist.el (unload-feature): Update for new format of
21702 load-history. Simplify the code.
21703
21704 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21705
21706 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21707 (mac-add-charset-info): New function. Initialize variable
21708 mac-charset-info-alist using it.
21709 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21710 for translation.
21711 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21712 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21713 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21714 New CCL programs.
21715
21716 2005-04-19 Kim F. Storm <storm@cua.dk>
21717
21718 * simple.el (next-buffer, prev-buffer, next-error)
21719 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21720 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21721
21722 * bindings.el (next-buffer, prev-buffer, next-error)
21723 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21724 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21725 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21726 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21727
21728 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21729
21730 * isearch.el (isearch-edit-string): Make the search-ring available for
21731 minibuffer history commands.
21732 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21733 the default history commands now work just as well.
21734 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21735
21736 2005-04-18 Kim F. Storm <storm@cua.dk>
21737
21738 * emulation/cua-base.el (cua--pre-command-handler): Add more
21739 elaborate check for shift modifier on non-window systems.
21740
21741 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21742
21743 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21744
21745 2005-04-18 Kim F. Storm <storm@cua.dk>
21746
21747 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21748 and make it optional. Don't test tooltip-gud-echo-area here.
21749 (tooltip-gud-process-output, gdb-tooltip-print):
21750 Pass tooltip-gud-echo-area to tooltip-show.
21751 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21752
21753 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21754
21755 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21756 `display-graphic-p' may not be bound yet.
21757
21758 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21759
21760 * startup.el (command-line): No longer enable Xterm Mouse mode by
21761 default in terminals compatible with xterm.
21762
21763 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21764
21765 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21766
21767 * tooltip.el (tooltip-gud-echo-area): Rename from
21768 tooltip-use-echo-area.
21769 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21770 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21771 area independently of where help tooltips are displayed.
21772
21773 2005-04-17 David Kastrup <dak@gnu.org>
21774
21775 * cus-theme.el (custom-theme-write-variables): Quote variables
21776 where necessary.
21777
21778 2005-04-17 Richard M. Stallman <rms@gnu.org>
21779
21780 * simple.el (yank-excluded-properties): Add follow-link to value.
21781
21782 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21783
21784 * startup.el (fancy-splash-max-time): Just 30 seconds.
21785 (fancy-splash-delay): Just 7.
21786 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21787
21788 * loadhist.el (unload-feature): Update for new format of load-history.
21789 Simplify the code.
21790
21791 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21792 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21793
21794 * mail/sendmail.el (mail-font-lock-keywords):
21795 Don't fontify subject text.
21796 Don't fontify the text of a citation.
21797
21798 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21799
21800 * comint.el (comint-output-filter): Run comint-output-filter-functions
21801 with point where the user had it.
21802
21803 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21804
21805 * international/ucs-tables.el (ucs-set-table-for-input):
21806 Disable when using unify-on-decoding.
21807
21808 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21809
21810 * emulation/cua-base.el (cua-global-mark-face): Add special case
21811 for displays supporting a high number of colors.
21812
21813 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21814
21815 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21816
21817 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21818
21819 * filesets.el (filesets-add-buffer): If user supplies a name of a
21820 non-existing fileset, create a new fileset.
21821
21822 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21823
21824 * textmodes/org.el (org-up-heading-all): Fix bug with
21825 `outline-up-heading-all'.
21826
21827 2005-04-16 Andreas Schwab <schwab@suse.de>
21828
21829 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21830 /etc/permissions.d/* and /etc/aliases.d/*.
21831
21832 2005-04-16 Kenichi Handa <handa@m17n.org>
21833
21834 * international/code-pages.el (cp-make-coding-system):
21835 Set `translation-table-for-input' property value to the symbol
21836 ucs-mule-to-mule-unicode, not to that value.
21837 (pt154): Escape guillemet by `\'.
21838
21839 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21840
21841 * loadup.el: Load tooltip if x-show-tip is fboundp.
21842
21843 * startup.el (command-line): Add comment.
21844
21845 * tooltip.el (tooltip-mode): Specify correct standard value for
21846 Custom in init-value.
21847
21848 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21849
21850 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21851 possible.
21852
21853 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21854
21855 * textmodes/org.el (org-agenda-date-prompt): Rename from
21856 `org-agenda-date-today'.
21857 (org-evaluate-time-range): Insert at point instead of directly
21858 after time range.
21859 (org-first-headline-recenter, org-subtree-end-visible-p)
21860 (org-optimize-window-after-visibility-change): New functions
21861 (org-agenda-post-command-hook): Don't allow point at end of line,
21862 to make sure it always hits the text properties.
21863 (org-agenda-next-date-line, org-agenda-previous-date-line):
21864 New commands.
21865 (org-set-regexps-and-options): Category may contain white space.
21866 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21867 Improve marker positions.
21868 (org-agenda-new-marker): Argument POS made optional.
21869 (org-agenda-get-timestamps): Deadlines which are done are listed
21870 in org-done-face now.
21871 (org-agenda-get-todos, org-agenda-get-timestamps)
21872 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21873 Set `undone-face' and `done-face' properties.
21874 (org-last-todo-state-is-todo): New variable.
21875 (org-todo): Set `org-last-todo-state-is-todo'.
21876 (org-agenda-todo): Change face according to
21877 `org-last-todo-state-is-todo'. And change other lines referring to
21878 the same entry.
21879 (org-calendar-goto-agenda): New command.
21880 (org-calendar-to-agenda-key): New option.
21881 (org-startup-folded): New allowed value `content'.
21882 (org-set-regexps-and-options): Accept new value `content' for
21883 `org-startup-folded'.
21884 (org-get-current-options): Handle new value `content' for
21885 `org-startup-folded'.
21886 (org-insert-todo-heading): New command.
21887 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21888 interactively in empty file and option
21889 `org-insert-mode-line-in-empty-file' has been set.
21890 (org-agenda-todo, org-agenda-priority): Modify to use
21891 `org-agenda-change-all-lines'.
21892 (org-warning-face): Change color on dark background
21893
21894 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21895
21896 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21897 use preferences AppleLocale and AppleLanguages, and variable
21898 mac-system-locale for default locale. On Mac OS Classic, use
21899 mac-system-coding-system for default coding systems.
21900
21901 * term/mac-win.el: Don't set file-name-coding-system.
21902 Decode variables system-name, emacs-build-system, user-login-name, and
21903 user-full-name by mac-system-coding-system on Mac OS Classic.
21904 (mac-system-coding-system): New variable.
21905
21906 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21907
21908 * startup.el (command-line): Handle `xterm-mouse-mode' before
21909 reading init file.
21910
21911 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21912
21913 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21914
21915 * progmodes/sh-script.el (sh-here-document-word): Make it a
21916 defcustom. Doc fix.
21917 (sh-add): Bash uses $(( )) for arithmetic.
21918 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21919 (sh-maybe-here-document): Remove quotes and leading whitespace
21920 from heredoc word when closing. Indent heredoc with tabs if word
21921 starts with "-".
21922
21923 2005-04-13 Richard M. Stallman <rms@gnu.org>
21924
21925 * simple.el (undo): Fix previous change.
21926
21927 * custom.el (defface): Doc fix.
21928
21929 2005-04-13 Lute Kamstra <lute@gnu.org>
21930
21931 * Makefile.in (DONTCOMPILE): Remove list.
21932 (compile, compile-always): Don't use DONTCOMPILE.
21933 (update-authors): Load the library in which batch-update-authors
21934 is defined.
21935 * makefile.w32-in (DONTCOMPILE): Remove list.
21936 (compile, compile-always): Fix comments.
21937 (update-authors): Load the library in which batch-update-authors
21938 is defined.
21939
21940 * generic-x.el (generic-mode-ini-file-find-file-hook):
21941 Rename to ini-generic-mode-find-file-hook.
21942 Keep generic-mode-ini-file-find-file-hook as an alias.
21943 (ini-generic-mode-find-file-hook): Rename from
21944 generic-mode-ini-file-find-file-hook. Fix docstring.
21945 (ini-generic-mode): Docstring change.
21946 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21947
21948 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21949 called from lisp.
21950
21951 * generic.el: Move to the emacs-lisp subdir.
21952
21953 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21954
21955 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21956 and C-S- function and cursor motion keys.
21957
21958 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21959
21960 * startup.el (command-line): Enable Xterm Mouse mode by default.
21961 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21962 for Custom. No longer show "Mouse" in mode line when enabled.
21963 Doc fix.
21964
21965 2005-04-12 Kim F. Storm <storm@cua.dk>
21966
21967 * emulation/cua-base.el (cua-rectangle-face)
21968 (cua-rectangle-noselect-face): Define face attributes here.
21969
21970 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21971
21972 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21973
21974 * startup.el (command-line): Turn off blinking cursor if
21975 cursorBlink in resources is off or false.
21976
21977 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21978
21979 * term/mac-win.el (dnd): Require dnd.
21980 (mac-drag-n-drop): Call dnd-handle-one-url.
21981 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21982 (kTextEncodingISOLatin2): Remove constants.
21983 (mac-script-code-coding-systems): New constant.
21984 (mac-handle-language-change): New function.
21985 (special-event-map): Bind it to `language-change' event.
21986 (mac-centraleurroman, mac-cyrillic): New coding systems.
21987 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21988 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21989 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21990 encode-mac-cyrillic, respectively.
21991
21992 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21993
21994 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21995 Don't set overlay-arrow-string to "=>" as this is done
21996 globally in C now.
21997
21998 2005-04-12 Lute Kamstra <lute@gnu.org>
21999
22000 * generic-x.el (rc-generic-mode, rul-generic-mode):
22001 Fix auto-mode-alist entries.
22002 (etc-fstab-generic-mode): Tweak fontification.
22003
22004 * generic.el (generic-make-keywords-list): Fix docstring.
22005 (generic-mode-internal): Simplify generic-font-lock-keywords.
22006
22007 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22008
22009 * whitespace.el (whitespace-buffer-leading)
22010 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22011 However, fix the highlight area for the leading and
22012 trailing whitespaces to show space.
22013
22014 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22015
22016 * whitespace.el (whitespace-version): Bump to 3.5
22017
22018 (whitespace-buffer-leading, whitespace-buffer-trailing):
22019 Invert sense of the test to highlight the whitespace.
22020
22021 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22022
22023 * progmodes/gud.el (gud-display-line): GUD uses its own
22024 overlay arrow now so don't set overlay-arrow-string.
22025 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22026
22027 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22028
22029 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22030 (term-ansi-current-reverse, term-ansi-current-invisible)
22031 (term-ansi-face-already-done): Change to boolean.
22032 (term-reset-terminal, term-handle-colors-array): Handle the above
22033 vars accordingly.
22034 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22035 (term-emulate-terminal): Use the new name.
22036
22037 * faces.el (secondary-selection): Use yellow1, not yellow.
22038 (trailing-whitespace): Use red1, not red.
22039
22040 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22041
22042 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22043 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22044 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22045
22046 * cus-edit.el (dnd): New group.
22047
22048 * term/w32-win.el (dnd): Require dnd
22049 (w32-drag-n-drop): Call dnd-handle-one-url.
22050
22051 * x-dnd.el: Require dnd.
22052 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22053 Call dnd-handle-one-url.
22054 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22055 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22056 to dnd-insert-text.
22057 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22058 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22059 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22060 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22061
22062 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22063
22064 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22065
22066 * wdired.el: Doc fixes.
22067 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22068 (wdired-use-dired-vertical-movement): Rename from
22069 wdired-always-move-to-filename-beginning.
22070 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22071 (wdired-change-to-wdired-mode): Change mode name.
22072 (wdired-newline): Delete.
22073
22074 2005-04-11 Richard M. Stallman <rms@gnu.org>
22075
22076 * whitespace.el (whitespace-highlight-the-space):
22077 Don't call whitespace-unhighlight-the-space here.
22078
22079 * simple.el (undo): Record t in undo-equiv-table
22080 for the redo record made by an undo-in-region.
22081
22082 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22083
22084 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22085 (gdb-frame-inferior-io-buffer): New Functions to control
22086 display of separate IO buffer.
22087 (menu): Add them to menu-bar.
22088 (gdb-display-buffer): Check for buffer another frame.
22089 Protect GUD buffer.
22090 (gdb-setup-windows): Create IO buffer if not already there.
22091 (gdb-memory-mode): Remove purecopy noops.
22092
22093 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22094
22095 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22096 and pass to self-insert-command.
22097
22098 2005-04-11 Lute Kamstra <lute@gnu.org>
22099
22100 * generic.el: Commentary section cleanup.
22101 (generic): Delete.
22102 (generic-use-find-file-hook, generic-lines-to-scan)
22103 (generic-find-file-regexp, generic-ignore-files-regexp)
22104 (default-generic-mode, generic-mode-find-file-hook)
22105 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22106 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22107 (generic-use-find-file-hook, generic-lines-to-scan)
22108 (generic-find-file-regexp, generic-ignore-files-regexp)
22109 (default-generic-mode, generic-mode-find-file-hook)
22110 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22111
22112 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22113
22114 * bookmark.el (bookmark-write-file): Catch errors writing file.
22115 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22116
22117 2005-04-10 Richard M. Stallman <rms@gnu.org>
22118
22119 * startup.el (fancy-splash-tail): Update copyright year.
22120 (command-line): Split part of -Q into -D.
22121 (emacs-basic-display): New defvar.
22122 (fancy-splash-text): Correct name of menu item.
22123
22124 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22125
22126 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22127 lines in one node.
22128
22129 * comint.el (comint-send-input): New arg ARTIFICIAL.
22130 Callers in this file changed.
22131
22132 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22133
22134 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22135
22136 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22137
22138 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22139 `ldap-search-internal'.
22140
22141 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22142
22143 * files.el (set-auto-mode-1): Use line-end-position.
22144
22145 * international/latin-1.el:
22146 * international/latin-2.el:
22147 * international/latin-3.el:
22148 * international/latin-4.el:
22149 * international/latin-5.el:
22150 * international/latin-8.el:
22151 * international/latin-9.el: Give punctuation syntax to NBSP.
22152
22153 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22154 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22155 Use char-classes to accept non-ascii letters, accepted in some recent
22156 bibtex implementations.
22157
22158 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22159
22160 * custom.el (custom-set-minor-mode): Any non-nil value for the
22161 variable should enable the mode when set through Custom.
22162
22163 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22164
22165 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22166 TAB binding so tab-always-indent is obeyed.
22167 (vhdl-minibuffer-local-map): Move initialization into declaration.
22168 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22169 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22170 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22171 (vhdl-current-line): Use line-beginning-position.
22172 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22173 with-output-to-temp-buffer, so the current position can be recorded.
22174
22175 2005-04-10 Masatake YAMATO <jet@gyve.org>
22176
22177 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22178 Add regexp for gcov.
22179
22180 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22181
22182 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22183 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22184 syntax which Emacs 20 doesn't support.
22185
22186 2005-04-09 Richard M. Stallman <rms@gnu.org>
22187
22188 * help.el (describe-key-briefly, describe-key):
22189 Replace strings as event types with "(any string)".
22190
22191 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22192
22193 * arc-mode.el (archive-mode-map): Move initialization into
22194 the declaration. Override *all* bindings of `undo'.
22195 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22196
22197 2005-04-09 Jay Belanger <belanger@truman.edu>
22198
22199 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22200
22201 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22202
22203 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22204 (xterm-register-default-colors): Update color values computation
22205 to match xterm-200.
22206
22207 2005-04-09 Kenichi Handa <handa@m17n.org>
22208
22209 * international/code-pages.el (iso-latin-7): Fix the map.
22210
22211 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22212
22213 * emacs-lisp/lisp.el (defun-prompt-regexp)
22214 (parens-require-spaces, buffer-end, end-of-defun)
22215 (insert-parentheses): Doc fixes.
22216
22217 2005-04-08 Kim F. Storm <storm@cua.dk>
22218
22219 * comint.el (comint-highlight-prompt): Fix face spec.
22220 * hi-lock.el (hi-green): Likewise.
22221
22222 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22223
22224 * cus-edit.el (custom-modified-face):
22225 * comint.el (comint-highlight-input): Fix previous changes.
22226 * term.el (term-handle-ansi-escape): Add a comment.
22227
22228 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22229
22230 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22231 in the buffer and in whitespace-highlighted-space.
22232 (whitespace-unhighlight-the-space): Simplify.
22233 (whitespace-buffer): Simplify.
22234
22235 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22236
22237 * textmodes/table.el (table-cell-face): Add special case for
22238 displays supporting a high number of colors.
22239 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22240 (vhdl-font-lock-reserved-words-face)
22241 (vhdl-speedbar-architecture-face)
22242 (vhdl-speedbar-instantiation-face)
22243 (vhdl-speedbar-architecture-selected-face)
22244 (vhdl-speedbar-instantiation-selected-face): Likewise.
22245 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22246 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22247 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22248 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22249 (ebrowse-progress-face): Likewise.
22250 * progmodes/compile.el (compilation-info-face): Likewise.
22251 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22252 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22253 * calendar/calendar.el (diary-face): Likewise.
22254 * woman.el (woman-italic-face, woman-bold-face)
22255 (woman-unknown-face): Likewise.
22256 * wid-edit.el (widget-button-pressed-face): Likewise.
22257 * whitespace.el (whitespace-highlight-face): Likewise.
22258 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22259 * pcvs-info.el (cvs-marked-face): Likewise.
22260 * info.el (info-xref): Likewise.
22261 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22262 * hilit-chg.el (highlight-changes-face)
22263 (highlight-changes-delete-face): Likewise.
22264 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22265 (hi-red-b): Likewise.
22266 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22267 * font-lock.el (font-lock-keyword-face)
22268 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22269 * cus-edit.el (custom-invalid-face, custom-modified-face)
22270 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22271 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22272 * comint.el (comint-highlight-prompt): Likewise.
22273
22274 2005-04-08 Lute Kamstra <lute@gnu.org>
22275
22276 * font-lock.el (font-lock-keywords): Docstring fixes.
22277
22278 2005-04-08 Kenichi Handa <handa@m17n.org>
22279
22280 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22281 chars are more than a limit, print " and more..." at the tail.
22282
22283 2005-04-08 Kim F. Storm <storm@cua.dk>
22284
22285 * emacs-lisp/authors.el (authors-aliases): Update list.
22286 (authors-ignored-files): New list.
22287 (authors-fixed-entries): Fix typo.
22288 (authors-renamed-files-alist): Update list.
22289 (authors-add): Check authors-ignored-files.
22290
22291 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22292
22293 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22294 optional, to ensure backward compatibility.
22295
22296 2005-04-08 Stephen Eglen <stephen@gnu.org>
22297
22298 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22299
22300 2005-04-08 Kim F. Storm <storm@cua.dk>
22301
22302 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22303
22304 * mouse.el (mouse-on-link-p): Doc fix.
22305
22306 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22307
22308 * ielm.el (ielm-prompt-read-only): Doc fix.
22309
22310 * comint.el (comint-prompt-read-only): Doc fix.
22311
22312 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22313
22314 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22315 ensure dired always handles wildcards passed to ffap.
22316 (find-file-at-point): Use it.
22317 (ffap-dired-wildcards): Doc fix.
22318
22319 2005-04-07 Juri Linkov <juri@jurta.org>
22320
22321 * simple.el (next-error-overlay-arrow-position): New defvar.
22322 Put "=>" on its property `overlay-arrow-string'. Add it to
22323 `overlay-arrow-variable-list'.
22324
22325 * progmodes/compile.el (compilation-setup):
22326 Set `next-error-overlay-arrow-position' to nil. Also set it to
22327 nil in the local hook `kill-buffer-hook'. Make local variable
22328 `overlay-arrow-string' and set it to "=>".
22329 (compilation-goto-locus): Set BOL position to
22330 `next-error-overlay-arrow-position' instead of
22331 `overlay-arrow-position'.
22332
22333 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22334 locally instead of adding it to the global hook.
22335 (Info-kill-buffer): Move up.
22336
22337 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22338
22339 * term/xterm.el (xterm-standard-colors): Update color values from
22340 xterm-200.
22341
22342 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22343
22344 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22345
22346 * fast-lock.el:
22347 * lazy-lock.el: Move them to the obsolete subdir.
22348
22349 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22350
22351 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22352 (wdired-add-replace-advice): Remove.
22353 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22354
22355 2005-04-06 Kim F. Storm <storm@cua.dk>
22356
22357 * startup.el (command-line): Add --bare-bones alias for -Q.
22358
22359 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22360
22361 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22362 create the startup fontset if a font specification ends with
22363 `mac-roman'.
22364
22365 2005-04-06 Lute Kamstra <lute@gnu.org>
22366
22367 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22368 change.
22369
22370 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22371 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22372
22373 2005-04-05 Lute Kamstra <lute@gnu.org>
22374
22375 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22376 (define-generic-mode): Ditto. Fix debug declaration.
22377
22378 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22379 Put them in the generic-x group.
22380
22381 * calendar/timeclock.el (timeclock): Doc fix.
22382
22383 * generic.el (define-generic-mode): Don't use custom-current-group.
22384 Document default :group value.
22385 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22386 (define-global-minor-mode): Don't use custom-current-group.
22387
22388 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22389
22390 * startup.el (command-line-1): Display startup-echo-area-message
22391 when fancy splash screen is in use.
22392
22393 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22394 (sh-escaped-newline): New face.
22395 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22396 newline, and use sh-escaped-newline face.
22397
22398 * progmodes/tcl.el (tcl-escaped-newline): New face.
22399 (tcl-builtin-list): New variable.
22400 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22401 newlines. Fix keywords subexpression number.
22402
22403 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22404
22405 * textmodes/org.el (org-diary-default-entry): Fix call to
22406 `add-to-diary-entry'.
22407
22408 2005-04-05 Kim F. Storm <storm@cua.dk>
22409
22410 * ediff-init.el: Use (featurep 'xemacs).
22411
22412 2005-04-05 David Ponce <david@dponce.com>
22413
22414 * cus-edit.el (face): Derive from symbol widget. Display sample
22415 of the current face on the fly.
22416 (widget-face-sample-face-get, widget-face-notify): New functions.
22417 (widget-face-value-create): Remove.
22418
22419 * wid-edit.el (widget-field-end): Temporarily remove field
22420 narrowing before to call `get-char-property'.
22421
22422 2005-04-04 Jay Belanger <belanger@truman.edu>
22423
22424 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22425 (math-read-subscripts): New variable.
22426 (math-read-preprocess-string): Process subscripts.
22427
22428 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22429
22430 * comint.el (comint-prompt-read-only): Doc fix.
22431
22432 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22433 `-1'. Doc fix.
22434
22435 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22436
22437 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22438 Change default value to nil.
22439
22440 2005-04-04 Lute Kamstra <lute@gnu.org>
22441
22442 * autorevert.el (auto-revert-mode): Specify :group.
22443 * battery.el (display-battery-mode): Specify :group.
22444 * diff-mode.el (diff-minor-mode): Specify :group.
22445 * font-core.el (font-lock-mode): Specify :group.
22446 * hl-line.el (hl-line-mode): Specify :group.
22447 * iimage.el (iimage): New customization group.
22448 (iimage-mode): Specify :group.
22449 * longlines.el (longlines-mode): Specify :group.
22450 * master.el: Don't require easy-mmode.
22451 (master): New customization group.
22452 (master-mode): Specify :group.
22453 * msb.el (msb-mode): Specify :group.
22454 * reveal.el (reveal-mode): Specify :group.
22455 * simple.el (next-error-follow-minor-mode): Specify :group.
22456 * smerge-mode.el (smerge-mode): Specify :group.
22457 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22458 * emulation/cua-base.el (cua-mode): Specify :group.
22459 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22460 * language/thai-util.el (thai-auto-composition-mode)
22461 (thai-word-mode): Specify :group.
22462 * mail/supercite.el (sc-minor-mode): Specify :group.
22463 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22464 * progmodes/flymake.el (flymake-mode): Specify :group.
22465 * progmodes/glasses.el (glasses-mode): Specify :group.
22466 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22467 * textmodes/enriched.el (enriched-mode): Specify :group.
22468 * textmodes/refill.el (refill-mode): Specify :group.
22469
22470 * add-log.el (change-log-font-lock-keywords): Names in
22471 parenthesized lists can contain spaces.
22472
22473 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22474
22475 * startup.el (fancy-splash-text): Shorten default text of
22476 "Emacs Tutorial" line. Also, if the current language env
22477 indicates an available tutorial file other than TUTORIAL,
22478 extract its title and append it to the line in parentheses.
22479 (fancy-splash-insert): If arg is a thunk, funcall it.
22480
22481 2005-04-04 Jay Belanger <belanger@truman.edu>
22482
22483 * calc.el (calc-language-alist): Add tags to customization type.
22484
22485 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22486
22487 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22488 Doc fix.
22489
22490 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22491
22492 * add-log.el (change-log-font-lock-keywords): The manual
22493 describing a Change Log entry, says: (...) "Aside from these
22494 header lines, every line in the change log starts with a space or
22495 a tab.". The font-lock was not highlighting lines started with
22496 spaces, added support for it.
22497
22498 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22499
22500 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22501 (bibtex-generate-url-list): Update docstring accordingly. Put the
22502 complex example in the docstring.
22503 (bibtex-font-lock-url): Use pop.
22504
22505 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22506
22507 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22508
22509 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22510
22511 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22512
22513 * filesets.el (filesets-set-default): Doc fix.
22514
22515 2005-04-03 Lute Kamstra <lute@gnu.org>
22516
22517 * generic.el (define-generic-mode): Add argument to specify
22518 keywords for defcustom.
22519 (default-generic-mode): Specify :group.
22520
22521 * generic-x.el: Specify :group for all generic modes.
22522
22523 * desktop.el (desktop-no-desktop-file-hook)
22524 (desktop-after-read-hook): Doc fix.
22525
22526 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22527
22528 * simple.el (visible-mode): Use explicit :group keyword.
22529 This changes the group of `visible-mode-hook' from paren-blinking
22530 to editing-basics.
22531
22532 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22533
22534 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22535 mailbox specifications as well as URLs.
22536 (rmail-insert-inbox-text): Remove unused conditional branches.
22537
22538 2005-04-01 Jay Belanger <belanger@truman.edu>
22539
22540 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22541 (calc-gnuplot-print-command): Move definitions to calc.el.
22542
22543 * calc/calc-embed.el (calc-embedded-announce-formula)
22544 (calc-embedded-open-formula, calc-embedded-close-formula)
22545 (calc-embedded-open-word, calc-embedded-close-word)
22546 (calc-embedded-open-plain, calc-embedded-close-plain)
22547 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22548 (calc-embedded-open-mode, calc-embedded-close-mode):
22549 Move definitions to calc.el.
22550
22551 * calc/calc.el (calc-settings-file, calc-language-alist):
22552 Make customizable.
22553 (calc-embedded-announce-formula, calc-embedded-open-formula)
22554 (calc-embedded-close-formula, calc-embedded-open-word)
22555 (calc-embedded-close-word, calc-embedded-open-plain)
22556 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22557 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22558 (calc-embedded-close-mode, calc-gnuplot-name)
22559 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22560 from other files and make customizable.
22561
22562 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22565 Use buffer-live-p.
22566 (cvs-mode-run): Don't call cvs-update-header here.
22567 (cvs-run-process): Call cvs-update-header.
22568 Use process properties for cvs-postprocess and cvs-buffer so that
22569 the sentinel can behave better if the temp buffer is killed.
22570 Use a pipe rather than a tty, to better handle unexpected prompts.
22571 (cvs-sentinel): Rewrite. Call cvs-update-header.
22572
22573 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22574
22575 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22576 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22577
22578 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22579
22580 * generic.el (define-generic-mode): Add indentation rule.
22581
22582 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22583
22584 * files.el (mode-require-final-newline): Make Custom correctly
22585 report a nil value and allow to set it to nil via Custom.
22586 Doc fix.
22587
22588 2005-04-01 Kenichi Handa <handa@m17n.org>
22589
22590 * international/characters.el: Enable the correct case setting for
22591 dotless-i and dotted-I.
22592
22593 2005-04-01 Kim F. Storm <storm@cua.dk>
22594
22595 * ido.el (ido-file-internal): Fall back to non-ido command if
22596 initial directory is on slow ftp (or tramp) host.
22597
22598 2005-03-31 Richard M. Stallman <rms@gnu.org>
22599
22600 * emacs-lisp/autoload.el (make-autoload):
22601 Handle define-global-minor-mode.
22602
22603 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22604 Rename from easy-mmode-define-global-mode.
22605 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22606
22607 * progmodes/scheme.el (scheme-mode-syntax-table):
22608 Update syntax of | and # for two-character comment syntax.
22609
22610 2005-03-31 Lute Kamstra <lute@gnu.org>
22611
22612 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22613 (define-minor-mode): Call custom-current-group at load-time.
22614
22615 * generic.el (define-generic-mode): Add debug declaration.
22616 Add defcustom for the mode hook.
22617 (generic-mode-internal): Use run-mode-hooks.
22618
22619 2005-03-31 Kim F. Storm <storm@cua.dk>
22620
22621 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22622 (mouse-fixup-help-message): New defun called by show_help_echo
22623 to fixup mouse-2 prefix in help messages when applicable.
22624
22625 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22626
22627 2005-03-31 Kenichi Handa <handa@m17n.org>
22628
22629 * language/thai-word.el (thai-find-word-ends): Pay attention to
22630 the case that we reach the end of buffer.
22631
22632 * textmodes/fill.el (fill-text-properties-at): New function.
22633 (fill-newline): Use fill-text-properties-at instead of
22634 text-properties-at.
22635
22636 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22637
22638 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22639 not comint-quote-filename.
22640
22641 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22642
22643 * help-fns.el (help-with-tutorial): Revert last change.
22644
22645 2005-03-31 Kim F. Storm <storm@cua.dk>
22646
22647 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22648
22649 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22650
22651 * calendar/cal-china.el: Update reference to "Calendrical
22652 Calculations" book; there's a new edition.
22653 * calendar/cal-coptic.el: Likewise.
22654 * calendar/cal-french.el: Likewise.
22655 * calendar/cal-hebrew.el: Likewise.
22656 * calendar/cal-islam.el: Likewise.
22657 * calendar/cal-iso.el: Likewise.
22658 * calendar/cal-julian.el: Likewise.
22659 * calendar/cal-mayan.el: Likewise.
22660 * calendar/cal-persia.el: Likewise.
22661 * calendar/calendar.el: Likewise.
22662 * calendar/holidays.el: Likewise.
22663 * calendar/lunar.el: Likewise.
22664 * calendar/solar.el: Likewise.
22665
22666 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22667 white space from doc string.
22668
22669 2005-03-30 Jay Belanger <belanger@truman.edu>
22670
22671 * calc/calc-help.el (calc-full-help): Remove email address.
22672
22673 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22674
22675 * help-fns.el (help-with-tutorial): Delete title line.
22676
22677 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22678
22679 * calendar/cal-x.el (calendar-one-frame-setup)
22680 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22681 rather than `symbol' for set-window-dedicated-p.
22682
22683 * calendar/appt.el (appt-buffer-name): Make it a constant.
22684 (appt-add): Doc fix.
22685
22686 * filesets.el (filesets-menu-path, filesets-menu-before)
22687 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22688 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22689 (filesets-add-submenu): Delete and use add-submenu instead.
22690
22691 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22692
22693 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22694 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22695 (org-diary-default-entry): New function.
22696 (org-get-entries-from-diary): Better parsing of diary entries.
22697 (org-agenda-check-no-diary): New function.
22698 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22699 linking to diary entries.
22700 (org-agenda-execute-calendar-command): New function.
22701 (org-agenda): Improve visible section in window.
22702 Use `org-fit-agenda-window'.
22703 (org-fit-agenda-window): New option.
22704 (org-move-subtree-down): Better handling of empty lines
22705 at end of subtree.
22706 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22707 levels up.
22708 (org-fontify-done-headline): New option.
22709 (org-headline-done-face): New face.
22710 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22711 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22712 When current field is non-empty, it is copied to next row.
22713 (org-table-copy-from-above): Fix bug which made it
22714 impossible to copy fields containing only a single non-white character.
22715
22716 2005-03-30 Kim F. Storm <storm@cua.dk>
22717
22718 * kmacro.el (kmacro-end-macro): Isearch may store this command
22719 into the macro -- so ignore it when executing keyboard macro.
22720
22721 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22722
22723 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22724
22725 2005-03-29 Kenichi Handa <handa@m17n.org>
22726
22727 * language/thai.el ("Thai"): Set setup-function and exit-function
22728 for Thai language environment.
22729
22730 * language/thai-util.el: Require thai-word.
22731 (thai-word-mode-map): New variable.
22732 (thai-word-mode): New minor mode.
22733 (setup-thai-language-environment-internal): New function.
22734 (exit-thai-language-environment-internal): New function.
22735
22736 * language/thai-word.el (thai-word-table): Declare it by defvar,
22737 use dolist to initialize it.
22738 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22739 (thai-fill-find-break-point): New functions.
22740
22741 2005-03-29 Richard M. Stallman <rms@gnu.org>
22742
22743 * simple.el (idle-update-delay): Move definition up.
22744 (set-mark): Doc fix.
22745
22746 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22747
22748 * longlines.el: New file.
22749
22750 * simple.el (buffer-substring-filters): New variable.
22751 (filter-buffer-substring): New function.
22752 (kill-region, copy-region-as-kill): Use it.
22753
22754 * register.el (copy-to-register, append-to-register)
22755 (prepend-to-register): Use filter-buffer-substring.
22756
22757 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22758
22759 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22760 (gud-filter-pending-text): Move in front of gdb.
22761 (gud-overlay-arrow-position): New variable.
22762 (gud-sentinel, gud-display-line): Use it in place of
22763 overlay-arrow-position.
22764
22765 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22766
22767 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22768 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22769 (fortran-font-lock-keywords-4): New variable.
22770 (fortran-blocks-re, fortran-end-block-re)
22771 (fortran-start-block-re): New constants, for hideshow.
22772 (hs-special-modes-alist): Add a Fortran entry.
22773 (fortran-mode-map): Bind fortran-end-of-block,
22774 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22775 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22776 (fortran-looking-at-if-then, fortran-end-of-block)
22777 (fortran-beginning-of-block): New functions, for hideshow.
22778
22779 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22780 Doc fix. Tweak regexp.
22781 (f90-beginning-of-block): Push mark first.
22782
22783 2005-03-29 Jay Belanger <belanger@truman.edu>
22784
22785 * calc/calc.el: Update copyright date.
22786 (calc-version): Increase to 2.1.
22787 (calc-version-date): Remove.
22788
22789 * calc/calc-help.el: Update copyright date.
22790 (calc-full-help): Remove reference to calc-version-date.
22791 Update copyright date.
22792
22793 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22794
22795 * vc.el (vc-do-command): Use a pipe for async processes, so password
22796 prompts don't show up at places where the user can't reply.
22797
22798 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22799
22800 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22801 on the file name we pass to the inferior shell.
22802
22803 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22804
22805 * progmodes/which-func.el (which-function): Be robust in the face of an
22806 imenu--make-index-alist failure.
22807
22808 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22809
22810 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22811
22812 * progmodes/python.el (python-preoutput-filter): Fix last change.
22813
22814 2005-03-29 Lute Kamstra <lute@gnu.org>
22815
22816 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22817 functions and compiled macros.
22818 (debug-convert-byte-code): Handle macros too.
22819 (debug-on-entry-1): Don't signal an error when trying to clear a
22820 function that is not set to debug on entry.
22821
22822 2005-03-29 Jay Belanger <belanger@truman.edu>
22823
22824 * calc/calc-lang.el: Add functions to math-function-table
22825 properties of tex and math.
22826
22827 2005-03-29 Kenichi Handa <handa@m17n.org>
22828
22829 * ps-mule.el (ps-mule-plot-string): Translate characters by
22830 ps-print-translation-table.
22831 (ps-mule-begin-job): Call find-charset-region/string with
22832 ps-print-translation-table.
22833 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22834
22835 * ps-print.el (ps-print-translation-table): New variable.
22836 (ps-plot-region): Translate characters by ps-print-translation-table.
22837
22838 2005-03-29 Juri Linkov <juri@jurta.org>
22839
22840 * simple.el (next-error-highlight-timer): New variable.
22841
22842 * progmodes/compile.el (compilation-goto-locus):
22843 Use `next-error-highlight-timer' instead of `sit-for'.
22844
22845 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22846
22847 * mail/supercite.el (sc-mail-field): Use assoc-string.
22848 (sc-get-address): Simplify regexps.
22849
22850 * files.el (minibuffer-with-setup-hook): New macro.
22851 (find-file-read-args): Use it to avoid let-binding
22852 minibuffer-with-setup-hook (which breaks turning on/off
22853 file-name-shadow-mode while in the prompt).
22854
22855 * complete.el (PC-read-include-file-name-internal):
22856 Use test-completion.
22857
22858 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22859
22860 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22861
22862 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22863
22864 * window.el (window-buffer-height): Use count-screen-lines.
22865
22866 * progmodes/python.el (python-preoutput-leftover): New var.
22867 (python-preoutput-filter): Use it.
22868 (python-send-receive): Loop until all the result has been received.
22869
22870 2005-03-28 Juri Linkov <juri@jurta.org>
22871
22872 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22873
22874 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22875 "Recover Crashed Session".
22876 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22877 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22878 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22879 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22880 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22881 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22882 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22883 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22884
22885 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22886 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22887 Ediff Sessions", "Toggle use of separate control buffer frame",
22888 "Use separate frame for Ediff control buffer".
22889
22890 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22891 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22892 "Rename Bookmark", "Delete Bookmark".
22893
22894 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22895 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22896 Add `:active Info-index-alternatives' to "Next Matching Item".
22897
22898 * wdired.el (wdired-change-to-wdired-mode):
22899 Mention `wdired-abort-changes' key in the initial message.
22900
22901 * international/mule.el (auto-coding-alist): Associate non-ascii
22902 image filename extensions with `no-conversion'.
22903
22904 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22905
22906 * international/iso-acc.el:
22907 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22908
22909 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22910
22911 * textmodes/sgml-mode.el (html-mode): Doc update.
22912
22913 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22914
22915 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22916
22917 * term.el (term-move-columns): Fix face after extending a line.
22918 (term-insert-spaces): Likewise.
22919 (term-reset-terminal): Fix off by one error.
22920
22921 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22922
22923 * international/mule.el (auto-coding-alist): Add .xpi files.
22924
22925 * files.el (auto-mode-alist): Add .xpi files.
22926
22927 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22928
22929 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22930
22931 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22932
22933 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22934
22935 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22936
22937 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22938 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22939
22940 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22941 cursor to Jan 1 when needed.
22942 (calendar-end-of-year): Fix -/+ typo.
22943 Reported by Chong Yidong <cyd@stupidchicken.com>.
22944
22945 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22946
22947 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22948
22949 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22950 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22951
22952 2005-03-25 Richard M. Stallman <rms@gnu.org>
22953
22954 * filesets.el (filesets-init): Add autoload.
22955
22956 * mail/mailalias.el (mail-directory): Doc fix.
22957
22958 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22959
22960 * mail/mailalias.el (mail-directory-process): Do nothing if
22961 mail-directory-process is an atom.
22962 (mail-get-names): Ignore mail-directory-names if it is an atom.
22963 (mail-directory-process defvar): Doc fix.
22964 (mail-names): Doc fix.
22965
22966 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22967
22968 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22969
22970 2005-03-26 Kenichi Handa <handa@m17n.org>
22971
22972 * international/mule-util.el (detect-coding-with-priority):
22973 Call update-coding-systems-internal before detect-coding-region.
22974
22975 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22976
22977 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22978 (gdb-frames-mode-map): Add follow-link property.
22979
22980 2005-03-25 Jay Belanger <belanger@truman.edu>
22981
22982 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22983 for variables.
22984
22985 2005-03-25 Juri Linkov <juri@jurta.org>
22986
22987 * image-mode.el: Optimize image filename extension regexps in
22988 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22989 in `auto-mode-alist'.
22990 (image-mode): Add `image-toggle-display-text' to local hook
22991 `change-major-mode-hook'. Display the image as an image by
22992 default. Set `cursor-type' and `truncate-lines' if the image
22993 is already displayed. Take into account the current mode (image
22994 or text) in message.
22995 (image-minor-mode): New minor mode.
22996 (image-mode-maybe, image-toggle-display-text): New functions.
22997 (image-toggle-display): Use called-interactively-p.
22998 Let-bind `inhibit-read-only' to t.
22999
23000 * image-mode.el (image-minor-mode): Set `cursor-type' and
23001 `truncate-lines' if the image is already displayed. Add turning
23002 image-minor-mode off to `change-major-mode-hook'. Add message.
23003 Call `image-toggle-display-text' after turning image-minor-mode off.
23004
23005 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23006
23007 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23008 Terminal.app, use utf-8.
23009 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23010 (set-locale-environment): Use it.
23011
23012 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23013
23014 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23015
23016 * progmodes/python.el (python-close-block-statement-p)
23017 (python-outdent-p, python-current-defun): Use symbol-end.
23018
23019 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23020
23021 * files.el (save-some-buffers): Doc fix.
23022
23023 2005-03-25 Werner Lemberg <wl@gnu.org>
23024
23025 * complete.el, thumbs.el: Replace `legal' with `valid'.
23026 * calendar/calendar.el: Replace `legal' with `valid'.
23027 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23028 * mail/supercite.el: Replace `legal' with `valid'.
23029 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23030 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23031 Replace `legal' with `valid'.
23032 * textmodes/reftex-vars.el, textmodes/reftex.el:
23033 Replace `legal' with `valid'.
23034
23035 2005-03-25 Werner Lemberg <wl@gnu.org>
23036
23037 * calc/calc-forms.el, calc/calc-sel.el
23038 * midnight.el, vc-cvs.el
23039 * emacs-lisp/cl-macs.el
23040 * emulation/vip.el
23041 * eshell/esh-io.el, eshell/esh-var.el
23042 * mail/supercite.el
23043 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23044 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23045 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23046 * progmodes/sh-script.el, progmodes/xscheme.el
23047 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23048 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23049 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23050 * textmodes/reftex.el, textmodes/org.el:
23051 Replace `illegal' with `invalid'.
23052
23053 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23054
23055 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23056 (flymake-find-buildfile, flymake-find-possible-master-files)
23057 (flymake-check-include, flymake-parse-line): Replace loops over the
23058 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23059
23060 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23061 Substitute file-name-as-directory in the rest of the file.
23062 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23063 (flymake-replace-region): Remove unused arg `buffer'.
23064 (flymake-check-patch-master-file-buffer): Update calls to it.
23065 (flymake-add-err-info): Remove unused var `count'.
23066 (flymake-mode): Use define-minor-mode.
23067
23068 * progmodes/flymake.el: Use with-current-buffer.
23069 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23070 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23071 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23072 Avoid testing for `xemacs'.
23073 (flymake-nop): Move.
23074 (flymake-region-has-flymake-overlays): Return the computed value.
23075 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23076 Remove unused var `endline'.
23077 (flymake-get-line-count): Remove unused function.
23078 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23079
23080 * emulation/vi.el:
23081 * generic.el:
23082 * hilit-chg.el (global-highlight-changes):
23083 * hi-lock.el (hi-lock-mode):
23084 * follow.el: find-file-hooks -> find-file-hook.
23085
23086 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23087
23088 2005-03-24 Juri Linkov <juri@jurta.org>
23089
23090 * dired.el (dired-mode-map): Add menu item "Compare directories"
23091 for dired-compare-directories.
23092
23093 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23094 Doc fix. Replace `read-file-name' with `read-directory-name'.
23095
23096 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23097
23098 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23099
23100 2005-03-24 Jay Belanger <belanger@truman.edu>
23101
23102 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23103 relevant mode settings in calc-embedded-original-modes when modes
23104 are permanently changed.
23105
23106 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 * autoinsert.el: find-file-hooks -> find-file-hook.
23109
23110 2005-03-24 Lute Kamstra <lute@gnu.org>
23111
23112 * generic.el (generic-font-lock-defaults): Make it obsolete.
23113 (generic-font-lock-keywords): New variable to replace
23114 generic-font-lock-defaults.
23115 (generic-mode-set-font-lock): Delete it.
23116 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23117 (generic-bracket-support): Add docstring.
23118
23119 * generic-x.el: Rename generic-font-lock-defaults to
23120 generic-font-lock-keywords throughout.
23121 (mailagent-rules-setup-function): Delete it.
23122 (mailagent-rules-generic-mode): Use anonymous function instead.
23123 (show-tabs-generic-mode-font-lock-defaults-1)
23124 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23125 Quote faces.
23126 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23127 not foreground.
23128
23129 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23130 Recognize define-generic-mode.
23131
23132 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23133
23134 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23135 if there's no completion table.
23136
23137 2005-03-23 Miles Bader <miles@gnu.org>
23138
23139 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23140 Remove tty-specific variants, as they're no longer needed.
23141
23142 2005-03-23 Lute Kamstra <lute@gnu.org>
23143
23144 * generic-x.el: Code cleanup: make args constant whenever possible.
23145 (installshield-statement-keyword-list)
23146 (installshield-system-functions-list)
23147 (installshield-system-variables-list, installshield-types-list)
23148 (installshield-funarg-constants-list): Make them constants.
23149
23150 * generic.el (generic-make-keywords-list): Add autoload cookie.
23151
23152 * calendar/time-date.el: Add comment on time value formats.
23153 Don't require parse-time.
23154 (with-decoded-time-value): New macro.
23155 (encode-time-value): New function.
23156 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23157 (days-to-time): Return a valid time value when arg is huge.
23158 (time-since): Use time-subtract.
23159 (time-to-number-of-days): Use time-to-seconds.
23160
23161 2005-03-23 David Ponce <david@dponce.com>
23162
23163 * recentf.el (recentf-keep): New option.
23164 (recentf-menu-action): Default to `find-file'.
23165 (recentf-keep-non-readable-files-flag)
23166 (recentf-keep-non-readable-files-p)
23167 (recentf-file-readable-p, recentf-find-file)
23168 (recentf-cleanup-remote): Remove.
23169 (recentf-include-p): More robust.
23170 (recentf-keep-p): New function.
23171 (recentf-remove-if-non-kept): Rename from
23172 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23173 All callers updated.
23174 (recentf-menu-items-for-commands): Fix help string.
23175 (recentf-track-closed-file): Update. Doc fix.
23176 (recentf-cleanup): Update. Count removed files. Doc fix.
23177
23178 2005-03-23 Kim F. Storm <storm@cua.dk>
23179
23180 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23181 Don't inherit from fringe face (now happens automatically).
23182
23183 2005-03-22 Kim F. Storm <storm@cua.dk>
23184
23185 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23186 position values.
23187
23188 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23189
23190 * menu-bar.el (showhide-date-time): Remove.
23191 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23192 (menu-bar-make-mm-toggle): Simplify.
23193
23194 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23195
23196 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23197 Accept qualified variable and function names.
23198
23199 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23200
23201 * bindings.el (completion-ignored-extensions):
23202 Remove ".lis" for `vax-vms'.
23203
23204 2005-03-22 Andreas Schwab <schwab@suse.de>
23205
23206 * generic-x.el: Revert last change.
23207 * ldefs-boot.el: Update.
23208
23209 2005-03-22 Jay Belanger <belanger@truman.edu>
23210
23211 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23212 (calc-embedded-save-original-modes)
23213 (calc-embedded-restore-original-modes): New functions.
23214 (calc-do-embedded): Save original modes when entering embedded mode
23215 and restore when leaving embedded mode.
23216 (calc-embedded-modes-change): Change the value of
23217 calc-embedded-original-modes to reflect permanent changes.
23218
23219 2005-03-22 Lute Kamstra <lute@gnu.org>
23220
23221 * generic-x.el: Require generic again.
23222
23223 2005-03-22 Miles Bader <miles@gnu.org>
23224
23225 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23226 Tweak details to look good on both ttys and bitmap displays, light
23227 or dark background, etc.
23228
23229 2005-03-21 Kim F. Storm <storm@cua.dk>
23230
23231 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23232 mouse position.
23233
23234 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23235
23236 * icomplete.el: Don't forcibly turn on the mode upon load.
23237 (icomplete-mode): Use define-minor-mode.
23238 (icomplete-eoinput): Default to nil.
23239 (icomplete-minibuffer-setup): Remove autoload.
23240 (icomplete-tidy): Simplify.
23241 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23242 in the initial state or if the user has modified the field.
23243 Fix handling of icomplete-max-delay-chars.
23244 Remove code that handles the oddball case where
23245 minibuffer-completion-table is an integer.
23246 Wrap icomplete-completions in while-no-input in case building
23247 completions takes more time than expected.
23248 (icomplete-completions): Simplify.
23249
23250 2005-03-21 Richard M. Stallman <rms@gnu.org>
23251
23252 * jka-compr.el (jka-compr-really-do-compress):
23253 Make variable buffer-local.
23254
23255 * image-mode.el: Handle .xpm files too.
23256 (image-toggle-display): Preserve modification flag.
23257
23258 * help.el (where-is): Don't mention aliases with no key bindings.
23259
23260 2005-03-21 Lute Kamstra <lute@gnu.org>
23261
23262 * generic.el: Fix commentary section. Don't require cl for
23263 compilation.
23264 (generic-mode-list): Add autoload cookie.
23265 (generic-use-find-file-hook, generic-lines-to-scan)
23266 (generic-find-file-regexp, generic-ignore-files-regexp)
23267 (generic-mode, generic-mode-find-file-hook)
23268 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23269 (define-generic-mode): Make it a defmacro. Fix docstring.
23270 (generic-mode-internal): Code cleanup. Add autoload cookie.
23271 (generic-mode-set-comments): Code cleanup.
23272 * generic-x.el: Don't prevent compilation. Don't require generic.
23273 Follow coding conventions. Minor code cleanup.
23274 (etc-fstab-generic-mode): Add some keywords.
23275 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23276 define-generic-mode like a function declaration.
23277
23278 2005-03-21 Jay Belanger <belanger@truman.edu>
23279
23280 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23281 changing modes.
23282
23283 2005-03-21 Sam Steingold <sds@gnu.org>
23284
23285 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23286
23287 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23288
23289 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23290 Add underscore to "f$ lexicals" regexp.
23291
23292 2005-03-20 Juri Linkov <juri@jurta.org>
23293
23294 * subr.el (progress-reporter-do-update): When `min-value' is equal
23295 to `max-value', set `percentage' to 0 and prevent division by zero.
23296
23297 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23298
23299 Sync with Tramp 2.0.48.
23300
23301 * net/tramp.el (all): Change all addresses to .gnu.org.
23302 (tramp-append-tramp-buffers): New defun.
23303 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23304 Catch `dont-send' signal.
23305 (tramp-set-auto-save-file-modes): Set always permissions, because
23306 there might be an old auto-saved file belonging to another
23307 original file. This could be a security threat. Reported by
23308 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23309 Check for Emacs 21.3.50 removed.
23310
23311 * net/tramp-smb.el (all): Remove debug construct for
23312 `with-parsed-tramp-file-name'.
23313 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23314 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23315 No error message if DIRECTORY or FILENAME doesn't exist.
23316 (tramp-smb-open-connection): Check existence of
23317 `tramp-smb-program'.
23318
23319 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23320
23321 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23322 Properly handle the case where the `m' or `s' command's argument is not
23323 yet terminated.
23324 (perl-indent-new-calculate): New function.
23325 (perl-indent-line): Use it.
23326
23327 2005-03-20 Miles Bader <miles@gnu.org>
23328
23329 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23330 in text-mode too. Change to new face names.
23331 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23332 Add `:weight bold' attribute.
23333 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23334
23335 2005-03-19 Juri Linkov <juri@jurta.org>
23336
23337 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23338
23339 * international/mule.el (auto-coding-alist): Sync with
23340 `auto-mode-alist' by adding upper case archive file extensions
23341 and adding ear/war to jar extension.
23342
23343 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23344
23345 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23346 running, restart it.
23347
23348 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23349
23350 * finder.el (finder-current-item): Throw an error on an empty line.
23351
23352 * man.el (Man-follow-manual-reference): If current-word returns
23353 nil, use "".
23354
23355 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23356
23357 * simple.el (goto-line): Doc fix.
23358
23359 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23360
23361 * files.el (save-buffer): Doc fix.
23362
23363 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23364
23365 * recentf.el (recentf-cleanup-remote): New variable.
23366 (recentf-cleanup): Use it to conditionally check availability of
23367 remote files.
23368
23369 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23370
23371 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23372 function names.
23373
23374 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23375
23376 * language/thai-word.el: New file.
23377
23378 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23379
23380 * files.el (backup-buffer): If the file's directory is not
23381 writable, use copy instead of move to backup the file.
23382
23383 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23384
23385 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23386
23387 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23388
23389 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23390 Use functionp instead of symbolp and fboundp. Reported by Drkm
23391 <darkman_spam@yahoo.fr>.
23392 (ps-print-version): New version 6.6.6.
23393
23394 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23395
23396 * textmodes/table.el (table--line-column-position): New idiom.
23397 (table--row-column-insertion-point-p): New function to test
23398 validity of row and column insertion operation at a location.
23399 (table-global-menu, table-cell-menu): Use above functions for
23400 deterministic test operation.
23401 (table--editable-cell-p): Behave in deterministic fashion.
23402
23403 2005-03-18 Juri Linkov <juri@jurta.org>
23404
23405 * isearch.el (isearch-lazy-highlight-new-loop):
23406 Make arguments beg and end optional.
23407 (isearch-update): Remove optional arguments nil from
23408 isearch-lazy-highlight-new-loop.
23409 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23410 isearch-lazy-highlight-case-fold-search instead of
23411 isearch-case-fold-search, and let-bind isearch-regexp to
23412 isearch-lazy-highlight-regexp.
23413 Use isearch-lazy-highlight-last-string instead of isearch-string.
23414
23415 * replace.el (perform-replace): Remove bindings of global
23416 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23417 Add three new arguments to `replace-highlight'.
23418 (replace-highlight): Add arguments string, regexp, case-fold.
23419 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23420 to allow isearch-lazy-highlight-new-loop to use these values
23421 to set corresponding isearch-lazy-highlight-* internal
23422 variables whose values lazy highlighting will use regardless of
23423 changes to global variables isearch-string, isearch-regexp,
23424 isearch-case-fold-search during lazy highlighting loop.
23425 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23426 to `lazy-highlight-cleanup'.
23427
23428 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23429 (ispell-highlight-face): Set default face to `isearch' when
23430 lazy highlighting is enabled.
23431 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23432 priority to 1. Add lazy highlighting.
23433 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23434 from `isearch-dehighlight'.
23435
23436 2005-03-18 David Ponce <david@dponce.com>
23437
23438 * files.el (hack-local-variables): Do a case-insensitive search
23439 for End.
23440
23441 2005-03-18 Juri Linkov <juri@jurta.org>
23442
23443 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23444 `isearch-lazy-highlight-cleanup', add alias to old name and
23445 declare obsolete. Add release numbers to other obsolete vars.
23446 (isearch-done, isearch-lazy-highlight-new-loop):
23447 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23448 (lazy-highlight-cleanup) <variable>: Doc fix.
23449 (isearch-lazy-highlight-update): Rename obsolete
23450 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23451
23452 2005-03-18 Kenichi Handa <handa@m17n.org>
23453
23454 * language/thai-util.el: Fix categorization of Thai characters in
23455 thai-category-table.
23456 (thai-composition-pattern): Adjust it for the above change.
23457 (thai-self-insert-command, thai-compose-syllable): New functions.
23458 (thai-compose-region): Use thai-compose-syllable.
23459 (thai-compose-string): Likewise.
23460 (thai-composition-function): Likewise.
23461 (thai-auto-composition): New function.
23462 (thai-auto-composition-mode): New minor mode.
23463
23464 * language/thai.el: Fix patterns to be registered in
23465 composition-function-table.
23466
23467 * international/quail.el (quail-input-method): Locally bind
23468 inhibit-modification-hooks to t.
23469
23470 2005-03-17 Richard M. Stallman <rms@gnu.org>
23471
23472 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23473 (perl-mode): Use run-mode-hooks.
23474
23475 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23476 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23477 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23478
23479 * mail/sendmail.el (sendmail-send-it): Reenable the code
23480 to compute resend-to-address and use it.
23481
23482 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23483
23484 * image-mode.el: New file.
23485
23486 * image.el (insert-sliced-image): Add autoload cookie.
23487
23488 * font-lock.el (font-lock-lines-before): New user option.
23489 (font-lock-after-change-function): Obey it.
23490
23491 * bindings.el (esc-map): Make M-g a prefix.
23492 Bind M-g g and M-g M-g to goto-line.
23493
23494 * faces.el (face-id): Doc fix.
23495
23496 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23497
23498 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23499 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23500 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23501
23502 * mail/sendmail.el (mail-yank-ignored-headers)
23503 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23504 Add Mail-Followup-To and Mail-Reply-To headers.
23505 (mail-citation-hook): Add autoload cookie.
23506 (mail-mode): Doc fix.
23507 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23508 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23509 (mail-mode-fill-paragraph): Handle those headers.
23510 (mail-mailing-lists): New variable.
23511 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23512
23513 2005-03-17 Juri Linkov <juri@jurta.org>
23514
23515 * isearch.el (isearch-fallback): Check for `(car previous)'
23516 before calling `isearch-other-end-state'.
23517
23518 2005-03-17 Kim F. Storm <storm@cua.dk>
23519
23520 * simple.el (move-beginning-of-line): Move to beginning of buffer
23521 line, as well as beginning of screen line.
23522
23523 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23524
23525 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23526 argument REDRAW rather than calendar-redrawing variable.
23527 * calendar/calendar.el (calendar-redrawing): Delete.
23528 (redraw-calendar): Do not bind calendar-redrawing.
23529
23530 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23531
23532 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23533 diary-file buffer.
23534
23535 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23536
23537 * help.el (describe-mode): Allow a :minor-mode-function property to
23538 specify a different minor mode toggle function than the variable.
23539 * simple.el (auto-fill-function):
23540 * subr.el (add-minor-mode): Use it.
23541
23542 2005-03-16 Kenichi Handa <handa@m17n.org>
23543
23544 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23545 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23546 (ethio-fidel-to-sera-buffer): Likewise.
23547
23548 2005-03-16 Juri Linkov <juri@jurta.org>
23549
23550 * emacs-lisp/find-func.el (find-function-regexp):
23551 Add defun-emitting macro `menu-bar-make-toggle'.
23552
23553 * isearch.el: Put `isearch-scroll' property to
23554 `split-window-horizontally'.
23555
23556 * info.el: Update error messages for `debug-ignored-errors'.
23557 (Info-isearch-search): Doc fix.
23558 (Info-find-node): Move up code to go into info buffer before
23559 recording the node to the history.
23560 (Info-fontify-node): Fontify titles only if the next line
23561 has two or more `*', `=', `-', `.'.
23562 Display "go to this node" for empty (match-string 3).
23563
23564 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23565
23566 * term/mac-win.el: Add mouse pointer shape constants.
23567
23568 2005-03-15 Kim F. Storm <storm@cua.dk>
23569
23570 * simple.el (move-beginning-of-line): Use vertical-motion.
23571
23572 2005-03-15 Juri Linkov <juri@jurta.org>
23573
23574 * isearch.el (isearch-error): New variable.
23575 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23576 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23577 (isearch-within-brackets-state): Remove.
23578 (isearch-case-fold-search-state, isearch-pop-fun-state):
23579 Decrease frame index.
23580 (isearch-mode, isearch-top-state, isearch-push-state)
23581 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23582 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23583 (isearch-search, isearch-lazy-highlight-new-loop):
23584 Replace `isearch-invalid-regexp' with `isearch-error'.
23585 Remove `isearch-within-brackets'.
23586 (isearch-search): Add `search-failed' handler to `condition-case'.
23587 (isearch-lazy-highlight-search): Add `condition-case' to catch
23588 errors and allow `isearch-lazy-highlight-update' to try
23589 highlighting from the beginning of the window.
23590 (isearch-repeat): Move up code to set isearch-wrapped to t
23591 before calling isearch-wrap-function.
23592
23593 * info.el (Info-isearch-initial-node): New internal variable.
23594 (Info-search): Signal an error in isearch mode when search leaves
23595 the initial node. Signal an error when `bound' is non-nil and
23596 nothing was found in the current subfile.
23597 (Info-isearch-search): Remove `condition-case'.
23598 (Info-isearch-wrap): Don't wrap when search failed during leaving
23599 the initial node. If `Info-isearch-search' is nil, wrap around
23600 the current node.
23601 (Info-isearch-start): New fun.
23602 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23603 `isearch-mode-hook'.
23604
23605 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23606
23607 * simple.el (normal-erase-is-backspace): Set default to t if
23608 running on Mac.
23609
23610 * term/mac-win.el (function-key-map): Sync with x-win.el.
23611
23612 2005-03-15 Kenichi Handa <handa@m17n.org>
23613
23614 * international/mule-cmds.el (locale-language-names): Modify the
23615 format of elements and add more entries.
23616 (locale-preferred-coding-systems): Add more entries.
23617 (set-locale-environment): Adjust for the change of
23618 locale-language-names.
23619
23620 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23621
23622 * pcvs.el (smerge-ediff): Remove bogus autoload.
23623
23624 2005-03-14 Lute Kamstra <lute@gnu.org>
23625
23626 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23627 Ignore a `*' at the beginning of a line.
23628
23629 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23630 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23631 subr.el.
23632 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23633 to specify indentation.
23634
23635 * generic.el (define-generic-mode): Let generic-mode-list be a
23636 list of strings; test membership with equal.
23637
23638 2005-03-14 Kim F. Storm <storm@cua.dk>
23639
23640 * simple.el (next-line, previous-line): Add optional try-vscroll
23641 arg to recognize interactive use. Pass it on to line-move.
23642 (line-move): Don't perform auto-window-vscroll when defining or
23643 executing keyboard macro to ensure consistent behavior.
23644
23645 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23646
23647 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23648
23649 2005-03-13 Lute Kamstra <lute@gnu.org>
23650
23651 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23652 debugger-setup-buffer so that backtrace marks the frames set to
23653 debug-on-exit and we don't have to do it manually. Set an extra
23654 debug-on-exit for macro's.
23655 (debugger-setup-buffer): Don't mark the top frame manually.
23656
23657 2005-03-12 Lute Kamstra <lute@gnu.org>
23658
23659 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23660 lisp-indent-function throughout.
23661 (with-no-warnings): Set lisp-indent-function property.
23662
23663 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23664
23665 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23666 Add entry for backslash.
23667
23668 2005-03-12 Juri Linkov <juri@jurta.org>
23669
23670 * info.el (Info-search): Four fixes for backward search.
23671
23672 2005-03-11 Jay Belanger <belanger@truman.edu>
23673
23674 * calc/calc.el (calc-language-alist): New variable.
23675 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23676 (calc-embedded-find-modes): Use calc-language-alist instead of
23677 calc-embedded-language-alist.
23678
23679 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23680
23681 * calendar/calendar.el (calendar-redrawing): New internal
23682 variable.
23683 (redraw-calendar): Remove bogus save-excursion from previous
23684 change. Bind calendar-redrawing to t for mark-diary-entries.
23685 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23686 calendar if that is why we were called.
23687
23688 2005-03-11 Kenichi Handa <handa@m17n.org>
23689
23690 * international/mule.el (make-coding-system): Set property
23691 coding-system-define-form to nil.
23692 (define-coding-system-alias): Likewise.
23693
23694 2005-03-11 Kenichi Handa <handa@m17n.org>
23695
23696 These changes are suggested by Dave Love <fx@gnu.org>.
23697
23698 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23699 coding: tag.
23700 (adaptive-fill-regexp): Add more bullets.
23701 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23702 regexps.
23703
23704 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23705
23706 * help.el (describe-mode): Properly handle non-trivial lighters.
23707 Don't ignore minor modes that are not listed in minor-mode-list.
23708
23709 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23710 feature ON when the user requests to turn it OFF.
23711
23712 2005-03-10 Lute Kamstra <lute@gnu.org>
23713
23714 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23715 (implement-debug-on-entry): New function to replace debug-entry-code.
23716 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23717 second argument as the 2005-03-07 change makes it obsolete.
23718 (debug-on-entry, cancel-debug-on-entry): Update call to
23719 debug-on-entry-1.
23720 (debug, debugger-setup-buffer): Comment update.
23721 (debugger-frame-number): Update to work with implement-debug-on-entry.
23722
23723 2005-03-10 Jay Belanger <belanger@truman.edu>
23724
23725 * calc/calc-embed.el (math-ms-args): Declare it.
23726 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23727 math-ms-args.
23728 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23729 variables.
23730
23731 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23732
23733 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23734 Use message-box.
23735
23736 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23737 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23738 (tooltip-gud-tips): Simplify.
23739 (tooltip-gud-tips-p): Remove superfluous :set.
23740 (tooltip-gud-modes): Add fortran-mode.
23741 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23742
23743 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23744
23745 2005-03-09 Kim F. Storm <storm@cua.dk>
23746
23747 * play/animate.el (animate-place-char): Use forward-line instead
23748 of next-line to improve performance.
23749
23750 2005-03-09 Simon Josefsson <jas@extundo.com>
23751
23752 * net/browse-url.el (browse-url-default-browser): Doc fix.
23753
23754 2005-03-09 Miles Bader <miles@gnu.org>
23755
23756 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23757 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23758
23759 2005-03-09 Kenichi Handa <handa@m17n.org>
23760
23761 * international/latin-1.el: Set case and syntax for 255 only if
23762 set-case-syntax-set-multibyte is nil.
23763
23764 * textmodes/ispell.el (ispell-insert-word): New function.
23765 (ispell-word): Use ispell-insert-word to insert a new word.
23766 (ispell-process-line): Likewise.
23767 (ispell-complete-word): Likewise.
23768
23769 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23770
23771 * calendar/calendar.el (redraw-calendar): Preserve point.
23772 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23773 (calendar-week-start-day): Move after definition of
23774 redraw-calendar. Delete buffer test, since redraw-calendar has
23775 that now.
23776
23777 * calendar/diary-lib.el (mark-diary-entries): Only call
23778 redraw-calendar in the first of any recursive calls.
23779 Reported by Alan Shutko <ats@acm.org>.
23780
23781 2005-03-08 Juri Linkov <juri@jurta.org>
23782
23783 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23784 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23785 (html-radio-buttons): Add a space before the trailing `/>' where
23786 sgml-xml-mode is non-nil.
23787 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23788 the subsequent tag of the empty XML tag.
23789 (html-href-anchor): Don't set initial input to "http:".
23790 (html-image): Ask for the image URL and set point inside alt="".
23791 (html-name-anchor): Duplicate the name in the `id' attribute when
23792 sgml-xml-mode is non-nil.
23793 (html-paragraph): Remove \n before <p>.
23794 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23795 instead of `checked' when sgml-xml-mode is non-nil.
23796
23797 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23798 Remove 1 space before #RRGGBB to not truncate it on terminal
23799 windows w/o fringes. Remove 1 space between bg and fg examples
23800 to get more space.
23801 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23802 avoid byte-compile warnings.
23803
23804 * image-file.el (image-file-handler): Put `safe-magic' property to
23805 `image-file-handler'.
23806
23807 * info.el (Info-isearch-search): Emulate word search in
23808 isearching through multiple Info nodes with Info-search.
23809 (Info-isearch-wrap): Allow isearch-word.
23810
23811 2005-03-08 Lute Kamstra <lute@gnu.org>
23812
23813 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23814 stepping into the debugger's code is not possible.
23815 (debugger-jumping-flag): Docstring update.
23816
23817 2005-03-08 Jay Belanger <belanger@truman.edu>
23818
23819 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23820 embedded mode begins.
23821 (calc-embedded-language-alist): New variable.
23822 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23823 set default language mode.
23824
23825 2005-03-08 Kenichi Handa <handa@m17n.org>
23826
23827 * international/ccl.el (define-ccl-program): Fix docstring about
23828 extra 256 bytes assured for the output buffer.
23829
23830 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23831 Fix BUFFER_MAGNIFICATION to 2.
23832 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23833
23834 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23835
23836 * align.el (align-rules-list): Added an alignment rule for CSS
23837 declarations (applies to css-mode and html-mode buffers).
23838
23839 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23840
23841 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23842
23843 2005-03-07 Kim F. Storm <storm@cua.dk>
23844
23845 * simple.el (move-beginning-of-line): New command.
23846
23847 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23848
23849 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23850
23851 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23852 and move-beginning-of-line.
23853
23854 * apropos.el (apropos-print): Omit command from M-x ... RET.
23855
23856 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23857
23858 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23859 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23860
23861 2005-03-06 Richard M. Stallman <rms@gnu.org>
23862
23863 * bindings.el (esc-map): Bind M-g to goto-line.
23864
23865 * facemenu.el (global-map): Bind M-o, not M-g.
23866
23867 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23868
23869 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23870 "Open Directory" as for "Open File".
23871
23872 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23873
23874 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23875 (push-mark-command): Run activate-mark-hook.
23876
23877 2005-03-06 Richard M. Stallman <rms@gnu.org>
23878
23879 * help-mode.el (help-mode-finish): Don't alter the element
23880 in view-return-to-alist if there already is one.
23881
23882 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23883 make sure the current buffer is the expected one.
23884
23885 * novice.el (disabled-command-function): Output in *Disabled Command*.
23886 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23887
23888 * textmodes/flyspell.el (flyspell-large-region):
23889 Pass args differently for aspell.
23890
23891 * files.el (mode-require-final-newline): Doc fix.
23892
23893 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23894
23895 * progmodes/which-func.el (which-function):
23896 Specify NOERROR when calling imenu--make-index-alist.
23897
23898 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23899
23900 * simple.el (normal-erase-is-backspace): Define default value.
23901
23902 * custom.el (custom-theme-set-variables): Remove unused var
23903 `immediate'.
23904 (custom-reevaluate-setting): Simple function to handle variables
23905 that are defined before their default value can really be
23906 computed.
23907
23908 * startup.el (command-line): Use it for temporary-file-directory,
23909 small-emporary-file-directory, auto-save-file-name-transforms,
23910 blink-cursor-mode, and normal-erase-is-backspace.
23911
23912 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23913 progress, even with buggy anchored keywords.
23914
23915 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23916
23917 * simple.el (goto-line): Remove unbalanced final parenthesis.
23918
23919 2005-03-05 Richard M. Stallman <rms@gnu.org>
23920
23921 * simple.el (goto-line): Use a number at point as the default.
23922 With C-u as arg, switch buffers.
23923
23924 2005-03-05 Juri Linkov <juri@jurta.org>
23925
23926 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23927 with `no-blinking-cursor'.
23928
23929 * startup.el (no-blinking-cursor): New defvar.
23930 (command-line): Add `--no-blinking-cursor' to longopts.
23931 Set `no-blinking-cursor' to t for command line arguments
23932 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23933 with `no-blinking-cursor' in the condition for calling
23934 `blink-cursor-mode'.
23935
23936 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23937
23938 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23939 (menu-bar-options-save): Add blink-cursor-mode.
23940 (menu-bar-options-menu): Add blink-cursor-mode.
23941
23942 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23943
23944 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23945 (icalendar-export-file, icalendar-export-region)
23946 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23947 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23948
23949 2005-03-04 Lute Kamstra <lute@gnu.org>
23950
23951 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23952 (debug-function-list): Ditto.
23953
23954 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23955
23956 * textmodes/texinfmt.el (texinfo-append-refill):
23957 Redefine the types of line to which @refill
23958 is not appended by replacing a search for `@refill\\|@bye' with
23959 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23960 itemize@refill' bug and the unfilled long lines bug.
23961 (texinfmt-version): Update number and date.
23962
23963 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23964
23965 * international/code-pages.el (windows-1250, windows-125[2-8])
23966 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23967
23968 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23969
23970 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23971 bound yet.
23972
23973 2005-03-02 Romain Francoise <romain@orebokech.com>
23974
23975 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23976 buffer after removing limits.
23977 (ibuffer-pop-filter): Ditto.
23978 Update copyright.
23979
23980 2005-03-02 Miles Bader <miles@gnu.org>
23981
23982 * button.el (make-text-button): If the user doesn't specify a
23983 type, use the default. Rewrite to use `add-text-properties' and
23984 plist functions.
23985
23986 2005-03-01 Lute Kamstra <lute@gnu.org>
23987
23988 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23989 (debugger-jumping-flag): New var.
23990 (debug-entry-code): Use it.
23991 (debugger-jump): Use debugger-jumping-flag and add
23992 debugger-reenable to post-command-hook.
23993 (debugger-reenable): Use debugger-jumping-flag and remove itself
23994 from post-command-hook.
23995 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23996 debugger-reenable.
23997
23998 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23999
24000 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24001 inclusion of "itemize\\|", which may be unnecessary, is certainly
24002 inelegant, and stops refilling in itemize lists when formatting
24003 Japanese Texinfo files to Info.
24004 Update copyright to 2005.
24005
24006 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24007
24008 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24009 of an error if GDB can't find the source file.
24010
24011 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24012
24013 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24014 not just the calendar.
24015
24016 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24017 first.
24018 (diary-redraw-calendar): New function.
24019 (make-diary-entry): Add diary-redraw-calendar to local
24020 write-contents-functions. Turn off selective display before
24021 inserting in diary.
24022
24023 2005-03-01 Kim F. Storm <storm@cua.dk>
24024
24025 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24026
24027 2005-03-01 Lute Kamstra <lute@gnu.org>
24028
24029 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24030 that debug-entry-code can be safely removed from a function while
24031 this code is being evaluated. Revert the 2005-02-27 change as the
24032 new implementation no longer requires it. Make sure that a
24033 function body containing just a string is not mistaken for a docstring.
24034 (debug): Skip one more frame in case of debug on entry.
24035 (debugger-setup-buffer): Delete one more frame line in case of
24036 debug on entry.
24037 (debugger-frame-number): Update to use the new text introduced by
24038 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24039
24040 2005-02-28 Kim F. Storm <storm@cua.dk>
24041
24042 * double.el (double-translate-key): Call force-window-update after
24043 read-event to avoid crash in redisplay.
24044
24045 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24046
24047 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24048 (debug): Use it. Move the inhibit-trace earlier.
24049 (debug-entry-code): New const.
24050 (debug-on-entry-1): Use it.
24051
24052 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24053
24054 * international/utf-16.el (ccl-encode-mule-utf-16le):
24055 Fix BUFFER_MAGNIFICATION to 2.
24056 (ccl-encode-mule-utf-16be): Likewise.
24057
24058 2005-02-28 Kenichi Handa <handa@m17n.org>
24059
24060 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24061 Fix BUFFER_MAGNIFICATION to 4.
24062 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24063
24064 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24065
24066 * speedbar.el (speedbar-update-flag): Doc fix.
24067 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24068 argument.
24069
24070 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24071
24072 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24073 have a non-nil `invisible' property but are actually visible.
24074
24075 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24076 for perldoc sections.
24077 (perl-outline-regexp, perl-outline-level): New var and function.
24078 (perl-mode): Use them.
24079
24080 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24081
24082 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24083 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24084
24085 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24086
24087 * cus-edit.el: Comment change.
24088 (custom-buffer-create-internal): Slightly reword text at top of
24089 Custom buffers. Mention there that saving an option edits the
24090 init file. Add link to Emacs manual node on `custom-file'.
24091 (custom-magic-alist): Rewrite individual State messages to use
24092 capitalized keywords. Doc fix.
24093
24094 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24095
24096 * calendar/calendar.el (calendar-buffer): Move above
24097 calendar-week-start-day.
24098 (calendar-week-start-day): Doc fix. Add :set function.
24099 (calendar-minimum-window-height): New variable.
24100 (generate-calendar-window): Only resize window if selected-window
24101 is displaying the calendar buffer. Use new variable
24102 calendar-minimum-window-height.
24103 (generate-calendar): Reword error message.
24104 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24105
24106 2005-02-27 Andreas Schwab <schwab@suse.de>
24107
24108 * vc.el (vc-do-command): Don't run command asynchronously when
24109 operating in a remote directory.
24110
24111 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24112 change from sync with Tramp 2.0.47.
24113
24114 2005-02-27 Richard M. Stallman <rms@gnu.org>
24115
24116 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24117
24118 * textmodes/flyspell.el (flyspell-mode-on):
24119 Call ispell-change-dictionary only if necessary.
24120
24121 * emacs-lisp/re-builder.el (regexp-builder): New function.
24122
24123 * register.el (describe-register-1): Explicitly handle
24124 yank-excluded-properties = t.
24125
24126 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24127 (custom-magic-alist): Change the status descriptions again.
24128 (face widget-type): Total rewrite based on `restricted-sexp'
24129 to eliminate the confusing double hiding levels.
24130
24131 * emacs-lisp/debug.el (debug-on-entry-1):
24132 If function body is empty, add nil as body form.
24133
24134 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24135
24136 * emacs-lisp/trace.el (inhibit-trace): New var.
24137 (trace-make-advice): Use it.
24138
24139 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24140
24141 2005-02-26 Kim F. Storm <storm@cua.dk>
24142
24143 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24144 (mouse-on-link-p, mouse-drag-region-1): Use it.
24145
24146 2005-02-25 Lute Kamstra <lute@gnu.org>
24147
24148 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24149
24150 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24151
24152 * frame.el (blink-cursor-mode): Add :group keyword.
24153
24154 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24155
24156 * calendar/icalendar.el (icalendar--decode-isodatetime):
24157 New optional argument DAY-SHIFT.
24158 (icalendar-export-region): Fix coding-system-for-write.
24159 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24160 events by one.
24161
24162 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24163
24164 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24165
24166 2005-02-24 Kim F. Storm <storm@cua.dk>
24167
24168 * international/iso-acc.el (iso-accents-compose): Fix crash
24169 during redisplay. Call force-window-update after read-event
24170 and delete-region to signal that window is not accurate.
24171
24172 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24173
24174 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24175 Remove unused and inexistent var `inhibit-trace'.
24176 (debugger-mode): Use run-mode-hooks.
24177 (debugger-list-functions): Add buttons; setup xref stack.
24178
24179 2005-02-23 Richard M. Stallman <rms@gnu.org>
24180
24181 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24182 appointment says it was explicitly made.
24183 (appt-add): Set the 3rd element.
24184 (appt-make-list): Preserve explicit appointments.
24185
24186 * subr.el (find-tag-default): Catch errors in forward-sexp.
24187
24188 2005-02-23 Juri Linkov <juri@jurta.org>
24189
24190 * info.el (Info-isearch-search): New defcustom.
24191 (Info-isearch-search): Call the default isearch function
24192 when Info-isearch-search is nil.
24193 (Info-isearch-wrap): Use variable Info-isearch-search.
24194
24195 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24196
24197 * cus-edit.el: Comment change.
24198
24199 2005-02-22 Kim F. Storm <storm@cua.dk>
24200
24201 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24202 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24203
24204 2005-02-22 Simon Josefsson <jas@extundo.com>
24205
24206 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24207 New variable.
24208 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24209 Oskarsson" <myrkraverk@users.sourceforget.net>.
24210
24211 2005-02-22 Kim F. Storm <storm@cua.dk>
24212
24213 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24214 check that window of that event is the selected window.
24215 (mouse-drag-region-1): Compare mouse event window to selected
24216 window before setting point.
24217
24218 * tooltip.el (tooltip-show-help-function): Pass event to
24219 mouse-on-link-p so it can check selected window.
24220
24221 2005-02-22 Kenichi Handa <handa@m17n.org>
24222
24223 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24224 (ps-mule-show-warning): New function.
24225 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24226 characters are found.
24227
24228 * ps-print.el (ps-header-footer-string): Return a list of header
24229 and footer strings.
24230
24231 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24232
24233 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24234
24235 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24236
24237 * frame.el (blink-cursor-mode): Use define-minor-mode.
24238
24239 * term/mac-win.el (function-key-map): Use char-names more consistently.
24240 (file-name-coding-system): Only set it for MacOS-9. The other case is
24241 already handled in mule-cmds.el (where it also works when mac-win.el
24242 is not used).
24243
24244 2005-02-21 Kenichi Handa <handa@m17n.org>
24245
24246 * international/mule.el (ctext-pre-write-conversion): Always use
24247 " *code-converting-work*" buffer for work.
24248
24249 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24250
24251 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24252
24253 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24254
24255 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24256
24257 * ses.el (undo-more): Restore defadvice, but only the part that
24258 allows changes outside the restricted area of the buffer.
24259
24260 2005-02-20 Kim F. Storm <storm@cua.dk>
24261
24262 * simple.el (line-move): Add fourth optional arg try-vscroll which
24263 must be set to perform auto-window-vscroll.
24264 When moving backwards and doing auto-window-vscroll, automatically
24265 vscroll to the last part of lines which are taller than the window.
24266 (next-line, previous-line): Set try-vscroll arg on line-move.
24267
24268 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24269
24270 * replace.el (query-replace, query-replace-regexp)
24271 (replace-string, replace-regexp): When operating on region, make
24272 the minibuffer prompt say so.
24273
24274 * isearch.el (isearch-forward): Document isearch-query-replace and
24275 isearch-query-replace-regexp keybindings.
24276
24277 2005-02-19 Jay Belanger <belanger@truman.edu>
24278
24279 * calc/calc-aent.el (math-read-token): Add local variable.
24280
24281 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24282 (calc-edit-top): Move declaration to earlier in file.
24283 (calc-edit-macro-repeats): Add local variables.
24284
24285 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24286 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24287 calcFunc-tanh.
24288 Adjust integration rule for calcFunc-tan.
24289
24290 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24291
24292 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24293 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24294 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24295 (viper-skip-separators): Bug fix.
24296 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24297 particular major mode.
24298 (viper-del-backward-char-in-replace): Don't put deleted char on the
24299 kill ring.
24300
24301 * viper-ex.el (viper-color-display-p): New function.
24302 (viper-has-face-support-p): Use viper-color-display-p.
24303
24304 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24305
24306 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24307
24308 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24309 (viper-file-remote-p): Make equivalent to file-remote-p.
24310
24311 * viper.el (viper-major-mode-modifier-list):
24312 Use viper-gnus-modifier-map.
24313
24314 2005-02-19 David Kastrup <dak@gnu.org>
24315
24316 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24317 quoting.
24318
24319 2005-02-19 Jay Belanger <belanger@truman.edu>
24320
24321 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24322 Remove extra definitions.
24323 (calc-coth): New function.
24324 (calcFunc-cot): Fix `let'.
24325
24326 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24327
24328 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24329 the reasons we use "type pc" in these faces.
24330
24331 * button.el (button): Ditto.
24332
24333 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24334
24335 * replace.el (query-replace-read-from): Set the value of
24336 query-replace-from-history-variable to handle the case of an empty
24337 string entered to accept the suggested default.
24338
24339 * net/tramp.el (tramp-file-name-for-operation):
24340 Use dired-call-process instead of dired-call-process-command.
24341
24342 2005-02-19 Jay Belanger <belanger@truman.edu>
24343
24344 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24345 (math-div-non-trig): New variables.
24346 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24347 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24348 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24349 trig expressions.
24350
24351 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24352
24353 * progmodes/gdb-ui.el (gdb-var-update-handler)
24354 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24355 for watch expressions,
24356 (gdb-var-create-handler): Don't set speedbar-update-flag.
24357 (gdb-post-prompt): Simplify test for speedbar.
24358
24359 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24360
24361 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24362 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24363 we use the syntax table of the correct buffer.
24364 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24365 Felix Gatzemeier.
24366
24367 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24368 (ediff-file-remote-p): Make synonymous with file-remote-p.
24369 In all deffaces ediff-*-face-*, use min-colors.
24370
24371 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24372 ediff-recurse-to-subdirectories.
24373 (ediff-mark-if-equal): Check that the arguments are strings, use
24374 ediff-same-contents (after to Felix Gatzemeier).
24375
24376 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24377 nil.
24378
24379 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24380
24381 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24382
24383 2005-02-18 David Kastrup <dak@gnu.org>
24384
24385 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24386 use `mark-active' when defined.
24387
24388 2005-02-18 Kenichi Handa <handa@m17n.org>
24389
24390 * ps-print.el (ps-font-info-database): New entry
24391 ZapfChancery-MediumItalic with correct font name. Fix font name
24392 of the entry Zapf-Chancery-MediumItalic.
24393
24394 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24395
24396 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24397
24398 2005-02-16 Kim F. Storm <storm@cua.dk>
24399
24400 * ido.el (ido-fallback-command): Pass user input to fallback command.
24401
24402 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24403
24404 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24405 (gdb-find-file-hook): Add server prefix.
24406
24407 2005-02-16 Richard M. Stallman <rms@gnu.org>
24408
24409 * replace.el (perform-replace): Pass new args to replace-highlight.
24410 (replace-highlight): Take region args,
24411 and pass them to isearch-lazy-highlight-new-loop.
24412
24413 * novice.el (disabled-command-hook): Autoload the defalias
24414 and the make-obsolete-variable call.
24415
24416 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24417
24418 * isearch.el (isearch-lazy-highlight-start-limit)
24419 (isearch-lazy-highlight-end-limit): New variables limit
24420 the region for highlighting.
24421 (isearch-lazy-highlight-new-loop): New args BEG and END.
24422 (isearch-lazy-highlight-search): Use the new vars.
24423 (isearch-lazy-highlight-update): Likewise.
24424
24425 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24426
24427 * cus-start.el (all): Use default-boundp.
24428
24429 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24430
24431 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24432
24433 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24434
24435 * autorevert.el (auto-revert-stop-on-user-input)
24436 (auto-revert-verbose): Doc fixes.
24437
24438 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24439
24440 * international/mule-cmds.el (set-locale-environment): Remove call
24441 to set-selection-coding-system on Windows.
24442
24443 2005-02-15 Jay Belanger <belanger@truman.edu>
24444
24445 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24446 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24447 calcFunc-coth.
24448 (math-simplify-sqrt): Add simplifications.
24449
24450 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24451 to list.
24452
24453 * calc/calc-ext.el: Add functions to autoloads.
24454
24455 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24456 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24457 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24458 (math-csc-raw, math-cot-raw): New functions.
24459
24460 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24461
24462 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24463 the variable name in a message.
24464
24465 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24466 calcFunc-csc, calcFunc-cot.
24467
24468 * calc/calcalg2.el: Add derivative and integration rules for
24469 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24470 calcFunc-csch, calcFunc-coth.
24471 (math-do-integral-methods): Add to checks for when to use
24472 substitutions.
24473
24474 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24475
24476 2005-02-15 Lute Kamstra <lute@gnu.org>
24477
24478 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24479 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24480 <monnier@iro.umontreal.ca>
24481 (lisp-outline-level): Improve efficiency. Suggested by David
24482 Kastrup <dak@gnu.org>.
24483
24484 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24485
24486 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24487 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24488 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24489 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24490 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24491
24492 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24493
24494 * cus-start.el (all): Comment change.
24495
24496 2005-02-14 Lute Kamstra <lute@gnu.org>
24497
24498 * cus-start.el (all): Check if symbol is void.
24499
24500 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24501
24502 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24503 optional argument to \cite.
24504
24505 2005-02-14 Richard M. Stallman <rms@gnu.org>
24506
24507 * cus-edit.el (custom-buffer-create-internal): Update help message.
24508 (custom-magic-alist): Update help messages.
24509
24510 * cus-start.el (all): Allow a var to specify a standard value.
24511
24512 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24513
24514 * custom.el (custom-theme-set-variables): Handle variable aliases.
24515
24516 * frame.el (blink-cursor-timer): Doc fix.
24517 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24518 declare obsolete.
24519 (blink-cursor-mode): Define with defcustom and use correct
24520 standard expression in that defcustom.
24521 * startup.el (command-line): Adapt to above changes in frame.el.
24522
24523 2005-02-11 Lute Kamstra <lute@gnu.org>
24524
24525 * apropos.el (apropos-score-doc): Prevent division by zero.
24526
24527 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24528
24529 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24530 (icalendar--get-event-property-attributes)
24531 (icalendar--get-event-properties)
24532 (icalendar--datetime-to-diary-date): New functions.
24533 (icalendar--split-value): Doc fix.
24534 (icalendar--datetime-to-noneuropean-date)
24535 (icalendar--datetime-to-european-date): New optional argument
24536 SEPARATOR. Return result as a string instead of a list.
24537 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24538 (icalendar--convert-string-for-export): Rename arg S to STRING.
24539 (icalendar-export-region): Doc fix. Change name of error buffer.
24540 Save output buffer.
24541 (icalendar-import-file): Add blank at end of prompt.
24542 (icalendar-import-buffer): Doc fix. Do not switch to error
24543 buffer. Indicate status in return value.
24544 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24545 buffer. Save output buffer. Handle exception from recurrence
24546 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24547 events. Fix problems with weekly all-day events.
24548
24549 2005-02-10 Richard M. Stallman <rms@gnu.org>
24550
24551 * simple.el (eval-expression-print-format):
24552 Avoid warning about edebug-active.
24553
24554 * help.el (help-for-help-internal): Rename from help-for-help.
24555 (help-for-help): Define with defalias.
24556
24557 * font-core.el (font-lock-default-function): Use with-no-warnings.
24558
24559 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24560
24561 * custom.el (defface): Doc fix.
24562
24563 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24564
24565 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24566 width 0" to prevent word wrapping problems.
24567
24568 2005-02-09 Kim F. Storm <storm@cua.dk>
24569
24570 * ido.el (ido-file-extensions-order): New defcustom.
24571 (ido-file-extension-lessp, ido-file-extension-aux)
24572 (ido-file-extension-order): New advanced file ordering.
24573 (ido-file-lessp): New simple file ordering.
24574 (ido-sort-list): Remove.
24575 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24576 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24577
24578 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24579
24580 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24581 that some versions of grep produce.
24582 (grep-mode-font-lock-keywords): Likewise.
24583
24584 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24585
24586 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24587 (gdb-cdir): Delete.
24588 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24589 (gdb-source-info): Treat case when source file is in another
24590 directory properly.
24591 (gdb-get-location): New function.
24592
24593 2005-02-07 Jay Belanger <belanger@truman.edu>
24594
24595 * calc/calc-prog.el (calc-write-parse-table-part)
24596 (calc-fix-token-name): Fix a check for language type.
24597
24598 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24599
24600 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24601
24602 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24603 as directory not writable.
24604
24605 2005-02-07 Kim F. Storm <storm@cua.dk>
24606
24607 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24608 (cua--standard-movement-commands): Remove list.
24609 Instead, set CUA property value to move for movement commands.
24610 (cua-movement-commands): Remove. Users must set CUA prop instead.
24611 (cua--pre-command-handler): Check CUA property.
24612 (cua--init-keymaps): Don't remap undo commands.
24613 (cua-mode): Don't call cua--rectangle-on-off.
24614
24615 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24616 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24617 (cua--rect-undo-set-point): New var.
24618 (cua--rectangle-undo-boundary): Setup undo apply entry.
24619 (cua--rect-undo-handler): New function for rectangle undo.
24620 (cua--rect-start-position, cua--rect-end-position): Add.
24621 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24622 for restored rectangle. Set point if cua--rect-undo-set-point.
24623
24624 2005-02-06 Jay Belanger <belanger@truman.edu>
24625
24626 * calc/calc-lang.el (calc-tex-language): Display more information
24627 in messages.
24628
24629 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24630 in TeX mode.
24631
24632 2005-02-06 Richard M. Stallman <rms@gnu.org>
24633
24634 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24635
24636 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24637
24638 * net/ldap.el (ldap-search-internal): Support attributes with
24639 optional descriptions separated by a semi-colon, as in
24640 "userCertificate;binary".
24641
24642 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24643
24644 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24645 isn't a cons (i.e. the version is 0).
24646
24647 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24648
24649 * help.el (help-for-help): Doc fix.
24650
24651 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24652
24653 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24654 GDB-Windows on the menu-bar as this works better.
24655
24656 2005-02-04 Jay Belanger <belanger@truman.edu>
24657
24658 * calc/calc-embed.el (calc-embedded-update): Don't put in
24659 unnecessary newlines. Adjust the end of formula marker.
24660
24661 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24662 (math-latex-parse-two-args): New function.
24663
24664 2005-02-03 Lute Kamstra <lute@gnu.org>
24665
24666 * help-fns.el (help-with-tutorial): Make sure that users cannot
24667 remove the entire text of the tutorial by means of `undo'.
24668
24669 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24670
24671 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24672 in recent changes, where the ispell process was repeatedly
24673 killed & restarted.
24674
24675 * international/mule-cmds.el (set-locale-environment): Set file-name
24676 coding system to utf-8 on Darwin systems.
24677 (set-default-coding-systems): Don't set default-file-name-coding-system
24678 on Darwin systems.
24679
24680 2005-02-03 Richard M. Stallman <rms@gnu.org>
24681
24682 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24683
24684 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24685
24686 * faces.el (list-faces-display): Add optional argument.
24687
24688 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24689
24690 * font-core.el (font-lock-default-function): Handle the rare case where
24691 only font-lock-keywords is set.
24692
24693 2005-02-02 Kenichi Handa <handa@m17n.org>
24694
24695 * international/characters.el: Cancel previous change for
24696 I-WITH-DOT-ABOVE and DOTLESS-i.
24697
24698 * international/latin-5.el: Cancel previous change.
24699
24700 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24701
24702 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24703
24704 2005-02-02 Kenichi Handa <handa@m17n.org>
24705
24706 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24707 DOTLESS-i.
24708
24709 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24710 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24711
24712 * case-table.el (get-upcase-table): New function.
24713 (copy-case-table): Copy upcaes table too if non-nil.
24714 (set-case-syntax-delims): Maintain upcase table too.
24715 (set-case-syntax-pair): Likewise.
24716 (set-upcase-syntax, set-downcase-syntax): New functions.
24717 (set-case-syntax): Maintain upcase table too.
24718
24719 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24720
24721 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24722
24723 * progmodes/gud.el (gud-goto-info): New function.
24724 (gud-tool-bar-map): Use correct icon.
24725
24726 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24727
24728 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24729 When delegating, order args in the funcall correctly.
24730
24731 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24732
24733 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24734
24735 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24736
24737 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24738 buffer not visiting a file.
24739
24740 2005-01-31 Jay Belanger <belanger@truman.edu>
24741
24742 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24743 bound on the line with the formula.
24744
24745 2005-01-31 Kim F. Storm <storm@cua.dk>
24746
24747 * ses.el (ses-create-cell-variable-range)
24748 (ses-destroy-cell-variable-range, ses-reset-header-string)
24749 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24750 (ses-insert-row): Fix format of apply undo entries.
24751
24752 2005-01-31 Jay Belanger <belanger@truman.edu>
24753
24754 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24755 parts.
24756
24757 * calc/calc-embed.el (calc-embedded-open-formula)
24758 (calc-embedded-close-formula): Ignore matrix environments.
24759
24760 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24761 TeX mode.
24762
24763 * calc/calc-lang.el (math-function-table, math-oper-table)
24764 (math-variable-table): Adjust the LaTeX portions.
24765
24766 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24767 (math-latex-ignore-words): New constant.
24768
24769 2005-01-31 Richard M. Stallman <rms@gnu.org>
24770
24771 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24772 (ispell-local-dictionary): Doc fix.
24773 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24774 Don't reinitialize at run time. Don't defcustom.
24775 All uses changed to append ispell-local-dictionary-alist,
24776 or check it first.
24777 (ispell-current-dictionary): New variable for dictionary in use.
24778 (ispell-dictionary): Now used only for global default.
24779 (ispell-start-process): Set ispell-current-dictionary,
24780 not ispell-dictionary.
24781 (ispell-change-dictionary): Use this only for setting
24782 user preferences.
24783 (ispell-internal-change-dictionary): New function
24784 to change the current dictionary in use.
24785 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24786 Use ispell-current-dictionary.
24787 Handle ispell-local-dictionary-overridden.
24788 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24789
24790 2005-01-31 Jay Belanger <belanger@truman.edu>
24791
24792 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24793
24794 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24795 (calc-mode-map): Add calc-latex-language.
24796
24797 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24798 (math-latex-print-frac): New functions.
24799 (math-oper-table, math-function-table, math-variable-table)
24800 (math-complex-format, math-input-filter): Add latex properties.
24801 (calc-set-language): Set math-expr-special-function-mapping.
24802
24803 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24804 (calc-write-parse-table-part): Add LaTeX support.
24805
24806 * calc/calc.el (calc-language): Adjust docstring.
24807 (calc-set-mode-line): Add LaTeX support.
24808 (math-expr-special-function-mapping): New variable.
24809 (math-tex-ignore-words): Add to list.
24810
24811 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24812 Add LaTeX support.
24813 (math-compose-expr): Add support for special functions.
24814
24815 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24816
24817 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24818
24819 * progmodes/gdb-ui.el (gdb-memory-address)
24820 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24821 (gdb-memory-mode-map, gdb-memory-format-keymap)
24822 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24823 (gdb-memory-unit-menu): New variables for a buffer
24824 that lets the user examine program memory.
24825 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24826 (gdb-memory-format-binary, gdb-memory-format-octal)
24827 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24828 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24829 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24830 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24831 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24832 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24833 (gdb-memory-mode, gdb-memory-buffer-name)
24834 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24835 New functions for above buffer.
24836
24837 2005-01-30 Richard M. Stallman <rms@gnu.org>
24838
24839 * cus-edit.el (custom-bury-buffer): Function deleted.
24840 (custom-buffer-done-function): Option deleted.
24841 (custom-buffer-done-kill): New replacement option.
24842 (Custom-buffer-done): Call quit-window.
24843 (custom-buffer-create-internal): Update for above changes.
24844
24845 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24846
24847 * simple.el (undo-ask-before-discard): New var.
24848 (undo-outer-limit-truncate): Implement it.
24849 (undo-extra-outer-limit): Doc update.
24850
24851 2005-01-29 Richard M. Stallman <rms@gnu.org>
24852
24853 * ses.el (undo-more): Delete defadvice.
24854 (ses-begin-change): Doc fix.
24855
24856 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24857 instead of rebinding C-x u and C-_.
24858
24859 * files.el (normal-backup-enable-predicate): Return nil for files
24860 in /tmp, regardless of temporary-file-directory.
24861
24862 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24863
24864 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24865 (open-rectangle, delete-whitespace-rectangle-line)
24866 (clear-rectangle-line): If FILL, pass t instead of FILL
24867 for move-to-column's 2nd arg.
24868
24869 * simple.el (undo): Fix the test for continuing a series of undos.
24870 (undo-more): Set pending-undo-list to t when we reach end.
24871 (pending-undo-list): Move up defvar.
24872
24873 * wid-edit.el (widget-button-click):
24874 Shorten the range of the track-mouse binding.
24875
24876 * comint.el (comint-insert-input): Undo previous changes;
24877 use last-input-event in interactive spec.
24878
24879 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24880
24881 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24882 to nil before invoking call-process. Reset buffer's modified flag
24883 after fontifying it in the no-async branch.
24884
24885 * wid-edit.el (widget-specify-button): If mouse pointer shape
24886 cannot be changed, use mouse face instead.
24887
24888 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24889
24890 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24891 (gdb-goto-breakpoint): Make breakpoint handling work on template
24892 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24893 (gdb-assembler-custom): Update to recognize breakpoint information
24894 added on 2005-01-19.
24895
24896 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24897
24898 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24899 (dsssl-mode): Use define-derived-mode.
24900 (scheme-mode-initialize): Remove.
24901 (scheme-mode): Use run-mode-hooks.
24902
24903 * cus-edit.el (customize-group-other-window)
24904 (custom-buffer-create-other-window): Don't override special-display-*.
24905 (custom-mode-map): Make it dense.
24906
24907 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24908 sets the default value.
24909
24910 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24911
24912 * descr-text.el: Add more keywords.
24913
24914 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24915
24916 * speedbar.el: Avoid unnecessary use of locate-library.
24917
24918 * international/mule-cmds.el (standard-display-european-internal):
24919 Don't fiddle with latin-1 non-break space any more since it's now
24920 special cased in the C code.
24921 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24922
24923 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24924
24925 * cus-start.el (all): Add `undo-outer-limit'.
24926
24927 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24928
24929 * textmodes/bibtex.el (bibtex-format-entry):
24930 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24931 field lines.
24932 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24933 not on part of a buffer.
24934
24935 2005-01-25 Lute Kamstra <lute@gnu.org>
24936
24937 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24938 nonempty field text strings like "{letters\\macro{}more letters}".
24939 Clarify docstring.
24940 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24941 (bibtex-entry-offset, bibtex-parse-association)
24942 (bibtex-parse-field-name): Fix typos in docstrings.
24943 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24944
24945 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24946
24947 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24948 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24949 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24950 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24951
24952 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24953 isearch minor mode.
24954
24955 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24956
24957 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24958
24959 2005-01-24 Lute Kamstra <lute@gnu.org>
24960
24961 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24962 CASECHARS and NOT-CASECHARS regular expressions of the
24963 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24964 striding over charsets" error.
24965
24966 2005-01-24 Jay Belanger <belanger@truman.edu>
24967
24968 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24969 display variable name.
24970
24971 2005-01-24 Kenichi Handa <handa@m17n.org>
24972
24973 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24974 Fix setting of the element of encoded-kbd-iso2022-invocations.
24975
24976 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24977
24978 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24979 (gdb-threads-select): Change to also accept mouse events.
24980 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24981 (gdb-threads-mouse-select): Delete.
24982
24983 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24984
24985 * files.el (insert-directory): Take care of empty directory,
24986 listed without -a switch.
24987
24988 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24989
24990 * textmodes/refill.el (refill-post-command-function):
24991 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24992 to the list of functions that we should be careful not to undo.
24993 (refill-late-fill-paragraph-function): Remove.
24994 (refill-saved-state): New var.
24995 (refill-mode): Use it to save fill-paragraph-function.
24996 Save also the value of auto-fill-function.
24997
24998 * term/w32-win.el: Simplify code.
24999
25000 2005-01-23 Kim F. Storm <storm@cua.dk>
25001
25002 * simple.el (line-move): Adapt to new return value from
25003 pos-visible-in-window-p.
25004
25005 * simple.el (line-move): Fix last change. Check partial
25006 visibility at point rather than at window-start.
25007
25008 2005-01-22 Jason Rumney <jasonr@gnu.org>
25009
25010 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25011
25012 2005-01-22 David Kastrup <dak@gnu.org>
25013
25014 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25015
25016 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25017
25018 * type-break.el (type-break-mode): Add a test for
25019 type-break-file-name being non-nil.
25020
25021 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25022
25023 * net/eudc.el (top level): Call (message "") via progn, so that
25024 eudc-options-file is loaded.
25025
25026 2005-01-22 Kim F. Storm <storm@cua.dk>
25027
25028 * simple.el (line-move-1): Rename from line-move.
25029 (line-move): New function that adjusts vscroll for partially
25030 visible rows, and calls line-move-1 otherwise.
25031
25032 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25033
25034 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25035 since it's not a complete read-event implementation
25036
25037 2005-01-20 Jay Belanger <belanger@truman.edu>
25038
25039 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25040 for called function.
25041
25042 2005-01-20 Steven Tamm <steventamm@mac.com>
25043
25044 * term/mac-win.el (process-connection-type): Remove.
25045 Controlled now by s/darwin.h:PTY_ITERATION.
25046
25047 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25048
25049 * window.el (handle-select-window): Don't switch window when we're
25050 in the minibuffer.
25051
25052 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25053
25054 * subr.el (dotimes-with-progress-reporter): New macro.
25055
25056 * ses.el (ses-dotimes-msg): Remove macro.
25057 Use `dotimes-with-progress-reporter' instead.
25058
25059 2005-01-19 Steven Tamm <steventamm@mac.com>
25060
25061 * term/mac-win.el (process-connection-type): Use new
25062 operating-system-release variable to use ptys on Darwin 7 (OS X
25063 10.3) when using carbon build.
25064
25065 2005-01-19 Jay Belanger <belanger@truman.edu>
25066
25067 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25068 flags if the last command was a tab or M-tab.
25069
25070 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25071 in formula editing buffer.
25072
25073 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25074
25075 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25076 breakpoint image symbol in margin.
25077
25078 2005-01-19 Jay Belanger <belanger@truman.edu>
25079
25080 * calc/calc-prog.el (calc-execute-kbd-macro):
25081 Ignore calc-keep-arg-flag.
25082
25083 2005-01-19 Kenichi Handa <handa@m17n.org>
25084
25085 * textmodes/ispell.el (ispell-looking-at): New function.
25086 (ispell-process-line): Use ispell-looking-at to compare the ispell
25087 output and the buffer contents.
25088
25089 2005-01-18 Jay Belanger <belanger@truman.edu>
25090
25091 * calc/calc.el (calc-display-raw): Fix docstring.
25092
25093 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25094
25095 * simple.el (blink-matching-open): Strip extra info from syntax.
25096
25097 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25098 funny chars in the end-of-here-doc marker.
25099
25100 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25101
25102 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25103 that enable/disabled state of breakpoints is shown correctly in
25104 fringe and on ttys.
25105 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25106 Add breakpoint information as text properties.
25107 (gdb-mouse-toggle-breakpoint):
25108 Rename to gdb-mouse-set-clear-breakpoint.
25109 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25110 breakpoints in the margin.
25111 (gdb-remove-strings): Simplify.
25112
25113 2005-01-17 Jay Belanger <belanger@truman.edu>
25114
25115 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25116 erasing buffer.
25117
25118 2005-01-17 Richard M. Stallman <rms@gnu.org>
25119
25120 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25121 for calling grep-compute-defaults.
25122
25123 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25124 if buffer is empty.
25125
25126 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25127
25128 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25129
25130 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25131
25132 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25133 non-preloaded variables.
25134
25135 2005-01-17 Steven Tamm <steventamm@mac.com>
25136
25137 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25138 tex-shell cause to force interactivity when using pipes.
25139
25140 2005-01-17 Kim F. Storm <storm@cua.dk>
25141
25142 * simple.el (just-one-space): Make arg optional.
25143
25144 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25145
25146 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25147 posn-at-x-y to t to access left-margin.
25148
25149 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25150
25151 Sync with Tramp 2.0.47.
25152
25153 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25154 catching keep-date problems in cp/scp operations.
25155 (tramp-handle-copy-file): Don't call `set-file-modes'
25156 unconditionally. Specialized functions should know better what is
25157 necessary. This improves performance a little bit, and the
25158 functions could catch errors with `cp -p' and `scp -p'.
25159 (tramp-do-copy-or-rename-file-via-buffer)
25160 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25161 when appropriate.
25162 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25163 Call `set-file-modes' when appropriate.
25164 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25165 Johnsson <isak@hypergene.com>
25166 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25167 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25168 <joakim@verona.se>
25169 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25170 Emacs only.
25171
25172 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25173 `find-file-hooks' and `dired-mode-hook'.
25174 (tramp-minor-mode-map): Respective map. Add remapping for
25175 `compile' and `recompile'.
25176 (tramp-remap-command, tramp-recompile): New defuns.
25177 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25178 in buffer "*Compilation*". Call the commands asynchronously.
25179
25180 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25181 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25182 `shell-command', because it isn't magic in XEmacs. Reported by
25183 Adrian Aichner <adrian@xemacs.org>.
25184
25185 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25186 `substitute-in-file-name.
25187 (tramp-smb-handle-substitute-in-file-name): New defun.
25188 (tramp-smb-advice-PC-do-completion): Delete advice.
25189
25190 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25191
25192 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25193 Fix error in deleting region.
25194
25195 2005-01-15 Richard M. Stallman <rms@gnu.org>
25196
25197 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25198 In non-temp buffer, switch syntax table temporarily.
25199
25200 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25201
25202 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25203
25204 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25205
25206 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25207 (imenu--generic-function): Use START, not BEG, as pos of definition.
25208
25209 * simple.el (just-one-space): Argument specifies number of spaces.
25210
25211 * simple.el (eval-expression-print-format): Avoid warning
25212 about edebug-active.
25213
25214 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25215
25216 * progmodes/sh-script.el: Code copied from make-mode.el
25217 with small changes,
25218 (sh-mode-map): Bind C-c C-\.
25219 (sh-backslash-column, sh-backslash-align): New variables.
25220 (sh-backslash-region, sh-append-backslash): New functions.
25221
25222 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25223
25224 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25225 (rmail-pop-password, rmail-pop-password-required): Move to
25226 rmail-obsolete group.
25227 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25228 All callers updated.
25229 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25230 Take an argument specifying whether it is POP or IMAP mailbox we
25231 are using. All callers updated.
25232 (rmail-pop-password-error): Rename to
25233 rmail-remote-password-error. Added mailutils-specific error message.
25234 (rmail-movemail-search-path)
25235 (rmail-movemail-variant-in-use): New variables.
25236 (rmail-remote-password, rmail-remote-password-required):
25237 New customization variables.
25238 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25239 (rmail-parse-url): New function.
25240 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25241 with GNU mailutils movemail.
25242
25243 2005-01-15 Kevin Ryde <user42@zip.com.au>
25244
25245 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25246 suffix to space, $ or '$, to correctly position point when going
25247 to @table style constants like DBL_MAX.
25248
25249 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25250
25251 * type-break.el (type-break-mode, type-break-file-time)
25252 (type-break-file-keystroke-count, type-break-choose-file):
25253 Don't store data in or load data from the file if type-break-file-name
25254 is nil.
25255 (type-break-file-name): Doc update as per the above.
25256
25257 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25258
25259 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25260 lookup-key might return nil; handle that.
25261
25262 2005-01-15 Alan Mackenzie <acm@muc.de>
25263
25264 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25265 rather than the element found, thus enabling the tree to be setcar'd.
25266
25267 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25268
25269 * textmodes/org.el (org-show-following-heading): New option.
25270 (org-show-hierarchy-above): Use `org-show-following-heading'.
25271 (org-cycle): Documentation fix.
25272
25273 * textmodes/org.el (orgtbl-optimized): New option
25274 (orgtbl-mode): New command, a minor mode.
25275 (orgtbl-mode-map): New variable.
25276 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25277 (orgtbl-error, orgtbl-self-insert-command)
25278 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25279
25280 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25281 a local variable in each org-mode buffer.
25282
25283 * textmodes/org.el (org-set-regexps-and-options): Rename from
25284 `org-set-regexps'. Added checking for STARTUP keyword.
25285 (org-get-current-options): Add STARTUP options.
25286 (org-table-insert-row): Make mode intelligent about when
25287 realignment is needed.
25288 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25289 New commands.
25290 (org-enable-table-editor): New default value `optimized'.
25291 (org-table-blank-field): Support blanking regions if active.
25292
25293 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25294
25295 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25296 if the year is not given.
25297
25298 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25299 Add new escapes %m and %M, fixed bug with %F by adding
25300 save-match-data.
25301 (reftex-reference): Remove ?. from list of spaces.
25302 (reftex-label-info): Add automatic label prefix recognition.
25303
25304 * textmodes/reftex-index.el (reftex-index-next-phrase):
25305 Add slave parameter to call of `reftex-index-this-phrase'.
25306 (reftex-index-this-phrase): New optional argument.
25307 (reftex-index-region-phrases): Add slave parameter to call of
25308 `reftex-index-this-phrase'.
25309 (reftex-display-index): New argument redo.
25310 (reftex-index-rescan): Add `redo' to arguments of
25311 `reftex-display-index'.
25312 (reftex-index-Rescan, reftex-index-revert)
25313 (reftex-index-switch-index-tag): Add `redo' to arguments of
25314 `reftex-display-index'.
25315 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25316 indexing. Fix bug with matching is there is a quote before or
25317 after the word.
25318
25319 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25320 Fix bug when collecting citation keys in lines with comments.
25321 (reftex-citation): Prefix argument no longer rescans the document,
25322 but forces prompting for optional arguments of cite macros.
25323 (reftex-do-citation): Prompting for optional arguments implemented.
25324
25325 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25326 Add optional arguments to most cite commands.
25327 (reftex-cite-cleanup-optional-args): New option
25328 (reftex-cite-prompt-optional-args): New option.
25329 (reftex-trust-label-prefix): New option.
25330
25331 * textmodes/reftex-toc.el (reftex-toc-find-section):
25332 Add push-mark before changing the position in the buffer.
25333
25334 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25335 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25336
25337 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25338
25339 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25340 more carefully.
25341
25342 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25343
25344 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25345 (sgml-mode): Use it.
25346 (sgml-get-context): Better keep track of implicitly closed tags.
25347
25348 2005-01-13 Kenichi Handa <handa@m17n.org>
25349
25350 * textmodes/ispell.el: These changes are to fix misalignment error
25351 caused by equivalent characters of different Emacs charsets.
25352 (ispell-unified-chars-table): New variable.
25353 (ispell-get-decoded-string): New function.
25354 (ispell-get-casechars, ispell-get-not-casechars)
25355 (ispell-get-otherchars): Call ispell-get-decoded-string.
25356
25357 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25358
25359 * custom.el (custom-declare-variable): Just put symbol instead
25360 of (defvar . symbol) in `current-load-list'.
25361
25362 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25363
25364 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25365
25366 2005-01-12 Jay Belanger <belanger@truman.edu>
25367
25368 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25369 to create a Calc summary.
25370
25371 2005-01-12 Kim F. Storm <storm@cua.dk>
25372
25373 * mouse.el (mouse-on-link-p): Change functionality and doc
25374 string to comply with latest description in lisp ref.
25375
25376 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25377
25378 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25379 Enable mouse clicks on mode-line, header-line and margin.
25380 (event-type): Give mouse event symbols an `event-kind' property
25381 with value `mouse-click'.
25382
25383 2005-01-12 Juri Linkov <juri@jurta.org>
25384
25385 * facemenu.el (list-colors-display): Add new arg buffer-name.
25386 Use it. Fix docstring. Replace code for identifying duplicate
25387 colors by the name with call to `list-colors-duplicates' which
25388 identifies duplicate colors by the value unless the color
25389 is one of special Windows colors. Set truncate-lines to t.
25390 Print sorted duplicate color names on each line. Indent to 22
25391 \(the longest color name in rgb.txt) instead of 20. Optimize.
25392 (list-colors-duplicates): New function.
25393 (facemenu-color-name-equal): Delete function.
25394
25395 * facemenu.el (list-colors-print): New function created from code
25396 in list-colors-display. Print #RRGGBB at the window right edge.
25397 (list-colors-display): When temp-buffer-show-function is not
25398 defined, call list-colors-print from temp-buffer-show-hook
25399 to get the right value of window-width in list-colors-print
25400 after the buffer is displayed.
25401
25402 * simple.el (pop-mark): Move deactivate-mark out of conditional
25403 part to deactivate the active mark regardless of the state of the
25404 mark ring.
25405
25406 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25407 variables line in desktop files.
25408
25409 2005-01-12 Juri Linkov <juri@jurta.org>
25410
25411 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25412 Bring together isearch highlight related options.
25413 (lazy-highlight): Replace group `replace' by `matching'.
25414 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25415 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25416 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25417 and declare them obsolete.
25418 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25419 (isearch-faces): Remove defgroup.
25420 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25421 Move isearch highlighting code closer to lazy highlighting code.
25422
25423 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25424 (query-replace-highlight, query-replace-lazy-highlight)
25425 (query-replace): Move definitions to the beginning of the file.
25426
25427 2005-01-11 Juri Linkov <juri@jurta.org>
25428
25429 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25430 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25431 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25432
25433 * info.el (Info-history-forward): New variable.
25434 (Info-select-node): Reset Info-history-forward to nil.
25435 (Info-last): Turn into defalias.
25436 (Info-history-back): Rename from Info-last.
25437 Add current node to Info-history-forward.
25438 (Info-history-forward): New fun.
25439 (Info-mode-map): Replace Info-last by Info-history-back.
25440 Bind Info-history-forward to "r".
25441 (Info-mode-menu): Replace Info-last by Info-history-back.
25442 Fix menu item text. Add menu item for Info-history-forward.
25443 (info-tool-bar-map): Replace Info-last by Info-history-back.
25444 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25445 for Info-history-forward.
25446 (Info-mode): Replace Info-last by Info-history-back in docstring.
25447 Add local variable Info-history-forward.
25448 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25449
25450 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25451
25452 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25453 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25454 Ignore select-window events rather than fiddle with
25455 mouse-autoselect-window.
25456
25457 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25458
25459 * type-break.el (type-break-mode): Fix previous change.
25460
25461 2005-01-10 Jay Belanger <belanger@truman.edu>
25462
25463 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25464 calculator; only reset when point is inside a calculator.
25465 Don't adjust the window height if the window takes up the whole height
25466 of the frame.
25467
25468 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25469
25470 * ebuff-menu.el (Electric-buffer-menu-mode):
25471 Preserve value of buffer-local var header-line-format.
25472
25473 2005-01-09 Jay Belanger <belanger@truman.edu>
25474
25475 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25476 Make sure settings file exists before accessing it.
25477
25478 * calc/calc-embed.el (calc-embedded-subst):
25479 Replace math-multi-subst-rec, which is only supposed to be called
25480 by math-multi-subst, by math-multi-subst.
25481
25482 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25483
25484 * vc.el (vc-allow-async-revert): New user option.
25485 (vc-disable-async-diff): New internal variable.
25486 (vc-revert-buffer): Use them to disable asynchronous diff.
25487
25488 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25489 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25490 asynchronously if vc-disable-async-diff is t.
25491
25492 2005-01-09 Jay Belanger <belanger@truman.edu>
25493
25494 * calc/calc.el (defcalcmodevar): New macro.
25495 (calc-mode-var-list-restore-default-values)
25496 (calc-mode-var-list-restore-saved-values): New functions.
25497 (calc-mode-var-list): Use defcalcmodevar to define it.
25498 (calc-always-load-extensions, calc-line-numbering)
25499 (calc-line-breaking, calc-display-just, calc-display-origin)
25500 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25501 (calc-group-char, calc-point-char, calc-frac-format)
25502 (calc-prefer-frac, calc-hms-format, calc-date-format)
25503 (calc-float-format, calc-full-float-format, calc-complex-format)
25504 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25505 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25506 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25507 (calc-matrix-brackets, calc-language, calc-language-option)
25508 (calc-left-label, calc-right-label, calc-word-size)
25509 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25510 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25511 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25512 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25513 (calc-window-height, calc-display-trail, calc-show-selections)
25514 (calc-use-selections, calc-assoc-selections)
25515 (calc-display-working-message, calc-auto-why, calc-timing)
25516 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25517 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25518 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25519 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25520 (calc-gnuplot-geometry, calc-graph-default-resolution)
25521 (calc-graph-default-resolution-3d, calc-invocation-macro)
25522 (calc-show-banner): Use defcalcmodevar to declare them and set
25523 their default values.
25524
25525 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25526 instead of default values (but restore default values if there is
25527 an argument of 0).
25528
25529 2005-01-09 David Kastrup <dak@gnu.org>
25530
25531 * desktop.el (desktop-restore-eager): Fix typo in type.
25532
25533 2005-01-08 Richard M. Stallman <rms@gnu.org>
25534
25535 * cus-edit.el (customize): Delete :link.
25536
25537 2005-01-08 Jay Belanger <belanger@truman.edu>
25538
25539 * calc/calc.el (calc-mode): Remove the extension from the
25540 `calc-settings-file' file name when loading it.
25541
25542 2005-01-08 Kim F. Storm <storm@cua.dk>
25543
25544 * info.el (Info-mode-map, Info-next-link-keymap)
25545 (Info-prev-link-keymap, Info-up-link-keymap):
25546 Map follow-link to mouse-face.
25547 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25548
25549 2005-01-08 Jay Belanger <belanger@truman.edu>
25550
25551 * calc/calc.el (calc-settings-file): Change default value.
25552 Suggested by cgw in a comment in calc-mode.el.
25553
25554 * calc/calc-mode.el (calc-settings-file-name):
25555 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25556 Replace ~/.emacs in a prompt by calc-settings-file.
25557
25558 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25559
25560 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25561 (desktop-lazy-idle-delay): New customizable variables.
25562 (desktop-buffer-args-list): New variable.
25563 (desktop-append-buffer-args): New function.
25564 (desktop-save): Call desktop-append-buffer-args for some buffers.
25565 (desktop-lazy-create-buffer): New function.
25566 (desktop-idle-create-buffers): New function.
25567 (desktop-read): Add message about buffers to restore lazily.
25568 (desktop-lazy-abort): New command.
25569 (desktop-clear): Call desktop-lazy-abort.
25570 (desktop-lazy-complete): New command.
25571
25572 2005-01-06 Richard M. Stallman <rms@gnu.org>
25573
25574 * emacs-lisp/find-func.el (find-face-definition):
25575 Rename from find-face.
25576
25577 2005-01-06 Kim F. Storm <storm@cua.dk>
25578
25579 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25580
25581 * man.el (Man-xref-man-page, Man-xref-header-file)
25582 (Man-xref-normal-file): Add follow-link property.
25583
25584 2005-01-06 Jay Belanger <belanger@truman.edu>
25585
25586 * calc/calc-units.el: Make sure the proper macro definitions are
25587 available when compiling.
25588
25589 2005-01-06 Juri Linkov <juri@jurta.org>
25590
25591 * isearch.el (isearch-lazy-highlight-update):
25592 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25593
25594 2005-01-06 Miles Bader <miles@gnu.org>
25595
25596 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25597 (isearch-lazy-highlight-face): Use new name.
25598
25599 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25600
25601 * uniquify.el (uniquify-rationalize-file-buffer-names):
25602 Re-add an interactive spec.
25603 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25604 to the same name.
25605
25606 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25607 (isearch-update, isearch-done): Adjust calls accordingly.
25608
25609 2005-01-05 Richard M. Stallman <rms@gnu.org>
25610
25611 * custom.el (custom-set-variables, custom-theme-set-variables):
25612 Clarify documentation.
25613
25614 * emacs-lisp/find-func.el (find-variable)
25615 (find-variable-other-window, find-variable-other-frame):
25616 Fix the TYPE args to find-function-read and find-function-do-it.
25617 (find-function): Doc fix.
25618 (find-function-at-point): Replace function-at-point alias.
25619
25620 2005-01-04 Richard M. Stallman <rms@gnu.org>
25621
25622 * cus-face.el (custom-declare-face):
25623 Record defface in current-load-list.
25624
25625 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25626
25627 * emacs-lisp/find-func.el: Doc fixes.
25628 (find-face-regexp): New variable.
25629 (find-function-regexp-alist): New variable.
25630 (find-function-C-source): Third arg is now TYPE.
25631 (find-function-search-for-symbol): Handle general TYPE.
25632 (find-function-read, find-function-do-it): Handle general TYPE.
25633 (find-definition-noselect, find-face): New functions.
25634 (function-at-point): Alias deleted.
25635
25636 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25637
25638 * battery.el (display-battery-mode): Rename from display-battery.
25639 Handle the case where it gets turned off.
25640
25641 2005-01-04 Richard M. Stallman <rms@gnu.org>
25642
25643 * cus-edit.el (customize): Make :link point to user doc.
25644
25645 * man.el (Man-fontify-manpage): Turn off undo generation.
25646
25647 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25648
25649 2005-01-04 Andreas Schwab <schwab@suse.de>
25650
25651 * files.el (insert-directory): Only look for error lines in
25652 inserted text. Don't move too far after processing --dired markers.
25653
25654 2005-01-04 Richard M. Stallman <rms@gnu.org>
25655
25656 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25657 Don't expand if the character is @, period, dash, etc.
25658 (define-mail-abbrev): Quote names that contain problem characters.
25659
25660 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25661
25662 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25663
25664 2005-01-03 Richard M. Stallman <rms@gnu.org>
25665
25666 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25667 (query-replace-highlight, query-replace-lazy-highlight)
25668 (query-replace): Definitions moved up. Doc fix.
25669
25670 2005-01-03 Richard M. Stallman <rms@gnu.org>
25671
25672 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25673 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25674 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25675 (lazy-highlight-face): Rename from isearch-lazy-...
25676 Change all references to them.
25677
25678 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25679
25680 * cus-edit.el (custom-file): Doc fix for defcustom.
25681 (custom-file): The function no longer sets the variable
25682 `custom-file' to its return value.
25683
25684 * startup.el (command-line): No longer load `custom-file'.
25685
25686 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25687
25688 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25689
25690 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25691 Don't confuse module-prefixed identifiers for labels.
25692 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25693
25694 2005-01-02 Richard M. Stallman <rms@gnu.org>
25695
25696 * files.el (basic-save-buffer-1): Fix previous change.
25697
25698 * loadhist.el (file-loadhist-lookup): New function.
25699 (file-provides, file-requires): Use it.
25700
25701 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25702 instead of calculating the right size.
25703
25704 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25705
25706 * vc-svn.el (vc-svn-diff): Stay local if possible.
25707
25708 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25709
25710 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25711
25712 * files.el (hack-local-variables): Fix last change.
25713
25714 2005-01-02 Jay Belanger <belanger@truman.edu>
25715
25716 * calc/calc-yank.el (calc-edit-top): New variable.
25717 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25718 object. Change header properties.
25719 (calc-edit-finish, calc-edit-finish-stack-object)
25720 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25721 edited object.
25722 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25723 for the beginning of the edited object.
25724 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25725 for the beginning of the edited object.
25726 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25727 (calc-finish-formula-edit, calc-macro-repeats)
25728 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25729 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25730 beginning of the edited object.
25731 (calc-user-define-edit): Change the header for editing macros.
25732 Remove unnecessary variable.
25733
25734 2005-01-01 Jay Belanger <belanger@truman.edu>
25735
25736 * calc/calc-yank.el (calc-edit-mode): Change default header.
25737 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25738 * calc/calc-store.el (calc-edit-variable): Change title to match new
25739 header.
25740 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25741 mode to match new header.
25742 (calc-user-define-edit): Change titles to include names of commands.
25743 (calc-finish-formula-edit): Adjust to handle new header.
25744 (calc-finish-macro-edit): Remove.
25745 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25746 (calc-edit-macro-command, calc-edit-macro-command-type)
25747 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25748 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25749 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25750 (calc-edit-macro-finish-edit): New functions.
25751 (calc-user-define-edit): Use new functions to edit named calc macros.
25752
25753 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25754
25755 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25756
25757 * ses.el (copy-region-as-kill): Deactivate mark.
25758
25759 2005-01-01 Richard M. Stallman <rms@gnu.org>
25760
25761 * replace.el (occur-1): If the output buffer is also an input,
25762 don't kill it, rename it.
25763
25764 * faces.el (set-face-background, set-face-foreground): Doc fix.
25765
25766 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25767 for :foreground and :background.
25768
25769 * dired.el (dired-view-command-alist): Variable deleted.
25770 (dired-view-file, dired-mouse-find-file-other-window):
25771 Delete the code to use it.
25772
25773 2005-01-01 Kim F. Storm <storm@cua.dk>
25774
25775 * image.el (insert-sliced-image): Use t for line-height property.
25776
25777 See ChangeLog.11 for earlier changes.
25778
25779 ;; Local Variables:
25780 ;; coding: iso-2022-7bit
25781 ;; End:
25782
25783 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25784 Copying and distribution of this file, with or without modification,
25785 are permitted provided the copyright notice and this notice are preserved.
25786
25787 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1