]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cvs-get-buffer-create): Obey `noreuse' even if `name'
[gnu-emacs] / lisp / ChangeLog
1 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
4 doesn't look like a file name.
5
6 * complete.el (PC-expand-many-files): Avoid signalling an error when
7 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
8
9 2006-08-02 Andreas Schwab <schwab@suse.de>
10
11 * bindings.el (mode-line-format): Simplify reference to vc-mode.
12
13 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
14
15 * bindings.el (map): Make mode-line-buffer-identification-keymap
16 before defining propertized-buffer-identification.
17
18 2006-08-01 Richard Stallman <rms@gnu.org>
19
20 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
21
22 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
23
24 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
25 default value.
26 (gdb-find-source-frame): New function.
27 (menu): Add to menu bar.
28
29 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
30
31 * font-core.el (font-lock-extend-region-function)
32 (font-lock-extend-region): Move to font-lock.el.
33
34 * font-lock.el (font-lock-extend-region-function)
35 (font-lock-extend-region): Move from font-core.el. Simplify.
36
37 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
38 if needed.
39 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
40 (jit-lock-after-change-extend-region-functions): New hook.
41 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
42
43 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
44 (font-lock-turn-on-thing-lock): Use it.
45
46 * longlines.el (longlines-show-region): Make it work on read-only
47 buffers as well.
48
49 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
50
51 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
52
53 2006-07-31 Richard Stallman <rms@gnu.org>
54
55 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
56 (vhdl-speedbar-display-projects): Update old obsolete
57 speedbar variable names.
58
59 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
62 (gdb-stopped): Use it.
63
64 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
65
66 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
67
68 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
69 for load-history elements.
70
71 2006-07-29 Eli Zaretskii <eliz@gnu.org>
72
73 * files.el (convert-standard-filename): For Cygwin, replace
74 characters not allowed in Windows file names.
75 (make-auto-save-file-name): Add Cygwin to the list of systems
76 where the auto-save file name needs to be run through
77 convert-standard-filename.
78
79 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
80
81 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
82
83 2006-07-28 Richard Stallman <rms@gnu.org>
84
85 * bindings.el (mode-line-frame-identification)
86 (propertized-buffer-identification): Centralize the code
87 to initialize the variable.
88
89 * progmodes/grep.el (grep-default-command): Catch errors from
90 wildcard-to-regexp.
91
92 2006-07-29 Kim F. Storm <storm@cua.dk>
93
94 * progmodes/grep.el (grep-tag-default): New function.
95 (grep-default-command, grep-read-regexp): Use it.
96 (grep-read-files): Use car of grep-files-history or grep-files-aliases
97 as default if nothing else applies.
98
99 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
100
101 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
102 Throw error if buffer is not in Dired and Wdired mode, respectively.
103
104 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
105
106 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
107 self-insert-command keys don't activate buttons.
108 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
109
110 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
111
112 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
113 faces for enable character.
114
115 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
116
117 * Makefile.in (recompile): Update comment to reflect change
118 on 2004-04-21.
119
120 2006-07-27 Richard Stallman <rms@gnu.org>
121
122 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
123 (customize-package-emacs-version): Change msg when pkg has no entry.
124 (custom-no-edit): On a button, do like widget-button-press.
125
126 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
127
128 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
129 S-tab and C-S-tab.
130
131 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
132
133 * progmodes/which-func.el (which-function): Fix documentation/
134 comment typo.
135
136 2006-07-26 Richard Stallman <rms@gnu.org>
137
138 * textmodes/ispell.el (ispell-word): If we replace the word,
139 move point to the end. Insert before deleting.
140
141 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
142
143 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
144 a timer.
145
146 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
147
148 * tumme.el (tumme-backward-image): Add prefix argument. Add error
149 when at first image.
150 (tumme-forward-image): Add prefix argument. Add error when at last
151 image.
152
153 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
154
155 * tabify.el (tabify-regexp): Use more specific regexps.
156 (tabify): Avoid modifying the buffer unnecessarily.
157
158 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
159
160 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
161 (tumme-format-properties-string): Handle empty `buf'.
162 (tumme-get-comment): Change variable names inside `let'.
163 Add missing `let' variable that cause font-lock problems.
164 (tumme-write-comments): Change variable names inside `let'.
165 Add missing `let' variable that cause font-lock problems.
166 (tumme-forward-image): Rename from `tumme-forward-char'.
167 (tumme-backward-image): Rename from `tumme-backward-char'.
168
169 2006-07-25 Masatake YAMATO <jet@gyve.org>
170
171 * progmodes/ld-script.el (ld-script-keywords)
172 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
173 and add comments.
174
175 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
176
177 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
178 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
179 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
180 for status indicator.
181
182 2006-07-24 Richard Stallman <rms@gnu.org>
183
184 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
185
186 * subr.el (dolist, dotimes): Use interned symbols for locals.
187 (--dotimes-limit--, --dolist-tail--): New defvars.
188 (looking-back): Doc fix.
189
190 * replace.el (replace-match-string-symbols): Handle dotted lists.
191
192 2006-07-24 mathias <mathias@mattis>
193
194 * tumme.el (tumme-write-tags): Add.
195 (tumme-write-comments): Add.
196 (tumme-tag-files): Change to use `tumme-write-tags'.
197 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
198 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
199 (tumme-save-information-from-widgets): Change to use
200 `tumme-write-comments' and `tumme-write-tags'.
201 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
202 (tumme-write-tag): Remove.
203 (tumme-write-comment): Remove.
204 (tumme-display-previous-thumbnail-original): Remove empty line.
205 (tumme-widget-list): Add punctuation.
206
207 2006-07-24 mathias <mathias.dahl@gmail.com>
208
209 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
210
211 2006-07-24 Daiki Ueno <ueno@unixuser.org>
212
213 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
214 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
215 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
216
217 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
218
219 * mouse.el (mouse-on-link-p): Doc fix.
220
221 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
222
223 * emacs-lisp/find-func.el (find-function-search-for-symbol):
224 Handle "C-h f `".
225
226 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
227
228 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
229 column.
230
231 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
232
233 * textmodes/table.el: Add move-beginning-of-line and
234 move-end-of-line to Point Motion Only Group.
235
236 2006-07-22 Eric Hanchrow <offby1@blarg.net>
237
238 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
239
240 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
241
242 * startup.el (user-mail-address): Initialize from the `EMAIL'
243 environment variable first. Document this.
244 (command-line): Ditto.
245
246 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
247
248 * help-mode.el (help-function-def, help-variable-def)
249 (help-face-def): Print a message in the minibuffer.
250
251 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
252
253 * term/xterm.el (terminal-init-xterm): Fix key bindings
254 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
255
256 2006-07-21 Eli Zaretskii <eliz@gnu.org>
257
258 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
259 where `(nth 1 command)' is a cons cell. Doc fix.
260
261 * textmodes/po.el (po-find-charset): Doc fix.
262
263 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
264
265 * allout.el (allout-unprotected, allout-e-o-prefix-p)
266 (allout-beginning-of-current-line, allout-end-of-current-line)
267 (allout-next-visible-heading, allout-open-topic)
268 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
269 (allout-flag-current-subtree, allout-show-to-offshoot)
270 (allout-hide-current-entry, allout-show-current-branches)
271 (allout-hide-region-body, allout-old-expose-topic)
272 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
273 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
274 containing `beginning-of-line' and `end-of-line' with
275 `inhibit-field-text-motion' t.
276
277 2006-07-21 Eli Zaretskii <eliz@gnu.org>
278
279 * frame.el (focus-follows-mouse): Document that it doesn't have
280 any effect on MS-Windows.
281
282 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
285
286 2006-07-20 Jay Belanger <belanger@truman.edu>
287
288 * calc.el (calc-previous-alg-entry): Remove variable.
289
290 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
291 New variables.
292 (calc-alg-entry): Use `calc-alg-entry-history'.
293 (calc-do-quick-calc): Use `calc-quick-calc-history'.
294 Remove reference to `calc-previous-alg-entry'.
295 (calcAlg-edit, calcAlg-enter): Remove reference to
296 `calc-previous-alg-entry'.
297 (calcAlg-previous): Use `previous-history-element' instead of
298 `calc-previous-alg-entry'.
299 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
300 Change keybinding for `calcAlg-plus-minus', add keybindings for
301 `previous-history-element' and `next-history-element'.
302
303 * calc-rewr.el (calc-match): Remove reference to
304 `calc-previous-alg-entry'.
305
306 * calc-sel.el (calc-selection-history): New variable.
307 (calc-enter-selection, calc-sel-mult-both-sides)
308 (calc-sel-add-both-sides): Use `calc-selection-history'.
309
310 * calc-map.el (calc-get-operator-history): New variable.
311 (calc-get-operator): Use `calc-get-operator-history'.
312
313 * calcalg3.el (calc-curve-fit-history): New variable.
314 (calc-curve-fit): Use `calc-curve-fit-history'.
315
316 2006-07-20 Kenichi Handa <handa@m17n.org>
317
318 * international/mule-cmds.el (select-safe-coding-system): Fix the
319 way of deciding eol-type of the coding system.
320
321 2006-07-20 Alan Mackenzie <acm@muc.de>
322
323 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
324 (c-lang-setvar): New macro.
325 (c-make-init-lang-vars-fun): Use the initialization forms in
326 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
327 (comment-start, comment-end, comment-start-skip): Change these from
328 c-lang-defvar's to c-lang-setvar's.
329
330 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
331 which calls make-local-variable on the elements of
332 c-emacs-variable-inits.
333 (c-init-language-vars-for): Call this new macro.
334
335 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
336
337 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
338 Try to rule out false positives due to time stamps.
339 (compilation-mode-font-lock-keywords): Remove rules made redundant
340 because of the above change. Add `segmentation fault' to the known and
341 highlighted compilation termination messages.
342
343 2006-07-19 Kim F. Storm <storm@cua.dk>
344
345 * progmodes/grep.el (grep-find-ignored-directories):
346 Add .svn and _darcs to list.
347
348 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
349
350 * dired.el (dired-mode-map): Add key binding `C-te' for
351 `tumme-dired-edit-comment-and-tags'.
352
353 * tumme.el (tumme-display-thumbnail-original-image): Make sure
354 image display buffer is displayed before call to
355 `tumme-display-image.
356 (tumme-dired-display-image): Make sure image display buffer is
357 displayed before call to `tumme-display-image.
358 (tumme-mouse-display-image): Make sure image display buffer is
359 displayed before call to `tumme-display-image.
360 (tumme-widget-list): Add.
361 (tumme-dired-edit-comment-and-tags): Add.
362 (tumme-save-information-from-widgets): Add.
363
364 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
367
368 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * progmodes/sh-script.el (sh-font-lock-keywords-1):
371 Revert inadvertently installed patch hunk.
372
373 * progmodes/compile.el (compilation-find-file): Handle the
374 cases where the user selects a non-existent file.
375
376 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
377
378 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
379
380 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
381
382 * subr.el (sit-for): Just sleep-for if noninteractive.
383
384 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
385
386 * emacs-lisp/autoload.el (make-autoload): Use new arg.
387
388 * custom.el (custom-autoload): Add `noset' argument.
389 (custom-push-theme): Don't autoload the variable, let callers do it.
390 (custom-theme-set-variables): Autoload the variable if necessary.
391
392 * cus-edit.el (custom-variable-state-set): If the variable was
393 originally set outside custom, but to the same value as the default,
394 consider it to be standard.
395
396 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
397 file *before* telling Emacs to add the autoloads, in case it fails.
398
399 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
400 Use `cond', push', and `dolist'.
401
402 2006-07-17 Richard Stallman <rms@gnu.org>
403
404 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
405 Add defvars to silence warnings.
406
407 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
408
409 * progmodes/compile.el (compilation-mode-font-lock-keywords):
410 Don't highlight "Compiling file" messages as error.
411
412 * dired-aux.el (dired-compress-file): Confirm again if gzipped
413 file already exists.
414
415 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
416
417 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
418 entry, don't assign to free var; simply return the extracted filename.
419 (ff-treat-as-special): Incorporate common preamble from callers.
420 (ff-other-file-name, ff-find-the-other-file):
421 Update call to ff-treat-as-special.
422
423 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
424
425 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
426
427 * tumme.el (tumme-get-comment): Fix bug.
428
429 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * files.el: Remove spurious * in docstrings.
432
433 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
434
435 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
436 grammar.
437 (allout-beginning-of-current-line): Beware beginning of buffer.
438 Also, a comment is simplified.
439 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
440 when appropriate. (This fix enables use for other than
441 bullet-hotspot operation.)
442 (allout-hide-current-subtree): While escalating to sibling-close,
443 make sure to situate on a topic.
444
445 2006-07-14 Kim F. Storm <storm@cua.dk>
446
447 * emulation/cua-base.el (cua-delete-selection)
448 (cua-toggle-set-mark): New defcustoms.
449 (cua-rectangle-modifier-key): Add `alt' modifier.
450 (cua-replace-region): Don't delete if cua-delete-selection is nil.
451 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
452 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
453
454 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
455
456 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
457
458 * allout.el: Require 'cl during byte-compilation/interactive load,
459 for the `assert' macro.
460 (allout-mode-deactivate-hook): New hook, run when allout mode
461 deactivates.
462 (allout-developer): New allout customization subgroup.
463 (allout-run-unit-tests-on-load): New allout-developer
464 customization variable, when true allout unit tests are run towards
465 end of file load/eval.
466 (allout-inhibit-auto-fill): Disable auto-fill activity even during
467 auto-fill-mode.
468 (allout-resumptions): Remove, to be replaced by...
469 (allout-add-resumptions): Register variable settings to be
470 reinstated by `allout-do-resumptions'. The settings are made
471 buffer-local, but the locality/globality of the suspended setting
472 is restored on resumption.
473 (allout-do-resumptions): Reinstate all settings suspended using
474 `allout-add-resumptions'.
475 (allout-test-resumptions): Unit tests (and intermediate variables)
476 for resumptions.
477 (allout-tests-globally-unbound, allout-tests-globally-true)
478 (allout-tests-locally-true): Intermediate variables for
479 resumptions unit tests.
480 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
481 (allout-exposure-category): Replaces 'allout-overlay-category variable.
482 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
483 instead of retired `allout-resumptions'. For hook functions, use
484 `local' parameter so hook settings are created and removed as
485 buffer-local settings. Revise (resumptions) setting
486 auto-fill-function so it is set only if already active. (The
487 related fill-function settings are all made in either case, so
488 that activating auto-fill-mode activity will have the custom
489 allout-mode behaviors (hanging indent on topics, if configured for it).
490 Remove all allout-exposure-category overlays on mode deactivation.
491 (allout-hotspot-key-handler): New function extracted from
492 `allout-pre-command-business', so the functionality can be used
493 for other purposes, eg as a binding in an overlay.
494 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
495 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
496 customization variable.
497 (allout-run-unit-tests): Run the (currently quite small)
498 repertoire of unit tests. Called just before the provide iff user
499 has customized `allout-run-unit-tests-on-load' non-nil.
500
501 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
502
503 * emacs-lisp/authors.el (authors-aliases): Update.
504
505 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
506
507 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
508 gdb-source-window. Add dedicated argument.
509 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
510 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
511 (gdb-display-threads-buffer, gdb-display-memory-buffer)
512 (gdb-display-locals-buffer): Use it.
513
514 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
515 Set gdb-source-window.
516
517 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
520 minor modes, redundant with the custom-autoload line above.
521
522 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
523
524 * longlines.el (longlines-post-command-function): Handle open-line too.
525
526 2006-07-12 Richard Stallman <rms@gnu.org>
527
528 * progmodes/grep.el (grep-last-buffer): Doc fix.
529
530 * info.el (Info-try-follow-nearest-node): Doc fix.
531
532 * emacs-lisp/edebug.el (edebug-instrument-function):
533 Err if find-function-noselect gives no position.
534
535 * emacs-lisp/find-func.el (find-function-search-for-symbol):
536 If can't find definition, return nil for position.
537 (find-function-do-it): Handle new return value
538 of find-definition-noselect.
539 (find-definition-noselect, find-variable-noselect): Doc fix.
540 (find-function-noselect): Doc fix.
541
542 * help-mode.el (help-variable-def): Handle find-variable-noselect
543 returning no position.
544 (help-function-def): Likewise for find-function-search-for-symbol.
545 (help-face-def): Likewise.
546
547 * help-fns.el (describe-variable): Handle find-variable-noselect
548 returning no position.
549
550 * files.el (locate-file-completion): Avoid duplicates in result.
551
552 * cus-edit.el (custom-no-edit): New command.
553 (custom-mode-map): Remap to custom-no-edit instead of
554 using suppress-keymap.
555
556 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
557
558 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
559 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
560 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
561
562 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
563
564 2006-07-11 Kim F. Storm <storm@cua.dk>
565
566 * ido.el (ido-copy-current-file-name): Use buffer-name if
567 buffer-file-name is nil.
568
569 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
570
571 * simple.el (undo-ask-before-discard): Set to nil.
572
573 * vc.el (vc-exec-after): Don't delete process manually.
574 (vc-print-log): Run log-view-mode in process sentinel inside
575 inhibit-read-only. Don't shrink window due to timing issues.
576
577 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
578 Avoid using with-output-to-temp-buffer, which clobbers local vars.
579
580 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
581
582 * progmodes/compile.el (compilation-error-regexp-alist-alist):
583 Fix ambiguity introduced by last change.
584 (compilation-find-file): Move save-excursion to where it may
585 make sense. Fix a left over `find-file'.
586
587 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
588
589 * textmodes/texinfmt.el (texinfo-format-separate-node):
590 Insert a string before point, which fits documentation, not after.
591 (texinfo-multitable-item): In a multitable row, insert any
592 additional needed @tabs and spaces.
593
594 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
595
596 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
597 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
598 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
599 instead of shell-command.
600 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
601 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
602 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
603 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
604 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
605 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
606
607 2006-07-11 Kim F. Storm <storm@cua.dk>
608
609 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
610 Remove special case for seconds < 0. Use (redisplay t) instead.
611
612 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
613
614 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
615 compilation error.
616
617 * subr.el (sit-for): New function.
618
619 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
620
621 2006-07-10 Richard Stallman <rms@gnu.org>
622
623 * ldefs-boot.el (edebug): Update page.
624
625 2006-07-10 Kim F. Storm <storm@cua.dk>
626
627 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
628 to FOR-RELEASE and TODO.
629
630 2006-07-10 Romain Francoise <romain@orebokech.com>
631
632 * emacs-lisp/authors.el (authors-aliases): Update.
633
634 2006-07-10 Alan Mackenzie <acm@muc.de>
635
636 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
637 * cc-mode.el: Changes to eradicate eval-after-load.
638
639 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
640
641 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
642 on non-char events.
643
644 2006-07-09 Romain Francoise <romain@orebokech.com>
645
646 * progmodes/compile.el (compilation-mode-font-lock-keywords):
647 Don't highlight start/end markers as compilation messages.
648
649 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
650 to t.
651
652 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
653
654 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
655
656 2006-07-08 Richard Stallman <rms@gnu.org>
657
658 * term/x-win.el (x-handle-display): Add doc string.
659
660 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
661
662 * subr.el (def-edebug-spec): Move here.
663 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
664
665 * imenu.el (imenu-choose-buffer-index): Doc fix.
666
667 2006-07-08 Romain Francoise <romain@orebokech.com>
668
669 * term/x-win.el (x-display-name): Fix typo.
670
671 2006-07-08 Eli Zaretskii <eliz@gnu.org>
672
673 * hexl.el (hexl-find-file): Doc fix.
674
675 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
676
677 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
678
679 * term/x-win.el (x-display-name): Doc fix.
680
681 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
682
683 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
684 long prefixes.
685 (fill-region-as-paragraph): Don't round up to a whole line.
686 (fill-comment-paragraph): Don't include the code-before-the-comment
687 when calling fill-region-as-paragraph.
688
689 * international/mule.el (make-char): Remove redundancy.
690
691 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
692 property may contain an anonymous function rather than a symbol.
693
694 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
695
696 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
697 Use shy regexp. Fix incorrect backref to potentially unmatched group.
698
699 * dirtrack.el (dirtrack-default-directory-function): Remove.
700 (dirtrack-directory-function): Use file-name-as-directory.
701 (dirtrack-windows-directory-function): Simplify.
702 (dirtrack-forward-slash, dirtrack-backward-slash)
703 (dirtrack-replace-slash): Remove.
704 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
705 (dirtrack): Fix wrong parenthesizing; use match-string.
706
707 * progmodes/octave-inf.el: Remove spurious * in docstrings.
708 (inferior-octave-mode): Only change the buffer-local value of
709 comint-dynamic-complete-functions.
710 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
711 Move the initialization to the declaration.
712 (inferior-octave-complete): Remove unused var `filter'.
713
714 * shell.el (shell-mode): Only change the buffer-local value of
715 comint-dynamic-complete-functions.
716
717 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
718
719 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
720 entry is skipped because it has been scheduled.
721 (org-prepare-agenda-buffers): Don't mark buffers as modified when
722 changing `:org-archived' and `:org-comment' properties.
723
724 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
725
726 * server.el (server-select-display): Don't make the temp frame
727 minibuffer-only, in case it's not a temp frame.
728 (server-process-filter): Don't delete the temp frame if it's the
729 only one we have on that display.
730
731 * files.el (find-alternate-file): Doc fix.
732
733 2006-07-05 Richard Stallman <rms@gnu.org>
734
735 * files.el (abbreviate-file-name): Add save-match-data.
736
737 2006-07-03 Richard Stallman <rms@gnu.org>
738
739 * faces.el (read-face-name): Doc fix.
740
741 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
742
743 * net/goto-addr.el (goto-address): Mark as safe for local evals.
744
745 2006-07-05 Andre Spiegel <spiegel@gnu.org>
746
747 * vc.el (vc-diff-internal): Fix prev change.
748
749 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
750
751 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
752 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
753
754 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
757 fails if the symbol contains chars like ( or '.
758 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
759 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
760 `short'.
761
762 2006-07-04 Kenichi Handa <handa@m17n.org>
763
764 * international/mule-cmds.el (set-language-info): If LANG-ENV is
765 the current one, don't call set-language-environment, but call one
766 of set-language-environment-XXX to make INFO effective now.
767 (set-language-environment): Call set-language-environment-XXX
768 functions instead of doing the various setups directly.
769 (set-language-environment-coding-systems): Delete argument eol-type.
770 (set-language-environment-input-method)
771 (set-language-environment-nonascii-translation)
772 (set-language-environment-charset)
773 (set-language-environment-fontset)
774 (set-language-environment-unibyte): New functions.
775
776 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
777
778 * locate.el (locate-update-when-revert): New option.
779 (locate-update-path): New option (suggested by Michael Albinus).
780 (locate-prompt-for-command): Whitespace change.
781 (locate-update): No longer offer to update the locate database by
782 default. Implement the two new options.
783
784 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
785
786 * tooltip.el: Move comment about track-mouse...
787
788 * progmodes/gud.el: ...to here.
789
790 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
791
792 * facemenu.el (facemenu-listed-faces): New var.
793 (facemenu-unlisted-faces): Variable deleted.
794 (facemenu-add-new-face): Use facemenu-listed-faces.
795
796 * emulation/viper-init.el, calendar/calendar.el:
797 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
798
799 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
800
801 * textmodes/org.el (org-mode): Remove no invalid settings for
802 calc embedded mode.
803 (org-mode-p): New defsubst.
804 (org-save-all-org-buffers): New function.
805 (org-first-headline-recenter): Enclose outline-regexp in group
806 delimiters.
807 (org-set-tags): Keep single space after stars.
808
809 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
810
811 * window.el (set-window-text-height): Only set window-min-height to
812 1 if that's the requested size.
813
814 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
815 (diff-unified->context, diff-context->unified)
816 (diff-reverse-direction): Make sure the end marker stays at the end.
817 (diff-mode): Add the keymap table at the end of docstring.
818 Use lexical-let rather than constructing a closure manually.
819
820 * files.el (find-file-noselect-1): Remove unused var assignment.
821 (hack-local-variables-confirm): Print lists of strings as lists of
822 strings rather than lists of symbols.
823 (abbreviate-file-name, hack-local-variables-prop-line):
824 Use match-string.
825 (hack-one-local-variable): Move `make-local-variable' nearer its use.
826 (recover-session-finish): Use line-end-position.
827
828 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
829
830 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
831
832 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
833
834 * progmodes/make-mode.el (makefile-macroassign-regex):
835 Accept preceding keyword.
836 (makefile-gmake-statements): Reorganize, now that makepp has
837 "override" and also handle forgotten "override define".
838 (makefile-makepp-statements): Add new "global", "override export"
839 and "override global".
840
841 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
842
843 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
844 (ada-compile-mouse-goto-error, ada-deactivate-properties)
845 (ada-no-auto-case): Fix typos in docstrings.
846
847 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
848
849 * info.el (Info-find-node-2): Search for makeinfo version more
850 carefully.
851
852 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
853
854 * textmodes/org.el (org-prepare-agenda-buffers):
855 Use `invisible-OK' argument for `org-end-of-subtree'.
856 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
857 (org-beginning-of-item): Fix bug in regular expression for white line.
858 (org-export-as-html): Enforce space after bullet in plain list items.
859 (org-set-autofill-regexps): Require space after plain list bullet
860 for paragraph-start.
861 (org-ts-regexp3): New constant.
862 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
863 (org-timestamp-up-day, org-timestamp-down-day)
864 (org-timestamp-change): Work with inactive timestamps.
865 (org-ts-regexp1): Don't allow brackets in time stamps.
866
867 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
868
869 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
870 for ignoring links.
871
872 * faces.el (read-face-name): Use it.
873
874 2006-06-28 Juri Linkov <juri@jurta.org>
875
876 * buff-menu.el (list-buffers-noselect): Compare Info file
877 with the string "dir" to detect Info directory.
878
879 * complete.el (partial-completion-mode): In lambda for
880 `choose-completion-string-functions' use full function signature
881 with 4 args, and move point to the end of the minibuffer only if arg
882 `mini-p' is non-nil.
883
884 2006-06-28 John Paul Wallington <jpw@pobox.com>
885
886 * ibuffer.el (ibuffer-mode): Doc fix.
887
888 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
889
890 * textmodes/org.el (org-context): New contexts :item-bullet,
891 :latex-fragment, :latex-preview.
892 (org-overlays-at, org-overlay-start, org-overlay-end):
893 New compatibility functions.
894 (org-inside-LaTeX-fragment-p): More accurate matching, using the
895 exact regexp that will be used during export.
896 (org-latex-regexps): New variable.
897 (org-cdlatex-mode): Improve advice for `texmathp'.
898 (turn-on-org-cdlatex): New function.
899
900 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
901
902 * term/mac-win.el (mac-handle-font-selection): Change keys of
903 mac-atsu-font-table from strings to numbers.
904 (mac-ts-caret-position): Use also when cursor-type is nil.
905 (mac-ts-update-active-input-area): Add Mac OS Classic support.
906 Relax condition for using overlay strings.
907 Use mac-ts-caret-position face when cursor-type is nil.
908
909 2006-06-26 Kim F. Storm <storm@cua.dk>
910
911 * help.el (view-emacs-news): Declare `res' in the right let* form.
912
913 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
914
915 * net/rcompile.el (remote-compile): Replace ange-ftp based
916 implementation by Tramp functions.
917 Suggested by Marc Abramowitz <msabramo@gmail.com>.
918
919 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
920
921 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
922
923 * international/fontset.el (setup-default-fontset): Fix a typo in
924 the "Oriya-Akruti" registry name.
925
926 2006-06-23 Lars Hansen <larsh@soem.dk>
927
928 * desktop.el (desktop-full-file-name): New function.
929 (desktop-kill, desktop-save, desktop-remove, desktop-read)
930 (desktop-revert): Use it.
931 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
932 (desktop-after-read-hook): Add option list-buffers.
933 (desktop-locals-to-save): Add tab-width.
934 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
935 Fix docstring.
936
937 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
938
939 * textmodes/org.el (org-cdlatex-mode-map)
940 (org-cdlatex-texmathp-advice-is-done): New variables.
941 (org-cdlatex-mode): New minor mode.
942 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
943 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
944 (org-export-with-archived-trees): New option.
945 (org-open-file): Remove the call to `convert-standard-filename'.
946 (org-archive-tag, org-agenda-skip-archived-trees)
947 (org-cycle-open-archived-trees)
948 (org-sparse-tree-open-archived-trees): New options.
949 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
950 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
951 New functions.
952 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
953 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
954 (org-mode-map): Add binding for `org-toggle-archive-tag'.
955 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
956 Call `org-prepare-agenda-buffers'.
957 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
958 (org-file-apps, org-file-apps-defaults-gnu)
959 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
960 Handle remote files by forcing them to be opened in Emacs.
961
962 2006-06-23 Andre Spiegel <spiegel@gnu.org>
963
964 * vc.el (vc-diff-knows-L): New variable.
965 (vc-diff-internal): Use it to handle "diff" programs that don't
966 understand -L. This works automatically, no user action is necessary.
967
968 2006-06-23 Daniel Brockman <daniel@brockman.se>
969
970 * net/rcirc.el (rcirc-default-user-full-name): Default to
971 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
972 longer exists).
973 (rcirc-process-list): Check `buffer-live-p' before attempting to
974 switch to a buffer.
975
976 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
977
978 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
979 based on rcirc-coding-system-alist.
980
981 2006-06-23 Martin Rudalics <rudalics@gmx.at>
982
983 * cus-edit.el (customize-apropos): A better error message.
984 (top level) <debug-ignored-errors>: Extend and update the list of
985 ignored error messages.
986
987 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
988
989 * complete.el (PC-do-completion): Retain capitalization of user
990 input, when possible, even if completion-ignore-case is set.
991
992 2006-06-23 Eli Zaretskii <eliz@gnu.org>
993
994 * generic-x.el (bat-generic-mode): Support .cmd files.
995
996 * dos-w32.el (top level): Use find-file-not-found-functions
997 instead of the obsolete find-file-not-found-hooks.
998
999 2006-06-22 Kim F. Storm <storm@cua.dk>
1000
1001 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1002 to recognize mode name containing submodes, such as Grep/lw.
1003
1004 2006-06-21 Kim F. Storm <storm@cua.dk>
1005
1006 * simple.el (line-move-1): Check for move-end-of-line instead of
1007 end-of-line when setting temporary-goal-column.
1008
1009 2006-06-21 Miles Bader <miles@gnu.org>
1010
1011 * play/cookie1.el (cookie): Work properly when there's only one entry.
1012
1013 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1014
1015 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1016 (gdb-frame-handler): Generalize frame regexp for templates.
1017
1018 2006-06-20 Glenn Morris <rgm@gnu.org>
1019
1020 * calendar/appt.el (appt-display-format): Default value must be
1021 one of the customize options.
1022
1023 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1024
1025 * term/xterm.el (terminal-init-xterm): Update key availability info.
1026 Bind C-return.
1027
1028 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1029
1030 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1031
1032 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1033 whether or not a local variables list is defined.
1034
1035 * msb.el (msb): Move `sit-for' hack here to handle both
1036 "mouse-down and drag" and "mouse-up and select" situations.
1037 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1038
1039 2006-06-20 Kenichi Handa <handa@m17n.org>
1040
1041 * international/characters.el (word-combining-categories):
1042 Add entries for 2-byte Han characters.
1043
1044 2006-06-19 Richard Stallman <rms@gnu.org>
1045
1046 * bindings.el (mode-line-format): Save some mode line space.
1047
1048 * files.el (find-file-noselect): Improve the question wording.
1049 (basic-save-buffer-2): Mask UMASK against 666.
1050
1051 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1052 (mouse-drag-vertical-line): Call it.
1053
1054 * cus-edit.el (customize-option, customize-option-other-window):
1055 Error if SYMBOL is nil.
1056
1057 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1058
1059 * textmodes/org.el: Require noutline, also on XEmacs.
1060 (org-end-of-subtree): Return point.
1061 (org-dblock-start-re, org-dblock-end-re): New constants.
1062 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1063 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1064 (org-update-all-dblocks, org-find-dblock): New functions.
1065 (org-collect-clock-time-entries): New function.
1066 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1067 (org-fixup-indentation): Modify to deal correctly with lines
1068 starting with TAB. Only one argument DIFF now.
1069 (org-demote, org-promote): Call `org-fixup-indentation' with just
1070 one argument, DIFF.
1071 (org-mode): Don't mark buffer as modified when aligning tables.
1072 (org-clock-sum): Don't mark buffer modified when adding time sum
1073 properties.
1074 (org-export-as-html): Add support for a link validation function.
1075 (org-archive-all-done): New function.
1076 (org-archive-subtree): New prefix argument. When set, archive all
1077 done subtrees in this buffer.
1078 (org-remove-clock-overlays)
1079 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1080 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1081 (org-put-clock-overlay): Don't swallow last headline character
1082 when displaying overlay.
1083 (org-store-link): Link to `image-mode' with just the file name.
1084
1085 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1086
1087 * viper-cmd.el (viper-special-read-and-insert-char):
1088 Use read-key-sequence.
1089 (viper-after-change-undo-hook): Misc enhancements.
1090 (viper-after-change-undo-hook): New hook.
1091 (viper-undo): Use viper-after-change-undo-hook.
1092 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1093 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1094 clicking on that widget/button.
1095
1096 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1097
1098 * ediff-diff (ediff-test-patch-utility): Catch errors.
1099 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1100 (ediff-set-actual-diff-options): New function.
1101 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1102 Use ediff-set-actual-diff-options.
1103 (ediff-extract-diffs): Catch errors.
1104 (ediff-whitespace): Add non-breakable space.
1105 (ediff-same-file-contents): Catch errors.
1106
1107 * ediff-mult.el (ediff-collect-custom-diffs):
1108 Save coding-system-for-read.
1109
1110 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1111 (ediff-vc-internal, ediff-vc-merge-internal):
1112 Use ediff-delete-version-file.
1113 (ediff-delete-version-file): New function.
1114
1115 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1116
1117 * ediff.el (ediff-directories, ediff-directory-revisions)
1118 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1119 (ediff-directories-internal, ediff-merge-directory-revisions)
1120 (ediff-merge-directory-revisions-with-ancestor)
1121 (ediff-directories3): Use read-directory-name.
1122
1123 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1124
1125 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1126 Remove superfluous part of regexp for brace matching which is handled
1127 by `scan-lists' call.
1128
1129 2006-06-16 Richard Stallman <rms@gnu.org>
1130
1131 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1132
1133 * files.el (basic-save-buffer-2): For a new precious file,
1134 use the default modes in the return value.
1135
1136 * facemenu.el (facemenu-color-alist): Doc fix.
1137
1138 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1139
1140 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1141
1142 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1143
1144 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1145 (mac-utxt-to-string): Use it.
1146 (mac-ts-update-active-input-area): Use mac-ae-number.
1147
1148 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * term.el (term-handle-scroll, term-delete-lines)
1151 (term-insert-lines): Fix off by one errors.
1152
1153 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1154
1155 * net/tramp.el (tramp-touch): Use UTC to express time.
1156
1157 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * mail/sendmail.el (mail-send): Search explicitly for
1160 mail-header-separator when checking for corrupted header lines.
1161
1162 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1163
1164 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1165 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1166 (gdb-init-1): Initialise them.
1167 (gdb-starting): Reset gdb-printing
1168 (gdb-starting): Save value of gud-overlay-arrow-position.
1169 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1170 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1171 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1172 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1173
1174 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1175
1176 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1177
1178 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1179
1180 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1181 (ldap-search-internal): Keep error messages, and a regexp fix.
1182
1183 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1184
1185 * files.el (hack-local-variables-confirm):
1186 Display string value using its printed representation.
1187
1188 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1189
1190 * server.el (server-edit): No-op if no server buffers exist.
1191
1192 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1193
1194 * textmodes/page-ext.el (pages-directory-for-addresses):
1195 Including `pages-directory-address-mode' in the function results
1196 in the message "Buffer in which pages were found is deleted".
1197
1198 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1199
1200 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1201 clocking functions.
1202
1203 (org-agenda-clock-in, org-check-running-clock)
1204 (org-clock-out-if-current, org-remove-clock-overlays)
1205 (org-put-clock-overlay): New functions.
1206 (org-clock-marker, org-clock-file-total-minutes)
1207 (org-clock-overlays): New variables.
1208 (org-clock-display, org-clock-sum, org-clock-cancel)
1209 (org-clock-out, org-clock-in): New commands.
1210 (org-export): New function.
1211 (org-emph-re): New constant.
1212 (org-set-emph-re, org-do-emphasis-faces): New functions.
1213 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1214 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1215 (org-export-html-convert-emphasize): Use the configurable emphasis.
1216 (org-cleaned-string-for-export): Make multiline emphasis visible
1217 to the exporter. New optional argument PARAMETERS.
1218 (org-export-as-html): Specify :emph-multiline parameter to
1219 `org-cleaned-string-for-export'.
1220
1221 2006-06-10 Richard Stallman <rms@gnu.org>
1222
1223 * help.el (help-for-help-internal): Clean up help text.
1224
1225 2006-06-10 Andreas Schwab <schwab@suse.de>
1226
1227 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1228 in doc string.
1229
1230 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1231
1232 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1233
1234 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1235 spaces after the comment start.
1236
1237 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1238
1239 * play/pong.el (pong-init-buffer):
1240 Fill buffer with spaces instead of ^A.
1241
1242 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1243 launched asynchronously, delete its process instead of being cool.
1244 (ispell-async-processp): Check for `delete-process' existence
1245 instead of `kill-process' one for consistency.
1246
1247 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1248
1249 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1250 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1251 in mode line at startup.
1252
1253 2006-06-08 Kim F. Storm <storm@cua.dk>
1254
1255 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1256 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1257 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1258 (ido-file-internal): Pass full file name to write-file.
1259 (ido-read-internal): Only pop stack elements automatically if they
1260 actually match an existing directory or file name.
1261
1262 2006-06-07 Kenichi Handa <handa@m17n.org>
1263
1264 * international/mule.el (find-auto-coding): Don't handle the short
1265 name `char-trans'.
1266
1267 * files.el (hack-local-variables-prop-line)
1268 (hack-local-variables): Cancel the previous change.
1269
1270 2006-06-06 Jesper Harder <harder@phys.au.dk>
1271
1272 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1273
1274 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1275
1276 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1277 diff-default-read-only is non-nil.
1278 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1279 (diff-refine-hunk): Set inhibit-read-only to t.
1280
1281 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1282 modifying the *Diff* buffer.
1283 (diff-process-filter): New filter function for diff process that
1284 sets inhibit-read-only to t when modifying the *Diff* buffer.
1285
1286 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1287
1288 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1289 insertion point and control the number of empty lines.
1290 (org-paste-subtree): Limit the number of empty lines at the end of
1291 the inserted tree.
1292 (org-agenda): Use buffer name of current file for narrowing.
1293 (org-export-as-xml): Command removed.
1294 (org-export-xml-type): Option removed.
1295 (org-mode-map): Call `org-export-as-xoxo' directly.
1296 (org-get-indentation): New optional argument LINE.
1297 (org-fix-indentation, org-remove-tabs): New functions.
1298 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1299 correct indentation for headlines that are converted it items.
1300 (org-skip-comments): Remove table lines that contain narrowing
1301 cookies but no other non-empty fields.
1302 (org-set-tags): Allow groups of mutually exclusive tags.
1303 (org-cmp-time): Sort 24:21 before items without time.
1304 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1305 (org-open-at-point): Require double colon also for numbers.
1306
1307 2006-06-06 Kim F. Storm <storm@cua.dk>
1308
1309 * ido.el (ido-default-file-method, ido-default-buffer-method):
1310 Make choice values consistent with corresponding command names.
1311 (ido-visit-buffer): Update accordingly. Default to selected-window.
1312
1313 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1314
1315 * progmodes/gud.el (gud-running): Fix doc string.
1316 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1317 (gud-tooltip-modes): Add python-mode.
1318 (gud-tooltip-print-command): Add pdb. Remove perldb.
1319
1320 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1321
1322 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1323 Quote $(EMACS).
1324
1325 2006-06-05 Richard Stallman <rms@gnu.org>
1326
1327 * faces.el (defined-colors): Doc fix.
1328
1329 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1330
1331 * vc.el (vc-process-filter): Inhibit undo info collection around
1332 call to insert.
1333 (vc-setup-buffer): Likewise for call to erase-buffer.
1334 (vc-do-command): Likewise for call to process-file.
1335
1336 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1337
1338 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1339 for gud-go.
1340 (gud-common-init): Other debuggers may trigger error.
1341
1342 2006-06-05 Kenichi Handa <handa@m17n.org>
1343
1344 * international/mule.el (find-auto-coding):
1345 Handle enable-character-translation in file header.
1346
1347 2006-06-04 Kim F. Storm <storm@cua.dk>
1348
1349 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1350 (authors-fixed-entries): Fix spelling.
1351 (authors-canonical-file-name): Don't report error for wildcards.
1352
1353 * help.el (view-emacs-news): Rewrite to support new NEWS,
1354 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1355 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1356 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1357
1358 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1359
1360 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1361 exec constructs like `foo bar`.
1362 (sh-quoted-subshell): New helper function to search for a possibly
1363 nested subshell (like `` or $()) within a "" quoted string.
1364 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1365 (sh-apply-quoted-subshell): Flag quote characters inside a
1366 subshell, which is itself already in a quoted region, as
1367 punctuation, since this is the closest to what they actually are.
1368 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1369 sh-apply-quoted-subshell.
1370 (sh-font-lock-syntactic-face-function): Apply the new face for
1371 text inside `` instead of the old font-lock-string-face.
1372
1373 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1374
1375 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1376 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1377 (mac-bytes-to-text-range, mac-ae-text-range-array)
1378 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1379 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1380 (mac-ts-unicode-for-key-event): New functions.
1381 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1382 (mac-handle-font-selection): Use mac-ae-number.
1383 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1384 New variables.
1385 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1386 (mac-ts-converted-text, mac-ts-selected-converted-text)
1387 (mac-ts-block-fill-text, mac-ts-outline-text)
1388 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1389 (mac-ts-hilite-style-faces): New constant.
1390 (mac-apple-event-map): Bind text input events.
1391 (mac-dispatch-apple-event): Use command-execute instead of
1392 call-interactively.
1393 (global-map): Don't bind mac-apple-event.
1394 (special-event-map): Bind mac-apple-event.
1395
1396 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1397
1398 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1399 file name.
1400 (emacs): Enclose the value of $(EMACS) in quotes.
1401
1402 2006-06-02 Juri Linkov <juri@jurta.org>
1403
1404 * international/mule.el (sgml-html-meta-auto-coding-function):
1405 Remove the condition `(search-forward "<html" size t)'.
1406 Replace `\"' with `[\"']?' in `re-search-forward'.
1407
1408 2006-06-02 Kenichi Handa <handa@m17n.org>
1409
1410 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1411 as well as `coding'.
1412 (hack-local-variables): Likewise.
1413
1414 * international/mule.el (enable-character-translation):
1415 Put permanent-local and safe-local-variable properties.
1416 (find-auto-coding): Handle char-trans: tag.
1417
1418 2006-06-02 Juri Linkov <juri@jurta.org>
1419
1420 * international/mule.el (sgml-html-meta-auto-coding-function):
1421 Limit the search by the end of the HTML header (if any).
1422
1423 2006-06-01 Richard Stallman <rms@gnu.org>
1424
1425 * subr.el (with-current-buffer): Doc fix.
1426
1427 2006-06-02 Masatake YAMATO <jet@gyve.org>
1428
1429 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1430 Almost rewrite. Underlines over all lines of gcov output are too
1431 uncomfortable to read. Suggested by Dan Nicolaescu.
1432
1433 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1434
1435 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1436
1437 * shell.el (shell-mode): Use shell-mode-map in docstring.
1438
1439 * comint.el (comint-send-input): Do not add help-echo and
1440 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1441
1442 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1443
1444 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1445
1446 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1447
1448 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1449 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1450 look up the stack and pop up GUD buffer if necessary.
1451 (gdb-frames-select): Remove redundant call to gud-display-frame.
1452 (gdb-info-threads-custom): Keep point at start of buffer.
1453 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1454
1455 2006-05-31 Juri Linkov <juri@jurta.org>
1456
1457 * replace.el (query-replace-read-from, query-replace-read-to):
1458 Bind `history-add-new-input' to nil. Call `add-to-history'.
1459
1460 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1461
1462 * textmodes/table.el: Convert all HTML tags to lower case for
1463 XHTML compatibility.
1464
1465 2006-05-31 Masatake YAMATO <jet@gyve.org>
1466
1467 * progmodes/compile.el:
1468 (compilation-error-regexp-alist-alist::gcov-called-line):
1469 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1470
1471 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1472
1473 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1474 Revert inadvertent changes made with last commit.
1475
1476 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1477
1478 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1479 New functions.
1480
1481 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1482
1483 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1484
1485 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1486 only matches in the right place.
1487 (org-upcoming-deadline): New face.
1488 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1489 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1490 and make it an option.
1491 (org-export-ascii-bullets): New option.
1492 (org-export-as-html): Many changes to emit valid XHTML.
1493 (org-par-open): New variable.
1494 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1495 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1496 (org-timeline): Pass `org-timeline-show-empty-dates' to
1497 `org-get-all-dates'. Interpret empty dates returned by
1498 `org-get-all-dates'.
1499 (org-get-all-dates): New argument EMPTY. Add dates without
1500 entries to the list, mark large ranges of empty dates.
1501 (org-point-in-group, org-context): New functions.
1502
1503 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1504
1505 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1506
1507 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1508 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1509 to C-mouse-3 (for 2 button mice).
1510 (gdb-send): Do the right thing for C-d.
1511
1512 * speedbar.el (speedbar-detach): Delete.
1513 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1514 it breaks things.
1515 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1516
1517 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1518
1519 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1520 Makeppfile.
1521
1522 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1523 Add makepp diagnostic.
1524
1525 2006-05-29 Richard Stallman <rms@gnu.org>
1526
1527 * window.el (fit-window-to-buffer): Doc fix.
1528
1529 * help.el (temp-buffer-max-height): Doc fix.
1530
1531 * subr.el (with-current-buffer): Doc fix.
1532
1533 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1534
1535 * term/x-win.el: Bind F10 to menu-bar-start if available.
1536
1537 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1538
1539 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1540 uses with a simple test.
1541 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1542 (term-send-raw-string, term-send-raw, term-mouse-paste)
1543 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1544 (term-handle-exit, term-read-input-ring)
1545 (term-previous-matching-input-string)
1546 (term-previous-matching-input-string-position)
1547 (term-previous-matching-input-from-input)
1548 (term-replace-by-expanded-history, term-send-input)
1549 (term-skip-prompt, term-bol, term-send-invisible)
1550 (term-kill-input, term-delchar-or-maybe-eof)
1551 (term-backward-matching-input, term-check-source)
1552 (term-proc-query, term-emulate-terminal)
1553 (term-handle-colors-array, term-process-pager, term-pager-line)
1554 (term-pager-bob, term-unwrap-line, term-word)
1555 (term-dynamic-complete-filename)
1556 (term-dynamic-complete-as-filename)
1557 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1558 unlesses.
1559
1560 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1561
1562 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1563 during bootstrapping.
1564
1565 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1566 Basically undo the change of 2006-05-26: use extra arguments instead of
1567 dynamic scoping.
1568 (ewoc-locate): Remove unused var `footer'.
1569
1570 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1571
1572 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1573
1574 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1575 (generate-file-autoloads): Obey it. Return whether autoloads were
1576 added at point or not.
1577 (update-file-autoloads): Use this new return value.
1578 Remove redundant test for the presence of an autoload cookie.
1579
1580 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1581 This one calls hack-local-variables.
1582 (generate-file-autoloads, update-file-autoloads): Use it.
1583
1584 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1585 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1586 (bibtex-sort-entry-class-alist): Don't set the global value.
1587 (bibtex-init-sort-entry-class-alist): New fun.
1588 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1589 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1590 of bibtex-init-sort-entry-class.
1591
1592 2006-05-28 Richard Stallman <rms@gnu.org>
1593
1594 * subr.el (load-history-regexp): If FILE is relative, insist
1595 entire last name component must match it.
1596 (load-history-filename-element, load-history-regexp): Doc fixes.
1597
1598 2006-05-29 Kim F. Storm <storm@cua.dk>
1599
1600 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1601 `pos' and `raw-data' for clarity, as eval forms may access these.
1602
1603 2006-05-28 Kim F. Storm <storm@cua.dk>
1604
1605 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1606
1607 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1608
1609 * progmodes/make-mode.el (makefile-browser-map)
1610 (makefile-mode-syntax-table): Move initialization inside declaration.
1611 (makefile-fill-paragraph): Use the default comment-filling code.
1612
1613 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1614
1615 * replace.el (query-replace-defaults): New variable.
1616 (query-replace-read-from): Use `query-replace-defaults' for
1617 default value, instead of history list.
1618 (query-replace-read-to): Update `query-replace-defaults'.
1619
1620 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1621
1622 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1623 with no X toolkit.
1624
1625 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1626
1627 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1628 (tumme-show-all-from-dir): Add autoload.
1629
1630 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1631
1632 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1633 (tumme-remove-tag): Fix bug.
1634
1635 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1636
1637 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1638 FOOTER args. Update unique caller.
1639 (ewoc-delete): Compute last node once before looping.
1640 (ewoc--node-branch): Merge into unique caller.
1641 (ewoc--node): Don't define constructor make-ewoc--node for this
1642 structure.
1643 (ewoc): Add member `hf-pp' to this structure.
1644 (ewoc--wrap): New func.
1645 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1646 header/footer pretty-printers. Save header/footer pretty-printer.
1647 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1648
1649 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1650
1651 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1652
1653 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1654 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1655 Tag'. Change "Compare directories..." to "Change Directories...".
1656 Move tumme commands to Operate, Regexp and Immediate menus.
1657 Change "Add Comment" to "Add Image Comment". Change "Add Image
1658 Tag" to "Add Image Tags".
1659
1660 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1661 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1662 `tumme-delete-tag'.
1663
1664 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1665
1666 * shell.el (shell-mode): Call shell-dirtrack-mode after
1667 list-buffers-directory is made a local variable, to avoid setting
1668 the default value.
1669
1670 2006-05-26 Kevin Ryde <user42@zip.com.au>
1671
1672 * info.el (Info-index-next): Use where-is-internal to report
1673 actual binding of Info-index-next, rather than hard-coded `,'.
1674
1675 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1676
1677 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1678 and "Find Command in Manual" to here.
1679
1680 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1681 Info-current-file as the file name.
1682
1683 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1684
1685 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1686 overrides will now be done a different way.
1687 (ses-set-parameter): Reapply this function for undo.
1688 (ses-set-header-row): Reconstruct header row during undo.
1689 (ses-widen): New function.
1690 (ses-goto-data, ses-reconstruct-all): Use new function.
1691 (ses-command-hook): Widen buffer during undo, before unupdating
1692 the cells.
1693 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1694 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1695 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1696 formula hasn't been executed yet.
1697
1698 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1699
1700 * comint.el (comint-kill-whole-line): Rename arg to count.
1701 Fix doc string.
1702
1703 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1706 to copy-file.
1707
1708 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1709
1710 * simple.el (toggle-truncate-lines): Make arg optional for
1711 backward compatibility.
1712
1713 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1714
1715 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1716 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1717 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1718 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1719 (ewoc--adjust): Use ewoc--current-dll.
1720 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1721
1722 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1723
1724 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1725 compact error message.
1726 (org-tags-view): Refresh category table in each file.
1727 (org-table-justify-field-maybe): Remove superfluous arguments to
1728 `format'.
1729 (org-export-as-html): Insert "<p>" before postamble.
1730 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1731
1732 2006-05-26 Kenichi Handa <handa@m17n.org>
1733
1734 * textmodes/po.el (po-find-charset): Pay attention to the case
1735 FILENAME is a cons (NAME . BUFFER).
1736 (po-find-file-coding-system-guts): Likewise.
1737
1738 * arc-mode.el (archive-set-buffer-as-visiting-file):
1739 Call find-operation-coding-system with (FILENAME . BUFFER).
1740
1741 * tar-mode.el (tar-extract): Call find-operation-coding-system
1742 with (FILENAME . BUFFER).
1743
1744 * international/mule.el (decode-coding-inserted-region):
1745 Call find-operation-coding-system with (FILENAME . BUFFER).
1746
1747 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * image-mode.el (image-toggle-display): Use buffer contents to
1750 generate image for a remote file.
1751
1752 2006-05-25 Juri Linkov <juri@jurta.org>
1753
1754 * replace.el (query-replace-read-from, query-replace-read-to):
1755 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1756
1757 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1758
1759 * whitespace.el (whitespace-cleanup): Change to cleanup
1760 region if one is active.
1761 * whitespace.el (whitespace-cleanup-internal): New internal method.
1762
1763 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1764
1765 * dired.el (dired-mode-map): Add help-echo strings to tumme
1766 commands. Bind `tumme-dired-display-image' to C-t i.
1767
1768 * tumme.el (tumme-display-image): Change documentation string slightly.
1769 (tumme-dired-display-image): Add call to `display-buffer'.
1770
1771 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1772
1773 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1774 Signal error if RAW-DATA is a multibyte string.
1775
1776 2006-05-24 Richard Stallman <rms@gnu.org>
1777
1778 * subr.el (with-local-quit): When handling `quit' signal,
1779 make a chance for quit-flag to cause a quit.
1780
1781 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1782 (ad-disable-advice): Add autoloads.
1783
1784 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1785
1786 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1787
1788 * dired.el (dired-mode-map): Change menu items for tumme as per
1789 suggestions in emacs-devel.
1790
1791 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1792
1793 * dired.el (dired-mode-map): Fix breakage.
1794
1795 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1796
1797 * tumme.el (tumme-display-dired-image): Rename to...
1798 (tumme-dired-display-image): ...this.
1799 (tumme-track-movement): Change default value to t.
1800 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1801 used from `tumme-next-line-and-display' and similar commands.
1802
1803 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1804 Immediate menu. Add some tumme commands there.
1805
1806 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1807
1808 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1809
1810 2006-05-24 Chong Yidong <cyd@mit.edu>
1811
1812 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1813 menu entries that open submenus.
1814
1815 2006-05-24 Alan Mackenzie <acm@muc.de>
1816
1817 * startup.el (command-line): For names of preloaded files, don't
1818 append ".elc" (now done in Fload), and call file-truename on the
1819 lisp directory.
1820
1821 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1822 match ANY loaded file with the right name, not just those in
1823 load-path. Put a regexp matching the file name into
1824 after-load-alist, rather than the name itself.
1825
1826 * subr.el: New functions load-history-regexp,
1827 load-history-filename-element, do-after-load-evaluation.
1828
1829 * international/mule.el (load-with-code-conversion): Do the
1830 eval-after-load stuff by calling do-after-load-evaluation.
1831
1832 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1833
1834 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1835 has not been killed.
1836
1837 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1838
1839 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1840 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1841 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1842 Optionally set error message in reply.
1843
1844 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1845
1846 * textmodes/org.el (org-open-at-point): Use renamed variable
1847 `org-confirm-shell-link-function'.
1848 (org-confirm-shell-link-function): Rename from
1849 `org-confirm-shell-links'.
1850 (org-export-directory): New function.
1851 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1852 (org-export-icalendar): Use `org-export-directory'.
1853 (org-indent-item): Keep cursor position.
1854 (org-link-file-path-type): New option.
1855 (org-export-as-html): Fix bug with plain lists starting in
1856 column 0.
1857 (org-export-as-html): Remove deadline formatting, this happens
1858 now already in `org-html-handle-time-stamps'.
1859 (org-export-html-style): Deadline class removed.
1860 (org-insert-labeled-timestamps-at-point): New option.
1861 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1862 of `hide-sublevels 1', in case the first headline is not level 1.
1863 (org-overview, org-content): New fuction.
1864 (org-cycle-global-status, org-cycle-subtree-status): Make these
1865 variables buffer-local.
1866 (org-global-cycle): New command.
1867 (org-shifttab): Use `org-global-cycle'.
1868 (org-insert-heading, org-insert-item): Go to end of new
1869 headline/item after creating it.
1870 (org-export-visible): Rename from `org-export-copy-visible'.
1871 Now creates a temporary org-file and applies an exporting command
1872 to it.
1873 (org-table-eval-formula): Support for lisp forms.
1874 (org-agenda-todo-ignore-scheduled): New option.
1875 (org-agenda-get-todos): Use new option
1876 `org-agenda-todo-ignore-scheduled'.
1877 (org-export-html-inline-images): New value `maybe'.
1878 (org-export-as-html): Inlining of images dependent on link description.
1879 (org-archive-subtree): Check for end-of-buffer before trying
1880 `kill-line'.
1881 (org-agenda-follow-mode): New option.
1882 (org-export-with-tags, org-export-with-timestamps): New options.
1883 (org-html-handle-time-stamps): New function.
1884 (org-keyword-time-regexp): New variable.
1885 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1886 (org-agenda-todo-list-sublevels): New option.
1887 (org-html-level-start): When TITLE is nil, just close all levels.
1888 (org-parse-key-lines, org-parse-export-options): Remove functions,
1889 replaced by `org-infile-export-plist'.
1890 (org-combine-plists, org-infile-export-plist)
1891 (org-default-export-plist): New functions.
1892 (org-export-html-preamble, org-export-html-postamble)
1893 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1894 New variables.
1895 (org-export-publishing-directory): New option.
1896 (org-export-as-html, org-export-as-ascii): Use the new property
1897 lists for settings.
1898 (org-export-copy-visible, org-export-as-xoxo):
1899 Respect `org-export-publishing-directory'.
1900 (org-link-search, org-store-link, org-file-apps): Support for
1901 links to BibTeX database entries..
1902 (org-get-current-options, org-set-regexps-and-options):
1903 Implement logging as a startup option.
1904 (org-store-link): Make sure context string is never empty
1905 (org-insert-link): Use relative path when possible.
1906 (org-at-item-checklet-p): New function.
1907 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1908 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1909 (org-metaright, org-metaup, org-metadown, org-shiftup)
1910 (org-shiftdown, org-shiftright, org-shiftleft)
1911 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1912 Dispatch using `call-interactively'.
1913 (org-call-with-arg): New defsubst.
1914 (org-tag-alist, org-use-fast-tag-selection): New options.
1915 (org-complete): Use `org-tag-alist'.
1916 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1917 (org-next-item, org-previous-item): New commands.
1918 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1919 make command.
1920 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1921
1922 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1923
1924 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1925 (ewoc-filter): Use `ewoc-delete'.
1926
1927 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1928
1929 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1930
1931 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1932 Signal more user-friendly error messages.
1933
1934 * complete.el (PC-do-completion): Undo the addition of implicit
1935 wildcards if they did not lead to finding any match.
1936 (read-file-name-internal): Don't add the final > if the completion is
1937 not finished.
1938
1939 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1940
1941 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1942 Quote safe-local-variable predicate.
1943
1944 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1945
1946 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1947
1948 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1949
1950 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1951
1952 * progmodes/make-mode.el (makefile-special-targets-list)
1953 (makefile-macro-table, makefile-target-table): Mark as risky.
1954 (makefile-query-one-target-method): Make this the alias for the
1955 following variable.
1956 (makefile-query-one-target-method-function): Make this the real name.
1957
1958 * textmodes/artist.el (artist-text-renderer): Make this the alias
1959 for the following variable.
1960 (artist-text-renderer-function): Make this the real name.
1961
1962 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1963 the alias for the following variable.
1964 (flyspell-generic-check-word-predicate): Make this the real name.
1965
1966 * textmodes/ispell.el (ispell-format-word): Make this the alias
1967 for the following variable.
1968 (ispell-format-word-function): Make this the real name.
1969 (ispell-message-text-end): Mark as risky.
1970
1971 * skeleton.el (skeleton-transformation, skeleton-filter)
1972 (skeleton-pair-filter): Make these the aliases for the following
1973 variables.
1974 (skeleton-transformation-function, skeleton-filter-function)
1975 (skeleton-pair-filter-function): Make these the real names.
1976
1977 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1978 and skeleton-pair-filter-function.
1979
1980 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1981 alias for the following variable.
1982 (sgml-transformation-function): Make this the real name.
1983 (sgml-tag-alist): Mark as risky.
1984
1985 2006-05-21 Richard Stallman <rms@gnu.org>
1986
1987 * simple.el (kill-region): Interactively, pass point, then mark.
1988
1989 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1990
1991 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1992
1993 2006-05-21 Romain Francoise <romain@orebokech.com>
1994
1995 * dired-x.el (dired-mode-map): Don't bind M-g.
1996
1997 2006-05-20 Richard Stallman <rms@gnu.org>
1998
1999 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2000 (dired-goto-file): Doc fix.
2001
2002 2006-05-21 Kim F. Storm <storm@cua.dk>
2003
2004 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2005 way to enable built-in cua-mode if user loads older CUA-mode package.
2006
2007 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2008 if default-filename is specified.
2009
2010 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2011
2012 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2013
2014 * info.el (info-apropos): Make sure current-file and current-node
2015 have non-nil values. Speed up by using add-to-list instead of
2016 manual consing.
2017
2018 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2019
2020 * progmodes/make-mode.el (makefile-mode): Doc fix.
2021
2022 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2023
2024 * dired-aux.el (dired-do-shell-command): Doc fix.
2025
2026 2006-05-20 Kevin Ryde <user42@zip.com.au>
2027
2028 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2029 ``(custom-manual :tag "Foo" "(foo)Node")''.
2030
2031 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2032
2033 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2034 value is an integer.
2035
2036 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2037
2038 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2039 "format".
2040 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2041
2042 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2043
2044 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2045 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2046
2047 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2048
2049 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2050 regexp for keywords.
2051
2052 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2053
2054 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2055 replace-regexp-in-string.
2056
2057 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2058 encode, and escape file name on conversion to URL.
2059
2060 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2061
2062 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2063 Don't unescape URL.
2064 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2065
2066 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2067 on conversion to URLs.
2068
2069 * net/browse-url.el (browse-url-file-url): Encode file name on
2070 conversion to URL.
2071
2072 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2073 conversion to URL.
2074
2075 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2076
2077 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2078
2079 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2080
2081 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2082 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2083
2084 2006-05-19 Glenn Morris <rgm@gnu.org>
2085
2086 * calendar/diary-lib.el (diary-bahai-date)
2087 (list-bahai-diary-entries, mark-bahai-diary-entries)
2088 (mark-bahai-calendar-date-pattern): Not interactive.
2089 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2090 (diary-entries-list): Change format of 4th element in each entry.
2091 (diary-list-entries): Use add-to-diary-list.
2092 (diary-goto-entry): Handle the case where the buffer visiting the
2093 diary has been killed.
2094 (fancy-diary-display): Add 'locator to button rather than 'marker.
2095 Only generate temp-face when there are marks to apply.
2096 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2097 (diary-fancy-date-pattern): New variable.
2098 (diary-time-regexp): Doc fix.
2099 (diary-anniversary, diary-time): New faces.
2100 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2101 diary-time-regexp. Add font-lock-multiline property where needed.
2102 Use new faces diary-anniversary and diary-time.
2103 (diary-fancy-font-lock-fontify-region-function): New function, to
2104 handle multiline font-lock pattern in fancy diary.
2105 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2106 (diary-font-lock-keywords): Tweak time regexp. Use new face
2107 diary-time.
2108
2109 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2110
2111 * international/code-pages.el (mik): Table corrected.
2112
2113 2006-05-18 Kim F. Storm <storm@cua.dk>
2114
2115 * progmodes/grep.el (grep-find): Don't check grep-find-command
2116 before running command (breaks non-interactive usage).
2117
2118 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2119
2120 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2121 (ewoc--insert-new-node): Don't insert trailing newline.
2122 Instead, adjust successor nodes's start markers.
2123 (ewoc--refresh-node): Delete all text from current node's start
2124 marker to the next one's; adjust successor nodes's start markers.
2125 (ewoc--create): Doc fixes.
2126 (ewoc--refresh): Don't insert newline.
2127 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2128 * pcvs.el (cvs-make-cvs-buffer):
2129 Specify extra newline for ewoc's header and footer.
2130 (cvs-update-header): Update initial header recognition.
2131 Append newline to final header and footer values.
2132 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2133
2134 2006-05-17 Richard Stallman <rms@gnu.org>
2135
2136 * files.el (file-name-extension): Doc fix.
2137
2138 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2139
2140 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2141 we can explicitly enable/disable rather than toggle.
2142 (shell-mode): Use it.
2143 (shell-cd): Don't try to reproduce what `cd' does.
2144
2145 2006-05-17 Kim F. Storm <storm@cua.dk>
2146
2147 * ido.el (ido-read-internal): Use only nondirectory part of
2148 default item.
2149
2150 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2151
2152 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2153 (ewoc-nth): Doc fix.
2154
2155 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2156
2157 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2158
2159 * international/mule.el (auto-coding-alist): Add .lha to files
2160 read with no-conversion.
2161
2162 * files.el (auto-mode-alist): Add .lha files to archive file
2163 extensions.
2164
2165 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2166 Convert csize to integer when computing offsets within the
2167 compressed archive file.
2168
2169 2006-05-16 Kim F. Storm <storm@cua.dk>
2170
2171 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2172 with read-from-minibuffer.
2173
2174 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2175
2176 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2177 (byte-compile-warnings): Fix safe-local-variable property.
2178
2179 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2180
2181 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2182 (allout-stylish-prefixes, allout-numbered-bullet)
2183 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2184 predicates to qualify `safe-local-variable' property, when
2185 available, else use equivalent lambda.
2186 (allout-current-topic-collapsed-p): Do the right thing regarding
2187 trailing blank lines.
2188
2189 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2190
2191 * server.el (server-start): Only create a directory if needed.
2192 (server-edit, server-unload-hook): server-start => server-mode.
2193 (kill-emacs-hook): Cleanup upon exit.
2194
2195 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * hexl.el (hexlify-buffer): Encode process arguments manually.
2198
2199 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2200
2201 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2202 call to gdb-tooltip-print.
2203
2204 2006-05-15 Romain Francoise <romain@orebokech.com>
2205
2206 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2207 systems, default to "tar" since those systems probably have GNU tar.
2208
2209 2006-05-14 Lars Hansen <larsh@soem.dk>
2210
2211 * desktop.el (desktop-missing-file-warning): Fix docstring.
2212 (desktop-restore-file-buffer): Correct question asked on missing file.
2213
2214 2006-05-14 Kim F. Storm <storm@cua.dk>
2215
2216 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2217 Add CUA move property.
2218
2219 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2220
2221 * custom.el (custom-push-theme): Load the variable before checking
2222 its `standard-value'.
2223
2224 2006-05-13 Lars Hansen <larsh@soem.dk>
2225
2226 * desktop.el (desktop-save): Use with-temp-buffer.
2227
2228 2006-05-12 Glenn Morris <rgm@gnu.org>
2229
2230 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2231 * calendar/calendar.el (calendar-mode-map):
2232 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2233 * calendar/appt.el (appt-check, appt-make-list): Refer to
2234 diary-view-entries, diary-list-entries, diary-show-all-entries
2235 rather than obsolete aliases.
2236
2237 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * simple.el (line-move-finish): Avoid calling point motion hooks
2240 while processing intangibility.
2241
2242 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2243
2244 * term/xterm.el (terminal-init-xterm): Fix typo.
2245
2246 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2247
2248 * allout.el (allout-view-change-hook): Mark as being deprecated,
2249 to be replaced by `allout-exposure-change-hook'.
2250 (allout-exposure-change-hook): New, replacing
2251 `allout-view-change-hook'.
2252 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2253 in addition to `allout-view-change-hook'.
2254 (allout-show-bodies, allout-old-style-prefixes)
2255 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2256 lambda forms to prevent their showing up in variable help
2257 presentations as inscrutable byte-compiled code.
2258 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2259 Use string-or-null-p to qualify safe-local-variable values.
2260 (allout-reindent-bodies): Use memq to qualify matches against
2261 valid safe-local-variable values. Also, quote the lambda as above.
2262 (allout-use-mode-specific-leader): Add missing candidate-value
2263 symbols, use memq, and quote the lambda.
2264 (allout-overlay-interior-modification-handler): Remove unused
2265 variables `msg' and 'opened'.
2266 (allout-hidden-p): Constrain invisibility consideration to allout's
2267 invisibility spec, disregarding invisibility for other reasons.
2268
2269 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2270
2271 * files.el (version-control): Correct safe values.
2272
2273 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2274
2275 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2276
2277 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2278 (ewoc--insert-new-node): New func.
2279 Update callers of deleted funcs to use it, instead.
2280
2281 2006-05-11 Glenn Morris <rgm@gnu.org>
2282
2283 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2284 obsolete alias `show-all-diary-entries'.
2285 (make-diary-entry): Not interactive.
2286 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2287 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2288 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2289 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2290 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2291 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2292
2293 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2294
2295 * calendar/calendar.el (calendar-french-date-string)
2296 (calendar-mayan-date-string, calendar-chinese-date-string)
2297 (calendar-astro-date-string, calendar-iso-date-string)
2298 (calendar-islamic-date-string, calendar-bahai-date-string)
2299 (calendar-hebrew-date-string, calendar-coptic-date-string)
2300 (calendar-ethiopic-date-string, calendar-persian-date-string):
2301 These functions are not interactive.
2302
2303 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2304
2305 * files.el: Balance parentheses.
2306
2307 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2308
2309 * files.el, newcomment.el, outline.el, simple.el,
2310 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2311 progmodes/cc-vars.el, progmodes/compile.el:
2312 Move `safe-local-variable' declarations to the respective files.
2313
2314 * help-fns.el (describe-variable): Don't print safe-var if it is
2315 byte-code. Improve wording as suggested by Luc Teirlinck.
2316
2317 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2318
2319 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2320 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2321 Use a token for pending-triggers to ensure gdb-var-update
2322 gets called once per user input again for pre-GDB 6.4.
2323 (gdb-var-delete): Match on more complex expressions.
2324 (gdb-var-list-children-handler, gdb-var-create-handler):
2325 Use a token for consistency.
2326
2327 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2328
2329 * textmodes/org.el (org-read-date, org-goto-calendar)
2330 (org-agenda-goto-calendar):
2331 Bind `view-calendar-holidays-initially' to nil.
2332
2333 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2334
2335 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2336 Update all callers to do it there, instead.
2337
2338 2006-05-10 Glenn Morris <rgm@gnu.org>
2339
2340 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2341 prefix arg case, to avoid view-diary-entries-initially error.
2342 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2343 (calendar-date-is-legal-p): Handle dates with no day part.
2344
2345 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2346
2347 * comint.el (comint-insert-input): Just make it when
2348 comint-use-prompt regexp is nil (default) and with the mouse.
2349 (comint-copy-old-input): Reinstate from 2004-06-23.
2350 (comint-mode-map): Bind C-c C-m to it.
2351
2352 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2353
2354 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2355 Remove spurious move to point-max (new comint behavior fixes).
2356
2357 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2358 compatibility function (Emacs 18/19).
2359 (idlwave-is-continuation-line): Always return point at start of
2360 previous non-blank continuation line.
2361 `keyword-parameters': Fix continued comment font-lock matcher.
2362 (idlwave-font-lock-fontify-region): Written, use as
2363 font-lock-fontify-region-function, to fix continued keyword
2364 fontification issues.
2365
2366 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2367
2368 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2369 (mac-service-selection, mac-service-open-file)
2370 (mac-service-open-selection, mac-service-mail-selection)
2371 (mac-service-mail-to, mac-service-insert-text): Rename from
2372 mac-services-*. All uses changed.
2373 (mac-apple-event-map): Rename event symbol `services' to `service'.
2374
2375 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2376
2377 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2378 (ewoc--node-enter-first, ewoc--node-enter-last)
2379 (ewoc--delete-node-internal): Merge funcs into unique callers.
2380
2381 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2382
2383 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2384 return value of read-from-minibuffer for empty input.
2385
2386 2006-05-09 Miles Bader <miles@gnu.org>
2387
2388 * comint.el (comint-insert-input): Remove redundant calls to setq
2389 and goto-char.
2390
2391 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2392
2393 * comint.el (comint-insert-input): Make it work when
2394 comint-use-prompt-regexp is t.
2395
2396 2006-05-10 Miles Bader <miles@gnu.org>
2397
2398 * subr.el (field-at-pos): New function.
2399
2400 * comint.el (comint-insert-input): Use it.
2401
2402 2006-05-09 Juri Linkov <juri@jurta.org>
2403
2404 * battery.el (battery-linux-proc-acpi): Also try
2405 `/proc/acpi/thermal_zone/THR2/temperature'.
2406
2407 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2408 for now unused lambda `string-or-null'.
2409
2410 * add-log.el (change-log-default-name): Put `string-or-null-p'
2411 instead of lambda on `safe-local-variable' property.
2412
2413 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2414 `region-end' instead of `mark' and `point'.
2415 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2416 Operate on region in Transient Mark mode when the mark is active.
2417 Use `region-beginning' and `region-end' instead of `mark' and
2418 `point'.
2419 (diff-hunk-text, diff-goto-source): Doc fix.
2420
2421 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2422 face `mode-line-buffer-id' for mode-line buffer face instead of
2423 hard-coded `(:weight bold)'.
2424
2425 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2426 buffer-undo-list to t (undo-ask is reproducible by visiting
2427 nested archives).
2428
2429 2006-05-09 Kim F. Storm <storm@cua.dk>
2430
2431 * progmodes/grep.el (rgrep): Set default directory of *grep*
2432 buffer if we start M-x rgrep in the *grep* buffer and choose
2433 a different base directory.
2434
2435 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2436
2437 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2438 completion also when ido is loaded.
2439
2440 2006-05-09 Masatake YAMATO <jet@gyve.org>
2441
2442 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2443 "warning" and "import".
2444 (cpp-font-lock-keywords): Added "warning".
2445
2446 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2447
2448 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2449
2450 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2453 pages at a time, if we signal the end, we should indeed reach that end.
2454
2455 2006-05-08 David Reitter <david.reitter@gmail.com>
2456
2457 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2458 output during execution of the body.
2459
2460 2006-05-08 Kim F. Storm <storm@cua.dk>
2461
2462 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2463
2464 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2465
2466 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2467 Use with-current-buffer.
2468
2469 2006-05-07 Kim F. Storm <storm@cua.dk>
2470
2471 * subr.el (add-to-history): Remove keep-dups arg.
2472
2473 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2474 to nil around call to add-to-history.
2475
2476 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2477
2478 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2479 than after a buffer modification.
2480
2481 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2482
2483 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2484 call to...
2485 (gud-watch): ...here so speedbar is raised for already watched
2486 expressions.
2487 (gdb-speedbar-refresh): Delete function.
2488 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2489 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2490 earlier change).
2491 (gdb-var-evaluate-expression-handler)
2492 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2493
2494 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2495 Update localized contents for all buffers except ignored modes.
2496
2497 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2498
2499 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2500 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2501 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2502 (mac-handle-font-panel-closed, mac-handle-font-selection):
2503 New functions.
2504 (mac-font-panel-mode): New minor mode.
2505 (mac-apple-event-map): Add bindings for toolbar toggle button and
2506 font panel.
2507 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2508
2509 2006-05-07 John Paul Wallington <jpw@pobox.com>
2510
2511 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2512 Avoid `regexp-opt'; simplify regexp for readability.
2513
2514 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2515
2516 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2517 * files.el (buffer-stale-function):
2518 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2519 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2520 links to the main manual, not to emacs-xtra.
2521
2522 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2523
2524 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2525 MacJapanese if text is ASCII-only.
2526
2527 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2528
2529 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2530 unless so nil isn't returned.
2531 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2532
2533 2006-05-06 Kim F. Storm <storm@cua.dk>
2534
2535 * subr.el (add-to-history): New function.
2536
2537 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2538 (ediff-merge-files-with-ancestor):
2539 * env.el (setenv):
2540 * isearch.el (isearch-update-ring):
2541 * server.el (server-visit-files):
2542 * progmodes/grep.el (lgrep, rgrep):
2543 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2544 * progmodes/xscheme.el (xscheme-insert-expression):
2545 Use add-to-history.
2546
2547 * kmacro.el (kmacro-push-ring): Use add-to-history.
2548 (kmacro-ring-length): Remove unused defun.
2549 (kmacro-start-macro): Use kmacro-push-ring.
2550
2551 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2552
2553 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2554 directly instead of a lambda expression that calls it.
2555
2556 2006-05-06 Kim F. Storm <storm@cua.dk>
2557
2558 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2559 instead of compute-motion.
2560
2561 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2562
2563 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2564 change.
2565
2566 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2567
2568 * startup.el (command-line-1): Refer to "Pure Storage" on
2569 pure-space-overflow.
2570
2571 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2572
2573 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2574 provided faces once they all have been used up.
2575
2576 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2577
2578 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2579 reference to the Lisp manual to the warning about pure space
2580 overflow.
2581
2582 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2583
2584 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2585 argument to avoid the call to `ispell-internal-change-dictionary'
2586 when not needed.
2587 (ispell-change-dictionary): Use this argument and call
2588 `ispell-internal-change-dictionary' after the possible change
2589 to `ispell-local-dictionary'.
2590 (ispell-internal-change-dictionary): Check for a change in
2591 personal dictionary use too.
2592
2593 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2594
2595 * startup.el (command-line): On MS-Windows, probe "~", not
2596 "~USER", for warning about non-existent home directory
2597
2598 * arc-mode.el (archive-l-e): New optional argument `float' means
2599 generate a float value.
2600 (archive-arc-summarize, archive-lzh-summarize)
2601 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2602 with 3rd argument non-nil when file's size is being computed.
2603 Format the file sizes with %8.0f instead of %8d.
2604
2605 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2606
2607 * cus-start.el (all): Add mac-dnd-known-types.
2608
2609 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2610 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2611 (mac-TIFF-to-string): New functions.
2612 (x-get-selection, x-selection-value)
2613 (mac-select-convert-to-string): Use them.
2614 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2615 (mac-dnd-types-alist): New customization variable.
2616 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2617 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2618 (mac-dnd-handle-drag-n-drop-event): New functions.
2619 (mac-drag-n-drop): Remove function.
2620 (global-map): Bind drag-n-drop and M-drag-n-drop to
2621 mac-dnd-handle-drag-n-drop-event.
2622
2623 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2624
2625 * progmodes/perl-mode.el (perl-beginning-of-function):
2626 Skip anonymous subs.
2627
2628 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2629
2630 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2631 regexp-opt at run time.
2632
2633 * term.el (term-handle-ansi-escape): Fix off by one error.
2634
2635 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2636
2637 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2638 (gdb-init-1, gdb-post-prompt): ...and references to it.
2639 (gdb-frame-handler): Strip directory name from filename if present.
2640
2641 * progmodes/gud.el (gdb-force-update): Delete defvar
2642 (gud-speedbar-buttons): ...and references to it. Use window-start
2643 to try to keep positon in watch expression.
2644
2645 2006-05-03 Richard Stallman <rms@gnu.org>
2646
2647 * simple.el (next-history-element, previous-history-element): Doc fix.
2648
2649 * isearch.el (isearch-update-ring): Doc fix.
2650
2651 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2652
2653 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2654 into consideration. Replace one arm ifs with whens.
2655
2656 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2659 (menu): Fix typo.
2660
2661 2006-05-02 Miles Bader <miles@gnu.org>
2662
2663 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2664
2665 2006-05-02 Jay Belanger <belanger@truman.edu>
2666
2667 * calc/calc-embed.el (calc-override-minor-modes-map)
2668 (calc-override-minor-modes): New variables.
2669 (calc-do-embedded): Make sure that Calc keystrokes aren't
2670 overwritten by minor modes.
2671
2672 2006-05-02 Chong Yidong <cyd@mit.edu>
2673
2674 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2675
2676 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2677
2678 * startup.el (command-line-1): Refer to Lisp manual when
2679 pure-space-overflow occurs.
2680
2681 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2682 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2683 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2684 (version-control): Don't use `t' for safe-local-variable declarations.
2685
2686 2006-05-01 Richard Stallman <rms@gnu.org>
2687
2688 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2689 M-r, M-R, M-A, M-SPC or M-DEL.
2690 (diff-mode-map): diff-refine-hunk now on C-c C-w
2691 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2692
2693 * help-mode.el (help-mode): view-exit-action calls delete-window
2694 only when it is safe and possible.
2695
2696 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2697 in messages.
2698
2699 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2700
2701 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2702 in the default tool-bar-map.
2703
2704 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2705
2706 * net/tramp.el (tramp-completion-file-name-handler-alist)
2707 (tramp-run-real-handler, tramp-completion-run-real-handler)
2708 (tramp-completion-handle-file-name-all-completions)
2709 (tramp-completion-handle-file-name-completion): Autoload them.
2710 (tramp-completion-handle-file-exists-p)
2711 (tramp-completion-handle-file-name-directory)
2712 (tramp-completion-handle-file-name-nondirectory)
2713 (tramp-completion-handle-expand-file-name): Remove them.
2714 (tramp-handle-file-name-directory): Return the real directory name.
2715 Returning "/" only doesn't need to be necessary any longer.
2716 (tramp-file-name-handler): Make special attention when in hostname
2717 completion mode.
2718 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2719 (tramp-register-file-name-handlers):
2720 Register `tramp-completion-file-name-handler' only when
2721 `partial-completion-mode' is enabled.
2722 (tramp-completion-handle-file-name-all-completions):
2723 Delete directory part from results.
2724 (tramp-get-completion-methods, tramp-get-completion-user-host):
2725 Discard deleting "/", it doesn't work after the change of
2726 `tramp-handle-file-name-directory' above.
2727
2728 2006-05-01 Kim F. Storm <storm@cua.dk>
2729
2730 * progmodes/grep.el (grep-expand-template): Use save-match-data
2731 and symbol-value.
2732
2733 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2734
2735 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2736 Use select-frame-set-input-focus instead of raise-frame.
2737 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2738
2739 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2740
2741 * progmodes/gud.el (gud-def): Add %c case.
2742 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2743 (gud-format-command): Make match case sensitive. Match on %F.
2744
2745 2006-04-30 Glenn Morris <rgm@gnu.org>
2746
2747 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2748 (cal-tex-preamble): Use cal-tex-preamble-extra.
2749 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2750 than alias `list-diary-entries'.
2751
2752 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2753
2754 * help-fns.el (describe-variable): Add info about safe local variables.
2755
2756 2006-04-29 Richard Stallman <rms@gnu.org>
2757
2758 * bindings.el (mode-line-format): help-echo doc fixes.
2759
2760 * net/tramp.el (tramp-file-name-handler-alist): Delete
2761 expand-file-name and other operations that can cause spurious loading.
2762
2763 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2764
2765 * files.el (safe-local-variable-p): Remove support for the special
2766 value t.
2767
2768 * textmodes/paragraphs.el (sentence-end-without-space):
2769 Fix safety predicate.
2770 (sentence-end-double-space, sentence-end-without-period)
2771 (paragraph-ignore-fill-prefix):
2772 * textmodes/fill.el (colon-double-space):
2773 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2774
2775 * subr.el (booleanp): New fun.
2776
2777 * textmodes/reftex-vars.el (reftex-guess-label-type):
2778 Tighten the safety predicate.
2779
2780 2006-04-28 Kim F. Storm <storm@cua.dk>
2781
2782 * progmodes/grep.el (defgroup grep): Doc fix.
2783 (grep-auto-highlight): Remove.
2784 (grep-template): New defcustom.
2785 (grep-find-template): Rename from grep-tree-template.
2786 (grep-files-aliases): Rename from grep-tree-files-aliases.
2787 Remove "all" alias, add "l" alias.
2788 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2789 (grep-find-ignored-directories): New defcustom to replace
2790 grep-tree-ignore-CVS-directories, to facilitate ignoring
2791 subdirectories for multiple version control systems.
2792 (grep-mode-map): Add Recursive grep item to GREP menu.
2793 (grep-regexp-history, grep-files-history): New defvars.
2794 (grep-probe): New helper function.
2795 (grep-compute-defaults): Use it to simplify code.
2796 Adapt to name changes.
2797 Use `.' as base in grep-find-template rather than <D>.
2798 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2799 Call grep-compute-defaults unconditionally.
2800 (grep-expand-keywords): New defconst.
2801 (grep-expand-template): Rename from grep-expand-command-macros.
2802 Simplify via grep-expand-keywords. Look at case-fold-search instead
2803 of grep-tree-ignore-case to add -i option.
2804 Bind case-fold-search to nil while matching keywords.
2805 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2806 (grep-read-regexp, grep-read-files): New helper functions.
2807 (rgrep): Rename from grep-tree. Rework to use proper histories.
2808 Adapt to changes in defcustoms and functions above.
2809 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2810
2811 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2812
2813 * net/tramp.el (tramp-completion-file-name-handler):
2814 Disable Tramp's functionality while loading Tramp itself.
2815 (tramp-register-file-name-handlers): That's a defsubst now.
2816 Code from `tramp-repair-jka-compr' moved here. Apply it via
2817 `after-init-hook'.
2818 (tramp-repair-jka-compr): Remove.
2819
2820 2006-04-27 Jay Belanger <belanger@truman.edu>
2821
2822 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2823 read expression when `math-read-big-expr' doesn't work.
2824
2825 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2826
2827 * startup.el (command-line-1): Display warning when
2828 pure-space-overflow is non-nil.
2829
2830 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2831
2832 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2833 risky.
2834
2835 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2836
2837 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2838 Return the URL or nil if none can be generated.
2839
2840 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2843 byte compiler warnings.
2844 (gud-basic-call, gud-find-expr): Let user select an expression
2845 for printing. Print expression as well as value in GUD buffer.
2846
2847 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2848
2849 * allout.el: Remove local autoload declaration for
2850 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2851 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2852 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2853 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2854 (allout-stylish-prefixes, allout-numbered-bullet)
2855 (allout-file-xref-bullet, allout-presentation-padding)
2856 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2857 safe-local-variable with suitable value spec, and add autoload
2858 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2859 (move-beginning-of-line, move-end-of-line): Repair so these compat
2860 functions now actually resituate the point, when appropriate.
2861
2862 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2865
2866 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2867 (add-log-iso8601-time-string): Fix call to format-time-string.
2868
2869 2006-04-26 Kim F. Storm <storm@cua.dk>
2870
2871 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2872
2873 2006-04-26 Masatake YAMATO <jet@gyve.org>
2874
2875 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2876 Add support for "//" style comments. Remove `b' flag
2877 from ?* in `asm-mode-syntax-table'.
2878
2879 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2880
2881 * follow.el: Use (featurep 'xemacs) everywhere.
2882 (follow-mode): Use define-minor-mode.
2883 (follow-mode-map): Move initialization into the declaration.
2884 Use command remapping.
2885 (follow-emacs-version-xemacs-p): Remove.
2886 (follow-submit-feedback): Remove.
2887
2888 * allout.el (allout-layout, allout-passphrase-verifier-string)
2889 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2890
2891 * textmodes/reftex-vars.el (reftex-vref-is-default)
2892 (reftex-fref-is-default, reftex-guess-label-type):
2893 Tighten up a bit the safety predicate.
2894
2895 * textmodes/paragraphs.el (sentence-end-double-space)
2896 (sentence-end-without-period, sentence-end-without-space)
2897 (page-delimiter, paragraph-ignore-fill-prefix):
2898 Tighten up a bit the safety predicate.
2899
2900 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2901
2902 * progmodes/python.el (python-continuation-line-p)
2903 (python-beginning-of-statement): syntax-ppss may return
2904 a negative depth.
2905 (python-mode): Don't forcefully enable font-lock.
2906
2907 * time-stamp.el (time-stamp-start, time-stamp-end)
2908 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2909
2910 * add-log.el: Remove spurious * in docstrings.
2911 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2912 (add-change-log-entry): Use it here, since it's not specific
2913 to iso8601.
2914 (add-log-iso8601-time-string): Don't use it here any more.
2915 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2916
2917 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2918
2919 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2920
2921 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2922 (rcirc-toggle-low-priority): Doc fix.
2923 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2924 ChanServ regexp.
2925 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2926 #emacs.
2927 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2928 (rcirc-decode-coding-system): Use utf-8 as the default.
2929 (rcirc-multiline-minor-mode): Set the fill-column.
2930 (rcirc-format-response-string): Display bright and dim nicks.
2931 (rcirc-browse-url): Update interactive spec to fill ARG.
2932 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2933 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2934
2935 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2936
2937 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2938 case for @Article, etc.
2939
2940 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2941
2942 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2943 Added with autoload cookie.
2944 (tramp-unload-file-name-handlers): Rename from
2945 `tramp-unload-file-name-handler-alist'.
2946
2947 2006-04-23 Romain Francoise <romain@orebokech.com>
2948
2949 * comint.el (comint-match-partial-filename): Doc fix.
2950
2951 2006-04-21 Glenn Morris <rgm@gnu.org>
2952
2953 * calendar/cal-menu.el (calendar-mode-map): Refer to
2954 `diary-view-entries' rather than alias `view-diary-entries'.
2955 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2956
2957 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2958
2959 * progmodes/antlr-mode.el (antlr-default):
2960 * cus-edit.el (custom-documentation):
2961 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2962 in defface.
2963
2964 2006-04-21 Kim F. Storm <storm@cua.dk>
2965
2966 * image.el (image-type): New defun split out of create-image.
2967 (create-image): Use it.
2968
2969 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2970
2971 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2972 (org-open-at-point): Remove the "...done" message to keep output
2973 in the echo area visible.
2974 (org-export-as-xoxo): Fix call to `indent-region'.
2975
2976 2006-04-21 Kevin Ryde <user42@zip.com.au>
2977
2978 * international/mule.el (keyboard-coding-system): defcustom
2979 info-link fixes: "Specify Coding" has been split, keyboard now in
2980 "Terminal Coding", and "Single-Byte Character Support" is now
2981 "Unibyte Mode".
2982
2983 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2984
2985 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2986 Use font-lock-warning-face for any errors e.g. no stack.
2987 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2988
2989 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2990
2991 * progmodes/sh-script.el (sh-shell): Mark as safe.
2992
2993 * newcomment.el (comment-start, comment-start-skip)
2994 (comment-end-skip, comment-end): Mark as safe.
2995
2996 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2997
2998 * textmodes/org.el (org-deadline-announce): Face removed.
2999 (org-level-faces, org-n-levels): Convert to constant.
3000 (org-compatible-face): New function.
3001 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3002 (org-level-5, org-level-6, org-level-7, org-level-8)
3003 (org-special-keyword, org-warning, org-headline-done, org-link)
3004 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3005 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3006 Face definition revised for better color tty support.
3007 (org-bold-re, org-italic-re, org-underline-re): New constants.
3008 (org-set-font-lock-defaults): Use the new constants.
3009 (org-agenda-highlight-todo): New function.
3010 (org-agenda-todo): Fix bug with point at end of line.
3011 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3012 Fontify TODO keywords.
3013 (org-insert-link): Preserve relative path in ../ links.
3014 (org-export-as-html): Convert links pointing to .org files into
3015 links that will work beteen the exported HTML files.
3016 (org-todo-list): Fix bug when arg=0.
3017 (org-insert-heading): More fine-tuning.
3018
3019 2006-04-19 Romain Francoise <romain@orebokech.com>
3020
3021 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3022 from `rmail-mime-charset-pattern'.
3023
3024 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3025
3026 * progmodes/python.el (python-mode): Fix typo.
3027
3028 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3029
3030 * comint.el (comint-previous-input): Don't clobber input line
3031 when moving off either end of the input history ring.
3032 (comint-delete-input): New function, used by
3033 `comint-previous-input' and others.
3034 (comint-previous-matching-input):
3035 Use `coming-delete-input'. Save the partial input if leaving the
3036 edit line. Goto point-max before deleting input to avoid
3037 partial input fragments hanging around.
3038 (comint-restore-input): New function, used by `comint-previous-input'.
3039
3040 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3041
3042 * imenu.el (imenu--index-alist): Balance parentheses.
3043
3044 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3045
3046 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3047
3048 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3049
3050 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3051 file is nil.
3052
3053 2006-04-18 Richard Stallman <rms@gnu.org>
3054
3055 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3056
3057 * imenu.el (imenu-create-index-function, imenu--index-alist)
3058 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3059 (imenu-default-create-index-function, imenu--generic-function):
3060 Doc fixes.
3061
3062 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3063
3064 * help-mode.el (help-mode): Set view-exit-action to delete window.
3065
3066 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3067 now works by passing nil as arg.
3068
3069 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3070
3071 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3072 (read-abbrev-file): Provide default when reading filename.
3073
3074 * files.el (enable-local-variables): Allow :all as value.
3075 (hack-local-variables): Implement that value.
3076 (safe-local-variable-values, safe-local-eval-forms)
3077 (enable-local-variables): Mark as risky.
3078 (find-file-visit-truename, kept-old-versions): Mark safe.
3079
3080 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3081 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3082 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3083
3084 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3085
3086 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3087 Use forward-line so as to get to BOL even in the presence of fields.
3088 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3089 in return.
3090 (inferior-tcl): Tell tclsh to work in interactive mode.
3091
3092 * complete.el (partial-completion-mode):
3093 Use 'choose-completion-string-functions to make sure that
3094 choose-completion fills the minibuffer properly.
3095
3096 * complete.el (PC-old-read-file-name-internal): Remove.
3097 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3098 of read-file-name-internal.
3099 (partial-completion-mode): Enable/disable this advice.
3100
3101 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3104 of 2006-04-17.
3105
3106 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3107
3108 * textmodes/org.el (org-insert-heading): Insert heading before
3109 current if at beginning of line.
3110 (org-todo, org-date): New faces.
3111 (org-table-align): Make sure tooltip window contains full text.
3112 (org-no-properties): New defsubst.
3113 (org-set-font-lock-defaults): Use new faces.
3114
3115 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3116
3117 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3118 for root variables.
3119
3120 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3121 (gdb-frame-address): Re-use to identify frame for watch expression.
3122 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3123 variables.
3124 (gdb-init-1, gdb-source, gdb-post-prompt)
3125 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3126 (gdb-frame-handler): Get gdb-frame-address.
3127
3128 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3129
3130 Sync with Tramp 2.0.53.
3131
3132 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3133 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3134 (tramp-completion-file-name-handler): Add autoload cookie for
3135 adding to `file-name-handler-alist'.
3136
3137 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3138 the prompt. If it returns earlier (when detecting an error
3139 message), the rest of the output will merge accidently with the
3140 output of the next command. Reported by M Jared Finder
3141 <jared@hpalace.com>.
3142
3143 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3144 for `process-file', in order to let it work for older Emacsen too.
3145
3146 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3147
3148 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3149 (tex-font-lock-keywords-3): Use it.
3150
3151 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * newcomment.el (comment-add): New function.
3154 (comment-region-default, comment-dwim): Use it.
3155
3156 2006-04-15 Michael Olson <mwolson@gnu.org>
3157
3158 * emacs-lisp/tq.el: Improve comments.
3159 (tq-queue-head-question): New accessor function.
3160 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3161 Update for modified queue structure.
3162 (tq-queue-add): Accept `question' argument.
3163 (tq-queue-pop): If a question is pending, send it.
3164 (tq-enqueue): Accept new optional argument `delay-question'.
3165 If this is non-nil, and at least one other question is pending a
3166 response, queue the question rather than sending it immediately.
3167
3168 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3169
3170 * calendar/appt.el (appt-add): Check whether an appointment is
3171 already present in appt-time-msg-list. Simplify code.
3172
3173 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * progmodes/cc-langs.el (c-mode-menu):
3176 Don't presume c-subword-mode is bound.
3177
3178 2006-04-13 Bill Wohler <wohler@newt.com>
3179
3180 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3181 (customize-package-emacs-version): Use cdr instead of cadr now
3182 that alists use dotted pairs.
3183
3184 * custom.el (defcustom): Fix docstring for :package-version.
3185
3186 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3189 (tramp-handle-shell-command): Display output buffer only when
3190 `tramp-display-shell-command-buffer' is true.
3191 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3192
3193 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3194
3195 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3196 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3197
3198 2006-04-13 Romain Francoise <romain@orebokech.com>
3199
3200 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3201 leaving temporary .cvsignore buffers behind.
3202
3203 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3204
3205 * textmodes/org.el (org-set-regexps-and-options)
3206 (org-get-current-options): Better names for the startup folding
3207 options.
3208
3209 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3210
3211 * vc.el (vc-annotate): Arrange for point to end up at the same
3212 line number as in the original, but only when using a new buffer.
3213
3214 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3215
3216 * files.el (hack-one-local-variable-eval-safep):
3217 Recognize `edebug-form-spec' for `put', but only if it passes
3218 `edebug-basic-spec'. Generalize `put' handling.
3219
3220 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3221 vetting file-local form specs.
3222
3223 * allout.el (allout-layout): Autoload its `safe-local-variable'
3224 property.
3225
3226 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3227
3228 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3229 (org-agenda-mouse-1-follows-link)
3230 (org-mouse-1-follows-link): New options.
3231 (org-format-agenda-item): Fix bug if TAGS is nil.
3232 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3233
3234 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3235
3236 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3237 GDB 6.1+ gives full filename for "info sources" so use
3238 file-name-nondirectory.
3239
3240 2006-04-12 Romain Francoise <romain@orebokech.com>
3241
3242 * subr.el (read-passwd): Bind `message-log-max' to nil.
3243
3244 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3245
3246 * progmodes/perl-mode.el (perl-indent-new-calculate):
3247 Recompute parse-start after jumping backward by a whole sexp.
3248
3249 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3252 window configuration.
3253 (vc-annotate-display-select): Select the buffer so that current-buffer
3254 (and selected-window) is the output buffer at the end of vc-annotate.
3255
3256 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3257
3258 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3259 8-color terminals, to use all of the colors in a sensible order.
3260 256-color terminals work well with the standard map.
3261 (vc-annotate-lines): Only strip the first color character if it
3262 is "#", to allow for terminal-style named colors.
3263 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3264 the correct buffer is scrolled.
3265
3266 2006-04-11 Richard Stallman <rms@gnu.org>
3267
3268 * emacs-lisp/bytecomp.el (byte-compile-file):
3269 Bind enable-local-variables to :safe, and make normal-mode obey it.
3270
3271 * files.el (enable-local-variables): Allow value :safe.
3272 (normal-mode): Doc fix.
3273 (hack-local-variables): Implement enable-local-variables = :safe.
3274 (hack-local-variables-confirm): Don't prevent quitting.
3275
3276 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3277
3278 * loadhist.el (unload-feature): A bit of sanity check of
3279 load-history entries. Cancel timer-vars before unbinding them.
3280
3281 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3282 quote special chars, and make the trick work on the hex part of the
3283 buffer as well.
3284 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3285 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3286
3287 * startup.el (normal-splash-screen): Fix last change so we don't wait
3288 2 minutes if we don't show the splash screen.
3289
3290 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3291
3292 * textmodes/org.el (org-export-plain-list-max-depth)
3293 (org-table-spaces-around-separators)
3294 (org-radio-targets, org-activate-camels)
3295 (org-table-spaces-around-invisible-separators): Options removed.
3296 (org-time-stamp-rounding-minutes, org-remember-templates)
3297 (org-ellipsis, org-activate-links, org-descriptive-links):
3298 New options.
3299 (org-remember-apply-template, org-current-time)
3300 (org-finish-edit-table-field)
3301 (org-link-unescape, org-link-escape)
3302 (org-string-width, org-table-clean-line, org-html-do-expand)
3303 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3304 (org-read-agenda-file-list): New functions.
3305 (org-table-edit-field)
3306 (org-table-create-or-convert-from-region): New commands
3307 (org-table-toggle-vline-visibility): Command removed.
3308 (org-table-convert-region): Made a command.
3309 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3310 Replace with the normal org- functions.
3311 (org-self-insert-command): Don't trigger realign unnecessarily
3312 when blanking a field that is not full.
3313 (org-mode): `Set buffer-invisibility-spec' for links.
3314 (org-activate-links2): Hide link part and only show descriptive
3315 part of the link.
3316 (org-insert-link): Modify for new linking system.
3317 (org-store-link): Store description separately, for use by
3318 `org-insert-link'.
3319 (org-table-align): Use `org-string-width'.
3320 (defgroup): Completely new group structure for custom variables.
3321 (org-agenda-files): Option: Single file name allowed. Function:
3322 Optional argument unrestrited means ignore any restricitons.
3323 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3324 trying to modify the menu. Use generalized access to
3325 `org-agenda-files.'
3326 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3327 (org-agenda-file-to-front, org-remove-file, org-diary)
3328 (org-tags-view, org-export-icalendar-all-agenda-files)
3329 (org-export-icalendar-combine-agenda-files): Use generalized
3330 access to `org-agenda-files'.
3331 (org-remember-handler): Correctly preserve heading if present.
3332 (org-table-insert-row, org-table-insert-hline): Deal with
3333 invisible characters.
3334
3335 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3336
3337 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3338 (vc-annotate-color-map): New 18 element constant
3339 value/saturation, rotating hue colormap, from red->blue.
3340 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3341 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3342 (vc-annotate): To avoid killing the required local variables,
3343 set them before the end of `with-output-to-temp-buffer', and
3344 after first switching to annotate-mode.
3345 (vc-annotate-warp-version): Add buffer argument in goto-line to
3346 ensure annotation, not source, is scrolled.
3347
3348 2006-04-10 Bill Wohler <wohler@newt.com>
3349
3350 * custom.el (defcustom, custom-handle-keyword):
3351 Add :package-version keyword.
3352 (custom-add-package-version): New function. Sets value of new
3353 property 'custom-package-version from :package-version keyword.
3354 (defcustom): Create Common Keywords section in docstring.
3355 (defface, defgroup): Replace definitions of a select few keywords
3356 with a reference to the Common Keywords in defcustom.
3357 (defcustom, defface, defgroup): Replace reference to Customization
3358 chapter in manual with hyperlink.
3359
3360 * cus-edit.el (customize-package-emacs-version-alist):
3361 New variable.
3362 (customize-changed-options): Add check for custom-package-version.
3363 (customize-package-emacs-version): New function to look up Emacs
3364 version corresponding to the given package version.
3365
3366 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3367 defun name, in similar fashion to find-variable-regexp.
3368
3369 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3370
3371 * international/mule-cmds.el (set-locale-environment): Fix last
3372 change for when the locale's preferences don't specify any encoding.
3373
3374 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3377 so the defined var/fun doesn't need to be quoted.
3378
3379 2006-04-10 Richard Stallman <rms@gnu.org>
3380
3381 * finder.el (finder-mode-map): Add n and p bindings.
3382
3383 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3386 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3387 (gdb-setup-windows): Put something in source window if we can't find
3388 the source file.
3389 (gdb-frame-handler): Make it work again with just assembly.
3390 (gdb-data-list-register-values-handler): Make it work when there is
3391 no stack.
3392
3393 2006-04-09 Richard Stallman <rms@gnu.org>
3394
3395 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3396 specs while looking for charset.
3397
3398 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3399
3400 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3401 Make them faces.
3402 (lm-font-lock-keywords): Update appropriately.
3403
3404 2006-04-10 Kim F. Storm <storm@cua.dk>
3405
3406 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3407 it can also replace buffer-substring-no-properties.
3408
3409 * emulation/cua-base.el (cua-delete-region, cua-paste)
3410 (cua-repeat-replace-region): Use filter-buffer-substring.
3411
3412 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3413 (cua-cut-region-to-global-mark): Likewise.
3414
3415 * emulation/cua-rect.el (cua--extract-rectangle)
3416 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3417
3418 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3419
3420 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3421 entry-type. Add field delimiters to numerical fields if they are
3422 not present.
3423
3424 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3425
3426 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3427 string-const to return value.
3428 (bibtex-remove-delimiters): Use it.
3429
3430 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3431
3432 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3433 cl-byte-compile-compiler-macro unless it exists.
3434
3435 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3436
3437 * files.el (hack-local-variables-confirm) <offer-save>:
3438 Clarify message text. Suggested by Ralf Angeli.
3439
3440 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3441
3442 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3443 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3444 instead of `buffer-substring' and `delete-region'. (Most of the
3445 code actually copied from `kill-region'.)
3446
3447 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3448
3449 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3450 (rcirc-default-port): Rename from rcirc-port.
3451 (rcirc-default-nick): Rename from rcirc-nick.
3452 (rcirc-default-user-name): Rename from rcirc-user-name.
3453 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3454 (rcirc-low-priority-flag): New variable.
3455 (rcirc-decode-coding-system): New defcustom.
3456 (rcirc-encode-coding-system): New defcustom.
3457 (rcirc-coding-system-alist): New defcustom.
3458 (rcirc-multiline-major-mode): New defcustom.
3459 (rcirc-nick): New internal variable.
3460 (rcirc-process): Remove variable.
3461 (rcirc-server-buffer): New variable.
3462 (rcirc): Update to use rcirc-default-* variables above.
3463 (rcirc-connect): Do not add window-configuration-hook-here.
3464 (rcirc-server): New internal variable.
3465 (rcirc-connect): Do not send keepalive pings if
3466 rcirc-keepalive-seconds is nil.
3467 (with-rcirc-server-buffer): New macro.
3468 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3469 (rcirc-server-name): Rename from rcirc-server.
3470 (rcirc-buffer-process): New function.
3471 (rcirc-buffer-nick): New function.
3472 (rcirc-buffer-target): Remove function.
3473 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3474 New commands.
3475 (rcirc-mode-map): Change binding of C-c C-l to
3476 rcirc-toggle-low-priority.
3477 (rcirc-mode): Initialize coding system based on
3478 rcirc-coding-system-alist. New change-major-mode-hook to part the
3479 channel on a mode change. Make kill-buffer-hook buffer-local.
3480 (rcirc-change-major-mode-hook): New function.
3481 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3482 (rcirc-last-post-time): New variable.
3483 (rcirc-process-message): Store the last time user posted a message
3484 to this target.
3485 (rcirc-multiline-minor-mode): New mode.
3486 (rcirc-multiline-minor-mode-map): New mode map.
3487 (rcirc-edit-multiline): Put multiline-edit buffer in
3488 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3489 (rcirc-print): Ignore any line starting with an ignored nick.
3490 (rcirc-print): Decode using rcirc-decode-coding-system.
3491 (rcirc-track-minor-mode): Update global-mode-string when disabling
3492 this mode.
3493 (minor-mode-alist): Add LowPri indicator.
3494 (rcirc-toggle-low-priority): New function.
3495 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3496 next lowpriority buffer with activity.
3497 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3498 last time the user posted a message in to the target.
3499 (rcirc-update-activity-string): New formatting for low priority
3500 buffers.
3501 (rcirc-split-activity): New function.
3502 (rcirc-handler-PART, rcirc-handler-KICK)
3503 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3504 (rcirc-nick-away-alist): New variable.
3505 (rcirc-handler-301): New handler. Away messages are printed once
3506 per change.
3507
3508 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3509
3510 * info.el (Info-follow-nearest-node): Doc fix.
3511
3512 * international/mule-cmds.el (set-locale-environment): Make sure
3513 the coding-system preferred by the locale's language has the same
3514 EOL conversion type as the original buffer-file-coding-system.
3515 (locale-language-names): Add a few MS Windows language codes.
3516
3517 2006-04-07 Richard Stallman <rms@gnu.org>
3518
3519 * simple.el (eval-expression): Doc fix.
3520
3521 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3522 (eval-defun): Doc fixes.
3523
3524 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3525
3526 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3527
3528 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3529
3530 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3531 GDB list command without argument for greater generality.
3532
3533 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3534
3535 * subr.el (string-or-null-p): New function.
3536
3537 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3538
3539 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3540
3541 * files.el: Update comment about safe-local-variable declarations.
3542
3543 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3544
3545 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3546 See idlwave.org.
3547
3548 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3549 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3550
3551 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3552 See idlwave.org.
3553
3554 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3555 version 6.0 (minimal changes). See idlwave.org.
3556
3557 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3558 6.0 (minimal changes). See idlwave.org.
3559
3560 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3561
3562 2006-04-06 Romain Francoise <romain@orebokech.com>
3563
3564 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3565 symmetric encryption features and a new asynchronous interface to
3566 GnuPG. This new version is version 1.4, plus whitespace changes.
3567
3568 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3569
3570 * files.el: Move some `safe-local-variable' declarations to the
3571 respective files.
3572
3573 * textmodes/ispell.el (ispell-check-comments)
3574 (ispell-local-dictionary): Mark as safe.
3575
3576 * abbrev.el (abbrev-mode): Mark as safe.
3577
3578 * add-log.el (change-log-default-name): Mark as safe.
3579
3580 * textmodes/reftex-vars.el (reftex-vref-is-default)
3581 (reftex-fref-is-default, reftex-level-indent)
3582 (reftex-guess-label-type): Mark as safe.
3583
3584 * textmodes/fill.el (colon-double-space): Mark as safe.
3585
3586 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3587 (sentence-end-double-space, sentence-end-without-period)
3588 (sentence-end-without-space, sentence-end, sentence-end-base)
3589 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3590
3591 2006-04-06 Kim F. Storm <storm@cua.dk>
3592
3593 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3594 the :set-after list.
3595 (ido-downcase-unc-hosts): New user option. Default on.
3596 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3597 when it is set, as regexps are now applied on the fly.
3598 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3599 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3600 on the fly, but only when ido-process-ignore-lists is set.
3601 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3602 Only downcase names if ido-downcase-unc-hosts is set.
3603
3604 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3605
3606 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3607
3608 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3609
3610 2006-04-05 Kim F. Storm <storm@cua.dk>
3611
3612 * ido.el (ido-mode): Set after ido-unc-hosts and
3613 ido-ignore-unc-host-regexps.
3614 (ido-save-history): Save ido-unc-hosts-cache.
3615 (ido-load-history): Load ido-unc-hosts-cache.
3616 (ido-reread-directory): Refresh unc hosts cache in // dir.
3617
3618 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3619 to nil while displaying slash screen.
3620
3621 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3622
3623 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3624 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3625
3626 2006-04-05 Kenichi Handa <handa@m17n.org>
3627
3628 * international/characters.el: Setup cases of Latin, Greek, and
3629 Cyrillic characters in CJK charsets.
3630
3631 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3632
3633 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3634 default-enable-multibyte-characters. This reverts the change from
3635 revision 6.17 which is no longer necessary because the passphrase
3636 is sent separately now. GnuPG messages are unreadable under
3637 multibyte locales with default-enable-multibyte-characters set to nil.
3638
3639 2006-04-04 Andreas Schwab <schwab@suse.de>
3640
3641 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3642 and `byte-compile-warnings' as `safe-local-variable'.
3643
3644 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3645
3646 * man.el (Man-mode-map): Restore the \r binding.
3647 (Man-abstract-xref-man-page): If Man-target-string is a function,
3648 call it.
3649 (Man-highlight-references): Use Man-default-man-entry to get the
3650 target. Deal with xrefs too.
3651 (Man-highlight-references0): Don't call the target function.
3652
3653 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3654 cannot deal with it.
3655
3656 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3657
3658 * pgg-gpg.el: Clean up process buffers every time gpg processes
3659 complete.
3660
3661 2006-04-04 Kenichi Handa <handa@m17n.org>
3662
3663 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3664 here.
3665 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3666 Temporarily bind inhibit-field-text-motion to t.
3667
3668 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3669
3670 * startup.el (normal-splash-screen): Only set mode-line-format in the
3671 splash buffer, so as not to interfere when debugging the code.
3672 Ignore errors when switching buffer.
3673
3674 2006-04-03 Romain Francoise <romain@orebokech.com>
3675
3676 * dired.el (dired-dnd-protocol-alist): Fix typo.
3677
3678 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3679
3680 * savehist.el (savehist): Add :version.
3681 (savehist-ignored-variables): New variable.
3682 (savehist-minibuffer-hook): Don't save variables listed in
3683 `savehist-ignored-variables'.
3684
3685 * dired.el (dired-dnd-protocol-alist): Mention that change does
3686 only apply to new buffers in doc string.
3687
3688 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3689
3690 * recentf.el (recentf-open-files-item): Include newline in button
3691 field, so opening a file will work, when the point is at the end
3692 of the file name. Allow, for example, to [i]search a file by
3693 extension and just push RET to open it.
3694
3695 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3696
3697 * pgg-gpg.el (pgg-gpg-process-filter)
3698 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3699
3700 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3701 lines, temporary fix.
3702
3703 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3706
3707 2006-04-02 Richard Stallman <rms@gnu.org>
3708
3709 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3710
3711 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3712
3713 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3714 header-mouse-map.
3715
3716 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3717 (ibuffer-mode-header-map): New keymaps.
3718 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3719 and keybindings for column headers.
3720 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3721 property.
3722
3723 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3724
3725 * speedbar.el (speedbar-after-create-hook): Doc fix.
3726
3727 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3728
3729 * shell.el (shell-directory-tracker)
3730 (shell-dynamic-complete-command): Doc fixes.
3731
3732 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3733
3734 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3735 terminals.
3736
3737 2006-04-01 Kim F. Storm <storm@cua.dk>
3738
3739 * ido.el (ido-unc-hosts-cache): New defvar.
3740 (ido-unc-hosts): If value of defcustom is a function, call it to
3741 get list of UNC hosts. Add function-item choices to specify
3742 ido-unc-hosts-net-view or user function.
3743 (ido-ignore-unc-host-regexps): New defcustom.
3744 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3745 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3746 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3747
3748 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3749
3750 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3751 wwidth.
3752
3753 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3756 (ido-max-work-file-list, ido-switch-buffer)
3757 (ido-read-file-name-as-directory-commands):
3758 Fix typos in docstrings.
3759
3760 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3761
3762 * term/mac-win.el (mac-system-coding-system): Define and use after
3763 Mac-specific coding systems are ready.
3764
3765 2006-03-27 Romain Francoise <romain@orebokech.com>
3766
3767 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3768
3769 * ldefs-boot.el: Update.
3770
3771 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3772
3773 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3774 passphrases when it is not needed.
3775 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3776 passphrase stuff from gpg, should only be necessary when you use
3777 gpg with a smartcard.
3778
3779 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3780
3781 * comint.el (comint-dynamic-list-completions): Allow user to
3782 select *Completions* buffer.
3783
3784 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3785
3786 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3787
3788 2006-03-26 Andreas Schwab <schwab@suse.de>
3789
3790 * progmodes/gud.el (gdb): Only complain about multiple debugging
3791 when the gdb process is still running.
3792
3793 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3794
3795 * mail/rmail.el (tool-bar-map): Defvar it.
3796 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3797 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3798
3799 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3800
3801 * help.el (print-help-return-message): Suggest to use
3802 display-buffer instead of switch-to-buffer-other-window to restore
3803 the previous window without selecting it.
3804
3805 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3806
3807 * frame.el (select-frame-by-name): Call x-focus-frame also when
3808 window-system is mac.
3809
3810 * term/mac-win.el: Adjust Courier font specifications in
3811 x-fixed-font-alist.
3812 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3813 when directly encoding to UTF-16 in native byte order, no BOM.
3814
3815 2006-03-25 Kim F. Storm <storm@cua.dk>
3816
3817 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3818 (cua--init-keymaps): Use it instead of fixed C-return.
3819 (cua-mode): Set after it.
3820
3821 * emulation/cua-rect.el (cua--init-rectangles):
3822 Use cua-rectangle-mark-key instead of fixed C-return.
3823
3824 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3825
3826 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3827 "run" in .gdbinit.
3828 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3829
3830 2006-03-24 Romain Francoise <romain@orebokech.com>
3831
3832 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3833 `display-buffer-other-frame'.
3834
3835 2006-03-24 Kim F. Storm <storm@cua.dk>
3836
3837 * apropos.el (apropos-synonyms): Add selection => region.
3838
3839 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3840
3841 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3842 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3843 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3844 (gdb-data-list-register-values-regexp)
3845 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3846 Future proof against new fields being added to MI output.
3847 (gdb-send): Don't treat backslashes for program input as
3848 continuations.
3849 (gdb-assembler-handler): Don't use window-start for this handler.
3850 (gdb-frame-handler): Don't change to hollow arrow if overlay
3851 arrow doesn't move to new frame.
3852
3853 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3854
3855 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3856 prevent compiler warnings.
3857 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3858 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3859 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3860 buffer too.
3861
3862 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3863
3864 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3865 make-network-process, so we can use the same code in Gnus v5-10
3866 too and have this file fully synchronized with that release.
3867
3868 2006-03-23 Romain Francoise <romain@orebokech.com>
3869
3870 * ibuf-ext.el (ibuffer-read-filter-group-name):
3871 Use `ibuffer-generate-filter-groups' to make completion list match
3872 the filter groups that are really displayed in the Ibuffer buffer.
3873 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3874
3875 2006-03-23 Kenichi Handa <handa@m17n.org>
3876
3877 * international/mule-cmds.el (sort-coding-systems): Describe that
3878 the argument is modified in docstring.
3879
3880 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3881
3882 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3883 (pgg-gpg-update-agent): New function.
3884 (pgg-gpg-use-agent-p): New function.
3885 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3886 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3887 (pgg-gpg-sign-region): Use it.
3888
3889 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3890
3891 * cus-edit.el (custom-face-set): Call custom-push-theme before
3892 face-spec set so that `changed' theme is correctly saved.
3893 (custom-face-reset-standard): Reset to recalculated face rather
3894 than defface spec.
3895
3896 * custom.el (custom-push-theme): Only save `changed' theme if the
3897 current face does not match the defface specs.
3898
3899 2006-03-21 Simon Josefsson <jas@extundo.com>
3900
3901 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3902 <wilde@sha-bang.de>.
3903 (pgg-gpg-use-agent): New variable.
3904 (pgg-gpg-process-region): Use it.
3905 (pgg-gpg-encrypt-region): Likewise.
3906 (pgg-gpg-encrypt-symmetric-region): Likewise.
3907 (pgg-gpg-decrypt-region): Likewise.
3908 (pgg-gpg-sign-region): Likewise.
3909 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3910
3911 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3912
3913 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3914 bracket links.
3915
3916 2006-03-21 Kim F. Storm <storm@cua.dk>
3917
3918 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3919 fringe-indicator-alist instead of modifying global value.
3920 (gdb-frame-handler): Likewise.
3921
3922 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3923
3924 * diff-mode.el (diff-function): Make it inherit from diff-header
3925 instead of diff-context.
3926
3927 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3928 bitmap.
3929 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3930 change names in macro above for consistency.
3931 (gdb-frame-handler): Use hollow-right-triangle for all selected
3932 frames which except the innermost (where execution has stopped).
3933 (gdb-reset): Reset buffer-local values of overlay-arrow.
3934
3935 2006-03-20 Richard Stallman <rms@gnu.org>
3936
3937 * simple.el (set-mark-command): Doc fix.
3938
3939 * files.el (display-buffer-other-frame): New command.
3940 (ctl-x-4-map): Bind C-x 5 C-o to it.
3941
3942 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3945 rather than just defer-time, in case defer-time has been changed but
3946 the timer isn't running yet.
3947 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3948
3949 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3950
3951 * help-mode.el (help-follow-symbol): New function.
3952 Essentially identical to the old `help-follow', but do not let
3953 `push-button' do the work when on an xref.
3954 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3955
3956 2006-03-19 Richard Stallman <rms@gnu.org>
3957
3958 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3959 preceded by the word `program'.
3960 (help-follow-mouse, help-follow): Throw error if not on xref.
3961 Delete no longer used args.
3962
3963 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3964
3965 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3966 annotation ensure gud-overlay-arrow-position is redisplayed.
3967
3968 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3969
3970 * textmodes/bibtex.el (bibtex-include-OPTkey)
3971 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3972 (bibtex-autokey-name-case-convert)
3973 (bibtex-autokey-titleword-case-convert): Make these the aliases
3974 for the following two variables.
3975 (bibtex-autokey-name-case-convert-function)
3976 (bibtex-autokey-titleword-case-convert-function): Make these the
3977 real names.
3978 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3979 bibtex-font-lock-crossref sublists.
3980 (bibtex-mode): Revert 2005-12-30 change (which made
3981 completion-ignore-case buffer-local).
3982 (bibtex-url): Simplify.
3983
3984 2006-03-19 Kim F. Storm <storm@cua.dk>
3985
3986 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3987 cursor property value to 2 (to align with C level change).
3988
3989 2006-03-19 Bill Wohler <wohler@newt.com>
3990
3991 * image.el (image-load-path-for-library): Shorten first line in
3992 docstring.
3993
3994 2006-03-18 Richard Stallman <rms@gnu.org>
3995
3996 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3997
3998 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3999
4000 * isearch.el (isearch-other-meta-char): Handle user bindings for
4001 shifted control characters.
4002
4003 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4004
4005 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4006 part that matches email addresses, file names, etc.
4007
4008 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4009
4010 * term/w32-win.el (mouse-set-font):
4011 Mention w32-list-proportional-fonts in the doc string.
4012
4013 2006-03-18 Kim F. Storm <storm@cua.dk>
4014
4015 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4016 (ido-unc-hosts): New user option to explicitly define list of know
4017 UNC-style hosts for completion.
4018 (ido-cache-unc-host-shares-time): New user option.
4019 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4020 New helper functions for UNC file-name support.
4021 (ido-may-cache-directory): Check for UNC host. Simplify.
4022 (ido-wash-history): Clean out old UNC hosts.
4023 (ido-nonreadable-directory-p): UNC hosts are always readable.
4024 (ido-directory-too-big-p): UNC hosts are never too big.
4025 (ido-set-current-directory): Handle UNC root path.
4026 (ido-file-name-all-completions): Complete UNC host names from
4027 ido-unc-hosts list. Cache UNC host shares.
4028 (ido-make-file-list-1): Don't filter UNC root.
4029 (ido-exhibit): Check for // in root directory, and switch to UNC
4030 mode by setting ido-current-directory to //.
4031
4032 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4033
4034 * cus-edit.el (customize-changed-options): Mention explicit
4035 version number as default in prompt.
4036
4037 2006-03-17 Bill Wohler <wohler@newt.com>
4038
4039 * image.el (image-load-path-for-library): Minor docstring fix.
4040
4041 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4042
4043 * textmodes/org.el (org-read-date): Include subgroup 5 into
4044 replacement text.
4045 (org-popup-calendar-for-date-prompt): Fix customization type.
4046
4047 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4048
4049 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4050 (gdb-continuation): New variable.
4051 (gdb-send): Deal with continuation lines.
4052
4053 * progmodes/gud.el (gud-gdb-complete-command)
4054 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4055 expressions.
4056 (gud-tooltip-mode): Use buffer-local value.
4057
4058 2006-03-16 Kim F. Storm <storm@cua.dk>
4059
4060 * ido.el (ido-edit-input): Use selected match, if any.
4061
4062 2006-03-16 Bill Wohler <wohler@newt.com>
4063
4064 * image.el (image-load-path-for-library): Prefer user's images in
4065 image-load-path.
4066
4067 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4068
4069 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4070 when checking for attempt to drag leftmost or rightmost scrollbar.
4071
4072 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4073
4074 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4075 (gdb-force-mode-line-update): New function.
4076 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4077 (gdb-exited): Use them.
4078 (gdb-signal): New function.
4079 (gdb-annotation-rules): Provide a rule for it.
4080
4081 2006-03-16 Kenichi Handa <handa@m17n.org>
4082
4083 * international/mule.el (auto-coding-regexp-alist): Add entries
4084 for Unicode BOM.
4085
4086 * sort.el (sort-build-lists): Temporarily bind
4087 inhibit-field-text-motion to t.
4088
4089 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * locate.el (locate-command, locate-make-command-line)
4092 (locate-fcodes-file, locate-update-command)
4093 (locate-prompt-for-command, locate, locate-with-filter)
4094 (locate-get-file-positions): Doc fixes.
4095 (locate-buffer-name, locate-header-face): Remove leading `*' in
4096 defcustom.
4097 (locate-filter-output): Use `keep-lines' instead of its alias
4098 `delete-non-matching-lines'.
4099 (locate-get-filename, locate-get-dirname): Add introductory comment.
4100 (locate-find-directory-other-window): Give appropriate error
4101 message if used outside main listing.
4102
4103 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4104
4105 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4106 the new extend-region feature.
4107 (font-lock-after-change-function): Update correspondingly.
4108 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4109 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4110
4111 2006-03-15 Bill Wohler <wohler@newt.com>
4112
4113 * image.el (image-load-path-for-library): Fix example by not
4114 recommending that one binds image-load-path. Just defvar it to
4115 placate compiler and only use it if previously defined.
4116
4117 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4118
4119 * textmodes/org.el (org-insert-centered): Use `string-width' to
4120 make underlining work for wide characters.
4121 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4122 TAB to `org-cycle', to make sure that no binding in
4123 `outline-mode-map' can supercede it.
4124
4125 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4126
4127 * allout.el: Increment version to 2.2.1 in file commentary.
4128
4129 (allout-version): Increment to 2.2.1.
4130
4131 (allout-default-layout): New customization variable, used when the
4132 file lacks a specific allout-layout. Uses allout-layout-type for
4133 recursively nested definition.
4134
4135 (allout-layout-type): Widget defining allout layouts, necessary for
4136 self-recursive definition.
4137
4138 (allout-mode): Incorporate allout-default-layout as fallback for
4139 allout-layout.
4140
4141 (allout-layout): Mark as 'safe-local-variable', and refer mention
4142 fallback to `allout-default-layout' in absence of a specified value.
4143 (allout-passphrase-verifier-string)
4144 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4145
4146 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4147
4148 (allout-get-encryption-passphrase-verifier): Use correct name of
4149 passphrase verifier in docstring.
4150
4151 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4152
4153 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4154 elements.
4155 (gdb-find-watch-expression): Make it work for arrays too.
4156 Follow change to gdb-var-list.
4157 (gud-watch): Allow the user to enter variable name with a prexix
4158 arg. Create keybindings.
4159 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4160 (gdb-var-list-children-handler, gdb-var-update-handler)
4161 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4162 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4163 Follow change to gdb-var-list.
4164 (gdb-starting): Don't show the overlay arrows when program is running.
4165
4166 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4167 gdb-var-list.
4168
4169 2006-03-14 Bill Wohler <wohler@newt.com>
4170
4171 * image.el (image-load-path-for-library): Pass value of path
4172 rather than symbol. Always return list of directories.
4173 Guarantee that image directory comes first.
4174
4175 2006-03-14 Alan Mackenzie <acm@muc.de>
4176
4177 * font-core.el (font-lock-extend-region\(-function\)?.):
4178 New function/variable.
4179
4180 * font-lock.el (font-lock-after-change-function):
4181 Call font-lock-extend-region. Obey font-lock-lines-before.
4182 (font-lock-default-fontify-region): Remove reference to
4183 font-lock-lines-before.
4184
4185 * jit-lock.el (jit-lock-after-change):
4186 Call font-lock-extend-region. Obey font-lock-lines-before.
4187
4188 2006-03-14 David Ponce <david@dponce.com>
4189
4190 * tree-widget.el (tree-widget-themes-load-path)
4191 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4192
4193 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4194
4195 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4196 (rcirc-print): Mark the start of text at the end of the prompt.
4197 (rcirc-track-minor-mode): Add autoload cookie.
4198 (rcirc-update-activity-string): Add space to front of mode-line
4199 indicator.
4200
4201 2006-03-13 Miles Bader <miles@gnu.org>
4202
4203 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4204 (rcirc-abbrev-nick): Remove function.
4205 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4206
4207 2006-03-13 David Ponce <david@dponce.com>
4208
4209 * tree-widget.el: Handle themes across all occurrences of the main
4210 themes sub-directory found in tree-widget-themes-load-path.
4211 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4212 (tree-widget--locate-sub-directory): Return all occurrences.
4213 (tree-widget-themes-path): New function.
4214 Replace tree-widget-themes-directory, and return a list of directories.
4215 (tree-widget-set-parent-theme)
4216 (tree-widget-lookup-image): Use it.
4217
4218 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4219
4220 * textmodes/org.el (org-link-search): Avoid self-matching of
4221 links, allow target text to be distributed over several lines.
4222 (org-search-not-link): New function.
4223 (org-set-regexps-and-options, org-get-current-options):
4224 New startup options.
4225 (org-export-as-html): Take odd-level setting from local variable.
4226 (org-fontify-emphasized-text): New option.
4227 (org-set-font-lock-defaults): Include emphasized text.
4228 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4229 (org-font-lock): Customize group renamed from `org-faces'.
4230
4231 2006-03-13 John Paul Wallington <jpw@pobox.com>
4232
4233 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4234 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4235
4236 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * cus-start.el (all): Delete :version keyword for members of the
4239 fringe group, since the entire group is new in 22.1.
4240
4241 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4242
4243 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4244 map if value is hexadecimal (an address).
4245 (gud-watch): Only search roots for existing watch expressions.
4246 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4247 prevent caching problems with speedbar-update-directory-contents.
4248
4249 2006-03-12 Juri Linkov <juri@jurta.org>
4250
4251 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4252 before comparing with `low' and `warn'.
4253
4254 * info.el (Info-dir-remove-duplicates): Move point to the
4255 beginning of the current line after deleting the entries from
4256 redundant heading. Use marker for `limit' and compare it with
4257 point before calling `re-search-forward'.
4258
4259 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4260
4261 * simple.el (yank): Fix typo in docstring.
4262
4263 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4264
4265 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4266 messages, where "D" is the 6th character.
4267
4268 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4269
4270 * simple.el (yank): Fix last change.
4271
4272 2006-03-11 David Ponce <david@dponce.com>
4273
4274 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4275 merging elements from the standard ispell-dictionary-alist.
4276 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4277 alist, and return the new alist.
4278
4279 2006-03-11 Richard Stallman <rms@gnu.org>
4280
4281 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4282
4283 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4284 the way it is implemented is too unclean.
4285
4286 * simple.el (kill-region, yank): Doc fix.
4287
4288 * battery.el (battery-echo-area-format): Doc fix.
4289 (battery-mode-line-format): Likewise.
4290 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4291 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4292
4293 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4294
4295 * progmodes/octave-mod.el (octave-indent-for-comment):
4296 Behave according to do string.
4297
4298 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4299
4300 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4301 Be visible only if major mode is Mail Mode.
4302
4303 * textmodes/flyspell.el (flyspell-external-point-words)
4304 (flyspell-process-localwords): Fix last changes.
4305
4306 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4307
4308 * calendar/holidays.el (list-holidays): Doc fix.
4309
4310 * international/mule.el (auto-coding-alist): Add .odt
4311 (OpenOffice's open document) files.
4312
4313 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4314 document) files. Mention in the doc string the need to sync with
4315 auto-coding-alist.
4316
4317 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4318
4319 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4320 enable-local-variables is set to always query, or there is no
4321 savable variable.
4322
4323 2006-03-10 Bill Wohler <wohler@newt.com>
4324
4325 * image.el (image-load-path-for-library): Merge at least three
4326 functions from Gnus and MH-E into this one function that can now
4327 be shared.
4328
4329 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4330
4331 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4332 gdb-remove-mouse-face and remove help-echo too.
4333 (gdb-enqueue-input): Correct conditional clause.
4334
4335 2006-03-10 Glenn Morris <rgm@gnu.org>
4336
4337 * calendar/calendar.el (calendar-holidays): Doc fix.
4338 * calendar/holidays.el (list-holidays): Doc fix.
4339
4340 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4341
4342 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4343 it gets called in gdb-prompt anyway.
4344 (gdb-use-separate-io-buffer): Only restore window arrangement for
4345 gdb-many-windows.
4346 (gdb-enqueue-input): Make it harder to send GDB input when program
4347 is running.
4348 (gdb-buffer-list): New variable.
4349 (gdb-remove-mouse-face): New function.
4350 (gdb-starting): Use it when GDB input won't get sent.
4351
4352 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * help.el (view-lossage): Remove trailing whitespace before
4355 inserting "\n".
4356
4357 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * files.el (hack-local-variables-confirm):
4360 Set coding-system-for-read to nil before writing to .emacs.
4361
4362 * arc-mode.el (archive-extract): Check if an existing buffer name
4363 comes from a different archive.
4364
4365 * help.el (describe-key-briefly): If KEY is a down event, read and
4366 discard the up event.
4367
4368 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4369
4370 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4371 be edited and use font-lock-warning-face for any changes.
4372
4373 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4374 (gdb-edit-value): Use it to report any errors.
4375
4376 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4377
4378 * help.el (describe-key): Remove leftover test code.
4379
4380 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4381
4382 * textmodes/org.el: Move defvars out of eval-when-compile.
4383 Use buffer-file-name variable.
4384 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4385 arg `file'.
4386 (org-level-faces): Remove startup dependency.
4387 (org-cycle, org-map-tree, org-scan-tags)
4388 (org-remember-handler): Don't call `outline-level' directly.
4389 (org-mhe-search-all-folders): New option.
4390 (org-mhe-get-message-folder-from-index)
4391 (org-mhe-get-message-folder): Fix indexing search.
4392 (org-format-agenda-item): Handle nil TAGS argument.
4393 (org-cleaned-string-for-export, org-activate-target-links)
4394 (org-make-target-link-regexp): Deal with empty radio target list.
4395 (org-tag): New face.
4396 (org-get-level-face): New function.
4397 (org-set-font-lock-defaults): Simplify setup for headlines.
4398 (org-complete): Pass common substring to `display-completion-list'.
4399
4400 2006-03-06 David Ponce <david@dponce.com>
4401
4402 * tree-widget.el: Update Commentary header.
4403 (tree-widget-theme-name): Ignore parent themes.
4404 (tree-widget-set-parent-theme): New function.
4405 (tree-widget-set-theme): Use it.
4406 (tree-widget-set-image-properties): Move definition. Does nothing
4407 if image properties have already been set.
4408 (tree-widget-image-properties): Move definition. Receive an image
4409 name. Set the :pointer property.
4410 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4411 Don't set the :pointer image property.
4412 (tree-widget-convert-widget): New function. Handle :dynargs
4413 compatibility here.
4414 (tree-widget): Use it to :convert-widget. Add the :expander-p
4415 predicate to control when the :expander function is entered.
4416 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4417 (tree-widget-value-create): Handle :expander-p. widget-apply
4418 :expander.
4419 (tree-widget-expander-p): New function. Default value of the
4420 :expander-p property.
4421
4422 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4423
4424 * help.el (describe-key): Properly handle the return value of
4425 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4426 remaps. Handle string and vector `follow-link' values.
4427
4428 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * complete.el (PC-expand-many-files): Try be more careful when parsing
4431 the shell's output.
4432
4433 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * outline.el (hide-sublevels): Provide better interactive default.
4436
4437 2006-03-06 Kenichi Handa <handa@m17n.org>
4438
4439 * international/fontset.el (create-fontset-from-fontset-spec):
4440 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4441
4442 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4443
4444 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4445 backslashes instead of one in regexp.
4446 (gud-tooltip-dereference): Add missing optional argument.
4447
4448 2006-03-04 John Paul Wallington <jpw@pobox.com>
4449
4450 * wdired.el (toplevel): Require `cl' at compile-time.
4451
4452 2006-03-04 Andreas Schwab <schwab@suse.de>
4453
4454 * server.el (server-process-filter): Handle errors during
4455 evaluation of the argument.
4456
4457 2006-03-03 John Paul Wallington <jpw@pobox.com>
4458
4459 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4460 escape parentheses at beginning of line.
4461 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4462 (t-mouse-mode): Remove period from end of error message.
4463
4464 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4465
4466 * textmodes/flyspell.el (flyspell-process-localwords):
4467 Be case-sensitive.
4468
4469 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4470
4471 * cus-edit.el (custom-quote): Remove function, since it has been
4472 moved to custom.el.
4473
4474 * font-lock.el (lisp-font-lock-keywords-2)
4475 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4476 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4477 they have no special meaning.
4478
4479 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4480 indirect buffer gets killed before indirect buffer. Use dolist.
4481
4482 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4483
4484 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4485 value instead of a literal constant (1) on more pauses.
4486
4487 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4488
4489 * textmodes/flyspell.el (flyspell-external-point-words):
4490 Be case-sensitive.
4491
4492 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4493
4494 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4495 with "www".
4496
4497 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4498
4499 * allout.el: Restablish intermediate missing comment header to
4500 preserve outline structure.
4501 (allout-beginning-of-current-entry): Skip invisible text.
4502 (allout-open-topic): Fix opening a topic at end-of-buffer.
4503 (allout-minor-mode): Move nearer to allout-mode function.
4504
4505 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4506
4507 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4508
4509 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4510
4511 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4512 is nil.
4513
4514 * progmodes/gud.el (gud-speedbar-menu-items):
4515 Use buffer-local-value and add missing :visible keyword.
4516
4517 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4518
4519 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4520
4521 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4522 must be `follow-link'.
4523
4524 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4525
4526 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4527 formatting: No nested anchors.
4528 (org-all-targets): Fix bug with XEmacs compatibility.
4529 (org-read-date): Add (require 'parse-time).
4530 (org-set-tags): Fix bug with extra inserted space.
4531 (org-export-html-style): Define a style class for targets.
4532 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4533 (org-hide-leading-stars): New option.
4534 (org-hide): New face.
4535 (org-set-font-lock-defaults): Allow to hide leading stars.
4536 (org-get-legal-level, org-tr-level): New functions.
4537 (org-odd-levels-only): New option.
4538 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4539 (org-demote, org-promote): Deal with double-star levels.
4540 (org-convert-to-odd-levels): New command.
4541
4542 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4543
4544 * speedbar.el (speedbar-update-localized-contents): Try to
4545 preserve window-start.
4546 (speedbar-update-directory-contents): Try to preserve window-start
4547 and window-point.
4548 (speedbar-update-special-contents): Don't move back to start of window.
4549
4550 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4551 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4552 speedbar-timer-fn.
4553 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4554 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4555 instead of gdb-speedbar-timer-fn.
4556
4557 2006-02-28 Jay Belanger <belanger@truman.edu>
4558
4559 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4560 (math-compose-expr): Use latex option when calling
4561 `math-compose-tex-matrix' for latex mode.
4562
4563 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4564
4565 * speedbar.el: Re-instate comments about developing for speedbar
4566 [this is what info and gdb-ui use even if better methods exist now].
4567
4568 * t-mouse.el: New file.
4569 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4570 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4571 (t-mouse-make-event-element): Use posn-at-x-y instead.
4572 (t-mouse-make-event): Deal with Fedora Core 3.
4573 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4574 (t-mouse-mouse-position-function): New function. Use it instead
4575 of advising mouse-position.
4576 (t-mouse-mode): New minor mode.
4577 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4578
4579 2006-02-27 Glenn Morris <rgm@gnu.org>
4580
4581 * calendar/calendar.el (calendar-holidays): Doc fix.
4582
4583 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4584
4585 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4586 Re-introduce the concept of a source window.
4587 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4588 consistency with get-buffer-create.
4589 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4590 (gdb-data-list-register-values-handler)
4591 (gdb-stack-list-locals-handler): Try to preserve window-start as
4592 well as window-point.
4593 (gdb-display-source-buffer): New function (old concept).
4594 (gdb-goto-breakpoint): Use it.
4595
4596 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4597 for gdb-ui/gdb-mi (old concept).
4598
4599 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4600
4601 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4602 binding.
4603
4604 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4605
4606 * textmodes/reftex-sel.el (reftex-select-label-map)
4607 (reftex-select-bib-map): Add `follow-mouse' binding.
4608
4609 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4610
4611 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4612 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4613 Give :set functions to provide automatic updating.
4614 Update docstring. Give compiler defvars early in the file
4615 and move the defcustoms to a later spot where all called functions
4616 are defined.
4617 (jka-compr-file-name-handler-entry): Doc fix.
4618 (jka-compr-compression-info-list--internal)
4619 (jka-compr-mode-alist-additions--internal)
4620 (jka-compr-load-suffixes--internal): New variables.
4621 (jka-compr-install): Set the three above variables.
4622 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4623 (jka-compr-update, jka-compr-set): New functions.
4624 (auto-compression-mode): Doc fix.
4625
4626 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4627 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4628 Use jka-compr-compression-info-list--internal,
4629 jka-compr-mode-alist-additions--internal and
4630 jka-compr-load-suffixes--internal.
4631
4632 * files.el (load-library):
4633 * loadhist.el (file-loadhist-lookup):
4634 * startup.el (command-line):
4635 * subr.el (locate-library):
4636 * emacs-lisp/autoload.el (update-directory-autoloads):
4637 * emacs-lisp/find-func.el (find-library-suffixes):
4638 Use `get-load-suffixes' instead of `load-suffixes'.
4639
4640 * subr.el (locate-library):
4641 * emacs-lisp/find-func.el (find-library-name):
4642 Use `load-file-rep-suffixes' instead of '("").
4643
4644 2006-02-26 Kim F. Storm <storm@cua.dk>
4645
4646 * ido.el (ido-save-history, ido-load-history): Simplify.
4647 Don't use find-file-noselect to avoid interference from other modes.
4648
4649 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4650
4651 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4652 to use the default shell if filename is not available.
4653 Reported by Giorgos Keramidas.
4654
4655 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4656
4657 * progmodes/etags.el (tags-completion-table): Do completion from
4658 all the tables in the current list, as documented in the manual.
4659
4660 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4661
4662 * CC Mode Update to 5.31.3.
4663
4664 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4665
4666 * progmodes/cc-mode.el (c-postprocess-file-styles):
4667 Bind inhibit-read-only to t, around the call to
4668 c-remove-any-local-eval-or-mode-variables, so that it works on a
4669 RO file.
4670
4671 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4672
4673 * progmodes/cc-awk.el: Correct a typo.
4674
4675 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4676
4677 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4678 c-hungry-delete-backwards, at the request of RMS. Leave the old
4679 name as an alias.
4680
4681 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4682
4683 * progmodes/cc-mode.el: Correct a typo.
4684
4685 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4686
4687 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4688
4689 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4690
4691 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4692 brace-else-brace (error due to mbeg, mend being undefined).
4693
4694 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4695
4696 * progmodes/cc-mode.el: File Local variables: Solve the problem
4697 where both `mode' and c-file-offsets are specified: `mode' will
4698 overwrite c-f-o's settings:
4699 (c-remove-any-local-eval-or-mode-variables): New function.
4700 (c-postprocess-file-styles): Call the above new function, within
4701 c-tentative-buffer-change, to splat `mode' and `eval' before the
4702 second hack-local-variables.
4703
4704 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4705
4706 * progmodes/cc-mode.el:
4707 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4708 (c-after-change): Protect the match data with save-match-data.
4709 It was getting corrupted by c-after-change-check-<>-operators.
4710
4711 * cc-defs.el: [Supersedes patch V1.38]:
4712 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4713 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4714
4715 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4716 with save-match-data. It was being corrupted when Font Lock was
4717 not enabled.
4718
4719 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4720
4721 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4722 Mode and Subword Mode.
4723
4724 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4725 real labels ("case 1:" or "foo:") from non-labels ("public:").
4726 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4727 coding; c-f-t-2 doesn't move over a token at EOB.
4728
4729 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4730
4731 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4732 (c-update-modeline): Concatenate the minor mode indicators
4733 directly onto mode-name, removing c-submode-indicators.
4734 Sometimes, c-s-i got separated from the mode name on the mode line.
4735
4736 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4737 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4738
4739 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4740
4741 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4742 error message when there's an evaluation error to show whether
4743 it's loaded from source or not.
4744 (c-filter-ops): Make it available at runtime too to work when
4745 `c-make-init-lang-vars-fun' needs to evaluate from source.
4746
4747 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4748
4749 * help.el (help): Revert last part of 2006-02-23 change (deletion
4750 of the `provide' call).
4751
4752 2006-02-23 Juri Linkov <juri@jurta.org>
4753
4754 * compare-w.el (compare-windows-highlight): Add new value
4755 `persistent' and change :type from `boolean' to `choice'.
4756 (compare-windows-overlays1, compare-windows-overlays2):
4757 New internal variables.
4758 (compare-windows-highlight): If compare-windows-highlight is
4759 `persistent', add current overlays to compare-windows-overlays[12]
4760 instead of adding compare-windows-dehighlight to pre-command-hook.
4761 (compare-windows-dehighlight): Delete all overlays from
4762 compare-windows-overlays[12].
4763
4764 * info.el (Info-search): Don't bind search-spaces-regexp to
4765 Info-search-whitespace-regexp in non-regexp isearch mode.
4766
4767 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4768
4769 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4770
4771 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4772
4773 * textmodes/org.el (org-xemacs-p)
4774 (org-export-html-show-new-buffer, org-table-may-need-update)
4775 (org-insert-item, org-mhe-get-message-real-folder)
4776 (org-mhe-get-message-folder-from-index)
4777 (org-mhe-get-message-folder, org-mhe-get-message-num)
4778 (org-mhe-get-header, org-make-org-heading-search-string)
4779 (org-make-org-heading-camel, org-table-sort-lines)
4780 (org-format-org-table-html, org-format-table-table-html):
4781 Fix typos in docstrings.
4782
4783 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4784
4785 * textmodes/org.el (org-cleaned-string-for-export)
4786 (org-solidify-link-text): New function.
4787 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4788 XEmacs, just to silence the compiler.
4789 (org-export-as-ascii, org-export-as-html-and-open):
4790 Use `org-cleaned-string-for-export' and create internal links.
4791 (org-follow-mhe-link): Require mh-e, use folder.
4792
4793 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4794
4795 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4796
4797 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4798 gdb-debug-log-length.
4799 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4800 it a real ring but...
4801 (gud-gdba-marker-filter): ...make it work like mark-ring.
4802 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4803 (gdb-mouse-jump): New function. Add bindings.
4804
4805 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4806
4807 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4808 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4809 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4810 (gdb-debug-log-length): Customize it's length.
4811 (gud-watch, gdb-var-create-handler): Display function::var format
4812 but don't use to create variable object.
4813 (gdb-var-create-handler): Use message-box in place of message.
4814 (gdb-stopped): Call gdb-exited if signalled.
4815
4816 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4817
4818 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4819
4820 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4821
4822 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4823 if `reftex-try-all-extensions' is set.
4824
4825 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4826 fail silently when there is no valid argument at point.
4827 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4828 `fail-silently' argument. From a patch by David Reiter.
4829
4830 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4831 New commands.
4832 (org-mark-ring): New variable.
4833 (org-mark-ring-length): New option.
4834 (org-open-at-point, org-goto, org-open-file): Push old position
4835 onto the mark ring.
4836 (org-add-hook): New function.
4837 (org-export-table-remove-special-lines): New option.
4838 (org-skip-comments, org-format-org-table-html): Respect new
4839 option `org-export-table-remove-special-lines'.
4840 (org-open-file): Allow special command configuration for
4841 directory link.
4842 (org-file-apps): Fix bugs in customize type, added setting
4843 for directories.
4844 (org-activate-tags, org-format-agenda-item, org-complete)
4845 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4846 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4847 (org-link-search, org-make-org-heading-search-string)
4848 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4849 (org-radio-targets, org-file-link-context-use-camel-case)
4850 (org-activate-camels): New options.
4851 (org-update-radio-target-regexp, org-all-targets)
4852 (org-make-target-link-regexp, org-activate-target-links):
4853 New functions.
4854 (org-make-org-heading-search-string): New function.
4855 (org-store-link, org-insert-link): Use new option
4856 `org-file-link-context-use-camel-case'.
4857 (org-activate-camels): Use new option `org-activate-camels'.
4858 (org-link-regexp): Add mhe prefix.
4859 (org-open-at-point, org-store-link): Support for mhe links.
4860 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4861 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4862 (org-mhe-get-header, org-follow-mhe-link): New functions.
4863 (org-remove-angle-brackets, org-add-angle-brackets):
4864 New functions.
4865 (org-bracket-link-regexp): New constant.
4866 (org-read-date): Fix bug that was rejecting all typed dates.
4867 (org-link-search): Make hierarchy above visible after a match.
4868 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4869 (org-store-link): Fix bug with link creation when cursor is in
4870 an empty line.
4871 (org-open-at-point): Fix bug with matching a link.
4872 Fixed buggy argument sequence in call to `org-view-tags'.
4873 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4874 (org-prefix-has-tag): New variable.
4875 (org-format-agenda-item): Remove tags from headline
4876 if appropriate.
4877 (org-agenda-remove-tags-when-in-prefix): New option.
4878
4879 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4880
4881 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4882 Fix the regular expressions.
4883
4884 2006-02-21 Richard M. Stallman <rms@gnu.org>
4885
4886 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4887 if there's no other specific basis.
4888
4889 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4890 as variables at all.
4891 (unsafep-variable): Rename arg; doc fix.
4892
4893 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4894
4895 * calendar/appt.el (diary-selective-display): Add defvar.
4896
4897 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4898
4899 * isearch.el (search-whitespace-regexp): Fix custom type.
4900
4901 * help.el (describe-key-briefly): Compute interactive args
4902 in same was as before previous change.
4903
4904 * files.el (enable-local-variables): Doc fix.
4905
4906 2006-02-21 Kim F. Storm <storm@cua.dk>
4907
4908 * fringe.el: Cleanup as file is now pre-loaded.
4909 (fringe-bitmaps): Initialize unconditionally.
4910 (fringe-mode, set-fringe-style): Remove autoload cookies.
4911
4912 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4913
4914 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4915 `horizontal-bar'.
4916 (fringe-cursor-alist): Use `horizontal-bar'.
4917
4918 2006-02-20 Kim F. Storm <storm@cua.dk>
4919
4920 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4921 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4922
4923 * loadup.el: Load "fringe" on window systems.
4924
4925 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4926
4927 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4928 out of scope components.
4929
4930 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4931 default.
4932
4933 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4934
4935 * custom.el (customize-mark-to-save, customize-mark-as-set):
4936 Load the symbol first.
4937
4938 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4939
4940 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4941 strech spec so it doesn't display as "^J" on the header line
4942 when `Buffer-menu-use-header-line' is t.
4943
4944 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4945
4946 * speedbar.el (speedbar-make-button): Keep text properties
4947 of string arguments if desired.
4948
4949 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4950 expessions.
4951
4952 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4953 of speedbar.
4954
4955 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4956
4957 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4958 to value of `read-file-name-completion-ignore-case'.
4959
4960 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4961
4962 * custom.el (customize-mark-as-set): Push to `user' theme.
4963
4964 * cus-edit.el (custom-save-variables): Allow unthemed values.
4965 (customize-set-variable): Push setting to `user' theme.
4966
4967 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4968
4969 * progmodes/gud.el: Don't require font-lock as it's now
4970 automatically loaded.
4971 (gud-speedbar-buttons): Replace gdb-var-changed with
4972 gdb-force-update.
4973
4974 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4975 gdb-var-changed.
4976 (gdb-post-prompt): Use it.
4977 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4978 (gdb-var-update-handler, gdb-var-delete)
4979 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4980 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4981 gdb-force-update in gdb-post-prompt.
4982 (gdb-reset): Clear watch expressions from speedbar when quitting.
4983
4984 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4985
4986 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4987 (viper-change-state-to-vi, viper-change-state-to-emacs):
4988 Make aware of cursor coloring in the Emacs state.
4989 (viper-special-read-and-insert-char): Use read-char-exclusive.
4990 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4991
4992 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4993
4994 * viper-util.el (viper-save-cursor-color)
4995 (viper-get-saved-cursor-color-in-replace-mode)
4996 (viper-get-saved-cursor-color-in-insert-mode)
4997 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4998 state.
4999 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5000
5001 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5002 (ediff-ignore-case-option3, ediff-actual-diff-options)
5003 (ediff-actual-diff3-options): New variables to control case sensitivity.
5004 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5005 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5006 (ediff-toggle-ignore-case): New function.
5007 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5008
5009 * ediff-help.el (ediff-long-help-message-narrow2)
5010 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5011 (ediff-long-help-message-word-mode): Add ignore-case command.
5012 (ediff-help-for-quick-help): Add ignore-case command.
5013
5014 * ediff-merg.el: Move provide to the end.
5015
5016 * ediff-ptch.el: Move provide to the end.
5017
5018 * ediff-wind.el: Move provide to the end.
5019
5020 * ediff-mult.el: Move provide to the end.
5021 (ediff-set-meta-overlay): Enable follow-link.
5022
5023 * ediff.el: Move provide to the end.
5024 Break recursive load cycle in eval-when-compile.
5025 (ediff-patch-buffer): Better heuristics.
5026
5027 * ediff-util.el: Move provide to the end.
5028 Break recursive load cycle in eval-when-compile.
5029 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5030 defuns.
5031 (ediff-submit-report): Pass the values of ediff-diff3-program,
5032 ediff-diff3-options.
5033
5034 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5035
5036 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5037 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5038 `' (for example, in the docstring of `windmove-default-keybindings').
5039
5040 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5041
5042 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5043 shadow face. Don't provide binding to edit variable when it is
5044 out of scope.
5045
5046 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5047 (gdb-var-update-handler): Detect out of scope variables with pre
5048 GDB 6.4 too.
5049 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5050 Reset status of variable objects to nil in update handlers.
5051 (gdb-var-update-handler-1): Detect when a variable object comes
5052 in scope. setcar on var changes gdb-var-list directly.
5053
5054 2006-02-17 Juri Linkov <juri@jurta.org>
5055
5056 * ffap.el (ffap) <defface>: Add explicit face declaration.
5057 (ffap-highlight): Use face `ffap' directly instead of checking
5058 for its existence.
5059
5060 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5061 `visible-ok' of `other-buffer' to find the right original buffer.
5062
5063 * info.el (Info-search): Skip `Local Variables' node.
5064
5065 2006-02-17 Juri Linkov <juri@jurta.org>
5066
5067 * info.el (Info-find-file): Check for symbols `apropos', `history',
5068 `toc' in the input filename, and return these symbols as is.
5069 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5070 `history', `toc' instead of strings.
5071 (Info-set-mode-line): For non-string Info-current-file use the
5072 symbol's name inside **.
5073 (Info-isearch-push-state): Add quote before Info-current-file and
5074 Info-current-node.
5075 (Info-isearch-pop-state): Use `equal' instead of `string='.
5076 (Info-extract-pointer, Info-following-node-name): Use
5077 `match-string-no-properties' instead of `match-string'.
5078 (Info-up): Check `old-file' for `stringp'.
5079 (Info-history): Use `equal' instead of `string-equal'.
5080 Check `file' for `stringp'.
5081 (Info-history): Use symbol `history' instead of string as first arg
5082 of `Info-find-node'.
5083 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5084 `toc' instead of string.
5085 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5086 instead of `buffer-substring', and `match-string-no-properties'
5087 instead of `match-string'.
5088 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5089 instead of strings.
5090 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5091 Use symbol `apropos' instead of string.
5092 (Info-copy-current-node-name): Check `Info-current-file' for
5093 `stringp' and construct a command with `Info-find-node' from it.
5094 (Info-fontify-node): Use `match-string-no-properties' instead of
5095 `match-string' and check file names for `stringp'.
5096 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5097 `history', `toc' instead of strings.
5098
5099 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5100
5101 * files.el: Rearrange functions and variables in the file local
5102 variables section.
5103
5104 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5105
5106 * files.el: Add truncate-lines, ispell-check-comments and
5107 ispell-local-dictionary as safe local variables.
5108
5109 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5110
5111 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5112 out of scope variables.
5113 (gud-speedbar-buttons): Use unless.
5114
5115 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5116 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5117 (gdb-show-changed-values): Also use for out of scope variables.
5118 (gdb-var-update-handler-1): Note if variable goes out of scope.
5119
5120 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5121
5122 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5123 default to global variable values for unsupplied args.
5124 (rcirc-get-buffer-create): Fix bug with setting the target.
5125 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5126 test for rcirc-always-use-server-buffer-flag here.
5127 (rcirc-response-formats): Add %N, which is a facified nick. %n
5128 uses the default face. Change the ACTION format string. If the
5129 "nick" is the server, don't print anything for that field.
5130 Comment fixes.
5131 (rcirc-target-buffer): Don't test
5132 rcirc-always-use-server-buffer-flag here.
5133 (rcirc-print): Squeeze extra spaces out of the text before message.
5134 (rcirc-put-nick-channel): Strip potential "@" char from nick
5135 before adding them to nick table.
5136 (rcirc-url-regexp): Improve to match address like "foo.com".
5137
5138 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5139
5140 * allout.el (allout-hidden-p): Move this defsubst before
5141 allout-overlay-interior-modification-handler, where it is first
5142 used.
5143
5144 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5145
5146 * allout.el: Use allout invisible-text overlays instead of
5147 selective display for concealed text. Also, lots of general
5148 cleanup, and improved compatibility code.
5149
5150 (allout-version) Incremented, corrected, revised, and refined
5151 module commentary.
5152
5153 (provide 'allout): Moved to the bottom, added a require of overlay.
5154
5155 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5156 `except-current'.
5157 (allout-write-file-hook-handler): Minimize delay.
5158 (count-trailing-whitespace-region): New function so
5159 auto-encryption of current topic can resituate cursor exactly.
5160 PGP/GPG encryption trims trailing whitespace from lines, which
5161 must be accounted for across encryption then decryption.
5162
5163 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5164 just plain "\C-c", to avoid intruding on user's keybinding space.
5165
5166 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5167 parameter, so user request to provide a new password is done.
5168
5169 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5170 Refined mechanism for auto-filling behavior while in allout mode.
5171
5172 (allout-mode): Explicitly specify the mode map in the docstring.
5173 Clarify provision for various write-file hook var names.
5174 Adjusted for invisible-text overlays instead of selective-display.
5175
5176 (allout-depth): Really return 0 if not within any topic. This
5177 rectifies `allout-beginning-of-level' and sequence numbering
5178 errors that occur when cutting and pasting numbered topics.
5179 Changed from a in-line subst to a regular function, as well.
5180
5181 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5182
5183 (allout-end-of-subtree, allout-end-of-subtree)
5184 (allout-end-of-entry, allout-end-of-current-heading)
5185 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5186 (allout-show-children, allout-show-to-offshoot)
5187 (allout-hide-current-entry, allout-show-current-entry): Rectified
5188 handling of trailing blank lines between items.
5189
5190 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5191 (allout-current-depth, allout-unprotected, allout-hidden-p)
5192 (allout-on-current-heading-p, allout-listify-exposed)
5193 (allout-chart-subtree, allout-goto-prefix)
5194 (allout-back-to-current-heading, allout-get-body-text)
5195 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5196 (allout-hide-region-body, allout-toggle-subtree-encryption)
5197 (allout-encrypt-string, allout-encrypted-key-info)
5198 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5199 (allout-file-vars-section-data): Adjusted for use with
5200 invisible-text overlays instead of selective-display.
5201
5202 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5203 Reworked for use with invisible text overlays.
5204
5205 (allout-current-topic-collapsed-p): New function.
5206
5207 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5208 to know when to close the containing topic.
5209
5210 (allout-pre-command-business, allout-post-command-business):
5211 Simplify undo-batching and dynamic isearch exposure.
5212
5213 (allout-set-overlay-category): New for invisible-text overlays.
5214 Sets properties of allout-overlay-category, used by
5215 allout-flag-region to set invisible-text overlay properties.
5216 (allout-get-invisibility-overlay): Get the first qualifying
5217 invisibility overlay, so we can find the extent of it.
5218 (allout-back-to-visible-text): Get to just before the beginnining
5219 of the current invisibility overlay, if any.
5220
5221 (allout-overlay-insert-in-front-handler)
5222 (allout-overlay-interior-modification-handler)
5223 (allout-before-change-handler, allout-isearch-end-handler): New
5224 functions to handle extraordinary actions affecting concealed
5225 text.
5226
5227 (allout-flag-region): Use overlays instead of selective-display
5228 for invisible text - by inheritence from the properties of
5229 allout-overlay-category in mainline Emacs, and applied
5230 property-by-property in XEmacs, some recent versions of which
5231 don't inherit the properties from the category. Provisions to
5232 respond to concealed-text edits simplified drastically.
5233
5234 (allout-isearch-rectification, allout-isearch-was-font-lock)
5235 (allout-isearch-expose, allout-enwrap-isearch)
5236 (allout-isearch-abort, allout-pre-was-isearching)
5237 (allout-isearch-prior-pos, allout-isearch-did-quit)
5238 (allout-isearch-dynamic-expose)
5239 (allout-hide-current-entry-completely): Functions deleted.
5240
5241 (allout-undo-aggregation): Explicit undo aggregation no longer
5242 necessary due to transition away from selective-display.
5243
5244 (set-allout-regexp, allout-up-current-level)
5245 (allout-next-visible-heading, allout-forward-current-level)
5246 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5247 (allout-kill-line, allout-yank-processing, allout-show-children)
5248 (allout-expose-topic, allout-old-expose-topic)
5249 (allout-listify-exposed, allout-insert-latex-header)
5250 (allout-toggle-subtree-encryption, allout-encrypt-string)
5251 (remove-from-invisibility-spec, allout-hide-current-subtree):
5252 Ditched unused variables.
5253
5254 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5255
5256 * textmodes/ispell.el (ispell-change-dictionary): Call
5257 ispell-buffer-local-dict instead of
5258 ispell-accept-buffer-local-defs.
5259 (ispell-local-dictionary-alist): Accept as valid any coding-system
5260 supported by Emacs.
5261 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5262 changed to iso-8859-3.
5263
5264 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5265
5266 * speedbar.el (speedbar-frame-width): Make an inline function
5267 instead of a macro. Use frame-width.
5268 (speedbar-try-completion, speedbar-update-contents)
5269 (speedbar-timer-fn): Use consp.
5270 (speedbar-update-localized-contents): Try to preserve point.
5271
5272 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5273 (menu): Re-order menu items.
5274 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5275 field.
5276 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5277 (gdb-post-prompt): Speed things by not forcing update.
5278
5279 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5280
5281 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5282 press and perform default action if we get a mouse movement event.
5283
5284 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5285
5286 * calendar/icalendar.el (icalendar--get-event-property)
5287 (icalendar--get-event-property-attributes): Fix typos in
5288 docstrings.
5289
5290 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5291 docstring.
5292
5293 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5294
5295 * bs.el (bs-mode): Use `buffer-disable-undo'.
5296 (bs--get-file-name): Simplify.
5297 (bs-show-in-buffer): Mark the buffer as not modified.
5298
5299 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5300
5301 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5302 widget-button-click.
5303
5304 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5305 (custom-mode): Update docstring.
5306
5307 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5308 binding.
5309
5310 * files.el (hack-local-variables-confirm): Allow scrolling if the
5311 file variable list is too long. Kill temp buffer after use.
5312
5313 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5314
5315 * progmodes/gud.el (gdb): Improve doc string.
5316 (gdb-script-font-lock-keywords): Expand allowed character set.
5317
5318 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5319 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5320 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5321 (gdb-separate-io-stop, gdb-separate-io-eof):
5322 Rename from gdb-inferior-* to gdb-separate-*.
5323 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5324
5325 2006-02-14 Jay Belanger <belanger@truman.edu>
5326
5327 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5328 expression is a symbol before checking that it is bound.
5329
5330 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5331 test to see if equation can be solved.
5332
5333 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5334
5335 * wid-edit.el (widget-button-click): Use :pressed-face property
5336 for overlay face, if it exists.
5337
5338 * cus-edit.el (custom-manual, custom-add-see-also)
5339 (custom-add-parent-links, custom-group-link): Add :pressed-face
5340 property to links.
5341
5342 * files.el (hack-local-variables): Remove ignored variables before
5343 checking if any variables need setting.
5344
5345 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5346
5347 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5348
5349 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5350
5351 * help.el (where-is): Fix message for remapped commands.
5352
5353 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5354 Fix typos in docstrings.
5355
5356 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5357
5358 * files.el (safe-local-variable-values): New option.
5359 (hack-local-variables-prop-line): Return a list of variable-value
5360 pairs if MODE-ONLY is non-nil.
5361 (hack-local-variables): Construct list of variable-value pairs,
5362 and apply or reject them in one go. Ask for confirmation if
5363 variables are not known safe.
5364 (hack-local-variables-confirm): Complete rewrite. Support
5365 `safe-local-variable-values'.
5366 (enable-local-variables): Update docstring to reflect new
5367 behavior.
5368 (ignored-local-variables): Ignore ignored-local-variables and
5369 safe-local-variable-values.
5370 (safe-local-variable-p): New function.
5371 (risky-local-variable-p): `safe-local-variable' property check
5372 moved to safe-local-variable-p.
5373 (hack-one-local-variable): Checks moved to hack-local-variables.
5374
5375 (byte-compile-dynamic, c-basic-offset, c-file-style)
5376 (c-indent-level, comment-column, fill-column, fill-prefix)
5377 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5378 (no-update-autoloads, outline-regexp, page-delimiter)
5379 (paragraph-start, paragraph-separate, sentence-end)
5380 (sentence-end-double-space tab-width, version-control):
5381 Add `safe-local-variable' property.
5382
5383 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5384
5385 * icomplete.el, play/landmark.el: Change nonexistent
5386 `outline-layout' file variable to `allout-layout'.
5387
5388 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5389
5390 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5391 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5392 to gud-comint-buffer.
5393 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5394 gdb-ui.el for gdb-mi.el.
5395 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5396 registers buffer to gdb-get-changed-registers.
5397 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5398 deletion of catchpoints (throw and catch).
5399 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5400 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5401 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5402 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5403 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5404
5405 2006-02-13 Jay Belanger <belanger@truman.edu>
5406
5407 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5408 expression is a symbol before checking that it is bound.
5409
5410 2006-02-13 Richard M. Stallman <rms@gnu.org>
5411
5412 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5413 for the minibuffer too, but not if resize-mini-windows will interfere.
5414
5415 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5416 inside `interactive' spec.
5417 (describe-key-briefly-internal, describe-key-internal):
5418 Functions merged back into their callers.
5419
5420 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5421
5422 * info.el (info-xref-visited): Inherit from info-xref too.
5423 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5424 when propertizing Info-current-file and Info-current-node.
5425
5426 2006-02-13 Juri Linkov <juri@jurta.org>
5427
5428 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5429 (tumme-thumb-name): Fix per-directory format.
5430
5431 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5432
5433 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5434
5435 2006-02-12 Miles Bader <miles@gnu.org>
5436
5437 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5438
5439 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5440
5441 * tumme.el: Remove history section. If someone needs the it, it
5442 can always be found in CVS.
5443
5444 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5445
5446 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5447 about the Thumbnail Managing Standard option.
5448
5449 2006-02-12 Richard M. Stallman <rms@gnu.org>
5450
5451 * subr.el (substitute-key-definition): Doc fix.
5452
5453 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5454
5455 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5456
5457 * info.el (Info-mode): Doc fix.
5458
5459 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5460
5461 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5462
5463 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5464 because on Solaris a POSIX compatible "id" is needed. Reported by
5465 Magnus Henoch <mange@freemail.hu>.
5466
5467 2006-02-12 Juri Linkov <juri@jurta.org>
5468
5469 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5470 (tumme) <defgroup>: Change :group to `multimedia'.
5471 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5472 Managing Standard.
5473 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5474 Fix dostring.
5475 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5476 and %y. Fix docstring.
5477 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5478 (tumme-cmd-create-standard-thumbnail-command): New user options.
5479 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5480 is `standard'. Fix docstring.
5481 (tumme-thumb-width, tumme-thumb-height): New user options.
5482 (tumme-external-viewer): Try to find various viewers.
5483 (tumme-get-thumbnail-image): Use `create-image' instead of
5484 constructing the `image' structure.
5485 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5486 `standard'.
5487 (tumme-thumb-name): Add file name generation for standard storage.
5488 Simplify code for other storages.
5489 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5490 Add modification time %m and thumbnail-nq8 %q.
5491 Use `tumme-cmd-create-standard-thumbnail-command' if
5492 tumme-thumbnail-storage is `standard'.
5493 (tumme-dired-insert-marked-thumbs): New autoload command.
5494 (tumme-dired-after-readin-hook): New function.
5495 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5496 `tumme-thumb-size'.
5497 (tumme-display-image): Replace size-x %x and size-y %y with
5498 width %w and height %h.
5499
5500 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5501 `tumme-dired-insert-marked-thumbs'.
5502
5503 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5504
5505 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5506 include path).
5507 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5508 matching tag.
5509
5510 2006-02-12 Miles Bader <miles@gnu.org>
5511
5512 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5513 New variables.
5514 (rcirc-abbrev-nick): New function.
5515 (rcirc-format-response-string): Rewrite to use the formats in
5516 `rcirc-response-formats' and expand escape sequences therein.
5517 A text-property `rcirc-text' is added over the actual response
5518 text to make easy to find inside the returned string.
5519 (rcirc-print): When filling, just look for the `rcirc-text'
5520 text-property to find the appropriate fill prefix, instead of
5521 using hardwired patterns.
5522
5523 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5524
5525 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5526 Managing Standard.
5527
5528 2006-02-11 Kim F. Storm <storm@cua.dk>
5529
5530 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5531 Don't use insert-buffer; do insert-buffer-substring directly.
5532 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5533
5534 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5535
5536 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5537 with inhibit-read-only. Suggested by Stefan Monnier.
5538 (revert-buffer): Let insert-file-contents discard
5539 buffer-undo-list. Simplify code.
5540 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5541
5542 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5543
5544 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5545
5546 * help.el (describe-key-briefly): Now a wrapper for
5547 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5548 to t. Populate yank-menu if empty.
5549 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5550 (describe-key): Now a wrapper for describe-key-internal. Bind
5551 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5552 (describe-key-internal): Renamed from describe-key.
5553
5554 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5555
5556 * progmodes/glasses.el (glasses-separator): Doc fix.
5557 (glasses-original-separator): New defcustom.
5558 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5559
5560 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5561
5562 * mwheel.el (mouse-wheel-up-event): Doc fix.
5563
5564 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5565
5566 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5567 (tumme-dir): New function. Copied from thumbs.el.
5568
5569 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * desktop.el (desktop-outvar): Fix typo.
5572 (desktop-save-buffer-p): Doc fix.
5573
5574 * subr.el (substitute-key-definition): Fix typo.
5575
5576 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5577
5578 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5579 when window-system is mac.
5580
5581 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5582
5583 2006-02-10 Kim F. Storm <storm@cua.dk>
5584
5585 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5586 indirect-function instead of using condition-case.
5587
5588 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5589
5590 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5591 less `colloquial'...
5592
5593 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5594
5595 * tumme.el: Add a couple of todo items.
5596
5597 2006-02-09 Lars Hansen <larsh@soem.dk>
5598
5599 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5600 (highlight-changes-mode): Don't change desktop-locals-to-save.
5601
5602 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5603
5604 * image-mode.el (image-toggle-display): Clear image cache if using
5605 filename.
5606
5607 2006-02-09 Masatake YAMATO <jet@gyve.org>
5608
5609 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5610 a `dired-man' target.
5611
5612 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5613 boundary of symbols.
5614
5615 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5616
5617 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5618
5619 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5620
5621 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5622 `mapcar'; return nil.
5623
5624 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5625
5626 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5627 some other event.
5628
5629 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5630
5631 * net/rcirc.el (rcirc-startup-channels-alist):
5632 Add irc.freenode.net and #emacs as defaults.
5633 (rcirc-ignore-all-activity-flag): Remove variable.
5634 (rcirc-authinfo): New variable.
5635 (rcirc-authinfo-filename): Remove variable.
5636 (rcirc-always-use-server-buffer-flag): New flag.
5637 (rcirc): M-x rcirc will automatically connect without prompting.
5638 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5639 connection in lisp.
5640 (rcirc-process-server-response-1): Remove everything but the nick
5641 portion of the sender so it doesn't need to be done everywhere
5642 else. Update related code.
5643 (global-map): Remove global keybindings.
5644 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5645 (rcirc-send-input): Split into several functions.
5646 (rcirc-process-input-line, rcirc-process-message)
5647 (rcirc-process-command): New functions.
5648 (rcirc-target-buffer): New function to determine where to route
5649 messages.
5650 (rcirc-user-nick): Save match data.
5651 (rcirc-toggle-ignore-buffer-activity)
5652 (rcirc-update-activity-string): Remove global ignore functionality,
5653 which can be done now by toggling rcirc-track-minor-mode.
5654 (rcirc-track-minor-mode-map): New keymap.
5655 (rcirc-track-minor-mode): New minor-mode.
5656 (ignore): Make the ignore output nicer. Always print it when
5657 adding or removing nicks.
5658 (rcirc-url-regexp): Improve.
5659 (rcirc-mangle-text): Remove properties before using text in the
5660 modeline.
5661 (rcirc-authenticate): Authentication data comes from
5662 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5663 (rcirc-server-prefix): Inherit from rcirc-server.
5664
5665 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5666
5667 * Makefile.in (compile): Append "|| true" to the end of the `find'
5668 command, like compile-always does.
5669
5670 2006-02-08 Sam Steingold <sds@gnu.org>
5671
5672 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5673 output from a dead connection.
5674
5675 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5676
5677 * dired.el (dired-mode-map): Add more bindings for tumme.
5678
5679 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * wdired.el (wdired-mode-map): Use remap.
5682 (wdired-get-filename): Massage.
5683 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5684 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5685 `keymap' property rather than `local-map'.
5686
5687 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5688
5689 * tumme.el (tumme-get-thumbnail-image): New utility function.
5690 Suggested by from Chong Yidong.
5691 (tumme-dired-with-window-configuration): Rename from
5692 `tumme-dired'. Add code to save window configuration.
5693 (tumme-restore-window-configuration): New command to restore the
5694 window configuration that `tumme-dired-with-window-configuration'
5695 saves before it changes the window configuration.
5696 (tumme-show-all-from-dir): New command to display thumbnails for
5697 all files in a directory entered by the user, like M-x thumbs.
5698 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5699 have been created.
5700 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5701 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5702 Remove obsolete test function.
5703
5704 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5705
5706 * vc.el (small-temporary-file-directory): Remove defvar; there's
5707 a defcustom for it in files.el.
5708
5709 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5710 Fix typo in message.
5711 (tumme-gallery-generate): Fix typo in `error' message.
5712 (tumme-display-window-height-correction)
5713 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5714 (tumme-line-up-interactive): Dox fixes.
5715 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5716 (tumme-restore-window-configuration, tumme-format-properties-string)
5717 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5718 Fix typos in docstrings.
5719
5720 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5721
5722 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5723
5724 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5725
5726 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5727 User should use hook if desired.
5728
5729 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5730 buffer if necessary.
5731 (gdb-delete-frame-or-window): New function.
5732 (gdb-breakpoints-mode-map): Bind "q" to it.
5733
5734 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * textmodes/nroff-mode.el: Clean up name space.
5737 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5738 (nroff-mode): Obey the global setting of nroff-electric-mode.
5739 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5740
5741 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5742
5743 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5744
5745 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5746
5747 2006-02-06 Lars Hansen <larsh@soem.dk>
5748
5749 * generic-x.el (etc-fstab-generic-mode): Add file system types
5750 cifs and usbdevfs. Allow special chars in file names.
5751
5752 2006-02-05 Jay Belanger <belanger@truman.edu>
5753
5754 Update copyright notices of the files in lisp/calc.
5755
5756 2006-02-05 Romain Francoise <romain@orebokech.com>
5757
5758 Update copyright notices of all files in the lisp/play directory.
5759
5760 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5761
5762 * ldefs-boot.el: Regenerate.
5763
5764 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5765
5766 2006-02-05 Kim F. Storm <storm@cua.dk>
5767
5768 * files.el (magic-mode-regexp-match-limit): New defvar.
5769 (set-auto-mode): Use it to limit magic-mode-alist matching.
5770
5771 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5772
5773 * simple.el (display-message-or-buffer): Compare the number of
5774 characters to the frame width when determining whether a 1-line
5775 message string will fit in the echo area. Count screen lines
5776 instead of buffer lines when determining whether a multi-line
5777 message will fit in the echo area/minibuffer window.
5778
5779 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5780
5781 * info.el (Info-index, Info-mode): Improve the description of the
5782 `i' command.
5783
5784 * ldefs-boot.el: Regenerate.
5785
5786 2006-02-03 Werner Lemberg <wl@gnu.org>
5787
5788 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5789 greedy to find the closing bracket in \*[...] and similar
5790 expressions. This is a first rough fix -- many additional
5791 refinements are necessary to make nroff mode really usable with groff.
5792
5793 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5794
5795 * international/mule-cmds.el (set-locale-environment):
5796 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5797 libX11.
5798
5799 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5800
5801 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5802 archive are created in archive-tmpdir.
5803
5804 2006-02-02 John Paul Wallington <jpw@pobox.com>
5805
5806 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5807 (ibuffer-fontification-alist): Use it.
5808 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5809 to "* z" and the Ibuffer Mark menu.
5810
5811 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5812
5813 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * textmodes/table.el (*table--cell-describe-mode)
5816 (*table--cell-describe-bindings): Undo last change since
5817 print-help-return-message is not obsoleted by anything at all.
5818
5819 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5820
5821 * emulation/cua-base.el (cua-mode): Doc fix.
5822
5823 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * dframe.el (dframe-handle-make-frame-visible)
5826 (dframe-handle-iconify-frame, dframe-get-focus)
5827 (dframe-select-attached-frame, dframe-power-click)
5828 (dframe-frame-mode): Fix typos in docstrings.
5829
5830 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5831 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5832 Fix typos in docstrings.
5833
5834 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5835 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5836 (hi-lock-archaic-interface-message-used)
5837 (hi-lock-file-patterns-range): Fix typos in docstrings.
5838
5839 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5840 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5841
5842 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5843 Fix typo in docstring.
5844
5845 * net/newsticker.el (newsticker--decode-iso8601-date)
5846 (newsticker--set-customvar, newsticker--buffer-insert-item)
5847 (newsticker--do-run-auto-mark-filter)
5848 (newsticker--parse-generic-feed): Doc fixes.
5849 (newsticker--retrieval-timer-list, newsticker-url-list)
5850 (newsticker-hide-immortal-items-in-echo-area)
5851 (newsticker-hide-obsolete-items-in-echo-area)
5852 (newsticker-new-item-face, newsticker--enclosure)
5853 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5854 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5855 (newsticker--parse-generic-feed, newsticker--cache-contains)
5856 (newsticker--stat-num-items, newsticker-download-enclosures):
5857 Fix typos in docstrings.
5858
5859 * net/rcirc.el (rcirc-debug): Doc fix.
5860 (rcirc-fill-column, rcirc-receive-message-hooks)
5861 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5862 (rcirc-mode, rcirc-generate-new-buffer-name)
5863 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5864 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5865 Fix typos in docstrings.
5866 (rcirc-print): "?\ " -> "?\s".
5867 (rcirc-cmd-join): Improve argument/docstring consistency.
5868
5869 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5870
5871 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5872 before narrow-to-region.
5873
5874 2006-02-01 Richard M. Stallman <rms@gnu.org>
5875
5876 * simple.el (move-beginning-of-line): Scan properly for invis change.
5877
5878 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5879
5880 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5881
5882 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5883 change bit only when id-format is 'integer. Reported by Matt
5884 Hodges <M.P.Hodges@rl.ac.uk>.
5885
5886 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5887
5888 * hilit-chg.el (highlight-changes-initial-state)
5889 (highlight-changes-global-initial-state): Doc fixes.
5890 (highlight-changes-global-modes, global-highlight-changes):
5891 Fix typos in docstrings.
5892
5893 2006-02-01 Kim F. Storm <storm@cua.dk>
5894
5895 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5896 transient-mark-mode in doc string.
5897
5898 2006-01-31 Richard M. Stallman <rms@gnu.org>
5899
5900 * replace.el (multi-occur): Doc fix.
5901 (multi-occur-in-matching-buffers): Rename from
5902 multi-occur-by-filename-regexp. Prefix arg says match
5903 buffer names instead of file names.
5904
5905 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5906
5907 * bs.el: Allow non-default values of `bs-header-lines-length'.
5908 (bs--running-in-xemacs): Remove (not needed anymore).
5909 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5910 instead of `shrink-window', thus avoiding having to compute the
5911 height of the window.
5912 (bs--up): Wrap around even when there's no header.
5913 (bs--down): Use `forward-line' instead of `next-line'.
5914
5915 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5916
5917 * image-mode.el (image-toggle-display): Use file name if possible,
5918 instead of unnecessarily allocating a (possibly huge) lisp string.
5919
5920 2006-01-30 John Paul Wallington <jpw@pobox.com>
5921
5922 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5923 because the `assert' macro signals it at runtime.
5924
5925 * emacs-lisp/cl.el (toplevel): Remove definition of
5926 `cl-assertion-failed' condition.
5927
5928 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5929
5930 * thumbs.el (thumbs-marked-list): Make buffer-local and
5931 permanent-local.
5932 (thumbs-insert-thumb): Make help-echo non-sticky.
5933 (thumbs-file-alist): Use eolp as check for (non)-image.
5934
5935 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5936
5937 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5938 (ediff-before-session-group-setup-hooks)
5939 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5940 Fix typos in docstrings.
5941
5942 * window.el (bw-dir, bw-eqdir, balance-windows)
5943 (split-window-keep-point): Fix typos in docstrings.
5944
5945 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5946 (org-quote-string, org-calendar-to-agenda-key)
5947 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5948 (org-show-following-heading, org-tags-column)
5949 (org-use-tag-inheritance, org, org-allow-space-in-links)
5950 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5951 (org-enable-table-editor, org-calc-default-modes)
5952 (org-table-allow-automatic-line-recalculation)
5953 (org-export-html-style, org-export-with-fixed-width)
5954 (org-export-with-sub-superscripts, org-special-keyword)
5955 (org-formula, org-time-grid, org-table-may-need-update)
5956 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5957 (org-goto-quit, org-get-indentation, org-end-of-item)
5958 (org-move-item-down, org-move-item-up)
5959 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5960 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5961 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5962 (org-agenda-log-mode, org-agenda-toggle-diary)
5963 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5964 (org-agenda-file-to-end, org-agenda-no-heading-message)
5965 (org-agenda-get-closed, org-format-agenda-item)
5966 (org-cmp-priority, org-cmp-category, org-cmp-time)
5967 (org-agenda-change-all-lines, org-agenda-diary-entry)
5968 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5969 (org-link-search, org-camel-to-words, org-open-file)
5970 (org-remember-handler, org-table-convert-region)
5971 (org-table-move-row-down, org-table-move-row-up)
5972 (org-table-copy-region, org-table-wrap-region)
5973 (org-table-toggle-vline-visibility)
5974 (org-table-get-vertical-vector, org-table-modify-formulas)
5975 (org-table-get-specials, org-recalc-commands)
5976 (org-table-rotate-recalc-marks, org-table-eval-formula)
5977 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5978 (org-level-color-stars-only, org-insert-heading):
5979 Fix typos in docstrings.
5980 (last-arg): Add defvar.
5981
5982 * makefile.w32-in (WINS): Add erc.
5983 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5984
5985 2006-01-29 Bill Wohler <wohler@newt.com>
5986
5987 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5988 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5989 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5990 (mh-autoloads): Don't use comments on otherwise empty lines.
5991
5992 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5993
5994 * emulation/viper.el (viper-major-mode-modifier-list): Add
5995 insert-state and vi-state entries for erc-mode.
5996 (viper-go-away, viper-set-hooks): Add and remove
5997 viper-comint-mode-hook from erc-mode-hook as appropriate.
5998
5999 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6000
6001 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6002
6003 * bs.el (bs--format-aux): Implement `middle' alignment as
6004 described in the docstring for `bs-attributes-list'.
6005 (bs--get-name): Simplify. Don't pad the buffer name.
6006
6007 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6008
6009 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6010 English aspell dictionary is installed, use the first entry of
6011 ispell-dictionary-alist-1.
6012
6013 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6014
6015 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6016 Doc fix.
6017
6018 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6019
6020 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6021 for `process-file', in order to let it work for older Emacsen too.
6022
6023 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6024
6025 * international/latexenc.el: Add a suitable `coding:' tag.
6026 (latexenc-find-file-coding-system): Undo last change.
6027
6028 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6029
6030 * international/latexenc.el (latexenc-find-file-coding-system):
6031 Make sure latexenc-main-file is a regular file and is readable.
6032
6033 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6034
6035 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6036 Pass FILE to vc-user-login-name.
6037
6038 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6039
6040 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6041
6042 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6043 there are no more images to display.
6044 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6045 the next image.
6046
6047 2006-01-26 Richard M. Stallman <rms@gnu.org>
6048
6049 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6050
6051 * wid-edit.el (advertised-widget-backward): New alias.
6052 (widget-keymap): Use advertised-widget-backward for S-TAB.
6053
6054 * tumme.el: Correct the keywords.
6055 (tumme-dir-max-size): Use defvar.
6056 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6057
6058 * simple.el (move-beginning-of-line): Take account of fields.
6059 (clone-indirect-buffer-other-window): Take args like
6060 clone-indirect-buffer, and work like it.
6061
6062 * help-fns.el (describe-function): Don't pass `nil' as default.
6063
6064 * files.el (risky-local-variable-p): Follow var aliases.
6065
6066 * subr.el (lazy-completion-table): Doc fix.
6067
6068 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6069 global binding of `line'.
6070
6071 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6072
6073 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6074 Tramp.
6075
6076 * vc.el (vc-default-dired-state-info): Pass FILE to
6077 vc-user-login-name.
6078 (vc-default-update-changelog): Don't use vc-user-login-name, we
6079 don't need it here.
6080
6081 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6082 no longer necessary.
6083
6084 2006-01-25 Kenichi Handa <handa@m17n.org>
6085
6086 * international/mule.el (decode-char): Avoid the overhead of
6087 calling utf-lookup-subst-table-for-decode if
6088 utf-translate-cjk-mode is nil.
6089 (encode-char): Avoid the overhead of calling
6090 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6091 nil.
6092
6093 2006-01-22 Kenichi Handa <handa@m17n.org>
6094
6095 * international/mule.el (make-subsidiary-coding-system): Reset
6096 `coding-system-define-form' property of subsidiaries to nil.
6097 Avoid duplicated entry in coding-system-alist.
6098 (make-coding-system): Avoid duplicated entry in
6099 coding-system-alist.
6100 (define-coding-system-alias): Likewise.
6101
6102 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6103
6104 * completion.el: Minor fixes in introductory comment.
6105 (completion-def-wrapper): Fix alist.
6106
6107 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6108
6109 * thumbs.el (thumbs-new-image-size): New function.
6110 (thumbs-increment-image-size-element)
6111 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6112 (thumbs-decrement-image-size): Delete.
6113 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6114 temp files and use to resize.
6115 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6116 Use increment argument to enlarge/shrink. Preserve point.
6117 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6118 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6119 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6120 (thumbs-mark, thumbs-unmark): Preserve point.
6121 (thumbs-modify-image): Keep old temp files and use to modify.
6122 Cleanup old temp files at load time. Preserve point.
6123 (thumbs-view-image-mode-map): Use new command names.
6124
6125 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6126
6127 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6128
6129 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6130 the nastiest part of the cyclic dependency.
6131 (cal-menu-update): Use dotimes and calendar-increment-month.
6132
6133 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6134 (calendar-week-start-day): Add an :initializer.
6135 (calendar-mode-map): Use suppress-keymap, and command remapping.
6136 (describe-calendar-mode): Setup xref-stack info for the back button.
6137 (calendar-star-date): Insert before delete.
6138 (calendar-set-mode-line): Add file-modified info if applicable.
6139 (calendar-increment-month): New function.
6140
6141 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6142
6143 * font-lock.el (lisp-font-lock-keywords-2):
6144 Recognize "& keywords" only at word boundaries.
6145
6146 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6147
6148 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6149 and permanent-local.
6150 (thumbs-max-image-number): New variable.
6151 (thumbs-do-thumbs-insertion): Use them.
6152 (thumbs-per-line): Change default to 4.
6153 (thumbs-marked-list): Rename from thumbs-markedL.
6154 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6155 (thumbs-rename-images): Use -list instead of L for internal variables.
6156 (thumbs-call-convert): Use call-process instead of shell-command.
6157 (thumbs-insert-thumb): Add filename as help-echo to each image.
6158 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6159 Give dir to thumbs-show-thumbs-list.
6160 (thumbs-show-thumbs-list): Set default-directory to that of images.
6161 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6162 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6163 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6164 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6165
6166 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6167
6168 * ses.el (ses-read-cell): Provide a default value.
6169
6170 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6171
6172 * term/w32-win.el (image-library-alist): Add additional names for
6173 GIF library.
6174
6175 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6176
6177 * international/latexenc.el (latexenc-find-file-coding-system):
6178 Add file-regular-p check.
6179
6180 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * simple.el (clone-buffer): Don't show the new buffer in the same
6183 window.
6184
6185 2006-01-23 Juri Linkov <juri@jurta.org>
6186
6187 * faces.el (link, link-visited): New faces based on default values
6188 of `info-xref' and `info-xref-visited'.
6189
6190 * info.el (info-xref): Inherit from `link'.
6191 (info-xref-visited): Inherit from `link-visited'.
6192
6193 * cus-edit.el (custom-buffer-create-internal): Use widget type
6194 `custom-manual' instead of `info-link' and don't set properties
6195 `button-face' and `mouse-face' explicitly.
6196 (custom-browse-group-tag, custom-browse-variable-tag)
6197 (custom-browse-face-tag): Inherit from widget class
6198 `custom-group-link' instead of `push-button'.
6199 (custom-button-unraised): Inherit from `underline' face.
6200 (custom-link): Inherit from `link' face. Fix doc and group.
6201 (custom-add-parent-links, custom-group-value-create): Don't set
6202 properties `button-face' and `mouse-face' explicitly for
6203 `custom-group-link' widget.
6204 (custom-group-link): Add properties `button-face' and `mouse-face'
6205 to widget definition.
6206 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6207 editable-field's :keymap property.
6208 (custom-mode): Fix docstring: substitute keybindings for
6209 `widget-forward' and `widget-backward' from `widget-keymap',
6210 `widget-complete' from `custom-field-keymap', replace old
6211 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6212
6213 * desktop.el (desktop-load-file): Check for `fboundp' before
6214 calling `symbol-function'.
6215
6216 * simple.el (clone-buffer, clone-indirect-buffer)
6217 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6218 `read-string'. Fix prompts.
6219
6220 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6221
6222 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6223
6224 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6225
6226 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6227
6228 * startup.el (inhibit-splash-screen, initial-scratch-message):
6229 Doc fixes.
6230
6231 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6232
6233 Sync with Tramp 2.0.52.
6234
6235 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6236 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6237 `tramp-unload-tramp' for checklist.
6238
6239 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6240 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6241 (tramp-unload-file-name-handler-alist)
6242 (tramp-unload-tramp): New defuns.
6243 (tramp-advice-PC-expand-many-files): New defadvice.
6244 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6245 removed.
6246 (tramp-handle-expand-file-name): Remove double slash.
6247 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6248 It doesn't matter, because it will be converted later on.
6249 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6250 implementation was just heuristic.
6251 (tramp-post-connection): Set uid and gid properties.
6252 (tramp-convert-file-attributes): Set file's gid change bit.
6253 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6254 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6255 in case of su(do)? methods. The home directory of the local user
6256 will be taken else.
6257 (tramp-open-connection-telnet)
6258 (tramp-open-connection-rsh, tramp-open-connection-su)
6259 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6260 local shell prompt could hurt. Reported by Romain Francoise
6261 <romain@orebokech.com>.
6262 (tramp-let-maybe): Add `edebug-form-spec' property.
6263 (tramp-handle-expand-file-name): Bind `default-directory' locally
6264 to "/" in order to avoid problems with UNC shares or Cygwin
6265 mounts.
6266 (tramp-md5-function): Fix typo in error message.
6267
6268 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6269
6270 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6271 for byte-compiler pacification.
6272
6273 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6274
6275 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6276 ID-FORMAT `string'. This allows us to get rid of
6277 `vc-user-login-name UID'.
6278
6279 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6280
6281 2006-01-22 John Paul Wallington <jpw@pobox.com>
6282
6283 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6284
6285 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6286
6287 * emacs-lisp/find-func.el (find-definition-noselect)
6288 (find-variable-noselect): Search variables in C source code too.
6289 (find-function-C-source, find-function-noselect, find-function)
6290 (find-function-other-frame, find-variable-noselect, find-variable)
6291 (find-variable-other-frame, find-variable-at-point):
6292 Fix docstrings.
6293
6294 2006-01-21 Francesco Potorti` <pot@gnu.org>
6295
6296 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6297
6298 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6299
6300 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6301 Default to disabling the "Save affix" question.
6302
6303 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6304
6305 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6306 the first arg to run-python.
6307
6308 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6309
6310 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6311 is not loaded.
6312
6313 2006-01-20 Jay Belanger <belanger@truman.edu>
6314
6315 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6316 limit is 0.
6317
6318 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6319 the correct variable.
6320
6321 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6322
6323 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6324 link. Fixed buggy argument sequence in call to `org-view-tags'.
6325 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6326 (org-prefix-has-tag): New variable.
6327 (org-format-agenda-item): Remove tags from headline if
6328 appropriate.
6329 (org-agenda-remove-tags-when-in-prefix): New option.
6330 (org-get-tags-at): New function.
6331
6332 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6333
6334 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6335 (thumbs-find-image): Move image name and number from buffer name
6336 to mode name. Set thumbs-buffer. Preserve point so that large
6337 images remain visible.
6338 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6339 order.
6340 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6341 mode name.
6342 (thumbs-next-image, thumbs-previous-image): Make them work.
6343
6344 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6345
6346 * cus-edit.el (custom-buffer-create-internal): State in the text above
6347 the whole buffer buttons that they do not operate on hidden items.
6348 (custom-face-menu): Use `custom-face-save' instead of
6349 `custom-face-save-command'.
6350 (custom-face-save-command): Make it an alias for `custom-face-save'
6351 and declare it obsolete.
6352 (custom-face-save): Doc fix.
6353
6354 * dired.el (dired-no-confirm): Add quote.
6355 (dired-subdir-alist-pre-R): Add quote in
6356 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6357
6358 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * textmodes/table.el (table-mode-indicator): Typo in last change.
6361
6362 2006-01-19 Richard M. Stallman <rms@gnu.org>
6363
6364 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6365 Fixes bug reported in Nov 2005.
6366
6367 * isearch.el (isearch-forward): Doc fix.
6368
6369 * dired.el (dired-move-to-filename-regexp): Define as alias.
6370 (dired-no-confirm): Use defcustom.
6371 (dired-subdir-alist-pre-R): Put defvar at top level.
6372
6373 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6374
6375 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6376 Mark as risky.
6377
6378 * simple.el (set-mark-command): Doc fix.
6379 (clone-indirect-buffer-other-window):
6380 Read arg like clone-indirect-buffer.
6381 (move-beginning-of-line): Skip invisible newlines.
6382
6383 2006-01-19 Masatake YAMATO <jet@gyve.org>
6384
6385 * progmodes/cpp.el (cpp-edit-load): Make the order of
6386 listed conditions in a base C code buffer and its associate
6387 CPP Edit buffer the same.
6388
6389 2006-01-19 Kenichi Handa <handa@m17n.org>
6390
6391 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6392 (rmail-mime-feature): Likewise.
6393 (rmail-require-mime-maybe): Use display-warning to show a warning
6394 message.
6395
6396 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6397 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6398
6399 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6400
6401 * array.el: Move defvars out of eval-when-compile.
6402 (array-make-template): Replace undeclared global var with a local one.
6403 (array-mode): Inline initialization functions.
6404 (array-init-local-variables, array-init-max-row)
6405 (array-init-max-column, array-init-columns-per-line)
6406 (array-init-field-width, array-init-rows-numbered)
6407 (array-init-line-length, array-init-lines-per-row): Remove.
6408
6409 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6410 (doc-mode-map): Define explicitly.
6411 (doctor-txtype): Use mapc.
6412
6413 * textmodes/table.el: Move defvars out of eval-when-compile.
6414 Remove harmful code meant to avoid byte-compiler warnings.
6415 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6416 specification that checks table-fixed-width-mode directly.
6417 (table-recognize-region, table-recognize-cell):
6418 Use restore-buffer-modified-p.
6419 (table-fixed-width-mode): Remove code that refreshes
6420 table-fixed-mode-indicator.
6421 (*table--cell-describe-bindings, *table--cell-describe-mode):
6422 Avoid obsolete name print-help-return-message.
6423 (table--test-cell-list): Don't use replace-regexp from elisp.
6424 (table--point-entered-cell-function, table--point-left-cell-function):
6425 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6426
6427 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6428 that was after the end of file. Use buffer-file-name variable.
6429 (org-timestamp-change): Use with-current-buffer.
6430 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6431 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6432 `file'.
6433
6434 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6435 (fortran-break-line): Remove unused var `opoint'.
6436 (fortran-abbrev-start): Obey help-event-list.
6437
6438 2006-01-18 Jesper Harder <harder@phys.au.dk>
6439
6440 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6441
6442 2006-01-18 Masatake YAMATO <jet@gyve.org>
6443
6444 * progmodes/make-mode.el (makefile-imake-mode): New mode
6445 derived from makefile-mode.
6446 (makefile-imake-mode-syntax-table): New syntax table
6447 derived from makefile-mode-syntax-table.
6448 (makefile-mode): Write about makefile-imake-mode in doc string.
6449 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6450 (makefile-imake-font-lock-keywords): New font lock keywords.
6451
6452 * files.el (auto-mode-alist): Add Imakefile.
6453
6454 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6455
6456 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6457 loading the file rather than when turning on flyspell-mode.
6458
6459 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6460
6461 * cus-edit.el (customize-rogue): Minor doc fix.
6462
6463 2006-01-17 Juri Linkov <juri@jurta.org>
6464
6465 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6466 instead of the file at the mark as default if the file at the mark
6467 is the same as the file at point or if dired-dwim-target-directory
6468 is not the same as the current directory and the mark is not active.
6469
6470 * log-view.el (log-view-minor-wrap): Use the same logic to get
6471 revisions as `log-view-diff'.
6472
6473 * info.el (Info-revert-find-node): Check for Info-current-file
6474 before preserving new-history.
6475
6476 * man.el (Man-heading-regexp): Add `/'.
6477
6478 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6479 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6480
6481 2006-01-16 Juri Linkov <juri@jurta.org>
6482
6483 * faces.el (mode-line-faces): New defgroup.
6484 (mode-line-highlight): Move definition after new defgroup.
6485 (mode-line, mode-line-inactive, mode-line-highlight):
6486 Replace :group `modeline' with `mode-line-faces'.
6487 (mode-line-buffer-id): New face.
6488 (modeline-buffer-id): New face alias.
6489 (vertical-border): Remove :group `modeline'.
6490
6491 * bindings.el (propertized-buffer-identification): Use face
6492 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6493 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6494 (mode-line-buffer-identification-keymap): For mouse-1 replace
6495 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6496 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6497 mouse-3.
6498
6499 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6500 Buffer-menu-buffer. Doc fix.
6501 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6502 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6503 `Buffer-menu-buffer'.
6504
6505 * info.el (Info-mode-line-node-keymap): New defvar.
6506 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6507 Propertize Info-current-node with `mode-line-buffer-id' and
6508 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6509
6510 * time.el (display-time-mail-face): Replace :group `faces' with
6511 `mode-line-faces'.
6512
6513 2006-01-16 Kenichi Handa <handa@m17n.org>
6514
6515 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6516
6517 * language/european.el (cp1252): New alias for windows-1252.
6518
6519 * international/mule.el (autoload-coding-system): Prepare for EOL
6520 variants.
6521
6522 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6523
6524 * term.el (term-raw-map): Add mapping for insert.
6525 (term-send-insert): New.
6526 (term-mode): Make variables local here instead of doing it in
6527 `term-emulate-terminal'.
6528 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6529 Scroll reverse needs to take into account the scroll region.
6530 Saving and restoring the cursor should save the color attributes too.
6531 (term-reset-terminal): Reset the scroll region.
6532 (term-handle-ansi-escape): Cursor up and down should take into
6533 account the scroll region.
6534 (term-set-scroll-region): Rename from `term-scroll-region'.
6535 Move to 0,0 after setting the region.
6536 (term-handle-scroll): Handle scroll up.
6537 (term-down): Fix off by one error.
6538 (term-delete-lines): Do not delete outside the scroll region.
6539 (term-insert-lines): Take into account the scroll region.
6540
6541 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6542
6543 * textmodes/ispell.el (ispell-internal-change-dictionary)
6544 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6545 (start, end): Move declaration outside of eval-when-compile.
6546
6547 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6548 (flyspell-mode-on): Use it.
6549
6550 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6551 ispell-kill-ispell-hook.
6552
6553 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6556 (Custom-reset-saved): Do not ask for confirmation in single option
6557 buffers.
6558
6559 2006-01-13 Richard M. Stallman <rms@gnu.org>
6560
6561 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6562
6563 2006-01-13 Romain Francoise <romain@orebokech.com>
6564
6565 * add-log.el (add-change-log-entry, change-log-merge):
6566 Conditionally use `hard-newline'.
6567
6568 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6569
6570 * wid-edit.el (widget-field-end): If the overlay is no longer
6571 associated with a buffer, behave as if the overlay didn't exist.
6572
6573 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6574 Make sure the links use the `custom-link' face.
6575
6576 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6577
6578 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6579 (ld-script-mode): Don't set indent-line-function since we don't
6580 have one.
6581
6582 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6583
6584 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6585 application.
6586 (org-file-apps-defaults-gnu): Use mailcap as the default for
6587 selecting an application on a UNIX system.
6588 (org-agenda-show-tags): New command.
6589 (org-table-insert-hline): Keep cursor in current table line.
6590 (org-table-convert): Offset effect of modifying
6591 `org-table-insert-hline'.
6592 (org-format-agenda-item): New optional argument TAG.
6593 (org-compile-prefix-format): Handle %T format for the tag.
6594 (org-expand-wide-chars): New function.
6595 (org-table-insert-row, org-table-insert-hline):
6596 Use `org-expand-wide-chars'.
6597 (org-open-file): Fix bug in program launch.
6598 (org-get-time-of-day): Fix bug with times before 1am.
6599 (org-agenda-menu): Add tags commands.
6600
6601 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6602
6603 * textmodes/ispell.el (ispell-init-process): Include the used
6604 dictionary in ispell process start message.
6605 (ispell-internal-change-dictionary): When flyspell-mode is active
6606 and dictionary is changed, make sure ispell process is restarted
6607 and flyspell word cache cleared out for the current buffer.
6608 (ispell-change-dictionary): Make sure flyspell word cache is
6609 cleared out in all buffers with active flyspell mode when
6610 dictionary is globally changed.
6611 Call ispell-internal-change-dictionary after dictionary change.
6612
6613 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6614
6615 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6616
6617 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6618 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6619 years. Fix small differences wrt Makefile.in.
6620 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6621 Makefile.in does.
6622
6623 2006-01-12 Bill Wohler <wohler@newt.com>
6624
6625 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6626 mh-search.el.
6627
6628 2006-01-12 Masatake YAMATO <jet@gyve.org>
6629
6630 * progmodes/ld-script.el: Update copyright year.
6631
6632 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6633
6634 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6635 Don't add widget if setting undefined.
6636
6637 2006-01-12 John Paul Wallington <jpw@pobox.com>
6638
6639 * help-fns.el (describe-variable): Remove newlines from void
6640 variable output.
6641
6642 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6643
6644 * wdired.el (wdired-mode-map): Add help echo for
6645 wdired-abort-changes.
6646
6647 * man.el (Man-file-name-regexp): Adjust for a list of files.
6648
6649 2006-01-12 Masatake YAMATO <jet@gyve.org>
6650
6651 * progmodes/ld-script.el (auto-mode-alist): Support
6652 suffix conventions used in netbsd and eCos.
6653
6654 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6655
6656 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6657 (custom-variable-menu, custom-face-menu, custom-group-menu)
6658 (Custom-mode-menu): Change names of menu items. (As discussed on
6659 emacs-devel.)
6660 (custom-face-menu): Add "Undo Edits" item.
6661
6662 * startup.el (init-file-user): defcustom -> defvar.
6663
6664 * tooltip.el (tooltip-mode): Doc fix.
6665
6666 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6667
6668 * reveal.el (reveal-post-command): window-buffer signals an error on
6669 dead windows rather than returning nil.
6670 (reveal-open-new-overlays): An overlay might die while we open others.
6671
6672 2006-01-11 Bill Wohler <wohler@newt.com>
6673
6674 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6675 phrasing in docstring.
6676
6677 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6678 can give some systems gas. Add new file mh-buffers.el.
6679
6680 2006-01-06 Masatake YAMATO <jet@gyve.org>
6681
6682 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6683 C preprocessor forward ported from GNU Emacs 21.2.
6684
6685 * progmodes/asm-mode.el (asm-font-lock-keywords):
6686 Use `cpp-font-lock-keywords'.
6687
6688 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6689
6690 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6691 of $ for "\\.ld[s]?".
6692
6693 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6696 (tcl-indent-line): Return `noindent' if inside a string.
6697
6698 * progmodes/flymake.el (flymake-split-string): Remove more than one
6699 empty string at beg/end of the result.
6700 (flymake-find-buildfile, flymake-find-possible-master-files):
6701 Use expand-file-name.
6702 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6703 since expand-file-name does it for us. Use directory-file-name.
6704 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6705 (flymake-ler-get-type, flymake-ler-get-text)
6706 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6707 (flymake-current-line-no): Remove spurious interactive spec.
6708 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6709 (flymake-check-include): Remove arg inc-path merged into inc-name.
6710 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6711 Arg regexp-list replaced by a simple regexp.
6712 (flymake-master-make-header-init, flymake-master-tex-init):
6713 Correspondingly replace regexp-list with a regexp. Fix regexp.
6714
6715 2006-01-10 Simon Josefsson <jas@extundo.com>
6716
6717 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6718 describing AUTH PLAIN fix.
6719
6720 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6721
6722 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6723 (report-emacs-bug): Don't record initial prompt text.
6724 Instead, add text properties to prompting text.
6725 (report-emacs-bug-hook): Delete prompting text.
6726
6727 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6730 `dirs'. Adjust callers.
6731
6732 2006-01-09 John Paul Wallington <jpw@gnu.org>
6733
6734 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6735
6736 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6737
6738 * reveal.el (reveal-open-new-overlays): New extracted fun.
6739 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6740 using them. Simplify the code.
6741 (reveal-post-command): Use them. Fix up obsolete windows in
6742 reveal-open-spots.
6743
6744 * progmodes/flymake.el: Use `require' rather than autoload for
6745 XEmacs's overlays.
6746 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6747 Delete. Use file-relative-name instead.
6748 (flymake-get-syntax-check-program-args, flymake-perl-init):
6749 Simplify the resulting code.
6750
6751 * log-view.el (log-view-file-re, log-view-message-re): Add support
6752 for DaRCS output.
6753
6754 2006-01-09 Alex Schroeder <alex@gnu.org>
6755
6756 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6757 identifiers sometimes added in square brackets at the beginning of
6758 subject lines.
6759
6760 2006-01-07 Richard M. Stallman <rms@gnu.org>
6761
6762 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6763 (Custom-reset-current, Custom-reset-saved): Change question text.
6764 (Custom-reset-standard): Likewise.
6765 (custom-variable-reset-saved): Doc fix.
6766
6767 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6768
6769 * startup.el (init-file-user): Doc fix.
6770
6771 2006-01-07 Alex Schroeder <alex@gnu.org>
6772
6773 * mail/rmail.el (rmail-current-subject): New function.
6774 (rmail-current-subject-regexp): New function.
6775 (rmail-next-same-subject): Use it.
6776
6777 * mail/rmailsum.el (rmail-summary-by-topic):
6778 Use rmail-current-subject and rmail-current-subject-regexp.
6779 (rmail-summary-next-same-subject): Ditto.
6780
6781 * net/rcirc.el (rcirc-send-input): No longer check whether the
6782 process is open, since not all commands need an open process.
6783 (rcirc-send-string): Check whether the process is open before
6784 sending anything.
6785 (rcirc-ignore-list): New option.
6786 (rcirc-ignore-list-automatic): New variable.
6787 (rcirc-print): Take rcirc-ignore-list into account.
6788 (rcirc-cmd-ignore): New command.
6789 (rcirc-ignore-update-automatic): New function.
6790 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6791 list if ignored nicks.
6792 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6793
6794 2006-01-06 David Reitter <david.reitter@gmail.com>
6795
6796 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6797 reflect the address to which the report will be sent.
6798
6799 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6800
6801 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6802 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6803
6804 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6805
6806 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6807
6808 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6809 the doc string: "functoin" => "function".
6810 * ldefs-boot.el: Likewise.
6811
6812 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6813 message text: "Duplicat" => "Duplicate".
6814
6815 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6816
6817 * files.el (basic-save-buffer-2): If backing-up failed, reset
6818 buffer-backed-up to nil.
6819
6820 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6821
6822 * progmodes/gud.el (gdb-script-skip-to-head)
6823 (gdb-script-calculate-indentation): Indent for breakpoint command
6824 lists also.
6825
6826 2006-01-05 Bill Wohler <wohler@newt.com>
6827
6828 * Makefile.in (compile-always): Add mh-autoloads dependency.
6829 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6830 provides it.
6831 (updates): Remove mh-autoloads dependency, since it probably has
6832 already run recently (via recompile).
6833
6834 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6837 argument `force' to disable the flyspell-last-buffer optimization.
6838 (flyspell-mode-on): Use it.
6839
6840 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6841 flymake-simple-cleanup.
6842 (flymake-allowed-file-name-masks): Use this new default.
6843 All the functions are now called in the right buffer rather than
6844 passing the buffer as argument.
6845 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6846 (flymake-parse-err-lines): Remove redundant buffer arg.
6847 (flymake-get-program-dir): Comment out unused function.
6848 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6849 Remove redundant buffer argument.
6850 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6851 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6852
6853 2006-01-05 Richard M. Stallman <rms@gnu.org>
6854
6855 * info.el (Info-find-node): Don't record previous node if have none.
6856 (info): Go to directory only if history is empty.
6857
6858 * simple.el (mark): Doc fix.
6859
6860 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6861
6862 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6863 already of desired type.
6864 (mac-ae-list): Coerce parameter to "list" type.
6865 (mac-dispatch-apple-event): Replace cadr part of event with a
6866 dummy position so that event-start returns it.
6867
6868 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6869
6870 * textmodes/org.el (org-end-of-subtree): New function.
6871 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6872 Use `org-end-of-subtree'.
6873 (org-agenda, org-agenda-convert-date): Protect calls to
6874 `fit-window-to-buffer'.
6875 (org-tags-view): Force matching of sublevels when doing a
6876 todo-only search. Define the correct redo command, including the
6877 arguments.
6878 (org-agenda-redo): Display message.
6879 (org-check-for-org-mode): New function.
6880 (org-agenda-type): New variable.
6881 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6882 Set `org-agenda-type'.
6883 (org-agenda-check-type): New function.
6884 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6885 (org-agenda-week-view, org-agenda-day-view)
6886 (org-agenda-next-date-line, org-agenda-previous-date-line)
6887 (org-agenda-log-mode, org-agenda-toggle-diary)
6888 (org-agenda-toggle-time-grid, org-agenda-date-later)
6889 (org-agenda-date-prompt, org-agenda-diary-entry)
6890 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6891 (org-agenda-convert-date, org-agenda-menu):
6892 Use `org-agenda-check-type'.
6893 (org-make-overlay, org-delete-overlay)
6894 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6895 New compatibility functions.
6896 (org-calendar-select-mouse): New command.
6897
6898 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6899
6900 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6901 (Custom-reset-standard): Fix y-or-n-p messages.
6902 (custom-link): New face for links.
6903 (custom-buffer-create-internal, custom-manual): Use it.
6904 (custom-face-save): Push to theme-face before setting face spec.
6905
6906 * wid-edit.el (widget-default-mouse-face-get): New function.
6907 (widget-specify-button): Handle mouse-face like button-face.
6908
6909 * custom.el (load-theme): Clear old theme settings if reloading.
6910
6911 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6912
6913 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6914 "Erase Customization" button back to same position it occupies in
6915 the individual State menus.
6916
6917 2006-01-04 Kim F. Storm <storm@cua.dk>
6918
6919 * wid-edit.el (key-sequence): Rework widget to read key binding
6920 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6921 (widget-key-sequence-default-value): Default value for empty sequence.
6922 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6923 (widget-key-sequence-read-event): New command for C-q.
6924 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6925 (widget-key-sequence-value-to-external): New functions.
6926
6927 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6930 Use expand-file-name.
6931 (flymake-delete-temp-directory): Use expand-file-name,
6932 file-name-directory, and directory-file-name.
6933 (flymake-strrchr): Delete.
6934 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6935 to the init-f function.
6936 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6937 (flymake-init-find-buildfile-dir)
6938 (flymake-init-create-temp-source-and-master-buffer-copy)
6939 (flymake-simple-make-init-impl, flymake-simple-make-init)
6940 (flymake-master-make-init, flymake-master-make-header-init)
6941 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6942 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6943 (flymake-xml-init): Remove corresponding redundant buffer argument.
6944 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6945 the default anyway. Clean up regexps.
6946
6947 * progmodes/flymake.el (flymake-temp-source-file-name)
6948 (flymake-master-file-name, flymake-temp-master-file-name)
6949 (flymake-base-dir): New buffer-local vars.
6950 (flymake-buffer-data, flymake-get-buffer-value)
6951 (flymake-set-buffer-value): Replace those hash-tables by the new
6952 buffer-local vars. Update callers.
6953
6954 * progmodes/flymake.el (flymake-check-start-time)
6955 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6956 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6957 Move definition, so we can remove redundant earlier declaration.
6958 (flymake-replace-regexp-in-string, flymake-split-string)
6959 (flymake-get-temp-dir): Use defalias.
6960 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6961 (flymake-xemacs-window-edges): Remove unused function.
6962 (flymake-get-point-pixel-pos): Move.
6963 (flymake-pid-to-names, flymake-reg-names)
6964 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6965 Replace by a simple list flymake-processes and by process-buffer.
6966 Update callers. Other than simplify the code, it uses buffers rather
6967 than buffer-names so it doesn't get confused by uniquify.
6968 (flymake-buffer-data): The global value should just be nil.
6969
6970 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6971 Optimize the body of a defalias like any other code.
6972
6973 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6974 Make sure we've setup font-lock's vars. It may influence which
6975 function we then call.
6976 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6977 here since it's too late anyway.
6978
6979 2006-01-03 Romain Francoise <romain@orebokech.com>
6980
6981 * startup.el (fancy-splash-tail, normal-splash-screen):
6982 Update copyright year.
6983
6984 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6985
6986 * mouse.el (mouse-drag-track): Rename, from
6987 `mouse-drag-region-1'. Includes optional argument required to
6988 enable post-drag event processing (e.g. delete region keys).
6989 Can be used without this argument to track a mouse region and operate
6990 on it as soon as the drag completes.
6991 (mouse-drag-region): Use `mouse-drag-track'.
6992
6993 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6994
6995 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6996 Move to `custom-buffer' group.
6997
6998 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6999 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7000 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7001 (custom-theme-face-menu): New variables.
7002 (custom-theme-add-variable, custom-theme-variable-action)
7003 (custom-variable-reset-theme, custom-theme-delete-variable)
7004 (custom-face-reset-theme, custom-theme-face-action)
7005 (custom-theme-delete-face, custom-theme-merge-theme)
7006 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7007
7008 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * custom.el: Move Custom Themes commentary to start of theme code.
7011 (custom-known-themes): Rename `standard' theme to `changed'.
7012 (custom-push-theme): Caller no longer specifies what theme to use
7013 when doing `reset'---the setting is simply removed from the theme.
7014 Delete MODE from `theme-value' and `theme-settings' properties.
7015 (custom-declare-theme): Ignore &rest args since we don't use them.
7016
7017 (custom-loaded-themes): Delete variable.
7018 (custom-theme-load-themes, custom-theme-loaded-p)
7019 (custom-theme-value): Delete functions.
7020
7021 (custom-declare-theme): Signal error on invalid theme names.
7022 (provide-theme): custom-loaded-themes was deleted.
7023 (load-theme): Load the file unconditionally.
7024 (enable-theme): Call `load-theme' if theme is undefined.
7025 (custom-enabled-themes): Only update value for successful loads.
7026 (disable-theme): Complete from enabled themes when interactive.
7027 (custom-variable-theme-value): Calculate theme value directly.
7028
7029 (custom-theme-reset-variables, custom-reset-variables): Mark as
7030 XEmacs compatibility functions. We don't actually use these.
7031
7032 * cus-edit.el (custom-variable-state-set):
7033 Use custom-variable-theme-value instead of custom-theme-value.
7034 (custom-face-state-set): Rename `standard' theme to `changed'.
7035 (custom-save-variables, custom-save-faces): Delete unneeded
7036 references to custom-reset-variables.
7037 (custom-save-resets): Delete function.
7038 (custom-save-variables, custom-save-faces): MODE argument deleted.
7039 (custom-save-variables, custom-save-faces): Ignore theme values.
7040
7041 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7042 compatibility function.
7043
7044 2006-01-01 Richard M. Stallman <rms@gnu.org>
7045
7046 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7047 (Custom-reset-current, Custom-reset-saved): Likewise.
7048 (Custom-reset-standard): Show message if aborted.
7049 (custom-mode): Doc fix, describing those commands.
7050
7051 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7052 put on event-kind property.
7053
7054 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7055
7056 * custom.el (provide-theme): Ban `user' theme name.
7057 (custom-enabling-themes): New variable.
7058 (enable-theme): Don't enable user if custom-enabling-themes is t.
7059 (custom-enabled-themes): Make it a defcustom.
7060 (custom-theme-recalc-face): No-op if face is undefined.
7061
7062 * cus-edit.el (custom-button-mouse): New variable.
7063 (custom-button-mouse): New face.
7064 (custom-raised-buttons, custom-mode): Use it.
7065
7066 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7067
7068 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7069
7070 * progmodes/gud.el (gud-display-line): Support hl-line in the
7071 source buffer.
7072
7073 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7074
7075 * mouse.el (mouse-drag-window-above): Verify that the found window
7076 overlaps with the given window in the horizontal dimension.
7077
7078 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7079
7080 * Makefile.in (cvs-update): New target.
7081
7082 * makefile.w32-in (cvs-update): Ditto.
7083
7084 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7085
7086 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7087 (custom-new-theme-mode-map): New variable.
7088
7089 2005-12-30 Richard M. Stallman <rms@gnu.org>
7090
7091 * custom.el (custom-load-themes): Function deleted.
7092
7093 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7094 (custom-save-variables): Don't delete or add custom-load-themes call.
7095
7096 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7097
7098 * cus-start.el: Add `visible-cursor'.
7099
7100 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7101 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7102 (flymake-process-filter): Switch to buffer before calling it instead.
7103 (flymake-post-syntax-check, flymake-highlight-err-lines)
7104 (flymake-delete-own-overlays, flymake-parse-err-lines)
7105 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7106 (flymake-count-lines, flymake-parse-residual):
7107 Remove constant buffer argument.
7108 (flymake-start-syntax-check-for-current-buffer): Remove.
7109 Update callers to use flymake-start-syntax-check instead.
7110 (flymake-display-err-menu-for-current-line):
7111 Remove unused var `mouse-pos'.
7112 (flymake-restore-formatting): Comment out unused function.
7113 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7114 argument, use current-buffer instead. Update callers.
7115
7116 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7117
7118 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7119 buffer-local because choose-completion-delete-max-match requires
7120 that we set completion-ignore-case (i.e., binding via let is not
7121 sufficient).
7122 (bibtex-complete): Always set completion-ignore-case and
7123 choose-completion-string-functions. The latter is needed because
7124 choose-completion-string-functions keeps its value if we quit the
7125 *Completions* buffer without requesting a completion.
7126
7127 2005-12-30 Andreas Schwab <schwab@suse.de>
7128
7129 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7130
7131 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7132
7133 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7134
7135 2005-12-30 Juri Linkov <juri@jurta.org>
7136
7137 * locate.el (locate-fcodes-file, locate-header-face)
7138 * progmodes/delphi.el (delphi-other-face)
7139 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7140
7141 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7142 group `paren-showing-faces'.
7143
7144 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7145 (goto-address): Fix docstring.
7146
7147 * net/webjump.el (webjump-sample-sites): Update URLs.
7148
7149 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7150
7151 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7152
7153 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * font-lock.el (font-lock-compile-keywords): Signal an error when
7156 font-lock-set-defaults hasn't been called.
7157
7158 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7159
7160 * subr.el (noreturn, 1value): Doc fixes.
7161
7162 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7163
7164 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7165 that assoc-string returns nil.
7166
7167 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7168
7169 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7170 (bibtex-entry-type-str, bibtex-empty-field-re)
7171 (bibtex-search-backward-string, bibtex-preamble-prefix)
7172 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7173 (bibtex-any-valid-entry-type): New variable.
7174 (bibtex-parse-field-name): Simplify.
7175 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7176 (bibtex-preamble-prefix): Include left delimiter.
7177 (bibtex-search-forward-field, bibtex-search-backward-field):
7178 Allow unbounded search past entry boundaries (required by bibtex-pop).
7179 (bibtex-text-in-field-bounds): Use push.
7180 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7181 (bibtex-parse-preamble, bibtex-valid-entry)
7182 (bibtex-beginning-first-field): New functions.
7183 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7184 (bibtex-map-entries): Fix docstring.
7185 (bibtex-flash-head): New arg prompt. Simplify.
7186 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7187 (bibtex-insert-kill): Simplify. Always insert text past the
7188 current field or entry.
7189 (bibtex-format-entry): Use bibtex-parse-field.
7190 (bibtex-pop): Use bibtex-beginning-of-entry and
7191 bibtex-end-of-entry to initiate the search. Insert empty field if
7192 we found ourselves.
7193 (bibtex-print-help-message): New args field and comma.
7194 Handle entry keys.
7195 (bibtex-make-field): Use bibtex-beginning-of-entry.
7196 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7197 invalid entry.
7198 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7199 Handle preambles. Simplify code for thorough test.
7200 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7201 New arg comma. Handle entry heads.
7202 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7203 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7204 New arg comma.
7205 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7206 (bibtex-fill-field): Simplify.
7207 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7208 bibtex-parse-field.
7209 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7210 (bibtex-complete): Use bibtex-parse-preamble.
7211
7212 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7213
7214 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7215 Display name of expression instead of convenience variable.
7216 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7217
7218 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7219 toggle-gud-tooltip-dereference.
7220 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7221 (gud-tooltip-tips): ...here when dereferencing.
7222
7223 2005-12-28 Bill Wohler <wohler@newt.com>
7224
7225 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7226
7227 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7228
7229 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7230 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7231 (vc-annotate-display-autoscale): Adjust call.
7232 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7233 Fix interactive spec.
7234 (vc-annotate-time-span): Remove.
7235 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7236 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7237 (vc-annotate-display-select): Use new name.
7238
7239 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7240 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7241 Correct the construction of span entries. Simplify.
7242 (vc-annotate-display-select): Fix the nil case.
7243 (vc-annotate): Remove obsolete (and now broken) code.
7244 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7245 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7246
7247 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7248
7249 * subr.el (lazy-completion-table): Correct typo in docstring.
7250
7251 * startup.el (command-line): Use `custom-reevaluate-setting' for
7252 `send-mail-function'.
7253
7254 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7255
7256 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7257
7258 * mail/smtpmail.el (smtpmail-try-auth-methods):
7259 Send credentials together with "AUTH PLAIN" command.
7260
7261 2005-12-27 Richard M. Stallman <rms@gnu.org>
7262
7263 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7264 mouse-2, go back to previously selected window, so it's selected
7265 when mouse-2 command runs.
7266
7267 2005-12-27 Juri Linkov <juri@jurta.org>
7268
7269 * descr-text.el (describe-text-sexp): Use square brackets for
7270 button [Show] to distinguish it from the property value `show'.
7271 (describe-property-list): Use `insert-text-button' with
7272 `help-face' type instead of putting face in quotes, because button
7273 is not created automatically for a list of faces.
7274 (describe-text-properties-1): Put button-type value in quotes to
7275 distinguish from plain text "button".
7276 (describe-char): Display code point values in hex. Don't use
7277 `symbol-name' for `current-input-method' because it is a string.
7278 Use `insert-text-button' with `help-face' type instead of putting
7279 hardcoded face in quotes, because button is not created automatically.
7280
7281 2005-12-27 Richard M. Stallman <rms@gnu.org>
7282
7283 * progmodes/glasses.el (glasses-face): More specific custom type.
7284
7285 * files.el (set-visited-file-name): Doc fix.
7286
7287 * textmodes/flyspell.el (flyspell-external-point-words):
7288 Use local var buffer-scan-pos to advance scan for next misspelling.
7289 Advance it only after we find the misspelling.
7290
7291 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7292
7293 * textmodes/flyspell.el (flyspell-external-point-words):
7294 New criteria for finding the misspelling in the buffer.
7295
7296 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7297
7298 * help-mode.el (help-insert-string): Set help-xref-stack-item
7299 rather than call help-setup-xref.
7300
7301 * descr-text.el (describe-char): Revert previous changes for
7302 optional buffer argument.
7303
7304 2005-12-27 Juri Linkov <juri@jurta.org>
7305
7306 * help-mode.el (help-insert-string): New function. Save buffer
7307 contents in cases where it is impossible to recompute the old contents.
7308
7309 * descr-text.el (describe-char): Set help-xref-stack-item
7310 explicitly after buffer has been generated.
7311
7312 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7313
7314 * cus-start.el (all): Add x-gtk-show-hidden-files.
7315
7316 2005-12-26 Richard M. Stallman <rms@gnu.org>
7317
7318 * replace.el (perform-replace): Calculate match-again
7319 before skipping read-only matches.
7320
7321 * paren.el (paren-showing-faces): New group.
7322 (show-paren-match, show-paren-mismatch): Move to that group.
7323
7324 * button.el (button): Put into group `basic-faces'.
7325
7326 * progmodes/make-mode.el: Remove faces from group `faces'.
7327
7328 * apropos.el (apropos, apropos-value): Doc fix.
7329 (apropos-documentation): Doc fix.
7330
7331 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7332
7333 * subr.el (lazy-completion-table): Remove argument `args'.
7334
7335 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7336 Don't use the `args' argument of lazy-completion-table.
7337
7338 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7339
7340 * descr-text.el (describe-char): Add optional argument for buffer.
7341 Set buffer appropriately. Call help-setup-xref.
7342 Suggested by Stefan Monnier.
7343
7344 2005-12-26 Juri Linkov <juri@jurta.org>
7345
7346 * descr-text.el: Require `help-fns' at runtime. Don't require
7347 `button' for byte compilation.
7348 (describe-text-widget): Add `help-echo' for first button.
7349 Use `help-info' for second.
7350 (describe-property-list): Use `help-argument-name' instead of `italic'.
7351 (describe-text-category): Add prompt to interactive spec.
7352 Call `help-setup-xref'.
7353 (describe-char): Use `help-character-set'. Add `help-echo' for
7354 code point. Use `help-input-method'. Remove superfluous insert.
7355
7356 2005-12-25 Richard M. Stallman <rms@gnu.org>
7357
7358 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7359 at point, in case of narrowing.
7360
7361 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7362
7363 * locate.el (locate-header-face): Allow nil in type.
7364
7365 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7366
7367 2005-12-25 Romain Francoise <romain@orebokech.com>
7368
7369 * battery.el (battery-linux-proc-acpi): Also try
7370 `/proc/acpi/thermal_zone/THM0/temperature'.
7371
7372 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7373
7374 * custom.el (custom-push-theme): Fix docstring.
7375
7376 * cus-edit.el (custom-variable-set, custom-variable-save)
7377 (custom-variable-save): Custom-quote widget values.
7378 (customize-save-variable): Fix custom-push-theme call.
7379
7380 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7381
7382 * w32-fns.el (w32-batch-update-autoloads): New function.
7383
7384 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7385 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7386 from the command line.
7387
7388 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7389
7390 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7391 reset means to remove setting from theme entirely. Don't keep
7392 expanding theme-settings list; delete old entries if necessary.
7393
7394 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7395 customization" button one line up.
7396 (custom-themed): New face.
7397 (custom-magic-alist): New value, THEMED, for theme settings.
7398 (custom-variable-state-set, custom-face-state-set):
7399 Check theme-value instead of saved-value.
7400 (custom-variable-reset-standard, custom-face-reset-standard):
7401 Remove theme setting entirely. Recalculate new values.
7402 (custom-variable-set, custom-variable-set)
7403 (custom-variable-reset-saved, custom-variable-reset-backup)
7404 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7405 (custom-variable-save): Fix typos.
7406
7407 2005-12-23 Juri Linkov <juri@jurta.org>
7408
7409 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7410 Add autoload cookies.
7411 (edebug-outside-d-c-i-n-s-w): New variable.
7412 (edebug-display, edebug-outside-excursion): Use it to save the
7413 original value of default-cursor-in-non-selected-windows.
7414 Set default-cursor-in-non-selected-windows to t while Edebug
7415 is active.
7416 (edebug-mode, edebug-eval-mode): Doc fix.
7417
7418 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7419 with `buffer-substring-no-properties' to remove common substring
7420 highlighting.
7421
7422 * info.el (info-other-window, info): Rename function argument
7423 `file' to `file-or-node'.
7424 (Info-complete-menu-item): Use local variable `complete-nodes' to
7425 keep the global value of `Info-complete-nodes' unchanged for
7426 subsequent completions.
7427 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7428
7429 * simple.el (get-next-valid-buffer, last-buffer)
7430 (next-error-buffer-p, next-error-find-buffer)
7431 (minibuffer-history-sexp-flag): Doc fix.
7432
7433 * savehist.el (savehist-mode-hook): Add `:group'.
7434
7435 * log-view.el: Call autoload for vc-find-version.
7436 (log-view-current-file): Adjust subgroup numbers.
7437 (log-view-current-tag): Add `length'.
7438
7439 2005-12-23 Richard M. Stallman <rms@gnu.org>
7440
7441 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7442
7443 2005-12-23 Juri Linkov <juri@jurta.org>
7444
7445 * hi-lock.el (hi-lock-archaic-interface-message-used)
7446 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7447 (hi-lock-mode): Display "Hi" in the mode line only when
7448 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7449 (hi-lock-write-interactive-patterns):
7450 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7451 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7452 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7453 font-lock-add-keywords to t.
7454
7455 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7456
7457 * hi-lock.el (hi-lock-highlight-range): New variable.
7458 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7459 only if font-lock-fontified is non-nil. Remove overlays.
7460 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7461 font-lock-fontified is non-nil, otherwise use overlays (instead of
7462 text properties).
7463 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7464 New variables.
7465 (hi-lock-string-serialize) New function.
7466
7467 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7468
7469 * menu-bar.el (menu-find-file-existing): New function.
7470 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7471
7472 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7473
7474 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * vc.el: Remove unnecessary leading * in docstrings.
7477 (vc-annotate-mode-map): Move initialization into declaration.
7478 (vc-static-header-alist): Nitpick on the regexp.
7479 (vc-default-init-version): New fun.
7480 (vc-register): Use it.
7481 (vc-insert-headers): Use dolist.
7482 (vc-annotate-get-backend): Remove unused function.
7483 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7484 (vc-annotate-mode): Remove corresponding call.
7485 (vc-annotate-car-last-cons): Simplify.
7486 (vc-annotate-buffers): Remove var.
7487 (vc-annotate-backend): Make it buffer-local.
7488 (vc-annotate): Move the interaction to the interactive spec.
7489 Add a `buf' argument.
7490 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7491 killing&creating a vc-annotate buffer, which is very disruptive when
7492 the buffers are shown in dedicated frames.
7493
7494 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7495
7496 * descr-text.el: Add FSF as maintainer.
7497 (describe-text-mode, describe-text-mode-map)
7498 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7499 help-mode.
7500 (describe-text-widget, describe-text-sexp)
7501 (describe-property-list, describe-text-category)
7502 (describe-text-properties, describe-text-properties-1)
7503 (describe-char): Use help buttons instead of widgets.
7504 (describe-char-unicodedata-file): Make URL link in doc string.
7505
7506 2005-12-22 Richard M. Stallman <rms@gnu.org>
7507
7508 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7509 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7510 Don't include buttons that write a file when there's no file.
7511 (custom-variable-menu, custom-face-menu, custom-group-menu):
7512 Don't include commands that write a file when there's no file.
7513 (customize-browse): Reword the top-of-buffer help intro.
7514 (custom-buffer-create-internal): Fix previous change.
7515 (customize-changed-options-previous-release): Prev release is 21.1.
7516 (customize-changed-options): Doc fix.
7517 (customize-changed): New alias.
7518 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7519 Say "standard values".
7520 (Custom-reset-standard): Doc fix.
7521 (custom-face-reset-standard): Doc fix.
7522
7523 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7526 even if font-lock-mode is non-nil since it may be t without having
7527 turned on font-lock-mode-internal.
7528 (font-lock-choose-keywords): Minor optimization.
7529 (font-lock-add-keywords, font-lock-remove-keywords)
7530 (font-lock-set-defaults): Don't call make-local-variable on a variable
7531 that we know to already be local.
7532
7533 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7534
7535 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7536 messages if in the minibuffer.
7537
7538 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7539
7540 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7541 (tex-mode-flyspell-verify, flyspell-get-word)
7542 (flyspell-external-point-words): Don't use point-min/max uselessly.
7543
7544 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7545 by Kevin Rodgers. Instead, just hide the completions buffer if we
7546 don't need to show it.
7547
7548 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7549
7550 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7551
7552 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7555 delete-windows-on with an inexistent buffer.
7556
7557 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7558
7559 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7560 Delete defcustom variable :tag names.
7561
7562 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7565 (log-view-font-lock-keywords): Ajust subgroup numbers.
7566 (log-view-current-tag): Don't hard code the number of subgroups.
7567
7568 2005-12-20 Juri Linkov <juri@jurta.org>
7569
7570 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7571 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7572
7573 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7574 (menu-bar-non-minibuffer-window-p): Instead of checking
7575 display-multi-frame-p, use selected-frame when menu-updating-frame
7576 is nil.
7577
7578 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7579
7580 * align.el (align-rules-list): Use [ \t] instead of \s-
7581 for column separators in text mode.
7582
7583 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7584
7585 * help-mode.el (help-customize-variable, help-customize-face):
7586 Don't pop help-xref-stack as help-follow no longer pushes
7587 anything on to it.
7588
7589 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7590
7591 * textmodes/org.el (org-agenda-custom-commands): New option.
7592 (org-agenda): Offer custom commands on splash screen.
7593 (org-make-tags-matcher): Parser for Boolean logic added.
7594 (org-agenda-set-tags): New command.
7595 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7596 (org-set-tags): Efficiency improvements.
7597 (org-auto-align-tags): New option.
7598 (org-todo, org-demote, org-promote): Realign tags.
7599 (org-tags-completion-function): Use also "&" and "|" as separators.
7600 (org-org-menu): Agenda commands simplified.
7601
7602 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7603
7604 * cus-edit.el (customize-apropos, customize-apropos-options):
7605 Docstring changes.
7606
7607 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7608
7609 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7610
7611 * longlines.el (longlines-mode): Wrap while widened.
7612 (longlines-decode-region, longlines-encode-region): Compute max
7613 just once.
7614
7615 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7616
7617 * cus-edit.el (mac): New group.
7618
7619 * cus-start.el (all): Add user options in macterm.c. Add test for
7620 Mac-related built-ins. Fix test for GTK-related built-ins.
7621
7622 * term/mac-win.el (mac-handle-language-change)
7623 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7624 (mac-services-open-selection, mac-services-mail-selection)
7625 (mac-services-mail-to, mac-services-insert-text)
7626 (mac-dispatch-apple-event): Add docstrings.
7627 (x-get-selection, mac-select-convert-to-string): Select coding
7628 system from `utf-16be' and `utf-16le' using `byteorder'.
7629
7630 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7633 a "list" (lambda ...) rather than a real completion list.
7634
7635 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7636 lexical-let when encountering ((lambda (...) ...) ...).
7637
7638 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7639
7640 * progmodes/sh-script.el (sh-mode):
7641 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7642 * textmodes/picture.el (picture-mode): Update docstrings.
7643
7644 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7645
7646 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7647 commands enclosed in $(ARGQUOTE)s should not be split between two
7648 lines, as that will break with GNU Make >3.80, when sh.exe is used
7649 and arg quoting is with '..'.
7650 (autoloads): Don't break the quoted --eval expression between
7651 several lines.
7652
7653 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7654
7655 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7656 Capture error from printing circular structures.
7657
7658 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7659
7660 * wid-edit.el (widget-checkbox-action): Clear undo info.
7661
7662 2005-12-16 Bill Wohler <wohler@newt.com>
7663
7664 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7665 bar, not menubar in comment.
7666
7667 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7670 After-change-functions should not clobber the match data.
7671
7672 2005-12-16 Juri Linkov <juri@jurta.org>
7673
7674 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7675 instead of `buffer-substring'.
7676 (completion-common-substring): Doc fix.
7677 (completion-setup-function): Use minibuffer-completion-contents
7678 instead of minibuffer-contents. Don't set common-string-length
7679 initially. Remove special handling of partial-completion-mode.
7680 Move computation of completion-base-size into one cond.
7681 Call completion-base-size-function in mainbuf. In computation of
7682 completion-base-size for file name completion don't move point to
7683 the end of the minibuffer. Move computation of common-string-length
7684 into one cond. Start putting faces only when common-string-length>=0.
7685 Add condition to put completions-common-part when
7686 common-string-length>0.
7687
7688 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7689 place point at the first different character in the minibuffer
7690 even if this position is at the beginning of the minibuffer.
7691
7692 * info.el (Info-read-node-name-1): In completion-base-size-function's
7693 lambda return 1 if common-substring or minibuffer-completion-contents
7694 starts with (, and 0 otherwise.
7695
7696 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7697 Use `crm-current-element' for second arg of `display-completion-list'.
7698
7699 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7700
7701 * files.el (set-auto-mode): Look for an interpreter specified on
7702 the first line also if search for mode specification succeeded,
7703 but the mode is not known.
7704
7705 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7706
7707 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7708 (org-open-at-point): Implement tag searches as links.
7709 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7710 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7711 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7712 (org-agenda-dispatch): New commands.
7713 (org-use-tag-inheritance, org-tags-column): New options.
7714 (org-tab-follows-link, org-return-follows-link): New options.
7715 (org-tags): New customize group.
7716 (org-start-icalendar-file): Get local time zone.
7717 (org-tags-completion-function): New function.
7718 (org-set-font-lock-defaults): Make sure links will also be
7719 highlighted inside headlines.
7720
7721 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7722
7723 * term.el (term-emulate-terminal):
7724 Let term-handle-ansi-terminal-messages override what Bash says about
7725 its current directory.
7726
7727 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7728
7729 * bindings.el (last-buffer): Move to simple.el.
7730 * simple.el (last-buffer): Move here.
7731 (get-next-valid-buffer): New function.
7732 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7733 (prev-buffer): Ditto. Rename to `previous-buffer'.
7734
7735 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7736 * bindings.el (global-map): Ditto.
7737
7738 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7739
7740 * cus-edit.el: Introductory comment change.
7741 (custom-magic-alist): Change message string for the `rogue' state.
7742
7743 2005-12-15 Richard M. Stallman <rms@gnu.org>
7744
7745 * tooltip.el: Delete defcustom variable :tag names.
7746
7747 * complete.el (partial-completion-mode): Doc fix.
7748
7749 * textmodes/flyspell.el (flyspell-external-point-words):
7750 Use save-excursion to ensure we don't move backward in the
7751 search loop, not even one character.
7752 (flyspell-delete-all-overlays): Use remove-overlays directly.
7753
7754 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7755 (ispell-start-process): Set that variable.
7756 Clear ispell-buffer-local-name.
7757 (ispell-internal-change-dictionary):
7758 Set ispell-current-dictionary after killing process.
7759 (ispell-buffer-local-dict):
7760 Don't set spell-personal-dictionary after killing process.
7761 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7762 (ispell-tex-skip-alists, ispell-html-skip-alists)
7763 (ispell-skip-region-alist): Mark as risky.
7764
7765 * net/newsticker.el (newsticker--retrieval-timer-list)
7766 (newsticker--display-timer, newsticker-running-p)
7767 (newsticker-ticker-running-p): Definitions moved up.
7768
7769 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7770
7771 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7772
7773 2005-12-15 David Ponce <david@dponce.com>
7774
7775 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7776 (recentf-edit-list, recentf-open-files): Signal an error when
7777 there is no recent file.
7778
7779 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7780
7781 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7782 read-only except for texinfo-format-region evaluation.
7783
7784 2005-12-14 Richard M. Stallman <rms@gnu.org>
7785
7786 * vc.el (vc-default-previous-version, vc-default-next-version)
7787 (vc-do-command): Doc fixes.
7788
7789 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7790
7791 * textmodes/bibtex.el (bibtex-expand-strings)
7792 (bibtex-autokey-expand-string, bibtex-name-part)
7793 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7794 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7795 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7796 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7797 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7798 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7799 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7800 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7801 (bibtex-beginning-of-last-entry): Remove.
7802 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7803 message if comma is missing but buffer is read-only.
7804 (bibtex-parse-field-text): Handle whitespaces at the end of field
7805 text. Return 3-element list with beginning and end of field text
7806 and end of field.
7807 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7808 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7809 (bibtex-search-forward-field, bibtex-search-backward-field):
7810 Search always delimited by limits of entry. Use more efficient
7811 search algorithms.
7812 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7813 bibtex-end-of-name-in-field.
7814 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7815 extracting the content of a field.
7816 (bibtex-text-in-field): Use search limits.
7817 (bibtex-parse-string-prefix): Handle empty string keys based on
7818 bibtex-string-empty-key.
7819 (bibtex-parse-string): Fix docstring.
7820 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7821 (bibtex-preamble-prefix, bibtex-strings): New functions.
7822 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7823 BibTeX entries (consistent with other BibTeX functions).
7824 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7825 (bibtex-search-entry): Fix docstring. Simplify.
7826 (bibtex-flash-head, bibtex-complete-string-cleanup)
7827 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7828 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7829 (bibtex-parse-entry): New optional arg content.
7830 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7831 Use bibtex-text-in-field-bounds.
7832 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7833 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7834 bibtex-parse-string-postfix.
7835 (bibtex-find-text-internal): New function.
7836 (bibtex-remove-delimiters): Use it.
7837 (bibtex-find-text): Use it. New optional arg help.
7838 (bibtex-complete): Handle BibTeX string and preamble entries.
7839 (bibtex-Preamble): Fix order of closing delimiters.
7840
7841 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * vc.el (vc-default-revert): New fun.
7844
7845 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7846
7847 2005-12-14 Romain Francoise <romain@orebokech.com>
7848
7849 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7850 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7851 (font-lock-remove-keywords): Likewise.
7852
7853 2005-12-14 Juri Linkov <juri@jurta.org>
7854
7855 * log-view.el (log-view-diff): Doc fix.
7856
7857 * isearch.el (isearch-query-replace): Use (mark) instead of
7858 isearch-opoint if mark is active in transient-mark-mode.
7859
7860 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7861
7862 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7863
7864 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7865
7866 * progmodes/cpp.el (cpp-face): New widget.
7867 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7868
7869 2005-12-14 Juri Linkov <juri@jurta.org>
7870
7871 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7872 around `erase-buffer' and `insert'.
7873
7874 * descr-text.el (describe-text-properties): Replace buffer name
7875 "*Help-2*" with "*Help*<2>".
7876 (describe-char): Add functions print-help-return-message,
7877 toggle-read-only. Use help-setup-xref with nil to not store
7878 describe-char in help-xref-stack. Use help-make-xrefs to
7879 make [back] button.
7880
7881 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7882
7883 * wdired.el (wdired-old-point): New internal variable.
7884 (wdired-change-to-wdired-mode): Set it buffer-locally.
7885 (wdired-abort-changes): Restore point after aborting changes.
7886
7887 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7888
7889 * vc.el (vc-do-command): Add a new value t for okstatus.
7890
7891 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7892 frame in case of errors.
7893
7894 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7895
7896 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7897 so it comes after "On the Left" in the menu.
7898
7899 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7900
7901 * cus-edit.el (customize-apropos, customize-apropos-options)
7902 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7903
7904 2005-12-12 Bill Wohler <wohler@newt.com>
7905
7906 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7907 non-writable Subversion-controlled files by saving window
7908 configuration before calling vc-do-command. vc-do-command calls
7909 pop-to-buffer on error which is unexpected during registration.
7910
7911 2005-12-12 Jay Belanger <belanger@truman.edu>
7912
7913 * calc/README: Update the summary of changes.
7914
7915 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * descr-text.el (describe-char): Rework last fix to solve the problem
7918 is the same way it's solved for everything else in that function
7919 (i.e. by extracting the info before setting up the *Help* buffer).
7920
7921 2005-12-12 Kim F. Storm <storm@cua.dk>
7922
7923 * subr.el (version-regexp-alist): Allow space as separator before
7924 non-numeric part, e.g. "1.0 alpha".
7925 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7926
7927 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7928
7929 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7930 Implement Logging and the keep-modes setting.
7931 (org-get-category): Make sure a string is returned.
7932 (org-log-done): New function.
7933 (org-log-done, org-closed-string): New options.
7934
7935 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7936
7937 * tooltip.el (tooltip-y-offset): Change default to 20.
7938
7939 2005-12-12 Richard M. Stallman <rms@gnu.org>
7940
7941 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7942
7943 * frame.el (display-hourglass): Doc fix.
7944
7945 * help.el (help-for-help-internal): Simplify entry for `a'.
7946
7947 * info.el (Info-on-current-buffer): Doc fix.
7948 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7949
7950 * startup.el (inhibit-splash-screen): Make this the real name.
7951 (inhibit-startup-message): Make this the alias.
7952 (command-line): Find only simple.el, and use its directory
7953 to fill in other preloaded files' names.
7954 (command-line): Deactivate the mark if deactivate-mark is set.
7955
7956 * international/mule.el (load-with-code-conversion):
7957 Bind deactivate-mark.
7958
7959 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7960
7961 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7962
7963 * cus-edit.el (customize-apropos): Avoid listing an option more
7964 than once under different aliases. No longer list user options
7965 that are not defined with defcustom (unless a prefix arg is given).
7966 Doc fix.
7967 (customize-apropos-options): Doc fix.
7968
7969 2005-12-11 Juri Linkov <juri@jurta.org>
7970
7971 * frame.el (set-background-color, set-foreground-color)
7972 (set-cursor-color, set-mouse-color, set-border-color):
7973 Add explicit prompts to read colors by `facemenu-read-color'.
7974 (show-trailing-whitespace, blink-cursor-delay)
7975 (blink-cursor-interval, display-hourglass, hourglass-delay):
7976 Remove tags.
7977 (display-hourglass, hourglass-delay): Doc fix.
7978 (cursor-in-non-selected-windows): Capitalize words in tag.
7979
7980 * faces.el (frame-background-mode): Replace `choice-item' keywords
7981 with `const' to not make [default] button. Change default value tag
7982 from `default' to `automatic'. Doc fix.
7983 (trailing-whitespace) <defface>: Change group `whitespace' to
7984 `whitespace-faces'.
7985
7986 2005-12-11 Richard M. Stallman <rms@gnu.org>
7987
7988 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7989
7990 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7991
7992 * term/mac-win.el: Create keymap for mac-apple-event-map.
7993
7994 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7995
7996 * tooltip.el (tooltip-mode): Move to start of file so that it
7997 appears at top of customize buffer.
7998
7999 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8000 Add the gud groupname.
8001 (gud-tooltip-mode): Add the tooltip groupname.
8002 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8003 avoid conflict with tooltip-use-echo-area.
8004
8005 2005-12-10 Romain Francoise <romain@orebokech.com>
8006
8007 * help.el (help-for-help-internal): Add `r' in doc string.
8008
8009 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8010
8011 * align.el (align-regexp, align-highlight-rule):
8012 Use region-beginning and region-end instead of point and mark, so that
8013 repetition (with `repeat-complex-command') recomputes the region
8014 bounds.
8015
8016 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8017
8018 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8019 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8020 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8021 (balance-windows): Rewrite using the above new functions.
8022
8023 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8024
8025 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8026 react if global-hi-lock-mode seems intended.
8027 (global-hi-lock-mode) Renamed from hi-lock-mode.
8028 (hi-lock-archaic-interface-message-used)
8029 (hi-lock-archaic-interface-deduce): New variables.
8030 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8031 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8032 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8033 Replace hi-lock-buffer-mode with hi-lock-mode.
8034
8035 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8036
8037 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8038 completion list, even after a partial completion has been
8039 inserted in the current buffer. If there are more than 1
8040 completion, redisplay the *Completions* buffer; if the
8041 completion is unique, delete the *Completions* window.
8042
8043 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8044
8045 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8046 strings and long subject lines that were broken into multiple
8047 lines at arbitrary places. Handle subjects that have "Re: " in
8048 the middle.
8049
8050 2005-12-10 John W. Eaton <jwe@octave.org>
8051
8052 * emacs/octave-mod.el (octave-electric-space): Don't indent
8053 comments or strings if octave-auto-indent is nil.
8054
8055 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8056
8057 * term/mac-win.el: Require url when compiling.
8058 Call mac-process-deferred-apple-events after loading init files.
8059 (mac-apple-event-map): New defvar. Define event handlers in it.
8060 (core-event, internet-event): New Apple event class symbols.
8061 (open-application, reopen-application, open-documents)
8062 (print-documents, open-contents, quit-application)
8063 (application-died, show-preferences, autosave-now, get-url):
8064 New Apple event ID symbols.
8065 (about): New HICommand ID symbol.
8066 (mac-event-spec, mac-event-ae): New macros.
8067 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8068 (mac-ae-selection-range, mac-ae-text-for-search)
8069 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8070 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8071 and Services menu events are now defined in mac-apple-event-map.
8072 (mac-drag-n-drop): Remove selection range handling.
8073
8074 2005-12-10 Kenichi Handa <handa@m17n.org>
8075
8076 * simple.el (zap-to-char):
8077 * isearch.el (isearch-process-search-char): Translate CHAR by
8078 translation-table-for-input.
8079
8080 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8081
8082 * foldout.el (foldout-exit-fold): Properly hide subtree.
8083
8084 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8085
8086 * files.el (save-buffer):
8087 * international/ucs-tables.el (ucs-set-table-for-input):
8088 * mail/mail-extr.el (mail-extract-address-components):
8089 * mail/sendmail.el (mail-mode): Reformat doc string.
8090
8091 2005-12-09 Juri Linkov <juri@jurta.org>
8092
8093 * isearch.el (isearch-highlight): Change main overlay priority
8094 from 1 to 1001. Simplify.
8095 (isearch-lazy-highlight-update): Change lazy overlay priority
8096 from 0 to 1000.
8097
8098 * replace.el (replace-highlight): Change overlay priority from
8099 1 to 1001.
8100
8101 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8102 Change overlay priority from 1 to 1001. Reuse existing overlay.
8103
8104 * compare-w.el (compare-windows-highlight): Change overlay
8105 priority from 1 to 1000.
8106
8107 * menu-bar.el (menu-bar-edit-menu): Add listp around
8108 pending-undo-list to disable menu item "undo" when pending
8109 undo list is empty.
8110
8111 * locate.el (locate): Disable undo in *Locate* buffer.
8112
8113 2005-12-09 Kim F. Storm <storm@cua.dk>
8114
8115 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8116
8117 2005-12-09 David Ponce <david@dponce.com>
8118
8119 * recentf.el: Improvement of the menu code.
8120 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8121 instead of menu hook.
8122 (recentf-show-menu, recentf-hide-menu): New functions.
8123 (recentf-menu-customization-changed, recentf-mode): Use them.
8124 (recentf-menu-action, recentf-max-menu-items)
8125 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8126 (recentf-arrange-by-rule-others)
8127 (recentf-arrange-by-rules-min-items)
8128 (recentf-arrange-by-rule-subfilter) : Don't use
8129 `recentf-menu-customization-changed'.
8130 (recentf-arrange-rules): Likewise. Accept functions to compute
8131 sub-menu titles.
8132 (recentf-menu-filter): Likewise. Doc fix.
8133 (recentf-menu-value-shortcut): Doc fix.
8134 (recentf-dump-variable): Quote atom value.
8135 (recentf-make-menu-items): Update to use it as a menu filter.
8136 (recentf-match-rule): New function.
8137 (recentf-arrange-by-rule): Use it.
8138 (recentf-indirect-mode-rule): New function.
8139 (recentf-build-mode-rules): Use it.
8140 (recentf-dir-rule): New function.
8141 (recentf-arrange-by-dir): Use it.
8142 (recentf-filter-changer-current): Rename from
8143 `recentf-filter-changer-state'. All references updated.
8144 (recentf-filter-changer-alist): Update filter names.
8145 (recentf-filter-changer-select): New function.
8146 (recentf-filter-changer): Use it. Make a sub-menu from filters
8147 available in `recentf-filter-changer-alist'.
8148 (recentf-data-cache, recentf-clear-data)
8149 (recentf-update-menu): Remove. All references updated.
8150 (recentf-match-rule-p, recentf-build-dir-rules)
8151 (recentf-filter-changer-goto-next)
8152 (recentf-filter-changer-get-current)
8153 (recentf-filter-changer-get-next): Remove.
8154
8155 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8156
8157 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8158 buffer "Reset" button to "Reset to Current" for consistency with
8159 the State buttons.
8160
8161 2005-12-08 John Paul Wallington <jpw@pobox.com>
8162
8163 * ibuf-ext.el (define-ibuffer-filter filename):
8164 If `dired-directory' is a list then really use its car.
8165
8166 2005-12-08 Kim F. Storm <storm@cua.dk>
8167
8168 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8169 Fix indention of text on right side of replaced rectangle.
8170
8171 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8172
8173 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8174 No need to check gud-comint-buffer is bound.
8175 (gdb): Prevent multiple debugging when first session uses gdba.
8176
8177 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8178
8179 CC Mode update to 5.31.
8180
8181 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8182 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8183 We might do this function properly in the future).
8184
8185 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8186 New macros c-sentence-end and c-default-value-sentence end, to cope
8187 with Emacs 22's new function `sentence-end'.
8188
8189 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8190
8191 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8192 compat issue using `c-put-overlay' and `c-delete-overlay'.
8193
8194 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8195 New compat macros to handle overlays/extents.
8196
8197 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8198
8199 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8200 (for GNU Emacs 20.4)
8201
8202 * progmodes/cc-defs.el:
8203 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8204
8205 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8206 highlighting mechanism so it will work in XEmacs too.
8207
8208 * progmodes/cc-defs.el: Insert c-int-to-char.
8209
8210 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8211 call to the new macro c-int-to-char. This solves XEmacs's
8212 regarding characters as different from integers.
8213
8214 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8215
8216 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8217 New internal helper.
8218
8219 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8220 construct to make the indirect face lookup work in XEmacs.
8221
8222 (c-cpp-matchers): Append the negation char face to the existing
8223 fontification, so that the cpp face doesn't disappear.
8224 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8225 and strings.
8226
8227 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8228 to map to `font-lock-negation-char-face' in emacsen where it exists.
8229
8230 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8231
8232 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8233
8234 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8235 Rename "c-subword-move-mode" as "c-subword-mode".
8236
8237 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8238 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8239
8240 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8241
8242 * progmodes/cc-mode.el: Added autoload directive for
8243 `c-subword-move-mode' for use in older emacsen.
8244
8245 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8246
8247 * progmodes/cc-mode.el:
8248 (i) Insert a binding for C-c C-backspace into
8249 c-bind-special-erase-keys which works in TTYs.
8250 (ii) Make sure that when file styles are used, any explicitly
8251 given style variables take priority over those in the style.
8252 Do this by calling `hack-local-variables' a second time.
8253
8254 * progmodes/cc-vars.el: Add language specific customization
8255 widgets for AWK to c-doc-comment-style, c-require-final-newline
8256 and c-default-style. Add a defcustom for awk-mode-hook.
8257 Give c-syntactic-element and c-syntactic-context doc-strings by
8258 directly setting their `variable-documentation' propery.
8259 This allows Emacs 22.1 to read these with C-h v.
8260
8261 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8262
8263 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8264
8265 * progmodes/cc-fonts.el, cc-vars.el
8266 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8267 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8268 Masatake YAMATO.
8269
8270 (c-doc-comment-style): Made GtkDoc default in C mode.
8271
8272 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8273 and C-c C-<delete>.
8274
8275 (c-bind-special-erase-keys): New function for use on
8276 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8277
8278 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8279 <delete> key behavior in XEmacs according to `delete-forward-p'.
8280 C.f. `c-electric-delete'.
8281
8282 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8283
8284 * progmodes/cc-mode.el: Give c-hungry-backspace and
8285 c-hungry-delete-forward permanent key bindings.
8286
8287 * progmodes/cc-cmds.el (c-electric-semi&comma):
8288 Bind c-syntactic-context for calls to "criteria functions", for
8289 consistency with other calls to user functions.
8290
8291 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8292 `current-prefix-arg', since this might be the prefix arg to a
8293 command which calls c-indent-command as a function. Change the
8294 interactive spec from "p" to "P".
8295
8296 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8297 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8298 was difficult to understand.
8299
8300 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8301
8302 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8303 first char of an identifier.
8304
8305 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8306 +" syntax in C++.
8307
8308 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8309
8310 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8311 auto-fill doesn't split a c-comment's last word from a hanging
8312 "*/" when a space is typed between them after fill-column.
8313
8314 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8315
8316 * progmodes/cc-styles.el (c-set-style)
8317 (c-setup-paragraph-variables): Abort the command if we're not in a
8318 CC Mode buffer.
8319
8320 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8321 with blank comment-prefix, and a blank line as the comment's
8322 second line.
8323
8324 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8325
8326 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8327 Incorporate the patterns added in the Emacs development branch
8328 for the new Emacs 22 face `font-lock-negation-char-face'.
8329
8330 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8331 of "red" since it stands out better in xterms and DOS terminals.
8332
8333 * progmodes/cc-engine.el (c-literal-faces):
8334 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8335
8336 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8337
8338 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8339 forcibly enable c-electric-flag.
8340
8341 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8342 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8343 after the comment-prefix of a C-style comment will close that comment.
8344
8345 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8346
8347 * progmodes/cc-fonts.el (c-basic-matchers-before)
8348 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8349 in Pike.
8350
8351 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8352 digraphs.
8353
8354 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8355 (c-cpp-message-directives, c-cpp-include-directives)
8356 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8357 (c-cpp-expr-directives): Introduce new language constants to
8358 control cpp syntax in a cleaner way.
8359
8360 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8361
8362 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8363
8364 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8365 (c-multiline-string-start-char): New language constants and
8366 variables to specify how newlines in string literals work.
8367
8368 (c-font-lock-invalid-string): Use them.
8369
8370 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8371 unbalanced close brace is entered. Optimization by avoiding going
8372 back over arbitrarily large blocks. Removed hints that this
8373 function only would be relevant/useful in AWK.
8374
8375 (c-electric-brace): Indent syntactically after the cleanups since
8376 lineup functions might do it differently then.
8377
8378 * progmodes/cc-engine.el, cc-langs.el
8379 (c-opt-op-identifier-prefix): New language constant and variable.
8380
8381 (c-just-after-func-arglist-p, c-after-special-operator-id)
8382 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8383
8384 * progmodes/cc-align.el, cc-engine.el
8385 (c-after-special-operator-id): New helper to handle C++ operator
8386 identifiers.
8387
8388 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8389 (c-guess-basic-syntax): Handle C++ operator identifiers in
8390 declarations.
8391
8392 * progmodes/cc-langs.el (c-assignment-operators): Add the
8393 trigraph version of ^= too.
8394
8395 * progmodes/cc-langs.el (c-assignment-operators): Add the
8396 trigraph version of |= in C++.
8397
8398 * progmodes/cc-fonts.el (c-font-lock-declarators):
8399 Handle `c-decl-hangon-kwds' after the identifier name.
8400
8401 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8402 whether an arglist is "nonempty", ignore a comment after the open
8403 paren if it isn't followed by a non-comment token on the same line.
8404
8405 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8406 Enable heuristics below the point to cope with classes inside special
8407 brace lists in Pike.
8408
8409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8410
8411 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8412
8413 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8414
8415 * progmodes/cc-guess.el (cc-guess-install): New function to
8416 install an already guessed style in another buffer.
8417
8418 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8419 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8420 anyway if the change always is undone.
8421
8422 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8423
8424 Implement togglable electricity:
8425
8426 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8427 saying when it should be used.
8428
8429 * progmodes/cc-engine.el: Add the new buffer-local variable,
8430 c-electric-flag.
8431
8432 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8433 c-toggle-auto-newline.
8434
8435 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8436 c-toggle-auto-newline. Remove the binding for
8437 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8438 c-toggle-electric-state.
8439
8440 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8441
8442 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8443 c-\(forward\|backward\)-subword.
8444 (c-update-modeline): Add the new modeline flag `l' for
8445 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8446 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8447 Make the old name an alias of the new name.
8448 (c-toggle-electric-state): New function.
8449 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8450 Adapt these functions to do electric things only when
8451 c-electric-flag is non-nil.
8452 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8453 new functions from c-electric-brace.
8454 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8455 mode, so that the tentative extra newline doesn't change the
8456 syntax of the following brace.
8457 (c-electric-brace): Restructure by extracting the above functions.
8458 Tidy up the coding somewhat.
8459 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8460 restructure a bit.
8461
8462 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8463
8464 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8465 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8466
8467 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8468 (c-submode-indicators): Change name from `c-auto-hungry-string'
8469 since it's now used to track another submode.
8470
8471 (c-update-modeline): Convert to function and extended to check
8472 `c-subword-move-mode'.
8473
8474 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8475 Convert to compat aliases for `c-forward-subword' and
8476 `c-backward-subword'.
8477
8478 * progmodes/cc-subword.el: New functions and minor mode to handle
8479 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8480
8481 (c-forward-subword, c-backward-subword, c-mark-subword)
8482 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8483 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8484 Functions corresponding to the standard word handling functions.
8485
8486 (c-subword-move-mode): Minor mode that replaces all the standard
8487 word handling functions with their subword equivalences.
8488
8489 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8490
8491 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8492 entry for one-liner-defun.
8493
8494 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8495 name in its def-edebug-spec.
8496
8497 * progmodes/cc-cmds.el (c-electric-brace): Make the
8498 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8499 compacts space before a comment, if this will make things fit on
8500 one line.
8501
8502 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8503
8504 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8505
8506 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8507 clean-up one-liner-defun.
8508
8509 * progmodes/cc-styles.el: Add the new "awk" style.
8510
8511 * progmodes/cc-vars.el: Add description of one-liner-defun to
8512 c-cleanup-list's doc-string. New user options,
8513 c-max-one-liner-length. In c-default-style, set the default style
8514 for AWK to "awk".
8515
8516 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8517
8518 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8519 macros inside labels.
8520
8521 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8522 `c-at-statement-start-p' and `c-at-expression-start-p'.
8523
8524 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8525 error if the mark isn't set.
8526
8527 * progmodes/cc-engine.el (c-guess-continued-construct)
8528 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8529 accurately detect functions inside functions.
8530
8531 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8532 like `c-at-statement-start-p' that additionally recognizes commas
8533 and expression parentheses as delimiters.
8534
8535 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8536 to avoid heuristics that doesn't work for unclosed blocks.
8537 (c-at-statement-start-p): New function.
8538
8539 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8540 Objective-C directives, e.g. directives spanning lines should work
8541 reasonably well now.
8542
8543 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8544
8545 (c-forward-objc-directive): New function to move over any ObjC
8546 directive.
8547
8548 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8549 (c-basic-matchers-before): Use it.
8550
8551 (c-font-lock-objc-iip-decl): Remove.
8552
8553 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8554 in the template arglist recognition.
8555
8556 * progmodes/cc-styles.el (c-style-alist): Fix several
8557 inconsistencies in the Whitesmith style.
8558
8559 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8560 New lineup function to get lines after Whitesmith style blocks
8561 correctly indented.
8562
8563 (c-lineup-whitesmith-in-block): Back out the compensation for
8564 opening parens since it's done using `add' lists in the style
8565 definition instead. Don't use the anchor position since it varies
8566 too much between the syntactic symbols. :P
8567
8568 * progmodes/cc-vars.el (c-valid-offset): Update.
8569
8570 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8571 lists where the offsets are combined according to several
8572 different methods: `first', `min', `max', and `add'.
8573 Report offset evaluation errors with `c-benign-error' so that some kind
8574 of reindentation still is done.
8575
8576 * progmodes/cc-engine.el (c-guess-basic-syntax):
8577 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8578 `arglist-close'.
8579
8580 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8581 situations for `arglist-cont-nonempty' and `arglist-close'.
8582
8583 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8584
8585 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8586 cc-bytecomp-boundp' in a number of places.
8587
8588 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8589 macro related issue.
8590
8591 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8592
8593 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8594 list is now [asdf], a char class [:alpha:].
8595 Include code for char classes.
8596 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8597 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8598
8599 Remove (nearly all of) the cruft associated with AWK Mode's former
8600 concept of "virtual semicolons":
8601
8602 Adapt c-beginning-of-statement, c-end-of-statement (together with
8603 subfunctions) to use the new notion of "virtual semicolon" in
8604 place of the old awkward special handling for AWK. There remains
8605 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8606 * progmodes/cc-cmds.el:
8607 (c-ascertain-adjacent-literal): In the backwards direction, now
8608 recognises AWK regexp delimiters as string delimiters.
8609 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8610 check more rigorously for "end of macro".
8611 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8612 virtual semicolons;
8613 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8614 out the code for forward movement into ...
8615 (c-end-of-statement): Now contains the code for forward movement,
8616 adapted for virtual semicolons.
8617
8618 * progmodes/cc-engine.el:
8619 (c-ws*-string-limit-regexp): New regexp.
8620 (c-forward-single-comment, c-backward-single-comment): Comment out
8621 the (now redundant) "special" AWK stuff.
8622
8623 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8624 c-string-par-start, c-string-par-separate to be more like Text
8625 Mode than Fundamental Mode.
8626
8627 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8628
8629 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8630 to the fontified region so that fontification doesn't occur
8631 outside it (could happen e.g. when fontifying a line with an
8632 unfinished declaration).
8633
8634 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8635
8636 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8637 start of the file. ^L now separate sections of the file.
8638 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8639 (c-awk-one-line-possibly-open-string-re)
8640 (c-awk-regexp-one-line-possibly-open-char-class-re)
8641 (c-awk-one-line-possibly-open-regexp-re)
8642 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8643 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8644
8645 Amend the concept of "virtual semicolons" (in the indentation
8646 engine) for languages like AWK, such that they are now
8647 conceptually attached to end of the last token of a statement, not
8648 the end of the line. (In AWK Mode, however, the pertinent text
8649 property is still physically set on the EOL.) Remove the specific
8650 tests for awk-mode, thus facilitating the introduction of other
8651 language modes where EOLs can end statements.
8652 (Note: The funtionality in cc-cmds.el, specifically
8653 c-beginning/end-of-statement has yet to be amended.)
8654
8655 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8656 New macros.
8657
8658 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8659 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8660 c-vsemi-status-unknown-p-fn (in a new page).
8661
8662 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8663 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8664 numerous awkward forms like
8665 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8666 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8667 variable before-ws-ip, the place just after char-before-ip appears.
8668
8669 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8670 a comment.
8671
8672 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8673
8674 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8675 `c-tentative-buffer-changes'.
8676
8677 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8678 convert to macro to choose between Emacs and XEmacs at compile time.
8679
8680 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8681
8682 (c-tentative-buffer-changes): New macro to handle temporary buffer
8683 changes in a convenient way.
8684
8685 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8686 for `c-tentative-buffer-changes'.
8687
8688 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8689 the checks for paren sexps between the point and the keyword, to
8690 avoid some false alarms.
8691
8692 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8693 Fixed a situation where an error could be thrown for unbalanced
8694 parens. Changed to make use of c-keyword-member' to avoid some
8695 repeated regexp matches.
8696
8697 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8698 These language variable are no longer necessary.
8699
8700 (c-block-stmt-kwds): New language constant used by
8701 c-looking-at-inexpr-block'.
8702
8703 (c-guess-basic-syntax): Remove an optional check that looked at
8704 the existence of the now removed language variables.
8705
8706 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8707 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8708 object instantiation expressions as declarations in some contexts.
8709 This bug only affected languages where the declarator can't be
8710 enclosed in parentheses.
8711
8712 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8713 insert newlines before and after substatement braces.
8714
8715 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8716 function declaration headers and the handling of C++ style member
8717 init lists.
8718
8719 (c-just-after-func-arglist-p): Rewritten to use
8720 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8721
8722 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8723
8724 (c-guess-basic-syntax): Adapt case 5B for the new
8725 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8726 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8727 covers all cases now).
8728
8729 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8730
8731 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8732
8733 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8734 c-string-par-start/separate c-sentence-end-with-esc-eol,
8735 initialised in c-setup-paragraph-variables, used in string
8736 scanning subroutines of c-beginning-of-statement.
8737
8738 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8739 which precedes the newly inserted `{'.
8740
8741 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8742
8743 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8744 function for declaration level blocks. It should now cope with
8745 templates better and also be a lot more comprehensible.
8746
8747 (c-looking-at-decl-block): The new function.
8748
8749 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8750 for compatibility.
8751
8752 (c-add-class-syntax, c-guess-continued-construct)
8753 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8754
8755 (c-decl-block-key): Change to tell apart ambiguous and
8756 unambiguous keywords. Pike specials are now handled directly in
8757 the code instead.
8758
8759 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8760 New language constants and variables to make the backward skip in
8761 `c-looking-at-decl-block' as tight as possible.
8762
8763 (c-nonsymbol-token-char-list): New language constant.
8764
8765 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8766 find balanced template arglists backwards.
8767
8768 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8769 making char classes for `c-syntactic-skip-backward'.
8770
8771 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8772 16D - can't be a class-close at that point.
8773
8774 * progmodes/cc-engine.el (c-guess-basic-syntax)
8775 (c-add-class-syntax): Don't narrow out the enclosing declaration
8776 level. This makes everything a lot easier, and it was actually
8777 only four small places that needed it to work. Some places that
8778 previously did `widen' are removed now, which has the effect that
8779 `c-guess-basic-syntax' never will look at things outside the
8780 current narrowment now. The anchor position for `topmost-intro'
8781 is affected by this, but it was so bogus it was basically useless
8782 before, and now it's equally bogus but in a slightly different way.
8783
8784 (c-narrow-out-enclosing-class): Gone.
8785
8786 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8787 the narrowed region.
8788
8789 (c-least-enclosing-brace): Remove silly optional argument.
8790
8791 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8792 the point could be left directly after an open paren when finding
8793 the beginning of the first decl in the block.
8794
8795 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8796 Specify which submatch to use.
8797
8798 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8799
8800 (c-decl-start-re): No longer any need for special treatment of
8801 ObjC due to the above.
8802
8803 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8804 presumably follows C in that regard.
8805
8806 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8807 New language constants to specify operator tokens inside
8808 identifiers in a more high level way.
8809
8810 (c-opt-identifier-prefix-key): New internal language constant.
8811
8812 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8813 (c-identifier-start, c-identifier-key): Now completely calculated
8814 from other constants.
8815
8816 (c-identifier-last-sym-match): Decommission since it's no longer used.
8817
8818 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8819
8820 * progmodes/cc-engine.el (c-forward-name): Remove the
8821 optimization when c-identifier-key is equal to c-symbol-key since
8822 it doesn't work in byte compiled files. Don't record empty
8823 regions as identifiers.
8824
8825 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8826 simplify access to `c-operators' and its likes.
8827
8828 (c-operator-list, c-all-op-syntax-tokens)
8829 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8830 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8831 (c-primary-expr-regexp, c-cast-parens): Use it.
8832
8833 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8834 an explicit language in functions.
8835
8836 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8837 variant of adornment.
8838
8839 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8840 variable.
8841
8842 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8843 the Pike value.
8844
8845 * progmodes/cc-engine.el (c-on-identifier)
8846 (c-simple-skip-symbol-backward): Small fix for handling "-"
8847 correctly in `skip-chars-backward'. Affected the operator lfun
8848 syntax in Pike.
8849
8850 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8851 diagnostic message about precompiled language vars not being used.
8852
8853 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8854 "__attribute__" is followed by a parenthesis.
8855
8856 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8857 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8858 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8859
8860 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8861 Internal cleanups to properly detect the declared identifiers in
8862 various declarations.
8863
8864 (c-decl-start-kwds): New language constant to recognize
8865 declarations that can start anywhere. Used for class declarations
8866 in Pike.
8867
8868 (c-specifier-key, c-not-decl-init-keywords)
8869 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8870 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8871
8872 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8873 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8874 handling of the compiler specific extension keywords into a new
8875 language constant `c-decl-hangon-kwds' that defines keyword
8876 clauses to be ignored in declarations.
8877
8878 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8879 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8880 Necessary to stop at the declared identifier in e.g. IDL valuetype
8881 declarations.
8882
8883 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8884 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8885 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8886 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8887 class and enum declarations as such and not as part of the type.
8888
8889 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8890 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8891
8892 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8893 declarations when there's some syntax error later on.
8894
8895 (c-complex-decl-matchers): Did away with a reference to
8896 `c-specifier-key'.
8897
8898 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8899 value - this variable is always dynamically bound.
8900
8901 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8902 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8903 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8904 functions that might do hidden buffer changes: All such internal
8905 functions are now marked instead of those that don't.
8906
8907 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8908 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8909 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8910 (c-literal-type): Allow these functions to make hidden buffer changes,
8911 so that they are free to use text property caching later on.
8912
8913 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8914 (c-electric-brace, c-electric-slash, c-electric-star)
8915 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8916 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8917 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8918 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8919 with the changed semantics of the functions above.
8920
8921 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8922 when macros occur in obscure places. Optimized the sexp movement
8923 a bit.
8924
8925 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8926
8927 Enhancements for c-beginning-of-statement to work in AWK Mode:
8928
8929 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8930 (completed statement) with `}' (statement completed by closing
8931 brace or semicolon) and `$' (statement completed by EOL).
8932
8933 (c-awk-virtual-semicolon-ends-prev-line-p)
8934 (c-awk-virtual-semicolon-ends-line-p)
8935 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8936 (c-awk-at-statement-end-p): New functions.
8937
8938 * progmodes/cc-cmds.el: Simplify the structure of functions
8939 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8940 two functions and c-beginning-of-statement to handle AWK Mode.
8941
8942 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8943 c-backward-single-comment for AWK mode. Attempt to clarify their
8944 doc-strings.
8945
8946 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8947
8948 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8949
8950 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8951 label handling. Labels are now recognized in a uniform and more
8952 robust way, regardless of context. Text properties are put on all
8953 labels to recognize the following declarations better.
8954 Multiword labels are handled both in indentation and fontification for
8955 the benefit of language extensions like Qt. For consistency, keywords
8956 in labels are now fontified with the label face instead.
8957 That also applies to "case" and "default".
8958
8959 (c-beginning-of-statement-1): Fix some bugs in the label
8960 handling. Disregard `c-nonlabel-token-key' in labels that begin
8961 with `c-label-kwds'.
8962
8963 (c-find-decl-spots): Support that the callback adds more
8964 `c-decl-end' spots to find.
8965
8966 (c-forward-decl-or-cast-1): Don't treat a list of plain
8967 identifiers followed by a colon as a declaration.
8968
8969 (c-forward-label): New function to recognize labels.
8970
8971 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8972 `c-forward-label'. Moved the label recognition cases (14 and 15)
8973 earlier since they aren't so context sensitive now. Handle labels
8974 on the top level gracefully. Moved access label recognition to
8975 the generic label case (CASE 15) - removed CASE 5E.
8976
8977 (c-font-lock-declarations): Add recognition of labels in the
8978 same round since we need to handle labels in parallell with other
8979 declarations to recognize both accurately. It should also improve
8980 speed.
8981
8982 (c-simple-decl-matchers, c-basic-matchers-after):
8983 Move `c-font-lock-labels' so that it only is used on decoration level 2
8984 since `c-font-lock-declarations' handles it otherwise.
8985
8986 (c-complex-decl-matchers): Remove the simplistic recognition of
8987 access labels.
8988
8989 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8990 with labels earlier.
8991
8992 (c-decl-start-re): New language variable to make
8993 `c-font-lock-declarations' stop for the special protection labels
8994 in Objective-C that start with `@'.
8995
8996 (c-label-key): Remove since it's no longer used.
8997
8998 (c-recognize-colon-labels, c-label-prefix-re): New language
8999 constants to support recognition of generic colon-terminated labels.
9000
9001 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9002 are colon terminated labels.
9003
9004 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9005 first argument starts with a special brace list.
9006
9007 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9008 (c-font-lock-declarations): Break out the declaration and cast
9009 recognition from `c-font-lock-declarations' to a new function, so
9010 that it can be used in the indentation engine.
9011
9012 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9013 up to the start of the literal. Fixed bug with the point on the
9014 wrong side of the search limit that could happen when the start
9015 position is inside a literal.
9016
9017 * progmodes/cc-engine.el (c-parse-state)
9018 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9019 so that it's kept a little bit back to increase the hit rate.
9020
9021 (c-parse-state): Change the macro handling and fixed some
9022 glitches. Macro context is checked more often than necessary now,
9023 but otoh less garbage conses are generated.
9024
9025 * progmodes/cc-engine.el (c-parse-state)
9026 (c-invalidate-state-cache): Cache the last position where
9027 `c-state-cache' applies. This can speed up refontification quite
9028 a bit in blocks where there are many non-brace parens before the point.
9029
9030 (c-state-cache-end): New variable for this.
9031
9032 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9033 cache variable.
9034
9035 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9036 get close initial continue positions when the start position is
9037 inside a literal or macro. Do not call the callback for spots
9038 before the start position (which can happen e.g. for `c-decl-end'
9039 spots inside comments). Optimize better in special cases when the
9040 region is a single line inside a literal or macro (typically when
9041 the current line is refontified).
9042
9043 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9044 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9045 entries from the paren state.
9046
9047 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9048 special case for "else if" clauses.
9049
9050 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9051 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9052
9053 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9054 New language variable to recognize the gcc extension with statement
9055 blocks inside expressions.
9056
9057 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9058 it somewhat more comprehensible. The argument AT-BLOCK-START is
9059 no longer used and hence removed.
9060
9061 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9062 to `c-add-stmt-syntax'.
9063
9064 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9065 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9066 This fixes bogus label recognition.
9067
9068 * progmodes/cc-engine.el (c-add-type, c-check-type)
9069 (c-forward-name, c-forward-type): Improve storage of template
9070 types in `c-found-types' so that they can be recognized better.
9071
9072 (c-syntactic-content): Add option to skip past nested parens.
9073
9074 * progmodes/cc-engine.el (c-forward-name):
9075 Set `c-last-identifier-range' all the time. It's less work that way.
9076 Handle that there might not be an identifier to store in
9077 `c-last-identifier-range'.
9078
9079 (c-forward-type): Handle that `c-last-identifier-range' might be
9080 nil from `c-forward-name'.
9081
9082 * progmodes/cc-defs.el (c-safe-scan-lists)
9083 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9084
9085 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9086 to work even if the form fails.
9087
9088 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9089 down in a large file in one go.
9090
9091 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9092
9093 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9094 function which is like `c-lineup-math' but returns nil instead of
9095 `c-basic-offset' when it doesn't match.
9096
9097 (c-lineup-math): Change to use `c-lineup-assignments'.
9098
9099 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9100
9101 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9102 c-beginning-of-statement. New subfunctions
9103 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9104
9105 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9106
9107 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9108 hardcoded char classes whereever possible. Changed a couple of
9109 places to use skip by syntax instead of skip by char class.
9110
9111 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9112 Fix a bug in the regexp that caused extreme backtracking.
9113
9114 * progmodes/cc-langs.el (c-block-comment-starter)
9115 (c-block-comment-ender): New language constants to specify in a
9116 single place how block comments look.
9117
9118 (c-comment-start-regexp, c-block-comment-start-regexp)
9119 (comment-start, comment-end, comment-start-skip)
9120 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9121 (c-syntactic-ws, c-nonempty-syntactic-ws)
9122 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9123 `c-line-comment-starter', `c-block-comment-starter' and
9124 `c-block-comment-ender'.
9125
9126 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9127 New language constants to break up things a bit.
9128
9129 (c-simple-ws): New language constant for simple whitespace.
9130
9131 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9132
9133 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9134 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9135 newlines. Allow and ignore nil elements in the list.
9136
9137 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9138
9139 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9140 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9141
9142 * progmodes/cc-cmds.el: Tidy up the comments in
9143 c-beginning-of-statement and subfunctions.
9144
9145 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9146 more flexible c-put-char-property and c-clear-char-properties.
9147 Add the author's email address.
9148
9149 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9150
9151 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9152 closing "*/" of a block comment.
9153
9154 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9155 subfunctions) so that it works at BOB and EOB.
9156
9157 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9158 c-beginning-of-statement, including new variable
9159 c-block-comment-start-regexp.
9160
9161 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9162
9163 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9164 symbols from `*-font-lock-extra-types' so that there's no need to
9165 use `regexp-opt' on those lists.
9166
9167 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9168 `c-type-modifier-kwds' is empty.
9169
9170 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9171 there are several strings on the same line.
9172
9173 * progmodes/cc-engine.el (c-literal-limits): Remove the
9174 compatibility function for older emacsen. `c-literal-limits-fast'
9175 has now taken the place of this function.
9176
9177 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9178 with older emacsen: We now require `pps-extended-state'.
9179
9180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9181
9182 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9183 which obviates the need to hack sentence-end. This now handles
9184 escaped newlines in strings correctly. Correct minor bugs in
9185 c-move-over-sentence and in c-beginning-of-statement.
9186
9187 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9188 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9189 that movement over macros and code are rigorously separated from
9190 eachother. Correct a few incidental bugs.
9191
9192 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9193 Improve its doc-string. Improve the handling of certain specific cases.
9194
9195 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9196
9197 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9198 (c-guess-basic-syntax): Change the way class-level labels are
9199 recognized; they can now contain essentially any symbols.
9200
9201 (c-opt-extra-label-key): New language variable to cope with the
9202 special protection label syntax in Objective-C.
9203
9204 (c-opt-access-key): Remove; this is now handled better by
9205 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9206
9207 (c-complex-decl-matchers): Update to handle that
9208 `c-opt-access-key' no longer exists.
9209
9210 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9211 improved label recognition in `c-beginning-of-statement-1'.
9212
9213 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9214 Recognize bitfields better.
9215
9216 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9217 Remove some cruft and fixed a bug that could cause it to go to a
9218 position further down.
9219
9220 * progmodes/cc-langs.el, cc-engine.el
9221 (c-beginning-of-statement-1): Improve detection of labels in
9222 declaration contexts.
9223
9224 (c-beginning-of-decl-1): Use it.
9225
9226 (c-nonlabel-token-key): New language constant and variable needed
9227 by `c-beginning-of-statement-1'.
9228
9229 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9230 manifested itself due to the correction in `c-forward-sexp'.
9231
9232 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9233 Make these behave as documented when used at the buffer limits.
9234
9235 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9236 (c-type-decl-end-used): Made this a language variable.
9237
9238 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9239 correctly when `combine-after-change-calls' is used together with
9240 temporary narrowings.
9241
9242 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9243 Report labels correctly when the start point is immediately after the
9244 colon.
9245
9246 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9247 Remove since it isn't used anymore.
9248
9249 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9250 bracket arglists such as template parens in C++.
9251
9252 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9253 in the last check-in. Some optimization.
9254
9255 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9256 where it could stop at the same level in a preceding sexp when
9257 PAREN-LEVEL is set.
9258
9259 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9260 text property lookup only when it's needed.
9261
9262 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9263 Change the policy for paren marked angle brackets to be more
9264 persistent; once marked they remain marked even when they're found
9265 to be unbalanced in the searched region. This should keep the
9266 paren syntax around even when individual lines are refontified in
9267 multiline template arglists.
9268
9269 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9270 to control markup so that incorrect angle bracket arglists aren't
9271 marked in contexts where the correct value for
9272 `c-disallow-comma-in-<>-arglists' isn't known.
9273
9274 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9275 argument has become `c-parse-and-markup-<>-arglists'.
9276
9277 (c-remove-<>-arglist-properties): Remove - no longer used.
9278
9279 (c-after-change-check-<>-operators): New function used on
9280 `after-change-functions' to avoid that "<" and ">" characters that
9281 are part of longer operators have paren syntax.
9282
9283 (c-<>-multichar-token-regexp): New language variable used by
9284 `c-after-change-check-<>-operators'.
9285
9286 (c-after-change): Call `c-after-change-check-<>-operators'.
9287
9288 (c-font-lock-<>-arglists): Use the context properties set by
9289 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9290 correctly to avoid doing invalid markup.
9291
9292 (c-font-lock-declarations): Remove code that undoes the invalid
9293 markup done by `c-font-lock-<>-arglists'.
9294
9295 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9296 after `c-font-lock-declarations'.
9297
9298 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9299 Add paren-level feature.
9300
9301 (c-guess-basic-syntax): Improve the anchor position for
9302 `template-args-cont' in nested template arglists. There's still
9303 much to be desired in this area, though.
9304
9305 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9306
9307 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9308 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9309
9310 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9311
9312 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9313 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9314
9315 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9316 it doesn't work no longer are supported.
9317
9318 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9319 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9320 requires support for the syntax-table' text property, which rules
9321 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9322 cruft associated with those versions.
9323
9324 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9325 for the `syntax-table' text property, which rules out Emacs 19 and
9326 XEmacs < 21.4. Removed various compatibility cruft associated
9327 with those versions.
9328
9329 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9330 support for the `syntax-table' text property.
9331
9332 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9333 variable and use an extra quoted face name instead. All the
9334 emacsen flavors handle that correctly.
9335
9336 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9337 (c-font-lock-declarators, c-font-lock-declarations)
9338 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9339 property to mark the items in in declarator lists to handle
9340 refontification inside multiline declarations better.
9341
9342 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9343 construct like "a * b = c;" as a declaration.
9344
9345 2005-12-08 Kim F. Storm <storm@cua.dk>
9346
9347 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9348 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9349 select either meta, hyper, or super modifier for rectangle commands.
9350 (cua--rectangle-modifier-key): New defvar.
9351 (cua--M/H-key): Use it. Remove special case for `space'.
9352 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9353 on X, to meta otherwise. Always bind C-return to toggle
9354 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9355
9356 * emulation/cua-rect.el (cua-help-for-rectangle):
9357 Use cua--rectangle-modifier-key. Handle super modifier too.
9358 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9359 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9360
9361 * ido.el: Move Acknowledgements and History after Commentary.
9362 Minor changes to Commentary.
9363
9364 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9365 keymap if cua--prefix-override-timer is `shift'.
9366 (cua--shift-control-prefix): New function; emulate "type prefix
9367 key twice" functionality to handle shifted prefix key override.
9368 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9369 New commands.
9370 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9371
9372 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9373
9374 * textmodes/org.el (org-insert-heading): Try to do items before
9375 headings.
9376 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9377 (org-insert-item): New function.
9378 (org-renumber-ordered-list): Don't skip to higher level lists.
9379
9380 2005-12-08 Juri Linkov <juri@jurta.org>
9381
9382 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9383
9384 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9385
9386 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9387
9388 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9389 the constructed function name fun-1.
9390
9391 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9392 because such links don't lead to parent documentation.
9393
9394 2005-12-08 Kenichi Handa <handa@m17n.org>
9395
9396 * descr-text.el (describe-char): Use *Help-2* buffer if the
9397 current buffer is *Help*. Call describe-text-properties while
9398 setting the original buffer.
9399
9400 2005-12-07 Bill Wohler <wohler@newt.com>
9401
9402 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9403 and causes problems with non-MH users (such as Gnus users).
9404
9405 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9406
9407 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9408 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9409 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9410 command "info sources". Move calls to GDB command "list".
9411 (gdb-find-file-hook): Just use gdb-source-file-list.
9412 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9413 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9414 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9415 (gdb-data-list-register-values-handler): Use correct trigger name.
9416
9417 2005-12-07 Kim F. Storm <storm@cua.dk>
9418
9419 * ido.el (ido-completion-map): Rename from ido-mode-map.
9420 (ido-common-completion-map, ido-file-completion-map)
9421 (ido-file-dir-completion-map, ido-buffer-completion-map):
9422 Rename from ido-mode-....-map.
9423 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9424 (ido-setup-completion-map): Rename from ido-define-mode-map.
9425 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9426 to ido-completion-map.
9427
9428 2005-12-07 Kenichi Handa <handa@m17n.org>
9429
9430 * international/mule-cmds.el
9431 (set-display-table-and-terminal-coding-system): If the coding
9432 system specified in `unibyte-display' property is different from
9433 the arg coding-system, don't setup standard-display-table.
9434
9435 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9438 that comments end at \n, regardless of selective-display.
9439
9440 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9441
9442 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9443 (gdb-version): New variables.
9444 (gdb-source-file-list, gdb-register-names)
9445 (gdb-changed-registers): New variables for use with GDB 6.4+.
9446 (gdb-ann3): Replace with...
9447 (gdb-init-1, gdb-init-2): ...two new functions.
9448 (gdba, gdb-prompt): Call gdb-init-1.
9449 (gdb-get-version): New function. Call gdb-init-2 from here.
9450 (gud-watch): Make it work with mouse events too.
9451 (gdb-post-prompt): Don't add to queue until GDB version is known.
9452 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9453 (gdb-locals-mode): Use gdb-version.
9454 (gdb-memory-format-map, gdb-memory-unit-map)
9455 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9456 (gdb-locals-font-lock-keywords-1)
9457 (gdb-locals-font-lock-keywords-2): New variables.
9458 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9459 (gdb-set-gud-minor-mode-existing-buffers-1)
9460 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9461 (gdb-var-update-1, gdb-var-update-handler-1)
9462 (gdb-data-list-register-values-handler)
9463 (gdb-data-list-register-values-custom)
9464 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9465 (gdb-stack-list-locals-handler, gdb-get-register-names):
9466 New functions for use with GDB 6.4+.
9467 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9468 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9469 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9470 (gdb-stack-list-locals-regexp)
9471 (gdb-data-list-register-names-regexp): New regexps for use with
9472 GDB 6.4+.
9473
9474 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9477
9478 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9479
9480 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9481 prompts work for AUTH PLAIN. Also reported by Steve Allan
9482 <seallan@verizon.net>.
9483
9484 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9485
9486 * frame.el (set-frame-parameter): Add doc string.
9487
9488 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9489
9490 * textmodes/org.el (org-occur-highlights): New variable.
9491 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9492 (org-highlight-sparse-tree-matches): New option.
9493 (org-do-occur): New function.
9494 (org-get-heading): Make it work also at beginning of line.
9495 (org-category-table): New variable.
9496 (org-get-category-table, org-get-category)
9497 (org-camel-to-words, org-link-search): New functions.
9498 (org-select-this-todo-keyword): New variable.
9499 (org-todo-list): New command.
9500 (org-shiftright, org-shiftleft): New commands.
9501 (org-agenda-todo): Add prefix argument.
9502 (org-show-hierarchy-above): New option.
9503 (org-show-todo-tree): Numerical prefix creates tree for specific
9504 TODO keyword.
9505 (org-outline-level): New function, to assign a level to plain
9506 lists items.
9507 (org-cycle-include-plain-lists): New option.
9508 (org-mode): Use `org-outline-level' as value of `outline-level'.
9509 (org-cycle): Temporarily switch `outline-regexp' if
9510 `org-cycle-include-plain-lists' is non-nil.
9511 (org-start-icalendar-file): Fix format bug.
9512 (org-agenda-get-day-entries): Create category table.
9513 (org-agenda-get-todos, org-agenda-get-timestamps)
9514 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9515 (org-agenda-get-blocks): Use `org-get-category'.
9516 (org-context-in-file-links): Rename from
9517 `org-line-numbers-in-file-links'.
9518
9519 2005-12-06 Romain Francoise <romain@orebokech.com>
9520
9521 * window.el (balance-windows): Delete extraneous third arg in call
9522 to `enlarge-window'.
9523
9524 2005-12-06 Kenichi Handa <handa@m17n.org>
9525
9526 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9527
9528 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9529
9530 * progmodes/gdb-ui.el (gdb-var-create-handler)
9531 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9532 (gdb-var-list-children-handler, gdb-var-update-handler):
9533 Current buffer is already gdb-partial-output-buffer, don't
9534 make it current again.
9535
9536 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9537
9538 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9539 (list-buffers-noselect): Use it.
9540
9541 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9542
9543 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9544 (mail-yank-ignored-headers): Use regexp-opt.
9545 (mail-mode-map): Move initialization into declaration.
9546 (mail-sent-via): Remove unused shadowed var `to-line'.
9547 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9548 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9549 (mail-do-fcc): Use dolist and push.
9550 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9551 (mail-yank-ignored-headers): Don't autoload.
9552
9553 2005-12-05 Kenichi Handa <handa@m17n.org>
9554
9555 * international/mule-cmds.el (set-language-info-internal): New fun.
9556 (set-language-info): Call set-language-info-internal to update
9557 language-info-alist. If LANG-ENV is the current one, call
9558 set-language-environment to make INFO effective now.
9559 (set-language-info-alist): Likewise.
9560 (locale-language-names): With locale "en", use English
9561 lang. env. but set the default codings to iso-8859-1.
9562
9563 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9564
9565 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9566 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9567 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9568 for plain strings.
9569 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9570 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9571 Create registers buffer if necessary. Echo new state in minibuffer.
9572 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9573
9574 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9575
9576 * info.el (Info-fontify-node): Match external links using
9577 non-directory part of filename.
9578
9579 2005-12-04 Juri Linkov <juri@jurta.org>
9580
9581 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9582 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9583 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9584 because there is no customization option for it.
9585
9586 * font-lock.el (lisp-font-lock-keywords-1):
9587 Add define-global-minor-mode.
9588
9589 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9590
9591 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9592 properties on the constructed variable names.
9593
9594 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9595 Put `definition-name' properties on the constructed function names
9596 next-sym and prev-sym.
9597
9598 * emacs-lisp/find-func.el (find-function-regexp):
9599 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9600 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9601 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9602 and easy-menu-define.
9603
9604 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9605 easy-mmode-define-global-mode and define-global-minor-mode.
9606 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9607
9608 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9609 instead of easy-mmode-define-global-mode.
9610
9611 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9612 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9613
9614 * cus-edit.el (customize-group, customize-group-other-window):
9615 Filter out autoloaded options from the group completion list by
9616 using heuristics that autoloaded groups don't have `custom-autoload'
9617 property on their symbols (they have only `custom-loads').
9618
9619 * simple.el (completion-setup-function): Put completions-common-part
9620 face on complete completion string too (i.e. completion string
9621 without completions-first-difference face).
9622
9623 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9624
9625 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9626
9627 * view.el (view-mode): Doc fix.
9628
9629 * disp-table.el (standard-display-european): Add to the warning
9630 message a reference to the doc string.
9631
9632 * play/yow.el (apropos-zippy): Call print-help-return-message,
9633 similar to other Help and Apropos commands.
9634
9635 * help.el (print-help-return-message): If pop-up-frames is
9636 non-nil, set up help-return-method to delete the help window and,
9637 possibly, its frame as well, and don't display message about
9638 scrolling the help window. Doc fix.
9639 (help-return-method): Doc fix.
9640
9641 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9642
9643 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9644 whereby names of length one or names starting with a
9645 symbol-constituent character would not be returned.
9646
9647 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9648
9649 * subr.el (atomic-change-group): Add edebug and indentation spec.
9650
9651 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * completion.el (save-completions-file-name): Fix typo in last change.
9654
9655 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9656
9657 * info.el: Move back/forward history to the beginning of the tool bar.
9658
9659 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9660
9661 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9662 Add fset of allout-real-isearch-abort during compile to fix
9663 byte-compilation warnings.
9664 (allout-mode-p): Move definition of this macro above all uses, or
9665 byte compilation in barren emacs (eg, during emacs build) will
9666 lack the definition.
9667 (allout-mode): Move this variable above any uses, or byte
9668 compilation will fail.
9669 (allout-resolve-xref): Remove use of personal file-reference function.
9670 (allout-toggle-current-subtree-encryption): Do the current (ie,
9671 visible containing) topic, rather than nearest around point. Doc fix.
9672 (allout-toggle-subtree-encryption): New function, workhorse that
9673 works on nearest topic containing point.
9674 (allout-encrypt-string): Signal requirement for newer version of pgg.
9675 (allout-resumptions): Doc fix.
9676
9677 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9678
9679 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9680
9681 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9682
9683 * textmodes/flyspell.el (flyspell-external-point-words):
9684 Consider a misspelling as found in the string search if: (a) misspelling
9685 and found string lengths match, or (b) misspelling is found as
9686 element in a boundary-chars separated longer string, or (c)
9687 ispell-program-name is really ispell and misspelling is found as
9688 part of a TeX string. After successful match move beginning of
9689 search region to end of match. Warn about not found misspellings
9690 once the process is done.
9691 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9692
9693 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9694
9695 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9696 tool bar (removed inadvertently).
9697
9698 2005-12-02 Juri Linkov <juri@jurta.org>
9699
9700 * log-view.el (log-view-diff): Clarify doc string.
9701
9702 2005-12-01 Bill Wohler <wohler@newt.com>
9703
9704 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9705 triggers lm-verify errors.
9706
9707 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9708
9709 * simple.el (transient-mark-mode, line-number-mode)
9710 (column-number-mode, size-indication-mode): Remove `:require nil'.
9711
9712 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9713
9714 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9715 in the margin also.
9716 (gdb-breakpoints-mode-map): Use D instead of d for
9717 gdb-delete-breakpoint.
9718 (gdb-get-frame-number): Require a number to match on.
9719 (gdb-threads-mode-map): Add follow-link binding.
9720
9721 2005-11-30 Jason Rumney <jasonr@gnu.org>
9722
9723 * isearch.el (isearch-mode-map): Avoid exiting search on
9724 language-change event.
9725
9726 2005-11-30 Romain Francoise <romain@orebokech.com>
9727
9728 * speedbar.el (speedbar-default-position): New defcustom.
9729 (speedbar-frame-reposition-smartly): Use it.
9730
9731 * dframe.el (dframe-reposition-frame-emacs): Fix position
9732 computation for `left' location.
9733 Update copyright year.
9734
9735 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * help.el (help-map): Move initialization into declaration.
9738
9739 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9740
9741 * help-fns.el (help-argument-name): Don't autoload.
9742 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9743 to be re-loaded when customizing the `help' group.
9744
9745 2005-11-30 John Paul Wallington <jpw@gnu.org>
9746
9747 * help-fns.el (describe-function-1): Fill arglist output.
9748
9749 2005-11-30 Kim F. Storm <storm@cua.dk>
9750
9751 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9752 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9753 after revert-buffer (or anything else which kills all local variables).
9754
9755 * apropos.el (apropos-parse-pattern): Doc fix.
9756 Set apropos-regexp directly, rather than expecting callers to do so.
9757 (apropos-command, apropos, apropos-value, apropos-documentation):
9758 Simplify calls to apropos-parse-pattern.
9759
9760 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9761
9762 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9763 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9764 (hi-lock-write-interactive-patterns): Use comment-region.
9765
9766 * longlines.el (longlines-mode): Add mail-setup-hook.
9767
9768 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9769
9770 * simple.el (sendmail-user-agent-compose, next-line):
9771 Conditionally use hard-newline.
9772
9773 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9774
9775 * international/latexenc.el (latex-inputenc-coding-alist):
9776 Reword doc string.
9777
9778 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * help.el (describe-key-briefly, describe-key): Recognize default
9781 bindings.
9782
9783 2005-11-29 Romain Francoise <romain@orebokech.com>
9784
9785 * view.el (view-inhibit-help-message): New defcustom.
9786 (view-mode-enter): Use it.
9787
9788 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9789
9790 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9791 Preserve user position.
9792
9793 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9794
9795 * font-lock.el: Throw error if facemenu is not loaded to prevent
9796 accidental change of loading order in loadup.el. (Suggested by RMS.)
9797
9798 * loadup.el: Add comment explaining why facemenu must be loaded
9799 before font-lock.
9800
9801 2005-11-28 Jay Belanger <belanger@truman.edu>
9802
9803 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9804 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9805
9806 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9807
9808 * calc/calc-embed.el (calc-do-embedded): Update help message.
9809
9810 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9811
9812 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9815
9816 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9817 called-interactively-p.
9818 (elp-profilable-p): Rename from elp-not-profilable-p.
9819 Invert result and take into account macros and autoloaded functions.
9820 (elp-instrument-function): Update call.
9821 (elp-instrument-package): Update call. Add completion.
9822 (elp-pack-number): Use match-string.
9823 (elp-results-jump-to-definition-by-mouse): Merge into
9824 elp-results-jump-to-definition and then remove.
9825 (elp-output-insert-symname): Make help echo text single-line.
9826
9827 * replace.el (query-replace-map): Move initialization into declaration.
9828 (occur-engine): Use with-current-buffer.
9829 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9830 (occur-mode-mouse-goto): Replace with an alias.
9831
9832 2005-11-28 Juri Linkov <juri@jurta.org>
9833
9834 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9835
9836 * term/w32-win.el: Bind [S-tab] to [backtab].
9837
9838 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9839 `Info-find-file' to t.
9840
9841 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9842 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9843 and same-window-regexps.
9844 (occur-next-error): Don't move point for arg 0.
9845
9846 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9847
9848 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9849
9850 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9851
9852 * log-edit.el (log-edit-changelog-use-first): New var.
9853 (log-edit-changelog-ours-p): Use it.
9854 (log-edit-insert-changelog): Set it with new arg `use-first'.
9855 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9856 (log-edit-hook): Add them to the list of suggested options.
9857
9858 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9859 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9860 redundant work.
9861 (flyspell-mode-on): Use add-hook for after-change-functions.
9862 (flyspell-mode-off): Use remove-hook for after-change-functions.
9863 (flyspell-changes): Make it buffer-local.
9864 (flyspell-after-change-function): Make it non-interactive. Use push.
9865 (flyspell-post-command-hook): Check input-pending-p while processing
9866 the potentially long list of buffer changes.
9867
9868 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9869
9870 * buff-menu.el (list-buffers-noselect): Display the selected
9871 frame's buffer list, not the global one.
9872
9873 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9874
9875 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9876 that (list last-input-event) works as in interactive spec.
9877
9878 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9879
9880 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9881 `facemenu-keymap' needs to be defined when font-lock is loaded.
9882 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9883
9884 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * completion.el: Remove useless leading * in defcustom docstrings.
9887 (save-completions-file-name): Use ~/.emacs.d if available.
9888 (completion-standard-syntax-table): Rename from
9889 cmpl-standard-syntax-table and fold initialization into declaration,
9890 thus removing cmpl-make-standard-completion-syntax-table.
9891 (completion-lisp-syntax-table, completion-c-syntax-table)
9892 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9893 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9894 (symbol-under-point, symbol-before-point)
9895 (symbol-under-or-before-point, symbol-before-point-for-complete)
9896 (add-completions-from-c-buffer): Use with-syntax-table.
9897 (make-completion): Don't return a list of completion entries.
9898 Update callers.
9899 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9900 (completion-initialize): Rename from initialize-completions.
9901 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9902 (kill-emacs-save-completions): Collect stats here.
9903 (save-completions-to-file, load-completions-from-file):
9904 Use with-current-buffer.
9905 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9906 into a function. Move all calls to toplevel.
9907 (completion-lisp-mode-hook): New fun.
9908 (completion-c-mode-hook, completion-setup-fortran-mode):
9909 Set the syntax-table here. Use local-set-key.
9910 (completion-saved-bindings): New var.
9911 (dynamic-completion-mode): Make it into a proper minor mode.
9912 (load-completions-from-file): Remove unused var `num-uses'.
9913
9914 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9915 constructor if it is explicitly overridden.
9916
9917 * complete.el (PC-completion-as-file-name-predicate):
9918 Use minibuffer-completing-file-name.
9919 (partial-completion-mode): Use find-file-not-found-functions.
9920 (PC-lisp-complete-symbol): Use with-syntax-table.
9921 (PC-look-for-include-file): Remove dead setq.
9922 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9923 (PC-complete): Use with-current-buffer.
9924
9925 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9926 escape single quotes.
9927
9928 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9929
9930 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9931 of `if' whose condition always returned nil. Doc fix.
9932
9933 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9934 window's buffer the current buffer around the call to
9935 `list-buffers-noselect'. This is necessary to mark that buffer
9936 with a `.' in the Buffer Menu when called from Lisp, for instance
9937 by Auto Revert Mode.
9938
9939 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9940
9941 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9942 attaching to it.
9943 (gdb-pre-prompt): Make sure gdb-error is reset.
9944
9945 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9946 with a child process, detect it.
9947 (gud-speedbar-buttons): Match regexp more carefully.
9948
9949 2005-11-27 Richard M. Stallman <rms@gnu.org>
9950
9951 * mouse.el (mouse-drag-move-window-bottom):
9952 Use adjust-window-trailing-edge.
9953
9954 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9955
9956 * simple.el (blink-matching-open): Ignore
9957 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9958 (blink-matching-paren-on-screen): Update docstring.
9959
9960 * paren.el (show-paren-mode): No longer change
9961 `blink-matching-paren-on-screen'.
9962
9963 2005-11-27 John Paul Wallington <jpw@pobox.com>
9964
9965 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9966 (gdb-threads-select, gdb-edit-register-value):
9967 Use `posn-set-point' instead of `mouse-set-point' because the
9968 latter is not fbound when configured without X.
9969
9970 2005-11-27 Kim F. Storm <storm@cua.dk>
9971
9972 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9973 existing face when partially highlighting a TAB in a rectangle.
9974
9975 2005-11-26 Kim F. Storm <storm@cua.dk>
9976
9977 * ido.el (ido-mode-map): Doc fix.
9978 (ido-mode-common-map, ido-mode-file-map)
9979 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9980 (ido-define-mode-map): Rewrite. Select one of the new maps as
9981 parent for ido-mode-map instead of building from scratch.
9982 (ido-init-mode-maps): New defun to initialize new maps.
9983 (ido-mode): Call it.
9984 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9985 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9986
9987 2005-11-26 John Paul Wallington <jpw@pobox.com>
9988
9989 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9990 `mouse-set-point' because the latter is not fbound when configured
9991 without X.
9992
9993 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9994
9995 * files.el (file-relative-name): Doc fix.
9996
9997 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9998
9999 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10000 non-empty string for secondary prompt PS2.
10001
10002 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * progmodes/compile.el (compilation-setup): Fix last change.
10005
10006 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10007
10008 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10009 (gdb-mouse-toggle-breakpoint-margin)
10010 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10011 Add gdb-server-prefix to keep out of command history.
10012 (gdb-edit-register-value): New function.
10013 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10014 (gdb-info-registers-custom): Use above map.
10015
10016 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10017
10018 * custom.el (enable-theme): Signal error if argument is not a
10019 theme. Don't recalculate a face if it's not loaded yet.
10020
10021 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10022 the `user' theme is in effect.
10023
10024 * info.el (Info-on-current-buffer): Record actual filename in
10025 Info-current-file, instead of t, or a fake filename if a non-file
10026 buffer. Make autoload.
10027 (Info-find-node, Info-revert-find-node): No need to check for
10028 Info-current-file nil.
10029 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10030 Info-current-file is now never `t'.
10031 (Info-fontify-node): Many simplifications due to Info-current-file
10032 always being valid. Use Info-find-file to find node filename.
10033
10034 2005-11-25 David Kastrup <dak@gnu.org>
10035
10036 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10037 new character, then delete" in order to preserve markers.
10038
10039 2005-11-25 David Ponce <david@dponce.com>
10040
10041 * recentf.el (recentf-arrange-by-rule): Handle a special
10042 `auto-mode-alist'-like "strip suffix" rule.
10043 (recentf-build-mode-rules): Handle second level auto-mode entries.
10044
10045 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10046
10047 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10048 window modes.
10049
10050 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10051 jde-javadoc-checker-report-mode.
10052
10053 * ediff-wind (ediff-make-wide-display): Slight simplification.
10054
10055 * ediff.el (ediff-date): Change the date of last update.
10056
10057 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10060 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10061 (hi-lock-mode): New global minor mode.
10062 (turn-on-hi-lock-if-enabled): New function.
10063 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10064 Change arguments to regexp and face instead of a font-lock pattern.
10065 Directly set face property, instead of refontifying.
10066 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10067 (hi-lock-find-patterns): Use line-number-at-pos.
10068
10069 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10070 arguments for hi-lock-set-pattern.
10071 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10072 Call font-lock-fontify-buffer.
10073 (hi-lock-find-file-hook, hi-lock-current-line)
10074 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10075
10076 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10077 turned off.
10078
10079 * progmodes/compile.el (compilation-setup): Don't fiddle with
10080 font-lock-defaults.
10081
10082 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10083
10084 * progmodes/gdb-ui.el (gdb-var-create-handler)
10085 (gdb-var-list-children-handler): Find values for all variable
10086 objects. gud-speedbar-buttons decides whether to display them.
10087
10088 2005-11-24 Romain Francoise <romain@orebokech.com>
10089
10090 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10091 buffer name with a space.
10092
10093 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10094
10095 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10096 `org-export-local-list-max-depth'. Change default value to 3.
10097 (org-auto-renumber-ordered-lists)
10098 (org-plain-list-ordered-item-terminator): New options.
10099 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10100 (org-get-indentation, org-get-string-indentation)
10101 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10102 New functions.
10103 (org-move-item-down, org-move-item-up): New commands.
10104 (org-export-as-html): New classes for CSS support. Bug fix in
10105 regular expression detecting fixed-width regions. Respect
10106 `org-local-list-ordered-item-terminator'.
10107 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10108 also a list item.
10109 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10110 New item moving functions.
10111
10112 2005-11-24 Juri Linkov <juri@jurta.org>
10113
10114 * isearch.el (isearch-repeat): With empty search ring set
10115 `isearch-error' to the error string instead of signaling error
10116 with the function `error'.
10117
10118 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10119
10120 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10121
10122 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10123
10124 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10125 and variable.
10126 (gdb-var-create-handler, gdb-var-list-children-handler):
10127 Don't match on "char **...".
10128 (gdb-var-update-handler): Find values for all variable objects.
10129 (gdb-info-frames-custom): Identify frames by leading "#".
10130
10131 * progmodes/gud.el (gud-speedbar-menu-items): Add
10132 gdb-speedbar-auto-raise as radio button.
10133 (gud-speedbar-buttons): Raise speedbar if requested.
10134 Don't match on "char **...".
10135 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10136 Make it editable.
10137
10138 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10139
10140 * info.el (Info-fontify-node): Handle the case where
10141 Info-current-file is t.
10142
10143 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10144
10145 * simple.el (blink-matching-open): Fix off-by-one in last change.
10146
10147 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10148
10149 * term/mac-win.el: Don't change default directory.
10150
10151 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10152
10153 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10154 buffers correctly. (It used to throw an error in such buffers.)
10155 Make it ask for confirmation in group buffers and other Custom
10156 buffers containing more than one customization item.
10157
10158 2005-11-22 John Paul Wallington <jpw@gnu.org>
10159
10160 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10161 property on mail and url overlays.
10162 (goto-address-at-point): Use `posn-set-point' instead of
10163 `mouse-set-point' because the latter is not fbound when configured
10164 without X.
10165
10166 2005-11-22 Lars Hansen <larsh@soem.dk>
10167
10168 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10169 (ls-lisp-classify, ls-lisp-format): Delete call to
10170 ls-lisp-parse-symlink.
10171 (ls-lisp-handle-switches): Handle symlinks to directories as
10172 directories when ls-lisp-dirs-first in non-nil.
10173
10174 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10175
10176 * startup.el (command-line): Make sure that loaddefs.el is handled
10177 correctly in load-history.
10178
10179 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10180
10181 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10182 (gdb-struct-string, gdb-array-string): New constants.
10183 (gdb-info-locals-handler): Use them.
10184 (gdb-reset): Reset gdb-var-list to nil.
10185
10186 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10187
10188 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10189 in patterns.
10190
10191 2005-11-21 Juri Linkov <juri@jurta.org>
10192
10193 * custom.el (defcustom): Update link types in docstring.
10194
10195 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10196
10197 * custom.el (defgroup): Add doc-string-elt info.
10198
10199 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10200
10201 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * newcomment.el (comment-enter-backward): Fix last fix.
10204
10205 * simple.el (blink-matching-open):
10206 * paren.el (show-paren-function): Allow new paren-class info.
10207
10208 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10209
10210 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10211 handled automagically.
10212
10213 2005-11-20 Andreas Schwab <schwab@suse.de>
10214
10215 * descr-text.el (describe-char): When copying overlays put them
10216 over the full char description instead of just the first character
10217 of it.
10218
10219 2005-11-20 Juri Linkov <juri@jurta.org>
10220
10221 * simple.el (what-cursor-position):
10222 * descr-text.el (describe-char): Use Lisp-readable syntax
10223 for octal and hex. Reorder decimal, octal and hex values.
10224 Remove excess whitespace in the output. Use `=' in `column='
10225 like in `point=' and `Hscroll='.
10226
10227 * international/mule-cmds.el (encoded-string-description):
10228 Use Lisp-readable syntax for hex.
10229
10230 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10231
10232 * newcomment.el (comment-enter-backward): Handle the case where the
10233 comment is closed by EOB.
10234
10235 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10236
10237 * longlines.el (longlines-before-revert-hook)
10238 (longlines-after-revert-hook): New functions.
10239 (longlines-mode): Turn off longlines temporarily when reverting.
10240 Add a message-setup-hook.
10241 (longlines-decode-buffer): New function.
10242 (longlines-wrap-line): Preserve marker positions.
10243
10244 2005-11-19 Andreas Schwab <schwab@suse.de>
10245
10246 * emacs-lisp/shadow.el: Handle compressed files.
10247
10248 2005-11-19 Romain Francoise <romain@orebokech.com>
10249
10250 * net/browse-url.el (browse-url-default-browser): Signal an error
10251 if no usable browser can be found, rather than try to load w3.
10252
10253 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10254
10255 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10256 replacing existing properties.
10257 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10258 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10259 tty specs.
10260 (rcirc-server-prefix, rcirc-server): New faces.
10261 (rcirc-url-regexp): Generate with rx macro.
10262 (rcirc-last-server-message-time): New variable.
10263 (rcirc-filter): Record time of last message.
10264 (rcirc-keepalive): Kill processes that did not send a message
10265 since the last ping.
10266 (rcirc-mode): Give rcirc-topic a local binding here.
10267
10268 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10269
10270 * subr.el (read-passwd): Fontify the prompt as we do with other
10271 prompts.
10272
10273 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10274
10275 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10276 binding buffer-read-only to nil.
10277
10278 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10279
10280 * complete.el (partial-completion-mode):
10281 Mention completion-auto-help in the doc string.
10282
10283 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10284 more Lisp-ish way.
10285
10286 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10287
10288 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10289 digits, not 8, to avoid misalignment for files larger than 100MB.
10290
10291 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10292
10293 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10294 Mention "keyboard shortcuts" in the help text.
10295
10296 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10297
10298 * startup.el (fancy-splash-default-action): Discard only
10299 mouse-down and succeeding mouse-up events in the splash screen
10300 window so that drag-n-drop event can be processed.
10301
10302 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10303
10304 * longlines.el (longlines-mode): Add hacks for mail-mode and
10305 message-mode.
10306
10307 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10308
10309 * textmodes/org.el (org-table-sort-lines): New command.
10310 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10311 (org-add-file): Command removed, use `org-agenda-file-to-front'
10312 instead.
10313 (org-export-icalendar): Use `org-icalendar-combined-name'.
10314 (org-cycle-agenda-files, org-agenda-file-to-end)
10315 (org-agenda-file-to-front): New commands.
10316 (org-table-tab-jumps-over-hlines, org-export-html-style):
10317 New options.
10318 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10319 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10320 New functions.
10321 (org-fill-paragraph): Call `org-table-align' in tables.
10322 (org-mode): Call `org-set-autofill-regexps'.
10323 (org-export-as-html): Support for local handformatted lists.
10324 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10325 (org-export-local-list-max-depth): New option.
10326 (org-html-expand): Use `org-html-protect'.
10327
10328 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10329
10330 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10331 to "p".
10332 (gdb): Move definition of gud-pp to...
10333
10334 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10335 speedbar.
10336 (gdb-find-watch-expression): New function.
10337
10338 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10339
10340 * faces.el (face-attribute, set-face-attribute): Mention existence
10341 of `:ignore-defface' setting in docstring.
10342
10343 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * simple.el (completion-setup-function): Fix last change.
10346
10347 2005-11-17 John Paul Wallington <jpw@pobox.com>
10348
10349 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10350 Use `posn-set-point' instead of `mouse-set-point' because the
10351 latter is not fbound when configured without X.
10352
10353 * comint.el (comint-insert-input): Likewise.
10354
10355 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10356
10357 * simple.el (hard-newline): New variable.
10358 (sendmail-user-agent-compose, next-line): Use it.
10359
10360 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10361 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10362 (mail-mail-reply-to, mail-mail-followup-to)
10363 (mail-position-on-field, mail-signature, mail-yank-original)
10364 (mail-attach-file): Likewise.
10365
10366 * mail/mailheader.el (mail-header-format)
10367 (mail-header-format-function): Likewise.
10368
10369 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10370
10371 2005-11-17 Juri Linkov <juri@jurta.org>
10372
10373 * font-lock.el (font-lock-faces): Rename this defgroup from
10374 `font-lock-highlighting-faces'.
10375 (font-lock-comment-face, font-lock-comment-delimiter-face)
10376 (font-lock-string-face, font-lock-doc-face)
10377 (font-lock-keyword-face, font-lock-builtin-face)
10378 (font-lock-function-name-face, font-lock-variable-name-face)
10379 (font-lock-type-face, font-lock-constant-face)
10380 (font-lock-warning-face, font-lock-negation-char-face)
10381 (font-lock-preprocessor-face)
10382 (font-lock-regexp-grouping-backslash)
10383 (font-lock-regexp-grouping-construct): Rename :group from
10384 `font-lock-highlighting-faces' to `font-lock-faces'.
10385
10386 * cus-edit.el (lisp, c, tex):
10387 * progmodes/ada-mode.el (ada):
10388 * progmodes/asm-mode.el (asm):
10389 * progmodes/cperl-mode.el (cperl-faces):
10390 * progmodes/cpp.el (cpp):
10391 * progmodes/dcl-mode.el (dcl):
10392 * progmodes/f90.el (f90):
10393 * progmodes/fortran.el (fortran):
10394 * progmodes/icon.el (icon):
10395 * progmodes/idlwave.el (idlwave-misc):
10396 * progmodes/m4-mode.el (m4):
10397 * progmodes/make-mode.el (makefile):
10398 * progmodes/meta-mode.el (meta-font):
10399 * progmodes/modula2.el (modula2):
10400 * progmodes/octave-mod.el (octave):
10401 * progmodes/pascal.el (pascal):
10402 * progmodes/perl-mode.el (perl):
10403 * progmodes/prolog.el (prolog):
10404 * progmodes/ps-mode.el (PostScript-edit):
10405 * progmodes/scheme.el (scheme):
10406 * progmodes/sh-script.el (sh-script):
10407 * progmodes/simula.el (simula):
10408 * progmodes/tcl.el (tcl):
10409 * textmodes/nroff-mode.el (nroff):
10410 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10411 * textmodes/sgml-mode.el (sgml):
10412 * textmodes/texinfo.el (texinfo):
10413 Add :link (custom-group-link font-lock-faces) to defgroup.
10414
10415 * hi-lock.el (hi-lock): Rename this defgroup from
10416 `hi-lock-interactive-text-highlighting'. Change parent group from
10417 `faces' to `font-lock'. Add link to the manual.
10418 (hi-lock-mode, hi-lock-file-patterns-range)
10419 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10420 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10421 (hi-lock-faces): Add :group `faces'.
10422
10423 * cus-edit.el (custom-variable-prompt): Clarify the code.
10424
10425 * faces.el (face-read-string): Set the default value arg of
10426 completing-read.
10427
10428 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10429
10430 * rfn-eshadow.el (file-name-shadow-properties)
10431 (file-name-shadow-tty-properties, file-name-shadow-mode):
10432 Remove autoloads, because the file is now preloaded.
10433
10434 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * printing.el (easy-menu-intern): Don't define.
10437 (pr-get-symbol): Use easy-menu-intern only if defined.
10438
10439 * simple.el (blink-matching-open): Simplify a bit.
10440 (completion-setup-function): Fix the case of partial-completion-mode
10441 when the minibuffer's contents start with "-".
10442 Obey completion-base-size-function even when
10443 minibuffer-completing-file-name is non-nil.
10444
10445 2005-11-16 Richard M. Stallman <rms@gnu.org>
10446
10447 * net/eudcb-ph.el (eudc-ph-open-session):
10448 Use set-process-query-on-exit-flag.
10449
10450 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10451
10452 * international/ucs-tables.el (ucs-set-table-for-input):
10453 Use make-local-variable, not make-variable-buffer-local.
10454
10455 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10456 Improve warning message text.
10457
10458 * savehist.el (savehist-save-hook): Add :group.
10459
10460 * menu-bar.el (menu-bar-help-menu):
10461 Rename Find Extra Packages to External Packages.
10462
10463 * cus-edit.el (Custom-reset-standard): Verify that
10464 :custom-standard-value prop exists before calling it.
10465
10466 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10467
10468 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10469
10470 * wid-edit.el (color): Enclose %t in %{...%}.
10471
10472 * cus-edit.el (face): Enclose %t in %{...%}.
10473
10474 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10475
10476 * savehist.el (savehist-mode-hook): Re-add the var.
10477 (savehist-mode): Use it.
10478
10479 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10480
10481 * textmodes/flyspell.el: Fix commenting convention.
10482 Remove unnecessary leading * in custom docstrings.
10483 (flyspell-emacs): Remove unused var.
10484 (flyspell-delete-region-overlays): Use remove-overlays.
10485 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10486 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10487 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10488 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10489 (make-flyspell-overlay): Don't locally reuse a global name.
10490 (flyspell-highlight-incorrect-region)
10491 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10492 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10493 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10494 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10495 Wrap calls to accept-process-output inside with-local-quit since it's
10496 often called from a post-command-hook.
10497 (flyspell-correct-word, flyspell-auto-correct-word):
10498 Use ispell-send-string.
10499 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10500
10501 * calendar/diary-lib.el (diary-list-entries): Also hide the
10502 terminating newline.
10503
10504 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10505
10506 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10507 window-system, to allow fonts on tty.
10508
10509 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10510
10511 * progmodes/gud.el (gud-speedbar-item-info): New function.
10512 (gud-install-speedbar-variables): Use it to display data type
10513 of watch expression as a tooltip in speedbar.
10514
10515 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10516
10517 * font-core.el (global-font-lock-mode): Add :version keyword,
10518 because default was changed.
10519
10520 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10521
10522 * startup.el (command-line): Use `custom-reevaluate-setting' for
10523 `file-name-shadow-mode'.
10524
10525 * loadup.el: Preload rfn-eshadow.
10526
10527 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10528 Add :version keyword.
10529 (file-name-shadow-properties, file-name-shadow-tty-properties)
10530 (file-name-shadow): Add :version keyword.
10531
10532 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10533 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10534 in the custom-group property of the symbol frames and the fringe
10535 group got no link to its parent group frames.
10536 Doc fix.
10537
10538 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10539
10540 * progmodes/gud.el (gud-stop-subjob): New function.
10541 (gud-menu-map, gud-tool-bar-map): Use it.
10542
10543 2005-11-16 Kim F. Storm <storm@cua.dk>
10544
10545 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10546 than kill it.
10547 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10548 to a more useful/logical place.
10549
10550 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10551
10552 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10553 go buttons complementary.
10554
10555 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10558 (rfn-eshadow-sifn-equal): New function.
10559 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10560
10561 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10562
10563 * viper-utils.el (viper-non-word-characters-reformed-vi):
10564 Quote `-' in string.
10565
10566 * viper.el (viper-emacs-state-mode-list): Ensure that
10567 rcirc-mode buffers come up in Emacs state.
10568
10569 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10570 operation.
10571
10572 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10573
10574 * term.el (term-termcap-format): Fix typos.
10575 (term-down): Fix the negative argument case.
10576
10577 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10578
10579 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10580 2005-08-15.
10581 (gdb-ann3): New command gud-go.
10582 (menu): Accomodate gdb-mi.el.
10583 (gdb-assembler-custom): Make buffer of selected window current
10584 so that set-window-point works.
10585
10586 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10587 buttons and include new ones.
10588
10589 2005-11-16 Kim F. Storm <storm@cua.dk>
10590
10591 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10592 (gud-menu-map): Use it.
10593
10594 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10595
10596 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10597 that works correctly for Custom and that does not override a user
10598 who disables it.
10599
10600 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10601 (help-xref-interned, help-follow): Make hyperlinks for variables
10602 that are unbound, but have a non-nil variable-documentation property.
10603
10604 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10605 mode hook. (It conflicted with defcustoms for some mode hooks.)
10606 Use the `variable-documentation' property to give the mode hook a
10607 docstring and expand that docstring.
10608
10609 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10610
10611 * savehist.el (savehist-mode): Don't bother with
10612 `custom-set-minor-mode'.
10613 (savehist-coding-system): Check XEmacs version.
10614 (history-length): Declare also at run time.
10615 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10616 Don't set the customize state.
10617 (savehist-minibuffer-hook): Special case for when
10618 minibuffer-history-variable is equal to t.
10619
10620 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * files.el (write-file): Refresh VC status.
10623
10624 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10625 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10626 than fundamental-mode to see if the mode was set.
10627
10628 2005-11-14 Romain Francoise <romain@orebokech.com>
10629
10630 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10631 dummy function in `eval-when-compile' to avoid compiler warning.
10632 Require `man' at compile time.
10633
10634 2005-11-14 Jay Belanger <belanger@truman.edu>
10635
10636 * calc-alg.el (calcFunc-write-out-power): Rename it to
10637 calcFunc-powerexpand.
10638 (math-write-out-power): Rename it to math-powerexpand; have it
10639 handle negative exponents.
10640 (calc-writeoutpower): Rename it to calc-powerexpand.
10641
10642 * calc-ext.el: Change calcFunc-writeoutpower and
10643 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10644 autoloads.
10645 Add calcFunc-ldiv to autoloads.
10646
10647 * calc-arith.el (calcFunc-ldiv): New function.
10648
10649 * calc.el (calc-left-divide): New function.
10650
10651 2005-11-14 Juri Linkov <juri@jurta.org>
10652
10653 * cus-edit.el (custom-variable-prompt): Set the default value arg
10654 of completing-read.
10655
10656 * cus-dep.el (custom-make-dependencies): Reverse the list of
10657 found dependencies.
10658
10659 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10662 Highlighting" entry, it is on by default now.
10663 (menu-bar-options-save): Do not save global-font-lock-mode.
10664
10665 2005-11-13 Richard M. Stallman <rms@gnu.org>
10666
10667 * textmodes/flyspell.el (flyspell-large-region):
10668 Call flyspell-accept-buffer-local-defs.
10669
10670 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10671
10672 * textmodes/flyspell.el (flyspell-notify-misspell):
10673 Fix misspelling of "Misspelling".
10674 (flyspell-process-localwords): New function.
10675 (flyspell-large-region): Call flyspell-process-localwords and
10676 flyspell-delete-region-overlays.
10677 (flyspell-delete-region-overlays): New function.
10678 (flyspell-delete-all-overlays): Call that.
10679
10680 2005-11-13 Richard M. Stallman <rms@gnu.org>
10681
10682 * help.el (help-for-help-internal): Improve doc of C-h a.
10683 (describe-key): Improve prompt; doc fix.
10684
10685 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * vc-svn.el (vc-svn-registered): Catch all errors.
10688
10689 * cus-dep.el (custom-make-dependencies): Typo.
10690
10691 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10692
10693 * net/tramp-util.el (top): Fix compilation warning.
10694
10695 2005-11-13 Kim F. Storm <storm@cua.dk>
10696
10697 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10698
10699 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10700
10701 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10702 (gud-speedbar-buttons): Match on "const char *" too.
10703
10704 * progmodes/gdb-ui.el (gdb-var-create-handler)
10705 (gdb-var-list-children-handler): Match on "const char *" too.
10706 (gdb-var-evaluate-expression-handler): Match on empty string.
10707 (gdb-var-update-handler): Only call
10708 gdb-var-evaluate-expression-handler when required.
10709
10710 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10711
10712 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10713 selected window. This still doesn't work for speedbar.
10714 (gud-speedbar-buttons): Handle string expressions properly.
10715
10716 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10717 (gdb-var-create-handler): Handle string expressions properly.
10718 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10719 Handle string expressions properly. Move "type" field into regexp.
10720
10721 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10722
10723 * bookmark.el (bookmark-maybe-message): New function to reduce
10724 code duplication: invokes `message' iff baud-rate is high enough.
10725 (bookmark-write-file): Use above instead of an inline conditional.
10726 (bookmark-load): Same.
10727
10728 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10729
10730 * bookmark.el (bookmark-write-file): Don't visit the destination
10731 file, just write the data to it using write-region. This is
10732 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10733 change to avoid visiting the file in the first place.
10734
10735 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10736
10737 * hi-lock.el (hi-lock-mode): Set the default value of
10738 font-lock-defaults.
10739
10740 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10741
10742 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10743 arg to `file-attributes'.
10744 (find-lisp-format): The UID and GID can now be strings.
10745
10746 2005-11-12 Kim F. Storm <storm@cua.dk>
10747
10748 * help.el (help-map): Bind C-h d to apropos-documentation.
10749
10750 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10751 when point is at end-of-buffer.
10752
10753 * apropos.el (apropos-match-face): Doc fix.
10754 (apropos-sort-by-scores): Add new choice `verbose'.
10755 (apropos-documentation-sort-by-scores): New defcustom.
10756 (apropos-pattern): Now contains the pattern entered by the user.
10757 (apropos-pattern-quoted): New defvar.
10758 (apropos-regexp): New defvar, containing the regexp corresponding
10759 to apropos-pattern.
10760 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10761 (apropos-read-pattern): New defun. Use it to read pattern arg in
10762 interactive calls; returns list of words for a word list, and
10763 string for a regexp.
10764 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10765 parses a list of words or regexp as returned by apropos-read-pattern.
10766 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10767 (apropos-score-doc): Return a very high score if the string
10768 entered by the user matches literally.
10769 (apropos-variable): Doc fix. Use apropos-read-pattern.
10770 (apropos-command): Doc fix. Use apropos-read-pattern and
10771 apropos-parse-pattern. Call apropos-print with nosubst=t.
10772 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10773 apropos-parse-pattern.
10774 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10775 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10776 apropos-documentation-sort-by-scores. Call apropos-print with
10777 nosubst=t.
10778 (apropos-documentation-internal): Pass doc string through
10779 substitute-key-definition before adding text properties.
10780 Highlight substring matching literal user input if possible.
10781 (apropos-documentation-check-doc-file): Remove locals beg and end.
10782 Fix calculation of score (as added twice). Pass doc string through
10783 substitute-key-definition before adding text properties.
10784 (apropos-documentation-check-elc-file): Pass doc string through
10785 substitute-key-definition before adding text properties.
10786 Highlight substring matching literal user input if possible.
10787 (apropos-print): Add new arg NOSUBST; if set, command and variable
10788 doc strings have already been passed through substitute-key-definition.
10789 Add code to handle apropos-accumulator items without score element
10790 for backwards compatibility (e.g. with woman package).
10791 Only show scores if apropos-sort-by-scores is `verbose'.
10792
10793 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10794
10795 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10796 Add jka-compr-load-suffixes to load-suffixes.
10797
10798 * jka-compr.el: Require jka-cmpr-hook.
10799 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10800 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10801 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10802 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10803 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10804 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10805 (jka-compr-uninstall): Remove entries from
10806 jka-compr-added-to-file-coding-system-alist after they are used.
10807 (jka-compr-error): Remove unused var `curbuf'.
10808 (jka-compr-file-local-copy): Remove unused var `notfound'.
10809
10810 2005-11-10 Romain Francoise <romain@orebokech.com>
10811
10812 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10813
10814 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10815
10816 * progmodes/gud.el (gud-menu-map): Move parentheses.
10817 (gdb): New command gud-pv.
10818
10819 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * tar-mode.el: Remove spurious or unnecessary leading stars
10822 in docstrings.
10823 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10824 (tar-parse-octal-integer-safe): Use mapc.
10825 (tar-header-block-summarize): Remove unused var `ck'.
10826 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10827 cleared before. Obey default-enable-multibyte-characters.
10828 Use mapconcat. Simplify setting of tar-header-offset.
10829 (tar-mode-map): Move initialization inside delcaration.
10830 (tar-flag-deleted): Use `abs'.
10831 (tar-expunge-internal): Remove unused var `line'.
10832 (tar-expunge-internal): Don't hardcode point-min==1.
10833 (tar-expunge): Widen while doing set-buffer-multibyte.
10834 (tar-rename-entry): Use file-name-coding-system.
10835 (tar-alter-one-field): Don't hardcode point-min==1.
10836 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10837 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10838
10839 2005-11-10 Masatake YAMATO <jet@gyve.org>
10840
10841 * add-log.el (add-log-current-defun): Handle class::method
10842 notation of c++. Fix incorrect comment.
10843
10844 2005-11-10 Alan Mackenzie <acm@muc.de>
10845
10846 * help-fns.el (describe-variable): Make C-h v work when a variable
10847 has variable documentation yet is unbound.
10848
10849 2005-11-10 Masatake YAMATO <jet@gyve.org>
10850
10851 * man.el (Man-highlight-references): Set an empty
10852 string to `Man-arguments' if it is nil.
10853 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10854
10855 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10856
10857 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10858 commenting conventions.
10859
10860 * cus-dep.el (custom-make-dependencies): Simplify.
10861 Better follow the commenting conventions.
10862
10863 2005-11-09 Richard M. Stallman <rms@gnu.org>
10864
10865 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10866 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10867 All uses changed.
10868 (apropos-rewrite-regexp): Doc fix.
10869 (apropos-variable, apropos-command, apropos, apropos-value):
10870 Change prompt; carry through the argument renaming.
10871
10872 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10873
10874 * find-lisp.el: Require dired.
10875 (find-lisp-find-dired-internal): Do not call
10876 `abbreviate-file-name' on DIR.
10877
10878 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10879
10880 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10881
10882 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10883
10884 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10885 when using the speedbar.
10886 (gdb): New command gud-pp.
10887 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10888
10889 2005-11-09 Juri Linkov <juri@jurta.org>
10890
10891 * replace.el (occur-excluded-properties): New defcustom.
10892 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10893
10894 2005-11-08 Jay Belanger <belanger@truman.edu>
10895
10896 * calc/calc-units.el (math-convert-units): Replace any composite
10897 unit by its definition.
10898
10899 2005-11-08 Lars Hansen <larsh@soem.dk>
10900
10901 * emacs-lisp/autoload.el (update-directory-autoloads):
10902 Add obsolete function alias.
10903
10904 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10907 comment-indent-function.
10908 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10909
10910 * reveal.el (reveal-post-command): Rework the handling of
10911 reveal-open-spots, so as to be more reliable. There were several
10912 tricky corner cases where an open spot might be lost, or where
10913 a closed spot might end up on the list of open spots.
10914 Only reveal text that's ellipsised.
10915
10916 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10917
10918 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10919
10920 2005-11-07 John Paul Wallington <jpw@gnu.org>
10921
10922 * ibuffer.el (ibuffer): Search iconified frames too when
10923 getting Ibuffer buffer's window.
10924
10925 2005-11-06 Richard M. Stallman <rms@gnu.org>
10926
10927 * progmodes/compile.el (compilation-internal-error-properties):
10928 save-excursion around the computation of MARKER.
10929
10930 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10931
10932 * textmodes/flyspell.el (flyspell-external-point-words):
10933 flyspell-get-word returns a list, not just a string.
10934
10935 2005-11-06 John Paul Wallington <jpw@pobox.com>
10936
10937 * ibuffer.el (ibuffer): Search all visible frames when getting
10938 Ibuffer buffer's window.
10939
10940 2005-11-07 Masatake YAMATO <jet@gyve.org>
10941
10942 * man.el (Man-reference-regexp): Accept spaces between
10943 `Man-name-regexp' and `Man-section-regexp'.
10944 (Man-apropos-regexp): New variable.
10945 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10946 if available.
10947 (Man-highlight-references, Man-highlight-references0):
10948 Handle the case when `Man-arguments' includes "-k".
10949 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10950 `TARGET'. `TARGET' can be a number, function or nil.
10951
10952 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10953
10954 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10955 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10956 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10957 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10958 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10959 (gdb-send-item): Use buffer-local-value and simplify.
10960
10961 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10962
10963 * startup.el (command-line): Use `custom-reevaluate-setting' for
10964 `global-font-lock-mode'.
10965
10966 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10967 by default, except in batch mode or when the -D option is given.
10968
10969 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10970 specified keyword args on to `define-minor-mode'. Update docstring.
10971
10972 2005-11-05 Romain Francoise <romain@orebokech.com>
10973
10974 * replace.el (occur-engine): Add marker at end of line, too.
10975
10976 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10977
10978 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10979 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10980 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10981 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10982 argument to all these routines, so the passphrase can be managed
10983 externally and passed in to the system.
10984 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10985 pgg-add-passphrase-to-cache function.
10986
10987 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10988 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10989 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10990 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10991 argument to all these routines, so the passphrase can be managed
10992 externally and passed in to the system.
10993 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10994 function.
10995
10996 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10997
10998 * font-lock.el: Don't deal with font-lock-face-attributes here,
10999 move the code ...
11000
11001 * startup.el (command-line): ... here. Use face-spec-set instead
11002 of custom-declare-face.
11003
11004 * faces.el (face-spec-set): Reset the face if spec is not nil.
11005
11006 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11007
11008 * newcomment.el (comment-region-internal): Box more tightly in the
11009 common case where there's no TAB in the boxed text.
11010
11011 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11012
11013 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11014 up-node.
11015
11016 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11017
11018 * newsticker.el: Commentary updated. Code formatting changed.
11019 (newsticker-version): Change to "1.9".
11020 (newsticker, newsticker-feed): Doc fix.
11021 (newsticker-url-list): Doc fix. Add option "Weekly".
11022 (newsticker-retrieval-interval): Add option "Weekly".
11023 (newsticker-headline-processing): Doc fix.
11024 (newsticker-auto-mark-filter): Remove.
11025 (newsticker-auto-mark-filter-list): New.
11026 (newsticker-layout, newsticker-sort-method): Doc fix.
11027 (newsticker-hide-old-items-in-newsticker-buffer)
11028 (newsticker-heading-format, newsticker-item-format)
11029 (newsticker-desc-format): Doc fix.
11030 (newsticker-show-all-rss-elements): Remove.
11031 (newsticker-show-all-news-elements): New.
11032 (newsticker-faces, newsticker-ticker): Doc fix.
11033 (remove-from-invisibility-spec): Code formatting.
11034 (newsticker--process-ids): New.
11035 (newsticker-mode): Doc fix.
11036 (newsticker-mode): Change mode-line-format.
11037 (newsticker-start): Remove debug output.
11038 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11039 (newsticker-w3m-show-inline-images): Code formatting.
11040 (newsticker-next-item): Call `force-mode-line-update'.
11041 (newsticker-previous-item): Call `force-mode-line-update'.
11042 (newsticker-next-feed): Call `force-mode-line-update'.
11043 (newsticker-previous-feed): Call `force-mode-line-update'.
11044 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11045 (newsticker-show-old-items): Do not show descs.
11046 (newsticker-hide-entry): Hide too much.
11047 (newsticker-hide-entry, newsticker-show-entry)
11048 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11049 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11050 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11051 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11052 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11053 (newsticker-get-news): Call `force-mode-line-update'.
11054 Collect process ids.
11055 (newsticker--sentinel): Change coding system handling.
11056 Move image retrieval to new functions newsticker--get-logo-url-*.
11057 Move feed parsing to new functions newsticker--parse-*.
11058 Update list of process ids.
11059 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11060 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11061 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11062 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11063 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11064 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11065 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11066 (newsticker--decode-coding-string): Remove.
11067 (newsticker--decode-numeric-entities): Check input. Format code.
11068 (newsticker--remove-whitespace): Check input.
11069 (newsticker--do-forget-preformatted): Doc fix.
11070 (newsticker--decode-rfc822-date): Allow for missing time.
11071 (newsticker--update-process-ids): New.
11072 (newsticker--image-sentinel): Change comment.
11073 (newsticker--image-read): Change error message.
11074 (newsticker--imenu-goto): Doc fix. Show headline title.
11075 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11076 (newsticker--buffer-do-insert-text): Clean whitespace in
11077 html-rendered headline title. Code formatting.
11078 Call `newsticker--buffer-print-extra-elements'.
11079 (newsticker--buffer-print-extra-element): Remove.
11080 (newsticker--buffer-print-extra-elements): New.
11081 (newsticker--buffer-do-print-extra-element): New.
11082 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11083 large sizes.
11084 (newsticker--run-auto-mark-filter)
11085 (newsticker--do-run-auto-mark-filter):
11086 Use `newsticker-auto-mark-filter-list'.
11087
11088 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11089
11090 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11091 (rcirc-print): Force redisplay before running hooks. Do long
11092 buffer truncation after making new text read-only. Deal with nil
11093 text when decoding strings. If TARGET is nil, use either the
11094 currently selected buffer, if it is an rcirc buffer and of the
11095 same process or the process buffer.
11096 (rcirc-mode): Remove header-line. Recompute short buffer names.
11097 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11098 (rcirc-short-buffer-name): Add variable.
11099 (rcirc-kill-buffer-hook): Recompute short buffer names.
11100 Remove nick from private channel.
11101 (rcirc-send-input): Send command text to current-buffer.
11102 Don't clear overlay arrow here.
11103 (rcirc-short-buffer-name): Return a short buffer name.
11104 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11105 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11106 buffer-name abbreviations.
11107 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11108 Do not touch nick-table when killing a parted channel.
11109 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11110 Clear arrow from current buffer if it is now hidden.
11111 (rcirc-current-buffer): Add variable.
11112 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11113 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11114 Remove -face from names.
11115 (rcirc-update-activity-string): Print "DND" when globally ignoring
11116 activity.
11117 (rcirc-ignore-buffer-activity-flag): Rename from
11118 rcirc-ignore-channel-activity.
11119 (rcirc-ignore-all-activity-flag): Doc fix.
11120 (rcirc-channels): Remove variable.
11121 (rcirc-kill-buffer-hook):
11122 (rcirc-get-buffer-create): Add nick to private channel.
11123 (rcirc-multiline-edit-submit): Remove tabs.
11124 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11125 folded.
11126 (rcirc-remove-nick-channel): Bug fix.
11127 (rcirc-toggle-ignore-buffer-activity): Rename from
11128 rcirc-toggle-ignore-channel-activity.
11129 (rcirc-record-activity): Add buffers to the front of the list.
11130 (rcirc-update-activity): Remove killed buffers from list.
11131 (rcirc-process-server-response-1): Remove last argument if it is
11132 null before calling handler.
11133 (rcirc): Add "rcirc" defcustom prefix.
11134 (rcirc-prompt): Simplify default prompt.
11135 Use custom-initialize-default.
11136 (rcirc-private-chats): Remove variable.
11137 (rcirc-prompt): Change initialization.
11138 (rcirc-version): Remove function.
11139 (rcirc-id-string): Add constant.
11140 (rcirc-last-buffer): Remove variable.
11141 (rcirc-buffer-alist): Add variable.
11142 (rcirc-connect): Update variable setup.
11143 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11144 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11145 default.
11146 (rcirc-handler-generic): Trigger activity.
11147 (rcirc-send-message): Create the buffor of the target.
11148 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11149 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11150 (rcirc-multiline-edit-cancel): Remove function.
11151 (rcirc-set-last-buffer): Remove function.
11152 (rcirc-get-any-buffer): Add function.
11153 (rcirc-join-channels): Don't print /join text.
11154 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11155 messages.
11156 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11157 (rcirc-handler-NOTICE): Recognize CTCP responses.
11158 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11159 constructing TOPIC string for buffers we are not JOINed.
11160 (rcirc-handler-CTCP-response): Add handler.
11161 (rcirc-multiline-edit-submit): Restore the window-configuration
11162 before adjusting point.
11163 (rcirc): Add customization group.
11164 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11165 (rcirc-user-full-name, rcirc-startup-channels-alist)
11166 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11167 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11168 (rcirc-input-ring-size, rcirc-read-only-flag)
11169 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11170 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11171 Change defvar to defcustom.
11172 (rcirc-update-prompt): Add optional ALL arg, which will update
11173 prompts in all rcirc buffers. Regexp quote replacement text.
11174 (rcirc-fill-column): Accept frame-width as a value.
11175 (rcirc-set-changed): Add function.
11176 (rcirc-next-active-buffer): Write more meaningful messages.
11177 (rcirc-faces): Add customization group.
11178 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11179 (rcirc-nick-in-message-face, rcirc-prompt-face)
11180 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11181 (with-rcirc-process-buffer): Move before first usage.
11182 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11183 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11184 (rcirc-debug): Rename from `rcirc-log'.
11185 (rcirc-format-response-string): Do not print `-' chars for a
11186 NOTICE with no sender. Simplify output of server responses.
11187
11188 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11189
11190 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11191 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11192 Make urls mouse and RET clickable.
11193
11194 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11195
11196 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11197
11198 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11199
11200 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11201 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11202 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11203 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11204 argument to all these routines, so the passphrase can be managed
11205 externally and passed in to the system.
11206 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11207 pgg-add-passphrase-to-cache function.
11208
11209 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11210 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11211 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11212 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11213 argument to all these routines, so the passphrase can be managed
11214 externally and passed in to the system.
11215 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11216 function.
11217
11218 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11219
11220 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11221 from goto-address-url-regexp.
11222
11223 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11224
11225 * textmodes/org.el (org-read-date, org-goto-calendar)
11226 (org-recenter-calendar, org-agenda-goto-calendar):
11227 Temporarily clear `calendar-move-hook'.
11228
11229 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11230
11231 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11232 merging.
11233
11234 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11235 have merge clashes.
11236
11237 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11238
11239 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11240 Undo previous change.
11241
11242 * startup.el (command-line): Use `custom-reevaluate-setting' for
11243 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11244 tty-register-default-colors on Mac.
11245
11246 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11247
11248 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11249 (gdb-buffer-type): Make it automatically buffer local...
11250 (gdb-get-create-buffer): ...and set it accordingly.
11251 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11252 actually work.
11253
11254 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11255
11256 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11257 not red.
11258
11259 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11260
11261 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11262 case GUD buffer is not visible.
11263 (gdb-goto-breakpoint): Try to force display in source buffer.
11264 (gdb-frame-gdb-buffer): Copy other similar functions.
11265 (gdb-restore-windows): Don't display source if not asked for.
11266 (gdb-assembler-buffer-name): Don't capitalise.
11267
11268 2005-11-03 Richard M. Stallman <rms@gnu.org>
11269
11270 * wid-edit.el (key-sequence): New widget type.
11271
11272 * simple.el (set-mark-command-repeat-pop): New variable.
11273 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11274 if set-mark-command-repeat-pop is true.
11275
11276 * info.el (Info-fontify-node): Don't display extra "see" if there
11277 already is one here.
11278
11279 * mouse.el: Fix special handling of DEL after dragging a region:
11280 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11281 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11282
11283 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11284
11285 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11286 not to assume it pertains to an affix.
11287
11288 * textmodes/flyspell.el (flyspell-post-command-hook):
11289 Bind deactivate-mark to prevent deactivation.
11290
11291 2005-11-03 Lars Hansen <larsh@soem.dk>
11292
11293 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11294 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11295 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11296
11297 2005-11-03 Romain Francoise <romain@orebokech.com>
11298
11299 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11300 Update copyright years.
11301
11302 2005-11-03 Sam Steingold <sds@gnu.org>
11303
11304 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11305 Use system-type instead of window-system because window-system is not
11306 correctly defined during loadup.
11307
11308 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11309
11310 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11311 (xml-parse-tag): Join strings separated by a comment properly.
11312
11313 2005-11-02 Andreas Schwab <schwab@suse.de>
11314
11315 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11316
11317 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11318
11319 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11320 (byte-optimize-pure-func): Quote the eval'd value.
11321
11322 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11323 Rename from perl-font-lock-syntactic-face-function.
11324 Change the calling convention so it can be used as a font-lock MATCHER.
11325 Do the parse-partial-sexp loop outselves.
11326 (perl-font-lock-syntactic-keywords): Use it.
11327 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11328
11329 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11330
11331 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11332 disassembly buffer too.
11333 (gdb-exited): Remove overlay arrows when execution has finished.
11334 (gdb-info-frames-custom, gdb-info-threads-custom)
11335 (gdb-info-registers-custom): Don't add inappropriate text
11336 properties if inferior is not active.
11337
11338 2005-11-02 Glenn Morris <rgm@gnu.org>
11339
11340 * progmodes/fortran.el (fortran-blink-match):
11341 Use `blink-matching-delay'.
11342
11343 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11344
11345 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11346
11347 2005-11-02 Lars Hansen <larsh@soem.dk>
11348
11349 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11350 "Permission denied".
11351
11352 2005-11-01 Richard M. Stallman <rms@gnu.org>
11353
11354 * textmodes/flyspell.el (flyspell-external-point-words):
11355 Pass nil to flyspell-get-word.
11356
11357 2005-11-02 Kim F. Storm <storm@cua.dk>
11358
11359 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11360 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11361
11362 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11363
11364 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11365 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11366 (calendar-mouse-print-dates): Add optional `event' argument.
11367 Update interactive-spec.
11368 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11369 Use `calendar-event-to-date' instead of `event'.
11370
11371 2005-11-02 Masatake YAMATO <jet@gyve.org>
11372
11373 * progmodes/ld-script.el (ld-script-builtins):
11374 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11375 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11376 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11377
11378 2005-11-01 Romain Francoise <romain@orebokech.com>
11379
11380 * vc-sccs.el: Update copyright year.
11381 * ezimage.el: Likewise.
11382
11383 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11384
11385 * info.el (Info-fontify-node): Use `string-width' for fontifying
11386 underlined titles.
11387
11388 2005-11-01 Juri Linkov <juri@jurta.org>
11389
11390 * info.el (Info-fontify-node): Downcase node header keywords Node,
11391 Prev, Next, Up before comparison.
11392 (Info-history): Insert absolute directory name, and put invisible
11393 property on it.
11394
11395 2005-11-01 Juri Linkov <juri@jurta.org>
11396
11397 * info.el (Info-file-supports-index-cookies): New variable.
11398 (Info-find-node-2): Check makeinfo version for index cookie support.
11399 (Info-index-nodes): Search for nodes with index cookies only when
11400 Info-file-supports-index-cookies is t. Otherwise, search nodes
11401 with "Index" in the node name.
11402 (Info-index-node): Search index cookie in the current node only when
11403 Info-file-supports-index-cookies is t. Otherwise, check the word
11404 "Index" in the node name.
11405 (Info-find-emacs-command-nodes): Remove code that searches nodes
11406 with "Index" node name in the top menu.
11407
11408 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * progmodes/scheme.el (scheme-mode-variables): Use the default
11411 comment-indent-function.
11412
11413 * faces.el (face-attribute): Handle the case where a face inherits from
11414 a non-existent face.
11415
11416 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11417 for octal and hexa output, and merge the char into the paren.
11418 (kill-new): Use push.
11419 (copy-to-buffer): Use with-current-buffer.
11420 (completion-setup-function): Move code in loop to remove redundancy.
11421 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11422 those inherited from minibuffer-local-completion-map.
11423
11424 * savehist.el (savehist-mode) <defcustom>:
11425 Use custom-set-minor-mode if available.
11426 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11427 and emit a message if applicable.
11428
11429 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11430
11431 * savehist.el: Sync up to version 19.
11432 (savehist-mode): New minor mode.
11433 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11434 (savehist-length): Remove (use history-length instead).
11435 (savehist-file-modes): Rename from savehist-modes.
11436 (savehist-save-hook, savehist-loaded): New vars.
11437 (savehist-load): Use savehist-mode. Try to smooth up transition from
11438 old format to new format.
11439 (savehist-install): Allow savehist-autosave-interval to be nil.
11440 (savehist-save): Run the new hook. Be more careful to only trim the
11441 history variables.
11442 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11443 (savehist-printable): Print into a buffer rather than char-by-char.
11444
11445 2005-11-01 John Wiegley <johnw@newartisans.com>
11446
11447 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11448 toggle-ignore keybinding (C-a). The author said it had been
11449 disabled much earlier due to a possible incompatibility, but after
11450 many months of usage I have encountered no problems (and it is a
11451 rather useful option, especially for switching to " *temp*").
11452
11453 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11454 support for OS/X's AddressBook, by calling out to the open source
11455 program "contacts" (installable through Fink).
11456
11457 * net/eudc.el (eudc-expand-inline): If the
11458 `eudc-multiple-match-handling-method' is set to `all', delete the
11459 query string before inserting the query result.
11460
11461 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11462 flag, to prevent Eshell from using the system ls when
11463 `eshell-ls-insert-directory' is in used.
11464 (eshell-ls-insert-directory): Disable font-lock in directory
11465 buffer so that Eshell's own fontification is seen. This broke
11466 recently due to changes in font-lock, so this goes back to version
11467 21 behavior.
11468
11469 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11470
11471 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11472 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11473 (gdb-many-windows): Doc fix.
11474
11475 2005-10-31 Romain Francoise <romain@orebokech.com>
11476
11477 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11478
11479 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11480
11481 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11482 that global-font-lock-mode can be enabled by default.
11483
11484 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11485 (font-lock-add-keywords, font-lock-remove-keywords)
11486 (font-lock-fontify-buffer): Remove autoload cookies.
11487
11488 * jit-lock.el (jit-lock-register): Likewise.
11489
11490 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11491
11492 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11493
11494 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11495 intact if there is no gud-comint-buffer.
11496
11497 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11498
11499 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11500 old prompt comint-prompt-read-only is t and GDB commands are
11501 issued from tool bar etc.
11502
11503 2005-10-31 Masatake YAMATO <jet@gyve.org>
11504
11505 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11506
11507 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11508
11509 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11510 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11511
11512 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11513
11514 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11515 starting at beginning of line. Fontification is messed up when
11516 `open-paren-in-column-0-is-defun-start' set to t.
11517 Reported by John Paul Wallington <jpw@pobox.com>.
11518
11519 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11520
11521 * comint.el (comint-send-input): Call `comint-update-fence' when
11522 `comint-process-echoes' and `comint-prompt-read-only' are both
11523 non-nil, to avoid leftover read-only newline.
11524
11525 2005-10-30 Richard M. Stallman <rms@gnu.org>
11526
11527 * textmodes/flyspell.el (flyspell-external-point-words):
11528 Detect when WORD can't be checked properly because
11529 flyspell-get-word finds just part of it, and move on.
11530
11531 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11532 boundarychar for Polish.
11533 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11534 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11535
11536 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11537
11538 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11539 (gdb-registers-font-lock-keywords): Delete.
11540 (gdb-registers-mode): Don't fontify.
11541 (gdb-info-registers-custom): Use text properties instead as, in
11542 future, changed register values will use font-lock-warning-face.
11543 (gdb-local-font-lock-keywords): Rename to...
11544 (gdb-locals-font-lock-keywords): ...for consistency.
11545
11546 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11547
11548 * vc.el (vc-switch-backend): Better error message if the buffer is
11549 not visiting a file under version control.
11550
11551 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11552
11553 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11554
11555 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11556 ~/.emacs.d/.emacs.
11557
11558 2005-10-29 Richard M. Stallman <rms@gnu.org>
11559
11560 * replace.el (occur-mode-mouse-goto): Always go to other window.
11561 (occur-mode-goto-occurrence): Always switch in same window.
11562
11563 * simple.el (undo): Display message at end, not at start.
11564
11565 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11566 New arg REUSE-CELL.
11567 (cancel-timer-internal): New function.
11568 (timer-event-handler): Use cancel-timer-internal,
11569 and pass the cell it returns to timer-activate...
11570
11571 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11572 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11573 (jit-lock-after-change): Test memory-full.
11574
11575 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11576
11577 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11578 part of the decoded armor to find the key-identifier.
11579 (pgg-gpg-lookup-key-owner): New function to return the
11580 human-readable identifier of a key owner.
11581 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11582 key itself.
11583 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11584 the key value) if we have a key and can match it against a secret
11585 key. Also, added a note pointing out fact that the prompt only
11586 indicates the first matching key.
11587
11588 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11589 pgg-decrypt-region.
11590 (pgg-pending-timers): A new hash for tracking the passphrase cache
11591 timers, so that new ones supercede old ones.
11592 (pgg-add-passphrase-to-cache): Rename from
11593 `pgg-add-passphrase-cache' to reduce confusion (all callers
11594 changed). Modified to cancel old timers when new ones are added.
11595 (pgg-remove-passphrase-from-cache): Rename from
11596 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11597 changed). Modified to cancel old timers when their keys are
11598 removed from the cache.
11599 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11600 XEmacs, an indirection to delete-itimer.
11601 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11602 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11603 users can only check cache without risk of prompting. Correct bug in
11604 notruncate behavior.
11605 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11606 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11607 Add informative docstrings.
11608 (pgg-decrypt): Convey provided passphrase in subordinate call to
11609 pgg-decrypt-region.
11610
11611 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11612 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11613 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11614 `passphrase' argument, so the passphrase can be managed externally
11615 and then passed in to the system.
11616
11617 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11618 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11619 so the passphrase cache can be used reliably with identifiers
11620 besides a pgp packet's key id.
11621
11622 * pgg-gpg.el (pgg-pgp-encrypt-region)
11623 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11624 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11625 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11626 argument to all these routines, so the passphrase can be managed
11627 externally and passed in to the system.
11628
11629 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11630 `notruncate' argument, so the passphrase cache can be used
11631 reliably with identifiers besides a pgp packet's key id.
11632
11633 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11634
11635 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11636 symmetric encryption.
11637 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11638 encrypted session key.
11639 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11640 message ask for the passphrase in a proper way.
11641
11642 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11643 New user commands for symmetric encryption.
11644
11645 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11646
11647 * textmodes/conf-mode.el (conf-assignment-sign)
11648 (conf-assignment-regexp): Fix docstrings.
11649 (conf-mode-initialize): New function.
11650 (conf-mode): Remove optional args. Use delay-mode-hooks to
11651 recognize recursive calls.
11652 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11653 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11654 (conf-xdefaults-mode): Use define-derived-mode and
11655 conf-mode-initialize.
11656
11657 2005-10-29 Romain Francoise <romain@orebokech.com>
11658
11659 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11660
11661 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11662
11663 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11664 part of the decoded armor to find the key-identifier.
11665 (pgg-gpg-lookup-key-owner): New function to return the
11666 human-readable identifier of a key owner.
11667 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11668 key itself.
11669 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11670 the key value) if we have a key and can match it against a secret
11671 key. Also, added a note pointing out fact that the prompt only
11672 indicates the first matching key.
11673
11674 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11675 pgg-decrypt-region.
11676 (pgg-pending-timers): A new hash for tracking the passphrase cache
11677 timers, so that new ones supercede old ones.
11678 (pgg-add-passphrase-to-cache): Rename from
11679 `pgg-add-passphrase-cache' to reduce confusion (all callers
11680 changed). Modified to cancel old timers when new ones are added.
11681 (pgg-remove-passphrase-from-cache): Rename from
11682 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11683 changed). Modified to cancel old timers when their keys are
11684 removed from the cache.
11685 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11686 XEmacs, an indirection to delete-itimer.
11687 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11688 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11689 users can only check cache without risk of prompting. Correct bug in
11690 notruncate behavior.
11691 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11692 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11693 Add informative docstrings.
11694 (pgg-decrypt): Convey provided passphrase in subordinate call to
11695 pgg-decrypt-region.
11696
11697 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11698
11699 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11700 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11701 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11702 `passphrase' argument, so the passphrase can be managed externally
11703 and then passed in to the system.
11704
11705 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11706 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11707 so the passphrase cache can be used reliably with identifiers
11708 besides a pgp packet's key id.
11709
11710 * pgg-gpg.el (pgg-pgp-encrypt-region)
11711 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11712 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11713 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11714 argument to all these routines, so the passphrase can be managed
11715 externally and passed in to the system.
11716
11717 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11718 `notruncate' argument, so the passphrase cache can be used
11719 reliably with identifiers besides a pgp packet's key id.
11720
11721 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11722
11723 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11724 symmetric encryption.
11725 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11726 encrypted session key.
11727 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11728 message ask for the passphrase in a proper way.
11729
11730 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11731 New user commands for symmetric encryption.
11732
11733 2005-10-28 Bill Wohler <wohler@newt.com>
11734
11735 * help-mode.el (help-url): New button type. Calls browse-url.
11736 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11737 Similar to Info nodes: URL `url'.
11738 (help-make-xrefs): Create help-url buttons for
11739 help-xref-url-regexp matches.
11740
11741 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11742
11743 * tool-bar.el (tool-bar-add-item-from-menu)
11744 (tool-bar-local-item-from-menu): Fix doc strings.
11745
11746 2005-10-28 Romain Francoise <romain@orebokech.com>
11747
11748 * ldefs-boot.el: Update.
11749
11750 * subr.el (locate-library): Move from help-fns.el.
11751 * help-fns.el (locate-library): Move to subr.el.
11752
11753 2005-10-28 Richard M. Stallman <rms@gnu.org>
11754
11755 * net/tramp.el (tramp-completion-mode): defvar moved up.
11756
11757 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11758
11759 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11760
11761 * files.el (find-file-noselect): Use %d to format large file size.
11762
11763 * bindings.el (mode-line-format): Add %e.
11764
11765 * loadup.el ("facemenu"): Load unconditionally.
11766 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11767 ("x-dnd"): Load, when appropriate.
11768
11769 * startup.el (command-line): Call before-init-hook earlier.
11770 Warn about some bad characters in -u user name.
11771
11772 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11773 (flyspell-external-point-words): Error if misspelled word is not found.
11774 Set flyspell-large-region-beg at end of word.
11775
11776 2005-10-28 Andreas Schwab <schwab@suse.de>
11777
11778 * view.el (View-revert-buffer-scroll-page-forward):
11779 Use view-page-size-default.
11780
11781 2005-10-28 Juri Linkov <juri@jurta.org>
11782
11783 * international/quail.el (quail-get-current-str): Translate last
11784 raw character for deterministic input methods.
11785
11786 2005-10-27 Jay Belanger <belanger@truman.edu>
11787
11788 * calc/calc-ext.el: Add functions to autoloads.
11789 (math-identity-matrix-p, math-ident-row-p): New functions.
11790
11791 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11792 multiplication by an identity matrix; don't turn multiplication by
11793 an inverse matrix into division.
11794 (math-div-symbol-fancy): Replace division by matrices with
11795 multiplication by inverse.
11796
11797 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11798
11799 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11800 (calc-writeoutpower): New functions.
11801
11802 2005-10-27 Romain Francoise <romain@orebokech.com>
11803
11804 * replace.el (occur-engine): Include colon in mouse-face highlight.
11805
11806 * dired-x.el: Change Maintainer field.
11807
11808 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11809
11810 * longlines.el (longlines-mode): Bind after-change-functions to
11811 nil during initial decoding and final encoding.
11812
11813 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11814
11815 * term.el (term-emulate-terminal, term-handle-colors-array)
11816 (term-handle-ansi-escape): Specify the terminfo capabilities
11817 implemented.
11818
11819 2005-10-26 Richard M. Stallman <rms@gnu.org>
11820
11821 * info.el (Info-fontify-node): Fix detection of sentence-break
11822 before *Note.
11823
11824 2005-10-26 Romain Francoise <romain@orebokech.com>
11825
11826 * smerge-mode.el: Add `tools' to file keywords.
11827
11828 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11829
11830 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11831 when the fringe is not available.
11832
11833 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11834 (def-gdb-auto-update-trigger): Simplify construction.
11835 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11836 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11837 defined explicitly.
11838 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11839 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11840 defined explicitly.
11841 (gdb-info-locals-custom): Remove as it's a no-op.
11842
11843 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11844
11845 * longlines.el (longlines-mode): Remove narrowing before
11846 performing the initial decoding or final encoding.
11847
11848 2005-10-25 Romain Francoise <romain@orebokech.com>
11849
11850 * emacs-lisp/find-func.el (find-library-name): Also strip
11851 extension if library name ends in .el, to take advantage of
11852 `find-library-suffixes'.
11853
11854 2005-10-25 Richard M. Stallman <rms@gnu.org>
11855
11856 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11857
11858 2005-10-25 Juri Linkov <juri@jurta.org>
11859
11860 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11861 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11862
11863 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11864
11865 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11866 (blackbox-redefine-key): Add argument `map'.
11867
11868 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11869 regions when moving the jit-lock-context-unfontify-pos boundary.
11870
11871 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11872
11873 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11874
11875 2005-10-25 Masatake YAMATO <jet@gyve.org>
11876
11877 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11878
11879 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11880
11881 * play/blackbox.el (blackbox-redefine-key): New function.
11882 (blackbox-mode-map): Use it to remap existing bindings for cursor
11883 motion instead of binding literal keys.
11884
11885 2005-10-25 Glenn Morris <rgm@gnu.org>
11886
11887 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11888 diary does not end in a newline. Do not assume a blank line at
11889 the start of the diary file.
11890
11891 2005-10-25 Kenichi Handa <handa@m17n.org>
11892
11893 * international/quail.el (quail-translate-key): If the input
11894 method is deterministic and failed to handle the last key, restart
11895 the key handling loop from an appropriate key.
11896
11897 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11898
11899 * vc.el (vc-dired-mode): Extend comment for binding of
11900 `directory-listing-before-filename-regexp'.
11901
11902 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11903
11904 * textmodes/texinfo.el (texinfo-mode):
11905 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11906 not to unnecessarily expose emacs-mule's internal char codes.
11907
11908 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11909
11910 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11911 Display hand pointer and help-echo on disabled icon too.
11912 (gdb-mouse-until): New function.
11913 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11914
11915 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11916
11917 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11918 with 2005-10-23 change to doctor.el.
11919
11920 * finder.el (finder-mode-map): Add follow-link binding.
11921
11922 2005-10-25 Kim F. Storm <storm@cua.dk>
11923
11924 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11925 to gdb-mouse-toggle-breakpoint-fringe.
11926 (gdb-mouse-toggle-breakpoint-margin): Rename from
11927 gdb-mouse-toggle-breakpoint. Fix doc.
11928 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11929 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11930 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11931 string properties also for fringe breakpoint bitmaps.
11932
11933 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11934
11935 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11936
11937 2005-10-25 Masatake YAMATO <jet@gyve.org>
11938
11939 * simple.el (completion-common-substring):
11940 Use `completion-common-substring' prior to `completion-base-size'.
11941
11942 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11943
11944 * savehist.el: Require CL while compiling.
11945 (savehist-history-variables): Remove.
11946 (savehist-save-minibuffer-history, savehist-additional-variables)
11947 (savehist-minibuffer-history-variables): New vars.
11948 (savehist-save): Use them.
11949 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11950 (savehist-install): New fun, extracted from savehist-load.
11951 (savehist-load): Use them.
11952
11953 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11954
11955 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11956 a dummy doc-string-elt property.
11957 (defalias, defvaralias, define-category): Add a docstring property.
11958
11959 * image.el (defimage):
11960 * widget.el (define-widget):
11961 * custom.el (defface, defcustom): Add `doc-string' declaration.
11962
11963 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11964 (defadvice): Add `doc-string' declaration.
11965
11966 * emacs-lisp/byte-run.el (macro-declaration-function):
11967 Handle `doc-string' declarations.
11968 (define-obsolete-function-alias, define-obsolete-variable-alias):
11969 Add `doc-string' declaration.
11970
11971 2005-10-24 Kenichi Handa <handa@m17n.org>
11972
11973 * international/utf-7.el (utf-7): Add autoload cookie.
11974
11975 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11976
11977 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11978
11979 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11980 list of directories passed to batch-update-autoloads. Add "." to
11981 the list of the echoed directories.
11982
11983 * pgg-def.el:
11984 * pgg-gpg.el:
11985 * pgg-parse.el:
11986 * pgg-pgp.el:
11987 * pgg-pgp5.el:
11988 * pgg.el: Moved here from the gnus subdirectory.
11989
11990 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11991
11992 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11993 in case comint-prompt-read-only is set to t.
11994
11995 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11996 in case comint-prompt-read-only is set to t.
11997
11998 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11999
12000 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12001 Now a string.
12002 (icalendar-import-format): Handle CLASS, STATUS, URL.
12003 Rename `subject' to `summary'.
12004 (icalendar-import-format-summary): Rename from
12005 `icalendar-import-format-subject'.
12006 (icalendar-import-format-url, icalendar-import-format-status)
12007 (icalendar-import-format-class): New variables.
12008 (icalendar--rris): Take variable argument list.
12009 (icalendar--datestring-to-isodate): Remove unnecessary
12010 calendar-style check when converting dates with explicit month names.
12011 (icalendar-export-region): Change return type of conversion
12012 subroutines. Bury current buffer unless error occurred.
12013 (icalendar--convert-to-ical)
12014 (icalendar--parse-summary-and-rest): New functions.
12015 (icalendar--convert-ordinary-to-ical)
12016 (icalendar--convert-weekly-to-ical)
12017 (icalendar--convert-yearly-to-ical)
12018 (icalendar--convert-block-to-ical)
12019 (icalendar--convert-cyclic-to-ical)
12020 (icalendar--convert-anniversary-to-ical): Change return type.
12021 Strip trailing blanks from subject.
12022 (icalendar--convert-sexp-to-ical): Change return type.
12023 Strip trailing blanks from subject. Handle simple sexp
12024 entries as generated by icalendar.el.
12025 (icalendar--convert-float-to-ical)
12026 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12027 (icalendar-import-file): Doc fix.
12028 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12029 Correct call to icalendar--rris.
12030 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12031 `summary'.
12032 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12033
12034 2005-10-24 Romain Francoise <romain@orebokech.com>
12035
12036 * server.el (server-sentinel): Set query-on-exit flag to nil on
12037 new client processes (it isn't inherited from the server process).
12038
12039 * replace.el (occur-engine): Rearrange text properties.
12040
12041 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12042
12043 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12044 case-fold-search is nil.
12045 (debug-help-follow): Use help-xref-interned directly.
12046
12047 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12048
12049 * thumbs.el (thumbs-image-type): Add .pbm.
12050
12051 2005-10-23 Richard M. Stallman <rms@gnu.org>
12052
12053 * faces.el (inhibit-face-set-after-frame-default): New variable.
12054 (set-face-attribute): Bind it.
12055 (face-set-after-frame-default): Test it.
12056
12057 * help-fns.el (describe-simplify-lib-file-name): New function.
12058 (describe-function-1, describe-variable): Use it.
12059
12060 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12061
12062 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12063 Eliminate nil as possible value.
12064 (tooltip-hide-delay): Reduce internal-border-width.
12065
12066 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12067 (menu-bar-file-menu) <new-file>: Likewise.
12068
12069 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12070
12071 * international/mule.el (load-with-code-conversion):
12072 Pass full file name to `eval-buffer' unless preloading.
12073
12074 * textmodes/flyspell.el (flyspell-large-region):
12075 Call ispell-check-version.
12076
12077 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12078 Fix the make-variable-buffer-local call that was supposed
12079 to be for this variable.
12080 (ispell-aspell-supports-utf8): Doc fix.
12081 (ispell-find-aspell-dictionaries): Preserve elements of
12082 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12083 (ispell-aspell-find-dictionary): Return nil on error.
12084
12085 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12086 (doctor-symptoms): Likewise.
12087
12088 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12089
12090 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12091
12092 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12093 (custom-raised-buttons): Add :set spec.
12094 (custom-button-unraised, custom-button-pressed-unraised):
12095 New faces, so that custom-raised-buttons actually does something.
12096 (custom-mode): Use custom-button and custom-button-pressed.
12097
12098 * wid-edit.el (widget-specify-button): Don't ignore
12099 widget-mouse-face on graphic terminals.
12100 (widget-move-and-invoke): Cleanup.
12101
12102 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12103
12104 * whitespace.el (whitespace-cleanup): Doc fix.
12105
12106 2005-10-23 Romain Francoise <romain@orebokech.com>
12107
12108 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12109 `eval-after-load' to avoid evaluating their result.
12110
12111 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12112
12113 * files.el (directory-listing-before-filename-regexp):
12114 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12115
12116 * dired.el (dired-move-to-filename-regexp): Remove.
12117 All occurences replaced by `directory-listing-before-filename-regexp'.
12118
12119 * dired-x.el, locate.el, vc.el:
12120 Replace `dired-move-to-filename-regexp' by
12121 `directory-listing-before-filename-regexp'. In vc.el it is
12122 overwritten locally; maybe this can be handled in files.el too.
12123
12124 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12125 replaced by `directory-listing-before-filename-regexp'.
12126
12127 2005-10-23 Andreas Schwab <schwab@suse.de>
12128
12129 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12130 and eval-next-after-load.
12131
12132 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12133
12134 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12135 exist, create it.
12136
12137 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12138
12139 * allout.el: Remove autoloads for mailcrypt and crypt++.
12140 Require pgg, pgg-gpg during compilation.
12141 (allout-version): Increment version number to 2.1, and use a literal
12142 rather than RCS Id.
12143 (allout-default-encryption-scheme): Remove.
12144 (allout-passphrase-verifier-handling)
12145 (allout-passphrase-verifier-string)
12146 (allout-file-passphrase-verifier-string)
12147 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12148 (allout-passphrase-hint-handling): Rename and simplify.
12149 (allout-init): Use `find-file-hook' if available, otherwise
12150 `find-file-hooks'.
12151 (allout-mode): Use `write-file-functions' if available, otherwise
12152 `local-write-file-hooks' and, instead of making auto-save-hook
12153 buffer local, make the write-file-hook activity contingent to
12154 allout-mode.
12155 (allout-mode): Use key-binding substitution in the docstring.
12156 (allout-kill-line): Spell-out kill ring data structure mutation
12157 instead of using byte-compiler-complaint-provoking `pop'.
12158 (allout-insert-listified): Use `insert' rather than `insert-string'
12159 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12160 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12161 (allout-encrypt-string): Totally revamped vis new underlying
12162 encryption facilities.
12163 (allout-mc-activate-passwd): Remove.
12164 (allout-obtain-passphrase): New, more or less replaces
12165 allout-mc-activate-passwd.
12166 (allout-encrypted-key-info): More or less replaces
12167 allout-encrypted-text-type.
12168 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12169 (my-mark-marker): Use `(featurep 'xemacs)'.
12170
12171 2005-10-23 Lars Hansen <larsh@soem.dk>
12172
12173 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12174 (byte-compile-file-form-defmumble, byte-compile-defun)
12175 (byte-compile-defmacro): Use it.
12176 (byte-compile-form): Don't call byte-compile-set-symbol-position
12177 when a byte-compile handler is called.
12178
12179 2005-10-22 Romain Francoise <romain@orebokech.com>
12180
12181 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12182
12183 * subr.el (eval-after-load): Convert library name to an absolute
12184 file name using locate-library, since load-history no longer has
12185 library names in it.
12186
12187 2005-10-22 Richard M. Stallman <rms@gnu.org>
12188
12189 * files.el (make-temp-file): Move from subr.el.
12190 * subr.el (make-temp-file): Move to files.el.
12191
12192 * window.el (get-buffer-window-list): Move from subr.el.
12193 * subr.el (get-buffer-window-list): Move to window.el.
12194
12195 * image.el (image-load-path): Use eval-at-startup to initialize.
12196
12197 * subr.el (eval-at-startup): New macro.
12198
12199 * subr.el: Much rearrangement of functions and division
12200 into pages. No code changes.
12201
12202 2005-10-22 Kenichi Handa <handa@m17n.org>
12203
12204 * tar-mode.el (tar-extract): Be sure to call
12205 find-operation-coding-system if set-auto-coding doesn't find a
12206 coding system.
12207
12208 2005-10-22 Kim F. Storm <storm@cua.dk>
12209
12210 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12211 Change users.
12212 (image-type-file-name-regexps): New defconst.
12213 (image-type-from-data): Simplify loop.
12214 (image-type-from-buffer): New defun.
12215 (image-type-from-file-header): Use it instead of image-type-from-data.
12216 Use image-search-load-path instead of only looking in data-directory.
12217 (image-type-from-file-name): New defun.
12218 (image-search-load-path): Change `pathname' to `filename'.
12219 Make PATH arg optional, default to image-load-path.
12220
12221 2005-10-21 Richard M. Stallman <rms@gnu.org>
12222
12223 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12224
12225 * textmodes/paragraphs.el (sentence-end-base): New variable.
12226 (sentence-end): Use sentence-end-base.
12227
12228 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12231 property independently from the font-lock-multiline variable.
12232
12233 2005-10-21 Richard M. Stallman <rms@gnu.org>
12234
12235 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12236
12237 * startup.el (command-line): Convert library names
12238 in `load-history' to absolute file names.
12239
12240 * subr.el (symbol-file): Doc fix.
12241
12242 * loadhist.el (file-loadhist-lookup): Call locate-library
12243 instead of find-library-name. Don't try converting
12244 abs file names to library names, since load-history no longer
12245 has library names in it.
12246 (file-dependents, file-provides, file-requires): Doc fixes.
12247
12248 2005-10-21 Juri Linkov <juri@jurta.org>
12249
12250 * progmodes/etags.el (tags-table-mode): New function.
12251 (tags-verify-table): Replace initialize-new-tags-table with
12252 tags-table-mode.
12253
12254 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12255 default value.
12256 (desktop-modes-not-to-save): Add tags-table-mode to the
12257 default value.
12258
12259 * info.el (Info-index-next): Add total number of index
12260 alternatives to the message.
12261
12262 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12263 backward only space (instead of space and period) before looking
12264 at sentence end.
12265
12266 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12267 Add the old variable value as 4th default-value arg of read-string.
12268
12269 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12270
12271 * cus-face.el (custom-declare-face): Make face from X resources
12272 also on Mac.
12273
12274 * disp-table.el (standard-display-g1, standard-display-graphic):
12275 Refuse to use string glyphs also on Mac.
12276 (standard-display-european): Don't set terminal coding system also
12277 on Mac.
12278
12279 * frame.el (display-screens): Use x-display-screens also on Mac.
12280
12281 2005-10-21 Romain Francoise <romain@orebokech.com>
12282
12283 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12284
12285 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12286
12287 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12288 and $? into sexps.
12289
12290 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12291 warning face on open-paren-in-column-0.
12292
12293 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12294 boundary case. Fix typo.
12295 Suggested by Martin Rudalics <rudalics@gmx.at>.
12296
12297 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12298
12299 * textmodes/org.el (org-combined-agenda-icalendar-file)
12300 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12301 (org-export-icalendar-this-file)
12302 (org-export-icalendar-all-agenda-files)
12303 (org-export-icalendar-combine-agenda-files): New commands.
12304 (org-export-icalendar, org-print-icalendar-entries)
12305 (org-start-icalendar-file, org-finish-icalendar-file)
12306 (org-ical-ts-to-string): New functions.
12307 (org-read-date, org-goto-calendar)
12308 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12309 call to `calendar'.
12310 (orgtbl-setup): Remove the :keys arguments from the menu description.
12311 (org-after-save-iCalendar-file-hook): New variable.
12312
12313 2005-10-21 Kenichi Handa <handa@m17n.org>
12314
12315 * language/vietnamese.el (tcvn-5712): Make it an alias of
12316 vietnamese-tcvn coding-system.
12317
12318 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12319
12320 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12321 group id is given.
12322
12323 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12326 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12327 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12328 whose line is either continued or ends with a comment.
12329
12330 2005-10-20 Romain Francoise <romain@orebokech.com>
12331
12332 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12333
12334 * replace.el (occur-engine): Add follow-link property.
12335
12336 * font-core.el (font-lock-mode): Doc fix.
12337
12338 2005-10-20 Richard M. Stallman <rms@gnu.org>
12339
12340 * net/rcirc.el: New file.
12341
12342 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12343
12344 * term.el (term-term-name): Initialize to "eterm-color".
12345
12346 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12347
12348 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12349 for encryption functionality.
12350 Move allout customization subgroup from `editing' to `outlines' group.
12351 Fix commentary keywords to legitimate ones.
12352 Update author info (using my current email address, obscurified).
12353 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12354 (allout-encrypted-topic-p, allout-encrypted-text-type)
12355 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12356 (allout-situate-encryption-key-verifier)
12357 (allout-get-encryption-key-verifier, allout-verify-key)
12358 (allout-next-topic-pending-encryption)
12359 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12360 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12361 (outline-key-verifier-handling, outline-key-hint-handling)
12362 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12363 (allout-file-key-verifier-string, allout-encryption-scheme)
12364 (allout-key-verifier-string, allout-key-hint-string)
12365 (allout-after-save-decrypt): New variables.
12366 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12367 (allout-after-saves-handler): New hook functions.
12368 (allout-post-command-business): Do allout-after-save-decrypt.
12369 (allout-enable-file-variable-adjustment): Custom var to enable
12370 mechanism for adding and adjusting settings of Emacs file variables.
12371 (allout-adjust-file-variable, allout-file-vars-section-data):
12372 New functions, implement the mechanism.
12373 (outlineify-sticky): Use the file vars mechanism.
12374 (allout-inhibit-protection, allout-during-write-cue)
12375 (allout-override-protect, allout-before-change-protect): Remove.
12376 (allout-flag-region, allout-open-topic): Adjust read-only text.
12377 (allout-open-line-not-read-only): Add to facilitate read-only
12378 text based protection.
12379 (allout-kill-line): Revise to adjust read-only text, clue the
12380 user about the inhibition.
12381 (allout-unprotected): Use unwind-protect.
12382 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12383 topic deeper than the offspring depth of the previous topic -
12384 avoiding confusing "containment discontinuities".
12385 (allout-reindent-bodies): Fix retention of body relative hanging
12386 indent during promotion of collapsed bodies.
12387 (allout-open-topic): Make it easy to open new topic with same
12388 bullet as current topic - topic creation functions provided with
12389 any universal argument provokes now prompt for bullet, defaulting
12390 to the bullet of the previous topic.
12391 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12392 Plain bullet alternates `.' period and `,' comma only. All other
12393 bullets are relegated to special status (but customizable).
12394 (allout-end-of-entry): Rename from allout-end-of-current-entry
12395 since it actually operates w.r.t. most immediately containing
12396 entry, visible or not.
12397 (allout-hide-current-entry, allout-show-current-entry): Use the
12398 revised version.
12399 (allout-old-expose-topic): Solidify deprecation.
12400 (allout-end-of-subtree): Add so we can span concealed as well
12401 as visible topics.
12402 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12403 (allout-end-of-current-heading): Tweak to just respect the first line.
12404 (allout-get-body-text): Add.
12405 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12406 when invoked interactively.
12407 (allout-up-current-level): Use `interactive-p'.
12408 (allout-mode, allout-init): Miscellaneous docstring and
12409 operational refinements, as well as hookups of new encryption stuff.
12410 (allout-beginning-of-current-entry): Now works as advertised.
12411 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12412 (allout-isearch-rectification): Refine condition for isearching.
12413 (allout-isearch-abort, allout-enwrap-isearch)
12414 (allout-flag-region, my-region-active-p): Relocate some macros.
12415 (allout-title): Fallback title is (buffer-name), not
12416 non-existing (current-buffer-name).
12417 (subst-char-in-string): Define if absent (for some XEmacs versions).
12418
12419 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12420
12421 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12422 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12423 (mail-citation-prefix-regexp, mail-signature-file)
12424 (mail-default-headers, mail-bury-selects-summary)
12425 (mail-send-nonascii): Add autoload cookies.
12426
12427 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12428
12429 * frame.el (blink-cursor-mode): Add `mac' to the list of
12430 window-system's that support blinking cursor.
12431
12432 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12433
12434 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12435
12436 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12437
12438 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12439 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12440 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12441
12442 2005-10-20 Kim F. Storm <storm@cua.dk>
12443
12444 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12445 (ido-set-current-directory): Don't add / after final @.
12446 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12447 Explicitly handle ange-ftp completion oddities.
12448 (ido-make-file-list): Don't rotate list at tramp root to avoid
12449 triggering tramp file handler for expand-file-name via get-file-buffer.
12450
12451 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12452
12453 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12454
12455 2005-10-19 Jay Belanger <belanger@truman.edu>
12456
12457 * calc/calc-units.el (math-standard-units): Add units, adjust
12458 symbols and update values.
12459 (math-unit-prefixes): Add more prefixes.
12460
12461 2005-10-19 Romain Francoise <romain@orebokech.com>
12462
12463 * bookmark.el (bookmark-menu-heading): New face.
12464 (bookmark-bmenu-list): Use it.
12465 Don't fiddle with `baud-rate' at top-level.
12466
12467 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12468
12469 * image.el (create-image, find-image): Mention max-image-size in
12470 docstring.
12471
12472 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12473
12474 * savehist.el (savehist-load): Revert to checking XEmacs.
12475
12476 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12477 Various docstring and line-width fixups.
12478 (conf-mode): Use cond.
12479 Set font-lock-defaults. Don't set comment-use-syntax.
12480
12481 2005-10-18 David Ponce <david@dponce.com>
12482
12483 * tree-widget.el (tree-widget-button-click): New function.
12484 (tree-widget-button-keymap): Use it.
12485
12486 2005-10-18 Romain Francoise <romain@orebokech.com>
12487
12488 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12489 (bookmark-bmenu-hide-filenames): Add follow-link property.
12490 Improve help-echo text.
12491
12492 * ffap.el (find-file-at-point): Doc fix.
12493
12494 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12495
12496 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12497
12498 2005-10-18 Masatake YAMATO <jet@gyve.org>
12499
12500 Install to the CVS repository what I forgot to install in my
12501 2005-10-16 changes.
12502
12503 * progmodes/python.el (python-complete-symbol): Pass the common
12504 prefix substring of completion to `display-completion-list'.
12505
12506 * textmodes/org.el (org-complete): Ditto.
12507
12508 2005-10-18 Masatake YAMATO <jet@gyve.org>
12509
12510 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12511
12512 * woman.el (WoMan-xref-man-page): New button type derived
12513 from `Man-abstract-xref-man-page'.
12514 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12515
12516 * man.el (Man-abstract-xref-man-page): New button type.
12517 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12518 (Man-highlight-references): Add new optional argument `xref-man-type'.
12519
12520 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12521
12522 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12523
12524 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12525
12526 * cus-edit.el (Custom-move-and-invoke): Delete.
12527 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12528
12529 * wid-edit.el (widget-move-and-invoke): New function, from
12530 Custom-move-and-invoke.
12531
12532 2005-10-17 Bill Wohler <wohler@newt.com>
12533
12534 Move all remaining images from lisp/toolbar to etc/images, move
12535 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12536 the low resolution images in their own directory (low-color).
12537
12538 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12539 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12540 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12541 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12542 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12543 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12544 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12545
12546 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12547 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12548 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12549 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12550 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12551 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12552 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12553 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12554 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12555 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12556 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12557 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12558 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12559 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12560 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12561
12562 To conform with convention, replace the underscore (_) in the
12563 following image names with dash (-) or (/) as appropriate.
12564
12565 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12566 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12567 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12568 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12569 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12570 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12571 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12572 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12573 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12574 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12575 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12576 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12577 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12578 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12579 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12580
12581 * info.el (info-tool-bar-map): Replace underscores in image names
12582 with dashes.
12583
12584 * makefile.w32-in (WINS): Remove toolbar.
12585
12586 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12587
12588 * tool-bar.el: Move to lisp from toolbar. Now that
12589 toolbar is empty, it should be deleted when folks run "cvs up -P".
12590
12591 2005-10-18 Jay Belanger <belanger@truman.edu>
12592
12593 * calc/calc-store.el (calc-store-into): Get the proper variable name
12594 to display in message.
12595
12596 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12597
12598 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12599 expressions display in speedbar for all buffers when debugging.
12600 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12601
12602 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12603 (speedbar-insert-button, speedbar-make-button):
12604 Use add-text-properties.
12605 (speedbar-update-localized-contents)
12606 (speedbar-update-directory-contents)
12607 (speedbar-update-special-contents): Use dolist.
12608 (speedbar-buffer-easymenu-definition): Add a menu separator.
12609
12610 2005-10-17 Jason Rumney <jasonr@gnu.org>
12611
12612 * makefile.w32-in: Use $(lisp) consistently.
12613 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12614 for shell specific generation of mh-autoloads.
12615
12616 2005-10-17 Richard M. Stallman <rms@gnu.org>
12617
12618 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12619
12620 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12621
12622 * jit-lock.el (jit-lock-fontify-now):
12623 Move jit-lock-context-unfontify-pos to avoid wasted work.
12624
12625 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12626
12627 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12628 `tramp-completion-mode' for checking if we are in completion mode.
12629 (tramp-completion-handle-file-name-all-completions): Reorder code
12630 in order to complete for file names only in case there are no
12631 method/user/host completions. This is necessary for cooperation
12632 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12633
12634 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12635
12636 * longlines.el (longlines-search-forward)
12637 (longlines-search-backward): Match any number of spaces.
12638
12639 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12640
12641 * diff-mode.el (diff-mode): Doc fix.
12642
12643 2005-10-16 David Reitter <david.reitter@gmail.com>
12644
12645 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12646 as default on darwin and windows systems.
12647
12648 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12649
12650 * arc-mode.el (archive-zip-extract): Doc fix.
12651
12652 2005-10-16 Romain Francoise <romain@orebokech.com>
12653
12654 * mouse.el (mouse-1-click-follows-link): Doc fix.
12655
12656 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12657
12658 * savehist.el: Don't require CL at runtime.
12659 (savehist-xemacs): Remove.
12660 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12661 (savehist-no-conversion): Use (featurep 'xemacs).
12662 (savehist-load): Check existence of start-itimer rather than XEmacs.
12663 Use an idle timer.
12664 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12665 `delete-if-not'.
12666
12667 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12668
12669 * savehist.el: Newer version.
12670 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12671 (savehist-last-checksum, savehist-no-conversion): New vars.
12672 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12673 New functions.
12674 (savehist-load, savehist-save): Use them.
12675 (savehist-delimit): Remove.
12676
12677 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12678
12679 * progmodes/compile.el (compilation-goto-locus): Display the
12680 compilation buffer first and the source buffer second, in case they're
12681 in overlapping frames. Don't raise the compilation frame if it was the
12682 selected window upon entry. Pass the `other-window' arg to
12683 pop-to-buffer.
12684
12685 * info.el (Info-fontify-node): Use dolist.
12686 Change add-text-properties to put-text-property.
12687
12688 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12689
12690 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12691 bound of search.
12692
12693 2005-10-16 Masatake YAMATO <jet@gyve.org>
12694
12695 * dabbrev.el (dabbrev-completion): Pass the common
12696 prefix substring of completion to `display-completion-list'.
12697
12698 * filecache.el (file-cache-minibuffer-complete)
12699 (file-cache-complete): Ditto.
12700
12701 * tempo.el (tempo-display-completions): Ditto.
12702
12703 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12704
12705 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12706
12707 * eshell/em-hist.el (eshell-list-history): Ditto.
12708
12709 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12710
12711 * mail/mailalias.el (mail-complete): Ditto.
12712
12713 * progmodes/etags.el (complete-tag): Ditto.
12714
12715 * progmodes/make-mode.el (makefile-complete): Ditto.
12716
12717 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12718
12719 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12720
12721 * progmodes/pascal.el (pascal-complete-word)
12722 (pascal-show-completions): Ditto.
12723
12724 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12725
12726 * simple.el (completion-common-substring): New variable.
12727 (completion-setup-function): Use `completion-common-substring'
12728 to put faces.
12729
12730 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12731
12732 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12733 (x-get-selection, mac-select-convert-to-string): Convert from/to
12734 UTF-16 clipboard data as in native byte order, no BOM.
12735
12736 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12737
12738 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12739 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12740 (gud-sentinel): Use speedbar-frame to check for speedbar.
12741
12742 2005-10-15 Richard M. Stallman <rms@gnu.org>
12743
12744 * savehist.el: New file.
12745
12746 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12747
12748 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12749 Fix bug in \bf fontification.
12750
12751 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * pcvs.el (cvs-edit-log-files): New var.
12754 (cvs-mode-edit-log): New arg `file'.
12755 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12756 Instead force the use of the original file and nothing else.
12757 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12758 the cvs-minor-wrap-function is set.
12759 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12760
12761 2005-10-14 Bill Wohler <wohler@newt.com>
12762
12763 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12764 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12765 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12766 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12767 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12768 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12769 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12770 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12771 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12772 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12773 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12774 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12775 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12776 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12777 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12778
12779 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12780 appropriately (for example, gud-break to gud/break).
12781
12782 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12783
12784 * longlines.el (longlinges-search-function)
12785 (longlines-search-forward, longlines-search-backward): New functions.
12786 (longlines-mode): Set isearch-search-fun-function to
12787 longlinges-search-function.
12788
12789 * mouse.el (mouse-drag-region-1): Handle the case where a
12790 double-click event is bound to an arbitrary function.
12791
12792 2005-10-14 David Ponce <david@dponce.com>
12793
12794 * recentf.el (recentf-track-opened-file)
12795 (recentf-track-closed-file, recentf-update-menu)
12796 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12797 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12798 mouse-1-click-follows-link.
12799
12800 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12801
12802 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12803 Gnome file-manager.png. Suggested by
12804 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12805
12806 * toolbar/README: Add diropen.xpm.
12807
12808 2005-10-13 Bill Wohler <wohler@newt.com>
12809
12810 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12811 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12812
12813 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12816 Don't waste the byte-compiler's time on constant data.
12817
12818 2005-10-13 Kenichi Handa <handa@m17n.org>
12819
12820 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12821 byte with `escape-glyph' face.
12822
12823 * international/fontset.el (ccl-encode-unicode-font):
12824 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12825 Handle the case that ucs-mule-to-mule-unicode translates a character to
12826 ASCII (usually for IPA characters).
12827
12828 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12829
12830 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12831 Don't hide the underline of titles if font-lock-mode is disabled.
12832
12833 2005-10-12 Bill Wohler <wohler@newt.com>
12834
12835 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12836 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12837 files in MH-E-SRC have been updated.
12838 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12839
12840 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12843 (mixal-mode-syntax-table): Add \n as end-comment.
12844 (mixal-operation-codes-alist): Immediately initialize to full value.
12845 (mixal-add-operation-code): Remove.
12846 (mixal-describe-operation-code): Make the arg non-optional.
12847 Use the interactive spec instead.
12848 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12849 (mixal-font-lock-keywords): Don't highlight comments here any more.
12850 (mixal-font-lock-syntactic-keywords): New var.
12851 (mixal-mode): Use it. Fix comment-start-skip.
12852
12853 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12854
12855 * startup.el (command-line-x-option-alist): -nb => -nbi
12856
12857 2005-10-12 Kim F. Storm <storm@cua.dk>
12858
12859 * startup.el (fancy-splash-default-action): Discard mouse click in
12860 the splash screen window, as it has no sensible meaning in the
12861 next window to be selected. Fixes error reported by Jan D.
12862
12863 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12864
12865 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12866
12867 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12868
12869 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12870 Try to fix up minor layout issues like indentation, line break, etc...
12871 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12872 because it doesn't work.
12873 (mixal-operation-codes): Add some more codes.
12874 (mixal-font-lock-keywords): Process comments here.
12875 (mixal-mode): mixasm no longer needs -g option.
12876
12877 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12878
12879 * progmodes/sh-script.el (sh-tmp-file):
12880 Use mktemp -t. Finish support for es and rc shells.
12881
12882 2005-10-11 Jay Belanger <belanger@truman.edu>
12883
12884 * calc/calcalg2.el (calc-integral): With an argument, compute the
12885 definite integral.
12886
12887 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12888
12889 * mouse.el (mouse-drag-region-1): Don't try to catch a
12890 double-click when doing follow-link (it's overridden anyway).
12891
12892 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12893
12894 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12895 (autoload-print-form-outbuf): Add docstring.
12896
12897 2005-10-11 Juri Linkov <juri@jurta.org>
12898
12899 * info.el (Info-mode-menu): Delete menu item "Edit".
12900 (Info-mode): Delete description of Info-edit from docstring,
12901 and rearrange descriptions of Info commands in the order
12902 they are documented in the Info manual.
12903
12904 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * calendar/appt.el (appt-check): Use diary-selective-display var.
12907
12908 2005-10-10 Richard M. Stallman <rms@gnu.org>
12909
12910 * net/newsticker.el (newsticker-start, newsticker-show-news):
12911 Add autoload cookies.
12912
12913 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12914
12915 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12916
12917 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12918
12919 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12920
12921 2005-10-10 Jay Belanger <belanger@truman.edu>
12922
12923 * calc/calc-arith.el (math-check-known-scalarp)
12924 (math-check-known-matrixp): Check the values of arguments that are
12925 variables.
12926 (math-check-known-square-matrixp): New function.
12927 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12928 (math-super-types): Add sqmatrix type.
12929
12930 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12931 mode name `square' to `sqmatrix'.
12932
12933 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12934 mode name `square' to `sqmatrix'.
12935
12936 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12937
12938 * progmodes/etags.el (select-tags-table-mode): Don't use
12939 selective-display.
12940 (tags-select-tags-table): Pass `button' to the action function.
12941 (select-tags-table): Place the side-info on button properties rather
12942 than in hidden text. Abbreviate file names.
12943 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12944 (select-tags-table-select): Add `button' argument.
12945 Get side-info from the button property rather than from hidden text.
12946
12947 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12948
12949 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12950 (gud-speedbar-buttons): Preserve point if possible.
12951 (gud-sentinel): Restore previous speedbar display type.
12952
12953 * progmodes/gdb-ui.el (gdba): Improve diagram.
12954 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12955 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12956 Call get-buffer-window once.
12957
12958 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12959
12960 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12961 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12962 (pascal-indent-command): Remove unused var `ind'.
12963 (pascal-indent-case): Remove unused var `oldpos'.
12964 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12965 since it's now used as a proper minor mode map.
12966 (pascal-outline): Rename to pascal-outline-mode.
12967 (pascal-outline-mode): Use define-minor-mode.
12968 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12969 selective-display.
12970
12971 2005-10-10 Andreas Schwab <schwab@suse.de>
12972
12973 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12974 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12975
12976 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12977 outside source directory.
12978
12979 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12980
12981 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12982 C-x' as a prefix.
12983 (orgtbl-mode-map): Full keymap instead of sparse, because all
12984 `self-insert-command' keys are redefined in this map.
12985 (org-export-as-html): Specify charset for HTML file, by taking it
12986 from the coding system.
12987
12988 2005-10-10 Kenichi Handa <handa@m17n.org>
12989
12990 * textmodes/flyspell.el (flyspell-check-word-p):
12991 If unread-command-events is non-empty, don't call sit-for.
12992
12993 2005-10-09 Richard M. Stallman <rms@gnu.org>
12994
12995 * font-lock.el (font-lock-syntactic-keywords)
12996 (font-lock-keywords): Doc fixes.
12997
12998 * textmodes/flyspell.el (flyspell-external-point-words):
12999 Simplify logic, and don't try to check for consecutive appearances
13000 of one incorrect word.
13001
13002 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13003
13004 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13005 separator.
13006
13007 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13008 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13009 (gud-expansion-speedbar-buttons): New function.
13010 (gud-speedbar-buttons): Check for gud-comint-buffer.
13011
13012 2005-10-09 Bill Wohler <wohler@newt.com>
13013
13014 * Makefile.in (updates): Add mh-loaddefs dependency.
13015
13016 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13017
13018 * speedbar.el (speedbar-file-key-map): Fix typo.
13019
13020 2005-10-09 Daniel Brockman <daniel@brockman.se>
13021
13022 * cus-start.el (line-spacing): Add custom spec.
13023
13024 2005-10-09 Romain Francoise <romain@orebokech.com>
13025
13026 * textmodes/ispell.el (ispell-check-version): Fix last change.
13027
13028 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13029
13030 * term/x-win.el: Remove -i, --icon-type from comment.
13031
13032 * startup.el (command-line-x-option-alist): Remove options -i,
13033 -itype, --icon-type, added -nb, --no-bitmap-icon
13034
13035 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13036
13037 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13038 instead of :active.
13039
13040 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13041
13042 * textmodes/ispell.el (ispell-check-version):
13043 Ignore hyphen, and all that follows, in aspell's version text.
13044
13045 2005-10-08 Jay Belanger <belanger@truman.edu>
13046
13047 * calc/calc-arith.el (math-known-square-matrixp): New function.
13048 (math-pow-fancy): Check for matrices before distributing exponent
13049 across products.
13050
13051 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13052 fullscreen keypad. Suggested by Luc Teirlinck.
13053 (calc-keypad-show-input): Add space for formatting.
13054
13055 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13056 Add square matrix option.
13057
13058 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13059 of checking calc-matrix-mode when deciding how to expand.
13060
13061 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13062
13063 2005-10-08 Lars Hansen <larsh@soem.dk>
13064
13065 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13066 Add error handling.
13067 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13068
13069 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13070
13071 Sync with Tramp 2.0.51.
13072
13073 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13074 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13075 Insert special handling for `last-coding-system-used', again
13076 it still seems to be necessary (unlike stated before).
13077 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13078 (tramp-password-prompt-regexp): There might be other words before
13079 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13080 (tramp-chunksize): Improve docstring.
13081 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13082 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13083 Christian Joergensen <bugs@razor.dk>.
13084
13085 2005-10-07 Glenn Morris <rgm@gnu.org>
13086
13087 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13088 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13089 precision'.
13090
13091 2005-10-07 Romain Francoise <romain@orebokech.com>
13092
13093 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13094 (ibuffer-do-shell-command-pipe-replace)
13095 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13096 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13097 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13098 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13099 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13100 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13101 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13102 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13103 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13104 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13105 Autoload file sans suffix.
13106
13107 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13108
13109 2005-10-07 David Ponce <david@dponce.com>
13110
13111 * recentf.el (recentf-menu-open-all-flag): New option.
13112 (recentf-digit-shortcut-command-name): New function.
13113 (recentf--shortcuts-keymap): New variable.
13114 (recentf-menu-shortcuts): New variable.
13115 (recentf-make-menu-items): Initialize it. Replace the "More..."
13116 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13117 (recentf-menu-value-shortcut): New function.
13118 (recentf-make-menu-item): Use it. No more in-lined.
13119 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13120 (recentf-open-most-recent-file): Rename from
13121 `recentf-open-file-with-key'. Don't depend on key binding.
13122 (recentf-mode-map): New variable.
13123 (recentf-mode): Use it.
13124
13125 2005-10-06 Bill Wohler <wohler@newt.com>
13126
13127 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13128
13129 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13130 (MH-E-SRC): New. Used by mh-autoloads.
13131 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13132 files in MH-E-SRC have been updated.
13133 (compile, recompile, bootstrap): Depend on mh-autoloads.
13134
13135 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13136
13137 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13138 gud-break and gud-remove icons when the fringe is not available.
13139
13140 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13141 Typo.
13142
13143 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13144
13145 * play/zone.el (zone): Wrap body with save-window-excursion.
13146
13147 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13148
13149 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13150 Use the new `list-only' arg to diary-list-entries.
13151
13152 * calendar/diary-lib.el: Use overlays rather than selective-display.
13153 (diary-selective-display): New var.
13154 (diary-header-line-format): Use it.
13155 (diary-list-entries): Add argument `list-only'.
13156 Put the buffer in diary-mode. Don't add \^M at beg and end.
13157 Replace \^M by invisible overlays.
13158 (diary-unhide-everything): Replace \^M by invisible overlays.
13159 (print-diary-entries): Look for overlays rather than \^M.
13160 Add a space to the temp buffer name.
13161 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13162 Put the buffer in diary-mode.
13163 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13164 (diary-anniversary): Make the year arg optional.
13165 (diary-time-regexp): New const.
13166 (diary-font-lock-keywords): Use it to accept a few more time formats.
13167
13168 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13169
13170 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13171
13172 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13173 Fix bug introduced 2005-07-03: Use (car (last ...))
13174 to faithfully reproduce replaced artist-last.
13175 (artist-set-arrow-points-for-poly): Likewise.
13176 Suggested by Johan Bockg\e,Ae\e(Brd.
13177
13178 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13179
13180 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13181 * wid-edit.el (widget):
13182 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13183 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13184
13185 2005-10-06 Kenichi Handa <handa@m17n.org>
13186
13187 * international/mule-cmds.el (set-language-environment):
13188 Fix setting up of case-table for unibyte mode.
13189
13190 * simple.el (what-cursor-position): If the character is displayed
13191 by some `display' text property, show that. Don't use
13192 single-key-description for eight-bit characters in multibyte mode.
13193
13194 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13195
13196 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13197 (gdb-ann3): Set it.
13198 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13199 (gdb-info-frames-custom): Use inverse-video for first five
13200 characters of selected frame only.
13201 (gdb-get-frame-number): Select frame even when point is on frame
13202 number.
13203
13204 2005-10-06 Masatake YAMATO <jet@gyve.org>
13205
13206 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13207 Put `font-lock-function-name-face'.
13208 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13209 and `font-lock-variable-name-face'
13210 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13211 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13212 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13213 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13214 (gdb-local-font-lock-keywords): New font lock keywords definition.
13215 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13216 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13217 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13218
13219 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13220
13221 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13222 (ediff-merge-region-is-non-clash-to-skip): Previously called
13223 ediff-merge-region-is-non-clash.
13224
13225 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13226 Use insert-buffer-substring.
13227
13228 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13229 selecting files to patch. Also bug fixes.
13230
13231 * ediff-util.el (ediff-setup): Bug fix.
13232 (ediff-next-difference): Never skip clashes that differ in white
13233 space only.
13234
13235 * ediff-wind.el (ediff-setup-control-frame)
13236 (ediff-destroy-control-frame): Check the menubar feature.
13237
13238 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13239 (viper-refresh-mode-line): Use make-local-variable to localize
13240 some vars instead of make-variable-buffer-local. Suggested by
13241 Stefan Monnier.
13242
13243 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13244 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13245 Use make-local-variable instead of make-variable-buffer-local.
13246 Suggested by Stefan Monnier.
13247
13248 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13249 (viper-comint-mode-hook): Use make-local-variable on
13250 require-final-newline.
13251 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13252
13253 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13254
13255 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13256 also the second char of a comment-start sequence.
13257 (scheme-sexp-comment-syntax-table): New var.
13258 (lambda, define): Set their scheme-doc-string-elt property.
13259 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13260 Use lisp-font-lock-syntactic-face-function now that it properly
13261 handles |...| symbols.
13262 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13263 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13264
13265 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13266 bit from # to |.
13267 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13268
13269 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13270 (lisp-doc-string-elt-property): New var.
13271 (lisp-font-lock-syntactic-face-function): Use it.
13272 Rewrite to recognize docstrings even for forms not at toplevel.
13273
13274 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13275 annotation on the | part of #| rather than on the # part.
13276 (scheme-font-lock-syntactic-face-function): New function, to
13277 distinguish strings from |...| symbols.
13278 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13279 syntax-table so that #|...|# is properly highlighted.
13280
13281 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13282 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13283
13284 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13287 and C-e.
13288
13289 * emacs-lisp/eldoc.el: Move comments into docstrings.
13290 (eldoc-message-commands): Initialize in its declaration.
13291 Add move-beginning-of-line and move-end-of-line.
13292 (eldoc-add-command, eldoc-add-command-completions)
13293 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13294
13295 * outline.el (outline-mark-subtree): Activate the mark.
13296
13297 * calendar/appt.el (appt-time-regexp): New var.
13298 (appt-add, appt-make-list): Use it.
13299 (appt-convert-time): Clean up.
13300
13301 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13302 Don't set any syntax-table property here.
13303 (tex-font-lock-verb): New function. Do it here.
13304 (tex-font-lock-syntactic-keywords): Use it.
13305
13306 2005-10-04 Richard M. Stallman <rms@gnu.org>
13307
13308 * wid-edit.el (widget-file-complete): Get the widget start point
13309 the right way. Default directory to `/' if file has none.
13310
13311 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13312
13313 * textmodes/flyspell.el (flyspell-mode-on):
13314 Call ispell-maybe-find-aspell-dictionaries.
13315
13316 * textmodes/ispell.el (ispell-word, ispell-region):
13317 Call ispell-maybe-find-aspell-dictionaries.
13318 (ispell-accept-buffer-local-defs):
13319 Don't call ispell-maybe-find-aspell-dictionaries
13320
13321 2005-10-04 Richard M. Stallman <rms@gnu.org>
13322
13323 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13324
13325 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13326
13327 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13328 instead of `fboundp' in order to allow for anonymous functions.
13329
13330 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13331
13332 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13333 case the user clicks on the link while another window is selected.
13334 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13335
13336 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13337 functionality.
13338 (dframe-help-echo): Save point in case mouse tracking is off.
13339
13340 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13341
13342 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13343
13344 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13345
13346 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13347 not change the global value of those vars.
13348
13349 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13350 make-local-variable which we do not need any more.
13351
13352 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13353
13354 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13355 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13356 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13357 (speedbar-path-line): Define obsolete aliases.
13358 (speedbar-line-directory): Doc fix.
13359
13360 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13361 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13362 instead of speedbar-line-path.
13363
13364 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13365
13366 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13367 to nil if dropping on a window. Handle dropping on a minibuffer window
13368 like dropping on a non-window part of Emacs.
13369
13370 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13371
13372 * net/ange-ftp.el: Use with-current-buffer.
13373 (ange-ftp-insert-directory): Do not follow symlinks any more.
13374
13375 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13376 Remove interactive spec.
13377
13378 2005-10-03 Kim F. Storm <storm@cua.dk>
13379
13380 * ido.el (ido-mode): Use custom-initialize-set.
13381
13382 2005-10-02 Richard M. Stallman <rms@gnu.org>
13383
13384 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13385 Use insert-buffer-substring.
13386
13387 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13388 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13389
13390 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13391
13392 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13393 in last change.
13394 (ange-ftp-insert-directory): Fix up the search for the case where
13395 `file' is absolute.
13396
13397 2005-10-02 Romain Francoise <romain@orebokech.com>
13398
13399 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13400
13401 2005-10-02 Andreas Schwab <schwab@suse.de>
13402
13403 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13404 directory component in the session info.
13405
13406 2005-10-01 Richard M. Stallman <rms@gnu.org>
13407
13408 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13409
13410 * simple.el (next-error-internal): New function.
13411
13412 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13413 (compilation-start): Pass new arg to compilation-buffer-name.
13414 (compile-goto-error): Use next-error-internal.
13415
13416 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13417
13418 * speedbar.el: Remove RCS tag.
13419 (speedbar-check-read-only): Handle non-existent files.
13420
13421 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13422
13423 * info.el (Info-speedbar-hierarchy-buttons)
13424 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13425
13426 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13427
13428 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13429 Do not match newline.
13430 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13431 (bibtex-summary): Remove unnecessary save-excursion.
13432 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13433
13434 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13435
13436 * term/mac-win.el: Add charset info for "iso10646-1".
13437 Modify default fontset to use ATSUI-compatible fonts for some charsets
13438 if available.
13439
13440 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13441
13442 * speedbar.el: Re-apply arch tag.
13443 (speedbar-version): Rename to version 1.0. Suggested by Eric
13444 M. Ludlam.
13445 Reapply two changes from Emacs CVS' version of speedbar lost
13446 during the merge:
13447 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13448 (speedbar-frame-parameters): Improve customize type.
13449
13450 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13451
13452 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13453 (ange-ftp-file-directory-p): Fix the symlink case.
13454 (ange-ftp-insert-directory): When listing a single file, get a list of
13455 the parent buffer and extract the relevant line. Inspired from a patch
13456 by Katsumi Yamaoka <yamaoka@jpl.org>.
13457 (ange-ftp-file-name-sans-versions): Simplify.
13458
13459 2005-09-30 Bill Wohler <wohler@newt.com>
13460
13461 Move MH-E image files from toolbar and mail directories into
13462 etc/images.
13463
13464 * mail/reply2.*: Move to etc/images/mail/reply*.
13465
13466 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13467 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13468 etc/images.
13469
13470 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13471 * toolbar/reply*: Move to etc/images/mail.
13472
13473 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13474
13475 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13476
13477 * speedbar.el: New version 1.0pre3.
13478
13479 Frame management code (including timer, and mouse click specifics)
13480 moved to dframe.el:
13481 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13482 (speedbar-timer): Removed. Use dframe-timer.
13483 (speedbar-close-frame): Removed. Use dframe-close-frame.
13484 (speedbar-activity-change-focus-flag): Removed. Use
13485 dframe-activity-change-focus-flag.
13486 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13487 dframe-update-speed.
13488
13489 (speedbar-current-frame): New macro. Use this instead of the
13490 variable speedbar-frame.
13491
13492 (speedbar-use-images, speedbar-expand-image-button-alist)
13493 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13494
13495 (speedbar-find-image-on-load-path): Removed. Replaced by
13496 defezimage in ezimage.el.
13497 (speedbar-expand-image-button-alist): Removed. Replaced by
13498 ezimage-expand-image-button-alist in ezimage.el.
13499
13500 (speedbar-ignored-directory-regexp)
13501 (speedbar-add-ignored-directory-regexp)
13502 (speedbar-ignored-directory-expressions)
13503 (speedbar-line-directory, speedbar-buffers-line-directory)
13504 (speedbar-directory-line, speedbar-buffers-line-directory):
13505 Renamed, replacing `path' with `directory'.
13506
13507 (speedbar-create-directory, speedbar-expand-line-descendants)
13508 (speedbar-toggle-line-expansion)
13509 (speedbar-contract-line-descendants): New commands.
13510
13511 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13512 (speedbar-use-tool-tips-flag): New options.
13513
13514 (speedbar-check-read-only, speedbar-require-version)
13515 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13516 (speedbar-handle-delete-frame, speedbar-try-completion)
13517 (speedbar-update-localized-contents): New functions.
13518
13519 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13520 (speedbar-object-read-only-indicator): New variables.
13521
13522 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13523 New hooks.
13524
13525 (speedbar-separator-face): New face.
13526
13527 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13528 (speedbar-ignored-modes): Add fundamental-mode.
13529 (speedbar-directory-unshown-regexp): Add . directories.
13530
13531 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13532 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13533 `]' for full expand/close.
13534 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13535
13536 (speedbar-check-vc): Support hidden files.
13537 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13538 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13539 state is nil, it is not checked out.
13540
13541 (speedbar-line-text, speedbar-line-token): Support expand buttons
13542 with no text.
13543 (speedbar-refresh): Universal argument acts as power-click.
13544 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13545 that buffer to get variable values.
13546
13547 And many other bugfixes.
13548
13549 * dframe.el, ezimage.el, sb-image.el: New files.
13550
13551 * sb-*.xpm: Remove files. New image files installed into
13552 etc/images/ezimage.
13553
13554 2005-09-30 Kenichi Handa <handa@m17n.org>
13555
13556 * ps-mule.el (ps-mule-show-warning): If a character is in
13557 ps-print-translation-table, don't treat it as non-printable.
13558
13559 2005-09-30 David Ponce <david@dponce.com>
13560
13561 * tree-widget.el (tree-widget-themes-load-path): New variable.
13562 (tree-widget-themes-directory): Doc fix.
13563 (tree-widget-image-formats) [Emacs]: Doc fix.
13564 (tree-widget--locate-sub-directory): New function.
13565 (tree-widget-themes-directory): Use it.
13566
13567 * recentf.el (recentf-filename-handlers): Rename from
13568 `recentf-filename-handler'. Allow a list of functions.
13569 (recentf-menu-items-for-commands): Fix :help strings.
13570 (recentf-apply-filename-handlers): New function.
13571 (recentf-expand-file-name): Use it.
13572 (recentf-cleanup): Remove duplicates too.
13573
13574 2005-09-29 Juri Linkov <juri@jurta.org>
13575
13576 * faces.el: Rearrange face definitions to be in the same order as
13577 their face descriptions in "(emacs)Standard Faces".
13578
13579 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13580
13581 * tooltip.el (tooltip): Add group `basic-faces'.
13582
13583 * buff-menu.el (Buffer-menu-buffer): Remove group
13584 `font-lock-highlighting-faces'.
13585
13586 * progmodes/compile.el (compilation-error, compilation-warning)
13587 (compilation-info, compilation-line-number, compilation-column-number):
13588 Change group from `font-lock-highlighting-faces' to `compilation'.
13589
13590 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13591 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13592 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13593 (vhdl-font-lock-reserved-words-face)
13594 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13595 `font-lock-highlighting-faces'.
13596
13597 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13598
13599 2005-09-28 Kim F. Storm <storm@cua.dk>
13600
13601 * emulation/cua-base.el: Set CUA move property on additional commands:
13602 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13603 forward-sexp, backward-sexp, forward-list, backward-list.
13604
13605 2005-09-28 Romain Francoise <romain@orebokech.com>
13606
13607 * comint.el (comint-show-output): Really set point at the
13608 beginning of the output when not using `comint-use-prompt-regexp'.
13609
13610 2005-09-27 Jay Belanger <belanger@truman.edu>
13611
13612 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13613 in TeX mode.
13614
13615 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13616
13617 * textmodes/org.el (org-table-sum): Fix format string.
13618
13619 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13620 Quote face names.
13621
13622 2005-09-26 Romain Francoise <romain@orebokech.com>
13623
13624 * isearch.el (isearch-forward-regexp): Close doc string.
13625
13626 2005-09-25 Richard M. Stallman <rms@gnu.org>
13627
13628 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13629
13630 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13631
13632 * progmodes/compile.el (compilation-error-properties):
13633 When getting the file from the previous error message,
13634 correctly decode the new data format.
13635
13636 * progmodes/cc-cmds.el (c-electric-paren):
13637 Call old-blink-paren only for close-paren.
13638
13639 2005-09-24 Andreas Schwab <schwab@suse.de>
13640
13641 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13642 condition.
13643
13644 2005-09-25 Romain Francoise <romain@orebokech.com>
13645
13646 * dired-aux.el (dired-copy-file-recursive):
13647 * dired.el (dired-delete-file):
13648 * ediff-mult.el (ediff-dir-diff-copy-file):
13649 * ediff-util.el (ediff-test-save-region):
13650 * forms.el (forms-mode):
13651 * ido.el (ido-file-internal, ido-delete-file-at-head):
13652 * log-edit.el (log-edit-done):
13653 * ses.el (ses-yank-resize):
13654 * play/gomoku.el (gomoku-human-plays, gomoku)
13655 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13656 (gomoku-offer-a-draw):
13657 * play/landmark.el (lm-human-resigns, lm):
13658 * net/eudcb-ldap.el (eudc-ldap-check-base):
13659 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13660 * progmodes/ebrowse.el (ebrowse-find-pattern):
13661 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13662 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13663 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13664
13665 * vc.el (vc-delete-file):
13666 * play/gomoku.el (gomoku-terminate-game, gomoku)
13667 (gomoku-prompt-for-move, gomoku-human-takes-back):
13668 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13669 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13670
13671 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13672
13673 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13674 color rxvt terminals by using the code xterm.el used to use before
13675 2005-04-09 in order to match the colors used by rxvt.
13676
13677 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13678
13679 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13680 colors rxvt-unicode terminals by using the same code as xterm.el.
13681
13682 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13683
13684 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13685 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13686 new symbol used for the tex-verbatim face.
13687
13688 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13689
13690 * woman.el (woman-file-name):
13691 * wid-edit.el (widget-file-prompt-value)
13692 (widget-coding-system-prompt-value):
13693 * w32-fns.el (set-w32-system-coding-system):
13694 * vc.el (vc-version-diff, vc-annotate):
13695 * textmodes/reftex-auc.el (reftex-arg-cite)
13696 (reftex-arg-index-tag):
13697 * textmodes/refer.el (refer-get-bib-files):
13698 * textmodes/artist.el (artist-figlet-choose-font):
13699 * terminal.el (terminal-emulator):
13700 * replace.el (occur-read-primary-args):
13701 * rect.el (string-rectangle, string-insert-rectangle):
13702 * ps-print.el (ps-print-preprint):
13703 * progmodes/pascal.el (pascal-goto-defun):
13704 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13705 * progmodes/compile.el (compilation-find-file):
13706 * printing.el (pr-interactive-n-up):
13707 * play/animate.el (animate-birthday-present):
13708 * net/rcompile.el (remote-compile):
13709 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13710 * mail/rmailsum.el (rmail-summary-search-backward)
13711 (rmail-summary-search):
13712 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13713 (rmail-output-read-file-name):
13714 * mail/rmail.el (rmail-search, rmail-search-backwards):
13715 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13716 * locate.el (locate):
13717 * international/quail.el (quail-show-keyboard-layout):
13718 * international/mule.el (set-buffer-file-coding-system)
13719 (revert-buffer-with-coding-system, set-file-name-coding-system)
13720 (set-terminal-coding-system, set-keyboard-coding-system)
13721 (set-next-selection-coding-system):
13722 * international/mule-diag.el (describe-coding-system)
13723 (describe-font, describe-fontset):
13724 * international/mule-cmds.el (universal-coding-system-argument)
13725 (search-unencodable-char, describe-input-method)
13726 (set-language-environment, describe-language-environment):
13727 * international/codepage.el (codepage-setup):
13728 * international/code-pages.el (codepage-setup):
13729 * info.el (Info-search, Info-follow-reference)
13730 (Info-search-backward):
13731 * emacs-lisp/advice.el (ad-read-advised-function)
13732 (ad-read-advice-class, ad-clear-cache, ad-activate)
13733 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13734 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13735 (ad-read-regexp):
13736 * ediff-util.el (ediff-toggle-regexp-match):
13737 * ediff-ptch.el (ediff-prompt-for-patch-file):
13738 * dired-aux.el (dired-diff):
13739 * diff.el (diff):
13740 * cus-edit.el (custom-variable-prompt):
13741 * calendar/timeclock.el (timeclock-ask-for-project):
13742 * calc/calcalg3.el (calc-get-fit-variables):
13743 * calc/calc-store.el (calc-edit-variable)
13744 (calc-permanent-variable):
13745 * vc-mcvs.el (vc-mcvs-register):
13746 * shadowfile.el (shadow-define-literal-group):
13747 * woman.el (woman-file-name):
13748 * vc.el (vc-version-diff, vc-merge):
13749 * textmodes/reftex-index.el (reftex-index-complete-tag):
13750 * format.el (format-decode-buffer, format-decode-region):
13751 * emulation/viper-cmd.el (viper-read-string-with-history):
13752 * emacs-lisp/debug.el (cancel-debug-on-entry):
13753 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13754 * ediff.el (ediff-merge-revisions)
13755 (ediff-merge-revisions-with-ancestor, ediff-revision):
13756 * completion.el (interactive-completion-string-reader):
13757 * calc/calc-prog.el (calc-user-define-formula):
13758 Follow convention for reading with the minibuffer.
13759
13760 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13761
13762 * progmodes/python.el (python-describe-symbol): Add globals() and
13763 locals() to the arguments of emacs.ehelp.
13764
13765 2005-09-24 Magnus Henoch <mange@freemail.hu>
13766
13767 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13768 New function, code extracted from ispell-valid-dictionary-list.
13769 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13770 Call it.
13771
13772 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13773
13774 * subr.el (version-regexp-alist): Extend valid syntax for version
13775 strings: allow any of the characters -,_,+ to separate the
13776 alpha/beta/rc part from the version part. Doc fix.
13777 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13778
13779 2005-09-23 David Reitter <david.reitter@gmail.com>
13780
13781 * mail/mailclient.el: New file.
13782
13783 2005-09-23 Richard M. Stallman <rms@gnu.org>
13784
13785 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13786 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13787 Doc fixes.
13788
13789 * progmodes/cc-mode.el (c-font-lock-init):
13790 Specify font-lock-lines-before.
13791
13792 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13795 whole conflict.
13796
13797 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13798
13799 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13800 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13801 of `remap' feature when available. Additional key bindings for
13802 better tty support.
13803 (org-mode-restart, org-force-self-insert): New commands.
13804 (org-time-stamp-inactive): New command.
13805 (org-remap): New function.
13806 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13807 (org-enable-fixed-width-editor): Move to `org-structure'
13808 customization group.
13809 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13810 blank field after field motion commands.
13811
13812 2005-09-23 Kenichi Handa <handa@m17n.org>
13813
13814 * international/mule-cmds.el (set-language-environment):
13815 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13816 have to call utf-translate-cjk-load-tables.
13817
13818 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * mouse.el (mouse-move-drag-overlay): Fix last change.
13821
13822 2005-09-22 David Ponce <david@dponce.com>
13823
13824 * tree-widget.el (tree-widget-value-create): Fix previous change.
13825
13826 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13827
13828 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13829
13830 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13831
13832 * mouse.el (mouse-move-drag-overlay): New function.
13833 (mouse-drag-region-1): Use it.
13834 Try to simplify a bit the state handling. Handle clicks on links
13835 inside intangible areas.
13836 (mouse-save-then-kill): Minor simplification.
13837 (mouse-secondary-overlay): Make it always non-nil instead of
13838 recreating it each time.
13839 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13840 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13841 Simplify accordingly.
13842
13843 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13844
13845 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13846
13847 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13848
13849 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13850 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13851 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13852 to patch.
13853
13854 * ediff-util.el: Use insert-buffer-substring.
13855
13856 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13857
13858 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13859 field boundaries in the minibuffer.
13860 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13861 (viper-minibuffer-post-command-hook): New hook.
13862 (viper-line): Don't move cursor at bolp.
13863
13864 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13865
13866 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13867 avoid compiler warnings.
13868
13869 * emulation/viper-macs.el (ex-map): Better messages.
13870
13871 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13872
13873 * emulation/viper.el: Replace make-variable-buffer-local with
13874 viper-make-variable-buffer-local everywhere, to avoid warnings.
13875
13876 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13877
13878 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13879 Delete unused var `old-selected-window'.
13880 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13881 (mouse-drag-secondary): Delete unused var `start-frame'.
13882
13883 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13884
13885 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13886
13887 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13890 Re-indent within 80 columns. Use inhibit-read-only.
13891
13892 2005-09-19 Romain Francoise <romain@orebokech.com>
13893
13894 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13895
13896 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13897
13898 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13899 unconditionally, since the after-change-function already did it.
13900
13901 2005-09-19 Miles Bader <miles@gnu.org>
13902
13903 * net/newsticker.el: Get rid of CVS keyword.
13904
13905 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13906
13907 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13908 The prompt is formatted later.
13909
13910 2005-09-19 David Ponce <david@dponce.com>
13911
13912 * tree-widget.el (tree-widget-value-create): Save the converted
13913 tree :node widget.
13914
13915 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13916
13917 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13918 variable `message'.
13919
13920 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13921
13922 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13923 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13924 <slawomir.nowaczyk.847@student.lu.se>.
13925
13926 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13927
13928 * image.el (image-load-path): Use symbol `data-directory' instead
13929 of its value, for backward compatibility with packages that bind
13930 it during `find-image'. Suggested by Katsumi Yamaoka.
13931 (image-search-load-path): Handle symbols whose values are strings.
13932
13933 2005-09-18 Romain Francoise <romain@orebokech.com>
13934
13935 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13936 with-current-buffer form in save-excursion.
13937
13938 2005-09-18 Deepak Goel <deego@gnufans.org>
13939
13940 * apropos.el (apropos-command): Fix `message' call: first arg
13941 should be a format spec. In this and all other cases that appear
13942 below and elsewhere in the source code, I made a change only when
13943 two conditions were satisfied: [1] I can think of a possibility
13944 that the arguments would cause an error, for example, the code in
13945 question relies on external variables such as filenames. [2] I
13946 was sure that the arg to `message' could not have been nil in the code.
13947
13948 * textmodes/tildify.el (tildify-region): Ditto.
13949
13950 * textmodes/reftex-index.el (reftex-index-change-entry)
13951 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13952 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13953 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13954 (org-priority, org-table-sum):
13955 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13956 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13957 (flyspell-word, flyspell-display-next-corrections):
13958 * textmodes/bibtex.el (bibtex-print-help-message):
13959 * textmodes/artist.el (artist-key-set-point-poly):
13960 * term/mac-win.el (mac-services-insert-text):
13961 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13962 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13963 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13964 (vhdl-compose-configuration):
13965 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13966 (sh-set-indent, sh-learn-line-indent):
13967 * progmodes/ps-mode.el (ps-mode-target-column):
13968 * progmodes/idlwave.el (idlwave-make-tags)
13969 (idlwave-scan-library-catalogs):
13970 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13971 * progmodes/gud.el (gud-jdb-analyze-source):
13972 * progmodes/flymake.el (flymake-log):
13973 * progmodes/ebnf2ps.el (ebnf-generate-region):
13974 * progmodes/cmacexp.el (c-macro-expansion):
13975 * progmodes/ada-xref.el (ada-treat-cmd-string):
13976 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13977 (ada-justified-indent-current, ada-batch-reformat):
13978 * play/zone.el (zone):
13979 * play/landmark.el (lm-move):
13980 * play/decipher.el (decipher-show-alphabet):
13981 * net/newsticker.el (newsticker--display-jump)
13982 (newsticker--display-scroll):
13983 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13984 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13985 * mail/feedmail.el (feedmail-dump-message-to-queue):
13986 * eshell/esh-proc.el (eshell-remove-process-entry):
13987 * emulation/ws-mode.el (ws-last-error):
13988 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13989 (viper-record-kbd-macro):
13990 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13991 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13992 * emacs-lisp/find-func.el (find-function-noselect):
13993 * calendar/timeclock.el (timeclock-status-string)
13994 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13995 (timeclock-when-to-leave-string):
13996 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13997 * calc/calc-units.el (calc-enter-units-table):
13998 * calc/calc-mode.el (calc-mode-record-mode):
13999 * woman.el (woman-mini-help):
14000 * wdired.el (wdired-change-to-wdired-mode):
14001 * vc.el (vc-retrieve-snapshot):
14002 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14003 * startup.el (display-startup-echo-area-message):
14004 * simple.el (set-goal-column):
14005 * ses.el (ses-command-hook, ses-recalculate-cell):
14006 * server.el (server-process-filter):
14007 * printing.el (pr-interface-txt-print, pr-interface-printify)
14008 (pr-interface-ps):
14009 * pcvs.el (cvs-help):
14010 * log-edit.el (log-edit, log-edit-mode-help):
14011 * iswitchb.el (iswitchb-possible-new-buffer):
14012 * isearch.el (isearch-edit-string):
14013 * image-mode.el (image-mode, image-minor-mode):
14014 * ibuf-macs.el (define-ibuffer-filter):
14015 * hi-lock.el (hi-lock-find-patterns):
14016 * files.el (toggle-read-only):
14017 * ediff-util.el (ediff-copy-diff)
14018 (ediff-write-merge-buffer-and-maybe-kill):
14019 * echistory.el (Electric-history-undefined):
14020 * dnd.el (dnd-insert-text):
14021 * dired-aux.el (dired-query):
14022 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14023 * bookmark.el (bookmark-bmenu-locate):
14024 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14025 Fix `message' calls to ensure first arg is a format string.
14026 The change was made only when these two conditions were satisfied:
14027 [1] when there is a possibility that the arguments would cause an error
14028 for example, if the code in question relies on external variables
14029 such as filenames, and
14030 [2] if the arg to `message' could not have been nil in the code.
14031
14032 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14033 Not having a %s would be weird, though not technically wrong.
14034
14035 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14036
14037 * term/mac-win.el (mac-add-charset-info): Doc fix.
14038
14039 2005-09-17 Romain Francoise <romain@orebokech.com>
14040
14041 * shell.el (shell-resync-dirs): Handle echoing processes more
14042 reliably. Don't insert resync command if `comint-process-echoes'
14043 is non-nil.
14044
14045 2005-09-17 Magnus Henoch <mange@freemail.hu>
14046
14047 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14048 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14049 aspell versions >= 0.60.
14050 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14051 only if ispell-aspell-supports-utf8 is non-nil.
14052
14053 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14054
14055 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14056 buffer-local value to lisp-indent-function.
14057
14058 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14059
14060 * progmodes/glasses.el (glasses-make-readable): If
14061 glasses-separator differs from underscore, put appropriate
14062 overlays over underscore characters.
14063 (glasses-convert-to-unreadable): If glasses-separator differs from
14064 underscore, try to convert glasses-separator characters to
14065 underscores.
14066
14067 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14068
14069 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14070 Use with-syntax-table and dolist.
14071
14072 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14073
14074 * textmodes/reftex-auc.el:
14075 * textmodes/reftex-cite.el:
14076 * textmodes/reftex-dcr.el:
14077 * textmodes/reftex-global.el:
14078 * textmodes/reftex-parse.el:
14079 * textmodes/reftex-ref.el:
14080 * textmodes/reftex-sel.el:
14081 * textmodes/reftex-toc.el:
14082 * textmodes/reftex-vars.el:
14083 * textmodes/reftex.el: Small changes to remove compiler warnings.
14084
14085 * textmodes/reftex-index.el: Likewise.
14086 (reftex-query-index-phrase): More efficient use of markers.
14087
14088 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14089
14090 * image.el (image-load-path): New variable.
14091 (image-search-load-path): New function.
14092 (find-image): Search for images in `image-load-path'.
14093
14094 2005-09-15 Richard M. Stallman <rms@gnu.org>
14095
14096 * follow.el: Change Maintainer field.
14097
14098 2005-09-15 David Ponce <david@dponce.com>
14099
14100 * recentf.el (recentf-save-file-modes): New option.
14101 (recentf-save-list): Use it.
14102
14103 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14104
14105 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14106 (mode-line-mule-info, mode-line-modified): Move bindings from
14107 mouse-3 to mouse-1.
14108
14109 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14110
14111 * simple.el (sendmail-user-agent-compose): Revert last change.
14112
14113 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14116 Use with-current-buffer.
14117 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14118 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14119 (ange-ftp-insert-directory): Remove unused var `short'.
14120 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14121
14122 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14123 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14124
14125 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14126 (check-calendar-holidays, diary-list-entries): Autoload.
14127 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14128 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14129
14130 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14131 which mistakenly removed a call to display-buffer.
14132
14133 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14134
14135 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14136
14137 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14138
14139 * progmodes/hideshow.el
14140 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14141 (hs-allow-nesting): New user var.
14142 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14143 (hs-hide-block-at-point): When nesting allowed,
14144 if there is already an overlay in place, delete it.
14145 (hs-safety-is-job-n): Delete func; remove call sites.
14146 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14147 (hs-overlay-at): New func.
14148 (hs-already-hidden-p, hs-show-block): Use it.
14149 (hs-hide-all): Don't pre-clean if nesting allowed.
14150 (hs-show-all): Temporarily disallow
14151 nesting around call to `hs-discard-overlays'.
14152
14153 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14154
14155 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14156 Delete unused local var.
14157
14158 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14159
14160 * help-fns.el (describe-categories): "?\ " -> "?\s".
14161 (help-do-arg-highlight): Recognize also ARG-n, as in
14162 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14163
14164 * international/codepage.el (dos-unsupported-char-glyph):
14165 * net/newsticker.el (tool-bar-map, w3-mode-map)
14166 (w3m-minor-mode-map):
14167 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14168 (ent-alist):
14169 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14170
14171 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14172
14173 * custom.el (custom-push-theme): Handle the case where a symbol is
14174 bound but face properties have not yet been assigned.
14175
14176 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14177 Fix behavior if noerase is `t' and there is no mail buffer.
14178
14179 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14180 if `continue' is nil, rather than signal an error.
14181
14182 2005-09-12 Richard M. Stallman <rms@gnu.org>
14183
14184 * font-lock.el (font-lock-keywords): Add autoload.
14185
14186 * help-fns.el (describe-variable): Rearrange to put source link
14187 in a predictable place.
14188
14189 * net/newsticker.el: New file.
14190
14191 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14194 (calendar-basic-setup): Use the new nil arg.
14195 (number-of-diary-entries): Move to diary-lib.el.
14196
14197 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14198 (diary-list-entries): Use with-syntax-table and dolist.
14199 Rename from list-diary-entries.
14200 Use number-of-diary-entries if `number' is nil.
14201 (diary, diary-view-entries): Use this new name and new nil arg value.
14202 (number-of-diary-entries): Move from calendar.el.
14203 (diary-unhide-everything): New function.
14204 (include-other-diary-files, fancy-diary-display)
14205 (diary-show-all-entries, make-diary-entry): Use it.
14206 (diary-mail-entries): Use buffer-string.
14207 (mark-diary-entries): Fix long standing paren typo.
14208 (diary-sexp-entry): Use count-lines.
14209 (make-diary-entry): Avoid `previous-line'.
14210 (diary-mode-map): New var.
14211 (diary-mode): Redraw cal after saving. Setup header-line.
14212 (fancy-diary-display-mode): Use local-set-key.
14213
14214 * startup.el (command-line): Try calling various terminal-init-foo-bar
14215 functions by stripping hyphenated suffixes from $TERM.
14216
14217 * files.el (normal-mode): Check boundness of font-lock-keywords.
14218
14219 2005-09-12 Richard M. Stallman <rms@gnu.org>
14220
14221 * progmodes/compile.el: Don't decide a file's directory
14222 until the user actually tries to go there.
14223 (compilation-next-error-function):
14224 Pass compilation-find-file the directory from the file-struct.
14225 (compilation-internal-error-properties): Separate local FILE-STRUCT
14226 from FILE. Doc the args better. Rename arg FMT to FMTS.
14227 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14228 Expand it, and if nil, use default-directory.
14229 (compilation-get-file-structure): Don't mix specified directory
14230 with default directory. Put specified directory into
14231 file-struct. Don't make the file name absolute.
14232
14233 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14234 (compile-command): Add autoload.
14235 (compilation-disable-input): Add autoload.
14236
14237 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14238
14239 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14240 strings of the variables it can override.
14241 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14242 %Q and %q, for fully-qualified domain name and unqualified host name.
14243
14244 2005-09-11 Kim F. Storm <storm@cua.dk>
14245
14246 * emacs-lisp/authors.el (authors-aliases): Update list.
14247 (authors-fixed-entries): Update mldrag.el entry.
14248
14249 2005-09-10 Alan Mackenzie <acm@muc.de>
14250
14251 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14252 from the region narrowed to.
14253
14254 2005-09-10 Magnus Henoch <mange@freemail.hu>
14255
14256 * textmodes/ispell.el (ispell-check-version): Signal an error if
14257 aspell version is less than 0.60.
14258
14259 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14260
14261 * progmodes/octave-inf.el (inferior-octave-startup):
14262 Resync current dir at the end.
14263
14264 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14265
14266 * woman.el (woman-topic-at-point-default):
14267 Rename to woman-use-topic-at-point-default.
14268 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14269 (woman-file-name): Reflect renames above. Automatically use the
14270 word at point as topic if woman-use-topic-at-point is non-nil.
14271 Otherwise offer it as default but don't insert it in the
14272 minibuffer. Also use `test-completion' instead of `assoc' as
14273 suggested by Stefan Monnier.
14274
14275 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14276
14277 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14278 the attempt to do it over Tramp. This is not yet supported.
14279
14280 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14281
14282 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14283 (menu-bar-non-minibuffer-window-p): New functions.
14284 ("Split Window", "Save As..."): Use them.
14285 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14286 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14287 Use menu-bar-menu-frame-live-and-visible-p.
14288 ("Save Buffer", "Insert File", "Open Directory...")
14289 ("Open File...", "Visit New File..."):
14290 Use menu-bar-non-minibuffer-window-p.
14291 (kill-this-buffer-enabled-p, dired <menu-enable>):
14292 Use menu-bar-non-minibuffer-window-p.
14293
14294 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14295
14296 * cus-start.el (all): Don't complain about fringe-related
14297 built-ins if fringes are not supported. Ditto about
14298 selection-related built-ins. Fix the test for GTK-related built-ins.
14299
14300 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14301 ("Postscript Print Buffer", "Print Region", "Save As...")
14302 ("Save", "Insert File...", "Open Directory...")
14303 ("Open File...", "Visit New File..."")
14304 ("Truncate Long Lines in this Buffer"): Don't look at
14305 menu-updating-frame if this display does not support multiple frames.
14306
14307 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14308
14309 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14310
14311 2005-09-09 Emilio Lopes <eclig@gmx.net>
14312
14313 * woman.el: Format- and whitespace-related changes.
14314
14315 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14316
14317 * woman.el: Fix my email address.
14318
14319 2005-09-08 Richard M. Stallman <rms@gnu.org>
14320
14321 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14322 (sh-mode): Locally set skeleton-pair-default-alist.
14323
14324 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14325
14326 * progmodes/flymake.el: Require `compile' unconditionally.
14327
14328 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14329
14330 * woman.el (woman-file-name): Provide a default, not initial input.
14331
14332 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14333
14334 * font-lock.el (font-lock-support-mode): Doc fix.
14335
14336 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14337
14338 2005-09-08 Richard M. Stallman <rms@gnu.org>
14339
14340 * simple.el (blink-matching-open): Get rid of text props from
14341 the string shown in echo area. Don't permanently set point.
14342 Some rearrangements.
14343
14344 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14345
14346 * recentf.el (recentf-filename-handler): Add custom choice
14347 `abbreviate-file-name'.
14348
14349 * msb.el (msb--very-many-menus): Fix typo.
14350
14351 * disp-table.el (standard-display-european): Don't set
14352 enable-multibyte-characters to nil.
14353
14354 2005-09-08 David Ponce <david@dponce.com>
14355
14356 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14357 (recentf-expand-file-name): Doc fix.
14358 (recentf-dialog-mode-map): Define digit shortcuts.
14359 (recentf--files-with-key): New variable.
14360 (recentf-show-digit-shortcut-filter): New function.
14361 (recentf-open-files-items): New function.
14362 (recentf-open-files): Use it.
14363 (recentf-open-file-with-key): New command.
14364
14365 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14366
14367 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14368 Suggested by Kim F. Storm.
14369 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14370 (Buffer-menu-make-sort-button): Use global keymap.
14371
14372 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14373
14374 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14375 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14376 necessary any longer with the remapped command.
14377 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14378 formatting time only.
14379
14380 * net/tramp.el (tramp-action-password)
14381 (tramp-multi-action-password): Compile the password prompt from
14382 `method', `user' and `host'. Sometimes it isn't obvious which
14383 password to enter, for example with remote files offered by
14384 recentf.el, or with multiple steps. Suggested by Robert Marshall
14385 <robert@chezmarshall.freeserve.co.uk>.
14386
14387 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14390 Fix regexp for when "s///" is at the beginning of line.
14391
14392 2005-09-07 Jay Belanger <belanger@truman.edu>
14393
14394 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14395 when in matrix mode.
14396
14397 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14398
14399 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14400 non-anonymous functions.
14401
14402 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14403
14404 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14405 when using a header line. Otherwise, use mouse-1-click-follows-link.
14406
14407 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14408 can't be moved; don't signal an error.
14409
14410 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14411
14412 * cus-theme.el (custom-theme-write-faces): Save the current face
14413 spec, not the defface spec.
14414
14415 * custom.el (custom-known-themes): Clarify meaning of "standard".
14416 (custom-push-theme): Save old values in the standard theme.
14417 (disable-theme): Correct typo.
14418 (custom-face-theme-value) Deleted unused function.
14419 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14420
14421 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * progmodes/compile.el (compilation-goto-locus): Take into account
14424 iconified frames when determining whether the buffer is
14425 already visible.
14426 Don't reset window height if the window already existed.
14427
14428 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14429
14430 * custom.el (load-theme): Rename from require-theme.
14431 Add interactive spec.
14432 (enable-theme): Rename from custom-enable-theme.
14433 Add interactive spec.
14434 (disable-theme): Rename from custom-disable-theme.
14435 Add interactive spec.
14436 (custom-make-theme-feature): Doc fix.
14437 (custom-theme-directory): Doc fix.
14438 (provide-theme): Call enable-theme.
14439
14440 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * obsolete/lazy-lock.el (lazy-lock-mode):
14443 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14444 font-lock-mode if it's off. Print a warning instead.
14445
14446 * progmodes/compile.el (compilation-start): Ignore errors if the
14447 process died before we get to send-eof.
14448
14449 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14450 Undo last change. Enclosing the result in quotes broke things on Unix
14451 since tex-send-command passes it through shell-quote-argument.
14452 (tex-send-command): Pass `file' through convert-standard-filename
14453 when possible.
14454 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14455 info in a transcript.
14456
14457 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14458
14459 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14460 fix compilation warning. Reorder the key definitions to group
14461 together keys emitted by the current version of xterm.
14462
14463 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14464 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14465 Reorder predicates to correct min-color usage.
14466
14467 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14468
14469 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14470 Kill local variables when longlines-mode is turned off.
14471
14472 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14475
14476 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14477
14478 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14479
14480 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14481 (font-lock-lines-before): Change default to being inactive.
14482 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14483 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14484
14485 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14486
14487 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14488 Deactivate temporarily advice if active (not needed for Emacs 22,
14489 but for backwards compatibility).
14490 (tramp-exists-file-name-handler): Rewrite. First implementation
14491 was too simple.
14492 (tramp-advice-make-auto-save-file-name):
14493 Call `tramp-handle-make-auto-save-file-name' (again, just for
14494 backwards compatibility).
14495
14496 2005-08-31 Reto Zimmermann <reto@gnu.org>
14497
14498 * progmodes/vhdl-mode.el
14499 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14500 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14501 (vhdl-set-default-project): New function (easier setting of default).
14502 (vhdl-port-copy): Handle extended identifiers for generics.
14503 (vhdl-compiler-alist): Better description for error message regexp.
14504 (vhdl-make): Query for target, use previous as default.
14505 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14506 (vhdl-font-lock-keywords-2): Fix fontification for record
14507 el. assign.
14508 (vhdl-speedbar-make-subpack-line): Add package body link.
14509 (vhdl-generate-makefile-1): Not include itself as dependency.
14510 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14511 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14512 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14513 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14514 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14515 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14516 (vhdl-import-project): Add string argument for `error'.
14517 (vhdl-compose-configuration)
14518 (vhdl-compose-configuration-architecture): Add configuration
14519 declaration generation.
14520 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14521 (vhdl-trailer-re): Add "record" keyword (better indentation).
14522 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14523 "[^ \t-\"]+".
14524 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14525 (vhdl-testbench-entity-file-name)
14526 (vhdl-testbench-architecture-file-name): Allow separate
14527 customization of testbench file names.
14528 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14529 (vhdl-get-visible-signals): Allow newline within alias declaration.
14530 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14531 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14532 (member-ignore-case): Alias for missing function in XEmacs.
14533 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14534 (vhdl-update-sensitivity-list): Ignore case on read signals.
14535 (vhdl-replace-string): Adjust case only for file names.
14536 (vhdl-update-sensitivity-list): Fix search for read signals.
14537 (vhdl-update-sensitivity-list): Exclude formal parameters.
14538 (vhdl-get-visible-signals): Include aliases of signals.
14539 (vhdl-get-visible-signals): Fix signal name searching.
14540 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14541 (vhdl-fixup-whitespace-region): Fix for character
14542 literals (e.g. `:').
14543
14544 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14545
14546 * ansi-color.el (comint-last-output-start):
14547 * bs.el (font-lock-verbose):
14548 * diff-mode.el (add-log-buffer-file-name-function):
14549 * dired-x.el (vm-folder-directory):
14550 * faces.el (help-xref-stack-item):
14551 * files.el (font-lock-keywords):
14552 * find-lisp.el (dired-buffers, dired-subdir-alist):
14553 * ido.el (cua-inhibit-cua-keys):
14554 * log-view.el (cvs-minor-wrap-function):
14555 * outline.el (font-lock-warning-face):
14556 * simple.el (compilation-current-error):
14557 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14558 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14559 * tooltip.el (comint-prompt-regexp):
14560 * w32-fns.el (explicit-shell-file-name):
14561 * term/mac-win.el (mac-charset-info-alist)
14562 (mac-services-selection, mac-system-script-code):
14563 * term/tty-colors.el (msdos-color-values):
14564 * term/w32-win.el (xlfd-regexp-registry-subnum):
14565 * term/x-win.el (x-keysym-table, x-selection-timeout)
14566 (x-session-id, x-session-previous-id):
14567 * textmodes/ispell.el (mail-yank-prefix):
14568 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14569 * textmodes/org.el (calc-embedded-close-formula)
14570 (calc-embedded-open-formula)
14571 (font-lock-unfontify-region-function):
14572 * textmodes/reftex-global.el (isearch-next-buffer-function)
14573 (TeX-master):
14574 * textmodes/reftex.el (font-lock-keywords):
14575 * textmodes/tex-mode.el (font-lock-comment-face)
14576 (font-lock-doc-face):
14577 * textmodes/texinfo.el (outline-heading-alist):
14578 Add defvars.
14579
14580 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14581 (artist-spray-chars, artist-mode-init, artist-replace-string)
14582 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14583 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14584 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14585
14586 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14587 (conf-align-assignments): "?\ " -> "?\s".
14588
14589 * textmodes/reftex-index.el (TeX-master): Add defvar.
14590 (reftex-index-phrases-marker): Move up defvar.
14591
14592 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14593 (reftex-toc-include-labels-indicator)
14594 (reftex-toc-include-index-indicator)
14595 (reftex-toc-max-level-indicator): Move up declarations.
14596
14597 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14598 of args to `tramp-run-real-handler', even if it's empty in this case.
14599
14600 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14601
14602 * dired.el (dired-move-to-filename-regexp): Add date format for
14603 Mac OS X 10.3 in East Asian locales.
14604
14605 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14606
14607 * files.el (make-auto-save-file-name): Add file name handler call
14608 if applicable.
14609
14610 * net/tramp.el (tramp-file-name-handler-alist)
14611 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14612 (tramp-handle-make-auto-save-file-name): Rename from
14613 `tramp-make-auto-save-file-name'.
14614 (tramp-exists-file-name-handler): New defun.
14615 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14616 `make-auto-save-file-name' is not a magic file name operation.
14617
14618 2005-08-30 Richard M. Stallman <rms@gnu.org>
14619
14620 * files.el (risky-local-variable-p):
14621 Match `-predicates' and `-commands.
14622
14623 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14624 (custom-save-all): Visit the file if necessary;
14625 kill the buffer if we created it.
14626 (custom-save-delete): Don't visit file or kill buffer here.
14627
14628 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14629
14630 * textmodes/org.el (org-special-keyword): New face.
14631 (org-table-copy-down, org-table-eval-formula)
14632 (org-table-recalculate, org-init-section-numbers):
14633 Use `string-to-number' instead of `string-to-int'.
14634 (org-get-location): Use `insert-buffer-substring' instead of
14635 `insert-buffer'.
14636 (org-modify-diary-entry-string): New function.
14637 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14638 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14639 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14640 active region.
14641 (org-export-as-html): Handle QUOTE keyword.
14642 (org-quote-string): New option.
14643 (org-bookmark-jump-unhide): New function, used for
14644 `bookmark-after-jump-hook'.
14645 (org-diary-default-entry): Apply only when not called through
14646 `org-agenda'.
14647
14648 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14649
14650 * net/eudc.el (mode-popup-menu):
14651 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14652 * progmodes/ada-mode.el (compile-auto-highlight)
14653 (skeleton-further-elements):
14654 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14655 * progmodes/cmacexp.el (msdos-shells):
14656 * progmodes/compile.el (font-lock-extra-managed-props)
14657 (font-lock-keywords, font-lock-maximum-size)
14658 (font-lock-support-mode):
14659 * progmodes/grep.el (font-lock-lines-before):
14660 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14661 * progmodes/mixal-mode.el (compile-command):
14662 * progmodes/perl-mode.el (font-lock-comment-face)
14663 (font-lock-doc-face, font-lock-string-face):
14664 * progmodes/prolog.el (comint-prompt-regexp):
14665 * progmodes/sh-script.el (font-lock-comment-face)
14666 (font-lock-set-defaults, font-lock-string-face):
14667 * progmodes/sql.el (font-lock-keyword-face)
14668 (font-lock-set-defaults, font-lock-string-face):
14669 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14670 (itimer-version, lazy-lock-defer-contextually)
14671 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14672 Add defvars.
14673
14674 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14675 (cperl-electric-keyword, cperl-electric-pod)
14676 (cperl-electric-backspace, cperl-forward-re)
14677 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14678 (vc-rcs-header, vc-sccs-header): Add defvars.
14679
14680 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14681 (font-lock-syntactic-keywords, gud-find-expr-function):
14682 Add defvars.
14683
14684 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14685 (gdb-frame-parameters): Declare before use.
14686
14687 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14688 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14689 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14690 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14691
14692 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14693 (idlwave-help-with-source): Use `insert-buffer-substring', not
14694 `insert-buffer'.
14695
14696 2005-08-29 Juri Linkov <juri@jurta.org>
14697
14698 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14699 Put outline-back-to-heading function call inside save-excursion.
14700
14701 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14702
14703 * man.el (Man-init-defvars, Man-translate-references)
14704 (Man-support-local-filenames, Man-highlight-references):
14705 * progmodes/sql.el (sql-interactive-mode):
14706 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14707
14708 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14709 (compilation-mode-font-lock-keywords): Add defvars.
14710 (checkdoc-interactive-loop): "?\ " -> "?\s".
14711
14712 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14713 (font-lock-doc-face, font-lock-string-face)
14714 (font-lock-keywords-case-fold-search): Add defvars.
14715 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14716
14717 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14718 Don't pass X and Y (they are ignored anyway).
14719 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14720 (mouse-delete-window): Make arguments optional.
14721
14722 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14723 (caesar-translate-table, minor-modes, news-buffer-save)
14724 (news-group-name, news-minor-modes): Add defvars.
14725
14726 * emacs-lisp/lselect.el (mouse-highlight-priority)
14727 (x-lost-selection-functions, zmacs-regions):
14728 * emacs-lisp/pp.el (font-lock-verbose):
14729 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14730 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14731 (ses-mode-map):
14732 * emacs-lisp/tcover-unsafep.el (safe-functions):
14733 * international/mule-cmds.el (mac-system-coding-system)
14734 (mac-system-locale):
14735 * language/ethio-util.el (rmail-current-message)
14736 (rmail-message-vector):
14737 * language/thai-util.el (thai-auto-composition-mode):
14738 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14739 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14740 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14741 (vm-primary-inbox, vm-spool-files):
14742 * mail/rmail.el (deleted-head, font-lock-fontified)
14743 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14744 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14745 (total-messages):
14746 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14747 (rmail-summary-mode-map):
14748 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14749 (rmail-last-label, rmail-last-multi-labels)
14750 (rmail-summary-vector, rmail-total-messages):
14751 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14752 * mail/rmailsum.el (msgnum):
14753 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14754 (rmail-current-message):
14755 * obsolete/fast-lock.el (font-lock-face-list):
14756 * obsolete/rnewspost.el (mail-reply-buffer):
14757 * obsolete/scribe.el (compile-command):
14758 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14759
14760 2005-08-28 John Paul Wallington <jpw@gnu.org>
14761
14762 * ibuf-ext.el (ibuffer-auto-update-changed):
14763 Use `frame-or-buffer-changed-p' to check whether we need to update.
14764 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14765 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14766 as a `frame-or-buffer-changed-p' state vector instead.
14767
14768 2005-08-27 Romain Francoise <romain@orebokech.com>
14769
14770 * textmodes/makeinfo.el (makeinfo-compile):
14771 Use `compilation-start'. Set `next-error-function' according to
14772 `disable-errors'.
14773 (makeinfo-next-error): New function.
14774 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14775 (makeinfo-buffer): Likewise.
14776
14777 * progmodes/compile.el (compilation-start): Add autoload cookie.
14778
14779 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14780 * textmodes/sgml-mode.el: Likewise.
14781 * progmodes/python.el: Likewise.
14782
14783 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14784
14785 * simple.el (blink-matching-paren-distance): Document the meaning
14786 of nil value, and allow to customize to nil.
14787
14788 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14789 command.com, not command.exe.
14790
14791 2005-08-26 John Wiegley <johnw@newartisans.com>
14792
14793 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14794 code around a bit so that an extraneous nil argument is not added
14795 to a command when no args are given.
14796
14797 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14798 double-quoted argument resolves to nil, return it as an empty
14799 string rather than as nil. This made it impossible to pass "" to
14800 a shell script as a null string argument.
14801
14802 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14803
14804 * outline.el (outline-invent-heading): New fun.
14805 (outline-promote, outline-demote): Use it.
14806 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14807 (outline-end-of-subtree): Remove unused var `opoint'.
14808
14809 2005-08-26 David Reitter <david.reitter@gmail.com>
14810
14811 * menu-bar.el (truncate-lines, write-file, print-buffer)
14812 (ps-print-buffer-faces, ps-print-buffer, split-window):
14813 Disable menu items when the frame they refer to is invisible, or when
14814 they refer to a buffer and the minibuffer is selected.
14815
14816 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14817
14818 * progmodes/flymake.el (flymake-highlight-err-lines):
14819 Use save-excursion around flymake-highlight-line to preserve point.
14820
14821 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14822
14823 * progmodes/octave-mod.el: Change Author and Maintainer address.
14824 (octave-maintainer-address): Change Kurt's email address.
14825 * progmodes/octave-inf.el: Change Author and Maintainer address.
14826 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14827
14828 2005-08-26 Kim F. Storm <storm@cua.dk>
14829
14830 * subr.el (version-list-<, version-list-<=, version-list-=):
14831 Rename from integer-list-*.
14832 (version-list-not-zero): Likewise. Fix while loop.
14833 (version=): Use version-list-= instead of string-equal.
14834
14835 2005-08-26 Richard M. Stallman <rms@gnu.org>
14836
14837 * outline.el (outline-promote): Try shortening the heading.
14838 As last resort, read the heading to use.
14839 (outline-demote): As last resort, read the heading to use.
14840
14841 2005-08-26 Romain Francoise <romain@orebokech.com>
14842
14843 * progmodes/compile.el (compilation-start): Doc fix.
14844
14845 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14846 (antlr-font-lock-additional-keywords): Fix reference to
14847 `antlr-font-lock-literal-regexp' erroneously changed during the
14848 mass face rename.
14849 (antlr-run-tool): Use `compilation-start'.
14850
14851 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14852 instead of the obsolete `compile-internal'.
14853
14854 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14855
14856 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14857 (number, original-date):
14858 * calendar/cal-china.el (date):
14859 * calendar/cal-coptic.el (date):
14860 * calendar/cal-french.el (date):
14861 * calendar/cal-hebrew.el (date, entry, number, original-date):
14862 * calendar/cal-islam.el (date, number, original-date):
14863 * calendar/cal-iso.el (date):
14864 * calendar/cal-julian.el (date):
14865 * calendar/cal-mayan.el (date):
14866 * calendar/cal-menu.el (date, event):
14867 * calendar/cal-persia.el (date):
14868 * calendar/lunar.el (date):
14869 * calendar/solar.el (date): Add defvars.
14870
14871 * emerge.el:
14872 * ibuffer.el:
14873 * info-xref.el:
14874 * obsolete/bg-mouse.el:
14875 * obsolete/sun-curs.el:
14876 * obsolete/swedish.el: Move the `defvar's to the top level.
14877
14878 * smerge-mode.el (smerge-refined-change): Add :group.
14879
14880 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14881
14882 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14883 (smerge-keep-n): Remove props.
14884 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14885 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14886 now that it's done in smerge-keep-n.
14887 (smerge-refined-change): New face.
14888 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14889 (smerge-refine): New funs.
14890 (smerge-basic-map): Bind smerge-refine.
14891
14892 2005-08-25 Juri Linkov <juri@jurta.org>
14893
14894 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14895 compilation-process-setup-function and compilation-disable-input
14896 in grep-mode instead of let-bindings in grep.
14897
14898 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14899 Delete "Automatic File De/compression" (auto-compression-mode).
14900
14901 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14902
14903 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14904 Silence warning about non-existent variable.
14905
14906 2005-08-25 Richard M. Stallman <rms@gnu.org>
14907
14908 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14909 Rename "Describe Key" to "Describe Key or Mouse Operation".
14910
14911 * mail/mailalias.el (build-mail-aliases): Delete comments
14912 from the contents before processing them.
14913
14914 * isearch.el (isearch-edit-string): Erase the Search prompt
14915 if user enters an empty string and there is no default.
14916
14917 * comint.el (comint-file-name-prefix): Add autoload.
14918
14919 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14920
14921 * subr.el (play-sound): Rearrange to avoid warning.
14922
14923 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14924
14925 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14926 New hook.
14927 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14928
14929 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14932
14933 * custom.el (custom-theme-set-variables): Sort minor modes last.
14934
14935 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14936
14937 * subr.el (version-separator, version-regexp-alist): New vars used by
14938 version comparison funs.
14939 (integer-list-<, integer-list-=, integer-list-<=)
14940 (integer-list-not-zero): New funs for integer list comparison.
14941 (version-to-list, version=, version<, version<=): New funs for version
14942 comparison.
14943
14944 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14947 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14948 time to silence the byte-compiler.
14949
14950 * ibuffer.el (ibuffer-compile-make-eliding-form)
14951 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14952 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14953 so it's silly to get warnings for it).
14954 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14955 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14956 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14957 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14958 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14959 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14960 Defvar at compile time.
14961 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14962 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14963 Declare them before use.
14964
14965 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14966 (info-xref-good, info-xref-bad): Defvar at compile time.
14967
14968 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14969 Use `let*' instead of `let'.
14970
14971 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14972 (*mouse-y*, menu, char): Defvar at compile time.
14973 (sc::menu): Declare it before use.
14974 (sc::pack-one-line): Use `let', not `let*'.
14975
14976 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14977 (mail-send-hook): Defvar at compile time.
14978
14979 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14980 Defvar at compile time.
14981
14982 * term/sun-mouse.el (current-global-mousemap)
14983 (current-local-mousemap): Declare them before use.
14984
14985 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14986
14987 * bookmark.el (bookmark-after-jump-hook): New hook.
14988 (bookmark-jump): Run `bookmark-after-jump-hook'.
14989
14990 2005-08-23 Juri Linkov <juri@jurta.org>
14991
14992 * faces.el (minibuffer-prompt): Doc fix.
14993
14994 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14995
14996 * progmodes/xscheme.el: Trivial changes to silence warnings.
14997 (xscheme-previous-mode, xscheme-previous-process-state):
14998 Add defvars.
14999 (xscheme-last-input-end, xscheme-process-command-line)
15000 (xscheme-process-name, xscheme-buffer-name)
15001 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15002 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15003 (xscheme-control-g-synchronization-p)
15004 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15005 (default-xscheme-runlight, xscheme-runlight)
15006 (xscheme-runlight-string, xscheme-process-filter-state)
15007 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15008 Move to beginning of file.
15009 (scheme-interaction-mode-commands-alist)
15010 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15011 Declare them before use. Note: the initialization code for the variables
15012 has not been moved because it uses functions that reference the variables.
15013 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15014 (xscheme-prompt-for-expression-map): Declare them before use.
15015 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15016
15017 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15018
15019 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15020
15021 2005-08-22 Juri Linkov <juri@jurta.org>
15022
15023 * faces.el (set-face-underline): Delete this duplicate function
15024 and make an obsolete alias to set-face-underline-p.
15025 (set-face-underline-p): Use docstring of set-face-underline.
15026 (describe-face): Create hyperlink to parent face.
15027
15028 * info.el (Info-insert-dir): Use save-excursion around
15029 insert-buffer-substring.
15030 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15031 (Info-escape-percent): Delete function.
15032 (Info-fontify-node): Replace Info-escape-percent by
15033 replace-regexp-in-string with REP arg set to lambda that
15034 duplicates `%' and preserves text properties.
15035
15036 * progmodes/compile.el (compilation-disable-input): Doc fix.
15037 (define-compilation-mode): Doc fix and refill.
15038 (kill-compilation): Use `mode-name' in the error message.
15039 (compilation-find-file): Use `compilation-error' in the
15040 read-file-name's prompt.
15041
15042 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15043
15044 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15045 (smerge-auto-leave): Make undo re-enable the mode.
15046 (debug-ignored-errors): Add the user-error of impossible resolution.
15047 (smerge-resolve): Move things around a bit, in preparation for later.
15048 (smerge-diff): Don't fail if the buffer has no associated file.
15049 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15050 (smerge-conflict-overlay): New function.
15051 (smerge-match-conflict): Don't add text properties here.
15052 (smerge-find-conflict): Instead, add an overlay here.
15053 Also check for the case where we're inside a conflict already, so as to
15054 obviate the need for font-lock-multiline, which is unbearably slow with
15055 large conflicts and ciomplex font-lock patterns.
15056 (smerge-remove-props): Remove overlay rather than text-properties.
15057 (smerge-mode): Don't set font-lock-multiline.
15058 Remove overlays when turned off.
15059
15060 2005-08-21 Kim F. Storm <storm@cua.dk>
15061
15062 * ido.el (ido-ignore-item-p): Use save-match-data.
15063 Bind case-fold-search to ido-case-fold locally.
15064
15065 2005-08-20 Richard M. Stallman <rms@gnu.org>
15066
15067 * files.el (normal-mode): If font lock is on, turn it off and on.
15068
15069 * subr.el (replace-regexp-in-string): Doc fix.
15070
15071 * startup.el (command-line-1): Don't suppress startup screen
15072 due to existing processes.
15073
15074 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15075
15076 * progmodes/compile.el (compilation-disable-input): Default to nil.
15077
15078 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15079
15080 * progmodes/compile.el (compilation-disable-input): New defcustom.
15081 (compilation-start): If compilation-disable-input is non-nil, send
15082 EOF to the compilation process.
15083
15084 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15085
15086 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15087 Run the argument of tex-shell-cd-command through
15088 convert-standard-filename, to get the correct style of slashes on
15089 Windows, and enclose the result in quotes, in case the file name
15090 includes whitespace or other special characters.
15091
15092 2005-08-19 Andreas Schwab <schwab@suse.de>
15093
15094 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15095 process.
15096
15097 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15098
15099 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15100
15101 2005-08-18 Kim F. Storm <storm@cua.dk>
15102
15103 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15104
15105 2005-08-18 Richard M. Stallman <rms@gnu.org>
15106
15107 * scroll-lock.el: New file.
15108
15109 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15110
15111 * dired.el (dired-move-to-end-of-filename):
15112 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15113
15114 2005-08-18 Kim F. Storm <storm@cua.dk>
15115
15116 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15117 rather than toggle mode when custom value is nil.
15118 (ido-everywhere): Fix defun doc string.
15119
15120 2005-08-17 Richard M. Stallman <rms@gnu.org>
15121
15122 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15123 as tag instead of "Inviolable".
15124
15125 2005-08-17 Kim F. Storm <storm@cua.dk>
15126
15127 * windmove.el (windmove-coordinates-of-position): Remove.
15128 (windmove-coordinates-of-window-position): Remove.
15129 (windmove-reference-loc): Use posn-at-point instead.
15130
15131 * subr.el (insert-for-yank-1): Doc fix.
15132
15133 * ido.el (ido-enter-matching-directory): Rename from
15134 ido-enter-single-matching-directory. Change `slash' choice to
15135 `only'. Add `first' choice.
15136 (ido-exhibit): Adapt to above changes.
15137
15138 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15139
15140 * Makefile.in: Expand comment about building loaddefs.el.
15141
15142 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15143
15144 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15145 Comment use of defadvice.
15146
15147 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15148
15149 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15150
15151 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15152 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15153 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15154 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15155 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15156 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15157 for backward compatibility for faces that did not appear in the
15158 previous Emacs release.
15159
15160 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15161
15162 2005-08-15 Kim F. Storm <storm@cua.dk>
15163
15164 * emulation/cua-base.el (cua-delete-region): Return t if
15165 deleted region was non-empty.
15166 (cua-replace-region): Inhibit overwrite-mode for
15167 self-insert-command if replaced region was non-empty.
15168 (cua--explicit-region-start, cua--status-string): Make them
15169 buffer-local at top-level...
15170 (cua-mode): ...rather than when mode is enabled.
15171
15172 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15173
15174 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15175 Set t for Emacs 21, 22, and so on.
15176
15177 2005-08-15 David Ponce <david@dponce.com>
15178
15179 * tree-widget.el: Update Commentary header.
15180 (tree-widget-theme): Doc fix.
15181 (tree-widget-space-width): New option.
15182 (tree-widget-image-properties): Look up in the default theme too.
15183 (tree-widget--cursors): Only for images with arrow pointer shape.
15184 (tree-widget-lookup-image): Pointer shape is hand by default.
15185 (tree-widget-icon): Rename generic icon widget from
15186 `tree-widget-control'.
15187 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15188 derive from `tree-widget-icon'.
15189 (tree-widget-handle): Improve default look and feel of the text
15190 representation.
15191 (tree-widget): Rename :*-control properties to :*-icon properties.
15192 Add :action and :help-echo properties.
15193 (tree-widget-after-toggle-functions): Move.
15194 (tree-widget-close-node, tree-widget-open-node): Remove.
15195 (tree-widget-before-create-icon-functions): New hook.
15196 (tree-widget-value-create): Update to allow customization of icons
15197 and nodes at run-time via that new hook.
15198 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15199 (tree-widget-icon-action, tree-widget-icon-help-echo)
15200 (tree-widget-action, tree-widget-help-echo): New functions.
15201
15202 2005-08-15 Kim F. Storm <storm@cua.dk>
15203
15204 * ido.el (ido-buffer-internal): Use with-no-warnings.
15205 (ido-make-merged-file-list): Use while-no-input.
15206
15207 2005-08-15 Richard M. Stallman <rms@gnu.org>
15208
15209 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15210 (flyspell-large-region): Fix doc and custom type.
15211
15212 2005-08-14 Richard M. Stallman <rms@gnu.org>
15213
15214 * files.el (interpreter-mode-alist): Doc fix.
15215
15216 * mail/rmail.el (rmail-nonignored-headers): New variable.
15217 (rmail-clear-headers): Use it.
15218 (rmail-reply): Better handling of mail-followup-to header.
15219
15220 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15221 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15222 don't try to refer to executable-font-lock-keywords.
15223 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15224 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15225 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15226 (sh-mode): Set comment-start-skip, local-abbrev-table,
15227 imenu-case-fold-search.
15228 (sh-set-shell): Don't set them here.
15229 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15230 Don't cache the results in the original alist; don't ever modify
15231 that alist.
15232
15233 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15234
15235 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15236 empty.
15237
15238 2005-08-15 Andreas Schwab <schwab@suse.de>
15239
15240 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15241
15242 * dired.el, info.el, mail/rmail.el: Revert last change.
15243
15244 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15245
15246 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15247 modification in `eval-after-load' form.
15248 * info.el: Likewise.
15249 * mail/rmail.el: Likewise.
15250
15251 2005-08-14 Juri Linkov <juri@jurta.org>
15252
15253 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15254 Remove highlighting of "Compilation started". Highlight only
15255 the word "finished" in "Compilation finished". Add highlighting
15256 of "interrupt", "killed", "terminated" and the exit code.
15257 (compilation-start): Add newline after header. Use exactly the
15258 same time stamp format as the finishing message.
15259 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15260
15261 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15262 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15263 Add highlighting of "interrupt", "killed", "terminated".
15264
15265 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15266 enabled and the current command is self-insert-command, call it
15267 explicitly with overwrite-mode bound to nil, to not allow it
15268 to delete the character after the selected region.
15269
15270 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15271
15272 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15273 move-end-of-line, end-of-line, and beginning-of-line to the list
15274 of commands after which the echo area is updated.
15275
15276 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15277
15278 * cus-edit.el (custom-save-all, custom-save-delete):
15279 Bind recentf-exclude to exclude custom-file.
15280
15281 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15282
15283 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15284 to go to the bottom of the mail message. Added to
15285 `rmail-summary-mode-map' with key "/".
15286 (rmail-summary-show-message): New (internal) function for use by
15287 both `rmail-summary-beginning/end-of-message'.
15288 (rmail-summary-beginning-of-message): Change to use
15289 rmail-summary-show-message.
15290
15291 * mail/rmail.el (rmail-end-of-message): New command to go to the
15292 end of the current message. Added to `rmail-mode-map' with key "/".
15293 (rmail-beginning-of-message): Fix to work as documented.
15294 (rmail-mode): Change documentation.
15295
15296 * progmodes/compile.el (compilation-start): Add the line
15297 "Compilation started" with compilation start time.
15298 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15299
15300 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15301
15302 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15303 of menu items.
15304
15305 2005-08-11 Richard M. Stallman <rms@gnu.org>
15306
15307 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15308
15309 * battery.el (battery-status-function): Don't use ignore-errors.
15310
15311 2005-08-11 Lute Kamstra <lute@gnu.org>
15312
15313 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15314 define-obsolete-variable-alias.
15315
15316 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15317
15318 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15319 (ange-ftp-send-cmd): Revert last change, and expand
15320 the comment explaining the problem.
15321
15322 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15323
15324 * ldefs-boot.el: Update.
15325
15326 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15327 item to "Time, Load and Mail". Change help echo text.
15328
15329 * time.el (display-time-use-mail-icon, display-time-format)
15330 (display-time-string-forms): Shorten first line of docstrings.
15331
15332 2005-08-10 Lars Hansen <larsh@soem.dk>
15333
15334 * desktop.el (desktop-buffer-mode-handlers):
15335 Make non-customizable. Add autoload cookie. Change initial value to
15336 nil; add elements in respective modules instead. Fix doc string.
15337 (desktop-load-file): New function.
15338 (desktop-minor-mode-handlers): New autoloaded variable.
15339 (desktop-create-buffer): Call minor mode handlers.
15340 Use desktop-load-file to load major and minor mode modules prior to
15341 checking for a handler.
15342 (desktop-save): Don't add nil to desktop-minor-modes for minor
15343 modes with nil function in desktop-minor-mode-table. Don't delete
15344 desktop file before rewriting it.
15345 (desktop-locals-to-save): Add autoload cookie. Don't make
15346 automatically buffer-local. Add variables column-number-mode,
15347 size-indication-mode, indent-tabs-mode,
15348 indicate-buffer-boundaries, indicate-empty-lines and
15349 show-trailing-whitespace.
15350 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15351 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15352 (desktop-clear-preserve-buffers-regexp): Delete.
15353 (desktop-clear-preserve-buffers): Update initial value and docstring.
15354 (desktop-save-buffer): Fix doc string.
15355
15356 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15357 (hilit-chg-desktop-restore): New function.
15358 (highlight-changes-mode): Add highlight-changes-mode to
15359 desktop-locals-to-save.
15360
15361 * dired.el: Add handler to desktop-buffer-mode-handlers.
15362 (dired-restore-desktop-buffer): Remove autoload cookie.
15363 (dired-mode): Add autoload cookie.
15364
15365 * info.el: Add handler to desktop-buffer-mode-handlers.
15366 (Info-restore-desktop-buffer): Remove autoload cookie.
15367 (Info-mode): Add autoload cookie.
15368
15369 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15370 (mh-restore-desktop-buffer): Remove autoload cookie.
15371 (mh-folder-mode): Add autoload cookie.
15372
15373 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15374 (rmail-restore-desktop-buffer): Remove autoload cookie.
15375
15376 2005-08-11 Masatake YAMATO <jet@gyve.org>
15377
15378 * hexl.el (hexl-address-region):
15379 (hexl-ascii-region, hexl-font-lock-keywords):
15380 (hexl-highlight-line-range): Use the term "region"
15381 instead of "area" for consistency with the other symbols
15382 defined in hexl.el.
15383
15384 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15385
15386 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15387 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15388 out by Juri Linkov). Add `display-battery-mode'.
15389
15390 2005-08-09 Juri Linkov <juri@jurta.org>
15391
15392 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15393 Remove `-text' from face variable names.
15394 (compilation-error-file-name, compilation-warning-file-name)
15395 (compilation-info-file-name): Delete faces.
15396 (compilation-line-number, compilation-column-number):
15397 Remove face underlining.
15398 (compilation-message-face): Set to `underline' value by default.
15399 (compilation-error-face, compilation-warning-face)
15400 (compilation-info-face): Remove `-file-name' from face names.
15401 (compilation-error-text-face, compilation-warning-text-face)
15402 (compilation-info-text-face): Delete face variables.
15403 (compilation-text-face): Delete function.
15404
15405 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15406 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15407 (grep-error-face): Set to `compilation-error' instead of
15408 `compilation-error-face' (which is redefined to `grep-hit-face' in
15409 grep buffers).
15410 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15411 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15412
15413 * dired-aux.el (dired-do-query-replace-regexp):
15414 Use `query-replace-read-args'.
15415
15416 * replace.el (query-replace-read-from, query-replace-read-to)
15417 (query-replace-read-args): Rename arg `string' to `prompt'.
15418
15419 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15420
15421 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15422
15423 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15424 uploading files.
15425 (ange-ftp-canonize-filename): Handle file names beginning with ~
15426 correctly.
15427
15428 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15429
15430 * textmodes/fill.el (canonically-space-region)
15431 (fill-context-prefix, fill-french-nobreak-p)
15432 (fill-delete-newlines, fill-comment-paragraph)
15433 (justify-current-line): "?\ " -> "?\s".
15434
15435 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15436
15437 * textmodes/fill.el (fill-nonuniform-paragraphs):
15438 Improve argument/docstring consistency.
15439
15440 2005-08-09 Richard M. Stallman <rms@gnu.org>
15441
15442 * textmodes/ispell.el (ispell-word): More fboundp checks.
15443
15444 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15445 (find-file-noselect-1): Call it here, only if RAWFILE.
15446 (normal-mode): Always set some major mode.
15447 (save-some-buffers-action-alist): Change some explanation strings.
15448 (file-name-non-special): In the `quote' method, use unwind-protect.
15449
15450 2005-08-09 Magnus Henoch <mange@freemail.hu>
15451
15452 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15453 (ispell-have-aspell-dictionaries): New variable.
15454 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15455 (ispell-get-aspell-config-value): New function.
15456 (ispell-aspell-find-dictionary): New function.
15457 (ispell-aspell-add-aliases): New function.
15458 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15459 appropriate. Don't look for ispell dictionaries if we use aspell.
15460 (ispell-menu-map): Don't build a submenu of dictionaries.
15461
15462 2005-08-09 Richard M. Stallman <rms@gnu.org>
15463
15464 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15465 (sql-read-passwd): Use read-passwd.
15466
15467 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15468 (idlwave-toolbar-is-possible): Add defvars.
15469
15470 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15471 Avoid warnings.
15472
15473 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15474 (idlwave-system-class-info, idlwave-executive-commands-alist):
15475 Use defvar.
15476
15477 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15478
15479 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15480 Avoid warnings.
15481
15482 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15483 and content-type: headers.
15484
15485 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15486
15487 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15488 and rename some of them to be more self-explanatory.
15489
15490 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15491
15492 * startup.el (command-line-1): Implement -scriptload.
15493
15494 * replace.el (occur-engine): Initial *Occur* output not undoable.
15495
15496 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15497 and improve help strings.
15498
15499 * isearch.el (isearch-repeat): When changing direction,
15500 mark search successful.
15501
15502 * ediff-init.el: Use (featurep 'xemacs).
15503
15504 * comint.el (send-invisible): Identify buffer, if not selected.
15505
15506 * align.el: Delete autoload for c-guess-basic-syntax.
15507
15508 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15509
15510 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15511 Improve argument/docstring consistency. Doc fixes.
15512 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15513 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15514 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15515 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15516 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15517 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15518 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15519 Defvar at compile time.
15520
15521 2005-08-09 Juri Linkov <juri@jurta.org>
15522
15523 * info.el: Replace `info' with upper-case `Info' where appropriate.
15524 (info-title-1, info-title-2, info-title-3, info-title-4)
15525 (info-menu-header): Move up face definitions.
15526 (info-menu-star): Rename from `info-menu-5'.
15527 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15528 (Info-fontify-visited-nodes): Fix docstring.
15529 (Info-hide-note-references): Fix docstring.
15530 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15531 menu items in the same way as on cross-references.
15532 (info-apropos): Fix sorting order and formatting to be like in the
15533 stand-alone Info browser. Display error messages for 1 sec.
15534 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15535 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15536 from the menu bar.
15537 (Info-insert-dir): Restore point after calling
15538 `insert-buffer-substring'.
15539
15540 2005-08-08 Richard M. Stallman <rms@gnu.org>
15541
15542 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15543 (recompute-lucid-menubar): Add defvars.
15544
15545 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15546
15547 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15548
15549 * net/net-utils.el (run-dig): Rename from `dig'.
15550
15551 * play/gametree.el (gametree-mode): Use make-local-variable,
15552 not make-variable-buffer-local.
15553
15554 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15555
15556 * ansi-color.el (ansi-color-make-extent)
15557 (ansi-color-set-extent-face): Use fboundp, not functionp.
15558
15559 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15560 not make-variable-buffer-local.
15561
15562 * bookmark.el (Info-current-file): Add defvar.
15563 (bookmark-jump-noselect): Use with-no-warnings.
15564
15565 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15566
15567 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15568
15569 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15570
15571 * find-file.el (ada-procedure-start-regexp)
15572 (ada-package-start-regexp): Add defvars.
15573
15574 * info.el (Info-insert-dir): Use insert-buffer-substring.
15575
15576 * xml.el (xml-att-def-re): Add defvar.
15577
15578 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15579 calling convention.
15580
15581 * subr.el (while-no-input): Return t if there is input.
15582
15583 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15584
15585 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15586
15587 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15588
15589 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15590 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15591
15592 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15593
15594 * cmuscheme.el (scheme-start-file): Replace reference to
15595 `user-emacs-directory' by "~/.emacs.d/".
15596
15597 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15598
15599 * info.el (Info-dir-remove-duplicates): Avoid case folding
15600 in loop; instead, keep downcased strings for comparison.
15601 Suggested by Helmut Eller.
15602
15603 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15604
15605 Sync with Tramp 2.0.50.
15606
15607 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15608 XEmacs case; not necessary anymore.
15609 (tramp-user-regexp): Allow "@" as part of user name.
15610 (tramp-handle-set-visited-file-modtime)
15611 (tramp-handle-insert-file-contents)
15612 (tramp-handle-write-region): No special handling for
15613 `last-coding-system-used, because this is done in
15614 `tramp-accept-process-output' now.
15615 (tramp-accept-process-output): New defun.
15616 (tramp-process-one-action, tramp-process-one-multi-action)
15617 (tramp-wait-for-regexp, tramp-wait-for-output)
15618 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15619 Howells <dhowells@redhat.com>.
15620 (clear-visited-file-modtime): Defadvice removed. The check for
15621 unset buffer's modtime does not need to be based on
15622 `tramp-buffer-file-attributes'. Suggested by RMS.
15623 (tramp-message): Insert "\n" if not being at beginning of line.
15624 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15625 sequence with same logic.
15626 (tramp-completion-handle-expand-file-name): Discard call of
15627 `tramp-drop-volume-letter'. It is not necessary, and there have
15628 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15629 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15630 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15631 should always be visible.
15632 (tramp-handle-insert-directory, tramp-setup-complete)
15633 (tramp-set-process-query-on-exit-flag)
15634 (tramp-append-tramp-buffers): Pacify byte-compiler.
15635 (tramp-bug): Delete non-existing variables from list.
15636 Apply `tramp-load-report-modules' as pre-hook.
15637 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15638 `shell-prompt-pattern' because of non-7bit characters.
15639 Reported by Sebastian Luque <sluque@mun.ca>.
15640 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15641 (tramp-match-string-list): Remove function.
15642 (tramp-wait-for-regexp): Remove call of that function.
15643 Suggested by Kim F. Storm <storm@cua.dk>.
15644 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15645 instead of octal character code ?\600. The latter resulted in a
15646 syntax error with XEmacs.
15647
15648 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15649 XEmacs case; not necessary anymore.
15650 (tramp-smb-handle-write-region): No special handling for
15651 `last-coding-system-used, because this is done in
15652 `tramp-accept-process-output' now.
15653 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15654
15655 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15656
15657 * wid-edit.el (widget-choice-value-create):
15658 Unconditionally respect user choice. Set :explicit-choice back to nil
15659 when no longer needed.
15660 (widget-choice-action): Unconditionally respect user choice.
15661 Eliminate :explicit-choice-value.
15662
15663 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15664
15665 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15666 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15667 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15668 running new function `toggle-indicate-empty-lines'.
15669 Rename "Customize" item to "Customize fringe".
15670 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15671 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15672 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15673 Delete "Empty lines only" item.
15674 (menu-bar-showhide-fringe-ind-customize): New function.
15675 (menu-bar-showhide-fringe-ind-mixed)
15676 (menu-bar-showhide-fringe-ind-box)
15677 (menu-bar-showhide-fringe-ind-right)
15678 (menu-bar-showhide-fringe-ind-left)
15679 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15680 instead of `fringe-indicators'.
15681
15682 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15683
15684 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15685 Change the date of last update.
15686
15687 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15688
15689 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15690 (viper-exec-yank, viper-put-back): Don't display modification msg
15691 if in the minibuffer.
15692
15693 * viper-init.el (viper-replace-overlay-cursor-color)
15694 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15695 Make variables frame local.
15696
15697 * viper-util.el (viper-append-filter-alist): Use append instead of
15698 nconc.
15699
15700 * viper.el (viper-vi-state-mode-list)
15701 (viper-emacs-state-mode-list): Move help-mode and
15702 completion-list-mode from the first list to the second.
15703 (viper-mode): Docstring.
15704 (viper-go-away, viper-non-hook-settings): Don't localize
15705 minor-mode-alist in newer Emacsen. Add advice to
15706 set-cursor-color. Don't bind "\C-c\\".
15707
15708 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15709
15710 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15711 (scheme-macro-expand-command): New user options.
15712 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15713 (scheme-form-at-point, scheme-start-file)
15714 (scheme-interactively-start-process): New functions.
15715 (scheme-get-process): New function, extracted from `scheme-proc'.
15716 (run-scheme): Call `scheme-start-file' to get start file, and pass
15717 it to `make-comint'.
15718 (switch-to-scheme, scheme-proc):
15719 Call `scheme-interactively-start-process' if no Scheme buffer/process
15720 is available.
15721
15722 2005-08-06 Juri Linkov <juri@jurta.org>
15723
15724 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15725 Use `compilation-text-face', `compilation-info-text-face' and
15726 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15727 (compilation-error): New face.
15728 (compilation-error-file-name): Inherit from
15729 `compilation-error' instead of `font-lock-warning-face'.
15730 (compilation-warning-file-name): Inherit from
15731 `compilation-warning' instead of `font-lock-warning-face'.
15732 (compilation-info, compilation-error-file-name)
15733 (compilation-warning-file-name, compilation-info-file-name)
15734 (compilation-line-number, compilation-column-number): Doc fix.
15735 (compilation-error-text-face, compilation-warning-text-face)
15736 (compilation-info-text-face): New face variables.
15737 (compilation-line-face, compilation-column-face)
15738 (compilation-enter-directory-face)
15739 (compilation-leave-directory-face): Doc fix.
15740 (compilation-text-face): New function.
15741
15742 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15743 instead of 1 to display binary file names as info file links.
15744 (grep-error-face): Use `compilation-error-face' instead of
15745 `font-lock-keyword-face'.
15746 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15747 and `compilation-warning-text-face' instead of
15748 `font-lock-keyword-face'. Use `compilation-error-text-face'
15749 instead of `grep-error-face'.
15750
15751 2005-08-05 Kenichi Handa <handa@m17n.org>
15752
15753 * international/code-pages.el: Add autoload cookies for all coding
15754 systems.
15755
15756 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15757
15758 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15759
15760 2005-08-04 Juri Linkov <juri@jurta.org>
15761
15762 * progmodes/compile.el (compilation-mode-map):
15763 * progmodes/grep.el (grep-mode-map):
15764 Bind TAB to `compilation-next-error' and [backtab] to
15765 `compilation-previous-error'.
15766
15767 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15768 matching line numbers, column numbers and their ranges with regexp
15769 matching only line numbers.
15770 (grep-context-face): New face variable.
15771 (grep-mode-font-lock-keywords): Use it.
15772
15773 * faces.el (read-face-name): Delete duplicate faces.
15774
15775 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15776
15777 * thumbs.el (thumbs-find-image): Don't make variables
15778 automatically buffer local.
15779 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15780 (thumbs-image-num): Make automatically buffer local.
15781 (thumbs-show-thumbs-list): Use `make-local-variable', not
15782 `make-variable-buffer-local'.
15783 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15784
15785 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15786 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15787 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15788 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15789 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15790 (feelings-about, foullst, found, hello, history, howareyoulst)
15791 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15792 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15793 (neglst, obj, object, owner, please, problems, qlist)
15794 (random-adjective, relation, remlst, repetitive-shortness)
15795 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15796 (shortlst, something, sportslst, stallmanlst, states, subj)
15797 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15798 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15799 Defvar at compile time.
15800
15801 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15802 not `make-variable-buffer-local'.
15803
15804 2005-08-02 Kim F. Storm <storm@cua.dk>
15805
15806 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15807 rectangle overlay in selected window.
15808
15809 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15810
15811 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15812 instead of display group. Make `indicate-buffer-boundaries'
15813 customizable through Custom.
15814
15815 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15816
15817 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15818 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15819 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15820 (gdb-put-string): Fix typos in docstrings.
15821
15822 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15823
15824 Update copyright notices of files in progmodes directory for
15825 release of Emacs 22.1.
15826
15827 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15828
15829 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15830 Don't barf if the GUD buffer has been killed.
15831
15832 2005-08-01 Kim F. Storm <storm@cua.dk>
15833
15834 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15835
15836 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15837
15838 * simple.el (next-error-follow-minor-mode):
15839 make-variable-buffer-local -> make-local-variable.
15840
15841 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15842
15843 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15844 (byte-compile-form-make-variable-buffer-local): New functions to warn
15845 about misuses of make-variable-buffer-local where make-local-variable
15846 was meant.
15847
15848 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15849
15850 * bs.el (bs-attributes-list): Doc fix.
15851 (bs): Update url-link.
15852
15853 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15854 (desktop-load-default): Simplify.
15855
15856 * ibuffer.el (ibuffer-columnize-and-insert-list)
15857 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15858 (ibuffer-unmark-all, ibuffer-toggle-marks)
15859 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15860 (ibuffer-compile-make-format-form, ibuffer-format-column)
15861 (ibuffer-current-buffers-with-marks)
15862 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15863 (ibuffer): Doc fix.
15864 (ibuffer-mode): Fix typo in docstring.
15865 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15866 with `define-obsolete-variable-alias'.
15867 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15868
15869 2005-07-29 Kenichi Handa <handa@m17n.org>
15870
15871 * international/mule-cmds.el (select-message-coding-system):
15872 Be sure to use LF for end-of-line. If no coding system is decided,
15873 return iso-8859-1-unix.
15874
15875 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15876
15877 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15878 (ange-ftp-pending-error-line): New vars.
15879 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15880 to handle the non-fatal no-route-to-host messages.
15881 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15882
15883 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15884
15885 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15886 (isearch-quote-char, isearch-printing-char)
15887 (isearch-text-char-description): "?\ " -> "?\s".
15888 (isearch-lazy-highlight-cleanup)
15889 (isearch-lazy-highlight-initial-delay)
15890 (isearch-lazy-highlight-interval)
15891 (isearch-lazy-highlight-max-at-a-time)
15892 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15893 Declare with define-obsolete-*-alias macros.
15894 (isearch-forward): Fix typo in docstring.
15895 (search-invisible, search-ring-yank-pointer)
15896 (regexp-search-ring-yank-pointer): Doc fixes.
15897
15898 * recentf.el (recentf-menu-append-commands-p): Declare with
15899 `define-obsolete-variable-alias'.
15900 (recentf-max-saved-items, recentf-menu-filter)
15901 (recentf-arrange-by-rule-subfilter): Doc fixes.
15902 (recentf-menu-append-commands-flag)
15903 (recentf-initialize-file-name-history, recentf-expand-file-name)
15904 (recentf-clear-data): Fix typos in docstrings.
15905
15906 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15907
15908 * progmodes/gdb-ui.el: Smarten comments.
15909 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15910
15911 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15912
15913 * term/apollo.el (terminal-init-apollo): New function containing
15914 all former top level forms in the file.
15915 * term/bobcat.el (terminal-init-bobcat):
15916 * term/cygwin.el (terminal-init-cygwin):
15917 * term/iris-ansi.el (terminal-init-iris-ansi):
15918 * term/linux.el (terminal-init-linux):
15919 * term/news.el (terminal-init-news):
15920 * term/rxvt.el (terminal-init-rxvt):
15921 * term/sun.el (terminal-init-sun):
15922 * term/tvi970.el (terminal-init-tvi970):
15923 * term/vt100.el (terminal-init-vt100):
15924 * term/vt102.el (terminal-init-vt102):
15925 * term/vt125.el (terminal-init-vt125):
15926 * term/vt200.el (terminal-init-vt200):
15927 * term/vt201.el (terminal-init-vt201):
15928 * term/vt220.el (terminal-init-vt220):
15929 * term/vt240.el (terminal-init-vt240):
15930 * term/vt300.el (terminal-init-vt300):
15931 * term/vt320.el (terminal-init-vt320):
15932 * term/vt400.el (terminal-init-vt400):
15933 * term/vt420.el (terminal-init-vt420):
15934 * term/wyse50.el (terminal-init-wyse50):
15935 * term/xterm.el (terminal-init-xterm): Likewise.
15936
15937 * term/README: Describe the terminal-init-* functionality.
15938
15939 * startup.el (command-line): After loading the terminal initialization
15940 file call the corresponding terminal initialization function.
15941
15942 2005-07-27 Kenichi Handa <handa@m17n.org>
15943
15944 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15945 negative.
15946
15947 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15948 (ps-mule-composition-prologue): Fix for the case that
15949 RelativeCompose is false.
15950
15951 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15952
15953 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15954
15955 * descr-text.el (describe-char): Handle the case where the list of
15956 chars is displayed in a separate frame.
15957 Be a bit more discriminating when looking for the char.
15958
15959 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15960
15961 * bookmark.el (bookmark-automatically-show-annotations)
15962 (bookmark-read-annotation-text-func): Doc fixes.
15963 (bookmark-save): Improve argument/docstring consistency.
15964 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15965 (bookmark-alist-from-buffer)
15966 (bookmark-upgrade-file-format-from-0)
15967 (bookmark-grok-file-format-version)
15968 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15969 (bookmark-read-annotation-mode)
15970 (bookmark-insert-current-bookmark, bookmark-jump)
15971 (bookmark-exit-hook): Fix typos in docstrings.
15972 (bookmark-exit-hooks): Define as obsolete alias.
15973 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15974 not `bookmark-exit-hooks'. Fix docstring.
15975 (bookmark-bmenu-select): "?\ " -> "?\s".
15976
15977 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15978
15979 * startup.el (command-line): Fix typo.
15980
15981 2005-07-24 Richard M. Stallman <rms@gnu.org>
15982
15983 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15984 not emacs-quick-startup.
15985
15986 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15987
15988 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15989 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15990 instead of `reb-with-current-window'.
15991 (reb-prev-match): Likewise. Also, don't move left if the search
15992 was unsuccessful.
15993 (reb-initialize-buffer): New function.
15994 (re-builder, reb-change-syntax): Use it.
15995
15996 * man.el (Man-goto-page): Make second argument NOERROR optional.
15997
15998 2005-07-23 Richard M. Stallman <rms@gnu.org>
15999
16000 * man.el (Man-bgproc-sentinel): Check here for failure to find
16001 any man page in the output, and report the error here.
16002 (Man-arguments): Make it permanent local.
16003 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16004 (Man-mode): Pass t for NOERROR.
16005
16006 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16007 (grep-mode-font-lock-keywords):
16008 Don't use compilation-...-face for messages that are not file names.
16009
16010 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16011 Don't use compilation-...-face for messages that are not file names.
16012
16013 2005-07-22 Juri Linkov <juri@jurta.org>
16014
16015 * startup.el (normal-splash-screen): Update menu name.
16016
16017 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16018
16019 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16020
16021 * term/xterm.el: Load term/rxvt if the terminal is actually an
16022 rxvt terminal.
16023 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16024
16025 * term/rxvt.el (function-key-map): Use substitute-key-definition
16026 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16027
16028 * term/cygwin.el: New file.
16029
16030 2005-07-22 Kim F. Storm <storm@cua.dk>
16031
16032 * image-file.el (insert-image-file, image-file-yank-handler):
16033 Fix last change to maintain a (unique) yank-handler on yanked images.
16034
16035 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16036
16037 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16038 of the file size (as in "177B" for 177 bytes). This happens with
16039 "ls -lh" on FreeBSD.
16040
16041 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16042
16043 * hilit-chg.el (highlight-changes-global-initial-state)
16044 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16045 (hilit-chg-fixup, highlight-changes-mode):
16046 Fix typos in docstrings.
16047 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16048 Doc fixes.
16049
16050 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16051
16052 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16053 mode function using `eval-after-load'.
16054
16055 2005-07-21 Kim F. Storm <storm@cua.dk>
16056
16057 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16058 included when reporting an emacs crash, and tell about the DEBUG file.
16059
16060 * image-file.el (insert-image-file): Add yank-handler.
16061 (image-file-yank-handler): Yank handler to make unique copies of
16062 images when they are yanked into a buffer next to each other.
16063
16064 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16065
16066 * comint.el (comint-use-prompt-regexp, comint-send-input)
16067 (comint-source-default, comint-extract-string)
16068 (comint-get-source, comint-word, comint-completion)
16069 (comint-source, comint-prompt-read-only, comint-update-fence):
16070 Fix typos in docstrings.
16071 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16072 Declare with define-obsolete-*-alias macros.
16073 (comint-previous-matching-input-from-input)
16074 (comint-next-matching-input-from-input)
16075 (comint-previous-matching-input, comint-next-matching-input)
16076 (comint-forward-matching-input):
16077 Improve argument/docstring consistency.
16078
16079 * desktop.el (desktop-clear-preserve-buffers-regexp):
16080 Also preserve the *server* buffer.
16081
16082 * simple.el (clone-indirect-buffer): Doc fix.
16083 (fixup-whitespace, just-one-space)
16084 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16085 (next-error, next-error-highlight)
16086 (next-error-highlight-no-select, next-error-last-buffer)
16087 (next-error-buffer-p, next-error-find-buffer, next-error)
16088 (previous-error, next-error-no-select, previous-error-no-select)
16089 (open-line, split-line, minibuffer-prompt-width, kill-new)
16090 (binary-overwrite-mode): Fix typos in docstrings.
16091 (set-fill-column): Fix typo in message.
16092
16093 * skeleton.el (skeleton-proxy-new): Doc fix.
16094
16095 * strokes.el (strokes-load-hook): Doc fix.
16096 (strokes-grid-resolution, strokes-get-grid-position)
16097 (strokes-renormalize-to-grid, strokes-read-stroke)
16098 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16099 (strokes-global-map): Fix typos in docstrings.
16100 (strokes-help): Doc fix. Fix help message and pass it through
16101 `substitute-command-keys'.
16102
16103 * tempo.el (tempo-insert-prompt, tempo-interactive)
16104 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16105 (tempo-insert-string-functions, tempo-local-tags)
16106 (tempo-define-template, tempo-insert-template)
16107 (tempo-insert-prompt-compat, tempo-is-user-element)
16108 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16109 Fix typos in docstrings.
16110
16111 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16112 (vcursor-key-bindings, vcursor-use-vcursor-map)
16113 (vcursor-find-window, vcursor-scroll-down)
16114 (vcursor-disable, vcursor-beginning-of-buffer)
16115 (vcursor-end-of-buffer): Fix typos in docstrings.
16116 (vcursor-relative-move, vcursor-get-char-count):
16117 Improve argument/docstring consistency.
16118
16119 * version.el: "?\ " -> "?\s".
16120
16121 * wid-edit.el (widget-default-create, widget-after-change)
16122 (widget-default-format-handler, widget-checklist-add-item)
16123 (widget-radio-add-item, widget-choose, widget-specify-secret)
16124 (widget-field-value-create, widget-field-value-get)
16125 (widget-editable-list-format-handler)
16126 (widget-editable-list-entry-create, widget-group-value-create)
16127 (widget-documentation-link-add)
16128 (widget-documentation-string-value-create): "?\ " -> "?\s".
16129 (widget-convert-text): Doc fix.
16130 (widget-narrow-to-field, widget-field-find)
16131 (widget-url-link-action, widget-emacs-library-link-action)
16132 (widget-color-notify): Fix typos in docstrings.
16133
16134 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16135 (x-select-text, set-w32-system-coding-system)
16136 (w32-add-charset-info): Fix typos in docstrings.
16137
16138 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16139 (cua-enable-cua-keys, cua-use-hyper-key)
16140 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16141 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16142
16143 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16144
16145 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16146 `defalias' instead of faking it.
16147
16148 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16149 (eshell-ls-missing, eshell-ls-dired-initial-args)
16150 (eshell-ls-use-in-dired): Fix typos in docstrings.
16151
16152 2005-07-20 Kim F. Storm <storm@cua.dk>
16153
16154 * emulation/cua-base.el (cua-mode): Improve doc string.
16155
16156 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16157
16158 * abbrev.el (expand-region-abbrevs): Doc fix.
16159 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16160 Improve argument/docstring consistency.
16161
16162 * arc-mode.el (archive-get-descr, archive-alternate-display):
16163 Doc fixes.
16164 (archive-l-e): Improve argument/docstring consistency.
16165 (archive-tmpdir, archive-unixdate, archive-unixtime)
16166 (archive-chmod-entry): Fix typos in docstrings.
16167 (archive-unflag, archive-unflag-backwards)
16168 (archive-unmark-all-files): "?\ " -> "?\s".
16169
16170 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16171 (Buffer-menu-not-modified, Buffer-menu-execute)
16172 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16173 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16174
16175 * composite.el (compose-string, encode-composition-rule)
16176 (compose-last-chars): Fix typos in docstrings.
16177
16178 * desktop.el (desktop-enable, desktop-basefilename):
16179 Declare with `define-obsolete-variable-alias'.
16180 (desktop-internal-v2s): Don't quote keywords.
16181 (desktop-clear): "?\ " -> "?\s".
16182
16183 * dired.el (dired-align-file, dired-flag-backup-files)
16184 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16185 (dired-listing-switches, dired-ls-F-marks-symlinks)
16186 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16187 (dired-directory, dired-faces, dired, dired-revert)
16188 (dired-mode, dired-summary, dired-view-file)
16189 (dired-copy-filename-as-kill, dired-delete-file)
16190 (dired-no-confirm, dired-unmark-all-marks)
16191 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16192 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16193 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16194 Fix typos in message strings.
16195
16196 * dired-x.el (virtual-dired): Declare with `defalias'.
16197 (dired-mark-unmarked-files, dired-local-variables-file)
16198 (dired-omit-here-always): Doc fix.
16199 (dired-omit-mode, dired-find-subdir)
16200 (dired-enable-local-variables, dired-clean-up-buffers-too)
16201 (dired-extra-startup, dired-mark-extension, dired-jump)
16202 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16203 (dired-smart-shell-command, dired-guess-shell-alist-user)
16204 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16205 (dired-x-bind-find-file, dired-x-submit-report):
16206 Fix typos in docstrings.
16207 (dired-mark-unmarked-files): "?\ " -> "?\s".
16208
16209 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16210
16211 * faces.el (describe-face): "?\ " -> "?\s".
16212 (read-all-face-attributes, read-face-font, modify-face)
16213 (face-attr-construct, italic): Fix typos in docstrings.
16214 (frame-update-face-colors): Declare with
16215 `define-obsolete-function-alias'.
16216
16217 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16218 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16219 (magic-mode-alist, buffer-file-numbers-unique)
16220 (write-file-functions, get-free-disk-space):
16221 Fix typos in docstrings.
16222 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16223 (write-contents-hooks, write-file-hooks):
16224 Declare with `define-obsolete-variable-alias'.
16225
16226 * forms-d2.el (arch-rj): Fix typo in docstrings.
16227 (arch-tocol): Likewise. "?\ " -> "?\s".
16228
16229 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16230 Fix typo in docstring.
16231 (set-screen-width, set-screen-height): Delete redundant info in
16232 doctrings.
16233 (new-frame, screen-height, screen-width): Declare with
16234 `define-obsolete-function-alias'.
16235 (delete-frame-hook, blink-cursor): Declare with
16236 `define-obsolete-variable-alias'.
16237
16238 * paths.el (prune-directory-list): Fix typos in docstring.
16239
16240 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16241 (cvs-prefix-get): Fix typos in docstrings.
16242
16243 * ps-print.el (ps-extend-face-list, ps-extend-face)
16244 (ps-print-background-image): Fix typos in docstrings.
16245 (ps-default-fg, ps-default-bg): Doc fixes.
16246
16247 * s-region.el (s-region-bind): Doc fix.
16248 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16249
16250 * textmodes/org.el (org-table-formula-substitute-names)
16251 (org-table-get-vertical-vector): Doc fixes.
16252 (org-table-recalculate): Remove unused argument to `message'.
16253
16254 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16255
16256 * textmodes/org.el (org-table-column-names)
16257 (org-table-column-name-regexp)
16258 (org-table-named-field-locations): New variables.
16259 (org-archive-subtree): Protect `this-command' when calling
16260 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16261 the kill buffer.
16262 (org-complete): Remove fixed-formula completion.
16263 (org-edit-formulas-map): New variable.
16264 (org-table-edit-formulas): New command.
16265 (org-finish-edit-formulas, org-abort-edit-formulas)
16266 (org-show-variable, org-table-get-vertical-vector): New functions.
16267 (org-table-maybe-eval-formula): Handle `:=' fields.
16268 (org-table-get-stored-formulas, org-table-store-formulas)
16269 (org-table-get-formula, org-table-modify-formulas)
16270 (org-table-replace-in-formulas): Handle named field formulas.
16271 (org-table-get-specials): Store locations of named fields.
16272
16273 2005-07-19 Juri Linkov <juri@jurta.org>
16274
16275 * progmodes/grep.el (grep-regexp-alist)
16276 (grep-mode-font-lock-keywords, grep-process-setup):
16277 Use default GNU grep match color "01;31m" instead of "01;41m".
16278 (grep-regexp-alist, grep-mode-font-lock-keywords):
16279 Use `\\[[0-9]*m' instead of `\\[00m'.
16280 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16281 sgr_start where its handling is more important. Use the real
16282 length of sgr_start instead of constant 8.
16283 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16284 specially. Delete all remaining escape sequences.
16285 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16286 (grep-regexp-alist): Make hyperlink only for binary file name
16287 instead of the whole line.
16288 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16289 (grep-mode): Add autoload.
16290
16291 * emacs-lisp/find-func.el (find-function-regexp):
16292 Add `define-compilation-mode'.
16293
16294 2005-07-19 Juri Linkov <juri@jurta.org>
16295
16296 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16297 (compare-windows-sync-string-size, compare-windows-recenter)
16298 (compare-windows-highlight, compare-windows): Add version 22.1.
16299 (compare-windows) <defface>: Inherit from lazy-highlight instead
16300 of duplicating its default value.
16301
16302 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16303 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16304
16305 * descr-text.el (describe-char): Create link buttons for `charset'
16306 and `code point'. Add the current input method name with a link
16307 button to `to input' field. Print face names of display table
16308 characters in `The display table entry is displayed by' section
16309 instead of printing face-id in the `display' field.
16310 Guess hardcoded faces and create a link button for them.
16311 Skip empty fields when calculating max-width.
16312 Treat `widget-create' specially while inserting strings from the
16313 collected field list.
16314 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16315
16316 * diff-mode.el (diff-file-header): Change foreground color from
16317 yellow to green on light backgrounds.
16318 (diff-context): Inherit from `shadow' only for color/grayscale
16319 with more than 88 colors.
16320 (diff-indicator-removed, diff-indicator-added)
16321 (diff-indicator-changed): New faces.
16322 (diff-font-lock-keywords): Use new faces. Regroup rules.
16323 Add "^---$" for `normal' diff format. Fontify `#' lines with
16324 font-lock-comment-delimiter-face and font-lock-comment-face.
16325 Add `#' to ^[^...] in the rule for `diff-context-face'.
16326
16327 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16328 a button-like box. Inherit from `highlight' on low colors.
16329 (shadow): Use shades of gray only for color/grayscale with
16330 more than 88 colors. Use green for light backgrounds with
16331 8 colors, and yellow for dark backgrounds with 8 colors.
16332
16333 * font-lock.el (font-lock-regexp-grouping-backslash):
16334 Don't inherit from escape-glyph (use bold for all cases).
16335
16336 * info.el (info-xref-visited): Use light foreground color `violet'
16337 for dark backgrounds instead of dark color `magenta3'.
16338 (info-title-1): Use `yellow' color for dark backgrounds.
16339
16340 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16341 too-light magenta2.
16342
16343 * replace.el (match): Use slightly more light RoyalBlue3 instead
16344 of dark RoyalBlue4.
16345
16346 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16347
16348 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16349
16350 * novice.el (disabled-command-hook): Declare it with
16351 `define-obsolete-variable-alias'.
16352
16353 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16354 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16355 (desktop-load-default): Add release to obsolescence info.
16356 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16357 (desktop-append-buffer-args, desktop-read):
16358 Fix typos in docstrings.
16359 (desktop-kill): Fix typo in message.
16360 (desktop-save): Doc fix.
16361
16362 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16363
16364 * viper-cmd.el (viper-escape-to-state): Bug fix.
16365 (viper-envelop-ESC-key): Change the definition of fast
16366 keysequence so it'll work with keyboard macros.
16367
16368 * ediff.el (ediff-patch-buffer): Change the docstring.
16369
16370 2005-07-19 Kenichi Handa <handa@m17n.org>
16371
16372 * international/mule-cmds.el (select-safe-coding-system): Try to
16373 use an auto-coding (if any) before anything else. If the found
16374 auto-coding is invalid, show a warning message.
16375
16376 * international/mule.el (find-auto-coding): New function created
16377 by modifying the body of set-auto-coding.
16378 (set-auto-coding): Use find-auto-coding to find a coding.
16379
16380 2005-07-18 Richard M. Stallman <rms@gnu.org>
16381
16382 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16383 not isearch-mode-end-hook-error.
16384 (allout-before-change-protect): Fix error message.
16385
16386 2005-07-18 Juri Linkov <juri@jurta.org>
16387
16388 * allout.el (allout-mode):
16389 * calculator.el (calculator-copy):
16390 * custom.el (custom-known-themes):
16391 * dired.el (dired-desktop-buffer-misc-data)
16392 (dired-restore-desktop-buffer):
16393 * dired-x.el (dired-omit-marker-char):
16394 * files.el (basic-save-buffer):
16395 * font-core.el (font-lock-mode):
16396 * calendar/calendar.el (calendar-goto-hebrew-date)
16397 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16398 (calendar-goto-persian-date):
16399 * language/ethio-util.el (ethio-sera-to-fidel-region):
16400 * textmodes/picture.el (picture-mode):
16401 Delete duplicate duplicate words.
16402
16403 2005-07-18 Juri Linkov <juri@jurta.org>
16404
16405 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16406 chars * ? } |.
16407 (isearch-fallback): Don't call `isearch-process-search-char'.
16408 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16409 (isearch-process-search-char): Call `isearch-fallback' for regexp
16410 chars * ? } |.
16411 (isearch-return-char): Make obsolete with `make-obsolete' instead
16412 of simply documenting it as obsolete in the docstring.
16413 (isearch-fallback): Refill docstring.
16414
16415 * international/isearch-x.el
16416 (isearch-process-search-multibyte-characters): Remove unneeded
16417 `concat'. Add intermediate values to `junk-hist' instead of
16418 `minibuffer-history'. Test the length of `str'.
16419
16420 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16421
16422 * allout.el (allout-resolve-xref): Fix typos in error strings.
16423 (allout-before-change-protect): Remove unneeded `concat'.
16424
16425 * array.el (array-mode, array-reconfigure-rows)
16426 (untabify-backward): Fix typos in docstrings.
16427 (array-reconfigure-rows): Use `insert-buffer-substring', not
16428 `insert-buffer'.
16429
16430 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16431 * progmodes/ada-mode.el (ada-make-body):
16432 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16433
16434 * dired.el (dired-log):
16435 * tar-mode.el (tar-subfile-save-buffer):
16436 * play/zone.el (zone-pgm-stress-destress):
16437 Use `insert-buffer-substring', not `insert-buffer'.
16438
16439 2005-07-17 Simon Josefsson <jas@extundo.com>
16440
16441 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16442
16443 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16444
16445 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16446 Add plain auth method.
16447 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16448
16449 2005-07-17 Kim F. Storm <storm@cua.dk>
16450
16451 * ido.el (dired-other-window): Add ido property.
16452
16453 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16454
16455 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16456 Fix typo in docstring.
16457 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16458 `insert-file-literally'.
16459
16460 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16461 info and delete redundant message. Doc fix.
16462 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16463 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16464
16465 2005-07-16 Richard M. Stallman <rms@gnu.org>
16466
16467 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16468 (byte-compile-and): Use byte-compile-and-recursion.
16469 (byte-compile-or-recursion): New function.
16470 (byte-compile-or): Use that.
16471 (byte-compile-if): Guard the else-clause too.
16472 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16473
16474 * isearch.el (isearch-mode-end-hook-quit): New variable.
16475 (isearch-done): Bind it.
16476 (isearch-mode-end-hook): Doc fix.
16477
16478 * allout.el (allout-isearch-did-quit): Variable deleted.
16479 (allout-real-isearch-abort): Function name no longer used.
16480 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16481 (allout-isearch-rectification): isearch-mode always exists.
16482 Don't set allout-isearch-did-quit.
16483 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16484 allout-isearch-did-quit.
16485 (allout-enwrap-isearch): Just add the hook.
16486 (allout-isearch-abort): Function deleted.
16487 (allout-pre-command-business): Avoid warning.
16488
16489 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16490 Correctly avoid warnings.
16491 (pascal-outline): Likewise.
16492
16493 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16494
16495 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16496
16497 * play/tetris.el (tetris-mode): Avoid warning.
16498
16499 * play/snake.el (snake-mode): Avoid warning.
16500
16501 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16502 (gamegrid-set-display-table): Avoid warning.
16503 (gamegrid-set-timer): Likewise.
16504 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16505 (gamegrid-add-score-with-update-game-score-1): Take FILE
16506 as argument.
16507 (gamegrid-add-score-with-update-game-score): Pass that argument.
16508 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16509
16510 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16511
16512 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16513 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16514
16515 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16516 and insert-file.
16517
16518 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16519 (sc-ask): Avoid warnings.
16520
16521 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16522 (eshell-hist-initialize): Use that var the natural way.
16523
16524 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16525
16526 * emacs-lisp/re-builder.el (reb-cook-regexp):
16527 Avoid warning calling lre-compile-string.
16528 (reb-color-display-p): Avoid warning.
16529
16530 * calculator.el (calculator-last-input): Guard uses
16531 of event-key and key-press-event-p.
16532 (event-key, key-press-event-p): Delete definitions.
16533
16534 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16535 (find-gc-source-directory, find-gc-subrs-callers)
16536 (find-gc-noreturn-list, find-gc-source-files)
16537 (find-gc-subrs-called): Vars renamed and defvar'd.
16538
16539 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16540 (checkdoc-overlay-put, checkdoc-delete-overlay)
16541 (checkdoc-overlay-start, checkdoc-overlay-end)
16542 (checkdoc-mode-line-update, checkdoc-char=):
16543 Define such that compiler knows they are defined.
16544 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16545 (checkdoc-read-event): Delete. Use read-event directly.
16546
16547 * whitespace.el (whitespace-make-overlay)
16548 (whitespace-overlay-put, whitespace-delete-overlay)
16549 (whitespace-overlay-start, whitespace-overlay-end):
16550 Define such that compiler knows they are defined.
16551 (whitespace): Move conditional inside.
16552
16553 * tempo.el (tempo-insert-template): Suppress warning.
16554
16555 * ediff-diff.el (longlines-mode): Add defvar.
16556
16557 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16558
16559 * server.el: Bind "C-x #" in a way that works even if C-x is
16560 redefined to a command key, not a prefix key.
16561
16562 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16563
16564 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16565 cl-make-type-test till execution time.
16566
16567 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16568
16569 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16570 arg ARG and use it.
16571
16572 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16573
16574 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16575
16576 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16577
16578 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16579 a defcustom with two :set or :type keywords.
16580
16581 2005-07-15 Richard M. Stallman <rms@gnu.org>
16582
16583 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16584 Don't give ^M comment-end syntax.
16585
16586 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16587
16588 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16589 Don't consider gdbmi (gdb-mi.el has its own update functions).
16590 (gdb-var-delete): Make it work for gdbmi as well.
16591 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16592
16593 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16594 (gud-speedbar-menu-items): Correct logic for enabling items.
16595
16596 2005-07-15 Kim F. Storm <storm@cua.dk>
16597
16598 * ido.el: Fix commentary.
16599 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16600 Use with-no-warnings around ffap-guesser.
16601 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16602 Let bind minibuffer-completing-file-name to t.
16603
16604 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16605
16606 * startup.el (site-run-file, keyboard-type): Doc fixes.
16607 (command-line): Check for "--basic-display" argument; also for
16608 "--quick", not "--bare-bones" (which was renamed).
16609 (fancy-splash-text): Add missing item "Getting New Versions".
16610 (normal-splash-screen): Fix typos and improve consistency with
16611 `fancy-splash-text'. Update copyright year.
16612
16613 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16614 valid binding for `help-char'.
16615
16616 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16617
16618 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16619
16620 * term.el (term-mode): Disable cua-mode for term buffers.
16621
16622 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16623
16624 * add-log.el (add-log-mailing-address, change-log-merge):
16625 Doc fixes.
16626 (change-log-get-method-definition): Fix typo in docstring.
16627
16628 2005-07-14 Kim F. Storm <storm@cua.dk>
16629
16630 * emulation/cua-base.el:
16631 (cua--pre-command-handler-1, cua--pre-command-handler)
16632 (cua--post-command-handler-1, cua--post-command-handler):
16633 Split in two. Check (buffer local) value of cua-mode.
16634 (cua-selection-mode): New command.
16635
16636 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16637
16638 * custom.el (custom-initialize-safe-set)
16639 (custom-initialize-safe-default): Doc fixes.
16640
16641 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16642 and simplify :init-value again.
16643
16644 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16645 and simplify :init-value again. Delete autoload.
16646
16647 * startup.el (command-line): Use `custom-reevaluate-setting' again
16648 for tooltip-mode.
16649
16650 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16651 a defcustom with two :initialize keywords.
16652
16653 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16654
16655 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16656 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16657 (allout-post-command-business, allout-flag-region)
16658 (isearch-reenable-font-lock, allout-yank)
16659 (allout-insert-latex-header, allout-insert-latex-trailer)
16660 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16661 (allout-latex-verb-quote): Fix typos in docstrings.
16662 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16663 (allout-unprotected, allout-prefix-data):
16664 Improve argument/docstring consistency.
16665 (allout-chart-subtree): Fix argument spec.
16666 (allout-open-topic): Rename `use_sib_bullet' argument to
16667 `use-sib-bullet'. Doc fix.
16668
16669 * whitespace.el (whitespace-check-buffer-leading)
16670 (whitespace-check-buffer-trailing)
16671 (whitespace-check-buffer-indent)
16672 (whitespace-check-buffer-spacetab)
16673 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16674 (whitespace-check-leading-whitespace)
16675 (whitespace-check-trailing-whitespace)
16676 (whitespace-check-spacetab-whitespace)
16677 (whitespace-check-indent-whitespace)
16678 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16679 (whitespace-modes): Fix typos in docstrings.
16680 (defgroup, defcustom): Doc fixes.
16681
16682 * winner.el (winner-mode, winner-boring-buffers)
16683 (winner-pending-undo-ring): Doc fixes.
16684 (winner-ring): Remove unneeded `progn'.
16685 (winner-equal): `defsubst' it.
16686 (winner-redo): Fix message.
16687
16688 2005-07-13 Kim F. Storm <storm@cua.dk>
16689
16690 * simple.el (line-move-1): Always use vertical-motion to
16691 do the last (or only) line move to ensure some movement.
16692 Undo 2005-06-23 change--don't check for overlays.
16693
16694 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16695
16696 * term/mac-win.el (ccl-encode-mac-roman-font)
16697 (ccl-encode-mac-centraleurroman-font)
16698 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16699 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16700 Change charset-id boundary of dimension to ?\xef.
16701 (mac-char-fontspec-list): New constant.
16702 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16703 argument. Nil uses itself as family in font-spec. Previous
16704 behavior for nil is now provided by non-nil non-string argument.
16705 All callers changed. Add font-specs for Mac fonts to
16706 "fontset-default" unless iso8859-1 fonts are installed.
16707
16708 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16709
16710 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16711 a continuation line if the \ is preceded by SPC or TAB.
16712 (sh-get-indent-info): Simplify.
16713 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16714 Use with-current-buffer.
16715
16716 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16717 when the matched text is empty.
16718
16719 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16720
16721 * startup.el (command-line): Revert to previous handling of
16722 tooltip-mode. Explain in comment why the complexity is needed.
16723
16724 * tooltip.el (tooltip-mode): Revert to previous implementation of
16725 its defcustom.
16726
16727 * frame.el (blink-cursor-mode): Revert to previous implementation
16728 of its defcustom. Update comment.
16729
16730 2005-07-12 Lars Hansen <larsh@soem.dk>
16731
16732 * desktop.el: Update e-mail address.
16733
16734 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16735
16736 * term/mac-win.el (mac-services-mail-selection)
16737 (mac-services-mail-to): New functions.
16738 (mac-application-menu-map): Bind them.
16739
16740 2005-07-12 wulei <milton@wulei.net> (tiny change)
16741
16742 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16743
16744 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16745
16746 * custom.el (custom-reevaluate-setting): Doc fix.
16747
16748 2005-07-11 Jay Belanger <belanger@truman.edu>
16749
16750 * calc/calc.el (calc-embedded-announce-formula-alist)
16751 (calc-embedded-open-close-plain-alist)
16752 (calc-embedded-open-close-mode-alist): Add checks for additional
16753 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16754
16755 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16756
16757 * custom.el (custom-enable-theme): Don't add theme to
16758 `custom-enabled-themes' with `push' because there is no
16759 setf-method for `delq'.
16760
16761 2005-07-11 Richard M. Stallman <rms@gnu.org>
16762
16763 * custom.el (custom-declare-variable): Doc fix.
16764
16765 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16766 from the alists.
16767
16768 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16769 Do nothing if edebug-active.
16770
16771 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16772 (edebug-display): Do it here instead.
16773
16774 2005-07-10 Richard M. Stallman <rms@gnu.org>
16775
16776 * cus-face.el (custom-theme-set-faces): Make it work.
16777 (custom-reset-faces): Doc fix.
16778 (custom-theme-reset-internal-face, custom-theme-face-value):
16779 Functions deleted.
16780
16781 * custom.el (custom-push-theme): Maintain list of the settings
16782 of a given theme in its theme-settings property.
16783 Maintain position of old settings in the theme-value
16784 or theme-face property.
16785 (custom-enabled-themes): New variable.
16786 (custom-theme-enabled-p): New function.
16787 (provide-theme): Update custom-enabled-themes.
16788 Disable and reenable the `user' theme.
16789 (require-theme): Doc fix.
16790 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16791 (custom-theme-value, custom-theme-variable-value): Likewise.
16792 (custom-theme-reset-internal): Likewise.
16793 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16794 (custom-enable-theme, custom-disable-theme): New functions.
16795 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16796 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16797 (custom-theme-reset-variables): Simplify.
16798 (deftheme, custom-declare-theme, custom-make-theme-feature):
16799 Definitions moved.
16800
16801 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16802
16803 * longlines.el (longlines-show-region)
16804 (longlines-unshow-hard-newlines): Recognize hard newlines by
16805 non-nil hard property, instead of t.
16806
16807 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16808
16809 * viper-cmd.el (viper--key-maps): New variable.
16810 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16811 emulation-mode-map-alists.
16812 (viper-envelop-ESC-key): Use viper-subseq.
16813 (viper-search-forward/backward/next): Disable debug-on-error.
16814
16815 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16816 (viper-ESC-key): New defcustoms.
16817
16818 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16819
16820 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16821 (viper-subseq): Copy of subseq from cl.el.
16822
16823 * viper.el (viper-go-away, viper-set-hooks): Use
16824 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16825
16826 * viper-mous.el (viper-current-frame-saved): Use defvar.
16827
16828 * viper-init.el: Get rid of -face in face names.
16829
16830 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16831 Make it work with longlines mode
16832
16833 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16834
16835 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16836
16837 * ediff-init.el: Get rid of -face in face names.
16838
16839 2005-07-10 Richard M. Stallman <rms@gnu.org>
16840
16841 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16842 and with-timeout-unsuspend.
16843
16844 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16845 and with-timeout-unsuspend.
16846
16847 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16848 (with-timeout): Bind that variable to record timers.
16849 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16850
16851 * emacs-lisp/debug.el (debug-help-follow): New function.
16852 (debugger-mode-map): Use that instead of help-follow.
16853 (debugger-setup-buffer): Use eval-buffer-list
16854 to handle eval-buffer frames.
16855
16856 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16857
16858 * timezone.el (timezone-parse-date): Change first regexp
16859 so it will not mistakenly match dates with no time zone.
16860
16861 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16862
16863 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16864
16865 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16866
16867 * custom.el (custom-initialize-safe-set)
16868 (custom-initialize-safe-default): New functions.
16869
16870 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16871 and simplify :init-value.
16872
16873 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16874 and simplify :init-value. Delete obsolete comment.
16875
16876 * startup.el (command-line): Use `custom-reevaluate-setting' to
16877 handle `tooltip-mode'. Delete obsolete comment.
16878
16879 * files.el (set-visited-file-name): Avoid calling
16880 `file-name-nondirectory' with a nil argument.
16881
16882 2005-07-09 Richard M. Stallman <rms@gnu.org>
16883
16884 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16885 was called with nil for the buffer, handle the read position right.
16886 Handle read position for eval-region, too.
16887
16888 2005-07-09 Juri Linkov <juri@jurta.org>
16889
16890 * fringe.el (fringe-mode): Add period in docstring.
16891 (fringe-query-style): Build prompt depending on `all-frames' arg.
16892
16893 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16894 to not create links to unrelated functions in the Help buffer.
16895
16896 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16897 Doc fix.
16898
16899 * simple.el (next-error-hook): New variable.
16900 (next-error): Use it. Doc fix.
16901
16902 * textmodes/ispell.el (ispell-command-loop): Add current
16903 dictionary name and program name to mode-line-format.
16904 (ispell-region, ispell-process-line): Add current dictionary name
16905 and program name to messages.
16906
16907 2005-07-08 Jay Belanger <belanger@truman.edu>
16908
16909 * calc/calc.el (calc-embedded-announce-formula-alist)
16910 (calc-embedded-open-close-formula-alist)
16911 (calc-embedded-open-close-word-alist)
16912 (calc-embedded-open-close-plain-alist)
16913 (calc-embedded-open-close-new-formula-alist)
16914 (calc-embedded-open-close-mode-alist)
16915 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16916 (calc-embedded-mode-hook): New variables.
16917
16918 * calc/calc-embed.el (calc-embedded-firsttime)
16919 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16920 New variables.
16921 (calc-do-embedded): Use calc-embedded-firsttime,
16922 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16923 determine whether or not to run hooks.
16924 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16925 calc-embedded-firsttime-formula appropriately.
16926 Set calc-embedded delimiter variables according to mode.
16927
16928 2005-07-08 Richard M. Stallman <rms@gnu.org>
16929
16930 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16931 Check for "emacs", etc., as entire symbol, not just as word.
16932 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16933
16934 * files.el (set-visited-file-name): Report the error
16935 for "empty filename" earlier.
16936 (kill-some-buffers): Ignore buffers already dead.
16937
16938 * fringe.el (fringe-mode): Doc fix.
16939
16940 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16941 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16942 Use unwind-protect to ensure byte-compile-unresolved-functions
16943 is updated.
16944
16945 * whitespace.el (whitespace-buffer-leading-cleanup):
16946 Simplify w/ skip-chars-forward.
16947 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16948
16949 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16950 Unconditionally try to leave point at the same old place.
16951
16952 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16953
16954 * comint.el (comint-postoutput-scroll-to-bottom)
16955 (comint-show-maximum-output): Take scroll-margin into consideration.
16956
16957 2005-07-08 Kim F. Storm <storm@cua.dk>
16958
16959 * ido.el (ido-use-filename-at-point): New choice `guess'.
16960 (ido-file-internal): Try ffap-guesser if selected.
16961
16962 * ido.el (ido-before-fallback-functions): New hook.
16963 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16964 (ido-read-file-name): Run it.
16965
16966 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16967
16968 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16969 strings rather than a list of symbols to the completion function.
16970
16971 2005-07-07 Jay Belanger <belanger@truman.edu>
16972
16973 * calc/calc-units.el (math-apply-units): Change the places in
16974 which units are simplified.
16975
16976 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16977
16978 * cus-edit.el (customize-option, customize-option-other-window):
16979 Make them handle aliases.
16980
16981 * custom.el (custom-variable-p): Make it recursively follow
16982 aliases. Mention that in the docstring.
16983
16984 2005-07-07 Richard M. Stallman <rms@gnu.org>
16985
16986 * cus-start.el (exec-path): Use `directory' instead of `file'.
16987 Fix tag for nil.
16988
16989 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16990
16991 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16992 when called non-interactively. Doc fix.
16993
16994 2005-07-07 Lute Kamstra <lute@gnu.org>
16995
16996 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16997 new address as well.
16998
16999 2005-07-07 Kenichi Handa <handa@m17n.org>
17000
17001 * international/mule.el (make-coding-system):
17002 Describe `ascii-incompatible' property in the docstring.
17003 (set-file-name-coding-system): Signal an error if coding-system is
17004 ascii-incompatible.
17005 (set-keyboard-coding-system): Likewise.
17006
17007 * international/mule-cmds.el (set-default-coding-systems):
17008 Don't set default-file-name-coding-system and
17009 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17010
17011 * international/utf-16.el: Declare that all UTF-16-based coding
17012 systems are ASCII-incompatible.
17013
17014 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17015
17016 * progmodes/gud.el: Require font-lock for displaying errors.
17017 Used by gdb-ui.el.
17018
17019 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17020
17021 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17022 values for the pattern lists which are `read'able but not
17023 `append'able (like symbols).
17024
17025 2005-07-06 Richard M. Stallman <rms@gnu.org>
17026
17027 * progmodes/flymake.el (flymake-float-time): Instead of
17028 with-no-warnings, test for xemacs.
17029 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17030 to avoid warning.
17031
17032 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17033
17034 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17035
17036 2005-07-05 Lute Kamstra <lute@gnu.org>
17037
17038 * battery.el: Add support for Darwin (with much debugging help
17039 from Samuel Lauber <sam124@operamail.com>).
17040 (battery-status-function, battery-echo-area-format)
17041 (battery-mode-line-format): Add support for pmset on Darwin.
17042 (battery-load-low, battery-load-critical): New user options.
17043 (battery-pmset): New function.
17044
17045 2005-07-05 Lute Kamstra <lute@gnu.org>
17046
17047 Update FSF's address in GPL notices.
17048
17049 * textmodes/page-ext.el: Update FSF's address.
17050
17051 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17052
17053 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17054 filling from using prefix when filling a single-line docstring.
17055
17056 * progmodes/flymake.el: Remove useless eval-when-compile.
17057
17058 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17059
17060 2005-07-04 Richard M. Stallman <rms@gnu.org>
17061
17062 * textmodes/org.el (org-file-apps-defaults-gnu):
17063 Rename from org-file-apps-defaults-linux.
17064 (org-default-apps): Don't test system-type for `linux'.
17065 (org-file-apps): Doc fix.
17066
17067 2005-07-04 David Ponce <david@dponce.com>
17068
17069 * tree-widget.el: Improve header Commentary section.
17070 (tree-widget) [defgroup]
17071 (tree-widget-image-enable, tree-widget-themes-directory)
17072 (tree-widget-theme, tree-widget-image-properties-emacs)
17073 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17074 (tree-widget-image-formats, tree-widget-control)
17075 (tree-widget-empty-control, tree-widget-leaf-control
17076 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17077 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17078 (tree-widget-keep, tree-widget-after-toggle-functions)
17079 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17080 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17081 :help-echo message.
17082 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17083 (tree-widget-image-properties): Doc fix. Clearer implementation.
17084 (tree-widget--cursors): New constant.
17085 (tree-widget-lookup-image): New function split from
17086 `tree-widget-find-image'. Clearer implementation.
17087 (tree-widget-find-image): Use it.
17088 (tree-widget-button-keymap): Use `set-keymap-parent'.
17089 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17090 Define the sub-widgets here.
17091 (tree-widget-node): Check that :node is not a tree-widget.
17092 (tree-widget-get-super, tree-widget-open-control)
17093 (tree-widget-close-control, tree-widget-empty-control)
17094 (tree-widget-leaf-control, tree-widget-guide)
17095 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17096 (tree-widget-no-handle, tree-widget-value-delete)
17097 (tree-widget-map): Remove.
17098 (tree-widget-children-value-save): Doc fix. Simplified.
17099 (tree-widget-value-create): Update according to previous changes.
17100
17101 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17102
17103 * textmodes/org.el: Leading space replaced by TABS.
17104 (org-recalc-marks, org-table-rotate-recalc-marks)
17105 (org-table-get-specials): Treat "^" and "_" marks.
17106 (org-table-justify-field-maybe): Optional argument NEW.
17107 (org-table-eval-formula): Parsing of the format simplified.
17108 New modes C,I. Honor the %= parameter in the current table.
17109 Avoid unnecessary re-align by using the NEW argument to
17110 `org-table-justify-field-maybe'.
17111 (org-calc-default-modes): Default for date-format mimicks org-mode.
17112 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17113
17114 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17115
17116 * cus-face.el (custom-theme-set-faces): Make it handle face
17117 aliases whose alias declarations are pre- or autoloaded.
17118
17119 2005-07-04 Juri Linkov <juri@jurta.org>
17120
17121 * faces.el (read-face-name): Put the code for getting a face name
17122 from the buffer before adding the faces from the `face' property.
17123 Use `completing-read-multiple' instead of `completing-read'.
17124 Require `crm'. Add default value and post-process the returned
17125 list of faces.
17126
17127 * emacs-lisp/crm.el (crm-find-current-element)
17128 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17129
17130 * emacs-lisp/lisp-mode.el (eval-defun-1):
17131 * emacs-lisp/edebug.el (edebug-eval-defun):
17132 Remove unnecessary quotes.
17133
17134 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17135
17136 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17137 (prolog-indent-level): Fix typo in docstring.
17138
17139 * info.el (Info-history, Info-history-forward)
17140 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17141
17142 * add-log.el (add-change-log-entry):
17143 * comint.el (comint-dynamic-list-input-ring)
17144 (comint-dynamic-list-completions):
17145 * dabbrev.el (dabbrev-expand):
17146 * delim-col.el (delimit-columns-rectangle-line):
17147 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17148 (diff-unified->context):
17149 * ediff-init.el (ediff-abbrev-jobname):
17150 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17151 (ediff-replace-session-activity-marker-in-meta-buffer):
17152 * info.el (Info-summary):
17153 * lpr.el (printify-region):
17154 * printing.el (pr-create-interface):
17155 * ps-print.el (ps-print-quote):
17156 * ses.el (ses-column-widths, ses-print-cell)
17157 (ses-adjust-print-width, ses-center):
17158 * shell.el (shell-file-name-quote-list):
17159 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17160 (strokes-fill-current-buffer-with-whitespace)
17161 (strokes-xpm-for-stroke, strokes-list-strokes)
17162 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17163 * term.el (term-dynamic-list-input-ring)
17164 (term-dynamic-list-completions):
17165 * calc/calc.el (math-format-stack-value):
17166 * emacs-lisp/edebug.el (edebug-display-freq-count):
17167 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17168 (delphi-new-comment-line):
17169 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17170 * progmodes/executable.el (executable-set-magic):
17171 * progmodes/python.el (inferior-python-mode):
17172 * progmodes/scheme.el (scheme-mode-syntax-table):
17173 * progmodes/sh-script.el (sh-maybe-here-document):
17174 * progmodes/sql.el (sql-copy-column):
17175 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17176 * textmodes/bibtex.el (bibtex-mode):
17177 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17178 (sgml-auto-attributes):
17179 * textmodes/table.el (table-insert, table-shorten-cell)
17180 (table--generate-source-scan-lines, table-delete-row)
17181 (*table--cell-delete-char, table--spacify-frame)
17182 (table--horizontally-shift-above-and-below)
17183 (table--cell-insert-char, table--cell-blank-str)
17184 (table--fill-region-strictly):
17185 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17186 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17187
17188 * add-log.el (change-log):
17189 * apropos.el (apropos):
17190 * comint.el (comint-completion, comint-source):
17191 * dabbrev.el (dabbrev):
17192 * delim-col.el (columns):
17193 * diff-mode.el (diff-mode):
17194 * ediff.el (ediff):
17195 * ediff-diff.el (ediff-diff):
17196 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17197 * ediff-mult.el (ediff-mult):
17198 * ediff-ptch.el (ediff-ptch):
17199 * ediff-wind.el (ediff-window):
17200 * facemenu.el (facemenu):
17201 * indent.el (indent):
17202 * info.el (info):
17203 * jka-cmpr-hook.el (compression, jka-compr):
17204 * lpr.el (lpr):
17205 * outline.el (outlines):
17206 * pcmpl-cvs.el (pcmpl-cvs):
17207 * pcmpl-rpm.el (pcmpl-rpm):
17208 * printing.el (printing):
17209 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17210 (ps-print-vertical, ps-print-headers, ps-print-font)
17211 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17212 (ps-print-background, ps-print-printer, ps-print-page)
17213 (ps-print-miscellany):
17214 * ses.el (ses):
17215 * shell.el (shell, shell-directories, shell-faces):
17216 * startup.el (initialization):
17217 * strokes.el (strokes):
17218 * term.el (term):
17219 * uniquify.el (uniquify):
17220 * w32-vars.el (w32):
17221 * calc/calc.el (calc):
17222 * emacs-lisp/bytecomp.el (bytecomp):
17223 * emacs-lisp/cl-indent.el (lisp-indent):
17224 * emacs-lisp/edebug.el (edebug):
17225 * emacs-lisp/elp.el (elp):
17226 * emacs-lisp/testcover.el (testcover):
17227 * emacs-lisp/trace.el (trace):
17228 * emulation/viper-ex.el (viper-ex):
17229 * emulation/viper-mous.el (viper-mouse):
17230 * mail/mailalias.el (mailalias):
17231 * mail/supercite.el (supercite, supercite-frames)
17232 (supercite-attr, supercite-cite, supercite-hooks):
17233 * net/rcompile.el (remote-compile):
17234 * net/rlogin.el (rlogin):
17235 * obsolete/ooutline.el (outlines):
17236 * progmodes/delphi.el (delphi):
17237 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17238 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17239 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17240 (ebnf-optimization):
17241 * progmodes/etags.el (etags):
17242 * progmodes/executable.el (executable):
17243 * progmodes/idlwave.el (idlwave):
17244 * progmodes/pascal.el (pascal):
17245 * progmodes/prolog.el (prolog):
17246 * progmodes/python.el (python):
17247 * progmodes/scheme.el (scheme):
17248 * progmodes/sh-script.el (sh, sh-script):
17249 * progmodes/sql.el (SQL):
17250 * progmodes/tcl.el (tcl):
17251 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17252 * textmodes/enriched.el (enriched):
17253 * textmodes/makeinfo.el (makeinfo):
17254 * textmodes/sgml-mode.el (sgml):
17255 * textmodes/table.el (table-hooks):
17256 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17257 * textmodes/texinfo.el (texinfo):
17258 * textmodes/two-column.el (two-column):
17259 Finish `defgroup' description with period.
17260
17261 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17262 * eshell/esh-var.el (eshell-var):
17263 * progmodes/vhdl-mode.el (vhdl-testbench):
17264 * textmodes/org.el (org): Fix typos in docstrings.
17265
17266 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17267 consistency.
17268
17269 * progmodes/flymake.el (flymake-find-file): Remove.
17270 (flymake-float-time): Use `with-no-warnings'.
17271 (flymake-check-start-time, flymake-check-was-interrupted)
17272 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17273 (flymake-new-err-info): `defvar' at compile time.
17274
17275 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17276
17277 * replace.el (occur-hook): Doc fix.
17278 (occur-1): Don't call `occur-hook' if there are no matches.
17279
17280 2005-07-03 Richard M. Stallman <rms@gnu.org>
17281
17282 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17283 global-map, save the same map.
17284 (global-map): Don't alter it at top level.
17285 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17286 Then alter it here instead.
17287 (tpu-edt-off): Set global-map to the saved one.
17288
17289 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17290 All references simplified.
17291 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17292 (zmacs-regions): Add defvar.
17293 (repeat-complex-command-map): Everything about that deleted.
17294
17295 * textmodes/artist.el (artist-key-is-drawing)
17296 (artist-key-endpoint1, artist-key-poly-point-list)
17297 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17298 (artist-key-compl-table, artist-rb-save-data)
17299 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17300 Don't put them in eval-when-compile.
17301 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17302
17303 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17304 Use with-no-warnings.
17305
17306 * net/browse-url.el (dos-windows-version): Add defvar.
17307
17308 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17309
17310 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17311 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17312 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17313 Add defvar.
17314 (rmail-summary-beginning-of-message): Use with-no-warnings.
17315 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17316
17317 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17318 Use with-no-warnings.
17319
17320 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17321 (c-mark-function): Add point-moving-unit property.
17322 (vi-goto-line): Use with-no-warnings.
17323
17324 * emulation/edt.el (edt-last-copied-word): Add defvar.
17325 (zmacs-region-stays): Likewise.
17326 (edt-mark-section-wisely): Use c-mark-function for C.
17327 Use makr-defun for Fortran.
17328 (time-string): defvar deleted.
17329 (edt-display-the-time): Don't set time-string.
17330
17331 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17332
17333 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17334 Don't warn when name is not constant
17335 or for defining the group `emacs'.
17336
17337 * tooltip.el (gud-tooltip-mode): Add defvar.
17338
17339 * startup.el (default-frame-background-mode): Add defvar.
17340
17341 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17342
17343 * info.el (tool-bar-map): Add defvar.
17344
17345 * dired.el (dnd-protocol-alist): Add defvar.
17346
17347 * dired-aux.el (dired-query): Display question with answer, when
17348 the user answers.
17349
17350 * custom.el (custom-add-option): Doc fix.
17351
17352 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17353
17354 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17355
17356 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17357 bogus name from the last change.
17358
17359 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17360
17361 * custom.el (custom-declare-variable): Fix typos in comment.
17362 (custom-known-themes): Doc fix.
17363 (custom-theme-directory): New defcustom.
17364 (require-theme): Make it check `custom-theme-directory'.
17365
17366 * cus-theme.el (custom-new-theme-mode): New function.
17367 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17368 (custom-theme-description): Add compiler defvars.
17369 (customize-create-theme): Add doc to the "*New Custom Theme*"
17370 buffer. Use `custom-new-theme-mode'.
17371 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17372 and save it to the `custom-theme-directory'. Make this the
17373 default directory of the buffer.
17374
17375 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17376
17377 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17378 Fix unbalanced parentheses.
17379
17380 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17381
17382 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17383 into flymake-mode and delegate to flymake-mode.
17384
17385 * find-file.el (ff-which-function-are-we-in): Clean up.
17386
17387 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17388
17389 * replace.el (occur-rename-buffer): Fix docstring.
17390
17391 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17392 (edt-last-copied-word, edt-learn-macro-count)
17393 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17394 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17395 (time-string, zmacs-region-stays):
17396 * emulation/edt-mapper.el (edt-save-function-key-map)
17397 (EDT-key-name): `defvar' to silence the byte-compiler.
17398
17399 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17400
17401 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17402 font-lock-regexp-backslash. Doc fix.
17403 (font-lock-regexp-backslash-grouping-construct): Rename from
17404 font-lock-regexp-backslash-construct. Doc fix.
17405 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17406 grouping constructs.
17407
17408 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17409
17410 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17411 updating all the prerequisites.
17412
17413 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17414
17415 * textmodes/org.el (org-agenda-start-on-weekday)
17416 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17417 (org-agenda-use-time-grid, org-archive-location)
17418 (org-allow-space-in-links, org-usenet-links-prefer-google)
17419 (org-enable-table-editor, org-export-default-language)
17420 (org-export-html-show-new-buffer, org-fill-paragraph)
17421 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17422 (org-goto-quit, org-occur, org-eval-in-calendar)
17423 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17424 (org-agenda-diary-entry, org-remember-help)
17425 (org-table-convert-region, org-at-table-p)
17426 (org-table-move-row-down, org-table-move-row-up)
17427 (org-table-copy-region, org-table-toggle-vline-visibility)
17428 (org-table-get-stored-formulas, org-table-get-specials)
17429 (org-recalc-commands, org-table-eval-formula)
17430 (org-table-formula-substitute-names, orgtbl-make-binding)
17431 (org-format-org-table-html, org-format-table-table-html)
17432 (org-format-table-table-html-using-table-generate-source)
17433 (org-customize): Fix typos in docstrings.
17434 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17435 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17436 (org-back-to-heading): Doc fixes.
17437 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17438 (org-agenda-change-all-lines, org-get-header):
17439 Improve argument/docstring consistency.
17440 (orgtbl-error): Fix error message.
17441
17442 * progmodes/flymake.el (flymake-find-possible-master-files)
17443 (flymake-master-file-compare, flymake-get-line-err-count)
17444 (flymake-highlight-line, flymake-gui-warnings-enabled):
17445 Fix typos in docstrings.
17446 (flymake-parse-line, flymake-get-project-include-dirs-function)
17447 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17448 Doc fixes.
17449 (flymake-get-project-include-dirs-function)
17450 (flymake-make-err-menu-data):
17451 Improve argument/docstring consistency.
17452
17453 2005-07-01 Lute Kamstra <lute@gnu.org>
17454
17455 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17456 Catch errors with ignore-errors. Use temporary buffer.
17457 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17458
17459 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17460 background color faces.
17461 (facemenu-set-foreground, facemenu-set-background):
17462 Use facemenu-set-face-from-menu.
17463 (facemenu-set-face-from-menu): Treat face names that start with
17464 "fg:" or "bg:" as special.
17465 (facemenu-add-new-color): Don't create faces. Simplify.
17466
17467 2005-06-30 Richard M. Stallman <rms@gnu.org>
17468
17469 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17470 (crm-find-current-element): Likewise.
17471
17472 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17473
17474 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17475
17476 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17479 (archive-mouse-extract): Make it an obsolete alias.
17480 (archive-mode-map): Don't use archive-mouse-extract any more.
17481 (archive-mode, archive-extract): write-contents-hooks ->
17482 write-contents-functions.
17483 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17484 first arg.
17485 (archive-rename-entry): Update the call.
17486 (archive-zip-summarize): Remove unused var `method'.
17487 (archive-lzh-summarize): Remove unused var `creator'.
17488
17489 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17490 dedicated frame upon exit.
17491
17492 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17493 (archive-zip-extract, archive-zip-expunge)
17494 (archive-zip-update, archive-zip-update-case): Use executable-find.
17495 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17496 Use restore-buffer-modified-p.
17497 (archive-extract, archive-add-new-member, archive-write-file-member):
17498 Use with-current-buffer.
17499 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17500
17501 2005-06-30 Andreas Schwab <schwab@suse.de>
17502
17503 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17504
17505 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17506
17507 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17508
17509 2005-06-30 Juri Linkov <juri@jurta.org>
17510
17511 * faces.el (vertical-border): Inherit from mode-line-inactive
17512 only on tty.
17513
17514 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17515
17516 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17517 example, -NLINES in the `occur' docstring).
17518
17519 * replace.el (occur-1): When no matches are found, do not set the
17520 `buffer-read-only' and modified flags for the occur buffer,
17521 because it is deleted.
17522
17523 * emulation/cua-base.el (cua-check-pending-input)
17524 (cua-repeat-replace-region, cua-mode, cua-debug)
17525 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17526 Fix typos in docstrings.
17527
17528 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17529 (cua-cut-region-to-global-mark)
17530 (cua--cut-rectangle-to-global-mark):
17531 Remove period from end of messages.
17532
17533 * emulation/cua-rect.el (cua-do-rectangle-padding):
17534 Remove period from end of messages.
17535 (cua--rectangle-seq-format): Fix typo in docstring.
17536 (cua-sequence-rectangle, cua-fill-char-rectangle):
17537 Improve argument/docstring consistency.
17538
17539 2005-06-29 Juri Linkov <juri@jurta.org>
17540
17541 * faces.el (default-frame-background-mode): New internal variable.
17542 (frame-set-background-mode): Use it.
17543
17544 * startup.el (normal-top-level): Set default-frame-background-mode
17545 instead of frame-background-mode. Before setting it, test for its
17546 nil value. Remove tests for frame-background-mode and frame
17547 parameter `reverse'. Add test for "unspecified-fg".
17548
17549 * term/xterm.el (xterm-rxvt-set-background-mode):
17550 * term/rxvt.el (rxvt-set-background-mode):
17551 Set default-frame-background-mode instead of frame-background-mode.
17552
17553 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17554
17555 * simple.el (set-variable): Warn about obsolete user variables.
17556
17557 * imenu.el (imenu--completion-buffer):
17558 * mouse.el (mouse-buffer-menu-alist):
17559 * msb.el (msb-invisible-buffer-p):
17560 * calendar/diary-lib.el (diary-header-line-format):
17561 * emacs-lisp/pp.el (pp-buffer):
17562 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17563 * textmodes/picture.el (picture-replace-match):
17564 Change space constants followed by a sexp to "?\s ".
17565
17566 * play/decipher.el (decipher-loop-with-breaks):
17567 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17568 constants "protected" from end of line by a comment to "?\s".
17569
17570 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17571
17572 * font-lock.el (save-buffer-state): Use `declare'.
17573
17574 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17575 reset the syntax-table to cperl-mode-syntax-table.
17576 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17577 "foo_print_bar" is not matched as a reserved keyword.
17578
17579 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17580
17581 * textmodes/org.el (orgtbl-setup): New function, for delayed
17582 setup for the orgtbl commands.
17583 (org-calc-default-modes): New option.
17584 (orgtbl-make-binding): Use `defun' to get better help display.
17585 (org-diary): Call `org-compile-prefix-format'.
17586 (org-table-formula-substitute-names): New function.
17587 (org-agenda-day-view, org-agenda-week-view): New commands.
17588 (org-agenda-toggle-week-view): Command removed.
17589 (org-tbl-menu): Split off from org-org-menu.
17590 (org-mode): Move removal of outline-mode menus to here.
17591 (org-table-formula-debug): New option.
17592 (org-table-insert-row): Keep first field if just "#" or "*".
17593 (org-mode): Paragraph regexps fixed.
17594 (org-table-recalculate-regexp): New constant.
17595 (org-table-justify-field-maybe): Avoid replace if not necessary.
17596 (org-copy-special, org-cut-special): Use `call-interactively'.
17597 (org-table-copy-region): Take region from `interactive' call.
17598 (org-trim): Return string even if no match.
17599 (org-formula): New face.
17600 (org-set-font-lock-defaults): No longer highlight "FIXME".
17601 But highlight formula-related fields in table.
17602 (org-table-p): Use regexp, not fontification.
17603 (org-table-align): Handle white space at end of line.
17604 (org-table-formula-evaluate-inline): New option.
17605 (org-mode): Auto-wrapping in comment lines turned off.
17606 (org-table-copy-down): Evaluate only in copied field, not in
17607 destination.
17608 (org-table-current-formula): Variable removed.
17609 (org-table-store-formulas, org-table-get-stored-formulas)
17610 (org-table-modify-formulas, org-table-replace-in-formulas)
17611 (org-table-maybe-eval-formula): New functions.
17612 (org-table-get-formula): Modify to use stored formulas.
17613 (org-table-insert-column, org-table-delete-column)
17614 (org-table-move-column): Call `org-table-modify-formulas'.
17615 (org-complete): Add completion for keyword formulas.
17616 (orgtbl-mode): Pull orgtbl-mode-map to start of
17617 minor-mode-map-alist.
17618
17619 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17620
17621 * progmodes/python.el (python-check): Require `compile' before
17622 modifying its variables.
17623
17624 * newcomment.el (comment-indent-default): Don't get fooled by an early
17625 end of buffer.
17626
17627 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17628
17629 * ps-print.el (ps-print-version): Fix version number.
17630
17631 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17632
17633 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17634
17635 2005-06-28 Richard M. Stallman <rms@gnu.org>
17636
17637 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17638 (flyspell-local-mouse-map): Declaration deleted.
17639 (flyspell-mouse-map): Bind only mouse-2.
17640 (flyspell-mode-map): Don't test flyspell-use-local-map.
17641 (flyspell-overlay-keymap-property-name): Var deleted.
17642 (flyspell-mode-on): Don't make local bindings for
17643 flyspell-mouse-map and flyspell-mode-map.
17644 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17645
17646 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17647
17648 * progmodes/compile.el (compilation-next-error-function):
17649 Don't switch buffers; operate on the current buffer.
17650
17651 * progmodes/compile.el (compilation-error-file-name)
17652 (compilation-warning-file-name, compilation-info-file-name)
17653 (compilation-line-number, compilation-column-number): New faces.
17654 (compilation-error-face, compilation-warning-face)
17655 (compilation-info-face, compilation-line-face)
17656 (compilation-column-face): Use them.
17657
17658 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17659
17660 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17661
17662 * bindings.el (global-map): Bind insertchar and its variants.
17663
17664 2005-06-27 Richard M. Stallman <rms@gnu.org>
17665
17666 * textmodes/artist.el (artist-text-overwrite)
17667 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17668
17669 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17670
17671 * ps-print.el: It was not working the page selection for printing.
17672 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17673 (ps-print-version): New version 6.6.7.
17674 (ps-end-sheet): New fun.
17675 (ps-header-sheet, ps-end-job): Call it.
17676
17677 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17678
17679 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17680
17681 2005-06-27 Lute Kamstra <lute@gnu.org>
17682
17683 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17684 background color faces.
17685 (facemenu-get-face): Delete function.
17686 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17687 (facemenu-add-new-color): Make second argument mandatory.
17688 Create the appropriate face and return it. Simplify.
17689 (facemenu-set-foreground, facemenu-set-background): Don't check if
17690 color is defined. Use return value of facemenu-add-new-color.
17691
17692 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17693
17694 * progmodes/gud.el (gud-filter): Add missing argument to
17695 with-selected-window.
17696
17697 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17698
17699 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17700 a :require to the defcustom.
17701
17702 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17703 defcustoms corresponding to minor modes.
17704
17705 2005-06-26 David Ponce <david@dponce.com>
17706
17707 * recentf.el: Require tree-widget instead of wid-edit.
17708 (recentf-filename-handler): Fix widget :type.
17709 (recentf-cancel-dialog, recentf-open-more-files)
17710 (recentf-open-files-action): Doc fix.
17711 (recentf-dialog-goto-first): New function.
17712 (recentf-dialog-mode-map): Set parent keymap first.
17713 (recentf-dialog-mode): Define with define-derived-mode.
17714 Don't display continuation lines in dialogs.
17715 (recentf-edit-list): Rename from recentf-edit-selected-items.
17716 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17717 Simplify.
17718 (recentf-edit-list-validate): New function.
17719 (recentf-edit-list): Update accordingly.
17720 (recentf-open-files-item-shift): Remove.
17721 (recentf-open-files-item): Convert menu elements into tree and
17722 link widgets. Don't create the widgets.
17723 (recentf-open-files): Update accordingly.
17724 (recentf-save-list): Untabify.
17725
17726 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17727
17728 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17729 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17730 partially contained in the active region. Do not take active
17731 region into account when called from Lisp, unless INTERACTIVE arg
17732 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17733 avoid trouble with fields. Make marker point nowhere when no
17734 longer used. Always return nil. Doc fix.
17735 (flush-lines): Add INTERACTIVE arg. Do not take active region
17736 into account when called from Lisp, unless INTERACTIVE arg is
17737 non-nil. Use `forward-line' instead of `beginning-of-line' to
17738 avoid trouble with fields. Make marker point nowhere when no
17739 longer used. Always return nil. Doc fix.
17740 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17741 interchangeable. Do not take active region into account when
17742 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17743 message in echo area when called from Lisp, unless INTERACTIVE arg
17744 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17745 Return the number of matches. Doc fix.
17746 (occur): Doc fix.
17747 (perform-replace): Make comment follow double space convention for
17748 the sake of `outline-minor-mode'.
17749
17750 * faces.el (facep): Doc fix.
17751
17752 2005-06-25 Richard M. Stallman <rms@gnu.org>
17753
17754 * facemenu.el (facemenu-enable-faces-p): New function.
17755 (facemenu-background-menu, facemenu-foreground-menu)
17756 (facemenu-face-menu): Add menu-enable property.
17757
17758 * jka-compr.el (jka-compr-insert-file-contents):
17759 Special handling if cannot find the uncompression program.
17760
17761 * cus-face.el (custom-face-attributes): Add autoload.
17762
17763 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17764 Bind comment-indent-function locally.
17765
17766 * window.el (save-selected-window): Use save-current-buffer.
17767
17768 * subr.el (with-selected-window): Use save-current-buffer.
17769
17770 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17771 and with-current-buffer.
17772
17773 2005-06-24 Richard M. Stallman <rms@gnu.org>
17774
17775 * simple.el (line-move-1): Fix previous change.
17776
17777 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17778
17779 * replace.el (occur-1): Set `buffer-read-only' and the
17780 buffer-modified flag before running `occur-hook' to protect
17781 against unintentional buffer switches that can lead to data loss.
17782
17783 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17784
17785 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17786 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17787 initial error.
17788
17789 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17790 after fresh input.
17791 (gdb-var-create-handler): Put name of expression in quotes.
17792
17793 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17794
17795 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17796 elements of RING in order, and without bogus nil elements.
17797
17798 2005-06-23 Richard M. Stallman <rms@gnu.org>
17799
17800 * simple.el (set-variable): Args renamed; doc fix.
17801 (line-move-1): When there are overlays around, use vertical-motion.
17802
17803 * faces.el (escape-glyph): Use brown against light background.
17804 (nobreak-space): Rename from no-break-space.
17805 Fix previous change.
17806
17807 * dired-aux.el (dired-do-copy): Fix arg prompt.
17808
17809 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17810
17811 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17812
17813 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17814 rather than "Distributor".
17815
17816 2005-06-23 Lute Kamstra <lute@gnu.org>
17817
17818 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17819 (debug-on-entry): Use it. New interactive declaration that uses
17820 function-called-at-point.
17821
17822 2005-06-23 Kim F. Storm <storm@cua.dk>
17823
17824 * subr.el (save-match-data): Add comment about using evaporate arg
17825 to set-match-data.
17826
17827 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17828
17829 * cus-edit.el (customize-face)
17830 (customize-face-other-window): Handle face aliases.
17831
17832 * faces.el (face-documentation, set-face-attribute)
17833 (face-spec-set): Handle face aliases.
17834
17835 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17836
17837 * help-mode.el (help-make-xrefs): If a symbol representing a face
17838 name is not followed by the word "face", it could still be a
17839 function or variable name, so don't bypass other checks.
17840
17841 2005-06-22 Juri Linkov <juri@jurta.org>
17842
17843 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17844 Replace aliased functions with calls where second arg `inherit' is t.
17845
17846 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17847
17848 * progmodes/gdb-ui.el (gdb-error): New variable.
17849 (gdb-error): New function.
17850 (gdb-annotation-rules): Act on error-begin and error annotations.
17851 (gdb-concat-output): Use font-lock-warning-face for errors.
17852
17853 2005-06-22 Miles Bader <miles@gnu.org>
17854
17855 * bindings.el (propertized-buffer-identification): Use renamed
17856 `Buffer-menu-buffer' face.
17857
17858 * faces.el (vertical-border): Rename from `vertical-divider'.
17859 (escape-glyph): Change dark-background color back to `cyan'.
17860
17861 2005-06-21 Juri Linkov <juri@jurta.org>
17862
17863 * faces.el (face-user-default-spec): Try getting `customized-face'
17864 prior to `saved-face'.
17865 (frame-background-mode): Refill docstring.
17866
17867 * emacs-lisp/lisp-mode.el (eval-defun-1):
17868 * emacs-lisp/edebug.el (edebug-eval-defun):
17869 Set `saved-face' temporarily to nil before calling form.
17870 Set `customized-face' to the new spec after that.
17871
17872 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17873
17874 * subr.el (1value, lambda, key-substitution-in-progress):
17875 Doc fixes.
17876
17877 * autoinsert.el (auto-insert-alist):
17878 * ses.el (ses-call-printer):
17879 * subr.el (noreturn):
17880 * emacs-lisp/lisp.el (check-parens):
17881 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17882 * net/browse-url.el (browse-url-mosaic):
17883 * progmodes/cc-defs.el (c-safe-scan-lists):
17884 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17885 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17886 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17887 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17888 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17889 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17890
17891 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17892
17893 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17894
17895 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17896
17897 * calendar/appt.el (appt-make-list): Activate the package, if
17898 not already active (for backwards compatibility).
17899
17900 2005-06-20 Kim F. Storm <storm@cua.dk>
17901
17902 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17903
17904 2005-06-20 Miles Bader <miles@gnu.org>
17905
17906 * faces.el (vertical-divider): New face.
17907
17908 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17909
17910 * simple.el (kill-whole-line): Doc fix.
17911 (next-error-buffer-p, next-error-find-buffer)
17912 (clone-indirect-buffer): Fix typos in docstrings.
17913 (comment-line-break-function): Doc fix: don't say variable
17914 is automatically buffer-local (it isn't).
17915
17916 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17917
17918 * net/tramp-ftp.el (top):
17919 * net/tramp-smb.el (top):
17920 * net/tramp-util.el (top):
17921 * net/tramp-uu.el (top):
17922 * net/tramp-vc.el (top):
17923 * net/tramp.el (top): Revert copyright years back to original
17924 ones. Tramp has a life outside GNU Emacs.
17925
17926 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17927
17928 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17929
17930 2005-06-18 Juri Linkov <juri@jurta.org>
17931
17932 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17933 end of first regexp to limit the match to the position between
17934 line number and source line with same separator character as used
17935 between file name and line number. In the second regexp limit
17936 mouse-face area to file name and line number by adding new group
17937 for them and referring it in HYPERLINK arg.
17938 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17939 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17940 previous line where grep markers may be already removed.
17941
17942 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17943
17944 * progmodes/ps-mode.el: Update version and maintainer's email address.
17945
17946 2005-06-18 Steve Youngs <steve@xemacs.org>
17947
17948 * net/browse-url.el (browse-url-browser-function)
17949 (browse-url-default-browser): Add firefox.
17950 (browse-url-firefox-program, browse-url-firefox-arguments)
17951 (browse-url-firefox-startup-arguments)
17952 (browse-url-firefox-new-window-is-tab): New defcustoms.
17953 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17954
17955 2005-06-17 Richard M. Stallman <rms@gnu.org>
17956
17957 * startup.el (command-line): Warn if specified user name has
17958 no home directory.
17959
17960 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17961 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17962
17963 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17964 Doc fixes.
17965
17966 * faces.el (underline): Try bold if terminal doesn't support underline.
17967
17968 * mail/sendmail.el (mail-setup-with-from): New variable.
17969 (mail-insert-from-field): New function.
17970 (sendmail-send-it): Call it.
17971 (mail-setup): Optionally call it here.
17972
17973 * term/linux.el: Call tty-no-underline.
17974
17975 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17976
17977 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17978
17979 2005-06-17 Miles Bader <miles@gnu.org>
17980
17981 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17982 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17983 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17984 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17985 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17986 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17987 Remove "-face" suffix from face names.
17988 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17989 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17990 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17991 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17992 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17993 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17994 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17995 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17996 New backward-compatibility aliases for renamed faces.
17997 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17998 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17999 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18000 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18001 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18002 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18003 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18004 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18005 Use renamed ediff faces.
18006
18007 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18008 Remove "-face" suffix from face names.
18009 (eshell-test-ok-face, eshell-test-failed-face):
18010 New backward-compatibility aliases for renamed faces.
18011 (eshell-run-test): Use renamed eshell-test faces.
18012
18013 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18014 face name.
18015 (eshell-prompt-face): New backward-compatibility alias for renamed
18016 face.
18017 (eshell-emit-prompt): Use renamed eshell-prompt face.
18018
18019 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18020 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18021 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18022 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18023 Remove "-face" suffix from face names.
18024 (eshell-ls-directory-face, eshell-ls-symlink-face)
18025 (eshell-ls-executable-face, eshell-ls-readonly-face)
18026 (eshell-ls-unreadable-face, eshell-ls-special-face)
18027 (eshell-ls-missing-face, eshell-ls-archive-face)
18028 (eshell-ls-backup-face, eshell-ls-product-face)
18029 (eshell-ls-clutter-face):
18030 New backward-compatibility aliases for renamed faces.
18031 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18032
18033 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18034 Remove "-face" suffix from face name.
18035 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18036 instead of literal face.
18037
18038 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18039
18040 * emacs-lisp/warnings.el (display-warning, lwarn)
18041 (warning-minimum-log-level): Doc fixes.
18042 (warning-minimum-level, warning-minimum-log-level):
18043 Add :debug to :type choices.
18044
18045 * progmodes/ada-mode.el (ada-format-paramlist)
18046 (ada-get-indent-case, ada-check-matching-start)
18047 (ada-check-defun-name, ada-goto-matching-decl-start)
18048 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18049 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18050 (ada-make-subprogram-body): Follow error conventions.
18051 (ada-case-exception-file, ada-indent-comment-as-code)
18052 (ada-indent-handle-comment-special, ada-indent-renames)
18053 (ada-indent-return, ada-search-directories-internal)
18054 (ada-tab-policy, ada-case-exception-substring)
18055 (ada-other-file-alist, ada-matching-start-re)
18056 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18057 (ada-imenu-generic-expression, ada-compile-goto-error)
18058 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18059 (ada-popup-menu, ada-add-extensions, ada-mode)
18060 (ada-region-selected, ada-create-case-exception)
18061 (ada-create-case-exception-substring, ada-after-keyword-p)
18062 (ada-activate-keys-for-case, ada-adjust-case-region)
18063 (ada-adjust-case-buffer, ada-format-paramlist)
18064 (ada-scan-paramlist, ada-insert-paramlist)
18065 (ada-indent-newline-indent)
18066 (ada-indent-newline-indent-conditional)
18067 (ada-justified-indent-current, ada-goto-previous-word)
18068 (ada-indent-current, ada-get-indent-open-paren)
18069 (ada-get-indent-paramlist, ada-get-indent-end)
18070 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18071 (ada-get-indent-block-start, ada-get-indent-subprog)
18072 (ada-get-indent-noindent, ada-get-indent-label)
18073 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18074 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18075 (ada-goto-stmt-end, ada-goto-next-word)
18076 (ada-check-matching-start, ada-check-defun-name)
18077 (ada-goto-matching-decl-start, ada-goto-matching-start)
18078 (ada-goto-matching-end, ada-search-ignore-string-comment)
18079 (ada-in-decl-p, ada-looking-at-semi-or)
18080 (ada-looking-at-semi-private, ada-in-paramlist-p)
18081 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18082 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18083 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18084 (ada-previous-package, ada-create-menu)
18085 (ada-fill-comment-paragraph-justify)
18086 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18087 (ada-other-file-name, ada-last-which-function-line)
18088 (ada-last-which-function-subprog, ada-which-function)
18089 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18090 (ada-gen-treat-proc, ada-check-emacs-version)
18091 (ada-continuation-indent, ada-align-region-separate):
18092 Fix typos in docstrings.
18093 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18094
18095 2005-06-16 Lute Kamstra <lute@gnu.org>
18096
18097 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18098 conditionally.
18099
18100 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18101
18102 * comint.el (comint-replace-by-expanded-filename)
18103 (comint-prompt-regexp, comint-delimiter-argument-list)
18104 (comint-preinput-scroll-to-bottom):
18105 * info.el (Info-hide-cookies-node):
18106 * ls-lisp.el (ls-lisp-classify):
18107 * find-file.el (ff-search-directories, ff-special-constructs)
18108 (ff-find-other-file):
18109 * font-lock.el (font-lock-keywords):
18110 * shell.el (shell-prompt-pattern)
18111 (shell-dynamic-complete-functions, shell-mode)
18112 (shell-delimiter-argument-list):
18113 * term.el (term-replace-by-expanded-filename)
18114 (term-prompt-regexp, term-delimiter-argument-list):
18115 * woman.el (woman-ignore, woman0-if):
18116 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18117 * emacs-lisp/elint.el (elint-init-env):
18118 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18119 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18120 * language/ethio-util.el (ethio-tilde-escape)
18121 (ethio-use-three-dot-question):
18122 * net/zone-mode.el (zone-mode-load-time-setup):
18123 * progmodes/cc-align.el (c-lineup-argcont):
18124 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18125 * progmodes/cperl-mode.el (cperl-set-style-back):
18126 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18127 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18128 Fix spellings in docstrings.
18129
18130 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18131 * progmodes/modula2.el (m2-for): Fix spellings.
18132
18133 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18134
18135 * simple.el (undo-more): Don't use `format' on `error' arguments.
18136 Improve argument/docstring consistency.
18137 (pending-undo-list): Doc fix.
18138
18139 * smerge-mode.el (smerge-ensure-match):
18140 * emulation/vip.el (vip-ex):
18141 * net/zone-mode.el (zone-mode-update-serial):
18142 * progmodes/idlwave.el (idlwave-complete):
18143 * progmodes/vhdl-mode.el (vhdl-visit-file)
18144 (vhdl-compose-wire-components):
18145 Don't use `format' on `error' arguments.
18146
18147 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18148 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18149 (tooltip-help-tips): Fix typos in docstrings.
18150
18151 2005-06-16 David Ponce <david@dponce.com>
18152
18153 * tree-widget.el (tree-widget-value-create): Simplify last change.
18154
18155 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18156
18157 * ido.el (ido-incomplete-regexp): New variable.
18158 (ido-set-matches-1): Handle invalid-regexp error and set
18159 ido-incomplete-regexp.
18160 (ido-incomplete-regexp): New face.
18161 (ido-completions): Use it.
18162 (ido-complete, ido-exit-minibuffer, ido-completions):
18163 Handle incomplete regexps.
18164 (ido-completions): Add check for complete match when entering a regexp.
18165
18166 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18167
18168 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18169
18170 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18171
18172 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18173 by field delimiters.
18174
18175 2005-06-15 David Ponce <david@dponce.com>
18176
18177 * tree-widget.el: eval-and-compile inlined functions so they will
18178 be available at run-time too.
18179 (tree-widget-super-format-handler)
18180 (tree-widget-format-handler): Remove.
18181 (tree-widget-value-create): Handle the :indent property.
18182
18183 2005-06-15 Miles Bader <miles@gnu.org>
18184
18185 * progmodes/which-func.el (which-func): Only inherit
18186 `font-lock-function-name-face' when that makes sense against the
18187 default mode-line face, otherwise set the face color explicitly.
18188
18189 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18190 faces instead of (non-existent) variables.
18191
18192 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18193
18194 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18195 (iswitchb-get-matched-buffers): Likewise. Simplify.
18196
18197 2005-06-14 Miles Bader <miles@gnu.org>
18198
18199 * progmodes/ld-script.el (ld-script-location-counter):
18200 Remove "-face" suffix from face name.
18201 (ld-script-location-counter-face):
18202 New backward-compatibility alias for renamed face.
18203 (ld-script-location-counter-face): Use renamed face.
18204
18205 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18206 (cperl-hash): Remove "-face" suffix from face names.
18207 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18208 New backward-compatibility aliases for renamed faces.
18209 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18210 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18211
18212 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18213 name.
18214 (which-func-face): New backward-compatibility alias for renamed face.
18215 (which-func-format): Use renamed which-func face.
18216
18217 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18218 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18219 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18220 names.
18221 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18222 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18223 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18224 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18225 (vhdl-speedbar-architecture-selected)
18226 (vhdl-speedbar-configuration-selected)
18227 (vhdl-speedbar-package-selected)
18228 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18229 names.
18230 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18231 Use renamed faces.
18232 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18233 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18234 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18235 Use renamed faces.
18236 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18237 names.
18238 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18239 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18240 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18241 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18242 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18243 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18244
18245 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18246 face name.
18247 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18248 (sh-heredoc-face): Use renamed sh-heredoc face.
18249
18250 * progmodes/idlw-help.el (idlwave-help-link):
18251 Remove "-face" suffix from face name.
18252 (idlwave-help-link-face):
18253 New backward-compatibility alias for renamed face.
18254 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18255
18256 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18257 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18258 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18259 New backward-compatibility aliases for renamed faces.
18260 (idlwave-shell-disabled-breakpoint-face)
18261 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18262
18263 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18264 Remove "-face" suffix from face names.
18265 (flymake-errline-face, flymake-warnline-face):
18266 New backward-compatibility aliases for renamed faces.
18267 (flymake-highlight-line): Use renamed flymake faces.
18268
18269 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18270 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18271 (ebrowse-member-class, ebrowse-progress):
18272 Remove "-face" suffix from face names.
18273 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18274 (ebrowse-file-name-face, ebrowse-default-face)
18275 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18276 (ebrowse-progress-face):
18277 New backward-compatibility aliases for renamed faces.
18278 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18279 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18280 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18281 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18282
18283 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18284 antlr-syntax)
18285 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18286 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18287 names.
18288 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18289 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18290 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18291 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18292 backward-compatibility aliases for renamed faces.
18293 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18294 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18295 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18296 remove "font-lock-". Use renamed antlr-mode faces.
18297 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18298 literal face-names with face variable references.
18299
18300 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18301 face name.
18302 (Buffer-menu-buffer-face): New backward-compatibility alias for
18303 renamed face.
18304 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18305
18306 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18307
18308 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18309 Eliminate "-face" suffix.
18310 (makefile-targets): Inherit from font-lock-function-name-face and
18311 eliminate "-face" suffix.
18312 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18313 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18314 actions, instead of prepending, to make it less visible.
18315 (makefile-previous-dependency, makefile-match-dependency):
18316 Don't match a target on a continuation line.
18317
18318 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18319
18320 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18321
18322 * progmodes/gdb-ui.el (menu): Re-order menu items.
18323 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18324
18325 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18326 Define in tooltip.el.
18327 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18328 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18329 gud-tooltip-echo-area.
18330
18331 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18332 backward compatibility and make obsolete.
18333 (tooltip-help-tips): Use tooltip-use-echo-area.
18334 (tooltip-show-help-function): Rename to...
18335 (tooltip-show-help): ...this, because it is a function.
18336 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18337
18338 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18339
18340 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18341 (edebug-print-length, edebug-print-level, edebug-print-circle)
18342 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18343 (edebug-eval-print-last-sexp): Doc fixes.
18344
18345 2005-06-14 Kim F. Storm <storm@cua.dk>
18346
18347 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18348 as the coverage buffer/file/both may change.
18349
18350 2005-06-14 Lute Kamstra <lute@gnu.org>
18351
18352 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18353 and run-mode-hooks. Simplify.
18354
18355 * mail/rmailedit.el (rmail-edit-mode):
18356 * progmodes/octave-inf.el (inferior-octave-mode):
18357 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18358
18359 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18360 and run-mode-hooks.
18361 (recentf-edit-list, recentf-open-files): Don't call
18362 kill-all-local-variables directly.
18363
18364 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18365
18366 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18367
18368 * emacs-lisp/byte-run.el (make-obsolete)
18369 (define-obsolete-function-alias): Rename arguments FUNCTION and
18370 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18371 (make-obsolete-variable, define-obsolete-variable-alias):
18372 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18373 respectively.
18374
18375 * isearchb.el (isearchb-activate):
18376 * pcvs.el (cvs-mode):
18377 * ses.el (ses-load):
18378 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18379 * net/tramp.el (tramp-find-file-exists-command)
18380 (tramp-find-shell):
18381 * progmodes/ada-mode.el (ada-create-case-exception)
18382 (ada-create-case-exception-substring, ada-make-subprogram-body):
18383 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18384 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18385 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18386 * textmodes/org.el (org-promote, org-evaluate-time-range)
18387 (org-agenda-next-date-line, org-agenda-previous-date-line)
18388 (org-agenda-error, org-open-at-point, org-table-move-row)
18389 (org-format-table-table-html-using-table-generate-source)
18390 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18391 * textmodes/reftex.el (reftex-access-scan-info):
18392 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18393 (reftex-toc-promote-prepare): Follow error conventions.
18394
18395 * diff-mode.el (diff-mode): Fix typo in docstring.
18396
18397 * forms.el (forms--intuit-from-file): Fix reference to
18398 `forms-number-of-fields' in error message.
18399 (forms-print): Fix quoting in error message.
18400
18401 * forms.el (forms-mode):
18402 * emulation/vi.el (vi-goto-insert-state):
18403 * progmodes/flymake.el (flymake-new-err-info)
18404 (flymake-start-syntax-check-for-current-buffer)
18405 (flymake-simple-cleanup):
18406 * eshell/esh-var.el (eshell/export):
18407 * progmodes/gud.el (xdb):
18408 * textmodes/flyspell.el (flyspell-incorrect-hook)
18409 (flyspell-maybe-correct-transposition)
18410 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18411
18412 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18413
18414 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18415 minibuffer prompt.
18416
18417 2005-06-13 Kim F. Storm <storm@cua.dk>
18418
18419 * subr.el (add-to-ordered-list): New defun.
18420
18421 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18422 add cua--keymap-alist to emulation-mode-map-alists.
18423
18424 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18425
18426 * subr.el (complete-in-turn): New macro.
18427 (dynamic-completion-table, lazy-completion-table): Add debug info.
18428
18429 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18430 in preference to face aliases.
18431
18432 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18433 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18434 Remove unused vars `start' and `firstline'.
18435 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18436 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18437
18438 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18439
18440 * cus-start.el (all): Don't complain about missing GTK-related
18441 variables, unless either `gtk' is boundp or this isn't a
18442 `windows-nt' build.
18443
18444 2005-06-13 Lute Kamstra <lute@gnu.org>
18445
18446 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18447 run-mode-hooks.
18448
18449 * ediff-mult.el (ediff-meta-mode):
18450 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18451
18452 * ledit.el (ledit-mode): Use delay-mode-hooks.
18453
18454 * woman.el (woman-mode-line-format): Delete constant.
18455 (woman-mode-map): Initialize it properly.
18456 (woman-mode): Set mode-class property to special.
18457 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18458 Set major-mode and mode-name. Don't set mode-line-format directly.
18459 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18460
18461 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18462 string argument obsolete.
18463
18464 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18465
18466 * textmodes/org.el (org-CUA-compatible): New option.
18467 (org-disputed-keys): New variable.
18468 (org-key): New function.
18469 (orgtbl-make-binding): Add docstring to the created function.
18470 (org-mode): Set paragraph start/separate regexps.
18471 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18472 (org-archive-location, org-archive-mark-done)
18473 (org-archive-stamp-time): New options.
18474 (org-archive-subtree): New command.
18475 (org-fill-paragraph): New function.
18476 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18477 (org-fake-empty-table-line): Function removed.
18478 (org-format-org-table-html): Do not create empty table lines at
18479 separator lines. Improved table header treatment.
18480 (org-link-format): New option.
18481 (org-make-link): New function.
18482 (org-insert-link, org-store-link): Use org-make-link.
18483 (org-open-file): Quote file name for shell command, to allow
18484 spaces in file names.
18485 (org-link-regexp): Fix bug with mailto link.
18486 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18487 New constants.
18488 (org-export-as-html): Deal with the optional angles around a link.
18489 Better treatment of file: links.
18490 (org-open-at-point): Replace @{ and @} with < and >.
18491 (org-run-mode-hooks): Function removed.
18492 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18493
18494 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18495
18496 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18497 MI command -data-list-register-values.
18498 (gdb-post-prompt): Indent properly.
18499
18500 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18501
18502 * hilit-chg.el (highlight-changes-colors): Rename from
18503 `highlight-changes-colours'.
18504 (highlight-changes-colours): Keep as obsolete alias.
18505 (highlight-changes-face-list): Doc fix.
18506 (hilit-chg-make-list): Use `highlight-changes-colors'.
18507
18508 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18509
18510 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18511 defun-prompt-regexp.
18512
18513 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18514
18515 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18516 and cygwin.
18517
18518 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18519 Don't use an old loaddefs.el, as in Makefile.in.
18520
18521 2005-06-12 Lute Kamstra <lute@gnu.org>
18522
18523 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18524
18525 * man.el (Man-mode-map): Initialize it properly.
18526 (Man-mode): Set mode-class property to special.
18527
18528 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18529
18530 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18531
18532 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18533 A newline is needed in the docstring there.
18534
18535 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18536 Doc fixes.
18537
18538 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18539
18540 * printing.el: Doc fix. The menubar is no more changed when printing
18541 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18542 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18543 (pr-version): New version number (6.8.4).
18544 (pr-menu-bind): New command.
18545 (pr-update-menus): Docstring and code fix.
18546 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18547 Docstring fix.
18548 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18549 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18550
18551 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18552
18553 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18554 "Returns" to "return", document useful return values, etc.
18555
18556 2005-06-11 Alan Mackenzie <acm@muc.de>
18557
18558 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18559 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18560 (adaptive-file-function): Minor amendment to doc-string.
18561
18562 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18563
18564 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18565 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18566 Fix :type--it is `integer', not `string'.
18567
18568 * faces.el (modeline-highlight): Rename from (the erroneous)
18569 `modeline-higilight'.
18570
18571 2005-06-11 Lute Kamstra <lute@gnu.org>
18572
18573 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18574 lisp-interaction-mode-map but make it the parent.
18575 (edebug-eval-mode): Use define-derived-mode.
18576
18577 2005-06-11 Andreas Schwab <schwab@suse.de>
18578
18579 * bindings.el: Add binding of `ESC functionkey' for every
18580 `M-functionkey'.
18581 * hexl.el (hexl-mode-map): Likewise.
18582
18583 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18584
18585 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18586 [msft]: update regexp for newer msft compilers.
18587
18588 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18589
18590 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18591 ATTLIST portions of included DTDs.
18592 (xml-parse-dtd): Eliminate use of inefficient match-data.
18593
18594 2005-06-10 Miles Bader <miles@gnu.org>
18595
18596 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18597 (mpuz-text): Remove "-face" suffix from face names.
18598 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18599 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18600 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18601
18602 * play/gomoku.el (gomoku-O, gomoku-X):
18603 Remove "-face" suffix from face names.
18604 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18605 New backward-compatibility aliases for renamed faces.
18606 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18607
18608 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18609
18610 * thumbs.el: Fixes for changes of 2005-06-09.
18611 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18612 as a directory.
18613 (thumbs-thumbname): Remove directory separator from format string;
18614 `thumbs-thumbsdir' now returns a valid directory name.
18615 (thumbs-temp-dir): New defsubst.
18616 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18617 Use it.
18618
18619 * cus-edit.el (minibuffer):
18620 * files.el (make-backup-file-name-function):
18621 * filesets.el (filesets-external-viewers):
18622 * hilit-chg.el (highlight-changes-colours)
18623 (highlight-changes-face-list, highlight-changes-rotate-faces):
18624 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18625 * kmacro.el (kmacro-call-macro):
18626 * log-edit.el (log-edit-changelog-full-paragraphs):
18627 * mouse.el (mouse-1-click-follows-link):
18628 * skeleton.el (skeleton-autowrap):
18629 * subr.el (insert-for-yank-1):
18630 * tempo.el (tempo-insert-region):
18631 * terminal.el (terminal-emulator):
18632 * time.el (display-time-mail-face):
18633 * vc.el (vc-annotate):
18634 * vcursor.el (vcursor-copy-line):
18635 * woman.el (woman-bold-headings, woman-ignore)
18636 (woman-default-faces, woman-monochrome-faces):
18637 * calendar/todo-mode.el (todo-insert-threshold):
18638 * emulation/pc-select.el (pc-select-selection-keys-only)
18639 (pc-selection-mode):
18640 * emulation/vip.el (vip-find-char-forward):
18641 * emulation/viper-cmd.el (viper-find-char-forward):
18642 * international/mule-cmds.el
18643 (select-safe-coding-system-accept-default-p)
18644 (input-method-exit-on-invalid-key):
18645 * international/mule-diag.el (describe-coding-system):
18646 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18647 * net/browse-url.el (browse-url-xterm-program):
18648 * obsolete/lazy-lock.el (lazy-lock-mode):
18649 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18650 (cperl-mode):
18651 * progmodes/cpp.el (cpp-face-light-name-list)
18652 (cpp-face-dark-name-list):
18653 * progmodes/delphi.el (delphi-newline-always-indents):
18654 Fix spellings in docstrings.
18655
18656 * ido.el (ido-mode, ido-file-extensions-order)
18657 (ido-default-file-method, ido-default-buffer-method)
18658 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18659 (ido-decorations, ido-read-file-name-as-directory-commands)
18660 (ido-read-file-name-non-ido, ido-work-directory-list)
18661 (ido-ignore-item-temp-list, ido-current-directory)
18662 (ido-magic-forward-char, ido-enter-find-file)
18663 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18664 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18665
18666 2005-06-10 Lute Kamstra <lute@gnu.org>
18667
18668 * play/dunnet.el (dun-mode): Use define-derived-mode.
18669 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18670 obsolete alias.
18671
18672 * play/doctor.el (doctor-mode-map): Remove defvar.
18673 (doctor-mode): Use define-derived-mode.
18674
18675 * mail/mspools.el (mspools-mode):
18676 * net/eudc-hotlist.el (eudc-hotlist-mode):
18677 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18678
18679 2005-06-10 Miles Bader <miles@gnu.org>
18680
18681 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18682 Remove "-face" suffix from face names.
18683 (flyspell-incorrect-face, flyspell-duplicate-face):
18684 New backward-compatibility aliases for renamed faces.
18685 (flyspell-mode-on, make-flyspell-overlay)
18686 (flyspell-highlight-incorrect-region)
18687 (flyspell-highlight-duplicate-region)
18688 (flyspell-display-next-corrections)
18689 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18690
18691 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18692 from face name.
18693 (texinfo-heading-face): New backward-compatibility alias for
18694 renamed face.
18695 (texinfo-heading-face): Use renamed texinfo-heading face.
18696
18697 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18698 suffix from face names.
18699 (tex-math-face, tex-verbatim-face):
18700 New backward-compatibility aliases for renamed faces.
18701 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18702 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18703 literal face name.
18704
18705 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18706 name.
18707 (table-cell-face): New backward-compatibility alias for renamed face.
18708 (table--put-cell-face-property, table--update-cell-face):
18709 Use renamed table-cell face.
18710
18711 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18712 from face name.
18713 (sgml-namespace-face): New backward-compatibility alias for
18714 renamed face.
18715 (sgml-namespace-face): Use renamed sgml-namespace face.
18716
18717 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18718 (org-level-4, org-level-5, org-level-6, org-level-7)
18719 (org-level-8, org-warning, org-headline-done)
18720 (org-deadline-announce, org-scheduled-today)
18721 (org-scheduled-previously, org-link, org-done, org-table)
18722 (org-time-grid): Remove "-face" suffix from face names.
18723 (org-level-1-face, org-level-2-face, org-level-3-face)
18724 (org-level-4-face, org-level-5-face, org-level-6-face)
18725 (org-level-7-face, org-level-8-face, org-warning-face)
18726 (org-headline-done-face, org-deadline-announce-face)
18727 (org-scheduled-today-face, org-scheduled-previously-face)
18728 (org-link-face, org-done-face, org-table-face)
18729 (org-time-grid-face):
18730 New backward-compatibility aliases for renamed faces.
18731 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18732 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18733 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18734 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18735
18736 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18737 (viper-minibuffer-emacs, viper-minibuffer-insert)
18738 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18739 (viper-search-face, viper-replace-overlay-face)
18740 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18741 (viper-minibuffer-vi-face):
18742 New backward-compatibility aliases for renamed faces.
18743 (viper-search-face, viper-replace-overlay-face)
18744 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18745 (viper-minibuffer-vi-face): Use renamed viper faces.
18746
18747 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18748 Remove "-face" suffix from face names.
18749 (testcover-nohits-face, testcover-1value-face):
18750 New backward-compatibility aliases for renamed faces.
18751 (testcover-mark): Use renamed testcover faces.
18752
18753 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18754 face name.
18755 (diary-button-face): New backward-compatibility alias for renamed face.
18756 (diary-entry): Use renamed diary-button face.
18757
18758 * calendar/calendar.el (diary, calendar-today, holiday)
18759 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18760 (diary-face, calendar-today-face, holiday-face):
18761 New backward-compatibility aliases for renamed faces.
18762 (eval-after-load "facemenu", diary-entry-marker)
18763 (calendar-today-marker, calendar-holiday-marker, diary-face):
18764 Use renamed calendar faces.
18765
18766 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18767 (compare-windows-face): New backward-compatibility alias for
18768 renamed face.
18769 (compare-windows-highlight): Use renamed compare-windows face.
18770
18771 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18772 (strokes-char-face): New backward-compatibility alias for renamed face.
18773 (strokes-encode-buffer): Use renamed strokes-char face.
18774
18775 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18776 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18777 Remove "-face" suffix from face names.
18778 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18779 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18780 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18781 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18782 Use renamed pcvs faces.
18783 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18784 * pcvs-defs.el (cvs-mode-map): Likewise.
18785 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18786
18787 * info.el (info-title-1, info-title-2, info-title-3)
18788 (info-title-4): Remove "-face" suffix from and downcase face names.
18789 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18790 (Info-title-4-face):
18791 New backward-compatibility aliases for renamed faces.
18792 (Info-fontify-node): Use renamed info faces.
18793
18794 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18795 Remove "-face" suffix from face names.
18796 (highlight-changes-face, highlight-changes-delete-face):
18797 New backward-compatibility aliases for renamed faces.
18798 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18799 (hilit-chg-make-list): Use renamed highlight-changes faces.
18800
18801 * generic-x.el (show-tabs-tab, show-tabs-space):
18802 Remove "-face" suffix from face names.
18803 (show-tabs-tab-face, show-tabs-space-face):
18804 New backward-compatibility aliases for renamed faces.
18805 (show-tabs-generic-mode-font-lock-defaults-1)
18806 (show-tabs-generic-mode-font-lock-defaults-2):
18807 Use renamed show-tabs faces.
18808
18809 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18810 (smerge-markers): Remove "-face" suffix from face names.
18811 (smerge-mine-face, smerge-other-face, smerge-base-face)
18812 (smerge-markers-face):
18813 New backward-compatibility aliases for renamed faces.
18814 (smerge-mine-face, smerge-other-face, smerge-base-face)
18815 (smerge-markers-face): Use renamed smerge faces.
18816
18817 * log-view.el (log-view-file, log-view-message): Remove "-face"
18818 suffix from face names.
18819 (log-view-file-face, log-view-message-face):
18820 New backward-compatibility aliases for renamed faces.
18821 (log-view-file-face, log-view-message-face): Use renamed log-view
18822 faces.
18823
18824 * paren.el (show-paren-match, show-paren-mismatch):
18825 Remove "-face" suffix from face names.
18826 (show-paren-match-face, show-paren-mismatch-face):
18827 New backward-compatibility aliases for renamed faces.
18828 (show-paren-function): Use renamed show-paren faces.
18829
18830 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18831 (ruler-mode-margins, ruler-mode-fringes)
18832 (ruler-mode-column-number, ruler-mode-fill-column)
18833 (ruler-mode-comment-column, ruler-mode-goal-column)
18834 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18835 suffix from face names.
18836 (ruler-mode-default-face, ruler-mode-pad-face)
18837 (ruler-mode-margins-face, ruler-mode-fringes-face)
18838 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18839 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18840 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18841 New backward-compatibility aliases for renamed faces.
18842 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18843 (ruler-mode-column-number, ruler-mode-fill-column)
18844 (ruler-mode-comment-column, ruler-mode-goal-column)
18845 (ruler-mode-tab-stop, ruler-mode-current-column)
18846 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18847 faces.
18848
18849 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18850 face name.
18851 (whitespace-highlight-the-space): Use renamed face.
18852 (whitespace-highlight-face): New backward-compatibility alias for
18853 renamed face.
18854
18855 * woman.el (woman-italic, woman-bold, woman-unknown)
18856 (woman-addition, woman-symbol-face):
18857 Remove "-face" suffix from face names.
18858 (woman-italic-face, woman-bold-face, woman-unknown-face)
18859 (woman-addition-face):
18860 New backward-compatibility aliases for renamed faces.
18861 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18862 (woman-decode-region, woman-replace-match)
18863 (woman-display-extended-fonts, woman-special-characters)
18864 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18865 Use renamed woman faces.
18866
18867 * longlines.el (longlines-visible-face): Face removed.
18868
18869 * diff-mode.el (diff-header, diff-file-header, diff-index)
18870 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18871 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18872 suffix from face names.
18873 (diff-header-face, diff-file-header-face, diff-index-face)
18874 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18875 (diff-changed-face, diff-function-face, diff-context-face)
18876 (diff-nonexistent-face): New backward-compatibility aliases for
18877 renamed faces.
18878 (diff-header-face, diff-file-header-face)
18879 (diff-index, diff-index-face, diff-hunk-header)
18880 (diff-hunk-header-face, diff-removed, diff-removed-face)
18881 (diff-added, diff-added-face, diff-changed-face, diff-function)
18882 (diff-function-face, diff-context-face, diff-nonexistent)
18883 (diff-nonexistent-face): Use renamed diff-mode faces.
18884
18885 * progmodes/compile.el (compilation-warning-face)
18886 (compilation-info-face): Remove "-face" suffix from face names.
18887 (compilation-warning-face, compilation-info-face):
18888 New backward-compatibility aliases for renamed faces.
18889 (compilation-warning-face, compilation-info-face):
18890 Use renamed compilation faces.
18891
18892 * add-log.el (change-log-date, change-log-name)
18893 (change-log-email, change-log-file, change-log-list)
18894 (change-log-conditionals, change-log-function)
18895 (change-log-acknowledgement): Remove "-face" suffix from face names.
18896 (change-log-date-face, change-log-name-face)
18897 (change-log-email-face, change-log-file-face)
18898 (change-log-list-face, change-log-conditionals-face)
18899 (change-log-function-face, change-log-acknowledgement-face):
18900 New backward-compatibility aliases for renamed faces.
18901 (change-log-font-lock-keywords): Use renamed change-log faces.
18902
18903 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18904 (custom-set, custom-changed, custom-saved, custom-button)
18905 (custom-button-pressed, custom-documentation, custom-state)
18906 (custom-comment, custom-comment-tag, custom-variable-tag)
18907 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18908 (custom-group-tag): Remove "-face" suffix from face names.
18909 (custom-magic-alist, custom-magic-value-create)
18910 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18911 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18912 (custom-set-face, custom-changed-face, custom-saved-face)
18913 (custom-button-face, custom-button-pressed-face)
18914 (custom-documentation-face, custom-state-face)
18915 (custom-comment-face, custom-comment-tag-face)
18916 (custom-variable-tag-face, custom-variable-button-face)
18917 (custom-face-tag-face, custom-group-tag-face-1)
18918 (custom-group-tag-face):
18919 New backward-compatibility aliases for renamed faces.
18920
18921 * wid-edit.el (widget-documentation, widget-button)
18922 (widget-field, widget-single-line-field, widget-inactive)
18923 (widget-button-pressed): "-face" suffix removed from face names.
18924 (widget-documentation-face, widget-button-face)
18925 (widget-field-face, widget-single-line-field-face)
18926 (widget-inactive-face, widget-button-pressed-face):
18927 New backward-compatibility aliases for renamed faces.
18928 (widget-documentation-face, widget-button-face)
18929 (widget-button-pressed-face, widget-specify-field)
18930 (widget-specify-inactive): Use renamed widget faces.
18931
18932 2005-06-10 Kenichi Handa <handa@m17n.org>
18933
18934 * term/x-win.el (x-clipboard-yank): Remove condition-case
18935 wrapping.
18936
18937 2005-06-11 Kenichi Handa <handa@m17n.org>
18938
18939 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18940 date lines stricter.
18941
18942 2005-06-10 Zhang Wei <id.brep@gmail.com>
18943
18944 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18945 of x-get-selection.
18946
18947 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18948
18949 * comint.el (comint-mode, comint-snapshot-last-prompt):
18950 * frame.el (frame-current-scroll-bars):
18951 * term.el (term-mode, term-check-proc, term-input-sender)
18952 (term-simple-send, term-extract-string, term-word)
18953 (term-match-partial-filename):
18954 * window.el (window-current-scroll-bars):
18955 * emulation/cua-base.el (cua-normal-cursor-color)
18956 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18957 (cua-global-mark-cursor-color):
18958 * mail/undigest.el (rmail-forward-separator-regex):
18959 Fix typos in docstrings.
18960
18961 * comint.el (comint-check-proc, make-comint-in-buffer)
18962 (comint-source-default): Doc fixes.
18963
18964 * term.el (term-send-string): Improve argument/docstring consistency.
18965
18966 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18967
18968 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18969 call to `delete-region'.
18970 (comint-mode-hook): Do not enable Font Lock by default.
18971
18972 2005-06-09 Lute Kamstra <lute@gnu.org>
18973
18974 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18975 could be void.
18976
18977 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18978
18979 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18980 (debug): Use it.
18981 (debugger-step-through, debugger-continue, debugger-jump)
18982 (debugger-return-value): Set it when needed.
18983 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18984 Use inhibit-read-only.
18985
18986 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18987
18988 * window.el (shrink-window-if-larger-than-buffer)
18989 (window-size-fixed): Fix typo in docstring.
18990
18991 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18992 thumbnails directory on loading.
18993 (thumbs-conversion-program): Use `eq' to check the system type,
18994 not `equal'.
18995 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18996 not "/tmp". Fix docstring.
18997 (thumbs-thumbsdir): New function to return the thumbnails
18998 directory, creating it if needed.
18999 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19000 (thumbs-temp-file): Delete variable and make it into a function.
19001 (thumbs-resize-image, thumbs-modify-image): Use it.
19002 (thumbs-kill-buffer): Simplify.
19003 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19004 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19005 docstrings.
19006
19007 2005-06-09 Kim F. Storm <storm@cua.dk>
19008
19009 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19010 set-match-data to free markers in match-data.
19011
19012 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19013 match-data to unchain markers in match-data.
19014
19015 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19016
19017 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19018 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19019 unnecessary now.
19020
19021 2005-06-08 Richard M. Stallman <rms@gnu.org>
19022
19023 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19024 give the variable a doc string that doesn't say don't set it directly.
19025
19026 * textmodes/ispell.el (ispell-check-version):
19027 Use match-string-no-properties.
19028 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19029 (ispell-buffer-local-words): Likewise.
19030
19031 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19032 except on terminals with enough colors to really display it.
19033 (makefile-dependency-regex): Delete spurious `bb'.
19034
19035 * faces.el (escape-glyph): Use blue once again in last case.
19036 (no-break-space): Redefine so that it isn't invisible on a tty.
19037
19038 2005-06-08 Kim F. Storm <storm@cua.dk>
19039
19040 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19041 also when reading directory name.
19042
19043 2005-06-08 Lute Kamstra <lute@gnu.org>
19044
19045 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19046 (flyspell-mode-line-string): Remove autoload cookie.
19047 (flyspell-mode): Remove defvar.
19048
19049 2005-06-07 Lute Kamstra <lute@gnu.org>
19050
19051 * textmodes/org.el (org-run-mode-hooks): New function.
19052 (org-agenda-mode): Use it.
19053
19054 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19055
19056 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19057
19058 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19059
19060 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19061
19062 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19063
19064 * font-lock.el (font-lock-add-keywords): Doc fix.
19065
19066 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19067
19068 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19069 (tex-compile-default): In the absence of any history, use the order in
19070 tex-compile-alist to choose the preferred command.
19071 (tex-compile-commands): Reorder a bit.
19072
19073 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19074 (flyspell-incorrect-face, flyspell-duplicate-face):
19075 Use (X)Emacs-agnostic code.
19076 (flyspell-mode-map): Don't overwrite at each load. Remove code
19077 redundant with the subsequent add-minor-mode. Merge Emacs and
19078 XEmacs code.
19079 (flyspell-word): Minor simplification.
19080 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19081 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19082 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19083 Merge the corresponding Emacs code.
19084 (flyspell-correct-word, flyspell-xemacs-popup):
19085 Use flyspell-do-correct.
19086
19087 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19088 a dedicated window.
19089
19090 * international/latexenc.el (latexenc-find-file-coding-system):
19091 Undo part of last patch, to turn off a compiler warning.
19092
19093 2005-06-06 Juri Linkov <juri@jurta.org>
19094
19095 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19096 Rename `tmm-inactive-face' to `tmm-inactive'.
19097
19098 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19099
19100 * iswitchb.el: Rename faces.
19101
19102 2005-06-06 Kim F. Storm <storm@cua.dk>
19103
19104 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19105 (cua-global-mark): Remove -face suffix from face names.
19106
19107 * emulation/cua-gmrk.el (cua--init-global-mark):
19108 Remove cua-global-mark face setup.
19109
19110 2005-06-06 Richard M. Stallman <rms@gnu.org>
19111
19112 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19113 just like other allowed characters.
19114 (makefile-match-dependency): Exclude leading and training whitespace
19115 from the range of regexp subexp 1.
19116 (makefile-macroassign-regex): Don't try to match the body,
19117 just the name of the macro being defined.
19118
19119 * info.el (Info-read-node-name-2): New function.
19120 (Info-read-node-name-1): Use that.
19121 Add a completion-base-size-function property.
19122
19123 * simple.el (completion-setup-function): Look for
19124 completion-base-size-function property of minibuffer-completion-table.
19125
19126 * files.el (locate-file-completion): Doc fix.
19127
19128 * printing.el: Don't call pr-update-menus; user must do that.
19129
19130 * emacs-lisp/debug.el (debugger-window): New variable.
19131 (debug): Use debugger-window if it is set and still alive.
19132 Record debugger-window for next entry.
19133
19134 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19135
19136 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19137
19138 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19139 (hack-one-local-variable, hack-local-variables)
19140 (hack-local-variables-prop-line): Pass that arg.
19141
19142 2005-06-06 Kim F. Storm <storm@cua.dk>
19143
19144 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19145 (ido-indicator): Remove -face suffix from face names.
19146
19147 2005-06-06 Juri Linkov <juri@jurta.org>
19148
19149 * font-lock.el (font-lock-regexp-backslash)
19150 (font-lock-regexp-backslash-construct): New faces.
19151 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19152 after `('. Add `while-no-input' to control structures.
19153
19154 * faces.el (no-break-space, shadow): New faces.
19155 (escape-glyph): Use less loud colors pink2 and red4.
19156
19157 * diff-mode.el (diff-context-face)
19158 * dired.el (dired-ignored)
19159 * rfn-eshadow.el (file-name-shadow)
19160 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19161
19162 * info.el (Info-title-1-face): Use green instead of yellow because
19163 bold yellow is not readable on light backgrounds.
19164
19165 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19166 before selecting the desired mode to not spend time fontifying
19167 old contents.
19168
19169 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19170
19171 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19172 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19173
19174 * ps-print.el (ps-default-fg, ps-default-bg):
19175 Fix typos in docstrings.
19176
19177 * isearchb.el (isearchb): Don't pass a spurious second argument to
19178 `iswitchb-completions'.
19179
19180 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19181
19182 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19183 to preserve point.
19184 (gdb-find-file-hook): Add doc string.
19185
19186 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19187 C dereferenced pointer expression.
19188 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19189
19190 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19191
19192 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19193 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19194 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19195 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19196 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19197 Make background transparent.
19198
19199 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19200
19201 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19202 (font-lock-remove-keywords): Doc fix.
19203 (font-lock-mode-major-mode): Compiler defvar.
19204 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19205
19206 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19207 (font-lock-mode): Update `font-lock-mode-major-mode'.
19208 (font-lock-set-defaults): Compiler defvar.
19209 (font-lock-default-function): Take `font-lock-mode-major-mode'
19210 into account.
19211
19212 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19213 keep track of which major mode it enabled the minor mode for.
19214 Use find-file-hook again. Update docstring.
19215
19216 * simple.el (eval-expression-print-level)
19217 (eval-expression-print-length, eval-expression-debug-on-error):
19218 Doc fixes.
19219
19220 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19221
19222 * iswitchb.el (iswitchb-single-match-face)
19223 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19224 (iswitchb-invalid-regexp-face): New faces.
19225 (iswitchb-completions): Use them.
19226 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19227 now marked as an obsolete alias.
19228 (iswitchb-read-buffer): Remove check for bound font variables.
19229 (iswitchb-invalid-regexp): New free variable.
19230 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19231 set iswitchb-invalid-regexp.
19232 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19233 invalid regexps.
19234 (iswitchb-completions): Add check for complete match when entering
19235 a regexp.
19236 (iswitchb-completions): Remove require-match argument.
19237 (iswitchb-exhibit): Fix caller.
19238 (iswitchb-common-match-inserted): New variable.
19239 (iswitchb-complete, iswitchb-completion-help): Use it.
19240
19241 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19242
19243 * url-http.el (url-http-chunked-encoding-after-change-function):
19244 Use `url-http-debug' instead of `message'.
19245
19246 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19247
19248 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19249 callback argument.
19250
19251 2005-06-04 Kim F. Storm <storm@cua.dk>
19252
19253 * simple.el (line-move): Only call sit-for when moving backwards.
19254
19255 * ido.el (ido-make-merged-file-list-1): New defun split from
19256 ido-make-merged-file-list.
19257 (ido-make-merged-file-list): Bind throw-on-input around call to
19258 ido-make-merged-file-list-1. Return input-pending-p if
19259 interrupted by more input available.
19260 (ido-read-internal): Handle input-pending-p return value from
19261 ido-make-merged-file-list.
19262
19263 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19264
19265 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19266 compatibility code.
19267
19268 * international/latexenc.el (latexenc-find-file-coding-system):
19269 Don't inherit the EOL part of the coding-system from the
19270 tex-main buffer. Fit within 80 columns.
19271
19272 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19273
19274 * tmm.el (tmm-inactive-face): New face.
19275 (tmm-remove-inactive-mouse-face): New function.
19276 (tmm-prompt, tmm-add-one-shortcut)
19277 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19278 but not selectable.
19279
19280 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19281
19282 * faces.el (face-equal): Improve argument/docstring consistency.
19283
19284 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19285
19286 * progmodes/make-mode.el (makefile-targets-face)
19287 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19288 (makefile-bsdmake-dependency-regex)
19289 (makefile-makepp-rule-action-regex)
19290 (makefile-bsdmake-rule-action-regex): New constants.
19291 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19292
19293 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19294 Allow (...) within `...' for makepp messages.
19295
19296 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19297
19298 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19299
19300 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19301 "." files are deleted from all file lists before comparison.
19302
19303 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19304 (viper-ESC-key): Made them customizable.
19305
19306 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19307
19308 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19309
19310 * autorevert.el (auto-revert-buffers): Use save-match-data.
19311
19312 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19313
19314 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19315 menu items with a nil command binding.
19316
19317 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19318
19319 * emacs-lisp/cl-macs.el (defsetf):
19320 Improve argument/docstring consistency.
19321
19322 * faces.el (list-faces-display): Improve the formatting by
19323 computing the maximum length required for any face-name (reworked
19324 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19325 (internal-find-face): Remove redundant info in docstring.
19326
19327 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19328
19329 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19330 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19331 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19332 (gdb-assembler-custom): Improve regexps.
19333 (def-gdb-auto-update-handler): Use window point to preserve point.
19334
19335 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19336
19337 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19338
19339 2005-05-31 Jay Belanger <belanger@truman.edu>
19340
19341 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19342 to calc-embedded.
19343 (calc-embedded-make-info): Have plain prefix argument select
19344 entire line.
19345
19346 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19347
19348 * faces.el (list-faces-display): Signal error if passed a regexp
19349 that matches no face name.
19350
19351 * simple.el (filter-buffer-substring): Fix typo in docstring.
19352
19353 2005-05-31 Richard M. Stallman <rms@gnu.org>
19354
19355 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19356 (vhdl-emacs-21): Doc fix.
19357 (vhdl-mode): Unconditionally set comment-padding.
19358 (vhdl-fixup-whitespace-region): Insert spaces only where
19359 there are none.
19360 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19361
19362 2005-05-30 John Wiegley <johnw@newartisans.com>
19363
19364 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19365 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19366 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19367 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19368 `string-to-number'.
19369
19370 2005-05-30 Jay Belanger <belanger@truman.edu>
19371
19372 * calc/calc.el (calc-bug-address): Fix docstring.
19373 (calc-window-hook, calc-trail-window-hook): New variables.
19374 (calc-trail-display): Restore use of calc-trail-window-hook.
19375 (calc): Restore use of calc-window-hook.
19376
19377 2005-05-31 Masatake YAMATO <jet@gyve.org>
19378
19379 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19380
19381 * help-fns.el (help-C-file-name): Add autoload mark for
19382 `find-function-noselect'.
19383
19384 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19385
19386 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19387 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19388
19389 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19390
19391 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19392 included diary buffer if it was not already being visited.
19393 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19394
19395 * calendar/icalendar.el (top-level): Do not require appt.
19396
19397 * mail/supercite.el (sc-select-attribution): Only use a list
19398 element from sc-attrib-selection-list if it returns a string.
19399 Reported by Davide G. M. Salvetti <salve@debian.org>.
19400
19401 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19402
19403 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19404 includes a hash value to improve its uniqueness, and has a ".jpg"
19405 extension. Also, it is now a valid filename on all systems.
19406 (thumbs-make-thumb): Use `let', not `let*'.
19407 (thumbs-show-thumbs-list): Check for JPEG availability.
19408
19409 2005-05-30 Richard M. Stallman <rms@gnu.org>
19410
19411 * filesets.el (filesets-menu-ensure-use-cached):
19412 Prevent warning when emacs-version>= is undefined.
19413
19414 * printing.el (pr-interactive-n-up): Use string-to-number.
19415
19416 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19417
19418 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19419 Warn only when name to be defined is quoted.
19420
19421 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19422
19423 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19424 Make regexp more robust.
19425 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19426 Force regeneration of disassembly.
19427
19428 2005-05-29 Jay Belanger <belanger@truman.edu>
19429
19430 * calc/calc.el (calc-user-invocation): Check if
19431 calc-invocation-macro is non-nil.
19432
19433 2005-05-29 Juri Linkov <juri@jurta.org>
19434
19435 * add-log.el (change-log-font-lock-keywords):
19436 Add `+' to e-mail regexp to accept mail address with keywords.
19437
19438 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19439
19440 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19441
19442 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19443
19444 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19445
19446 2005-05-29 Richard M. Stallman <rms@gnu.org>
19447
19448 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19449 Undo the change that moves to end of the current word.
19450
19451 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19452
19453 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19454 Throw error when count <= 0 to ensure input is a number.
19455 (gdb-read-memory-custom): Pick up address from buffer.
19456 (gdb-memory-mode): Allow user to increment and decrement
19457 memory address from header line.
19458
19459 2005-05-29 Richard M. Stallman <rms@gnu.org>
19460
19461 * flyspell.el (flyspell-version): Function deleted.
19462 (flyspell-auto-correct-previous-hook): Doc fix.
19463
19464 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19465 Do nothing if memory is full.
19466
19467 * font-lock.el (font-lock-fontify-syntactically-region):
19468 Pass t for GREEDY to looking-back.
19469
19470 * saveplace.el (save-place-alist-to-file): Write the file
19471 using write-region.
19472
19473 * subr.el (looking-back): New argument GREEDY.
19474
19475 * progmodes/compile.el (compilation-start): Set the mode
19476 before inserting the initial text.
19477
19478 * progmodes/which-func.el (which-func-update-1): Turn the mode
19479 off in case of error by setting which-func-mode.
19480
19481 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19482
19483 * flyspell.el (flyspell-auto-correct-previous-word):
19484 Narrow down to what's on the screen, and recenter overlays
19485 at the end of the next word.
19486
19487 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19488
19489 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19490 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19491 (flyspell-abbrev-p): Default to nil.
19492 (flyspell-use-global-abbrev-table-p): Doc fix.
19493 (flyspell-large-region): Allow nil as value.
19494 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19495
19496 (mail-mode-flyspell-verify): More robust handling
19497 of `mail-header-separator'. More efficient signature detection.
19498 Allow for regexp metacharacters in message-header-separator.
19499 Adding `To' not to be checked in mail-mode-flyspell-verify.
19500
19501 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19502 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19503 Bind flyspell-auto-correct-binding.
19504 Bind C-. and C-, .
19505 (flyspell-mode-map): Likewise.
19506 (flyspell-mode): Doc fix.
19507 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19508 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19509 (flyspell-word-cache-result): New var, always local.
19510 (flyspell-check-pre-word-p): Doc fix.
19511 (flyspell-check-changed-word-p): Handle spc like newline.
19512 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19513 (flyspell-word-search-backward, flyspell-word-search-forward):
19514 New functions.
19515 (flyspell-word): Return t if nothing to check.
19516 When parsing TeX code, check for after } or \.
19517 Use flyspell-word-search-backward to find previous word.
19518 Return nil if duplicated word.
19519 For word already checked, return same value as last time.
19520 Set flyspell-word-cache-result after checking.
19521 Don't clobber the return value.
19522 (flyspell-get-word): Major rewrite.
19523 (flyspell-external-point-words): New locals pword, pcount.
19524 Fix size used in progress message.
19525 Find the proper corresponding word in flyspell-large-region-buffer.
19526 (flyspell-region): Check for flyspell-large-region = nil.
19527 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19528 (flyspell-auto-correct-word): Check that WORD is a cons.
19529 (flyspell-correct-word): Likewise.
19530
19531 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19532
19533 * progmodes/make-mode.el (makefile-rule-action-regex)
19534 (makefile-macroassign-regex, makefile-makepp-mode)
19535 (makefile-bsdmake-mode): Continuation lines may be empty.
19536 Reported by Joshua Varner.
19537 (makefile-makepp-font-lock-keywords): Add $(stem).
19538
19539 2005-05-28 Karl Berry <karl@gnu.org>
19540
19541 * textmodes/tex-mode.el: Now that tex-send-command calls
19542 shell-quote-argument (2005-03-31 change), remove all calls to
19543 shell-quote-argument; they all end up invoking tex-send-command.
19544 The double quoting loses on filenames with non-safe characters,
19545 such as "@". Reported by Frederik Fouvry.
19546
19547 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19548
19549 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19550 about preserving point.
19551
19552 2005-05-27 Jay Belanger <belanger@truman.edu>
19553
19554 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19555 Info-goto-node.
19556
19557 * calc/calc-embed.el (calc-embed-arg): New variable.
19558 (calc-do-embedded-activate, calc-embedded-activate-formula)
19559 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19560 variable by new variable.
19561 (calc-embedded-make-info): Replace undeclared variable by new
19562 variable. When selecting region with positive prefix
19563 argument, use end of previous line instead of beginning of line.
19564
19565 * calc/calc-aent.el (calc-arg-values): Declare it.
19566
19567 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19568 Declare them.
19569
19570 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19571
19572 * calc/calc.el (calc-alg-map): Declare it.
19573
19574 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19575
19576 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19577
19578 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19579 (gdb-registers-buffer, toggle-gdb-all-registers):
19580 Toggle display of floating point registers.
19581 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19582
19583 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19584 (toggle-gud-tooltip-dereference):
19585 Rename from gud-toggle-tooltip-dereference.
19586
19587 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19590
19591 2005-05-27 Jay Belanger <belanger@truman.edu>
19592
19593 * calc/calc-prog.el (calc-kbd-report): Remove.
19594 (calc-kbd-query): Rewrite.
19595
19596 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19597
19598 * image.el (image-library-alist): Move to image.c.
19599 (image-type-available-p): Doc fix.
19600
19601 2005-05-27 Lute Kamstra <lute@gnu.org>
19602
19603 * calc/calc.el (calc):
19604 * outline.el (outline-1, outline-2, outline-3, outline-4)
19605 (outline-5, outline-6, outline-7, outline-8):
19606 * textmodes/dns-mode.el (dns-mode):
19607 * textmodes/sgml-mode.el (sgml-namespace-face):
19608 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19609 (tex-verbatim-face, tex-use-reftex):
19610 * textmodes/texinfo.el (texinfo-heading-face):
19611 Specify customization group.
19612
19613 * longlines.el: Don't require easy-mmode.
19614 (longlines-visible-face): Specify customization group.
19615
19616 2005-05-27 Kenichi Handa <handa@m17n.org>
19617
19618 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19619 encoding table of windows-1251.
19620
19621 * international/ucs-tables.el (ucs-set-table-for-input):
19622 If translation-table-for-input of a coding system is a symbol, get
19623 its translation-table property.
19624
19625 * international/code-pages.el: Don't register a coding system into
19626 non-iso-charset-alist more than once.
19627 (cp-make-coding-system): Likewise.
19628
19629 2005-05-26 John Wiegley <johnw@newartisans.com>
19630
19631 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19632 `eshell-resume-eval' is wrapped in a list, it indicates that the
19633 command was run asynchronously. In that case, unwrap the value
19634 before checking the delimiter value.
19635
19636 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19637 character before a space at the end of a line is \, assume the space
19638 is part of the last argument rather than a final argument separator.
19639
19640 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19641 is in use, and the target is `t' or `nil' (which are the most common
19642 values), don't assume that the symbol target is a buffer.
19643
19644 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19645
19646 * calendar/calendar.el (calendar-mode-line-format):
19647 Use mode-line-highlight as mouse-face.
19648
19649 * time.el (display-time-string-forms, display-time-update):
19650 Use mode-line-highlight as mouse-face.
19651
19652 2005-05-26 Jay Belanger <belanger@truman.edu>
19653
19654 * calc/calc.el (calc-language-alist): Remove extra defvar.
19655
19656 2005-05-26 Lute Kamstra <lute@gnu.org>
19657
19658 * arc-mode.el (archive-mode):
19659 * bookmark.el (bookmark-read-annotation-mode)
19660 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19661 * bs.el (bs-mode):
19662 * calc/calc-yank.el (calc-edit-mode):
19663 * calc/calc.el (calc-mode, calc-trail-mode):
19664 * calculator.el (calculator-mode):
19665 * chistory.el (command-history-mode):
19666 * comint.el:
19667 * cus-edit.el (custom-mode):
19668 * descr-text.el (describe-text-mode):
19669 * ebuff-menu.el (Electric-buffer-menu-mode):
19670 * ediff-util.el (ediff-mode):
19671 * emacs-lisp/re-builder.el (reb-mode):
19672 * emulation/vi.el (vi-mode-setup):
19673 * emulation/ws-mode.el (wordstar-mode):
19674 * eshell/esh-mode.el (eshell-mode):
19675 * forms.el (forms-mode):
19676 * help-mode.el (help-mode):
19677 * hexl.el (hexl-mode):
19678 * ibuffer.el (ibuffer-mode):
19679 * ielm.el (inferior-emacs-lisp-mode):
19680 * info.el (Info-mode, Info-edit-mode):
19681 * international/swedish.el:
19682 * ledit.el (ledit-from-lisp-mode):
19683 * locate.el (locate-mode):
19684 * mail/rmail.el (rmail-mode):
19685 * mail/rmailedit.el (rmail-edit-mode):
19686 * mail/rmailsum.el (rmail-summary-mode):
19687 * mail/supercite.el (sc-electric-mode):
19688 * net/eudc.el (eudc-mode):
19689 * net/quickurl.el (quickurl-list-mode):
19690 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19691 * obsolete/ooutline.el (outline-mode):
19692 * obsolete/options.el (Edit-options-mode):
19693 * obsolete/rnews.el (news-mode):
19694 * obsolete/rnewspost.el (news-reply-mode):
19695 * play/5x5.el (5x5-mode):
19696 * play/decipher.el (decipher-mode, decipher-stats-mode):
19697 * play/gomoku.el (gomoku-mode):
19698 * play/snake.el (snake-mode):
19699 * play/solitaire.el (solitaire-mode):
19700 * play/tetris.el (tetris-mode):
19701 * progmodes/ada-mode.el (ada-mode):
19702 * progmodes/antlr-mode.el (antlr-mode):
19703 * progmodes/autoconf.el (autoconf-mode):
19704 * progmodes/dcl-mode.el (dcl-mode):
19705 * progmodes/delphi.el (delphi-mode):
19706 * progmodes/ebrowse.el (ebrowse-tree-mode)
19707 (ebrowse-electric-list-mode, ebrowse-member-mode)
19708 (ebrowse-electric-position-mode):
19709 * progmodes/f90.el (f90-mode):
19710 * progmodes/fortran.el (fortran-mode):
19711 * progmodes/icon.el (icon-mode):
19712 * progmodes/idlw-help.el (idlwave-help-mode):
19713 * progmodes/idlw-shell.el (idlwave-shell-mode):
19714 * progmodes/idlwave.el (idlwave-mode):
19715 * progmodes/inf-lisp.el (inferior-lisp-mode):
19716 * progmodes/m4-mode.el (m4-mode):
19717 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19718 * progmodes/modula2.el (modula-2-mode):
19719 * progmodes/octave-inf.el (inferior-octave-mode):
19720 * progmodes/octave-mod.el (octave-mode):
19721 * progmodes/pascal.el (pascal-mode):
19722 * progmodes/sh-script.el (sh-mode):
19723 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19724 * progmodes/vhdl-mode.el (vhdl-mode):
19725 * progmodes/xscheme.el (scheme-interaction-mode):
19726 * replace.el (occur-mode):
19727 * ses.el (ses-mode):
19728 * simple.el (completion-list-mode):
19729 * skeleton.el:
19730 * speedbar.el (speedbar-mode):
19731 * term.el (term-mode):
19732 * terminal.el (terminal-edit-mode):
19733 * textmodes/reftex-index.el (reftex-index-mode)
19734 (reftex-index-phrases-mode):
19735 * textmodes/reftex-sel.el (reftex-select-label-mode)
19736 (reftex-select-bib-mode):
19737 * textmodes/reftex-toc.el (reftex-toc-mode):
19738 * wdired.el (wdired-change-to-wdired-mode):
19739 * wid-browse.el (widget-browse-mode):
19740 Use run-mode-hooks.
19741
19742 * array.el (array-mode):
19743 * calendar/todo-mode.el (todo-mode):
19744 * man.el (Man-mode):
19745 * play/landmark.el (lm-mode):
19746 * play/mpuz.el (mpuz-mode):
19747 Use kill-all-local-variables and run-mode-hooks.
19748
19749 * subr.el (delay-mode-hooks): Specify indentation.
19750
19751 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19752
19753 * xml.el (xml-substitute-special): Don't die for undefined xml
19754 entities.
19755
19756 2005-05-26 Jay Belanger <belanger@truman.edu>
19757
19758 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19759 of nil.
19760
19761 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19762
19763 * progmodes/gdb-ui.el (gdb-frame-address):
19764 Rename from gdb-current-address.
19765 (gdb-previous-frame-address): Rename from gdb-previous-address.
19766 (gdb-selected-frame): Rename from gdb-current-frame.
19767 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19768 (gdb-frame-number): Rename from gdb-current-stack-level.
19769 (gdb-ann3): Match new mode-name for disassembly buffer.
19770 Extend initialization of variables.
19771 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19772 (gdb-memory-mode): Use mouse-face in header line.
19773 (gdb-assembler-buffer-name): Call it disassembly and give frame
19774 in mode line.
19775 (gdb-source-spec-regexp, gdb-assembler-custom)
19776 (gdb-invalidate-assembler, gdb-frame-handler):
19777 Make robust to leading zeroes in address format.
19778
19779 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19780
19781 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19782 define `org-mode'.
19783 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19784
19785 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19786
19787 * log-edit.el (log-edit-changelog-entries): Distinguish between
19788 filenames like xfns.c and fns.c.
19789
19790 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19791
19792 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19793 point after reverting.
19794 (Buffer-menu-make-sort-button): Handle the case where
19795 `Buffer-menu-use-header-line' is nil.
19796
19797 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19798
19799 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19800 New funcs. In minibuffer-local-completion-map bind `]', `/'
19801 and `:' to them.
19802
19803 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19804
19805 * startup.el (normal-top-level): Allow modification of load-path while
19806 we're iterating over it.
19807
19808 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19809
19810 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19811 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19812 (thumbs-resize-interactive, thumbs-insert-image)
19813 (thumbs-insert-thumb, thumbs-dired-show-marked)
19814 (thumbs-find-image-at-point, thumbs-delete-images)
19815 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19816 (thumbs-increment-image-size, thumbs-decrement-image-size):
19817 Fix typos in docstrings.
19818
19819 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19820
19821 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19822 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19823 (cperl-mode): Use them.
19824
19825 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19826
19827 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19828 Doc fixes.
19829
19830 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19831
19832 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19833 Bind C-d to gdb-inferior-io-eof.
19834
19835 * dired.el (dired-dnd-popup-notice): Use message-box.
19836
19837 2005-05-23 Masatake YAMATO <jet@gyve.org>
19838
19839 * bindings.el (mode-line-major-mode-keymap):
19840 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19841
19842 * faces.el (mode-line-highlight): New face.
19843
19844 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19845 as mouse-face.
19846
19847 * bindings.el (top-level, help-echo, mode-line-modified)
19848 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19849 as mouse-face.
19850
19851 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19852
19853 * progmodes/cc-engine.el (c-guess-basic-syntax):
19854 Remove spurious call to `zerop'.
19855
19856 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19857
19858 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19859
19860 CC Mode update to 5.30.10:
19861
19862 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19863 could go past the limit in decoration level 2, thereby causing
19864 errors during interactive fontification.
19865
19866 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19867 the file is evaluated interactively.
19868
19869 * cc-engine.el (c-guess-basic-syntax): Handle operator
19870 declarations somewhat better in C++.
19871
19872 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19873 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19874 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19875 (awk-mode): Use it.
19876 (make-local-hook): Suppress warning about obsoleteness.
19877
19878 * cc-engine.el, cc-align.el, cc-cmds.el
19879 (c-append-backslashes-forward, c-delete-backslashes-forward)
19880 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19881 Compensate for return value from `forward-line' when it has moved
19882 but not to a different line due to eob.
19883
19884 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19885 `objc-method-intro' and `objc-method-args-cont'.
19886
19887 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19888
19889 CC Mode update to 5.30.10:
19890
19891 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19892 in the copyright statement. Incidentally, change "along with GNU
19893 Emacs" to "along with this program" where it occurs.
19894
19895 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19896 so that it is interactive, hence can be found by M-x awk-mode
19897 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19898 <gmorris+emacs@ast.cam.ac.uk>.
19899
19900 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19901 Mode's regexps.
19902
19903 2005-05-23 Kevin Ryde <user42@zip.com.au>
19904
19905 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19906 c-parse-state, to avoid a lisp error (on bad code).
19907
19908 2005-05-23 Lute Kamstra <lute@gnu.org>
19909
19910 * subr.el (font-lock-defaults): Remove defvar as it's already
19911 defined in font-core.el.
19912
19913 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19914
19915 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19916
19917 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19918 more general and work when GDB variable "print pretty" is on,
19919 as with Emacs, for example.
19920
19921 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19922
19923 * font-core.el: Update comment.
19924
19925 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19926 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19927
19928 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19929
19930 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19931
19932 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19933 and `yank-handler' in the doc strings.
19934
19935 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19936
19937 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19938
19939 2005-05-22 Richard M. Stallman <rms@gnu.org>
19940
19941 * help.el (describe-key): Move print-help-return-message call
19942 out of conditional.
19943
19944 * progmodes/etags.el (list-tags): Use with-no-warnings.
19945
19946 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19947 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19948 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19949
19950 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19951
19952 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19953 Add defvar.
19954
19955 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19956 Use defvar, not defconst.
19957
19958 * hexl.el (hexl-follow-line): Use with-no-warnings.
19959
19960 * emulation/tpu-extras.el: Use write-file-functions instead of
19961 write-file-hooks.
19962
19963 * dired.el (dired-font-lock-keywords): Fontify files with junk
19964 extensions even if marked by -F.
19965
19966 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19967
19968 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19969 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19970 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19971 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19972 (concatenate, list-length, get*, getf, cl-remprop):
19973 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19974 (etypecase, progv, lexical-let, lexical-let*)
19975 (multiple-value-bind, multiple-value-setq, shiftf):
19976 Improve argument/docstring consistency.
19977
19978 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19979
19980 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19981
19982 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19983 doesn't exist.
19984
19985 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19986 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19987
19988 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19989
19990 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19991 already deleted variables: auto-fill-hook, blink-paren-hook,
19992 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19993 suspend-hooks, comment-indent-hook, meta-flag,
19994 before-change-function, after-change-function,
19995 font-lock-doc-string-face.
19996
19997 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19998
19999 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20000
20001 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20002
20003 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20004 rmail-dont-reply-to.
20005
20006 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20007
20008 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20009 literal blank when splitting new-header-values.
20010
20011 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20012
20013 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20014 string so that tmm doesn't create a completion entry for it.
20015
20016 * textmodes/table.el (table-disable-menu): Ditto.
20017
20018 2005-05-21 Richard M. Stallman <rms@gnu.org>
20019
20020 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20021
20022 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20023
20024 * net/rcompile.el (remote-compile): Use compilation-start.
20025
20026 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20027
20028 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20029
20030 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20031 Default to makefile-bsdmake-mode on BSD systems.
20032
20033 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20034 REGEXP may also be a search function now. The part of doc-string
20035 for describing the structure was 95% identical to that of
20036 `imenu--generic-function'. Unify it there.
20037
20038 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20039 Use function to find dependencies, because regexp alone is so complex,
20040 it easily goes into an endless loop.
20041 (makefile-makepp-mode): Also add submenu for Perl functions
20042 defined in the makefile.
20043 (makefile-bsdmake-mode): Special imenu-generic-expression no
20044 longer needed, due to function call.
20045 (makefile-match-dependency): Take BOUND into account when checking
20046 if we're through.
20047
20048 2005-05-20 Jay Belanger <belanger@truman.edu>
20049
20050 * calc/calc-units.el (calc-invalidate-units-table):
20051 Use inhibit-read-only.
20052 (math-build-units-table-buffer): Use view-mode.
20053
20054 2005-05-20 David Kastrup <dak@gnu.org>
20055
20056 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20057 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20058
20059 2005-05-20 Lute Kamstra <lute@gnu.org>
20060
20061 * diff-mode.el (diff-header-face, diff-file-header-face)
20062 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20063 (diff-added-face, diff-changed-face, diff-function-face)
20064 (diff-context-face, diff-nonexistent-face): Put them in the
20065 diff-mode customization group.
20066
20067 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20068
20069 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20070
20071 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20072
20073 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20074 Minor regexp-optimization.
20075
20076 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20077
20078 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20079 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20080 (org-agenda-add-time-grid-maybe): New function.
20081 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20082 (org-table-create): `dotimes' instead of `mapcar'.
20083 (org-xor): Simplify implementation.
20084 (org-agenda): `inhibit-redisplay' turned on.
20085 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20086 a consistent line after a state change.
20087 (org-agenda-remove-times-when-in-prefix): New option.
20088 (org-prefix-has-time): New variable.
20089 (org-parse-time-string): Optional argument NODEFAULT.
20090 (org-format-agenda-item): Parse items for time-of-day
20091 specifications and move these into the prefix if possible.
20092 (org-agenda-priority): Get current heading, not previous heading
20093 during agenda remote editing.
20094
20095 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20096
20097 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20098 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20099 (remove-duplicates, delete-duplicates, substitute)
20100 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20101 (nsubstitute-if-not, find, find-if, find-if-not, position)
20102 (position-if, position-if-not, count, count-if, count-if-not)
20103 (mismatch, search, sort*, stable-sort, merge, member*)
20104 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20105 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20106 (intersection, nintersection, set-difference, nset-difference)
20107 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20108 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20109 (nsublis, tree-equal): Improve argument/docstring consistency.
20110
20111 * subr.el (send-string, send-region): Remove obsolescence declaration.
20112 (window-dot, set-window-dot, read-input, show-buffer)
20113 (eval-current-buffer, string-to-int):
20114 Add release number to obsolescence declarations.
20115
20116 2005-05-19 Kim F. Storm <storm@cua.dk>
20117
20118 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20119 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20120
20121 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20122
20123 * faces.el (list-faces-display): Make back button respect optional
20124 regexp arg.
20125
20126 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20127
20128 * calculator.el (calculator-radix-grouping-mode)
20129 (calculator-radix-grouping-digits, calculator-displayer)
20130 (calculator-radix-grouping-separator, calculator-copy-displayer):
20131 * dabbrev.el (dabbrev-search-these-buffers-only):
20132 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20133 (diff-advance-after-apply-hunk, diff-mode-hook)
20134 (diff-minor-mode-prefix):
20135 * imenu.el (imenu-use-popup-menu):
20136 * jit-lock.el (jit-lock-context-time):
20137 * newcomment.el (comment-fill-column, comment-column)
20138 (comment-style, comment-padding, comment-multi-line)
20139 (comment-empty-lines, comment-auto-fill-only-comments):
20140 * reveal.el (reveal-around-mark):
20141 * uniquify.el (uniquify-buffer-name-style)
20142 (uniquify-after-kill-buffer-p)
20143 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20144 (uniquify-min-dir-content, uniquify-separator)
20145 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20146 * w32-vars.el (w32-fixed-font-alist):
20147 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20148 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20149 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20150 * progmodes/perl-mode.el (perl-indent-level)
20151 (perl-continued-statement-offset, perl-continued-brace-offset)
20152 (perl-brace-offset, perl-brace-imaginary-offset)
20153 (perl-label-offset, perl-indent-continued-arguments)
20154 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20155 * progmodes/tcl.el (tcl-indent-level)
20156 (tcl-continued-indent-level, tcl-auto-newline)
20157 (tcl-tab-always-indent, tcl-electric-hash-style)
20158 (tcl-help-directory-list, tcl-use-smart-word-finder)
20159 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20160 (inferior-tcl-source-command):
20161 * textmodes/fill.el (enable-kinsoku):
20162 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20163 * textmodes/table.el (table-yank-handler):
20164 Specify missing group (and type, if simple) in defcustom.
20165
20166 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20167
20168 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20169
20170 2005-05-19 Richard M. Stallman <rms@gnu.org>
20171
20172 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20173
20174 * subr.el (event-basic-type): Don't get an error.
20175 (left-fringe-p): Function deleted.
20176
20177 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20178 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20179
20180 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20181 in recursive copy.
20182
20183 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20184
20185 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20186
20187 * emacs-lisp/bytecomp.el
20188 (byte-compile-file-form-custom-declare-variable):
20189 Call byte-compile-nogroup-warn if appropriate.
20190
20191 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20192 (compilation-set-window): Don't call left-fringe-p; do it directly.
20193
20194 2005-05-19 Jay Belanger <belanger@truman.edu>
20195
20196 * calc/calc-graph.el (calc-graph-format-data): Make sure
20197 var-PlotRejects is bound before trying to check its value.
20198
20199 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20200
20201 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20202 definition of this variable from reftex-global.el to reftex.el,
20203 because it is needed in the menu.
20204
20205 2005-05-19 Lute Kamstra <lute@gnu.org>
20206
20207 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20208 years are fixed. Don't insert a space after a dash.
20209
20210 2005-05-19 Kim F. Storm <storm@cua.dk>
20211
20212 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20213
20214 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20215
20216 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20217 strings, because (eq ... ?\\) is fairly frequent.
20218
20219 * progmodes/make-mode.el (makefile-add-this-line-targets):
20220 Simplify and integrate into `makefile-pickup-targets'.
20221 (makefile-add-this-line-macro): Simplify and integrate into
20222 `makefile-pickup-macros.
20223 (makefile-pickup-filenames-as-targets): Simplify.
20224 (makefile-previous-dependency, makefile-match-dependency):
20225 Don't stumble over `::'.
20226
20227 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20228
20229 * subr.el (post-command-idle-hook, post-command-idle-delay):
20230 Remove obsoletion of post-command-idle-hook and
20231 post-command-idle-delay.
20232
20233 * faces.el (list-faces-display): Provide button when describe-face
20234 is called to take user back to the list of faces.
20235
20236 * help-fns.el (describe-variable): Remove hyperlinks in a
20237 variable's value as these are quite frequently inappropriate.
20238
20239 * follow.el (follow-submit-feedback, follow-mode):
20240 Remove references to post-command-idle-hook.
20241
20242 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20243
20244 * progmodes/make-mode.el (makefile-previous-dependency)
20245 (makefile-match-dependency): Check for := (and in bsd mode also
20246 !=) to give a better result, even when font-lock is not on.
20247
20248 2005-05-18 Jay Belanger <belanger@truman.edu>
20249
20250 * calc/calc-help.el (calc-s-prefix-help):
20251 Add `calc-copy-special-constant' to help string.
20252
20253 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20254
20255 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20256
20257 2005-05-18 Jay Belanger <belanger@truman.edu>
20258
20259 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20260 in linear factors are in proper order.
20261
20262 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20263
20264 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20265 Support for jurabib.
20266
20267 * textmodes/reftex.el (featurep): Define aliases for overlay
20268 commands, for XEmacs compatibility, and use these aliases in
20269 overlay initializations.
20270 (reftex-highlight): Use `reftex-move-overlay'.
20271 (reftex-unhighlight): Use `reftex-delete-overlay'.
20272 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20273 (reftex-access-search-path): Use `reftex-uniquify' instead of
20274 `reftex-uniq'
20275
20276 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20277 `before-string' property modification enables for Emacs as well.
20278 (reftex-select-item): Use `reftex-delete-overlay'.
20279 (reftex-select-mark): Use `reftex-make-overlay' and
20280 `reftex-overlay-put'.
20281 (reftex-select-unmark): Use `reftex-delete-overlay' and
20282 `reftex-overlay-put'.
20283
20284 2005-05-18 Lute Kamstra <lute@gnu.org>
20285
20286 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20287
20288 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20289
20290 * add-log.el (add-change-log-entry):
20291 * array.el (array-make-template, array-reconfigure-rows)
20292 (array-init-max-row, array-init-max-column)
20293 (array-init-columns-per-line, array-init-field-width):
20294 * replace.el (replace-match-maybe-edit, perform-replace):
20295 * textmodes/spell.el (spell-region):
20296 Replace `read-input' by `read-string'.
20297
20298 * forms.el (forms-mode):
20299 * finder.el (finder-compile-keywords):
20300 * shadowfile.el (shadow-read-files):
20301 Replace `eval-current-buffer' by `eval-buffer'.
20302
20303 * terminal.el (te-pass-through):
20304 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20305 (ange-ftp-raw-send-cmd):
20306 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20307 (send-process-next-char, telnet-initial-filter, telnet):
20308 Replace `send-string' by `process-send-string'.
20309
20310 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20311 (prolog-consult-region): Replace `send-string' by
20312 `process-send-string'; replace `send-region' by `process-send-region'.
20313
20314 * progmodes/delphi.el (delphi-log-msg):
20315 Replace `set-window-dot' by `set-window-point'.
20316
20317 * subr.el (window-dot, set-window-dot, read-input, send-string)
20318 (send-region, show-buffer, eval-current-buffer):
20319 Make really obsolete, as the comment says.
20320
20321 2005-05-17 Kim F. Storm <storm@cua.dk>
20322
20323 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20324 (cua--init-keymaps): Bind C-return instead of S-return to set
20325 rectangle mark.
20326
20327 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20328 instead of S-return to toggle/clear rectangle mark.
20329
20330 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20331
20332 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20333 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20334 Also fontify plain strings assigned to variables, mostly so that a
20335 colon has a face and is thus not taken as a dependency separator.
20336 (makefile-previous-dependency): Inline the new matcher, because it
20337 is too complex to work in both directions.
20338 (makefile-match-dependency): Eliminate `backward' arg (see above).
20339 Completely reimplemented so as to not sometimes go into an endless
20340 loop. It should also be more efficient, because first it only
20341 searches for `:', instead of applying the very complex regexp.
20342 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20343 to be fontified in one piece can be too long for JIT.
20344 Makefiles are never *that* big.
20345
20346 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20347
20348 * dired.el (dired-mode): Simplify.
20349
20350 2005-05-17 Lute Kamstra <lute@gnu.org>
20351
20352 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20353 defcustom for the mode hook variable.
20354
20355 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20356 Emacs Lisp Reference Manual.
20357
20358 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20359
20360 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20361 (evenp, list*):
20362 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20363 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20364
20365 * net/tramp-smb.el (tramp-smb-open-connection):
20366 Pass `tramp-chunksize' as fifth (required) argument.
20367
20368 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20369
20370 * font-lock.el (lisp-font-lock-keywords-1):
20371 Set `font-lock-negation-char-face' for [^...] char group.
20372 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20373
20374 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20375 a var, and refine it to mask one more level of nested vars.
20376 (makefile-rule-action-regex): Turn it into a var, and refine it so
20377 it recognizes backslashed continuation lines as belonging to the
20378 same command.
20379 (makefile-macroassign-regex): Refine it so it recognizes
20380 backslashed continuation lines as belonging to the same command.
20381 (makefile-var-use-regex): Don't look at the next char, because it
20382 might be the same one to be skipped by the initial [^$], leading
20383 to an overlooked variable use.
20384 (makefile-make-font-lock-keywords): Remove two parameters, which
20385 are now variables that some of the modes set locally.
20386 Handle dependency and rule action matching through functions, because
20387 regexps alone match too often. Dependency matching now comes
20388 last, so it can check, whether a colon already matched something else.
20389 (makefile-mode): Inform that font-lock improves makefile parsing
20390 capabilities.
20391 (makefile-match-dependency, makefile-match-action): New functions.
20392
20393 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20394
20395 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20396
20397 * align.el (align-regexp):
20398 * ansi-color.el (ansi-color-get-face):
20399 * array.el (array-reconfigure-rows, array-init-max-row)
20400 (array-init-max-column, array-init-columns-per-line)
20401 (array-init-field-width):
20402 * dired-aux.el (dired-trample-file-versions):
20403 * dired-x.el (dired-mark-sexp):
20404 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20405 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20406 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20407 * faces.el (face-read-integer):
20408 * files.el (backup-extract-version, insert-directory):
20409 * hexl.el (hexl-insert-decimal-char):
20410 * server.el (server-process-filter):
20411 * shell.el (shell-extract-num):
20412 * startup.el (command-line-1):
20413 * term.el (term-command-hook):
20414 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20415 (time-stamp-do-number):
20416 * time.el (display-time-update):
20417 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20418 (timezone-fix-time):
20419 * vms-patch.el (vms-suspend-resume-hook):
20420 * calendar/appt.el (appt-convert-time):
20421 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20422 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20423 * calendar/cal-islam.el (mark-islamic-diary-entries):
20424 * calendar/calendar.el (calendar-cursor-to-date)
20425 (calendar-star-date):
20426 * calendar/diary-lib.el (diary-attrtype-convert)
20427 (mark-diary-entries, diary-entry-time):
20428 * calendar/solar.el (solar-get-number):
20429 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20430 * emacs-lisp/re-builder.el (reb-display-subexp):
20431 * emulation/edt.el (edt-set-scroll-margins):
20432 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20433 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20434 (vip-get-ex-count):
20435 * emulation/viper-ex.el (viper-get-ex-token)
20436 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20437 * international/fontset.el (fontset-plain-name):
20438 * mail/feedmail.el (feedmail-look-at-queue-directory):
20439 * mail/mailalias.el (mail-get-names):
20440 * mail/rmail.el (rmail-convert-to-babyl-format):
20441 * mail/rmailsum.el (rmail-make-basic-summary-line)
20442 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20443 (rmail-summary-goto-msg):
20444 * mail/smtpmail.el (smtpmail-read-response):
20445 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20446 (ange-ftp-vms-add-file-entry):
20447 * play/gametree.el (gametree-looking-at-ply)
20448 (gametree-current-branch-score):
20449 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20450 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20451 * progmodes/cperl-mode.el (condition-case):
20452 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20453 (ebrowse-set-member-buffer-column-width)
20454 (ebrowse-select-1st-to-9nth):
20455 * progmodes/etags.el (etags-snarf-tag):
20456 * progmodes/flymake.el (flymake-parse-line):
20457 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20458 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20459 (idlwave-shell-menu-def):
20460 * progmodes/ps-mode.el (ps-run-goto-error):
20461 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20462 (vhdl-speedbar-contract-level):
20463 * term/mac-win.el (x-handle-numeric-switch):
20464 * term/sun-mouse.el (sun-get-frame-data):
20465 * term/w32-win.el (x-handle-numeric-switch):
20466 * term/x-win.el (x-handle-numeric-switch):
20467 * textmodes/ispell.el (ispell-parse-output):
20468 * textmodes/nroff-mode.el (nroff-outline-level):
20469 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20470 (reftex-bib-sort-year-reverse, reftex-format-citation):
20471 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20472 (reftex-section-number):
20473 * textmodes/texinfmt.el (texinfo-paragraphindent):
20474 Replace `string-to-int' by `string-to-number'.
20475
20476 * international/latexenc.el: Add page marker to force the "Local
20477 Variables:" string out of the last page.
20478
20479 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20480
20481 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20482 tooltip-change-major-mode.
20483 (gud-tooltip-print-command): Remove case where gud-minor-mode
20484 is gdb ("--fullname").
20485 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20486 explain to user.
20487
20488 2005-05-16 Jay Belanger <belanger@truman.edu>
20489
20490 * calc/calc-store.el (calc-copy-special-constant): New function.
20491
20492 * calc/calc-ext.el (calc-init-extensions): Add binding for
20493 `calc-copy-special-constant'.
20494
20495 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20496 for the `calc-copy-special-constant' command.
20497
20498 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20499
20500 * subr.el (left-fringe-p): New function.
20501
20502 * progmodes/compile.el (compilation-setup): Set local value of
20503 overlay-arrow-string to "" always.
20504 (compilation-set-window): Left fringe then don't scroll.
20505 No left fringe then no arrow and scroll message to top.
20506 (compilation-context-lines): Adjust doc string accordingly.
20507
20508 2005-05-16 Kim F. Storm <storm@cua.dk>
20509
20510 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20511 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20512 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20513 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20514 (ido-read-file-name): Handle commands with ido property value
20515 equal to find-file as reading a file name, to allow C-d to enter dired.
20516 (ibuffer-find-file): Add ido property with value find-file.
20517
20518 2005-05-15 Kim F. Storm <storm@cua.dk>
20519
20520 * subr.el (open-network-stream-nowait): Remove.
20521 (open-network-stream-server): Remove.
20522
20523 2005-05-15 Richard M. Stallman <rms@gnu.org>
20524
20525 * faces.el (describe-face): Output a definition link button.
20526
20527 * help-mode.el (help-face-def): New button type.
20528
20529 * emacs-lisp/copyright.el (copyright-fix-years):
20530 Match properly if the first year is 2-digit.
20531 Don't mess up the whitespace after the years by filling.
20532
20533 * dired-aux.el (dired-mark-confirm):
20534 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20535
20536 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20537 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20538 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20539
20540 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20541 Set font-lock-comment-start-skip.
20542
20543 * font-lock.el (font-lock-comment-start-skip): New variable.
20544 (font-lock-comment-end-skip): New variable.
20545 (font-lock-fontify-syntactically-region): Use them if non-nil.
20546
20547 2005-05-15 Jay Belanger <belanger@truman.edu>
20548
20549 * calc/calc-store.el (calc-store-value): Return a string rather
20550 than display it as a message.
20551 Use calc-var-name for variable name.
20552 (calc-store-into): Add the result of calc-store-value to message.
20553 (calc-copy-variable): Add a message.
20554 (calc-store-exchange): Improve error messages.
20555 (calc-store-binary, calc-store-map): Don't reset the values of
20556 special constants.
20557
20558 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20559
20560 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20561 manual to docstring.
20562
20563 * files.el (hack-local-variables-confirm): Add STRING argument.
20564 Make the function handle non file visiting buffers correctly.
20565 (hack-local-variables-prop-line, hack-local-variables)
20566 (hack-one-local-variable): Use STRING arg of
20567 `hack-local-variables-confirm'.
20568
20569 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20570
20571 Sync with Tramp 2.0.49.
20572
20573 * net/tramp.el (tramp-handle-dired-call-process)
20574 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20575 because the contents of the Tramp buffer is changed before
20576 insertion (`expand-file' and alike).
20577 (tramp-handle-insert-directory): If `localname' has an empty
20578 nondirectory name, it must not be quoted.
20579 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20580 variable `tramp-chunksize'. Change callees.
20581 (tramp-open-connection-setup-interactive-shell): Check remote host
20582 for buggy `send-process-string' implementation.
20583 Set `tramp-chunksize' if found. Reported by Michael Kifer
20584 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20585 (tramp-handle-shell-command): `insert-buffer' cannot be used
20586 because the contents of the Tramp buffer is changed before
20587 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20588 <frederic.bothamy@free.fr>.
20589 (tramp-set-auto-save): Actions should be done for Tramp file name
20590 handler only. Ange-FTP has its own auto-save mechanism.
20591 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20592 (tramp-set-auto-save-file-modes): Set file modes of
20593 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20594 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20595 (tramp-bug): Remove obsolete variable.
20596 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20597 for presence of `mml-mode'. Make it running for older Emacsen as well.
20598
20599 2005-05-14 John Paul Wallington <jpw@pobox.com>
20600
20601 * ibuf-ext.el (define-ibuffer-filter filename):
20602 If `dired-directory' is a list, use its car.
20603
20604 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20605
20606 * ibuffer.el (define-ibuffer-column filename):
20607 If `dired-directory' is a list, use its car.
20608
20609 2005-05-14 Richard M. Stallman <rms@gnu.org>
20610
20611 * subr.el (symbol-file): Doc fix.
20612
20613 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20614 (byte-compile-form): Call byte-compile-nogroup-warn.
20615 (byte-compile-warning-types): Doc fix.
20616
20617 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20618
20619 * progmodes/cc-engine.el (c-literal-faces):
20620 Add font-lock-comment-delimiter-face.
20621
20622 * net/net-utils.el (dig): Use with-no-warnings.
20623
20624 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20625 (sc-recite-frame-alist, sc-default-cite-frame)
20626 (sc-default-uncite-frame, sc-default-recite-frame)
20627 (sc-attrib-selection-list, sc-rewrite-header-list):
20628 Mark as risky-local-variable.
20629
20630 * international/ogonek.el (ogonek-jak, ogonek-how):
20631 Don't use beginning-of-buffer.
20632
20633 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20634
20635 * calendar/solar.el (solar-data-list): Move definition up.
20636
20637 * dnd.el (dnd-protocol-alist): Add autoload.
20638
20639 * progmodes/sh-script.el: Many doc usage fixes.
20640 (sh-indent-after-do): Change default to match common styles.
20641
20642 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20643
20644 * files.el (interpreter-mode-alist)
20645 (auto-mode-interpreter-regexp): Doc fixes.
20646
20647 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20648
20649 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20650
20651 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20652
20653 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20654
20655 * dired.el (dired-mode): make-variable-buffer-local =>
20656 make-local-variable.
20657
20658 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20659
20660 * term/mac-win.el (mac-select-convert-to-string): Try coding
20661 systems in mac-script-code-coding-systems if specified one cannot
20662 encode string for `com.apple.traditional-mac-plain-text'.
20663
20664 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20665
20666 * progmodes/make-mode.el (makefile-targets-face)
20667 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20668 (makefile-dependency-regex): Fix it to not make the colon in
20669 $(var:a=b) special.
20670 (makefile-rule-action-regex): New regexp for highlighting embedded
20671 Shell strings.
20672 (makefile-macroassign-regex): Handle != for highlighting as
20673 embedded Shell strings.
20674 (makefile-var-use-regex): New const.
20675 (makefile-statements, makefile-automake-statements)
20676 (makefile-gmake-statements, makefile-makepp-statements)
20677 (makefile-bsdmake-statements): New consts.
20678 (makefile-make-font-lock-keywords): New function.
20679 (makefile-automake-font-lock-keywords)
20680 (makefile-gmake-font-lock-keywords)
20681 (makefile-makepp-font-lock-keywords)
20682 (makefile-bsdmake-font-lock-keywords): New consts.
20683 (makefile-mode-map): Add switchers between the various submodes.
20684 (makefile-mode): Document the availability of the variants.
20685 (makefile-automake-mode, makefile-gmake-mode)
20686 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20687
20688 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20689 new variants of makefile-mode.
20690
20691 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20692
20693 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20694 the inheritance.
20695
20696 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20697
20698 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20699 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20700
20701 * files.el (normal-mode): Extend the scope of the
20702 `enable-local-variables' binding to include the `set-auto-mode' call.
20703 (magic-mode-alist): Doc fix.
20704
20705 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20706
20707 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20708 font-lock-comment-face rather than copying its setting.
20709
20710 2005-05-12 Andreas Schwab <schwab@suse.de>
20711
20712 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20713
20714 2005-05-12 Lute Kamstra <lute@gnu.org>
20715
20716 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20717 defcustom for the mode hook variable. Delete the last argument.
20718 * generic-x.el: Fix callers of define-generic-mode.
20719 (generic-x-modes): Delete group.
20720 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20721 generic-x customization group.
20722
20723 2005-05-12 Kim F. Storm <storm@cua.dk>
20724
20725 * font-lock.el (font-lock-negation-char-face): Default to "off".
20726
20727 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20728 font-lock-negation-char-face to ! in !=.
20729
20730 2005-05-12 Masatake YAMATO <jet@gyve.org>
20731
20732 * add-log.el (find-change-log): Fix typos in the docstring
20733 of function.
20734
20735 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20736
20737 * international/latexenc.el (latexenc-find-file-coding-system):
20738 Avoid `re-search-forward' when looking for input encoding because
20739 of speed and safety. Better regular expressions for recognizing
20740 input encoding. Limit a search for TeX-master/tex-main-file to
20741 the local variable section.
20742
20743 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20744
20745 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20746 syntax of $ to "'" (quote).
20747
20748 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20749
20750 * dnd.el (dnd-protocol-alist): Improve custom type.
20751
20752 * dired.el (dired-dnd-protocol-alist): New variable.
20753 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20754 `dired-mode-hook' to the end.
20755
20756 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20757
20758 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20759 comment-end if comment-start-skip is not set.
20760 Obey the font-lock-comment-delimiter-face variables.
20761
20762 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20763
20764 * files.el (executable-find): Move from executable.el. Use
20765 locate-file.
20766 * progmodes/executable.el (executable-find): Move to files.el.
20767
20768 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20769 when trying to ensure forward progress.
20770
20771 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20772
20773 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20774 (mouse-select, mouse-select-internal, mouse-extend-internal):
20775 Use it to implement mouse-1-click-follows-link functionality.
20776
20777 2005-05-11 Richard M. Stallman <rms@gnu.org>
20778
20779 * font-lock.el (font-lock-fontify-syntactically-region):
20780 Use font-lock-comment-delimiter-face for comment delimiters.
20781
20782 2005-05-10 Jay Belanger <belanger@truman.edu>
20783
20784 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20785 preserving embedded modes.
20786
20787 2005-05-10 Richard M. Stallman <rms@gnu.org>
20788
20789 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20790
20791 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20792 Move from ada-stmt.el.
20793 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20794
20795 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20796 Move to ada-mode.el.
20797 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20798
20799 * cus-edit.el (custom-file): Call file-chase-links.
20800
20801 * files.el (read-directory-name): Fix previous change.
20802 (hack-local-variables-confirm): New function.
20803 (hack-local-variables-prop-line, hack-local-variables)
20804 (hack-one-local-variable): Use it.
20805
20806 2005-05-10 Lute Kamstra <lute@gnu.org>
20807
20808 * font-lock.el (font-lock-keywords-alist)
20809 (font-lock-removed-keywords-alist): Clarify docstrings.
20810
20811 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20812
20813 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20814 (gdb-source-info): Check for preprocessor info.
20815 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20816 a macro for a function.
20817 (gdb-info-breakpoints-custom): Try to find file again if not already
20818 found (user might have used GDB dir command).
20819 (gdb-get-location): Update gdb-location-alist correctly for change
20820 to gdb-info-breakpoints-custom.
20821
20822 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20823 (gud-tooltip-print-command): Add gdbmi case.
20824 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20825 preprocessor info.
20826
20827 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20828
20829 * startup.el (fancy-splash-insert): Fix typo in doc string.
20830
20831 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20832
20833 * obsolete/float.el (string-to-float):
20834 * obsolete/hilit19.el (hilit-add-pattern):
20835 * obsolete/rnews.el (news-parse-range, news-select-message)
20836 (news-get-pruned-list-of-files): Replace `string-to-int' by
20837 `string-to-number'.
20838
20839 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20840 `find-file-not-found-hooks'; use `add-hook'.
20841 (uncompress-while-visiting): Set `write-file-functions', not
20842 `write-file-hooks'; use `add-hook'.
20843
20844 2005-05-09 Kim F. Storm <storm@cua.dk>
20845
20846 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20847 (cua-paste): Handle clipboard action.
20848 (cua--init-keymaps): Remap clipboard-kill-region and
20849 clipboard-kill-ring-save.
20850
20851 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20852
20853 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20854 Improve commentary.
20855
20856 * simple.el (next-error-overlay-arrow-position): Revert the change
20857 made on 2005-04-30.
20858
20859 2005-05-07 Jay Belanger <belanger@truman.edu>
20860
20861 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20862 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20863 `calc-sel-reselect'.
20864
20865 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20866 Calc is in embedded mode.
20867
20868 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20869
20870 * progmodes/compile.el (compilation-setup):
20871 Set overlay-arrow-string to an empty string on text terminals.
20872
20873 * textmodes/ispell.el (ispell-program-name): Try looking for
20874 "aspell" along exec-path, and if found, use it as the default
20875 speller program.
20876
20877 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20878
20879 * international/mule.el (sgml-xml-auto-coding-function):
20880 Recognize encoding='FOO' in single quotes as well as in double quotes.
20881
20882 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20883
20884 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20885 as well as `interactive', so that defmacro* would recognize
20886 `declare' forms.
20887
20888 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20889
20890 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20891 Explain more about the LIGHTER arg's usage in the doc string.
20892 Add commentary to clarify what the code does. Fix the regexp that
20893 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20894 since it could have characters special to regular expressions.
20895
20896 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20897
20898 * replace.el (occur-1): Bind inhibit-read-only so that
20899 erase-buffer doesn't barf on read-only text properties (likewise
20900 for add-text-properties in occur-engine). Mark buffer as unmodified.
20901 (occur-engine): Don't set buffer-read-only here.
20902
20903 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20904
20905 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20906 list-buffers-directory. This caused the *cvs-commit* buffer to be
20907 sometimes mistakenly reused as a *cvs* buffer.
20908
20909 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20910
20911 * tooltip.el: Move code for GUD tooltips into gud.el.
20912 (require): CL no longer needed to compile case.
20913 (tooltip-mode): Do not toggle functions for GUD tooltips.
20914 (tooltip-gud-tips-p): Remove. Replace with minor mode
20915 gud-tooltip-mode in gud.el.
20916 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20917 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20918 tooltip-gud prefix with gud-tooltip and obsolete.
20919 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20920 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20921 (tooltip-mouse-motion): Mouse movement functions/variable.
20922 Rename in gud.el by adding gud prefix.
20923 (tooltip-gud-original-filter, tooltip-gud-dereference)
20924 (tooltip-gud-event, tooltip-toggle-gud-tips)
20925 (tooltip-gud-process-output, tooltip-gud-print-command)
20926 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20927 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20928 (gdb-tooltip-print): Move to gdb-ui.el.
20929
20930 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20931 (require): CL needed to compile case.
20932 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20933 tooltip-gud-tips-p. Make it a minor-mode.
20934 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20935 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20936 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20937 (gud-tooltip-change-major-mode)
20938 (gud-tooltip-activate-mouse-motions-if-enabled)
20939 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20940 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20941 (gud-tooltip-original-filter, gud-tooltip-dereference)
20942 (gud-tooltip-event, tooltip-toggle-gud-tips)
20943 (gud-tooltip-process-output, gud-tooltip-print-command)
20944 (gud-tooltip-tips): Move from tooltip.el.
20945
20946 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20947 (gdb-cpp-define-alist-flags): Doc fix.
20948 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20949 gud-tooltip-mode is t.
20950
20951 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20952
20953 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20954 evaporate if their text is deleted.
20955 (goto-address-at-point): Make it work as a mouse binding as well.
20956 (goto-address-at-mouse): Obsolete it. Update users.
20957
20958 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20959
20960 * calendar/appt.el (top-level): No longer activate on load.
20961
20962 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20963
20964 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20965 * net/webjump.el (webjump):
20966 * progmodes/idlw-help.el (idlwave-do-context-help1)
20967 (idlwave-highlight-linked-completions):
20968 * textmodes/po.el (po-find-file-coding-system-guts):
20969 Replace `assoc-ignore-case' by `assoc-string'.
20970
20971 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20972
20973 * files.el (locate-file): Doc fix.
20974
20975 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20976 Remove the redundant test for ms-dos.
20977
20978 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20979 look for the preprocessor with exec-suffixes. If not found in
20980 standard places, look in exec-path. Remove most of the tests that
20981 used system-type.
20982
20983 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20984
20985 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20986
20987 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20988 file-name clash with jka-compr.el on 8+3 filesystems.
20989
20990 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20991
20992 * term/mac-win.el: Don't define or bind scroll bar functions if
20993 x-toolkit-scroll-bars is t.
20994 (x-select-text, x-get-selection-value): Clear
20995 x-last-selected-text-clipboard if x-select-enable-clipboard is
20996 nil.
20997 (PRIMARY): Put mac-scrap-name property.
20998 (mac-select-convert-to-file-url): New function.
20999 (public.file-url): New selection target type. Add to
21000 selection-converter-alist.
21001 (x-get-selection, x-selection-value): Handle it.
21002 (x-cut-buffer-or-selection-value): New alias.
21003
21004 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21005
21006 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21007 entry to avoid calling bibtex-find-entry with arg global
21008 being t. Remove arg key.
21009 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21010 (bibtex-copy-summary-as-kill): Change accordingly.
21011
21012 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21013
21014 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21015 (org-agenda-date-later): Use with-current-buffer.
21016
21017 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21018
21019 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21020 (define-obsolete-variable-alias): Doc Fixes.
21021
21022 2005-05-06 Kim F. Storm <storm@cua.dk>
21023
21024 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21025 vertical-motion when selective-display is active.
21026
21027 * ido.el (ido-setup-hook): New hook.
21028 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21029 (ido-input-stack): New var.
21030 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21031 ido-next-work-file binding to M-O.
21032 Bind M-f to ido-wide-find-file-or-pop-dir.
21033 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21034 (ido-read-internal): Run ido-setup-hook.
21035 Catch quit in read-file-name and read-string to cancel edit.
21036 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21037 Automatically pop-all when completing a directory name (RET).
21038 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21039 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21040 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21041 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21042 New functions for M-b/M-f to move among the directory components.
21043 (ido-make-merged-file-list): Catch quit to cancel merge.
21044 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21045 (ido-completion-help): No warnings for ido-completion-buffer-full.
21046
21047 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21048
21049 * font-lock.el (font-lock-negation-char-face): New face and variable.
21050 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21051 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21052 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21053 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21054
21055 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21056
21057 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21058 Fix typo in docstring.
21059
21060 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21061 (ebrowse-print-statistics-line)
21062 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21063
21064 * term/w32-win.el (image-library-alist): Add additional name for
21065 Xpm library.
21066
21067 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21068
21069 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21070 use gcc instead of cpp.
21071
21072 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21073 (gdb-create-define-alist): Use it.
21074 (gdb-cpp-define-alist-program): Update for MS-DOS.
21075
21076 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21077
21078 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21079
21080 2005-05-04 Richard M. Stallman <rms@gnu.org>
21081
21082 * help.el (describe-key): No error when UNTRANSLATED is nil.
21083
21084 * simple.el (line-move-1): Fix previous change to signal errors
21085 appropriately.
21086
21087 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21088
21089 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21090 (icalendar-duration-correction): Remove.
21091 (icalendar--get-event-properties): Split result at commas.
21092 (icalendar--decode-isoduration): New optional argument
21093 DURATION-CORRECTION.
21094 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21095 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21096 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21097 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21098 (icalendar--convert-anniversary-to-ical): New functions, extracted
21099 from icalendar-export-region, with bug fixes.
21100 (icalendar-export-region): Use the above functions.
21101 (icalendar-import-buffer): Check before saving diary file.
21102 (icalendar--convert-recurring-to-diary)
21103 (icalendar--convert-non-recurring-all-day-to-diary)
21104 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21105 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21106 (icalendar--convert-ical-to-diary): Use the above functions.
21107
21108 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21109
21110 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21111 Remove these recent additions.
21112 (c-mode): Restore to before 2005-04-28.
21113
21114 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21115 recent addition.
21116
21117 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21118 (gdb-define-alist): New variables.
21119 (gdb-create-define-alist): New function.
21120 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21121 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21122 with string-to-number.
21123 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21124
21125 * progmodes/gud.el: Replace string-to-int with string-to-number.
21126 (gud-find-file): Handle gdb-define-alist.
21127
21128 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21129
21130 2005-05-02 Jay Belanger <belanger@truman.edu>
21131
21132 * calc/calc-aent.el (math-read-token):
21133 * calc/calc-bin.el (calc-word-size):
21134 * calc/calc-ext.el (calc-read-number-fancy):
21135 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21136 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21137 * calc/calc-frac.el (calc-over-notation):
21138 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21139 (calc-graph-num-points, calc-graph-init):
21140 * calc/calc-prog.el (calc-read-parse-table-part)
21141 (calc-edit-macro-repeats):
21142 * calc/calc-yank.el (calc-do-grab-rectangle):
21143 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21144 Replace `string-to-int' by `string-to-number'.
21145
21146 2005-05-02 Kim F. Storm <storm@cua.dk>
21147
21148 * kmacro.el: Use executing-kbd-macro-index variable.
21149
21150 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21151
21152 * net/rlogin.el (rlogin-parse-words): Delete func.
21153 (rlogin): Use split-string, not rlogin-parse-words.
21154 Also, if there are option-like elements in the parsed args,
21155 take the host to be the first arg immediately following them.
21156 Suggested by Michael Mauger.
21157
21158 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21159
21160 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21161
21162 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21163
21164 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21165 (cc-mode-cpp-program): Rename to cc-define-list-program and
21166 move to cc-vars.el.
21167
21168 * progmodes/cc-vars.el (cc-define-list-program):
21169 Change to "gcc -E -dM -". Make customizable.
21170
21171 2005-05-02 Kim F. Storm <storm@cua.dk>
21172
21173 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21174
21175 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21176
21177 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21178
21179 * international/mule-util.el (truncate-string): Remove alias and
21180 obsolete declaration.
21181
21182 * international/mule-cmds.el (update-iso-coding-systems):
21183 Remove alias and obsolete declaration.
21184
21185 * international/mule.el (coding-system-parent): Remove alias and
21186 obsolete declaration.
21187
21188 * subr.el (define-function, sref): Remove aliases and obsolete
21189 declarations.
21190 (chars-in-region): Remove obsolete declaration.
21191
21192 2005-05-01 Richard M. Stallman <rms@gnu.org>
21193
21194 * info.el (Info-mode): Set widen-automatically to nil, locally.
21195
21196 * simple.el (widen-automatically): New variable.
21197 (pop-global-mark): Obey widen-automatically.
21198
21199 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21200
21201 * term/xterm.el (function-key-map): Call substitute-key-definition
21202 before the keymap size is increased by a lot of define-key calls.
21203
21204 2005-05-01 Richard M. Stallman <rms@gnu.org>
21205
21206 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21207 Rename ARG to ELEMENT. Doc fix.
21208
21209 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21210
21211 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21212 Remove references to allout-exposure/change to allout-new-exposure.
21213
21214 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21215 bytecode symbols.
21216
21217 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21218 (compiled-function-p, focus-frame, unfocus-frame):
21219 Remove aliases and obsolete declarations.
21220 Back out inadvertent changes from previous commit.
21221
21222 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21223
21224 * files.el (require-final-newline): Make Custom tags consistent
21225 with mode-require-final-newline.
21226 (mode-require-final-newline): Doc fix.
21227
21228 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21229
21230 * international/latexenc.el (latexenc-find-file-coding-system):
21231 Fix regular expressions.
21232
21233 2005-05-01 David Kastrup <dak@gnu.org>
21234
21235 * international/latexenc.el (latexenc-find-file-coding-system):
21236 Fix regular expressions.
21237
21238 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21239
21240 * subr.el (string-to-int): Make obsolete.
21241
21242 2005-04-30 Richard M. Stallman <rms@gnu.org>
21243
21244 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21245
21246 * loadup.el: load jka-comp-hook.
21247
21248 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21249 (jka-compr-handler): Add autoload. `put' calls moved
21250 to jka-comp-hook.el.
21251 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21252 (jka-compr-inhibit): Autoload.
21253
21254 * jka-comp-hook.el: New file.
21255 Enable the mode by default.
21256
21257 * files.el (backup-buffer-copy): Use copy-file instead
21258 of write-region, and put back the 'excl.
21259
21260 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21261
21262 * progmodes/flymake.el (flymake-split-string)
21263 (flymake-split-string, flymake-log, flymake-pid-to-names)
21264 (flymake-reg-names, flymake-get-source-buffer-name)
21265 (flymake-unreg-names, flymake-add-line-err-info)
21266 (flymake-add-err-info): Clarify docstrings.
21267 (flymake-popup-menu, flymake-make-emacs-menu)
21268 (flymake-make-xemacs-menu): Add docstrings.
21269 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21270 Set variables directly throughout.
21271
21272 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21273
21274 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21275 exists. Initialize cc-define-alist.
21276 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21277 If there is no file (Macroexpansion) don't create an alist.
21278
21279 2005-04-29 Sam Steingold <sds@gnu.org>
21280
21281 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21282 (cc-create-define-alist): Use it instead of the hard-coded string.
21283
21284 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21285
21286 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21287 for latexenc.
21288
21289 2005-04-29 Lute Kamstra <lute@gnu.org>
21290
21291 * emacs-lisp/generic.el: Improve commentary section.
21292 (define-generic-mode): Improve docstring.
21293
21294 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21295
21296 * textmodes/org.el (many places): Change to quiet the byte compiler.
21297 (org-prefix-format-compiled): New variable.
21298 (org-compile-prefix-format): New function.
21299 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21300 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21301 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21302 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21303 consistency with entries from `org-mode' files.
21304 (org-get-time-of-day): Fix bug with partial matches early in a line.
21305 (org-non-link-chars): New constant.
21306 (org-link-regexp): Respect `org-non-link-chars'.
21307 (org-agenda-day-view): Remove command.
21308 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21309 (org-follow-bbdb-link, org-store-link): Search also company field.
21310 (org-highlight-overlay): New variable.
21311 (org-highlight, org-unhighlight): New functions.
21312 (org-agenda-mode): Add pre-command-hook to remove highlight.
21313 (org-evaluate-time-range): Behavior depends upon whether time stamp
21314 contains a time or not.
21315 (org-show-subtree, org-show-entry): New functions.
21316 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21317
21318 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21319
21320 * comint.el (comint-output-filter-functions): Add autoload cookie.
21321
21322 2005-04-28 Kim F. Storm <storm@cua.dk>
21323
21324 * ido.el (ido-everywhere): Fix last change.
21325
21326 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21327
21328 * international/latexenc.el: New file.
21329 * international/mule-conf.el (file-coding-system-alist): For .tex,
21330 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21331
21332 2005-04-28 Lute Kamstra <lute@gnu.org>
21333
21334 * font-lock.el (font-lock-add-keywords)
21335 (font-lock-remove-keywords): Clarify docstring.
21336 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21337 Don't start docstrings with a `*'.
21338 (font-lock-update-removed-keyword-alist): Give it a docstring.
21339
21340 * generic-x.el: Update commentary section.
21341 Only require font-lock when compiling.
21342 Define all modes conditionally.
21343 Place all generic modes in the generic-x-modes customization group.
21344 (generic-x-modes): New customization group.
21345 (generic-default-modes, generic-mswindows-modes)
21346 (generic-unix-modes, generic-other-modes): New constants.
21347 (generic-define-mswindows-modes, generic-define-unix-modes):
21348 Update docstrings. Make them obsolete.
21349 (generic-extras-enable-list): New default value. Update docstring.
21350 Improve :type. Change :set function.
21351 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21352 Fix docstring.
21353
21354 * emacs-lisp/generic.el (generic-mode-internal):
21355 Simplify font-lock-defaults.
21356 (define-generic-mode): Fix docstring.
21357
21358 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21359
21360 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21361 font-lock-face property to highlight matches.
21362
21363 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21364
21365 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21366 (cc-define-alist): New variable.
21367 (c-mode): Make it local and initialize it.
21368
21369 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21370 (gdb-exited): New function.
21371 (gdb-annotation-rules): Use it.
21372 (gdb-starting): Set gdb-active-process to t.
21373 (gdb-stopping): Amend doc string.
21374 (gdb-reset): Set gdb-active-process to nil.
21375
21376 * tooltip.el (tooltip-gud-tips): Show the associated #define
21377 directives when a C program under GDB is not executing.
21378
21379 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21380
21381 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21382 font-lock-fontify-syntactic-keywords.
21383
21384 * font-lock.el (font-lock-default-fontify-region): Don't force
21385 parse-sexp-lookup-properties to nil.
21386
21387 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21388
21389 * man.el (man-mode-syntax-table): Set up `:' to have
21390 word-constituent syntax.
21391
21392 2005-04-27 Lute Kamstra <lute@gnu.org>
21393
21394 * novice.el (disable-command): Don't add spurious newlines to the
21395 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21396
21397 2005-04-26 Jay Belanger <belanger@truman.edu>
21398
21399 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21400 than one window before deleting window.
21401
21402 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21403
21404 * shell.el (shell-prompt-pattern): Doc fix.
21405 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21406
21407 * comint.el (comint-prompt-regexp, comint-get-old-input)
21408 (comint-use-prompt-regexp)
21409 (comint-use-prompt-regexp-instead-of-fields)
21410 (comint-replace-by-expanded-history, comint-send-input)
21411 (comint-output-filter, comint-get-old-input-default)
21412 (comint-line-beginning-position, comint-bol, comint-show-output)
21413 (comint-backward-matching-input, comint-forward-matching-input)
21414 (comint-next-prompt, comint-previous-prompt):
21415 Rename `comint-use-prompt-regexp-instead-of-fields' to
21416 `comint-use-prompt-regexp'. Keep old name as alias and declare
21417 obsolete.
21418 (comint-use-prompt-regexp): Shorten first line of doc string.
21419
21420 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21421 Set paragraph-separate buffer locally to "\\'".
21422
21423 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21424 Adapt to above name change.
21425
21426 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21427 (smbclient-prompt-regexp): Ditto.
21428
21429 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21430
21431 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21432
21433 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21434 gdb-location-list.
21435 Break lines that are over 80 characters wide.
21436
21437 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21438
21439 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21440 New fun and var, to preserve compatibility.
21441
21442 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21443
21444 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21445
21446 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21447 name to file-newer-than-file-p.
21448
21449 2005-04-26 Richard M. Stallman <rms@gnu.org>
21450
21451 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21452
21453 * progmodes/python.el (python-mode):
21454 Use new name eldoc-documentation-function.
21455
21456 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21457
21458 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21459 (eldoc-documentation-function):
21460 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21461
21462 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21463
21464 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21465
21466 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21467
21468 * term/xterm.el (function-key-map): Fix strings for
21469 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21470 {C,S,A,C-S}-{f1-f12}.
21471
21472 2005-04-26 Kenichi Handa <handa@m17n.org>
21473
21474 * international/mule-cmds.el (select-safe-coding-system):
21475 Fix previous change.
21476
21477 2005-04-26 Lute Kamstra <lute@gnu.org>
21478
21479 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21480
21481 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21482 (font-lock-comment-delimiter-face): Ditto.
21483
21484 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21485
21486 2005-04-25 Jay Belanger <belanger@truman.edu>
21487
21488 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21489 to t while inserting information; use help-mode.
21490
21491 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21492
21493 * term.el (ansi-term-color-vector): Use the xterm colors.
21494 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21495
21496 2005-04-25 Lute Kamstra <lute@gnu.org>
21497
21498 * font-core.el (font-lock-defaults): Fix docstring.
21499
21500 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21501
21502 2005-04-25 Kenichi Handa <handa@m17n.org>
21503
21504 * international/mule-cmds.el (select-safe-coding-system):
21505 Don't check consistency with coding: spec, etc if raw-text or
21506 no-conversion was found to be safe.
21507
21508 2005-04-24 Richard M. Stallman <rms@gnu.org>
21509
21510 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21511 citation markers at start of each line.
21512
21513 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21514 citation markers at start of each line.
21515
21516 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21517
21518 * files.el (mode-require-final-newline): Fix previous change.
21519 (require-final-newline): Fix type label.
21520
21521 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21522
21523 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21524 statement in buffer (broken by 2004-11-24 change).
21525
21526 2005-04-24 Kim F. Storm <storm@cua.dk>
21527
21528 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21529 and read-file-name-function values. Don't overwrite existing
21530 non-nil values if ido-mode is enabled without ido-everywhere.
21531
21532 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21533
21534 * files.el (mode-require-final-newline): Minor doc fix.
21535
21536 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21537
21538 * subr.el (syntax-after): Doc fix.
21539 (syntax-class): If argument is nil, return nil. Mask off upper 16
21540 bits, not 8 bits.
21541
21542 * files.el (mode-require-final-newline): Doc fix.
21543 (backup-buffer-copy): Fix last change.
21544
21545 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21546
21547 * term/mac-win.el: Require select. Set selection-coding-system to
21548 mac-system-coding-system. Call menu-bar-enable-clipboard.
21549 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21550 (x-select-enable-clipboard): New variables.
21551 (x-select-text, x-get-selection, x-selection-value)
21552 (x-get-selection-value, mac-select-convert-to-string)
21553 (mac-services-open-file, mac-services-open-selection)
21554 (mac-services-insert-text): New functions.
21555 (CLIPBOARD, FIND): Put mac-scrap-name property.
21556 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21557 (public.tiff): Put mac-ostype property.
21558 (selection-converter-alist): Add entries for them.
21559 (mac-application-menu-map): New keymap.
21560 (interprogram-cut-function, interprogram-paste-function): Set to
21561 x-select-text and x-get-selection-value, respectively.
21562 (split-window-keep-point): Set to t.
21563
21564 2005-04-23 Richard M. Stallman <rms@gnu.org>
21565
21566 * files.el (read-directory-name): Always pass non-nil
21567 DEFAULT-FILENAME arg to read-file-name.
21568 (backup-buffer-copy, basic-save-buffer-2): Take care against
21569 writing thru an unexpected existing symlink.
21570 (revert-buffer): In indirect buffer, revert the base buffer.
21571 (magic-mode-alist): Doc fix.
21572 (buffer-stale-function): Doc fix.
21573 (minibuffer-with-setup-hook): Avoid warning.
21574 (mode-require-final-newline): Doc and custom fix.
21575
21576 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21577
21578 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21579 use the default appearance.
21580 (font-lock-comment-delimiter-face): New face, new variable.
21581
21582 * imenu.el (imenu--generic-function): The official position of a
21583 definition is the start of the line that BEG is in.
21584
21585 * midnight.el (midnight-timer): Move defvar up.
21586
21587 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21588
21589 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21590
21591 * startup.el (command-line): Use with-no-warnings.
21592
21593 * window.el (window-size-fixed): New defvar.
21594
21595 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21596
21597 * mail/rmail.el (rmail-font-lock-keywords):
21598 Use font-lock-comment-delimiter-face.
21599
21600 * mail/sendmail.el (mail-font-lock-keywords):
21601 Use font-lock-comment-delimiter-face.
21602
21603 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21604
21605 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21606
21607 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21608 Specify t for LAXMATCH when matching directories.
21609 Save match data around compilation-compat-error-properties form.
21610
21611 2005-04-23 David Kastrup <dak@gnu.org>
21612
21613 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21614 Mention that the autoloaded aliases should be kept for AUCTeX.
21615
21616 2005-04-23 Andreas Schwab <schwab@suse.de>
21617
21618 * isearch.el (isearch-forward): Doc fix.
21619
21620 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21621
21622 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21623 (jit-lock-stealth-nice): Change default value to 0.5.
21624
21625 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21626
21627 * abbrev.el (write-abbrev-file): Write table entries in
21628 alphabetical order by table name.
21629
21630 2005-04-22 Kim F. Storm <storm@cua.dk>
21631
21632 * ido.el (ido-read-internal): Fix `list' completion.
21633
21634 2005-04-22 Kenichi Handa <handa@m17n.org>
21635
21636 * recentf.el (recentf-save-file-coding-system): New variable.
21637 (recentf-save-list): Encode the file by
21638 recentf-save-file-coding-system and add coding: tag.
21639
21640 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21641
21642 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21643
21644 2005-04-21 Lute Kamstra <lute@gnu.org>
21645
21646 * loadhist.el (unload-feature): Don't remove a function from hooks
21647 if it is about to be restored to an autoload . Remove functions
21648 that will become unbound from auto-mode-alist. Simplify the code.
21649
21650 * subr.el (assq-delete-all): New implementation that is linear,
21651 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21652 (rassq-delete-all): New function.
21653
21654 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21655 Add size-indication-mode.
21656
21657 2005-04-21 Kenichi Handa <handa@m17n.org>
21658
21659 * international/mule-cmds.el: Add autoload for widget-value in
21660 eval-when-compile.
21661
21662 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21663
21664 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21665 Add tooltip-mode.
21666
21667 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21668
21669 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21670
21671 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21672 (inferior-lisp-filter-regexp, inferior-lisp-program)
21673 (inferior-lisp-load-command, inferior-lisp-prompt)
21674 (inferior-lisp-mode-hook, lisp-source-modes)
21675 (inferior-lisp-load-hook): defvar->defcustom.
21676 (inferior-lisp-program, inferior-lisp-prompt)
21677 (inferior-lisp-load-hook): Doc fixes.
21678 (inferior-lisp-install-letter-bindings): Small change in
21679 introductory comment.
21680
21681 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21682
21683 * vc.el (vc-annotate-color-map): Change some colors so that text
21684 using them as foreground is readable on both white and black
21685 backgrounds.
21686
21687 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * international/mule-conf.el (translation-table-for-input):
21690 Remove redundant declaration.
21691
21692 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21693
21694 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21695
21696 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21697 (tooltip-toggle-gud-tips): New function.
21698
21699 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21700
21701 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21702 right angle brackets.
21703
21704 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21705
21706 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21707
21708 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21709
21710 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21711 Remove. Update callers to use expand-file-name instead.
21712
21713 * subr.el (syntax-class): New function.
21714
21715 * simple.el (blink-matching-open): Use it.
21716
21717 * paren.el (show-paren-function): Use it to recognize parens that are
21718 also used in 2-char comment markers.
21719
21720 2005-04-19 Lute Kamstra <lute@gnu.org>
21721
21722 * loadhist.el (unload-feature): Update for new format of
21723 load-history. Simplify the code.
21724
21725 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21726
21727 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21728 (mac-add-charset-info): New function. Initialize variable
21729 mac-charset-info-alist using it.
21730 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21731 for translation.
21732 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21733 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21734 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21735 New CCL programs.
21736
21737 2005-04-19 Kim F. Storm <storm@cua.dk>
21738
21739 * simple.el (next-buffer, prev-buffer, next-error)
21740 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21741 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21742
21743 * bindings.el (next-buffer, prev-buffer, next-error)
21744 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21745 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21746 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21747 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21748
21749 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21750
21751 * isearch.el (isearch-edit-string): Make the search-ring available for
21752 minibuffer history commands.
21753 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21754 the default history commands now work just as well.
21755 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21756
21757 2005-04-18 Kim F. Storm <storm@cua.dk>
21758
21759 * emulation/cua-base.el (cua--pre-command-handler): Add more
21760 elaborate check for shift modifier on non-window systems.
21761
21762 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21763
21764 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21765
21766 2005-04-18 Kim F. Storm <storm@cua.dk>
21767
21768 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21769 and make it optional. Don't test tooltip-gud-echo-area here.
21770 (tooltip-gud-process-output, gdb-tooltip-print):
21771 Pass tooltip-gud-echo-area to tooltip-show.
21772 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21773
21774 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21775
21776 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21777 `display-graphic-p' may not be bound yet.
21778
21779 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21780
21781 * startup.el (command-line): No longer enable Xterm Mouse mode by
21782 default in terminals compatible with xterm.
21783
21784 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21785
21786 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21787
21788 * tooltip.el (tooltip-gud-echo-area): Rename from
21789 tooltip-use-echo-area.
21790 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21791 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21792 area independently of where help tooltips are displayed.
21793
21794 2005-04-17 David Kastrup <dak@gnu.org>
21795
21796 * cus-theme.el (custom-theme-write-variables): Quote variables
21797 where necessary.
21798
21799 2005-04-17 Richard M. Stallman <rms@gnu.org>
21800
21801 * simple.el (yank-excluded-properties): Add follow-link to value.
21802
21803 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21804
21805 * startup.el (fancy-splash-max-time): Just 30 seconds.
21806 (fancy-splash-delay): Just 7.
21807 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21808
21809 * loadhist.el (unload-feature): Update for new format of load-history.
21810 Simplify the code.
21811
21812 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21813 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21814
21815 * mail/sendmail.el (mail-font-lock-keywords):
21816 Don't fontify subject text.
21817 Don't fontify the text of a citation.
21818
21819 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21820
21821 * comint.el (comint-output-filter): Run comint-output-filter-functions
21822 with point where the user had it.
21823
21824 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21825
21826 * international/ucs-tables.el (ucs-set-table-for-input):
21827 Disable when using unify-on-decoding.
21828
21829 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21830
21831 * emulation/cua-base.el (cua-global-mark-face): Add special case
21832 for displays supporting a high number of colors.
21833
21834 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21835
21836 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21837
21838 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21839
21840 * filesets.el (filesets-add-buffer): If user supplies a name of a
21841 non-existing fileset, create a new fileset.
21842
21843 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21844
21845 * textmodes/org.el (org-up-heading-all): Fix bug with
21846 `outline-up-heading-all'.
21847
21848 2005-04-16 Andreas Schwab <schwab@suse.de>
21849
21850 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21851 /etc/permissions.d/* and /etc/aliases.d/*.
21852
21853 2005-04-16 Kenichi Handa <handa@m17n.org>
21854
21855 * international/code-pages.el (cp-make-coding-system):
21856 Set `translation-table-for-input' property value to the symbol
21857 ucs-mule-to-mule-unicode, not to that value.
21858 (pt154): Escape guillemet by `\'.
21859
21860 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21861
21862 * loadup.el: Load tooltip if x-show-tip is fboundp.
21863
21864 * startup.el (command-line): Add comment.
21865
21866 * tooltip.el (tooltip-mode): Specify correct standard value for
21867 Custom in init-value.
21868
21869 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21870
21871 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21872 possible.
21873
21874 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21875
21876 * textmodes/org.el (org-agenda-date-prompt): Rename from
21877 `org-agenda-date-today'.
21878 (org-evaluate-time-range): Insert at point instead of directly
21879 after time range.
21880 (org-first-headline-recenter, org-subtree-end-visible-p)
21881 (org-optimize-window-after-visibility-change): New functions
21882 (org-agenda-post-command-hook): Don't allow point at end of line,
21883 to make sure it always hits the text properties.
21884 (org-agenda-next-date-line, org-agenda-previous-date-line):
21885 New commands.
21886 (org-set-regexps-and-options): Category may contain white space.
21887 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21888 Improve marker positions.
21889 (org-agenda-new-marker): Argument POS made optional.
21890 (org-agenda-get-timestamps): Deadlines which are done are listed
21891 in org-done-face now.
21892 (org-agenda-get-todos, org-agenda-get-timestamps)
21893 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21894 Set `undone-face' and `done-face' properties.
21895 (org-last-todo-state-is-todo): New variable.
21896 (org-todo): Set `org-last-todo-state-is-todo'.
21897 (org-agenda-todo): Change face according to
21898 `org-last-todo-state-is-todo'. And change other lines referring to
21899 the same entry.
21900 (org-calendar-goto-agenda): New command.
21901 (org-calendar-to-agenda-key): New option.
21902 (org-startup-folded): New allowed value `content'.
21903 (org-set-regexps-and-options): Accept new value `content' for
21904 `org-startup-folded'.
21905 (org-get-current-options): Handle new value `content' for
21906 `org-startup-folded'.
21907 (org-insert-todo-heading): New command.
21908 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21909 interactively in empty file and option
21910 `org-insert-mode-line-in-empty-file' has been set.
21911 (org-agenda-todo, org-agenda-priority): Modify to use
21912 `org-agenda-change-all-lines'.
21913 (org-warning-face): Change color on dark background
21914
21915 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21916
21917 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21918 use preferences AppleLocale and AppleLanguages, and variable
21919 mac-system-locale for default locale. On Mac OS Classic, use
21920 mac-system-coding-system for default coding systems.
21921
21922 * term/mac-win.el: Don't set file-name-coding-system.
21923 Decode variables system-name, emacs-build-system, user-login-name, and
21924 user-full-name by mac-system-coding-system on Mac OS Classic.
21925 (mac-system-coding-system): New variable.
21926
21927 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21928
21929 * startup.el (command-line): Handle `xterm-mouse-mode' before
21930 reading init file.
21931
21932 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21933
21934 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21935
21936 * progmodes/sh-script.el (sh-here-document-word): Make it a
21937 defcustom. Doc fix.
21938 (sh-add): Bash uses $(( )) for arithmetic.
21939 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21940 (sh-maybe-here-document): Remove quotes and leading whitespace
21941 from heredoc word when closing. Indent heredoc with tabs if word
21942 starts with "-".
21943
21944 2005-04-13 Richard M. Stallman <rms@gnu.org>
21945
21946 * simple.el (undo): Fix previous change.
21947
21948 * custom.el (defface): Doc fix.
21949
21950 2005-04-13 Lute Kamstra <lute@gnu.org>
21951
21952 * Makefile.in (DONTCOMPILE): Remove list.
21953 (compile, compile-always): Don't use DONTCOMPILE.
21954 (update-authors): Load the library in which batch-update-authors
21955 is defined.
21956 * makefile.w32-in (DONTCOMPILE): Remove list.
21957 (compile, compile-always): Fix comments.
21958 (update-authors): Load the library in which batch-update-authors
21959 is defined.
21960
21961 * generic-x.el (generic-mode-ini-file-find-file-hook):
21962 Rename to ini-generic-mode-find-file-hook.
21963 Keep generic-mode-ini-file-find-file-hook as an alias.
21964 (ini-generic-mode-find-file-hook): Rename from
21965 generic-mode-ini-file-find-file-hook. Fix docstring.
21966 (ini-generic-mode): Docstring change.
21967 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21968
21969 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21970 called from lisp.
21971
21972 * generic.el: Move to the emacs-lisp subdir.
21973
21974 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21975
21976 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21977 and C-S- function and cursor motion keys.
21978
21979 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21980
21981 * startup.el (command-line): Enable Xterm Mouse mode by default.
21982 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21983 for Custom. No longer show "Mouse" in mode line when enabled.
21984 Doc fix.
21985
21986 2005-04-12 Kim F. Storm <storm@cua.dk>
21987
21988 * emulation/cua-base.el (cua-rectangle-face)
21989 (cua-rectangle-noselect-face): Define face attributes here.
21990
21991 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21992
21993 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21994
21995 * startup.el (command-line): Turn off blinking cursor if
21996 cursorBlink in resources is off or false.
21997
21998 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21999
22000 * term/mac-win.el (dnd): Require dnd.
22001 (mac-drag-n-drop): Call dnd-handle-one-url.
22002 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22003 (kTextEncodingISOLatin2): Remove constants.
22004 (mac-script-code-coding-systems): New constant.
22005 (mac-handle-language-change): New function.
22006 (special-event-map): Bind it to `language-change' event.
22007 (mac-centraleurroman, mac-cyrillic): New coding systems.
22008 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22009 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22010 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22011 encode-mac-cyrillic, respectively.
22012
22013 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22014
22015 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22016 Don't set overlay-arrow-string to "=>" as this is done
22017 globally in C now.
22018
22019 2005-04-12 Lute Kamstra <lute@gnu.org>
22020
22021 * generic-x.el (rc-generic-mode, rul-generic-mode):
22022 Fix auto-mode-alist entries.
22023 (etc-fstab-generic-mode): Tweak fontification.
22024
22025 * generic.el (generic-make-keywords-list): Fix docstring.
22026 (generic-mode-internal): Simplify generic-font-lock-keywords.
22027
22028 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22029
22030 * whitespace.el (whitespace-buffer-leading)
22031 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22032 However, fix the highlight area for the leading and
22033 trailing whitespaces to show space.
22034
22035 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22036
22037 * whitespace.el (whitespace-version): Bump to 3.5
22038
22039 (whitespace-buffer-leading, whitespace-buffer-trailing):
22040 Invert sense of the test to highlight the whitespace.
22041
22042 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22043
22044 * progmodes/gud.el (gud-display-line): GUD uses its own
22045 overlay arrow now so don't set overlay-arrow-string.
22046 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22047
22048 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22049
22050 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22051 (term-ansi-current-reverse, term-ansi-current-invisible)
22052 (term-ansi-face-already-done): Change to boolean.
22053 (term-reset-terminal, term-handle-colors-array): Handle the above
22054 vars accordingly.
22055 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22056 (term-emulate-terminal): Use the new name.
22057
22058 * faces.el (secondary-selection): Use yellow1, not yellow.
22059 (trailing-whitespace): Use red1, not red.
22060
22061 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22062
22063 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22064 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22065 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22066
22067 * cus-edit.el (dnd): New group.
22068
22069 * term/w32-win.el (dnd): Require dnd
22070 (w32-drag-n-drop): Call dnd-handle-one-url.
22071
22072 * x-dnd.el: Require dnd.
22073 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22074 Call dnd-handle-one-url.
22075 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22076 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22077 to dnd-insert-text.
22078 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22079 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22080 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22081 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22082
22083 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22084
22085 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22086
22087 * wdired.el: Doc fixes.
22088 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22089 (wdired-use-dired-vertical-movement): Rename from
22090 wdired-always-move-to-filename-beginning.
22091 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22092 (wdired-change-to-wdired-mode): Change mode name.
22093 (wdired-newline): Delete.
22094
22095 2005-04-11 Richard M. Stallman <rms@gnu.org>
22096
22097 * whitespace.el (whitespace-highlight-the-space):
22098 Don't call whitespace-unhighlight-the-space here.
22099
22100 * simple.el (undo): Record t in undo-equiv-table
22101 for the redo record made by an undo-in-region.
22102
22103 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22104
22105 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22106 (gdb-frame-inferior-io-buffer): New Functions to control
22107 display of separate IO buffer.
22108 (menu): Add them to menu-bar.
22109 (gdb-display-buffer): Check for buffer another frame.
22110 Protect GUD buffer.
22111 (gdb-setup-windows): Create IO buffer if not already there.
22112 (gdb-memory-mode): Remove purecopy noops.
22113
22114 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22115
22116 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22117 and pass to self-insert-command.
22118
22119 2005-04-11 Lute Kamstra <lute@gnu.org>
22120
22121 * generic.el: Commentary section cleanup.
22122 (generic): Delete.
22123 (generic-use-find-file-hook, generic-lines-to-scan)
22124 (generic-find-file-regexp, generic-ignore-files-regexp)
22125 (default-generic-mode, generic-mode-find-file-hook)
22126 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22127 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22128 (generic-use-find-file-hook, generic-lines-to-scan)
22129 (generic-find-file-regexp, generic-ignore-files-regexp)
22130 (default-generic-mode, generic-mode-find-file-hook)
22131 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22132
22133 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22134
22135 * bookmark.el (bookmark-write-file): Catch errors writing file.
22136 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22137
22138 2005-04-10 Richard M. Stallman <rms@gnu.org>
22139
22140 * startup.el (fancy-splash-tail): Update copyright year.
22141 (command-line): Split part of -Q into -D.
22142 (emacs-basic-display): New defvar.
22143 (fancy-splash-text): Correct name of menu item.
22144
22145 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22146
22147 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22148 lines in one node.
22149
22150 * comint.el (comint-send-input): New arg ARTIFICIAL.
22151 Callers in this file changed.
22152
22153 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22154
22155 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22156
22157 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22158
22159 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22160 `ldap-search-internal'.
22161
22162 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22163
22164 * files.el (set-auto-mode-1): Use line-end-position.
22165
22166 * international/latin-1.el:
22167 * international/latin-2.el:
22168 * international/latin-3.el:
22169 * international/latin-4.el:
22170 * international/latin-5.el:
22171 * international/latin-8.el:
22172 * international/latin-9.el: Give punctuation syntax to NBSP.
22173
22174 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22175 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22176 Use char-classes to accept non-ascii letters, accepted in some recent
22177 bibtex implementations.
22178
22179 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22180
22181 * custom.el (custom-set-minor-mode): Any non-nil value for the
22182 variable should enable the mode when set through Custom.
22183
22184 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22185
22186 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22187 TAB binding so tab-always-indent is obeyed.
22188 (vhdl-minibuffer-local-map): Move initialization into declaration.
22189 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22190 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22191 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22192 (vhdl-current-line): Use line-beginning-position.
22193 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22194 with-output-to-temp-buffer, so the current position can be recorded.
22195
22196 2005-04-10 Masatake YAMATO <jet@gyve.org>
22197
22198 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22199 Add regexp for gcov.
22200
22201 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22202
22203 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22204 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22205 syntax which Emacs 20 doesn't support.
22206
22207 2005-04-09 Richard M. Stallman <rms@gnu.org>
22208
22209 * help.el (describe-key-briefly, describe-key):
22210 Replace strings as event types with "(any string)".
22211
22212 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22213
22214 * arc-mode.el (archive-mode-map): Move initialization into
22215 the declaration. Override *all* bindings of `undo'.
22216 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22217
22218 2005-04-09 Jay Belanger <belanger@truman.edu>
22219
22220 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22221
22222 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22223
22224 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22225 (xterm-register-default-colors): Update color values computation
22226 to match xterm-200.
22227
22228 2005-04-09 Kenichi Handa <handa@m17n.org>
22229
22230 * international/code-pages.el (iso-latin-7): Fix the map.
22231
22232 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22233
22234 * emacs-lisp/lisp.el (defun-prompt-regexp)
22235 (parens-require-spaces, buffer-end, end-of-defun)
22236 (insert-parentheses): Doc fixes.
22237
22238 2005-04-08 Kim F. Storm <storm@cua.dk>
22239
22240 * comint.el (comint-highlight-prompt): Fix face spec.
22241 * hi-lock.el (hi-green): Likewise.
22242
22243 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22244
22245 * cus-edit.el (custom-modified-face):
22246 * comint.el (comint-highlight-input): Fix previous changes.
22247 * term.el (term-handle-ansi-escape): Add a comment.
22248
22249 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22250
22251 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22252 in the buffer and in whitespace-highlighted-space.
22253 (whitespace-unhighlight-the-space): Simplify.
22254 (whitespace-buffer): Simplify.
22255
22256 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22257
22258 * textmodes/table.el (table-cell-face): Add special case for
22259 displays supporting a high number of colors.
22260 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22261 (vhdl-font-lock-reserved-words-face)
22262 (vhdl-speedbar-architecture-face)
22263 (vhdl-speedbar-instantiation-face)
22264 (vhdl-speedbar-architecture-selected-face)
22265 (vhdl-speedbar-instantiation-selected-face): Likewise.
22266 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22267 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22268 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22269 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22270 (ebrowse-progress-face): Likewise.
22271 * progmodes/compile.el (compilation-info-face): Likewise.
22272 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22273 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22274 * calendar/calendar.el (diary-face): Likewise.
22275 * woman.el (woman-italic-face, woman-bold-face)
22276 (woman-unknown-face): Likewise.
22277 * wid-edit.el (widget-button-pressed-face): Likewise.
22278 * whitespace.el (whitespace-highlight-face): Likewise.
22279 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22280 * pcvs-info.el (cvs-marked-face): Likewise.
22281 * info.el (info-xref): Likewise.
22282 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22283 * hilit-chg.el (highlight-changes-face)
22284 (highlight-changes-delete-face): Likewise.
22285 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22286 (hi-red-b): Likewise.
22287 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22288 * font-lock.el (font-lock-keyword-face)
22289 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22290 * cus-edit.el (custom-invalid-face, custom-modified-face)
22291 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22292 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22293 * comint.el (comint-highlight-prompt): Likewise.
22294
22295 2005-04-08 Lute Kamstra <lute@gnu.org>
22296
22297 * font-lock.el (font-lock-keywords): Docstring fixes.
22298
22299 2005-04-08 Kenichi Handa <handa@m17n.org>
22300
22301 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22302 chars are more than a limit, print " and more..." at the tail.
22303
22304 2005-04-08 Kim F. Storm <storm@cua.dk>
22305
22306 * emacs-lisp/authors.el (authors-aliases): Update list.
22307 (authors-ignored-files): New list.
22308 (authors-fixed-entries): Fix typo.
22309 (authors-renamed-files-alist): Update list.
22310 (authors-add): Check authors-ignored-files.
22311
22312 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22313
22314 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22315 optional, to ensure backward compatibility.
22316
22317 2005-04-08 Stephen Eglen <stephen@gnu.org>
22318
22319 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22320
22321 2005-04-08 Kim F. Storm <storm@cua.dk>
22322
22323 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22324
22325 * mouse.el (mouse-on-link-p): Doc fix.
22326
22327 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22328
22329 * ielm.el (ielm-prompt-read-only): Doc fix.
22330
22331 * comint.el (comint-prompt-read-only): Doc fix.
22332
22333 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22334
22335 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22336 ensure dired always handles wildcards passed to ffap.
22337 (find-file-at-point): Use it.
22338 (ffap-dired-wildcards): Doc fix.
22339
22340 2005-04-07 Juri Linkov <juri@jurta.org>
22341
22342 * simple.el (next-error-overlay-arrow-position): New defvar.
22343 Put "=>" on its property `overlay-arrow-string'. Add it to
22344 `overlay-arrow-variable-list'.
22345
22346 * progmodes/compile.el (compilation-setup):
22347 Set `next-error-overlay-arrow-position' to nil. Also set it to
22348 nil in the local hook `kill-buffer-hook'. Make local variable
22349 `overlay-arrow-string' and set it to "=>".
22350 (compilation-goto-locus): Set BOL position to
22351 `next-error-overlay-arrow-position' instead of
22352 `overlay-arrow-position'.
22353
22354 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22355 locally instead of adding it to the global hook.
22356 (Info-kill-buffer): Move up.
22357
22358 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22359
22360 * term/xterm.el (xterm-standard-colors): Update color values from
22361 xterm-200.
22362
22363 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22364
22365 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22366
22367 * fast-lock.el:
22368 * lazy-lock.el: Move them to the obsolete subdir.
22369
22370 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22371
22372 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22373 (wdired-add-replace-advice): Remove.
22374 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22375
22376 2005-04-06 Kim F. Storm <storm@cua.dk>
22377
22378 * startup.el (command-line): Add --bare-bones alias for -Q.
22379
22380 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22381
22382 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22383 create the startup fontset if a font specification ends with
22384 `mac-roman'.
22385
22386 2005-04-06 Lute Kamstra <lute@gnu.org>
22387
22388 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22389 change.
22390
22391 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22392 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22393
22394 2005-04-05 Lute Kamstra <lute@gnu.org>
22395
22396 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22397 (define-generic-mode): Ditto. Fix debug declaration.
22398
22399 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22400 Put them in the generic-x group.
22401
22402 * calendar/timeclock.el (timeclock): Doc fix.
22403
22404 * generic.el (define-generic-mode): Don't use custom-current-group.
22405 Document default :group value.
22406 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22407 (define-global-minor-mode): Don't use custom-current-group.
22408
22409 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22410
22411 * startup.el (command-line-1): Display startup-echo-area-message
22412 when fancy splash screen is in use.
22413
22414 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22415 (sh-escaped-newline): New face.
22416 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22417 newline, and use sh-escaped-newline face.
22418
22419 * progmodes/tcl.el (tcl-escaped-newline): New face.
22420 (tcl-builtin-list): New variable.
22421 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22422 newlines. Fix keywords subexpression number.
22423
22424 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22425
22426 * textmodes/org.el (org-diary-default-entry): Fix call to
22427 `add-to-diary-entry'.
22428
22429 2005-04-05 Kim F. Storm <storm@cua.dk>
22430
22431 * ediff-init.el: Use (featurep 'xemacs).
22432
22433 2005-04-05 David Ponce <david@dponce.com>
22434
22435 * cus-edit.el (face): Derive from symbol widget. Display sample
22436 of the current face on the fly.
22437 (widget-face-sample-face-get, widget-face-notify): New functions.
22438 (widget-face-value-create): Remove.
22439
22440 * wid-edit.el (widget-field-end): Temporarily remove field
22441 narrowing before to call `get-char-property'.
22442
22443 2005-04-04 Jay Belanger <belanger@truman.edu>
22444
22445 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22446 (math-read-subscripts): New variable.
22447 (math-read-preprocess-string): Process subscripts.
22448
22449 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22450
22451 * comint.el (comint-prompt-read-only): Doc fix.
22452
22453 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22454 `-1'. Doc fix.
22455
22456 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22457
22458 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22459 Change default value to nil.
22460
22461 2005-04-04 Lute Kamstra <lute@gnu.org>
22462
22463 * autorevert.el (auto-revert-mode): Specify :group.
22464 * battery.el (display-battery-mode): Specify :group.
22465 * diff-mode.el (diff-minor-mode): Specify :group.
22466 * font-core.el (font-lock-mode): Specify :group.
22467 * hl-line.el (hl-line-mode): Specify :group.
22468 * iimage.el (iimage): New customization group.
22469 (iimage-mode): Specify :group.
22470 * longlines.el (longlines-mode): Specify :group.
22471 * master.el: Don't require easy-mmode.
22472 (master): New customization group.
22473 (master-mode): Specify :group.
22474 * msb.el (msb-mode): Specify :group.
22475 * reveal.el (reveal-mode): Specify :group.
22476 * simple.el (next-error-follow-minor-mode): Specify :group.
22477 * smerge-mode.el (smerge-mode): Specify :group.
22478 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22479 * emulation/cua-base.el (cua-mode): Specify :group.
22480 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22481 * language/thai-util.el (thai-auto-composition-mode)
22482 (thai-word-mode): Specify :group.
22483 * mail/supercite.el (sc-minor-mode): Specify :group.
22484 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22485 * progmodes/flymake.el (flymake-mode): Specify :group.
22486 * progmodes/glasses.el (glasses-mode): Specify :group.
22487 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22488 * textmodes/enriched.el (enriched-mode): Specify :group.
22489 * textmodes/refill.el (refill-mode): Specify :group.
22490
22491 * add-log.el (change-log-font-lock-keywords): Names in
22492 parenthesized lists can contain spaces.
22493
22494 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22495
22496 * startup.el (fancy-splash-text): Shorten default text of
22497 "Emacs Tutorial" line. Also, if the current language env
22498 indicates an available tutorial file other than TUTORIAL,
22499 extract its title and append it to the line in parentheses.
22500 (fancy-splash-insert): If arg is a thunk, funcall it.
22501
22502 2005-04-04 Jay Belanger <belanger@truman.edu>
22503
22504 * calc.el (calc-language-alist): Add tags to customization type.
22505
22506 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22507
22508 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22509 Doc fix.
22510
22511 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22512
22513 * add-log.el (change-log-font-lock-keywords): The manual
22514 describing a Change Log entry, says: (...) "Aside from these
22515 header lines, every line in the change log starts with a space or
22516 a tab.". The font-lock was not highlighting lines started with
22517 spaces, added support for it.
22518
22519 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22520
22521 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22522 (bibtex-generate-url-list): Update docstring accordingly. Put the
22523 complex example in the docstring.
22524 (bibtex-font-lock-url): Use pop.
22525
22526 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22527
22528 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22529
22530 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22531
22532 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22533
22534 * filesets.el (filesets-set-default): Doc fix.
22535
22536 2005-04-03 Lute Kamstra <lute@gnu.org>
22537
22538 * generic.el (define-generic-mode): Add argument to specify
22539 keywords for defcustom.
22540 (default-generic-mode): Specify :group.
22541
22542 * generic-x.el: Specify :group for all generic modes.
22543
22544 * desktop.el (desktop-no-desktop-file-hook)
22545 (desktop-after-read-hook): Doc fix.
22546
22547 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22548
22549 * simple.el (visible-mode): Use explicit :group keyword.
22550 This changes the group of `visible-mode-hook' from paren-blinking
22551 to editing-basics.
22552
22553 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22554
22555 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22556 mailbox specifications as well as URLs.
22557 (rmail-insert-inbox-text): Remove unused conditional branches.
22558
22559 2005-04-01 Jay Belanger <belanger@truman.edu>
22560
22561 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22562 (calc-gnuplot-print-command): Move definitions to calc.el.
22563
22564 * calc/calc-embed.el (calc-embedded-announce-formula)
22565 (calc-embedded-open-formula, calc-embedded-close-formula)
22566 (calc-embedded-open-word, calc-embedded-close-word)
22567 (calc-embedded-open-plain, calc-embedded-close-plain)
22568 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22569 (calc-embedded-open-mode, calc-embedded-close-mode):
22570 Move definitions to calc.el.
22571
22572 * calc/calc.el (calc-settings-file, calc-language-alist):
22573 Make customizable.
22574 (calc-embedded-announce-formula, calc-embedded-open-formula)
22575 (calc-embedded-close-formula, calc-embedded-open-word)
22576 (calc-embedded-close-word, calc-embedded-open-plain)
22577 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22578 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22579 (calc-embedded-close-mode, calc-gnuplot-name)
22580 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22581 from other files and make customizable.
22582
22583 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22584
22585 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22586 Use buffer-live-p.
22587 (cvs-mode-run): Don't call cvs-update-header here.
22588 (cvs-run-process): Call cvs-update-header.
22589 Use process properties for cvs-postprocess and cvs-buffer so that
22590 the sentinel can behave better if the temp buffer is killed.
22591 Use a pipe rather than a tty, to better handle unexpected prompts.
22592 (cvs-sentinel): Rewrite. Call cvs-update-header.
22593
22594 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22595
22596 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22597 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22598
22599 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22600
22601 * generic.el (define-generic-mode): Add indentation rule.
22602
22603 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22604
22605 * files.el (mode-require-final-newline): Make Custom correctly
22606 report a nil value and allow to set it to nil via Custom.
22607 Doc fix.
22608
22609 2005-04-01 Kenichi Handa <handa@m17n.org>
22610
22611 * international/characters.el: Enable the correct case setting for
22612 dotless-i and dotted-I.
22613
22614 2005-04-01 Kim F. Storm <storm@cua.dk>
22615
22616 * ido.el (ido-file-internal): Fall back to non-ido command if
22617 initial directory is on slow ftp (or tramp) host.
22618
22619 2005-03-31 Richard M. Stallman <rms@gnu.org>
22620
22621 * emacs-lisp/autoload.el (make-autoload):
22622 Handle define-global-minor-mode.
22623
22624 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22625 Rename from easy-mmode-define-global-mode.
22626 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22627
22628 * progmodes/scheme.el (scheme-mode-syntax-table):
22629 Update syntax of | and # for two-character comment syntax.
22630
22631 2005-03-31 Lute Kamstra <lute@gnu.org>
22632
22633 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22634 (define-minor-mode): Call custom-current-group at load-time.
22635
22636 * generic.el (define-generic-mode): Add debug declaration.
22637 Add defcustom for the mode hook.
22638 (generic-mode-internal): Use run-mode-hooks.
22639
22640 2005-03-31 Kim F. Storm <storm@cua.dk>
22641
22642 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22643 (mouse-fixup-help-message): New defun called by show_help_echo
22644 to fixup mouse-2 prefix in help messages when applicable.
22645
22646 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22647
22648 2005-03-31 Kenichi Handa <handa@m17n.org>
22649
22650 * language/thai-word.el (thai-find-word-ends): Pay attention to
22651 the case that we reach the end of buffer.
22652
22653 * textmodes/fill.el (fill-text-properties-at): New function.
22654 (fill-newline): Use fill-text-properties-at instead of
22655 text-properties-at.
22656
22657 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22658
22659 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22660 not comint-quote-filename.
22661
22662 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22663
22664 * help-fns.el (help-with-tutorial): Revert last change.
22665
22666 2005-03-31 Kim F. Storm <storm@cua.dk>
22667
22668 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22669
22670 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22671
22672 * calendar/cal-china.el: Update reference to "Calendrical
22673 Calculations" book; there's a new edition.
22674 * calendar/cal-coptic.el: Likewise.
22675 * calendar/cal-french.el: Likewise.
22676 * calendar/cal-hebrew.el: Likewise.
22677 * calendar/cal-islam.el: Likewise.
22678 * calendar/cal-iso.el: Likewise.
22679 * calendar/cal-julian.el: Likewise.
22680 * calendar/cal-mayan.el: Likewise.
22681 * calendar/cal-persia.el: Likewise.
22682 * calendar/calendar.el: Likewise.
22683 * calendar/holidays.el: Likewise.
22684 * calendar/lunar.el: Likewise.
22685 * calendar/solar.el: Likewise.
22686
22687 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22688 white space from doc string.
22689
22690 2005-03-30 Jay Belanger <belanger@truman.edu>
22691
22692 * calc/calc-help.el (calc-full-help): Remove email address.
22693
22694 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22695
22696 * help-fns.el (help-with-tutorial): Delete title line.
22697
22698 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22699
22700 * calendar/cal-x.el (calendar-one-frame-setup)
22701 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22702 rather than `symbol' for set-window-dedicated-p.
22703
22704 * calendar/appt.el (appt-buffer-name): Make it a constant.
22705 (appt-add): Doc fix.
22706
22707 * filesets.el (filesets-menu-path, filesets-menu-before)
22708 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22709 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22710 (filesets-add-submenu): Delete and use add-submenu instead.
22711
22712 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22713
22714 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22715 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22716 (org-diary-default-entry): New function.
22717 (org-get-entries-from-diary): Better parsing of diary entries.
22718 (org-agenda-check-no-diary): New function.
22719 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22720 linking to diary entries.
22721 (org-agenda-execute-calendar-command): New function.
22722 (org-agenda): Improve visible section in window.
22723 Use `org-fit-agenda-window'.
22724 (org-fit-agenda-window): New option.
22725 (org-move-subtree-down): Better handling of empty lines
22726 at end of subtree.
22727 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22728 levels up.
22729 (org-fontify-done-headline): New option.
22730 (org-headline-done-face): New face.
22731 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22732 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22733 When current field is non-empty, it is copied to next row.
22734 (org-table-copy-from-above): Fix bug which made it
22735 impossible to copy fields containing only a single non-white character.
22736
22737 2005-03-30 Kim F. Storm <storm@cua.dk>
22738
22739 * kmacro.el (kmacro-end-macro): Isearch may store this command
22740 into the macro -- so ignore it when executing keyboard macro.
22741
22742 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22743
22744 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22745
22746 2005-03-29 Kenichi Handa <handa@m17n.org>
22747
22748 * language/thai.el ("Thai"): Set setup-function and exit-function
22749 for Thai language environment.
22750
22751 * language/thai-util.el: Require thai-word.
22752 (thai-word-mode-map): New variable.
22753 (thai-word-mode): New minor mode.
22754 (setup-thai-language-environment-internal): New function.
22755 (exit-thai-language-environment-internal): New function.
22756
22757 * language/thai-word.el (thai-word-table): Declare it by defvar,
22758 use dolist to initialize it.
22759 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22760 (thai-fill-find-break-point): New functions.
22761
22762 2005-03-29 Richard M. Stallman <rms@gnu.org>
22763
22764 * simple.el (idle-update-delay): Move definition up.
22765 (set-mark): Doc fix.
22766
22767 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22768
22769 * longlines.el: New file.
22770
22771 * simple.el (buffer-substring-filters): New variable.
22772 (filter-buffer-substring): New function.
22773 (kill-region, copy-region-as-kill): Use it.
22774
22775 * register.el (copy-to-register, append-to-register)
22776 (prepend-to-register): Use filter-buffer-substring.
22777
22778 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22779
22780 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22781 (gud-filter-pending-text): Move in front of gdb.
22782 (gud-overlay-arrow-position): New variable.
22783 (gud-sentinel, gud-display-line): Use it in place of
22784 overlay-arrow-position.
22785
22786 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22787
22788 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22789 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22790 (fortran-font-lock-keywords-4): New variable.
22791 (fortran-blocks-re, fortran-end-block-re)
22792 (fortran-start-block-re): New constants, for hideshow.
22793 (hs-special-modes-alist): Add a Fortran entry.
22794 (fortran-mode-map): Bind fortran-end-of-block,
22795 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22796 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22797 (fortran-looking-at-if-then, fortran-end-of-block)
22798 (fortran-beginning-of-block): New functions, for hideshow.
22799
22800 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22801 Doc fix. Tweak regexp.
22802 (f90-beginning-of-block): Push mark first.
22803
22804 2005-03-29 Jay Belanger <belanger@truman.edu>
22805
22806 * calc/calc.el: Update copyright date.
22807 (calc-version): Increase to 2.1.
22808 (calc-version-date): Remove.
22809
22810 * calc/calc-help.el: Update copyright date.
22811 (calc-full-help): Remove reference to calc-version-date.
22812 Update copyright date.
22813
22814 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22815
22816 * vc.el (vc-do-command): Use a pipe for async processes, so password
22817 prompts don't show up at places where the user can't reply.
22818
22819 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22820
22821 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22822 on the file name we pass to the inferior shell.
22823
22824 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22825
22826 * progmodes/which-func.el (which-function): Be robust in the face of an
22827 imenu--make-index-alist failure.
22828
22829 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22830
22831 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22832
22833 * progmodes/python.el (python-preoutput-filter): Fix last change.
22834
22835 2005-03-29 Lute Kamstra <lute@gnu.org>
22836
22837 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22838 functions and compiled macros.
22839 (debug-convert-byte-code): Handle macros too.
22840 (debug-on-entry-1): Don't signal an error when trying to clear a
22841 function that is not set to debug on entry.
22842
22843 2005-03-29 Jay Belanger <belanger@truman.edu>
22844
22845 * calc/calc-lang.el: Add functions to math-function-table
22846 properties of tex and math.
22847
22848 2005-03-29 Kenichi Handa <handa@m17n.org>
22849
22850 * ps-mule.el (ps-mule-plot-string): Translate characters by
22851 ps-print-translation-table.
22852 (ps-mule-begin-job): Call find-charset-region/string with
22853 ps-print-translation-table.
22854 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22855
22856 * ps-print.el (ps-print-translation-table): New variable.
22857 (ps-plot-region): Translate characters by ps-print-translation-table.
22858
22859 2005-03-29 Juri Linkov <juri@jurta.org>
22860
22861 * simple.el (next-error-highlight-timer): New variable.
22862
22863 * progmodes/compile.el (compilation-goto-locus):
22864 Use `next-error-highlight-timer' instead of `sit-for'.
22865
22866 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22867
22868 * mail/supercite.el (sc-mail-field): Use assoc-string.
22869 (sc-get-address): Simplify regexps.
22870
22871 * files.el (minibuffer-with-setup-hook): New macro.
22872 (find-file-read-args): Use it to avoid let-binding
22873 minibuffer-with-setup-hook (which breaks turning on/off
22874 file-name-shadow-mode while in the prompt).
22875
22876 * complete.el (PC-read-include-file-name-internal):
22877 Use test-completion.
22878
22879 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22880
22881 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22882
22883 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22884
22885 * window.el (window-buffer-height): Use count-screen-lines.
22886
22887 * progmodes/python.el (python-preoutput-leftover): New var.
22888 (python-preoutput-filter): Use it.
22889 (python-send-receive): Loop until all the result has been received.
22890
22891 2005-03-28 Juri Linkov <juri@jurta.org>
22892
22893 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22894
22895 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22896 "Recover Crashed Session".
22897 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22898 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22899 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22900 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22901 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22902 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22903 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22904 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22905
22906 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22907 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22908 Ediff Sessions", "Toggle use of separate control buffer frame",
22909 "Use separate frame for Ediff control buffer".
22910
22911 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22912 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22913 "Rename Bookmark", "Delete Bookmark".
22914
22915 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22916 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22917 Add `:active Info-index-alternatives' to "Next Matching Item".
22918
22919 * wdired.el (wdired-change-to-wdired-mode):
22920 Mention `wdired-abort-changes' key in the initial message.
22921
22922 * international/mule.el (auto-coding-alist): Associate non-ascii
22923 image filename extensions with `no-conversion'.
22924
22925 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22926
22927 * international/iso-acc.el:
22928 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22929
22930 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22931
22932 * textmodes/sgml-mode.el (html-mode): Doc update.
22933
22934 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22935
22936 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22937
22938 * term.el (term-move-columns): Fix face after extending a line.
22939 (term-insert-spaces): Likewise.
22940 (term-reset-terminal): Fix off by one error.
22941
22942 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22943
22944 * international/mule.el (auto-coding-alist): Add .xpi files.
22945
22946 * files.el (auto-mode-alist): Add .xpi files.
22947
22948 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22949
22950 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22951
22952 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22953
22954 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22955
22956 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22957
22958 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22959 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22960
22961 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22962 cursor to Jan 1 when needed.
22963 (calendar-end-of-year): Fix -/+ typo.
22964 Reported by Chong Yidong <cyd@stupidchicken.com>.
22965
22966 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22967
22968 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22969
22970 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22971 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22972
22973 2005-03-25 Richard M. Stallman <rms@gnu.org>
22974
22975 * filesets.el (filesets-init): Add autoload.
22976
22977 * mail/mailalias.el (mail-directory): Doc fix.
22978
22979 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22980
22981 * mail/mailalias.el (mail-directory-process): Do nothing if
22982 mail-directory-process is an atom.
22983 (mail-get-names): Ignore mail-directory-names if it is an atom.
22984 (mail-directory-process defvar): Doc fix.
22985 (mail-names): Doc fix.
22986
22987 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22988
22989 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22990
22991 2005-03-26 Kenichi Handa <handa@m17n.org>
22992
22993 * international/mule-util.el (detect-coding-with-priority):
22994 Call update-coding-systems-internal before detect-coding-region.
22995
22996 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22997
22998 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22999 (gdb-frames-mode-map): Add follow-link property.
23000
23001 2005-03-25 Jay Belanger <belanger@truman.edu>
23002
23003 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23004 for variables.
23005
23006 2005-03-25 Juri Linkov <juri@jurta.org>
23007
23008 * image-mode.el: Optimize image filename extension regexps in
23009 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23010 in `auto-mode-alist'.
23011 (image-mode): Add `image-toggle-display-text' to local hook
23012 `change-major-mode-hook'. Display the image as an image by
23013 default. Set `cursor-type' and `truncate-lines' if the image
23014 is already displayed. Take into account the current mode (image
23015 or text) in message.
23016 (image-minor-mode): New minor mode.
23017 (image-mode-maybe, image-toggle-display-text): New functions.
23018 (image-toggle-display): Use called-interactively-p.
23019 Let-bind `inhibit-read-only' to t.
23020
23021 * image-mode.el (image-minor-mode): Set `cursor-type' and
23022 `truncate-lines' if the image is already displayed. Add turning
23023 image-minor-mode off to `change-major-mode-hook'. Add message.
23024 Call `image-toggle-display-text' after turning image-minor-mode off.
23025
23026 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23027
23028 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23029 Terminal.app, use utf-8.
23030 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23031 (set-locale-environment): Use it.
23032
23033 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23034
23035 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23036
23037 * progmodes/python.el (python-close-block-statement-p)
23038 (python-outdent-p, python-current-defun): Use symbol-end.
23039
23040 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23041
23042 * files.el (save-some-buffers): Doc fix.
23043
23044 2005-03-25 Werner Lemberg <wl@gnu.org>
23045
23046 * complete.el, thumbs.el: Replace `legal' with `valid'.
23047 * calendar/calendar.el: Replace `legal' with `valid'.
23048 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23049 * mail/supercite.el: Replace `legal' with `valid'.
23050 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23051 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23052 Replace `legal' with `valid'.
23053 * textmodes/reftex-vars.el, textmodes/reftex.el:
23054 Replace `legal' with `valid'.
23055
23056 2005-03-25 Werner Lemberg <wl@gnu.org>
23057
23058 * calc/calc-forms.el, calc/calc-sel.el
23059 * midnight.el, vc-cvs.el
23060 * emacs-lisp/cl-macs.el
23061 * emulation/vip.el
23062 * eshell/esh-io.el, eshell/esh-var.el
23063 * mail/supercite.el
23064 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23065 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23066 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23067 * progmodes/sh-script.el, progmodes/xscheme.el
23068 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23069 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23070 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23071 * textmodes/reftex.el, textmodes/org.el:
23072 Replace `illegal' with `invalid'.
23073
23074 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23077 (flymake-find-buildfile, flymake-find-possible-master-files)
23078 (flymake-check-include, flymake-parse-line): Replace loops over the
23079 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23080
23081 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23082 Substitute file-name-as-directory in the rest of the file.
23083 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23084 (flymake-replace-region): Remove unused arg `buffer'.
23085 (flymake-check-patch-master-file-buffer): Update calls to it.
23086 (flymake-add-err-info): Remove unused var `count'.
23087 (flymake-mode): Use define-minor-mode.
23088
23089 * progmodes/flymake.el: Use with-current-buffer.
23090 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23091 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23092 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23093 Avoid testing for `xemacs'.
23094 (flymake-nop): Move.
23095 (flymake-region-has-flymake-overlays): Return the computed value.
23096 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23097 Remove unused var `endline'.
23098 (flymake-get-line-count): Remove unused function.
23099 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23100
23101 * emulation/vi.el:
23102 * generic.el:
23103 * hilit-chg.el (global-highlight-changes):
23104 * hi-lock.el (hi-lock-mode):
23105 * follow.el: find-file-hooks -> find-file-hook.
23106
23107 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23108
23109 2005-03-24 Juri Linkov <juri@jurta.org>
23110
23111 * dired.el (dired-mode-map): Add menu item "Compare directories"
23112 for dired-compare-directories.
23113
23114 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23115 Doc fix. Replace `read-file-name' with `read-directory-name'.
23116
23117 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23118
23119 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23120
23121 2005-03-24 Jay Belanger <belanger@truman.edu>
23122
23123 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23124 relevant mode settings in calc-embedded-original-modes when modes
23125 are permanently changed.
23126
23127 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * autoinsert.el: find-file-hooks -> find-file-hook.
23130
23131 2005-03-24 Lute Kamstra <lute@gnu.org>
23132
23133 * generic.el (generic-font-lock-defaults): Make it obsolete.
23134 (generic-font-lock-keywords): New variable to replace
23135 generic-font-lock-defaults.
23136 (generic-mode-set-font-lock): Delete it.
23137 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23138 (generic-bracket-support): Add docstring.
23139
23140 * generic-x.el: Rename generic-font-lock-defaults to
23141 generic-font-lock-keywords throughout.
23142 (mailagent-rules-setup-function): Delete it.
23143 (mailagent-rules-generic-mode): Use anonymous function instead.
23144 (show-tabs-generic-mode-font-lock-defaults-1)
23145 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23146 Quote faces.
23147 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23148 not foreground.
23149
23150 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23151 Recognize define-generic-mode.
23152
23153 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23154
23155 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23156 if there's no completion table.
23157
23158 2005-03-23 Miles Bader <miles@gnu.org>
23159
23160 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23161 Remove tty-specific variants, as they're no longer needed.
23162
23163 2005-03-23 Lute Kamstra <lute@gnu.org>
23164
23165 * generic-x.el: Code cleanup: make args constant whenever possible.
23166 (installshield-statement-keyword-list)
23167 (installshield-system-functions-list)
23168 (installshield-system-variables-list, installshield-types-list)
23169 (installshield-funarg-constants-list): Make them constants.
23170
23171 * generic.el (generic-make-keywords-list): Add autoload cookie.
23172
23173 * calendar/time-date.el: Add comment on time value formats.
23174 Don't require parse-time.
23175 (with-decoded-time-value): New macro.
23176 (encode-time-value): New function.
23177 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23178 (days-to-time): Return a valid time value when arg is huge.
23179 (time-since): Use time-subtract.
23180 (time-to-number-of-days): Use time-to-seconds.
23181
23182 2005-03-23 David Ponce <david@dponce.com>
23183
23184 * recentf.el (recentf-keep): New option.
23185 (recentf-menu-action): Default to `find-file'.
23186 (recentf-keep-non-readable-files-flag)
23187 (recentf-keep-non-readable-files-p)
23188 (recentf-file-readable-p, recentf-find-file)
23189 (recentf-cleanup-remote): Remove.
23190 (recentf-include-p): More robust.
23191 (recentf-keep-p): New function.
23192 (recentf-remove-if-non-kept): Rename from
23193 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23194 All callers updated.
23195 (recentf-menu-items-for-commands): Fix help string.
23196 (recentf-track-closed-file): Update. Doc fix.
23197 (recentf-cleanup): Update. Count removed files. Doc fix.
23198
23199 2005-03-23 Kim F. Storm <storm@cua.dk>
23200
23201 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23202 Don't inherit from fringe face (now happens automatically).
23203
23204 2005-03-22 Kim F. Storm <storm@cua.dk>
23205
23206 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23207 position values.
23208
23209 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23210
23211 * menu-bar.el (showhide-date-time): Remove.
23212 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23213 (menu-bar-make-mm-toggle): Simplify.
23214
23215 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23216
23217 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23218 Accept qualified variable and function names.
23219
23220 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23221
23222 * bindings.el (completion-ignored-extensions):
23223 Remove ".lis" for `vax-vms'.
23224
23225 2005-03-22 Andreas Schwab <schwab@suse.de>
23226
23227 * generic-x.el: Revert last change.
23228 * ldefs-boot.el: Update.
23229
23230 2005-03-22 Jay Belanger <belanger@truman.edu>
23231
23232 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23233 (calc-embedded-save-original-modes)
23234 (calc-embedded-restore-original-modes): New functions.
23235 (calc-do-embedded): Save original modes when entering embedded mode
23236 and restore when leaving embedded mode.
23237 (calc-embedded-modes-change): Change the value of
23238 calc-embedded-original-modes to reflect permanent changes.
23239
23240 2005-03-22 Lute Kamstra <lute@gnu.org>
23241
23242 * generic-x.el: Require generic again.
23243
23244 2005-03-22 Miles Bader <miles@gnu.org>
23245
23246 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23247 Tweak details to look good on both ttys and bitmap displays, light
23248 or dark background, etc.
23249
23250 2005-03-21 Kim F. Storm <storm@cua.dk>
23251
23252 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23253 mouse position.
23254
23255 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23256
23257 * icomplete.el: Don't forcibly turn on the mode upon load.
23258 (icomplete-mode): Use define-minor-mode.
23259 (icomplete-eoinput): Default to nil.
23260 (icomplete-minibuffer-setup): Remove autoload.
23261 (icomplete-tidy): Simplify.
23262 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23263 in the initial state or if the user has modified the field.
23264 Fix handling of icomplete-max-delay-chars.
23265 Remove code that handles the oddball case where
23266 minibuffer-completion-table is an integer.
23267 Wrap icomplete-completions in while-no-input in case building
23268 completions takes more time than expected.
23269 (icomplete-completions): Simplify.
23270
23271 2005-03-21 Richard M. Stallman <rms@gnu.org>
23272
23273 * jka-compr.el (jka-compr-really-do-compress):
23274 Make variable buffer-local.
23275
23276 * image-mode.el: Handle .xpm files too.
23277 (image-toggle-display): Preserve modification flag.
23278
23279 * help.el (where-is): Don't mention aliases with no key bindings.
23280
23281 2005-03-21 Lute Kamstra <lute@gnu.org>
23282
23283 * generic.el: Fix commentary section. Don't require cl for
23284 compilation.
23285 (generic-mode-list): Add autoload cookie.
23286 (generic-use-find-file-hook, generic-lines-to-scan)
23287 (generic-find-file-regexp, generic-ignore-files-regexp)
23288 (generic-mode, generic-mode-find-file-hook)
23289 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23290 (define-generic-mode): Make it a defmacro. Fix docstring.
23291 (generic-mode-internal): Code cleanup. Add autoload cookie.
23292 (generic-mode-set-comments): Code cleanup.
23293 * generic-x.el: Don't prevent compilation. Don't require generic.
23294 Follow coding conventions. Minor code cleanup.
23295 (etc-fstab-generic-mode): Add some keywords.
23296 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23297 define-generic-mode like a function declaration.
23298
23299 2005-03-21 Jay Belanger <belanger@truman.edu>
23300
23301 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23302 changing modes.
23303
23304 2005-03-21 Sam Steingold <sds@gnu.org>
23305
23306 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23307
23308 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23309
23310 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23311 Add underscore to "f$ lexicals" regexp.
23312
23313 2005-03-20 Juri Linkov <juri@jurta.org>
23314
23315 * subr.el (progress-reporter-do-update): When `min-value' is equal
23316 to `max-value', set `percentage' to 0 and prevent division by zero.
23317
23318 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23319
23320 Sync with Tramp 2.0.48.
23321
23322 * net/tramp.el (all): Change all addresses to .gnu.org.
23323 (tramp-append-tramp-buffers): New defun.
23324 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23325 Catch `dont-send' signal.
23326 (tramp-set-auto-save-file-modes): Set always permissions, because
23327 there might be an old auto-saved file belonging to another
23328 original file. This could be a security threat. Reported by
23329 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23330 Check for Emacs 21.3.50 removed.
23331
23332 * net/tramp-smb.el (all): Remove debug construct for
23333 `with-parsed-tramp-file-name'.
23334 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23335 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23336 No error message if DIRECTORY or FILENAME doesn't exist.
23337 (tramp-smb-open-connection): Check existence of
23338 `tramp-smb-program'.
23339
23340 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23341
23342 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23343 Properly handle the case where the `m' or `s' command's argument is not
23344 yet terminated.
23345 (perl-indent-new-calculate): New function.
23346 (perl-indent-line): Use it.
23347
23348 2005-03-20 Miles Bader <miles@gnu.org>
23349
23350 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23351 in text-mode too. Change to new face names.
23352 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23353 Add `:weight bold' attribute.
23354 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23355
23356 2005-03-19 Juri Linkov <juri@jurta.org>
23357
23358 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23359
23360 * international/mule.el (auto-coding-alist): Sync with
23361 `auto-mode-alist' by adding upper case archive file extensions
23362 and adding ear/war to jar extension.
23363
23364 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23365
23366 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23367 running, restart it.
23368
23369 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23370
23371 * finder.el (finder-current-item): Throw an error on an empty line.
23372
23373 * man.el (Man-follow-manual-reference): If current-word returns
23374 nil, use "".
23375
23376 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23377
23378 * simple.el (goto-line): Doc fix.
23379
23380 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23381
23382 * files.el (save-buffer): Doc fix.
23383
23384 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23385
23386 * recentf.el (recentf-cleanup-remote): New variable.
23387 (recentf-cleanup): Use it to conditionally check availability of
23388 remote files.
23389
23390 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23391
23392 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23393 function names.
23394
23395 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23396
23397 * language/thai-word.el: New file.
23398
23399 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23400
23401 * files.el (backup-buffer): If the file's directory is not
23402 writable, use copy instead of move to backup the file.
23403
23404 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23405
23406 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23407
23408 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23409
23410 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23411 Use functionp instead of symbolp and fboundp. Reported by Drkm
23412 <darkman_spam@yahoo.fr>.
23413 (ps-print-version): New version 6.6.6.
23414
23415 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23416
23417 * textmodes/table.el (table--line-column-position): New idiom.
23418 (table--row-column-insertion-point-p): New function to test
23419 validity of row and column insertion operation at a location.
23420 (table-global-menu, table-cell-menu): Use above functions for
23421 deterministic test operation.
23422 (table--editable-cell-p): Behave in deterministic fashion.
23423
23424 2005-03-18 Juri Linkov <juri@jurta.org>
23425
23426 * isearch.el (isearch-lazy-highlight-new-loop):
23427 Make arguments beg and end optional.
23428 (isearch-update): Remove optional arguments nil from
23429 isearch-lazy-highlight-new-loop.
23430 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23431 isearch-lazy-highlight-case-fold-search instead of
23432 isearch-case-fold-search, and let-bind isearch-regexp to
23433 isearch-lazy-highlight-regexp.
23434 Use isearch-lazy-highlight-last-string instead of isearch-string.
23435
23436 * replace.el (perform-replace): Remove bindings of global
23437 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23438 Add three new arguments to `replace-highlight'.
23439 (replace-highlight): Add arguments string, regexp, case-fold.
23440 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23441 to allow isearch-lazy-highlight-new-loop to use these values
23442 to set corresponding isearch-lazy-highlight-* internal
23443 variables whose values lazy highlighting will use regardless of
23444 changes to global variables isearch-string, isearch-regexp,
23445 isearch-case-fold-search during lazy highlighting loop.
23446 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23447 to `lazy-highlight-cleanup'.
23448
23449 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23450 (ispell-highlight-face): Set default face to `isearch' when
23451 lazy highlighting is enabled.
23452 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23453 priority to 1. Add lazy highlighting.
23454 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23455 from `isearch-dehighlight'.
23456
23457 2005-03-18 David Ponce <david@dponce.com>
23458
23459 * files.el (hack-local-variables): Do a case-insensitive search
23460 for End.
23461
23462 2005-03-18 Juri Linkov <juri@jurta.org>
23463
23464 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23465 `isearch-lazy-highlight-cleanup', add alias to old name and
23466 declare obsolete. Add release numbers to other obsolete vars.
23467 (isearch-done, isearch-lazy-highlight-new-loop):
23468 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23469 (lazy-highlight-cleanup) <variable>: Doc fix.
23470 (isearch-lazy-highlight-update): Rename obsolete
23471 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23472
23473 2005-03-18 Kenichi Handa <handa@m17n.org>
23474
23475 * language/thai-util.el: Fix categorization of Thai characters in
23476 thai-category-table.
23477 (thai-composition-pattern): Adjust it for the above change.
23478 (thai-self-insert-command, thai-compose-syllable): New functions.
23479 (thai-compose-region): Use thai-compose-syllable.
23480 (thai-compose-string): Likewise.
23481 (thai-composition-function): Likewise.
23482 (thai-auto-composition): New function.
23483 (thai-auto-composition-mode): New minor mode.
23484
23485 * language/thai.el: Fix patterns to be registered in
23486 composition-function-table.
23487
23488 * international/quail.el (quail-input-method): Locally bind
23489 inhibit-modification-hooks to t.
23490
23491 2005-03-17 Richard M. Stallman <rms@gnu.org>
23492
23493 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23494 (perl-mode): Use run-mode-hooks.
23495
23496 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23497 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23498 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23499
23500 * mail/sendmail.el (sendmail-send-it): Reenable the code
23501 to compute resend-to-address and use it.
23502
23503 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23504
23505 * image-mode.el: New file.
23506
23507 * image.el (insert-sliced-image): Add autoload cookie.
23508
23509 * font-lock.el (font-lock-lines-before): New user option.
23510 (font-lock-after-change-function): Obey it.
23511
23512 * bindings.el (esc-map): Make M-g a prefix.
23513 Bind M-g g and M-g M-g to goto-line.
23514
23515 * faces.el (face-id): Doc fix.
23516
23517 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23518
23519 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23520 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23521 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23522
23523 * mail/sendmail.el (mail-yank-ignored-headers)
23524 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23525 Add Mail-Followup-To and Mail-Reply-To headers.
23526 (mail-citation-hook): Add autoload cookie.
23527 (mail-mode): Doc fix.
23528 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23529 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23530 (mail-mode-fill-paragraph): Handle those headers.
23531 (mail-mailing-lists): New variable.
23532 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23533
23534 2005-03-17 Juri Linkov <juri@jurta.org>
23535
23536 * isearch.el (isearch-fallback): Check for `(car previous)'
23537 before calling `isearch-other-end-state'.
23538
23539 2005-03-17 Kim F. Storm <storm@cua.dk>
23540
23541 * simple.el (move-beginning-of-line): Move to beginning of buffer
23542 line, as well as beginning of screen line.
23543
23544 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23545
23546 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23547 argument REDRAW rather than calendar-redrawing variable.
23548 * calendar/calendar.el (calendar-redrawing): Delete.
23549 (redraw-calendar): Do not bind calendar-redrawing.
23550
23551 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23552
23553 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23554 diary-file buffer.
23555
23556 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23557
23558 * help.el (describe-mode): Allow a :minor-mode-function property to
23559 specify a different minor mode toggle function than the variable.
23560 * simple.el (auto-fill-function):
23561 * subr.el (add-minor-mode): Use it.
23562
23563 2005-03-16 Kenichi Handa <handa@m17n.org>
23564
23565 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23566 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23567 (ethio-fidel-to-sera-buffer): Likewise.
23568
23569 2005-03-16 Juri Linkov <juri@jurta.org>
23570
23571 * emacs-lisp/find-func.el (find-function-regexp):
23572 Add defun-emitting macro `menu-bar-make-toggle'.
23573
23574 * isearch.el: Put `isearch-scroll' property to
23575 `split-window-horizontally'.
23576
23577 * info.el: Update error messages for `debug-ignored-errors'.
23578 (Info-isearch-search): Doc fix.
23579 (Info-find-node): Move up code to go into info buffer before
23580 recording the node to the history.
23581 (Info-fontify-node): Fontify titles only if the next line
23582 has two or more `*', `=', `-', `.'.
23583 Display "go to this node" for empty (match-string 3).
23584
23585 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23586
23587 * term/mac-win.el: Add mouse pointer shape constants.
23588
23589 2005-03-15 Kim F. Storm <storm@cua.dk>
23590
23591 * simple.el (move-beginning-of-line): Use vertical-motion.
23592
23593 2005-03-15 Juri Linkov <juri@jurta.org>
23594
23595 * isearch.el (isearch-error): New variable.
23596 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23597 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23598 (isearch-within-brackets-state): Remove.
23599 (isearch-case-fold-search-state, isearch-pop-fun-state):
23600 Decrease frame index.
23601 (isearch-mode, isearch-top-state, isearch-push-state)
23602 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23603 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23604 (isearch-search, isearch-lazy-highlight-new-loop):
23605 Replace `isearch-invalid-regexp' with `isearch-error'.
23606 Remove `isearch-within-brackets'.
23607 (isearch-search): Add `search-failed' handler to `condition-case'.
23608 (isearch-lazy-highlight-search): Add `condition-case' to catch
23609 errors and allow `isearch-lazy-highlight-update' to try
23610 highlighting from the beginning of the window.
23611 (isearch-repeat): Move up code to set isearch-wrapped to t
23612 before calling isearch-wrap-function.
23613
23614 * info.el (Info-isearch-initial-node): New internal variable.
23615 (Info-search): Signal an error in isearch mode when search leaves
23616 the initial node. Signal an error when `bound' is non-nil and
23617 nothing was found in the current subfile.
23618 (Info-isearch-search): Remove `condition-case'.
23619 (Info-isearch-wrap): Don't wrap when search failed during leaving
23620 the initial node. If `Info-isearch-search' is nil, wrap around
23621 the current node.
23622 (Info-isearch-start): New fun.
23623 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23624 `isearch-mode-hook'.
23625
23626 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23627
23628 * simple.el (normal-erase-is-backspace): Set default to t if
23629 running on Mac.
23630
23631 * term/mac-win.el (function-key-map): Sync with x-win.el.
23632
23633 2005-03-15 Kenichi Handa <handa@m17n.org>
23634
23635 * international/mule-cmds.el (locale-language-names): Modify the
23636 format of elements and add more entries.
23637 (locale-preferred-coding-systems): Add more entries.
23638 (set-locale-environment): Adjust for the change of
23639 locale-language-names.
23640
23641 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23642
23643 * pcvs.el (smerge-ediff): Remove bogus autoload.
23644
23645 2005-03-14 Lute Kamstra <lute@gnu.org>
23646
23647 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23648 Ignore a `*' at the beginning of a line.
23649
23650 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23651 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23652 subr.el.
23653 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23654 to specify indentation.
23655
23656 * generic.el (define-generic-mode): Let generic-mode-list be a
23657 list of strings; test membership with equal.
23658
23659 2005-03-14 Kim F. Storm <storm@cua.dk>
23660
23661 * simple.el (next-line, previous-line): Add optional try-vscroll
23662 arg to recognize interactive use. Pass it on to line-move.
23663 (line-move): Don't perform auto-window-vscroll when defining or
23664 executing keyboard macro to ensure consistent behavior.
23665
23666 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23667
23668 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23669
23670 2005-03-13 Lute Kamstra <lute@gnu.org>
23671
23672 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23673 debugger-setup-buffer so that backtrace marks the frames set to
23674 debug-on-exit and we don't have to do it manually. Set an extra
23675 debug-on-exit for macro's.
23676 (debugger-setup-buffer): Don't mark the top frame manually.
23677
23678 2005-03-12 Lute Kamstra <lute@gnu.org>
23679
23680 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23681 lisp-indent-function throughout.
23682 (with-no-warnings): Set lisp-indent-function property.
23683
23684 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23685
23686 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23687 Add entry for backslash.
23688
23689 2005-03-12 Juri Linkov <juri@jurta.org>
23690
23691 * info.el (Info-search): Four fixes for backward search.
23692
23693 2005-03-11 Jay Belanger <belanger@truman.edu>
23694
23695 * calc/calc.el (calc-language-alist): New variable.
23696 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23697 (calc-embedded-find-modes): Use calc-language-alist instead of
23698 calc-embedded-language-alist.
23699
23700 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23701
23702 * calendar/calendar.el (calendar-redrawing): New internal
23703 variable.
23704 (redraw-calendar): Remove bogus save-excursion from previous
23705 change. Bind calendar-redrawing to t for mark-diary-entries.
23706 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23707 calendar if that is why we were called.
23708
23709 2005-03-11 Kenichi Handa <handa@m17n.org>
23710
23711 * international/mule.el (make-coding-system): Set property
23712 coding-system-define-form to nil.
23713 (define-coding-system-alias): Likewise.
23714
23715 2005-03-11 Kenichi Handa <handa@m17n.org>
23716
23717 These changes are suggested by Dave Love <fx@gnu.org>.
23718
23719 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23720 coding: tag.
23721 (adaptive-fill-regexp): Add more bullets.
23722 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23723 regexps.
23724
23725 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23726
23727 * help.el (describe-mode): Properly handle non-trivial lighters.
23728 Don't ignore minor modes that are not listed in minor-mode-list.
23729
23730 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23731 feature ON when the user requests to turn it OFF.
23732
23733 2005-03-10 Lute Kamstra <lute@gnu.org>
23734
23735 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23736 (implement-debug-on-entry): New function to replace debug-entry-code.
23737 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23738 second argument as the 2005-03-07 change makes it obsolete.
23739 (debug-on-entry, cancel-debug-on-entry): Update call to
23740 debug-on-entry-1.
23741 (debug, debugger-setup-buffer): Comment update.
23742 (debugger-frame-number): Update to work with implement-debug-on-entry.
23743
23744 2005-03-10 Jay Belanger <belanger@truman.edu>
23745
23746 * calc/calc-embed.el (math-ms-args): Declare it.
23747 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23748 math-ms-args.
23749 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23750 variables.
23751
23752 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23753
23754 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23755 Use message-box.
23756
23757 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23758 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23759 (tooltip-gud-tips): Simplify.
23760 (tooltip-gud-tips-p): Remove superfluous :set.
23761 (tooltip-gud-modes): Add fortran-mode.
23762 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23763
23764 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23765
23766 2005-03-09 Kim F. Storm <storm@cua.dk>
23767
23768 * play/animate.el (animate-place-char): Use forward-line instead
23769 of next-line to improve performance.
23770
23771 2005-03-09 Simon Josefsson <jas@extundo.com>
23772
23773 * net/browse-url.el (browse-url-default-browser): Doc fix.
23774
23775 2005-03-09 Miles Bader <miles@gnu.org>
23776
23777 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23778 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23779
23780 2005-03-09 Kenichi Handa <handa@m17n.org>
23781
23782 * international/latin-1.el: Set case and syntax for 255 only if
23783 set-case-syntax-set-multibyte is nil.
23784
23785 * textmodes/ispell.el (ispell-insert-word): New function.
23786 (ispell-word): Use ispell-insert-word to insert a new word.
23787 (ispell-process-line): Likewise.
23788 (ispell-complete-word): Likewise.
23789
23790 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23791
23792 * calendar/calendar.el (redraw-calendar): Preserve point.
23793 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23794 (calendar-week-start-day): Move after definition of
23795 redraw-calendar. Delete buffer test, since redraw-calendar has
23796 that now.
23797
23798 * calendar/diary-lib.el (mark-diary-entries): Only call
23799 redraw-calendar in the first of any recursive calls.
23800 Reported by Alan Shutko <ats@acm.org>.
23801
23802 2005-03-08 Juri Linkov <juri@jurta.org>
23803
23804 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23805 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23806 (html-radio-buttons): Add a space before the trailing `/>' where
23807 sgml-xml-mode is non-nil.
23808 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23809 the subsequent tag of the empty XML tag.
23810 (html-href-anchor): Don't set initial input to "http:".
23811 (html-image): Ask for the image URL and set point inside alt="".
23812 (html-name-anchor): Duplicate the name in the `id' attribute when
23813 sgml-xml-mode is non-nil.
23814 (html-paragraph): Remove \n before <p>.
23815 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23816 instead of `checked' when sgml-xml-mode is non-nil.
23817
23818 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23819 Remove 1 space before #RRGGBB to not truncate it on terminal
23820 windows w/o fringes. Remove 1 space between bg and fg examples
23821 to get more space.
23822 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23823 avoid byte-compile warnings.
23824
23825 * image-file.el (image-file-handler): Put `safe-magic' property to
23826 `image-file-handler'.
23827
23828 * info.el (Info-isearch-search): Emulate word search in
23829 isearching through multiple Info nodes with Info-search.
23830 (Info-isearch-wrap): Allow isearch-word.
23831
23832 2005-03-08 Lute Kamstra <lute@gnu.org>
23833
23834 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23835 stepping into the debugger's code is not possible.
23836 (debugger-jumping-flag): Docstring update.
23837
23838 2005-03-08 Jay Belanger <belanger@truman.edu>
23839
23840 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23841 embedded mode begins.
23842 (calc-embedded-language-alist): New variable.
23843 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23844 set default language mode.
23845
23846 2005-03-08 Kenichi Handa <handa@m17n.org>
23847
23848 * international/ccl.el (define-ccl-program): Fix docstring about
23849 extra 256 bytes assured for the output buffer.
23850
23851 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23852 Fix BUFFER_MAGNIFICATION to 2.
23853 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23854
23855 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23856
23857 * align.el (align-rules-list): Added an alignment rule for CSS
23858 declarations (applies to css-mode and html-mode buffers).
23859
23860 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23861
23862 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23863
23864 2005-03-07 Kim F. Storm <storm@cua.dk>
23865
23866 * simple.el (move-beginning-of-line): New command.
23867
23868 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23869
23870 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23871
23872 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23873 and move-beginning-of-line.
23874
23875 * apropos.el (apropos-print): Omit command from M-x ... RET.
23876
23877 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23878
23879 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23880 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23881
23882 2005-03-06 Richard M. Stallman <rms@gnu.org>
23883
23884 * bindings.el (esc-map): Bind M-g to goto-line.
23885
23886 * facemenu.el (global-map): Bind M-o, not M-g.
23887
23888 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23889
23890 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23891 "Open Directory" as for "Open File".
23892
23893 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23894
23895 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23896 (push-mark-command): Run activate-mark-hook.
23897
23898 2005-03-06 Richard M. Stallman <rms@gnu.org>
23899
23900 * help-mode.el (help-mode-finish): Don't alter the element
23901 in view-return-to-alist if there already is one.
23902
23903 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23904 make sure the current buffer is the expected one.
23905
23906 * novice.el (disabled-command-function): Output in *Disabled Command*.
23907 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23908
23909 * textmodes/flyspell.el (flyspell-large-region):
23910 Pass args differently for aspell.
23911
23912 * files.el (mode-require-final-newline): Doc fix.
23913
23914 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23915
23916 * progmodes/which-func.el (which-function):
23917 Specify NOERROR when calling imenu--make-index-alist.
23918
23919 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23920
23921 * simple.el (normal-erase-is-backspace): Define default value.
23922
23923 * custom.el (custom-theme-set-variables): Remove unused var
23924 `immediate'.
23925 (custom-reevaluate-setting): Simple function to handle variables
23926 that are defined before their default value can really be
23927 computed.
23928
23929 * startup.el (command-line): Use it for temporary-file-directory,
23930 small-emporary-file-directory, auto-save-file-name-transforms,
23931 blink-cursor-mode, and normal-erase-is-backspace.
23932
23933 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23934 progress, even with buggy anchored keywords.
23935
23936 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23937
23938 * simple.el (goto-line): Remove unbalanced final parenthesis.
23939
23940 2005-03-05 Richard M. Stallman <rms@gnu.org>
23941
23942 * simple.el (goto-line): Use a number at point as the default.
23943 With C-u as arg, switch buffers.
23944
23945 2005-03-05 Juri Linkov <juri@jurta.org>
23946
23947 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23948 with `no-blinking-cursor'.
23949
23950 * startup.el (no-blinking-cursor): New defvar.
23951 (command-line): Add `--no-blinking-cursor' to longopts.
23952 Set `no-blinking-cursor' to t for command line arguments
23953 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23954 with `no-blinking-cursor' in the condition for calling
23955 `blink-cursor-mode'.
23956
23957 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23958
23959 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23960 (menu-bar-options-save): Add blink-cursor-mode.
23961 (menu-bar-options-menu): Add blink-cursor-mode.
23962
23963 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23964
23965 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23966 (icalendar-export-file, icalendar-export-region)
23967 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23968 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23969
23970 2005-03-04 Lute Kamstra <lute@gnu.org>
23971
23972 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23973 (debug-function-list): Ditto.
23974
23975 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23976
23977 * textmodes/texinfmt.el (texinfo-append-refill):
23978 Redefine the types of line to which @refill
23979 is not appended by replacing a search for `@refill\\|@bye' with
23980 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23981 itemize@refill' bug and the unfilled long lines bug.
23982 (texinfmt-version): Update number and date.
23983
23984 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23985
23986 * international/code-pages.el (windows-1250, windows-125[2-8])
23987 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23988
23989 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23990
23991 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23992 bound yet.
23993
23994 2005-03-02 Romain Francoise <romain@orebokech.com>
23995
23996 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23997 buffer after removing limits.
23998 (ibuffer-pop-filter): Ditto.
23999 Update copyright.
24000
24001 2005-03-02 Miles Bader <miles@gnu.org>
24002
24003 * button.el (make-text-button): If the user doesn't specify a
24004 type, use the default. Rewrite to use `add-text-properties' and
24005 plist functions.
24006
24007 2005-03-01 Lute Kamstra <lute@gnu.org>
24008
24009 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24010 (debugger-jumping-flag): New var.
24011 (debug-entry-code): Use it.
24012 (debugger-jump): Use debugger-jumping-flag and add
24013 debugger-reenable to post-command-hook.
24014 (debugger-reenable): Use debugger-jumping-flag and remove itself
24015 from post-command-hook.
24016 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24017 debugger-reenable.
24018
24019 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24020
24021 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24022 inclusion of "itemize\\|", which may be unnecessary, is certainly
24023 inelegant, and stops refilling in itemize lists when formatting
24024 Japanese Texinfo files to Info.
24025 Update copyright to 2005.
24026
24027 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24028
24029 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24030 of an error if GDB can't find the source file.
24031
24032 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24033
24034 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24035 not just the calendar.
24036
24037 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24038 first.
24039 (diary-redraw-calendar): New function.
24040 (make-diary-entry): Add diary-redraw-calendar to local
24041 write-contents-functions. Turn off selective display before
24042 inserting in diary.
24043
24044 2005-03-01 Kim F. Storm <storm@cua.dk>
24045
24046 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24047
24048 2005-03-01 Lute Kamstra <lute@gnu.org>
24049
24050 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24051 that debug-entry-code can be safely removed from a function while
24052 this code is being evaluated. Revert the 2005-02-27 change as the
24053 new implementation no longer requires it. Make sure that a
24054 function body containing just a string is not mistaken for a docstring.
24055 (debug): Skip one more frame in case of debug on entry.
24056 (debugger-setup-buffer): Delete one more frame line in case of
24057 debug on entry.
24058 (debugger-frame-number): Update to use the new text introduced by
24059 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24060
24061 2005-02-28 Kim F. Storm <storm@cua.dk>
24062
24063 * double.el (double-translate-key): Call force-window-update after
24064 read-event to avoid crash in redisplay.
24065
24066 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24067
24068 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24069 (debug): Use it. Move the inhibit-trace earlier.
24070 (debug-entry-code): New const.
24071 (debug-on-entry-1): Use it.
24072
24073 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24074
24075 * international/utf-16.el (ccl-encode-mule-utf-16le):
24076 Fix BUFFER_MAGNIFICATION to 2.
24077 (ccl-encode-mule-utf-16be): Likewise.
24078
24079 2005-02-28 Kenichi Handa <handa@m17n.org>
24080
24081 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24082 Fix BUFFER_MAGNIFICATION to 4.
24083 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24084
24085 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24086
24087 * speedbar.el (speedbar-update-flag): Doc fix.
24088 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24089 argument.
24090
24091 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24092
24093 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24094 have a non-nil `invisible' property but are actually visible.
24095
24096 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24097 for perldoc sections.
24098 (perl-outline-regexp, perl-outline-level): New var and function.
24099 (perl-mode): Use them.
24100
24101 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24102
24103 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24104 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24105
24106 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24107
24108 * cus-edit.el: Comment change.
24109 (custom-buffer-create-internal): Slightly reword text at top of
24110 Custom buffers. Mention there that saving an option edits the
24111 init file. Add link to Emacs manual node on `custom-file'.
24112 (custom-magic-alist): Rewrite individual State messages to use
24113 capitalized keywords. Doc fix.
24114
24115 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24116
24117 * calendar/calendar.el (calendar-buffer): Move above
24118 calendar-week-start-day.
24119 (calendar-week-start-day): Doc fix. Add :set function.
24120 (calendar-minimum-window-height): New variable.
24121 (generate-calendar-window): Only resize window if selected-window
24122 is displaying the calendar buffer. Use new variable
24123 calendar-minimum-window-height.
24124 (generate-calendar): Reword error message.
24125 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24126
24127 2005-02-27 Andreas Schwab <schwab@suse.de>
24128
24129 * vc.el (vc-do-command): Don't run command asynchronously when
24130 operating in a remote directory.
24131
24132 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24133 change from sync with Tramp 2.0.47.
24134
24135 2005-02-27 Richard M. Stallman <rms@gnu.org>
24136
24137 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24138
24139 * textmodes/flyspell.el (flyspell-mode-on):
24140 Call ispell-change-dictionary only if necessary.
24141
24142 * emacs-lisp/re-builder.el (regexp-builder): New function.
24143
24144 * register.el (describe-register-1): Explicitly handle
24145 yank-excluded-properties = t.
24146
24147 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24148 (custom-magic-alist): Change the status descriptions again.
24149 (face widget-type): Total rewrite based on `restricted-sexp'
24150 to eliminate the confusing double hiding levels.
24151
24152 * emacs-lisp/debug.el (debug-on-entry-1):
24153 If function body is empty, add nil as body form.
24154
24155 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24156
24157 * emacs-lisp/trace.el (inhibit-trace): New var.
24158 (trace-make-advice): Use it.
24159
24160 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24161
24162 2005-02-26 Kim F. Storm <storm@cua.dk>
24163
24164 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24165 (mouse-on-link-p, mouse-drag-region-1): Use it.
24166
24167 2005-02-25 Lute Kamstra <lute@gnu.org>
24168
24169 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24170
24171 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24172
24173 * frame.el (blink-cursor-mode): Add :group keyword.
24174
24175 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24176
24177 * calendar/icalendar.el (icalendar--decode-isodatetime):
24178 New optional argument DAY-SHIFT.
24179 (icalendar-export-region): Fix coding-system-for-write.
24180 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24181 events by one.
24182
24183 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24184
24185 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24186
24187 2005-02-24 Kim F. Storm <storm@cua.dk>
24188
24189 * international/iso-acc.el (iso-accents-compose): Fix crash
24190 during redisplay. Call force-window-update after read-event
24191 and delete-region to signal that window is not accurate.
24192
24193 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24194
24195 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24196 Remove unused and inexistent var `inhibit-trace'.
24197 (debugger-mode): Use run-mode-hooks.
24198 (debugger-list-functions): Add buttons; setup xref stack.
24199
24200 2005-02-23 Richard M. Stallman <rms@gnu.org>
24201
24202 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24203 appointment says it was explicitly made.
24204 (appt-add): Set the 3rd element.
24205 (appt-make-list): Preserve explicit appointments.
24206
24207 * subr.el (find-tag-default): Catch errors in forward-sexp.
24208
24209 2005-02-23 Juri Linkov <juri@jurta.org>
24210
24211 * info.el (Info-isearch-search): New defcustom.
24212 (Info-isearch-search): Call the default isearch function
24213 when Info-isearch-search is nil.
24214 (Info-isearch-wrap): Use variable Info-isearch-search.
24215
24216 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24217
24218 * cus-edit.el: Comment change.
24219
24220 2005-02-22 Kim F. Storm <storm@cua.dk>
24221
24222 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24223 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24224
24225 2005-02-22 Simon Josefsson <jas@extundo.com>
24226
24227 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24228 New variable.
24229 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24230 Oskarsson" <myrkraverk@users.sourceforget.net>.
24231
24232 2005-02-22 Kim F. Storm <storm@cua.dk>
24233
24234 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24235 check that window of that event is the selected window.
24236 (mouse-drag-region-1): Compare mouse event window to selected
24237 window before setting point.
24238
24239 * tooltip.el (tooltip-show-help-function): Pass event to
24240 mouse-on-link-p so it can check selected window.
24241
24242 2005-02-22 Kenichi Handa <handa@m17n.org>
24243
24244 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24245 (ps-mule-show-warning): New function.
24246 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24247 characters are found.
24248
24249 * ps-print.el (ps-header-footer-string): Return a list of header
24250 and footer strings.
24251
24252 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24253
24254 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24255
24256 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24257
24258 * frame.el (blink-cursor-mode): Use define-minor-mode.
24259
24260 * term/mac-win.el (function-key-map): Use char-names more consistently.
24261 (file-name-coding-system): Only set it for MacOS-9. The other case is
24262 already handled in mule-cmds.el (where it also works when mac-win.el
24263 is not used).
24264
24265 2005-02-21 Kenichi Handa <handa@m17n.org>
24266
24267 * international/mule.el (ctext-pre-write-conversion): Always use
24268 " *code-converting-work*" buffer for work.
24269
24270 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24271
24272 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24273
24274 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24275
24276 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24277
24278 * ses.el (undo-more): Restore defadvice, but only the part that
24279 allows changes outside the restricted area of the buffer.
24280
24281 2005-02-20 Kim F. Storm <storm@cua.dk>
24282
24283 * simple.el (line-move): Add fourth optional arg try-vscroll which
24284 must be set to perform auto-window-vscroll.
24285 When moving backwards and doing auto-window-vscroll, automatically
24286 vscroll to the last part of lines which are taller than the window.
24287 (next-line, previous-line): Set try-vscroll arg on line-move.
24288
24289 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24290
24291 * replace.el (query-replace, query-replace-regexp)
24292 (replace-string, replace-regexp): When operating on region, make
24293 the minibuffer prompt say so.
24294
24295 * isearch.el (isearch-forward): Document isearch-query-replace and
24296 isearch-query-replace-regexp keybindings.
24297
24298 2005-02-19 Jay Belanger <belanger@truman.edu>
24299
24300 * calc/calc-aent.el (math-read-token): Add local variable.
24301
24302 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24303 (calc-edit-top): Move declaration to earlier in file.
24304 (calc-edit-macro-repeats): Add local variables.
24305
24306 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24307 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24308 calcFunc-tanh.
24309 Adjust integration rule for calcFunc-tan.
24310
24311 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24312
24313 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24314 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24315 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24316 (viper-skip-separators): Bug fix.
24317 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24318 particular major mode.
24319 (viper-del-backward-char-in-replace): Don't put deleted char on the
24320 kill ring.
24321
24322 * viper-ex.el (viper-color-display-p): New function.
24323 (viper-has-face-support-p): Use viper-color-display-p.
24324
24325 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24326
24327 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24328
24329 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24330 (viper-file-remote-p): Make equivalent to file-remote-p.
24331
24332 * viper.el (viper-major-mode-modifier-list):
24333 Use viper-gnus-modifier-map.
24334
24335 2005-02-19 David Kastrup <dak@gnu.org>
24336
24337 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24338 quoting.
24339
24340 2005-02-19 Jay Belanger <belanger@truman.edu>
24341
24342 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24343 Remove extra definitions.
24344 (calc-coth): New function.
24345 (calcFunc-cot): Fix `let'.
24346
24347 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24348
24349 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24350 the reasons we use "type pc" in these faces.
24351
24352 * button.el (button): Ditto.
24353
24354 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24355
24356 * replace.el (query-replace-read-from): Set the value of
24357 query-replace-from-history-variable to handle the case of an empty
24358 string entered to accept the suggested default.
24359
24360 * net/tramp.el (tramp-file-name-for-operation):
24361 Use dired-call-process instead of dired-call-process-command.
24362
24363 2005-02-19 Jay Belanger <belanger@truman.edu>
24364
24365 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24366 (math-div-non-trig): New variables.
24367 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24368 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24369 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24370 trig expressions.
24371
24372 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24373
24374 * progmodes/gdb-ui.el (gdb-var-update-handler)
24375 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24376 for watch expressions,
24377 (gdb-var-create-handler): Don't set speedbar-update-flag.
24378 (gdb-post-prompt): Simplify test for speedbar.
24379
24380 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24381
24382 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24383 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24384 we use the syntax table of the correct buffer.
24385 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24386 Felix Gatzemeier.
24387
24388 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24389 (ediff-file-remote-p): Make synonymous with file-remote-p.
24390 In all deffaces ediff-*-face-*, use min-colors.
24391
24392 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24393 ediff-recurse-to-subdirectories.
24394 (ediff-mark-if-equal): Check that the arguments are strings, use
24395 ediff-same-contents (after to Felix Gatzemeier).
24396
24397 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24398 nil.
24399
24400 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24401
24402 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24403
24404 2005-02-18 David Kastrup <dak@gnu.org>
24405
24406 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24407 use `mark-active' when defined.
24408
24409 2005-02-18 Kenichi Handa <handa@m17n.org>
24410
24411 * ps-print.el (ps-font-info-database): New entry
24412 ZapfChancery-MediumItalic with correct font name. Fix font name
24413 of the entry Zapf-Chancery-MediumItalic.
24414
24415 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24416
24417 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24418
24419 2005-02-16 Kim F. Storm <storm@cua.dk>
24420
24421 * ido.el (ido-fallback-command): Pass user input to fallback command.
24422
24423 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24424
24425 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24426 (gdb-find-file-hook): Add server prefix.
24427
24428 2005-02-16 Richard M. Stallman <rms@gnu.org>
24429
24430 * replace.el (perform-replace): Pass new args to replace-highlight.
24431 (replace-highlight): Take region args,
24432 and pass them to isearch-lazy-highlight-new-loop.
24433
24434 * novice.el (disabled-command-hook): Autoload the defalias
24435 and the make-obsolete-variable call.
24436
24437 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24438
24439 * isearch.el (isearch-lazy-highlight-start-limit)
24440 (isearch-lazy-highlight-end-limit): New variables limit
24441 the region for highlighting.
24442 (isearch-lazy-highlight-new-loop): New args BEG and END.
24443 (isearch-lazy-highlight-search): Use the new vars.
24444 (isearch-lazy-highlight-update): Likewise.
24445
24446 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24447
24448 * cus-start.el (all): Use default-boundp.
24449
24450 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24451
24452 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24453
24454 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24455
24456 * autorevert.el (auto-revert-stop-on-user-input)
24457 (auto-revert-verbose): Doc fixes.
24458
24459 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24460
24461 * international/mule-cmds.el (set-locale-environment): Remove call
24462 to set-selection-coding-system on Windows.
24463
24464 2005-02-15 Jay Belanger <belanger@truman.edu>
24465
24466 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24467 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24468 calcFunc-coth.
24469 (math-simplify-sqrt): Add simplifications.
24470
24471 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24472 to list.
24473
24474 * calc/calc-ext.el: Add functions to autoloads.
24475
24476 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24477 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24478 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24479 (math-csc-raw, math-cot-raw): New functions.
24480
24481 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24482
24483 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24484 the variable name in a message.
24485
24486 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24487 calcFunc-csc, calcFunc-cot.
24488
24489 * calc/calcalg2.el: Add derivative and integration rules for
24490 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24491 calcFunc-csch, calcFunc-coth.
24492 (math-do-integral-methods): Add to checks for when to use
24493 substitutions.
24494
24495 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24496
24497 2005-02-15 Lute Kamstra <lute@gnu.org>
24498
24499 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24500 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24501 <monnier@iro.umontreal.ca>
24502 (lisp-outline-level): Improve efficiency. Suggested by David
24503 Kastrup <dak@gnu.org>.
24504
24505 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24506
24507 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24508 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24509 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24510 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24511 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24512
24513 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24514
24515 * cus-start.el (all): Comment change.
24516
24517 2005-02-14 Lute Kamstra <lute@gnu.org>
24518
24519 * cus-start.el (all): Check if symbol is void.
24520
24521 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24522
24523 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24524 optional argument to \cite.
24525
24526 2005-02-14 Richard M. Stallman <rms@gnu.org>
24527
24528 * cus-edit.el (custom-buffer-create-internal): Update help message.
24529 (custom-magic-alist): Update help messages.
24530
24531 * cus-start.el (all): Allow a var to specify a standard value.
24532
24533 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24534
24535 * custom.el (custom-theme-set-variables): Handle variable aliases.
24536
24537 * frame.el (blink-cursor-timer): Doc fix.
24538 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24539 declare obsolete.
24540 (blink-cursor-mode): Define with defcustom and use correct
24541 standard expression in that defcustom.
24542 * startup.el (command-line): Adapt to above changes in frame.el.
24543
24544 2005-02-11 Lute Kamstra <lute@gnu.org>
24545
24546 * apropos.el (apropos-score-doc): Prevent division by zero.
24547
24548 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24549
24550 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24551 (icalendar--get-event-property-attributes)
24552 (icalendar--get-event-properties)
24553 (icalendar--datetime-to-diary-date): New functions.
24554 (icalendar--split-value): Doc fix.
24555 (icalendar--datetime-to-noneuropean-date)
24556 (icalendar--datetime-to-european-date): New optional argument
24557 SEPARATOR. Return result as a string instead of a list.
24558 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24559 (icalendar--convert-string-for-export): Rename arg S to STRING.
24560 (icalendar-export-region): Doc fix. Change name of error buffer.
24561 Save output buffer.
24562 (icalendar-import-file): Add blank at end of prompt.
24563 (icalendar-import-buffer): Doc fix. Do not switch to error
24564 buffer. Indicate status in return value.
24565 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24566 buffer. Save output buffer. Handle exception from recurrence
24567 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24568 events. Fix problems with weekly all-day events.
24569
24570 2005-02-10 Richard M. Stallman <rms@gnu.org>
24571
24572 * simple.el (eval-expression-print-format):
24573 Avoid warning about edebug-active.
24574
24575 * help.el (help-for-help-internal): Rename from help-for-help.
24576 (help-for-help): Define with defalias.
24577
24578 * font-core.el (font-lock-default-function): Use with-no-warnings.
24579
24580 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24581
24582 * custom.el (defface): Doc fix.
24583
24584 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24585
24586 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24587 width 0" to prevent word wrapping problems.
24588
24589 2005-02-09 Kim F. Storm <storm@cua.dk>
24590
24591 * ido.el (ido-file-extensions-order): New defcustom.
24592 (ido-file-extension-lessp, ido-file-extension-aux)
24593 (ido-file-extension-order): New advanced file ordering.
24594 (ido-file-lessp): New simple file ordering.
24595 (ido-sort-list): Remove.
24596 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24597 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24598
24599 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24600
24601 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24602 that some versions of grep produce.
24603 (grep-mode-font-lock-keywords): Likewise.
24604
24605 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24606
24607 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24608 (gdb-cdir): Delete.
24609 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24610 (gdb-source-info): Treat case when source file is in another
24611 directory properly.
24612 (gdb-get-location): New function.
24613
24614 2005-02-07 Jay Belanger <belanger@truman.edu>
24615
24616 * calc/calc-prog.el (calc-write-parse-table-part)
24617 (calc-fix-token-name): Fix a check for language type.
24618
24619 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24620
24621 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24622
24623 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24624 as directory not writable.
24625
24626 2005-02-07 Kim F. Storm <storm@cua.dk>
24627
24628 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24629 (cua--standard-movement-commands): Remove list.
24630 Instead, set CUA property value to move for movement commands.
24631 (cua-movement-commands): Remove. Users must set CUA prop instead.
24632 (cua--pre-command-handler): Check CUA property.
24633 (cua--init-keymaps): Don't remap undo commands.
24634 (cua-mode): Don't call cua--rectangle-on-off.
24635
24636 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24637 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24638 (cua--rect-undo-set-point): New var.
24639 (cua--rectangle-undo-boundary): Setup undo apply entry.
24640 (cua--rect-undo-handler): New function for rectangle undo.
24641 (cua--rect-start-position, cua--rect-end-position): Add.
24642 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24643 for restored rectangle. Set point if cua--rect-undo-set-point.
24644
24645 2005-02-06 Jay Belanger <belanger@truman.edu>
24646
24647 * calc/calc-lang.el (calc-tex-language): Display more information
24648 in messages.
24649
24650 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24651 in TeX mode.
24652
24653 2005-02-06 Richard M. Stallman <rms@gnu.org>
24654
24655 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24656
24657 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24658
24659 * net/ldap.el (ldap-search-internal): Support attributes with
24660 optional descriptions separated by a semi-colon, as in
24661 "userCertificate;binary".
24662
24663 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24664
24665 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24666 isn't a cons (i.e. the version is 0).
24667
24668 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24669
24670 * help.el (help-for-help): Doc fix.
24671
24672 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24673
24674 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24675 GDB-Windows on the menu-bar as this works better.
24676
24677 2005-02-04 Jay Belanger <belanger@truman.edu>
24678
24679 * calc/calc-embed.el (calc-embedded-update): Don't put in
24680 unnecessary newlines. Adjust the end of formula marker.
24681
24682 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24683 (math-latex-parse-two-args): New function.
24684
24685 2005-02-03 Lute Kamstra <lute@gnu.org>
24686
24687 * help-fns.el (help-with-tutorial): Make sure that users cannot
24688 remove the entire text of the tutorial by means of `undo'.
24689
24690 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24691
24692 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24693 in recent changes, where the ispell process was repeatedly
24694 killed & restarted.
24695
24696 * international/mule-cmds.el (set-locale-environment): Set file-name
24697 coding system to utf-8 on Darwin systems.
24698 (set-default-coding-systems): Don't set default-file-name-coding-system
24699 on Darwin systems.
24700
24701 2005-02-03 Richard M. Stallman <rms@gnu.org>
24702
24703 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24704
24705 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24706
24707 * faces.el (list-faces-display): Add optional argument.
24708
24709 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24710
24711 * font-core.el (font-lock-default-function): Handle the rare case where
24712 only font-lock-keywords is set.
24713
24714 2005-02-02 Kenichi Handa <handa@m17n.org>
24715
24716 * international/characters.el: Cancel previous change for
24717 I-WITH-DOT-ABOVE and DOTLESS-i.
24718
24719 * international/latin-5.el: Cancel previous change.
24720
24721 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24722
24723 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24724
24725 2005-02-02 Kenichi Handa <handa@m17n.org>
24726
24727 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24728 DOTLESS-i.
24729
24730 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24731 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24732
24733 * case-table.el (get-upcase-table): New function.
24734 (copy-case-table): Copy upcaes table too if non-nil.
24735 (set-case-syntax-delims): Maintain upcase table too.
24736 (set-case-syntax-pair): Likewise.
24737 (set-upcase-syntax, set-downcase-syntax): New functions.
24738 (set-case-syntax): Maintain upcase table too.
24739
24740 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24741
24742 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24743
24744 * progmodes/gud.el (gud-goto-info): New function.
24745 (gud-tool-bar-map): Use correct icon.
24746
24747 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24748
24749 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24750 When delegating, order args in the funcall correctly.
24751
24752 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24753
24754 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24755
24756 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24757
24758 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24759 buffer not visiting a file.
24760
24761 2005-01-31 Jay Belanger <belanger@truman.edu>
24762
24763 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24764 bound on the line with the formula.
24765
24766 2005-01-31 Kim F. Storm <storm@cua.dk>
24767
24768 * ses.el (ses-create-cell-variable-range)
24769 (ses-destroy-cell-variable-range, ses-reset-header-string)
24770 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24771 (ses-insert-row): Fix format of apply undo entries.
24772
24773 2005-01-31 Jay Belanger <belanger@truman.edu>
24774
24775 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24776 parts.
24777
24778 * calc/calc-embed.el (calc-embedded-open-formula)
24779 (calc-embedded-close-formula): Ignore matrix environments.
24780
24781 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24782 TeX mode.
24783
24784 * calc/calc-lang.el (math-function-table, math-oper-table)
24785 (math-variable-table): Adjust the LaTeX portions.
24786
24787 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24788 (math-latex-ignore-words): New constant.
24789
24790 2005-01-31 Richard M. Stallman <rms@gnu.org>
24791
24792 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24793 (ispell-local-dictionary): Doc fix.
24794 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24795 Don't reinitialize at run time. Don't defcustom.
24796 All uses changed to append ispell-local-dictionary-alist,
24797 or check it first.
24798 (ispell-current-dictionary): New variable for dictionary in use.
24799 (ispell-dictionary): Now used only for global default.
24800 (ispell-start-process): Set ispell-current-dictionary,
24801 not ispell-dictionary.
24802 (ispell-change-dictionary): Use this only for setting
24803 user preferences.
24804 (ispell-internal-change-dictionary): New function
24805 to change the current dictionary in use.
24806 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24807 Use ispell-current-dictionary.
24808 Handle ispell-local-dictionary-overridden.
24809 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24810
24811 2005-01-31 Jay Belanger <belanger@truman.edu>
24812
24813 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24814
24815 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24816 (calc-mode-map): Add calc-latex-language.
24817
24818 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24819 (math-latex-print-frac): New functions.
24820 (math-oper-table, math-function-table, math-variable-table)
24821 (math-complex-format, math-input-filter): Add latex properties.
24822 (calc-set-language): Set math-expr-special-function-mapping.
24823
24824 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24825 (calc-write-parse-table-part): Add LaTeX support.
24826
24827 * calc/calc.el (calc-language): Adjust docstring.
24828 (calc-set-mode-line): Add LaTeX support.
24829 (math-expr-special-function-mapping): New variable.
24830 (math-tex-ignore-words): Add to list.
24831
24832 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24833 Add LaTeX support.
24834 (math-compose-expr): Add support for special functions.
24835
24836 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24837
24838 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24839
24840 * progmodes/gdb-ui.el (gdb-memory-address)
24841 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24842 (gdb-memory-mode-map, gdb-memory-format-keymap)
24843 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24844 (gdb-memory-unit-menu): New variables for a buffer
24845 that lets the user examine program memory.
24846 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24847 (gdb-memory-format-binary, gdb-memory-format-octal)
24848 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24849 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24850 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24851 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24852 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24853 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24854 (gdb-memory-mode, gdb-memory-buffer-name)
24855 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24856 New functions for above buffer.
24857
24858 2005-01-30 Richard M. Stallman <rms@gnu.org>
24859
24860 * cus-edit.el (custom-bury-buffer): Function deleted.
24861 (custom-buffer-done-function): Option deleted.
24862 (custom-buffer-done-kill): New replacement option.
24863 (Custom-buffer-done): Call quit-window.
24864 (custom-buffer-create-internal): Update for above changes.
24865
24866 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24867
24868 * simple.el (undo-ask-before-discard): New var.
24869 (undo-outer-limit-truncate): Implement it.
24870 (undo-extra-outer-limit): Doc update.
24871
24872 2005-01-29 Richard M. Stallman <rms@gnu.org>
24873
24874 * ses.el (undo-more): Delete defadvice.
24875 (ses-begin-change): Doc fix.
24876
24877 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24878 instead of rebinding C-x u and C-_.
24879
24880 * files.el (normal-backup-enable-predicate): Return nil for files
24881 in /tmp, regardless of temporary-file-directory.
24882
24883 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24884
24885 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24886 (open-rectangle, delete-whitespace-rectangle-line)
24887 (clear-rectangle-line): If FILL, pass t instead of FILL
24888 for move-to-column's 2nd arg.
24889
24890 * simple.el (undo): Fix the test for continuing a series of undos.
24891 (undo-more): Set pending-undo-list to t when we reach end.
24892 (pending-undo-list): Move up defvar.
24893
24894 * wid-edit.el (widget-button-click):
24895 Shorten the range of the track-mouse binding.
24896
24897 * comint.el (comint-insert-input): Undo previous changes;
24898 use last-input-event in interactive spec.
24899
24900 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24901
24902 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24903 to nil before invoking call-process. Reset buffer's modified flag
24904 after fontifying it in the no-async branch.
24905
24906 * wid-edit.el (widget-specify-button): If mouse pointer shape
24907 cannot be changed, use mouse face instead.
24908
24909 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24910
24911 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24912 (gdb-goto-breakpoint): Make breakpoint handling work on template
24913 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24914 (gdb-assembler-custom): Update to recognize breakpoint information
24915 added on 2005-01-19.
24916
24917 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24918
24919 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24920 (dsssl-mode): Use define-derived-mode.
24921 (scheme-mode-initialize): Remove.
24922 (scheme-mode): Use run-mode-hooks.
24923
24924 * cus-edit.el (customize-group-other-window)
24925 (custom-buffer-create-other-window): Don't override special-display-*.
24926 (custom-mode-map): Make it dense.
24927
24928 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24929 sets the default value.
24930
24931 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24932
24933 * descr-text.el: Add more keywords.
24934
24935 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24936
24937 * speedbar.el: Avoid unnecessary use of locate-library.
24938
24939 * international/mule-cmds.el (standard-display-european-internal):
24940 Don't fiddle with latin-1 non-break space any more since it's now
24941 special cased in the C code.
24942 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24943
24944 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24945
24946 * cus-start.el (all): Add `undo-outer-limit'.
24947
24948 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24949
24950 * textmodes/bibtex.el (bibtex-format-entry):
24951 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24952 field lines.
24953 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24954 not on part of a buffer.
24955
24956 2005-01-25 Lute Kamstra <lute@gnu.org>
24957
24958 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24959 nonempty field text strings like "{letters\\macro{}more letters}".
24960 Clarify docstring.
24961 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24962 (bibtex-entry-offset, bibtex-parse-association)
24963 (bibtex-parse-field-name): Fix typos in docstrings.
24964 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24965
24966 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24967
24968 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24969 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24970 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24971 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24972
24973 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24974 isearch minor mode.
24975
24976 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24977
24978 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24979
24980 2005-01-24 Lute Kamstra <lute@gnu.org>
24981
24982 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24983 CASECHARS and NOT-CASECHARS regular expressions of the
24984 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24985 striding over charsets" error.
24986
24987 2005-01-24 Jay Belanger <belanger@truman.edu>
24988
24989 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24990 display variable name.
24991
24992 2005-01-24 Kenichi Handa <handa@m17n.org>
24993
24994 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24995 Fix setting of the element of encoded-kbd-iso2022-invocations.
24996
24997 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24998
24999 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25000 (gdb-threads-select): Change to also accept mouse events.
25001 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25002 (gdb-threads-mouse-select): Delete.
25003
25004 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25005
25006 * files.el (insert-directory): Take care of empty directory,
25007 listed without -a switch.
25008
25009 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25010
25011 * textmodes/refill.el (refill-post-command-function):
25012 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25013 to the list of functions that we should be careful not to undo.
25014 (refill-late-fill-paragraph-function): Remove.
25015 (refill-saved-state): New var.
25016 (refill-mode): Use it to save fill-paragraph-function.
25017 Save also the value of auto-fill-function.
25018
25019 * term/w32-win.el: Simplify code.
25020
25021 2005-01-23 Kim F. Storm <storm@cua.dk>
25022
25023 * simple.el (line-move): Adapt to new return value from
25024 pos-visible-in-window-p.
25025
25026 * simple.el (line-move): Fix last change. Check partial
25027 visibility at point rather than at window-start.
25028
25029 2005-01-22 Jason Rumney <jasonr@gnu.org>
25030
25031 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25032
25033 2005-01-22 David Kastrup <dak@gnu.org>
25034
25035 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25036
25037 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25038
25039 * type-break.el (type-break-mode): Add a test for
25040 type-break-file-name being non-nil.
25041
25042 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25043
25044 * net/eudc.el (top level): Call (message "") via progn, so that
25045 eudc-options-file is loaded.
25046
25047 2005-01-22 Kim F. Storm <storm@cua.dk>
25048
25049 * simple.el (line-move-1): Rename from line-move.
25050 (line-move): New function that adjusts vscroll for partially
25051 visible rows, and calls line-move-1 otherwise.
25052
25053 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25054
25055 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25056 since it's not a complete read-event implementation
25057
25058 2005-01-20 Jay Belanger <belanger@truman.edu>
25059
25060 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25061 for called function.
25062
25063 2005-01-20 Steven Tamm <steventamm@mac.com>
25064
25065 * term/mac-win.el (process-connection-type): Remove.
25066 Controlled now by s/darwin.h:PTY_ITERATION.
25067
25068 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25069
25070 * window.el (handle-select-window): Don't switch window when we're
25071 in the minibuffer.
25072
25073 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25074
25075 * subr.el (dotimes-with-progress-reporter): New macro.
25076
25077 * ses.el (ses-dotimes-msg): Remove macro.
25078 Use `dotimes-with-progress-reporter' instead.
25079
25080 2005-01-19 Steven Tamm <steventamm@mac.com>
25081
25082 * term/mac-win.el (process-connection-type): Use new
25083 operating-system-release variable to use ptys on Darwin 7 (OS X
25084 10.3) when using carbon build.
25085
25086 2005-01-19 Jay Belanger <belanger@truman.edu>
25087
25088 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25089 flags if the last command was a tab or M-tab.
25090
25091 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25092 in formula editing buffer.
25093
25094 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25095
25096 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25097 breakpoint image symbol in margin.
25098
25099 2005-01-19 Jay Belanger <belanger@truman.edu>
25100
25101 * calc/calc-prog.el (calc-execute-kbd-macro):
25102 Ignore calc-keep-arg-flag.
25103
25104 2005-01-19 Kenichi Handa <handa@m17n.org>
25105
25106 * textmodes/ispell.el (ispell-looking-at): New function.
25107 (ispell-process-line): Use ispell-looking-at to compare the ispell
25108 output and the buffer contents.
25109
25110 2005-01-18 Jay Belanger <belanger@truman.edu>
25111
25112 * calc/calc.el (calc-display-raw): Fix docstring.
25113
25114 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25115
25116 * simple.el (blink-matching-open): Strip extra info from syntax.
25117
25118 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25119 funny chars in the end-of-here-doc marker.
25120
25121 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25122
25123 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25124 that enable/disabled state of breakpoints is shown correctly in
25125 fringe and on ttys.
25126 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25127 Add breakpoint information as text properties.
25128 (gdb-mouse-toggle-breakpoint):
25129 Rename to gdb-mouse-set-clear-breakpoint.
25130 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25131 breakpoints in the margin.
25132 (gdb-remove-strings): Simplify.
25133
25134 2005-01-17 Jay Belanger <belanger@truman.edu>
25135
25136 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25137 erasing buffer.
25138
25139 2005-01-17 Richard M. Stallman <rms@gnu.org>
25140
25141 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25142 for calling grep-compute-defaults.
25143
25144 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25145 if buffer is empty.
25146
25147 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25148
25149 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25150
25151 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25152
25153 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25154 non-preloaded variables.
25155
25156 2005-01-17 Steven Tamm <steventamm@mac.com>
25157
25158 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25159 tex-shell cause to force interactivity when using pipes.
25160
25161 2005-01-17 Kim F. Storm <storm@cua.dk>
25162
25163 * simple.el (just-one-space): Make arg optional.
25164
25165 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25166
25167 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25168 posn-at-x-y to t to access left-margin.
25169
25170 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25171
25172 Sync with Tramp 2.0.47.
25173
25174 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25175 catching keep-date problems in cp/scp operations.
25176 (tramp-handle-copy-file): Don't call `set-file-modes'
25177 unconditionally. Specialized functions should know better what is
25178 necessary. This improves performance a little bit, and the
25179 functions could catch errors with `cp -p' and `scp -p'.
25180 (tramp-do-copy-or-rename-file-via-buffer)
25181 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25182 when appropriate.
25183 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25184 Call `set-file-modes' when appropriate.
25185 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25186 Johnsson <isak@hypergene.com>
25187 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25188 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25189 <joakim@verona.se>
25190 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25191 Emacs only.
25192
25193 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25194 `find-file-hooks' and `dired-mode-hook'.
25195 (tramp-minor-mode-map): Respective map. Add remapping for
25196 `compile' and `recompile'.
25197 (tramp-remap-command, tramp-recompile): New defuns.
25198 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25199 in buffer "*Compilation*". Call the commands asynchronously.
25200
25201 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25202 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25203 `shell-command', because it isn't magic in XEmacs. Reported by
25204 Adrian Aichner <adrian@xemacs.org>.
25205
25206 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25207 `substitute-in-file-name.
25208 (tramp-smb-handle-substitute-in-file-name): New defun.
25209 (tramp-smb-advice-PC-do-completion): Delete advice.
25210
25211 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25212
25213 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25214 Fix error in deleting region.
25215
25216 2005-01-15 Richard M. Stallman <rms@gnu.org>
25217
25218 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25219 In non-temp buffer, switch syntax table temporarily.
25220
25221 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25222
25223 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25224
25225 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25226
25227 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25228 (imenu--generic-function): Use START, not BEG, as pos of definition.
25229
25230 * simple.el (just-one-space): Argument specifies number of spaces.
25231
25232 * simple.el (eval-expression-print-format): Avoid warning
25233 about edebug-active.
25234
25235 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25236
25237 * progmodes/sh-script.el: Code copied from make-mode.el
25238 with small changes,
25239 (sh-mode-map): Bind C-c C-\.
25240 (sh-backslash-column, sh-backslash-align): New variables.
25241 (sh-backslash-region, sh-append-backslash): New functions.
25242
25243 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25244
25245 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25246 (rmail-pop-password, rmail-pop-password-required): Move to
25247 rmail-obsolete group.
25248 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25249 All callers updated.
25250 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25251 Take an argument specifying whether it is POP or IMAP mailbox we
25252 are using. All callers updated.
25253 (rmail-pop-password-error): Rename to
25254 rmail-remote-password-error. Added mailutils-specific error message.
25255 (rmail-movemail-search-path)
25256 (rmail-movemail-variant-in-use): New variables.
25257 (rmail-remote-password, rmail-remote-password-required):
25258 New customization variables.
25259 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25260 (rmail-parse-url): New function.
25261 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25262 with GNU mailutils movemail.
25263
25264 2005-01-15 Kevin Ryde <user42@zip.com.au>
25265
25266 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25267 suffix to space, $ or '$, to correctly position point when going
25268 to @table style constants like DBL_MAX.
25269
25270 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25271
25272 * type-break.el (type-break-mode, type-break-file-time)
25273 (type-break-file-keystroke-count, type-break-choose-file):
25274 Don't store data in or load data from the file if type-break-file-name
25275 is nil.
25276 (type-break-file-name): Doc update as per the above.
25277
25278 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25279
25280 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25281 lookup-key might return nil; handle that.
25282
25283 2005-01-15 Alan Mackenzie <acm@muc.de>
25284
25285 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25286 rather than the element found, thus enabling the tree to be setcar'd.
25287
25288 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25289
25290 * textmodes/org.el (org-show-following-heading): New option.
25291 (org-show-hierarchy-above): Use `org-show-following-heading'.
25292 (org-cycle): Documentation fix.
25293
25294 * textmodes/org.el (orgtbl-optimized): New option
25295 (orgtbl-mode): New command, a minor mode.
25296 (orgtbl-mode-map): New variable.
25297 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25298 (orgtbl-error, orgtbl-self-insert-command)
25299 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25300
25301 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25302 a local variable in each org-mode buffer.
25303
25304 * textmodes/org.el (org-set-regexps-and-options): Rename from
25305 `org-set-regexps'. Added checking for STARTUP keyword.
25306 (org-get-current-options): Add STARTUP options.
25307 (org-table-insert-row): Make mode intelligent about when
25308 realignment is needed.
25309 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25310 New commands.
25311 (org-enable-table-editor): New default value `optimized'.
25312 (org-table-blank-field): Support blanking regions if active.
25313
25314 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25315
25316 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25317 if the year is not given.
25318
25319 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25320 Add new escapes %m and %M, fixed bug with %F by adding
25321 save-match-data.
25322 (reftex-reference): Remove ?. from list of spaces.
25323 (reftex-label-info): Add automatic label prefix recognition.
25324
25325 * textmodes/reftex-index.el (reftex-index-next-phrase):
25326 Add slave parameter to call of `reftex-index-this-phrase'.
25327 (reftex-index-this-phrase): New optional argument.
25328 (reftex-index-region-phrases): Add slave parameter to call of
25329 `reftex-index-this-phrase'.
25330 (reftex-display-index): New argument redo.
25331 (reftex-index-rescan): Add `redo' to arguments of
25332 `reftex-display-index'.
25333 (reftex-index-Rescan, reftex-index-revert)
25334 (reftex-index-switch-index-tag): Add `redo' to arguments of
25335 `reftex-display-index'.
25336 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25337 indexing. Fix bug with matching is there is a quote before or
25338 after the word.
25339
25340 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25341 Fix bug when collecting citation keys in lines with comments.
25342 (reftex-citation): Prefix argument no longer rescans the document,
25343 but forces prompting for optional arguments of cite macros.
25344 (reftex-do-citation): Prompting for optional arguments implemented.
25345
25346 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25347 Add optional arguments to most cite commands.
25348 (reftex-cite-cleanup-optional-args): New option
25349 (reftex-cite-prompt-optional-args): New option.
25350 (reftex-trust-label-prefix): New option.
25351
25352 * textmodes/reftex-toc.el (reftex-toc-find-section):
25353 Add push-mark before changing the position in the buffer.
25354
25355 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25356 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25357
25358 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25359
25360 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25361 more carefully.
25362
25363 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25364
25365 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25366 (sgml-mode): Use it.
25367 (sgml-get-context): Better keep track of implicitly closed tags.
25368
25369 2005-01-13 Kenichi Handa <handa@m17n.org>
25370
25371 * textmodes/ispell.el: These changes are to fix misalignment error
25372 caused by equivalent characters of different Emacs charsets.
25373 (ispell-unified-chars-table): New variable.
25374 (ispell-get-decoded-string): New function.
25375 (ispell-get-casechars, ispell-get-not-casechars)
25376 (ispell-get-otherchars): Call ispell-get-decoded-string.
25377
25378 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25379
25380 * custom.el (custom-declare-variable): Just put symbol instead
25381 of (defvar . symbol) in `current-load-list'.
25382
25383 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25384
25385 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25386
25387 2005-01-12 Jay Belanger <belanger@truman.edu>
25388
25389 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25390 to create a Calc summary.
25391
25392 2005-01-12 Kim F. Storm <storm@cua.dk>
25393
25394 * mouse.el (mouse-on-link-p): Change functionality and doc
25395 string to comply with latest description in lisp ref.
25396
25397 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25398
25399 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25400 Enable mouse clicks on mode-line, header-line and margin.
25401 (event-type): Give mouse event symbols an `event-kind' property
25402 with value `mouse-click'.
25403
25404 2005-01-12 Juri Linkov <juri@jurta.org>
25405
25406 * facemenu.el (list-colors-display): Add new arg buffer-name.
25407 Use it. Fix docstring. Replace code for identifying duplicate
25408 colors by the name with call to `list-colors-duplicates' which
25409 identifies duplicate colors by the value unless the color
25410 is one of special Windows colors. Set truncate-lines to t.
25411 Print sorted duplicate color names on each line. Indent to 22
25412 \(the longest color name in rgb.txt) instead of 20. Optimize.
25413 (list-colors-duplicates): New function.
25414 (facemenu-color-name-equal): Delete function.
25415
25416 * facemenu.el (list-colors-print): New function created from code
25417 in list-colors-display. Print #RRGGBB at the window right edge.
25418 (list-colors-display): When temp-buffer-show-function is not
25419 defined, call list-colors-print from temp-buffer-show-hook
25420 to get the right value of window-width in list-colors-print
25421 after the buffer is displayed.
25422
25423 * simple.el (pop-mark): Move deactivate-mark out of conditional
25424 part to deactivate the active mark regardless of the state of the
25425 mark ring.
25426
25427 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25428 variables line in desktop files.
25429
25430 2005-01-12 Juri Linkov <juri@jurta.org>
25431
25432 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25433 Bring together isearch highlight related options.
25434 (lazy-highlight): Replace group `replace' by `matching'.
25435 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25436 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25437 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25438 and declare them obsolete.
25439 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25440 (isearch-faces): Remove defgroup.
25441 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25442 Move isearch highlighting code closer to lazy highlighting code.
25443
25444 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25445 (query-replace-highlight, query-replace-lazy-highlight)
25446 (query-replace): Move definitions to the beginning of the file.
25447
25448 2005-01-11 Juri Linkov <juri@jurta.org>
25449
25450 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25451 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25452 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25453
25454 * info.el (Info-history-forward): New variable.
25455 (Info-select-node): Reset Info-history-forward to nil.
25456 (Info-last): Turn into defalias.
25457 (Info-history-back): Rename from Info-last.
25458 Add current node to Info-history-forward.
25459 (Info-history-forward): New fun.
25460 (Info-mode-map): Replace Info-last by Info-history-back.
25461 Bind Info-history-forward to "r".
25462 (Info-mode-menu): Replace Info-last by Info-history-back.
25463 Fix menu item text. Add menu item for Info-history-forward.
25464 (info-tool-bar-map): Replace Info-last by Info-history-back.
25465 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25466 for Info-history-forward.
25467 (Info-mode): Replace Info-last by Info-history-back in docstring.
25468 Add local variable Info-history-forward.
25469 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25470
25471 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25472
25473 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25474 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25475 Ignore select-window events rather than fiddle with
25476 mouse-autoselect-window.
25477
25478 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25479
25480 * type-break.el (type-break-mode): Fix previous change.
25481
25482 2005-01-10 Jay Belanger <belanger@truman.edu>
25483
25484 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25485 calculator; only reset when point is inside a calculator.
25486 Don't adjust the window height if the window takes up the whole height
25487 of the frame.
25488
25489 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25490
25491 * ebuff-menu.el (Electric-buffer-menu-mode):
25492 Preserve value of buffer-local var header-line-format.
25493
25494 2005-01-09 Jay Belanger <belanger@truman.edu>
25495
25496 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25497 Make sure settings file exists before accessing it.
25498
25499 * calc/calc-embed.el (calc-embedded-subst):
25500 Replace math-multi-subst-rec, which is only supposed to be called
25501 by math-multi-subst, by math-multi-subst.
25502
25503 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25504
25505 * vc.el (vc-allow-async-revert): New user option.
25506 (vc-disable-async-diff): New internal variable.
25507 (vc-revert-buffer): Use them to disable asynchronous diff.
25508
25509 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25510 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25511 asynchronously if vc-disable-async-diff is t.
25512
25513 2005-01-09 Jay Belanger <belanger@truman.edu>
25514
25515 * calc/calc.el (defcalcmodevar): New macro.
25516 (calc-mode-var-list-restore-default-values)
25517 (calc-mode-var-list-restore-saved-values): New functions.
25518 (calc-mode-var-list): Use defcalcmodevar to define it.
25519 (calc-always-load-extensions, calc-line-numbering)
25520 (calc-line-breaking, calc-display-just, calc-display-origin)
25521 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25522 (calc-group-char, calc-point-char, calc-frac-format)
25523 (calc-prefer-frac, calc-hms-format, calc-date-format)
25524 (calc-float-format, calc-full-float-format, calc-complex-format)
25525 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25526 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25527 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25528 (calc-matrix-brackets, calc-language, calc-language-option)
25529 (calc-left-label, calc-right-label, calc-word-size)
25530 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25531 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25532 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25533 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25534 (calc-window-height, calc-display-trail, calc-show-selections)
25535 (calc-use-selections, calc-assoc-selections)
25536 (calc-display-working-message, calc-auto-why, calc-timing)
25537 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25538 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25539 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25540 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25541 (calc-gnuplot-geometry, calc-graph-default-resolution)
25542 (calc-graph-default-resolution-3d, calc-invocation-macro)
25543 (calc-show-banner): Use defcalcmodevar to declare them and set
25544 their default values.
25545
25546 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25547 instead of default values (but restore default values if there is
25548 an argument of 0).
25549
25550 2005-01-09 David Kastrup <dak@gnu.org>
25551
25552 * desktop.el (desktop-restore-eager): Fix typo in type.
25553
25554 2005-01-08 Richard M. Stallman <rms@gnu.org>
25555
25556 * cus-edit.el (customize): Delete :link.
25557
25558 2005-01-08 Jay Belanger <belanger@truman.edu>
25559
25560 * calc/calc.el (calc-mode): Remove the extension from the
25561 `calc-settings-file' file name when loading it.
25562
25563 2005-01-08 Kim F. Storm <storm@cua.dk>
25564
25565 * info.el (Info-mode-map, Info-next-link-keymap)
25566 (Info-prev-link-keymap, Info-up-link-keymap):
25567 Map follow-link to mouse-face.
25568 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25569
25570 2005-01-08 Jay Belanger <belanger@truman.edu>
25571
25572 * calc/calc.el (calc-settings-file): Change default value.
25573 Suggested by cgw in a comment in calc-mode.el.
25574
25575 * calc/calc-mode.el (calc-settings-file-name):
25576 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25577 Replace ~/.emacs in a prompt by calc-settings-file.
25578
25579 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25580
25581 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25582 (desktop-lazy-idle-delay): New customizable variables.
25583 (desktop-buffer-args-list): New variable.
25584 (desktop-append-buffer-args): New function.
25585 (desktop-save): Call desktop-append-buffer-args for some buffers.
25586 (desktop-lazy-create-buffer): New function.
25587 (desktop-idle-create-buffers): New function.
25588 (desktop-read): Add message about buffers to restore lazily.
25589 (desktop-lazy-abort): New command.
25590 (desktop-clear): Call desktop-lazy-abort.
25591 (desktop-lazy-complete): New command.
25592
25593 2005-01-06 Richard M. Stallman <rms@gnu.org>
25594
25595 * emacs-lisp/find-func.el (find-face-definition):
25596 Rename from find-face.
25597
25598 2005-01-06 Kim F. Storm <storm@cua.dk>
25599
25600 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25601
25602 * man.el (Man-xref-man-page, Man-xref-header-file)
25603 (Man-xref-normal-file): Add follow-link property.
25604
25605 2005-01-06 Jay Belanger <belanger@truman.edu>
25606
25607 * calc/calc-units.el: Make sure the proper macro definitions are
25608 available when compiling.
25609
25610 2005-01-06 Juri Linkov <juri@jurta.org>
25611
25612 * isearch.el (isearch-lazy-highlight-update):
25613 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25614
25615 2005-01-06 Miles Bader <miles@gnu.org>
25616
25617 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25618 (isearch-lazy-highlight-face): Use new name.
25619
25620 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25621
25622 * uniquify.el (uniquify-rationalize-file-buffer-names):
25623 Re-add an interactive spec.
25624 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25625 to the same name.
25626
25627 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25628 (isearch-update, isearch-done): Adjust calls accordingly.
25629
25630 2005-01-05 Richard M. Stallman <rms@gnu.org>
25631
25632 * custom.el (custom-set-variables, custom-theme-set-variables):
25633 Clarify documentation.
25634
25635 * emacs-lisp/find-func.el (find-variable)
25636 (find-variable-other-window, find-variable-other-frame):
25637 Fix the TYPE args to find-function-read and find-function-do-it.
25638 (find-function): Doc fix.
25639 (find-function-at-point): Replace function-at-point alias.
25640
25641 2005-01-04 Richard M. Stallman <rms@gnu.org>
25642
25643 * cus-face.el (custom-declare-face):
25644 Record defface in current-load-list.
25645
25646 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25647
25648 * emacs-lisp/find-func.el: Doc fixes.
25649 (find-face-regexp): New variable.
25650 (find-function-regexp-alist): New variable.
25651 (find-function-C-source): Third arg is now TYPE.
25652 (find-function-search-for-symbol): Handle general TYPE.
25653 (find-function-read, find-function-do-it): Handle general TYPE.
25654 (find-definition-noselect, find-face): New functions.
25655 (function-at-point): Alias deleted.
25656
25657 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25658
25659 * battery.el (display-battery-mode): Rename from display-battery.
25660 Handle the case where it gets turned off.
25661
25662 2005-01-04 Richard M. Stallman <rms@gnu.org>
25663
25664 * cus-edit.el (customize): Make :link point to user doc.
25665
25666 * man.el (Man-fontify-manpage): Turn off undo generation.
25667
25668 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25669
25670 2005-01-04 Andreas Schwab <schwab@suse.de>
25671
25672 * files.el (insert-directory): Only look for error lines in
25673 inserted text. Don't move too far after processing --dired markers.
25674
25675 2005-01-04 Richard M. Stallman <rms@gnu.org>
25676
25677 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25678 Don't expand if the character is @, period, dash, etc.
25679 (define-mail-abbrev): Quote names that contain problem characters.
25680
25681 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25682
25683 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25684
25685 2005-01-03 Richard M. Stallman <rms@gnu.org>
25686
25687 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25688 (query-replace-highlight, query-replace-lazy-highlight)
25689 (query-replace): Definitions moved up. Doc fix.
25690
25691 2005-01-03 Richard M. Stallman <rms@gnu.org>
25692
25693 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25694 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25695 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25696 (lazy-highlight-face): Rename from isearch-lazy-...
25697 Change all references to them.
25698
25699 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25700
25701 * cus-edit.el (custom-file): Doc fix for defcustom.
25702 (custom-file): The function no longer sets the variable
25703 `custom-file' to its return value.
25704
25705 * startup.el (command-line): No longer load `custom-file'.
25706
25707 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25708
25709 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25710
25711 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25712 Don't confuse module-prefixed identifiers for labels.
25713 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25714
25715 2005-01-02 Richard M. Stallman <rms@gnu.org>
25716
25717 * files.el (basic-save-buffer-1): Fix previous change.
25718
25719 * loadhist.el (file-loadhist-lookup): New function.
25720 (file-provides, file-requires): Use it.
25721
25722 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25723 instead of calculating the right size.
25724
25725 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25726
25727 * vc-svn.el (vc-svn-diff): Stay local if possible.
25728
25729 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25730
25731 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25732
25733 * files.el (hack-local-variables): Fix last change.
25734
25735 2005-01-02 Jay Belanger <belanger@truman.edu>
25736
25737 * calc/calc-yank.el (calc-edit-top): New variable.
25738 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25739 object. Change header properties.
25740 (calc-edit-finish, calc-edit-finish-stack-object)
25741 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25742 edited object.
25743 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25744 for the beginning of the edited object.
25745 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25746 for the beginning of the edited object.
25747 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25748 (calc-finish-formula-edit, calc-macro-repeats)
25749 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25750 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25751 beginning of the edited object.
25752 (calc-user-define-edit): Change the header for editing macros.
25753 Remove unnecessary variable.
25754
25755 2005-01-01 Jay Belanger <belanger@truman.edu>
25756
25757 * calc/calc-yank.el (calc-edit-mode): Change default header.
25758 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25759 * calc/calc-store.el (calc-edit-variable): Change title to match new
25760 header.
25761 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25762 mode to match new header.
25763 (calc-user-define-edit): Change titles to include names of commands.
25764 (calc-finish-formula-edit): Adjust to handle new header.
25765 (calc-finish-macro-edit): Remove.
25766 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25767 (calc-edit-macro-command, calc-edit-macro-command-type)
25768 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25769 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25770 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25771 (calc-edit-macro-finish-edit): New functions.
25772 (calc-user-define-edit): Use new functions to edit named calc macros.
25773
25774 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25775
25776 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25777
25778 * ses.el (copy-region-as-kill): Deactivate mark.
25779
25780 2005-01-01 Richard M. Stallman <rms@gnu.org>
25781
25782 * replace.el (occur-1): If the output buffer is also an input,
25783 don't kill it, rename it.
25784
25785 * faces.el (set-face-background, set-face-foreground): Doc fix.
25786
25787 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25788 for :foreground and :background.
25789
25790 * dired.el (dired-view-command-alist): Variable deleted.
25791 (dired-view-file, dired-mouse-find-file-other-window):
25792 Delete the code to use it.
25793
25794 2005-01-01 Kim F. Storm <storm@cua.dk>
25795
25796 * image.el (insert-sliced-image): Use t for line-height property.
25797
25798 See ChangeLog.11 for earlier changes.
25799
25800 ;; Local Variables:
25801 ;; coding: iso-2022-7bit
25802 ;; End:
25803
25804 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25805 Copying and distribution of this file, with or without modification,
25806 are permitted provided the copyright notice and this notice are preserved.
25807
25808 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1