]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-08-10 John Wiegley <johnw@newartisans.com>
2
3 * eshell/em-glob.el (eshell-glob-chars-list)
4 (eshell-glob-translate-alist): Add support for [^g] in character globs.
5
6 2006-08-10 Richard Stallman <rms@gnu.org>
7
8 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
9 (facemenu-set-face): Doc fix.
10 (facemenu-listed-faces): Doc fix.
11
12 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
13
14 * avoid.el (mouse-avoidance-animating-pointer): New var.
15 (mouse-avoidance-nudge-mouse): Use it.
16 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
17 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
18 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
19 Don't activate if currently animating. All callers changed.
20
21 2006-08-09 John Wiegley <johnw@newartisans.com>
22
23 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
24 variable, which causes timeclock to report elapsed time worked,
25 instead of just work remaining.
26
27 2006-08-09 Kenichi Handa <handa@m17n.org>
28
29 * international/latexenc.el (latexenc-find-file-coding-system):
30 Fix for the case that the 2nd element of arg-list is a cons.
31
32 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
33
34 * info.el (Info-fontify-node): Handle preceding `in' for note
35 reference hiding rules.
36
37 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
40 mistake a closing " for an opening one.
41
42 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
43
44 * term/xterm.el (terminal-init-xterm): Add more key bindings.
45
46 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * complete.el (PC-do-completion): Filter out completions matching
49 completion-ignored-extensions before checking whether there are
50 multiple completions.
51 Don't use `list' unnecessarily when building completion tables.
52
53 2006-08-06 Richard Stallman <rms@gnu.org>
54
55 * help.el (describe-mode): Make minor mode list more concise.
56
57 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
58
59 * bindings.el: Give mode-line-format, mode-line-modes, and
60 mode-line-position `standard-value' properties.
61
62 2006-08-05 Eli Zaretskii <eliz@gnu.org>
63
64 * buff-menu.el (list-buffers-noselect): For Info buffers, use
65 "(file)node" instead of the file name.
66
67 2006-08-05 Richard Stallman <rms@gnu.org>
68
69 * faces.el (escape-glyph): Doc fix.
70
71 2006-08-04 Kenichi Handa <handa@m17n.org>
72
73 * international/mule-diag.el (describe-font): Improve docstring
74 and error message. Use frame-parameter (not frame-parameters).
75
76 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
79 Correctly mark the end-of-docstring char.
80
81 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
82
83 * simple.el (line-move-to-column): Constrain move-to-column to
84 current field.
85
86 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * font-lock.el (font-lock-beg, font-lock-end)
89 (font-lock-extend-region-functions): New vars.
90 (font-lock-extend-region-multiline)
91 (font-lock-extend-region-wholelines): New functions.
92 (font-lock-default-fontify-region): Use them.
93 (font-lock-extend-jit-lock-region-after-change): Only round up
94 if font-lock-default-fontify-region will do it as well.
95
96 * font-lock.el (font-lock-extend-after-change-region-function):
97 Rename from font-lock-extend-region-function.
98 (font-lock-extend-region): Remove by inlining at call sites.
99 (font-lock-after-change-function): Don't needlessly round up to a whole
100 number of lines.
101 (font-lock-extend-jit-lock-region-after-change): Be more careful about
102 the boundary conditions and the interactions between the various ways
103 to extend the region.
104
105 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
106
107 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
108 modification status when forcing the second redisplay.
109
110 2006-08-03 Kim F. Storm <storm@cua.dk>
111
112 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
113
114 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
117 doesn't look like a file name.
118
119 * complete.el (PC-expand-many-files): Avoid signalling an error when
120 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
121
122 2006-08-02 Andreas Schwab <schwab@suse.de>
123
124 * bindings.el (mode-line-format): Simplify reference to vc-mode.
125
126 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
127
128 * bindings.el (map): Make mode-line-buffer-identification-keymap
129 before defining propertized-buffer-identification.
130
131 2006-08-01 Richard Stallman <rms@gnu.org>
132
133 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
134
135 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
136
137 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
138 default value.
139 (gdb-find-source-frame): New function.
140 (menu): Add to menu bar.
141
142 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
143
144 * font-core.el (font-lock-extend-region-function)
145 (font-lock-extend-region): Move to font-lock.el.
146
147 * font-lock.el (font-lock-extend-region-function)
148 (font-lock-extend-region): Move from font-core.el. Simplify.
149
150 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
151 if needed.
152 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
153 (jit-lock-after-change-extend-region-functions): New hook.
154 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
155
156 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
157 (font-lock-turn-on-thing-lock): Use it.
158
159 * longlines.el (longlines-show-region): Make it work on read-only
160 buffers as well.
161
162 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
163
164 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
165
166 2006-07-31 Richard Stallman <rms@gnu.org>
167
168 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
169 (vhdl-speedbar-display-projects): Update old obsolete
170 speedbar variable names.
171
172 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
173
174 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
175 (gdb-stopped): Use it.
176
177 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
178
179 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
180
181 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
182 for load-history elements.
183
184 2006-07-29 Eli Zaretskii <eliz@gnu.org>
185
186 * files.el (convert-standard-filename): For Cygwin, replace
187 characters not allowed in Windows file names.
188 (make-auto-save-file-name): Add Cygwin to the list of systems
189 where the auto-save file name needs to be run through
190 convert-standard-filename.
191
192 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
193
194 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
195
196 2006-07-28 Richard Stallman <rms@gnu.org>
197
198 * bindings.el (mode-line-frame-identification)
199 (propertized-buffer-identification): Centralize the code
200 to initialize the variable.
201
202 * progmodes/grep.el (grep-default-command): Catch errors from
203 wildcard-to-regexp.
204
205 2006-07-29 Kim F. Storm <storm@cua.dk>
206
207 * progmodes/grep.el (grep-tag-default): New function.
208 (grep-default-command, grep-read-regexp): Use it.
209 (grep-read-files): Use car of grep-files-history or grep-files-aliases
210 as default if nothing else applies.
211
212 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
213
214 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
215 Throw error if buffer is not in Dired and Wdired mode, respectively.
216
217 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
218
219 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
220 self-insert-command keys don't activate buttons.
221 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
222
223 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
224
225 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
226 faces for enable character.
227
228 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
229
230 * Makefile.in (recompile): Update comment to reflect change
231 on 2004-04-21.
232
233 2006-07-27 Richard Stallman <rms@gnu.org>
234
235 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
236 (customize-package-emacs-version): Change msg when pkg has no entry.
237 (custom-no-edit): On a button, do like widget-button-press.
238
239 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
240
241 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
242 S-tab and C-S-tab.
243
244 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
245
246 * progmodes/which-func.el (which-function): Fix documentation/
247 comment typo.
248
249 2006-07-26 Richard Stallman <rms@gnu.org>
250
251 * textmodes/ispell.el (ispell-word): If we replace the word,
252 move point to the end. Insert before deleting.
253
254 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
255
256 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
257 a timer.
258
259 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
260
261 * tumme.el (tumme-backward-image): Add prefix argument. Add error
262 when at first image.
263 (tumme-forward-image): Add prefix argument. Add error when at last
264 image.
265
266 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * tabify.el (tabify-regexp): Use more specific regexps.
269 (tabify): Avoid modifying the buffer unnecessarily.
270
271 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
272
273 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
274 (tumme-format-properties-string): Handle empty `buf'.
275 (tumme-get-comment): Change variable names inside `let'.
276 Add missing `let' variable that cause font-lock problems.
277 (tumme-write-comments): Change variable names inside `let'.
278 Add missing `let' variable that cause font-lock problems.
279 (tumme-forward-image): Rename from `tumme-forward-char'.
280 (tumme-backward-image): Rename from `tumme-backward-char'.
281
282 2006-07-25 Masatake YAMATO <jet@gyve.org>
283
284 * progmodes/ld-script.el (ld-script-keywords)
285 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
286 and add comments.
287
288 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
289
290 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
291 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
292 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
293 for status indicator.
294
295 2006-07-24 Richard Stallman <rms@gnu.org>
296
297 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
298
299 * subr.el (dolist, dotimes): Use interned symbols for locals.
300 (--dotimes-limit--, --dolist-tail--): New defvars.
301 (looking-back): Doc fix.
302
303 * replace.el (replace-match-string-symbols): Handle dotted lists.
304
305 2006-07-24 mathias <mathias@mattis>
306
307 * tumme.el (tumme-write-tags): Add.
308 (tumme-write-comments): Add.
309 (tumme-tag-files): Change to use `tumme-write-tags'.
310 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
311 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
312 (tumme-save-information-from-widgets): Change to use
313 `tumme-write-comments' and `tumme-write-tags'.
314 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
315 (tumme-write-tag): Remove.
316 (tumme-write-comment): Remove.
317 (tumme-display-previous-thumbnail-original): Remove empty line.
318 (tumme-widget-list): Add punctuation.
319
320 2006-07-24 mathias <mathias.dahl@gmail.com>
321
322 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
323
324 2006-07-24 Daiki Ueno <ueno@unixuser.org>
325
326 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
327 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
328 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
329
330 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
331
332 * mouse.el (mouse-on-link-p): Doc fix.
333
334 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
335
336 * emacs-lisp/find-func.el (find-function-search-for-symbol):
337 Handle "C-h f `".
338
339 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
340
341 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
342 column.
343
344 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
345
346 * textmodes/table.el: Add move-beginning-of-line and
347 move-end-of-line to Point Motion Only Group.
348
349 2006-07-22 Eric Hanchrow <offby1@blarg.net>
350
351 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
352
353 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
354
355 * startup.el (user-mail-address): Initialize from the `EMAIL'
356 environment variable first. Document this.
357 (command-line): Ditto.
358
359 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
360
361 * help-mode.el (help-function-def, help-variable-def)
362 (help-face-def): Print a message in the minibuffer.
363
364 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
365
366 * term/xterm.el (terminal-init-xterm): Fix key bindings
367 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
368
369 2006-07-21 Eli Zaretskii <eliz@gnu.org>
370
371 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
372 where `(nth 1 command)' is a cons cell. Doc fix.
373
374 * textmodes/po.el (po-find-charset): Doc fix.
375
376 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
377
378 * allout.el (allout-unprotected, allout-e-o-prefix-p)
379 (allout-beginning-of-current-line, allout-end-of-current-line)
380 (allout-next-visible-heading, allout-open-topic)
381 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
382 (allout-flag-current-subtree, allout-show-to-offshoot)
383 (allout-hide-current-entry, allout-show-current-branches)
384 (allout-hide-region-body, allout-old-expose-topic)
385 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
386 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
387 containing `beginning-of-line' and `end-of-line' with
388 `inhibit-field-text-motion' t.
389
390 2006-07-21 Eli Zaretskii <eliz@gnu.org>
391
392 * frame.el (focus-follows-mouse): Document that it doesn't have
393 any effect on MS-Windows.
394
395 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
396
397 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
398
399 2006-07-20 Jay Belanger <belanger@truman.edu>
400
401 * calc.el (calc-previous-alg-entry): Remove variable.
402
403 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
404 New variables.
405 (calc-alg-entry): Use `calc-alg-entry-history'.
406 (calc-do-quick-calc): Use `calc-quick-calc-history'.
407 Remove reference to `calc-previous-alg-entry'.
408 (calcAlg-edit, calcAlg-enter): Remove reference to
409 `calc-previous-alg-entry'.
410 (calcAlg-previous): Use `previous-history-element' instead of
411 `calc-previous-alg-entry'.
412 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
413 Change keybinding for `calcAlg-plus-minus', add keybindings for
414 `previous-history-element' and `next-history-element'.
415
416 * calc-rewr.el (calc-match): Remove reference to
417 `calc-previous-alg-entry'.
418
419 * calc-sel.el (calc-selection-history): New variable.
420 (calc-enter-selection, calc-sel-mult-both-sides)
421 (calc-sel-add-both-sides): Use `calc-selection-history'.
422
423 * calc-map.el (calc-get-operator-history): New variable.
424 (calc-get-operator): Use `calc-get-operator-history'.
425
426 * calcalg3.el (calc-curve-fit-history): New variable.
427 (calc-curve-fit): Use `calc-curve-fit-history'.
428
429 2006-07-20 Kenichi Handa <handa@m17n.org>
430
431 * international/mule-cmds.el (select-safe-coding-system): Fix the
432 way of deciding eol-type of the coding system.
433
434 2006-07-20 Alan Mackenzie <acm@muc.de>
435
436 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
437 (c-lang-setvar): New macro.
438 (c-make-init-lang-vars-fun): Use the initialization forms in
439 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
440 (comment-start, comment-end, comment-start-skip): Change these from
441 c-lang-defvar's to c-lang-setvar's.
442
443 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
444 which calls make-local-variable on the elements of
445 c-emacs-variable-inits.
446 (c-init-language-vars-for): Call this new macro.
447
448 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
449
450 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
451 Try to rule out false positives due to time stamps.
452 (compilation-mode-font-lock-keywords): Remove rules made redundant
453 because of the above change. Add `segmentation fault' to the known and
454 highlighted compilation termination messages.
455
456 2006-07-19 Kim F. Storm <storm@cua.dk>
457
458 * progmodes/grep.el (grep-find-ignored-directories):
459 Add .svn and _darcs to list.
460
461 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
462
463 * dired.el (dired-mode-map): Add key binding `C-te' for
464 `tumme-dired-edit-comment-and-tags'.
465
466 * tumme.el (tumme-display-thumbnail-original-image): Make sure
467 image display buffer is displayed before call to
468 `tumme-display-image.
469 (tumme-dired-display-image): Make sure image display buffer is
470 displayed before call to `tumme-display-image.
471 (tumme-mouse-display-image): Make sure image display buffer is
472 displayed before call to `tumme-display-image.
473 (tumme-widget-list): Add.
474 (tumme-dired-edit-comment-and-tags): Add.
475 (tumme-save-information-from-widgets): Add.
476
477 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
478
479 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
480
481 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
482
483 * progmodes/sh-script.el (sh-font-lock-keywords-1):
484 Revert inadvertently installed patch hunk.
485
486 * progmodes/compile.el (compilation-find-file): Handle the
487 cases where the user selects a non-existent file.
488
489 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
490
491 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
492
493 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
494
495 * subr.el (sit-for): Just sleep-for if noninteractive.
496
497 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
498
499 * emacs-lisp/autoload.el (make-autoload): Use new arg.
500
501 * custom.el (custom-autoload): Add `noset' argument.
502 (custom-push-theme): Don't autoload the variable, let callers do it.
503 (custom-theme-set-variables): Autoload the variable if necessary.
504
505 * cus-edit.el (custom-variable-state-set): If the variable was
506 originally set outside custom, but to the same value as the default,
507 consider it to be standard.
508
509 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
510 file *before* telling Emacs to add the autoloads, in case it fails.
511
512 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
513 Use `cond', push', and `dolist'.
514
515 2006-07-17 Richard Stallman <rms@gnu.org>
516
517 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
518 Add defvars to silence warnings.
519
520 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
521
522 * progmodes/compile.el (compilation-mode-font-lock-keywords):
523 Don't highlight "Compiling file" messages as error.
524
525 * dired-aux.el (dired-compress-file): Confirm again if gzipped
526 file already exists.
527
528 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
529
530 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
531 entry, don't assign to free var; simply return the extracted filename.
532 (ff-treat-as-special): Incorporate common preamble from callers.
533 (ff-other-file-name, ff-find-the-other-file):
534 Update call to ff-treat-as-special.
535
536 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
537
538 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
539
540 * tumme.el (tumme-get-comment): Fix bug.
541
542 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * files.el: Remove spurious * in docstrings.
545
546 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
547
548 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
549 grammar.
550 (allout-beginning-of-current-line): Beware beginning of buffer.
551 Also, a comment is simplified.
552 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
553 when appropriate. (This fix enables use for other than
554 bullet-hotspot operation.)
555 (allout-hide-current-subtree): While escalating to sibling-close,
556 make sure to situate on a topic.
557
558 2006-07-14 Kim F. Storm <storm@cua.dk>
559
560 * emulation/cua-base.el (cua-delete-selection)
561 (cua-toggle-set-mark): New defcustoms.
562 (cua-rectangle-modifier-key): Add `alt' modifier.
563 (cua-replace-region): Don't delete if cua-delete-selection is nil.
564 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
565 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
566
567 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
568
569 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
570
571 * allout.el: Require 'cl during byte-compilation/interactive load,
572 for the `assert' macro.
573 (allout-mode-deactivate-hook): New hook, run when allout mode
574 deactivates.
575 (allout-developer): New allout customization subgroup.
576 (allout-run-unit-tests-on-load): New allout-developer
577 customization variable, when true allout unit tests are run towards
578 end of file load/eval.
579 (allout-inhibit-auto-fill): Disable auto-fill activity even during
580 auto-fill-mode.
581 (allout-resumptions): Remove, to be replaced by...
582 (allout-add-resumptions): Register variable settings to be
583 reinstated by `allout-do-resumptions'. The settings are made
584 buffer-local, but the locality/globality of the suspended setting
585 is restored on resumption.
586 (allout-do-resumptions): Reinstate all settings suspended using
587 `allout-add-resumptions'.
588 (allout-test-resumptions): Unit tests (and intermediate variables)
589 for resumptions.
590 (allout-tests-globally-unbound, allout-tests-globally-true)
591 (allout-tests-locally-true): Intermediate variables for
592 resumptions unit tests.
593 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
594 (allout-exposure-category): Replaces 'allout-overlay-category variable.
595 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
596 instead of retired `allout-resumptions'. For hook functions, use
597 `local' parameter so hook settings are created and removed as
598 buffer-local settings. Revise (resumptions) setting
599 auto-fill-function so it is set only if already active. (The
600 related fill-function settings are all made in either case, so
601 that activating auto-fill-mode activity will have the custom
602 allout-mode behaviors (hanging indent on topics, if configured for it).
603 Remove all allout-exposure-category overlays on mode deactivation.
604 (allout-hotspot-key-handler): New function extracted from
605 `allout-pre-command-business', so the functionality can be used
606 for other purposes, eg as a binding in an overlay.
607 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
608 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
609 customization variable.
610 (allout-run-unit-tests): Run the (currently quite small)
611 repertoire of unit tests. Called just before the provide iff user
612 has customized `allout-run-unit-tests-on-load' non-nil.
613
614 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
615
616 * emacs-lisp/authors.el (authors-aliases): Update.
617
618 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
619
620 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
621 gdb-source-window. Add dedicated argument.
622 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
623 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
624 (gdb-display-threads-buffer, gdb-display-memory-buffer)
625 (gdb-display-locals-buffer): Use it.
626
627 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
628 Set gdb-source-window.
629
630 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
633 minor modes, redundant with the custom-autoload line above.
634
635 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
636
637 * longlines.el (longlines-post-command-function): Handle open-line too.
638
639 2006-07-12 Richard Stallman <rms@gnu.org>
640
641 * progmodes/grep.el (grep-last-buffer): Doc fix.
642
643 * info.el (Info-try-follow-nearest-node): Doc fix.
644
645 * emacs-lisp/edebug.el (edebug-instrument-function):
646 Err if find-function-noselect gives no position.
647
648 * emacs-lisp/find-func.el (find-function-search-for-symbol):
649 If can't find definition, return nil for position.
650 (find-function-do-it): Handle new return value
651 of find-definition-noselect.
652 (find-definition-noselect, find-variable-noselect): Doc fix.
653 (find-function-noselect): Doc fix.
654
655 * help-mode.el (help-variable-def): Handle find-variable-noselect
656 returning no position.
657 (help-function-def): Likewise for find-function-search-for-symbol.
658 (help-face-def): Likewise.
659
660 * help-fns.el (describe-variable): Handle find-variable-noselect
661 returning no position.
662
663 * files.el (locate-file-completion): Avoid duplicates in result.
664
665 * cus-edit.el (custom-no-edit): New command.
666 (custom-mode-map): Remap to custom-no-edit instead of
667 using suppress-keymap.
668
669 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
670
671 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
672 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
673 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
674
675 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
676
677 2006-07-11 Kim F. Storm <storm@cua.dk>
678
679 * ido.el (ido-copy-current-file-name): Use buffer-name if
680 buffer-file-name is nil.
681
682 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
683
684 * simple.el (undo-ask-before-discard): Set to nil.
685
686 * vc.el (vc-exec-after): Don't delete process manually.
687 (vc-print-log): Run log-view-mode in process sentinel inside
688 inhibit-read-only. Don't shrink window due to timing issues.
689
690 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
691 Avoid using with-output-to-temp-buffer, which clobbers local vars.
692
693 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * progmodes/compile.el (compilation-error-regexp-alist-alist):
696 Fix ambiguity introduced by last change.
697 (compilation-find-file): Move save-excursion to where it may
698 make sense. Fix a left over `find-file'.
699
700 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
701
702 * textmodes/texinfmt.el (texinfo-format-separate-node):
703 Insert a string before point, which fits documentation, not after.
704 (texinfo-multitable-item): In a multitable row, insert any
705 additional needed @tabs and spaces.
706
707 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
708
709 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
710 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
711 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
712 instead of shell-command.
713 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
714 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
715 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
716 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
717 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
718 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
719
720 2006-07-11 Kim F. Storm <storm@cua.dk>
721
722 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
723 Remove special case for seconds < 0. Use (redisplay t) instead.
724
725 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
726
727 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
728 avoid compilation error.
729
730 * subr.el (sit-for): New function.
731
732 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
733
734 2006-07-10 Richard Stallman <rms@gnu.org>
735
736 * ldefs-boot.el (edebug): Update page.
737
738 2006-07-10 Kim F. Storm <storm@cua.dk>
739
740 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
741 to FOR-RELEASE and TODO.
742
743 2006-07-10 Romain Francoise <romain@orebokech.com>
744
745 * emacs-lisp/authors.el (authors-aliases): Update.
746
747 2006-07-10 Alan Mackenzie <acm@muc.de>
748
749 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
750 * cc-mode.el: Changes to eradicate eval-after-load.
751
752 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
753
754 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
755 on non-char events.
756
757 2006-07-09 Romain Francoise <romain@orebokech.com>
758
759 * progmodes/compile.el (compilation-mode-font-lock-keywords):
760 Don't highlight start/end markers as compilation messages.
761
762 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
763 to t.
764
765 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
768
769 2006-07-08 Richard Stallman <rms@gnu.org>
770
771 * term/x-win.el (x-handle-display): Add doc string.
772
773 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
774
775 * subr.el (def-edebug-spec): Move here.
776 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
777
778 * imenu.el (imenu-choose-buffer-index): Doc fix.
779
780 2006-07-08 Romain Francoise <romain@orebokech.com>
781
782 * term/x-win.el (x-display-name): Fix typo.
783
784 2006-07-08 Eli Zaretskii <eliz@gnu.org>
785
786 * hexl.el (hexl-find-file): Doc fix.
787
788 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
789
790 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
791
792 * term/x-win.el (x-display-name): Doc fix.
793
794 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
795
796 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
797 long prefixes.
798 (fill-region-as-paragraph): Don't round up to a whole line.
799 (fill-comment-paragraph): Don't include the code-before-the-comment
800 when calling fill-region-as-paragraph.
801
802 * international/mule.el (make-char): Remove redundancy.
803
804 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
805 property may contain an anonymous function rather than a symbol.
806
807 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
808
809 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
810 Use shy regexp. Fix incorrect backref to potentially unmatched group.
811
812 * dirtrack.el (dirtrack-default-directory-function): Remove.
813 (dirtrack-directory-function): Use file-name-as-directory.
814 (dirtrack-windows-directory-function): Simplify.
815 (dirtrack-forward-slash, dirtrack-backward-slash)
816 (dirtrack-replace-slash): Remove.
817 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
818 (dirtrack): Fix wrong parenthesizing; use match-string.
819
820 * progmodes/octave-inf.el: Remove spurious * in docstrings.
821 (inferior-octave-mode): Only change the buffer-local value of
822 comint-dynamic-complete-functions.
823 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
824 Move the initialization to the declaration.
825 (inferior-octave-complete): Remove unused var `filter'.
826
827 * shell.el (shell-mode): Only change the buffer-local value of
828 comint-dynamic-complete-functions.
829
830 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
831
832 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
833 entry is skipped because it has been scheduled.
834 (org-prepare-agenda-buffers): Don't mark buffers as modified when
835 changing `:org-archived' and `:org-comment' properties.
836
837 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
838
839 * server.el (server-select-display): Don't make the temp frame
840 minibuffer-only, in case it's not a temp frame.
841 (server-process-filter): Don't delete the temp frame if it's the
842 only one we have on that display.
843
844 * files.el (find-alternate-file): Doc fix.
845
846 2006-07-05 Richard Stallman <rms@gnu.org>
847
848 * files.el (abbreviate-file-name): Add save-match-data.
849
850 2006-07-03 Richard Stallman <rms@gnu.org>
851
852 * faces.el (read-face-name): Doc fix.
853
854 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
855
856 * net/goto-addr.el (goto-address): Mark as safe for local evals.
857
858 2006-07-05 Andre Spiegel <spiegel@gnu.org>
859
860 * vc.el (vc-diff-internal): Fix prev change.
861
862 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
863
864 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
865 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
866
867 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
870 fails if the symbol contains chars like ( or '.
871 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
872 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
873 `short'.
874
875 2006-07-04 Kenichi Handa <handa@m17n.org>
876
877 * international/mule-cmds.el (set-language-info): If LANG-ENV is
878 the current one, don't call set-language-environment, but call one
879 of set-language-environment-XXX to make INFO effective now.
880 (set-language-environment): Call set-language-environment-XXX
881 functions instead of doing the various setups directly.
882 (set-language-environment-coding-systems): Delete argument eol-type.
883 (set-language-environment-input-method)
884 (set-language-environment-nonascii-translation)
885 (set-language-environment-charset)
886 (set-language-environment-fontset)
887 (set-language-environment-unibyte): New functions.
888
889 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
890
891 * locate.el (locate-update-when-revert): New option.
892 (locate-update-path): New option (suggested by Michael Albinus).
893 (locate-prompt-for-command): Whitespace change.
894 (locate-update): No longer offer to update the locate database by
895 default. Implement the two new options.
896
897 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
898
899 * tooltip.el: Move comment about track-mouse...
900
901 * progmodes/gud.el: ...to here.
902
903 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
904
905 * facemenu.el (facemenu-listed-faces): New var.
906 (facemenu-unlisted-faces): Variable deleted.
907 (facemenu-add-new-face): Use facemenu-listed-faces.
908
909 * emulation/viper-init.el, calendar/calendar.el:
910 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
911
912 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
913
914 * textmodes/org.el (org-mode): Remove no invalid settings for
915 calc embedded mode.
916 (org-mode-p): New defsubst.
917 (org-save-all-org-buffers): New function.
918 (org-first-headline-recenter): Enclose outline-regexp in group
919 delimiters.
920 (org-set-tags): Keep single space after stars.
921
922 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * window.el (set-window-text-height): Only set window-min-height to
925 1 if that's the requested size.
926
927 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
928 (diff-unified->context, diff-context->unified)
929 (diff-reverse-direction): Make sure the end marker stays at the end.
930 (diff-mode): Add the keymap table at the end of docstring.
931 Use lexical-let rather than constructing a closure manually.
932
933 * files.el (find-file-noselect-1): Remove unused var assignment.
934 (hack-local-variables-confirm): Print lists of strings as lists of
935 strings rather than lists of symbols.
936 (abbreviate-file-name, hack-local-variables-prop-line):
937 Use match-string.
938 (hack-one-local-variable): Move `make-local-variable' nearer its use.
939 (recover-session-finish): Use line-end-position.
940
941 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
942
943 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
944
945 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
946
947 * progmodes/make-mode.el (makefile-macroassign-regex):
948 Accept preceding keyword.
949 (makefile-gmake-statements): Reorganize, now that makepp has
950 "override" and also handle forgotten "override define".
951 (makefile-makepp-statements): Add new "global", "override export"
952 and "override global".
953
954 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
955
956 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
957 (ada-compile-mouse-goto-error, ada-deactivate-properties)
958 (ada-no-auto-case): Fix typos in docstrings.
959
960 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
961
962 * info.el (Info-find-node-2): Search for makeinfo version more
963 carefully.
964
965 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
966
967 * textmodes/org.el (org-prepare-agenda-buffers):
968 Use `invisible-OK' argument for `org-end-of-subtree'.
969 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
970 (org-beginning-of-item): Fix bug in regular expression for white line.
971 (org-export-as-html): Enforce space after bullet in plain list items.
972 (org-set-autofill-regexps): Require space after plain list bullet
973 for paragraph-start.
974 (org-ts-regexp3): New constant.
975 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
976 (org-timestamp-up-day, org-timestamp-down-day)
977 (org-timestamp-change): Work with inactive timestamps.
978 (org-ts-regexp1): Don't allow brackets in time stamps.
979
980 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
981
982 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
983 for ignoring links.
984
985 * faces.el (read-face-name): Use it.
986
987 2006-06-28 Juri Linkov <juri@jurta.org>
988
989 * buff-menu.el (list-buffers-noselect): Compare Info file
990 with the string "dir" to detect Info directory.
991
992 * complete.el (partial-completion-mode): In lambda for
993 `choose-completion-string-functions' use full function signature
994 with 4 args, and move point to the end of the minibuffer only if arg
995 `mini-p' is non-nil.
996
997 2006-06-28 John Paul Wallington <jpw@pobox.com>
998
999 * ibuffer.el (ibuffer-mode): Doc fix.
1000
1001 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1002
1003 * textmodes/org.el (org-context): New contexts :item-bullet,
1004 :latex-fragment, :latex-preview.
1005 (org-overlays-at, org-overlay-start, org-overlay-end):
1006 New compatibility functions.
1007 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1008 exact regexp that will be used during export.
1009 (org-latex-regexps): New variable.
1010 (org-cdlatex-mode): Improve advice for `texmathp'.
1011 (turn-on-org-cdlatex): New function.
1012
1013 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1014
1015 * term/mac-win.el (mac-handle-font-selection): Change keys of
1016 mac-atsu-font-table from strings to numbers.
1017 (mac-ts-caret-position): Use also when cursor-type is nil.
1018 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1019 Relax condition for using overlay strings.
1020 Use mac-ts-caret-position face when cursor-type is nil.
1021
1022 2006-06-26 Kim F. Storm <storm@cua.dk>
1023
1024 * help.el (view-emacs-news): Declare `res' in the right let* form.
1025
1026 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1027
1028 * net/rcompile.el (remote-compile): Replace ange-ftp based
1029 implementation by Tramp functions.
1030 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1031
1032 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1033
1034 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1035
1036 * international/fontset.el (setup-default-fontset): Fix a typo in
1037 the "Oriya-Akruti" registry name.
1038
1039 2006-06-23 Lars Hansen <larsh@soem.dk>
1040
1041 * desktop.el (desktop-full-file-name): New function.
1042 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1043 (desktop-revert): Use it.
1044 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1045 (desktop-after-read-hook): Add option list-buffers.
1046 (desktop-locals-to-save): Add tab-width.
1047 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1048 Fix docstring.
1049
1050 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1051
1052 * textmodes/org.el (org-cdlatex-mode-map)
1053 (org-cdlatex-texmathp-advice-is-done): New variables.
1054 (org-cdlatex-mode): New minor mode.
1055 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1056 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1057 (org-export-with-archived-trees): New option.
1058 (org-open-file): Remove the call to `convert-standard-filename'.
1059 (org-archive-tag, org-agenda-skip-archived-trees)
1060 (org-cycle-open-archived-trees)
1061 (org-sparse-tree-open-archived-trees): New options.
1062 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1063 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1064 New functions.
1065 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1066 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1067 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1068 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1069 Call `org-prepare-agenda-buffers'.
1070 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1071 (org-file-apps, org-file-apps-defaults-gnu)
1072 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1073 Handle remote files by forcing them to be opened in Emacs.
1074
1075 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1076
1077 * vc.el (vc-diff-knows-L): New variable.
1078 (vc-diff-internal): Use it to handle "diff" programs that don't
1079 understand -L. This works automatically, no user action is necessary.
1080
1081 2006-06-23 Daniel Brockman <daniel@brockman.se>
1082
1083 * net/rcirc.el (rcirc-default-user-full-name): Default to
1084 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1085 longer exists).
1086 (rcirc-process-list): Check `buffer-live-p' before attempting to
1087 switch to a buffer.
1088
1089 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1090
1091 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1092 based on rcirc-coding-system-alist.
1093
1094 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1095
1096 * cus-edit.el (customize-apropos): A better error message.
1097 (top level) <debug-ignored-errors>: Extend and update the list of
1098 ignored error messages.
1099
1100 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1101
1102 * complete.el (PC-do-completion): Retain capitalization of user
1103 input, when possible, even if completion-ignore-case is set.
1104
1105 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1106
1107 * generic-x.el (bat-generic-mode): Support .cmd files.
1108
1109 * dos-w32.el (top level): Use find-file-not-found-functions
1110 instead of the obsolete find-file-not-found-hooks.
1111
1112 2006-06-22 Kim F. Storm <storm@cua.dk>
1113
1114 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1115 to recognize mode name containing submodes, such as Grep/lw.
1116
1117 2006-06-21 Kim F. Storm <storm@cua.dk>
1118
1119 * simple.el (line-move-1): Check for move-end-of-line instead of
1120 end-of-line when setting temporary-goal-column.
1121
1122 2006-06-21 Miles Bader <miles@gnu.org>
1123
1124 * play/cookie1.el (cookie): Work properly when there's only one entry.
1125
1126 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1127
1128 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1129 (gdb-frame-handler): Generalize frame regexp for templates.
1130
1131 2006-06-20 Glenn Morris <rgm@gnu.org>
1132
1133 * calendar/appt.el (appt-display-format): Default value must be
1134 one of the customize options.
1135
1136 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1137
1138 * term/xterm.el (terminal-init-xterm): Update key availability info.
1139 Bind C-return.
1140
1141 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1142
1143 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1146 whether or not a local variables list is defined.
1147
1148 * msb.el (msb): Move `sit-for' hack here to handle both
1149 "mouse-down and drag" and "mouse-up and select" situations.
1150 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1151
1152 2006-06-20 Kenichi Handa <handa@m17n.org>
1153
1154 * international/characters.el (word-combining-categories):
1155 Add entries for 2-byte Han characters.
1156
1157 2006-06-19 Richard Stallman <rms@gnu.org>
1158
1159 * bindings.el (mode-line-format): Save some mode line space.
1160
1161 * files.el (find-file-noselect): Improve the question wording.
1162 (basic-save-buffer-2): Mask UMASK against 666.
1163
1164 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1165 (mouse-drag-vertical-line): Call it.
1166
1167 * cus-edit.el (customize-option, customize-option-other-window):
1168 Error if SYMBOL is nil.
1169
1170 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1171
1172 * textmodes/org.el: Require noutline, also on XEmacs.
1173 (org-end-of-subtree): Return point.
1174 (org-dblock-start-re, org-dblock-end-re): New constants.
1175 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1176 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1177 (org-update-all-dblocks, org-find-dblock): New functions.
1178 (org-collect-clock-time-entries): New function.
1179 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1180 (org-fixup-indentation): Modify to deal correctly with lines
1181 starting with TAB. Only one argument DIFF now.
1182 (org-demote, org-promote): Call `org-fixup-indentation' with just
1183 one argument, DIFF.
1184 (org-mode): Don't mark buffer as modified when aligning tables.
1185 (org-clock-sum): Don't mark buffer modified when adding time sum
1186 properties.
1187 (org-export-as-html): Add support for a link validation function.
1188 (org-archive-all-done): New function.
1189 (org-archive-subtree): New prefix argument. When set, archive all
1190 done subtrees in this buffer.
1191 (org-remove-clock-overlays)
1192 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1193 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1194 (org-put-clock-overlay): Don't swallow last headline character
1195 when displaying overlay.
1196 (org-store-link): Link to `image-mode' with just the file name.
1197
1198 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1199
1200 * viper-cmd.el (viper-special-read-and-insert-char):
1201 Use read-key-sequence.
1202 (viper-after-change-undo-hook): Misc enhancements.
1203 (viper-after-change-undo-hook): New hook.
1204 (viper-undo): Use viper-after-change-undo-hook.
1205 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1206 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1207 clicking on that widget/button.
1208
1209 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1210
1211 * ediff-diff (ediff-test-patch-utility): Catch errors.
1212 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1213 (ediff-set-actual-diff-options): New function.
1214 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1215 Use ediff-set-actual-diff-options.
1216 (ediff-extract-diffs): Catch errors.
1217 (ediff-whitespace): Add non-breakable space.
1218 (ediff-same-file-contents): Catch errors.
1219
1220 * ediff-mult.el (ediff-collect-custom-diffs):
1221 Save coding-system-for-read.
1222
1223 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1224 (ediff-vc-internal, ediff-vc-merge-internal):
1225 Use ediff-delete-version-file.
1226 (ediff-delete-version-file): New function.
1227
1228 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1229
1230 * ediff.el (ediff-directories, ediff-directory-revisions)
1231 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1232 (ediff-directories-internal, ediff-merge-directory-revisions)
1233 (ediff-merge-directory-revisions-with-ancestor)
1234 (ediff-directories3): Use read-directory-name.
1235
1236 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1237
1238 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1239 Remove superfluous part of regexp for brace matching which is handled
1240 by `scan-lists' call.
1241
1242 2006-06-16 Richard Stallman <rms@gnu.org>
1243
1244 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1245
1246 * files.el (basic-save-buffer-2): For a new precious file,
1247 use the default modes in the return value.
1248
1249 * facemenu.el (facemenu-color-alist): Doc fix.
1250
1251 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1252
1253 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1254
1255 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1256
1257 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1258 (mac-utxt-to-string): Use it.
1259 (mac-ts-update-active-input-area): Use mac-ae-number.
1260
1261 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1262
1263 * term.el (term-handle-scroll, term-delete-lines)
1264 (term-insert-lines): Fix off by one errors.
1265
1266 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1267
1268 * net/tramp.el (tramp-touch): Use UTC to express time.
1269
1270 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1271
1272 * mail/sendmail.el (mail-send): Search explicitly for
1273 mail-header-separator when checking for corrupted header lines.
1274
1275 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1276
1277 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1278 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1279 (gdb-init-1): Initialise them.
1280 (gdb-starting): Reset gdb-printing
1281 (gdb-starting): Save value of gud-overlay-arrow-position.
1282 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1283 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1284 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1285 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1286
1287 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1288
1289 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1290
1291 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1292
1293 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1294 (ldap-search-internal): Keep error messages, and a regexp fix.
1295
1296 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1297
1298 * files.el (hack-local-variables-confirm):
1299 Display string value using its printed representation.
1300
1301 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1302
1303 * server.el (server-edit): No-op if no server buffers exist.
1304
1305 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1306
1307 * textmodes/page-ext.el (pages-directory-for-addresses):
1308 Including `pages-directory-address-mode' in the function results
1309 in the message "Buffer in which pages were found is deleted".
1310
1311 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1312
1313 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1314 clocking functions.
1315
1316 (org-agenda-clock-in, org-check-running-clock)
1317 (org-clock-out-if-current, org-remove-clock-overlays)
1318 (org-put-clock-overlay): New functions.
1319 (org-clock-marker, org-clock-file-total-minutes)
1320 (org-clock-overlays): New variables.
1321 (org-clock-display, org-clock-sum, org-clock-cancel)
1322 (org-clock-out, org-clock-in): New commands.
1323 (org-export): New function.
1324 (org-emph-re): New constant.
1325 (org-set-emph-re, org-do-emphasis-faces): New functions.
1326 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1327 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1328 (org-export-html-convert-emphasize): Use the configurable emphasis.
1329 (org-cleaned-string-for-export): Make multiline emphasis visible
1330 to the exporter. New optional argument PARAMETERS.
1331 (org-export-as-html): Specify :emph-multiline parameter to
1332 `org-cleaned-string-for-export'.
1333
1334 2006-06-10 Richard Stallman <rms@gnu.org>
1335
1336 * help.el (help-for-help-internal): Clean up help text.
1337
1338 2006-06-10 Andreas Schwab <schwab@suse.de>
1339
1340 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1341 in doc string.
1342
1343 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1344
1345 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1346
1347 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1348 spaces after the comment start.
1349
1350 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1351
1352 * play/pong.el (pong-init-buffer):
1353 Fill buffer with spaces instead of ^A.
1354
1355 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1356 launched asynchronously, delete its process instead of being cool.
1357 (ispell-async-processp): Check for `delete-process' existence
1358 instead of `kill-process' one for consistency.
1359
1360 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1361
1362 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1363 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1364 in mode line at startup.
1365
1366 2006-06-08 Kim F. Storm <storm@cua.dk>
1367
1368 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1369 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1370 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1371 (ido-file-internal): Pass full file name to write-file.
1372 (ido-read-internal): Only pop stack elements automatically if they
1373 actually match an existing directory or file name.
1374
1375 2006-06-07 Kenichi Handa <handa@m17n.org>
1376
1377 * international/mule.el (find-auto-coding): Don't handle the short
1378 name `char-trans'.
1379
1380 * files.el (hack-local-variables-prop-line)
1381 (hack-local-variables): Cancel the previous change.
1382
1383 2006-06-06 Jesper Harder <harder@phys.au.dk>
1384
1385 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1386
1387 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1390 diff-default-read-only is non-nil.
1391 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1392 (diff-refine-hunk): Set inhibit-read-only to t.
1393
1394 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1395 modifying the *Diff* buffer.
1396 (diff-process-filter): New filter function for diff process that
1397 sets inhibit-read-only to t when modifying the *Diff* buffer.
1398
1399 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1400
1401 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1402 insertion point and control the number of empty lines.
1403 (org-paste-subtree): Limit the number of empty lines at the end of
1404 the inserted tree.
1405 (org-agenda): Use buffer name of current file for narrowing.
1406 (org-export-as-xml): Command removed.
1407 (org-export-xml-type): Option removed.
1408 (org-mode-map): Call `org-export-as-xoxo' directly.
1409 (org-get-indentation): New optional argument LINE.
1410 (org-fix-indentation, org-remove-tabs): New functions.
1411 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1412 correct indentation for headlines that are converted it items.
1413 (org-skip-comments): Remove table lines that contain narrowing
1414 cookies but no other non-empty fields.
1415 (org-set-tags): Allow groups of mutually exclusive tags.
1416 (org-cmp-time): Sort 24:21 before items without time.
1417 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1418 (org-open-at-point): Require double colon also for numbers.
1419
1420 2006-06-06 Kim F. Storm <storm@cua.dk>
1421
1422 * ido.el (ido-default-file-method, ido-default-buffer-method):
1423 Make choice values consistent with corresponding command names.
1424 (ido-visit-buffer): Update accordingly. Default to selected-window.
1425
1426 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1427
1428 * progmodes/gud.el (gud-running): Fix doc string.
1429 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1430 (gud-tooltip-modes): Add python-mode.
1431 (gud-tooltip-print-command): Add pdb. Remove perldb.
1432
1433 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1434
1435 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1436 Quote $(EMACS).
1437
1438 2006-06-05 Richard Stallman <rms@gnu.org>
1439
1440 * faces.el (defined-colors): Doc fix.
1441
1442 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1443
1444 * vc.el (vc-process-filter): Inhibit undo info collection around
1445 call to insert.
1446 (vc-setup-buffer): Likewise for call to erase-buffer.
1447 (vc-do-command): Likewise for call to process-file.
1448
1449 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1452 for gud-go.
1453 (gud-common-init): Other debuggers may trigger error.
1454
1455 2006-06-05 Kenichi Handa <handa@m17n.org>
1456
1457 * international/mule.el (find-auto-coding):
1458 Handle enable-character-translation in file header.
1459
1460 2006-06-04 Kim F. Storm <storm@cua.dk>
1461
1462 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1463 (authors-fixed-entries): Fix spelling.
1464 (authors-canonical-file-name): Don't report error for wildcards.
1465
1466 * help.el (view-emacs-news): Rewrite to support new NEWS,
1467 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1468 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1469 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1470
1471 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1472
1473 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1474 exec constructs like `foo bar`.
1475 (sh-quoted-subshell): New helper function to search for a possibly
1476 nested subshell (like `` or $()) within a "" quoted string.
1477 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1478 (sh-apply-quoted-subshell): Flag quote characters inside a
1479 subshell, which is itself already in a quoted region, as
1480 punctuation, since this is the closest to what they actually are.
1481 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1482 sh-apply-quoted-subshell.
1483 (sh-font-lock-syntactic-face-function): Apply the new face for
1484 text inside `` instead of the old font-lock-string-face.
1485
1486 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1487
1488 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1489 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1490 (mac-bytes-to-text-range, mac-ae-text-range-array)
1491 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1492 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1493 (mac-ts-unicode-for-key-event): New functions.
1494 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1495 (mac-handle-font-selection): Use mac-ae-number.
1496 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1497 New variables.
1498 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1499 (mac-ts-converted-text, mac-ts-selected-converted-text)
1500 (mac-ts-block-fill-text, mac-ts-outline-text)
1501 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1502 (mac-ts-hilite-style-faces): New constant.
1503 (mac-apple-event-map): Bind text input events.
1504 (mac-dispatch-apple-event): Use command-execute instead of
1505 call-interactively.
1506 (global-map): Don't bind mac-apple-event.
1507 (special-event-map): Bind mac-apple-event.
1508
1509 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1510
1511 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1512 file name.
1513 (emacs): Enclose the value of $(EMACS) in quotes.
1514
1515 2006-06-02 Juri Linkov <juri@jurta.org>
1516
1517 * international/mule.el (sgml-html-meta-auto-coding-function):
1518 Remove the condition `(search-forward "<html" size t)'.
1519 Replace `\"' with `[\"']?' in `re-search-forward'.
1520
1521 2006-06-02 Kenichi Handa <handa@m17n.org>
1522
1523 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1524 as well as `coding'.
1525 (hack-local-variables): Likewise.
1526
1527 * international/mule.el (enable-character-translation):
1528 Put permanent-local and safe-local-variable properties.
1529 (find-auto-coding): Handle char-trans: tag.
1530
1531 2006-06-02 Juri Linkov <juri@jurta.org>
1532
1533 * international/mule.el (sgml-html-meta-auto-coding-function):
1534 Limit the search by the end of the HTML header (if any).
1535
1536 2006-06-01 Richard Stallman <rms@gnu.org>
1537
1538 * subr.el (with-current-buffer): Doc fix.
1539
1540 2006-06-02 Masatake YAMATO <jet@gyve.org>
1541
1542 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1543 Almost rewrite. Underlines over all lines of gcov output are too
1544 uncomfortable to read. Suggested by Dan Nicolaescu.
1545
1546 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1547
1548 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1549
1550 * shell.el (shell-mode): Use shell-mode-map in docstring.
1551
1552 * comint.el (comint-send-input): Do not add help-echo and
1553 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1554
1555 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1556
1557 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1558
1559 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1560
1561 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1562 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1563 look up the stack and pop up GUD buffer if necessary.
1564 (gdb-frames-select): Remove redundant call to gud-display-frame.
1565 (gdb-info-threads-custom): Keep point at start of buffer.
1566 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1567
1568 2006-05-31 Juri Linkov <juri@jurta.org>
1569
1570 * replace.el (query-replace-read-from, query-replace-read-to):
1571 Bind `history-add-new-input' to nil. Call `add-to-history'.
1572
1573 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1574
1575 * textmodes/table.el: Convert all HTML tags to lower case for
1576 XHTML compatibility.
1577
1578 2006-05-31 Masatake YAMATO <jet@gyve.org>
1579
1580 * progmodes/compile.el:
1581 (compilation-error-regexp-alist-alist::gcov-called-line):
1582 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1583
1584 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1587 Revert inadvertent changes made with last commit.
1588
1589 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1590
1591 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1592 New functions.
1593
1594 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1595
1596 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1597
1598 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1599 only matches in the right place.
1600 (org-upcoming-deadline): New face.
1601 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1602 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1603 and make it an option.
1604 (org-export-ascii-bullets): New option.
1605 (org-export-as-html): Many changes to emit valid XHTML.
1606 (org-par-open): New variable.
1607 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1608 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1609 (org-timeline): Pass `org-timeline-show-empty-dates' to
1610 `org-get-all-dates'. Interpret empty dates returned by
1611 `org-get-all-dates'.
1612 (org-get-all-dates): New argument EMPTY. Add dates without
1613 entries to the list, mark large ranges of empty dates.
1614 (org-point-in-group, org-context): New functions.
1615
1616 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1617
1618 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1619
1620 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1621 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1622 to C-mouse-3 (for 2 button mice).
1623 (gdb-send): Do the right thing for C-d.
1624
1625 * speedbar.el (speedbar-detach): Delete.
1626 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1627 it breaks things.
1628 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1629
1630 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1631
1632 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1633 Makeppfile.
1634
1635 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1636 Add makepp diagnostic.
1637
1638 2006-05-29 Richard Stallman <rms@gnu.org>
1639
1640 * window.el (fit-window-to-buffer): Doc fix.
1641
1642 * help.el (temp-buffer-max-height): Doc fix.
1643
1644 * subr.el (with-current-buffer): Doc fix.
1645
1646 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1647
1648 * term/x-win.el: Bind F10 to menu-bar-start if available.
1649
1650 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1651
1652 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1653 uses with a simple test.
1654 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1655 (term-send-raw-string, term-send-raw, term-mouse-paste)
1656 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1657 (term-handle-exit, term-read-input-ring)
1658 (term-previous-matching-input-string)
1659 (term-previous-matching-input-string-position)
1660 (term-previous-matching-input-from-input)
1661 (term-replace-by-expanded-history, term-send-input)
1662 (term-skip-prompt, term-bol, term-send-invisible)
1663 (term-kill-input, term-delchar-or-maybe-eof)
1664 (term-backward-matching-input, term-check-source)
1665 (term-proc-query, term-emulate-terminal)
1666 (term-handle-colors-array, term-process-pager, term-pager-line)
1667 (term-pager-bob, term-unwrap-line, term-word)
1668 (term-dynamic-complete-filename)
1669 (term-dynamic-complete-as-filename)
1670 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1671 unlesses.
1672
1673 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1674
1675 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1676 during bootstrapping.
1677
1678 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1679 Basically undo the change of 2006-05-26: use extra arguments instead of
1680 dynamic scoping.
1681 (ewoc-locate): Remove unused var `footer'.
1682
1683 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1684
1685 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1686
1687 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1688 (generate-file-autoloads): Obey it. Return whether autoloads were
1689 added at point or not.
1690 (update-file-autoloads): Use this new return value.
1691 Remove redundant test for the presence of an autoload cookie.
1692
1693 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1694 This one calls hack-local-variables.
1695 (generate-file-autoloads, update-file-autoloads): Use it.
1696
1697 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1698 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1699 (bibtex-sort-entry-class-alist): Don't set the global value.
1700 (bibtex-init-sort-entry-class-alist): New fun.
1701 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1702 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1703 of bibtex-init-sort-entry-class.
1704
1705 2006-05-28 Richard Stallman <rms@gnu.org>
1706
1707 * subr.el (load-history-regexp): If FILE is relative, insist
1708 entire last name component must match it.
1709 (load-history-filename-element, load-history-regexp): Doc fixes.
1710
1711 2006-05-29 Kim F. Storm <storm@cua.dk>
1712
1713 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1714 `pos' and `raw-data' for clarity, as eval forms may access these.
1715
1716 2006-05-28 Kim F. Storm <storm@cua.dk>
1717
1718 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1719
1720 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1721
1722 * progmodes/make-mode.el (makefile-browser-map)
1723 (makefile-mode-syntax-table): Move initialization inside declaration.
1724 (makefile-fill-paragraph): Use the default comment-filling code.
1725
1726 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * replace.el (query-replace-defaults): New variable.
1729 (query-replace-read-from): Use `query-replace-defaults' for
1730 default value, instead of history list.
1731 (query-replace-read-to): Update `query-replace-defaults'.
1732
1733 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1734
1735 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1736 with no X toolkit.
1737
1738 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1739
1740 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1741 (tumme-show-all-from-dir): Add autoload.
1742
1743 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1744
1745 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1746 (tumme-remove-tag): Fix bug.
1747
1748 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1749
1750 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1751 FOOTER args. Update unique caller.
1752 (ewoc-delete): Compute last node once before looping.
1753 (ewoc--node-branch): Merge into unique caller.
1754 (ewoc--node): Don't define constructor make-ewoc--node for this
1755 structure.
1756 (ewoc): Add member `hf-pp' to this structure.
1757 (ewoc--wrap): New func.
1758 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1759 header/footer pretty-printers. Save header/footer pretty-printer.
1760 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1761
1762 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1763
1764 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1765
1766 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1767 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1768 Tag'. Change "Compare directories..." to "Change Directories...".
1769 Move tumme commands to Operate, Regexp and Immediate menus.
1770 Change "Add Comment" to "Add Image Comment". Change "Add Image
1771 Tag" to "Add Image Tags".
1772
1773 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1774 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1775 `tumme-delete-tag'.
1776
1777 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1778
1779 * shell.el (shell-mode): Call shell-dirtrack-mode after
1780 list-buffers-directory is made a local variable, to avoid setting
1781 the default value.
1782
1783 2006-05-26 Kevin Ryde <user42@zip.com.au>
1784
1785 * info.el (Info-index-next): Use where-is-internal to report
1786 actual binding of Info-index-next, rather than hard-coded `,'.
1787
1788 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1789
1790 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1791 and "Find Command in Manual" to here.
1792
1793 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1794 Info-current-file as the file name.
1795
1796 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1797
1798 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1799 overrides will now be done a different way.
1800 (ses-set-parameter): Reapply this function for undo.
1801 (ses-set-header-row): Reconstruct header row during undo.
1802 (ses-widen): New function.
1803 (ses-goto-data, ses-reconstruct-all): Use new function.
1804 (ses-command-hook): Widen buffer during undo, before unupdating
1805 the cells.
1806 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1807 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1808 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1809 formula hasn't been executed yet.
1810
1811 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1812
1813 * comint.el (comint-kill-whole-line): Rename arg to count.
1814 Fix doc string.
1815
1816 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1817
1818 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1819 to copy-file.
1820
1821 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1822
1823 * simple.el (toggle-truncate-lines): Make arg optional for
1824 backward compatibility.
1825
1826 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1827
1828 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1829 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1830 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1831 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1832 (ewoc--adjust): Use ewoc--current-dll.
1833 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1834
1835 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1836
1837 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1838 compact error message.
1839 (org-tags-view): Refresh category table in each file.
1840 (org-table-justify-field-maybe): Remove superfluous arguments to
1841 `format'.
1842 (org-export-as-html): Insert "<p>" before postamble.
1843 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1844
1845 2006-05-26 Kenichi Handa <handa@m17n.org>
1846
1847 * textmodes/po.el (po-find-charset): Pay attention to the case
1848 FILENAME is a cons (NAME . BUFFER).
1849 (po-find-file-coding-system-guts): Likewise.
1850
1851 * arc-mode.el (archive-set-buffer-as-visiting-file):
1852 Call find-operation-coding-system with (FILENAME . BUFFER).
1853
1854 * tar-mode.el (tar-extract): Call find-operation-coding-system
1855 with (FILENAME . BUFFER).
1856
1857 * international/mule.el (decode-coding-inserted-region):
1858 Call find-operation-coding-system with (FILENAME . BUFFER).
1859
1860 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1861
1862 * image-mode.el (image-toggle-display): Use buffer contents to
1863 generate image for a remote file.
1864
1865 2006-05-25 Juri Linkov <juri@jurta.org>
1866
1867 * replace.el (query-replace-read-from, query-replace-read-to):
1868 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1869
1870 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1871
1872 * whitespace.el (whitespace-cleanup): Change to cleanup
1873 region if one is active.
1874 * whitespace.el (whitespace-cleanup-internal): New internal method.
1875
1876 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1877
1878 * dired.el (dired-mode-map): Add help-echo strings to tumme
1879 commands. Bind `tumme-dired-display-image' to C-t i.
1880
1881 * tumme.el (tumme-display-image): Change documentation string slightly.
1882 (tumme-dired-display-image): Add call to `display-buffer'.
1883
1884 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1885
1886 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1887 Signal error if RAW-DATA is a multibyte string.
1888
1889 2006-05-24 Richard Stallman <rms@gnu.org>
1890
1891 * subr.el (with-local-quit): When handling `quit' signal,
1892 make a chance for quit-flag to cause a quit.
1893
1894 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1895 (ad-disable-advice): Add autoloads.
1896
1897 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1898
1899 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1900
1901 * dired.el (dired-mode-map): Change menu items for tumme as per
1902 suggestions in emacs-devel.
1903
1904 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1905
1906 * dired.el (dired-mode-map): Fix breakage.
1907
1908 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1909
1910 * tumme.el (tumme-display-dired-image): Rename to...
1911 (tumme-dired-display-image): ...this.
1912 (tumme-track-movement): Change default value to t.
1913 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1914 used from `tumme-next-line-and-display' and similar commands.
1915
1916 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1917 Immediate menu. Add some tumme commands there.
1918
1919 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1920
1921 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1922
1923 2006-05-24 Chong Yidong <cyd@mit.edu>
1924
1925 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1926 menu entries that open submenus.
1927
1928 2006-05-24 Alan Mackenzie <acm@muc.de>
1929
1930 * startup.el (command-line): For names of preloaded files, don't
1931 append ".elc" (now done in Fload), and call file-truename on the
1932 lisp directory.
1933
1934 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1935 match ANY loaded file with the right name, not just those in
1936 load-path. Put a regexp matching the file name into
1937 after-load-alist, rather than the name itself.
1938
1939 * subr.el: New functions load-history-regexp,
1940 load-history-filename-element, do-after-load-evaluation.
1941
1942 * international/mule.el (load-with-code-conversion): Do the
1943 eval-after-load stuff by calling do-after-load-evaluation.
1944
1945 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1946
1947 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1948 has not been killed.
1949
1950 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1951
1952 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1953 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1954 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1955 Optionally set error message in reply.
1956
1957 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1958
1959 * textmodes/org.el (org-open-at-point): Use renamed variable
1960 `org-confirm-shell-link-function'.
1961 (org-confirm-shell-link-function): Rename from
1962 `org-confirm-shell-links'.
1963 (org-export-directory): New function.
1964 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1965 (org-export-icalendar): Use `org-export-directory'.
1966 (org-indent-item): Keep cursor position.
1967 (org-link-file-path-type): New option.
1968 (org-export-as-html): Fix bug with plain lists starting in
1969 column 0.
1970 (org-export-as-html): Remove deadline formatting, this happens
1971 now already in `org-html-handle-time-stamps'.
1972 (org-export-html-style): Deadline class removed.
1973 (org-insert-labeled-timestamps-at-point): New option.
1974 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1975 of `hide-sublevels 1', in case the first headline is not level 1.
1976 (org-overview, org-content): New fuction.
1977 (org-cycle-global-status, org-cycle-subtree-status): Make these
1978 variables buffer-local.
1979 (org-global-cycle): New command.
1980 (org-shifttab): Use `org-global-cycle'.
1981 (org-insert-heading, org-insert-item): Go to end of new
1982 headline/item after creating it.
1983 (org-export-visible): Rename from `org-export-copy-visible'.
1984 Now creates a temporary org-file and applies an exporting command
1985 to it.
1986 (org-table-eval-formula): Support for lisp forms.
1987 (org-agenda-todo-ignore-scheduled): New option.
1988 (org-agenda-get-todos): Use new option
1989 `org-agenda-todo-ignore-scheduled'.
1990 (org-export-html-inline-images): New value `maybe'.
1991 (org-export-as-html): Inlining of images dependent on link description.
1992 (org-archive-subtree): Check for end-of-buffer before trying
1993 `kill-line'.
1994 (org-agenda-follow-mode): New option.
1995 (org-export-with-tags, org-export-with-timestamps): New options.
1996 (org-html-handle-time-stamps): New function.
1997 (org-keyword-time-regexp): New variable.
1998 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1999 (org-agenda-todo-list-sublevels): New option.
2000 (org-html-level-start): When TITLE is nil, just close all levels.
2001 (org-parse-key-lines, org-parse-export-options): Remove functions,
2002 replaced by `org-infile-export-plist'.
2003 (org-combine-plists, org-infile-export-plist)
2004 (org-default-export-plist): New functions.
2005 (org-export-html-preamble, org-export-html-postamble)
2006 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2007 New variables.
2008 (org-export-publishing-directory): New option.
2009 (org-export-as-html, org-export-as-ascii): Use the new property
2010 lists for settings.
2011 (org-export-copy-visible, org-export-as-xoxo):
2012 Respect `org-export-publishing-directory'.
2013 (org-link-search, org-store-link, org-file-apps): Support for
2014 links to BibTeX database entries..
2015 (org-get-current-options, org-set-regexps-and-options):
2016 Implement logging as a startup option.
2017 (org-store-link): Make sure context string is never empty
2018 (org-insert-link): Use relative path when possible.
2019 (org-at-item-checklet-p): New function.
2020 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2021 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2022 (org-metaright, org-metaup, org-metadown, org-shiftup)
2023 (org-shiftdown, org-shiftright, org-shiftleft)
2024 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2025 Dispatch using `call-interactively'.
2026 (org-call-with-arg): New defsubst.
2027 (org-tag-alist, org-use-fast-tag-selection): New options.
2028 (org-complete): Use `org-tag-alist'.
2029 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2030 (org-next-item, org-previous-item): New commands.
2031 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2032 make command.
2033 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2034
2035 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2036
2037 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2038 (ewoc-filter): Use `ewoc-delete'.
2039
2040 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2041
2042 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2045 Signal more user-friendly error messages.
2046
2047 * complete.el (PC-do-completion): Undo the addition of implicit
2048 wildcards if they did not lead to finding any match.
2049 (read-file-name-internal): Don't add the final > if the completion is
2050 not finished.
2051
2052 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2053
2054 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2055 Quote safe-local-variable predicate.
2056
2057 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2058
2059 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2060
2061 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2062
2063 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2064
2065 * progmodes/make-mode.el (makefile-special-targets-list)
2066 (makefile-macro-table, makefile-target-table): Mark as risky.
2067 (makefile-query-one-target-method): Make this the alias for the
2068 following variable.
2069 (makefile-query-one-target-method-function): Make this the real name.
2070
2071 * textmodes/artist.el (artist-text-renderer): Make this the alias
2072 for the following variable.
2073 (artist-text-renderer-function): Make this the real name.
2074
2075 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2076 the alias for the following variable.
2077 (flyspell-generic-check-word-predicate): Make this the real name.
2078
2079 * textmodes/ispell.el (ispell-format-word): Make this the alias
2080 for the following variable.
2081 (ispell-format-word-function): Make this the real name.
2082 (ispell-message-text-end): Mark as risky.
2083
2084 * skeleton.el (skeleton-transformation, skeleton-filter)
2085 (skeleton-pair-filter): Make these the aliases for the following
2086 variables.
2087 (skeleton-transformation-function, skeleton-filter-function)
2088 (skeleton-pair-filter-function): Make these the real names.
2089
2090 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2091 and skeleton-pair-filter-function.
2092
2093 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2094 alias for the following variable.
2095 (sgml-transformation-function): Make this the real name.
2096 (sgml-tag-alist): Mark as risky.
2097
2098 2006-05-21 Richard Stallman <rms@gnu.org>
2099
2100 * simple.el (kill-region): Interactively, pass point, then mark.
2101
2102 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2103
2104 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2105
2106 2006-05-21 Romain Francoise <romain@orebokech.com>
2107
2108 * dired-x.el (dired-mode-map): Don't bind M-g.
2109
2110 2006-05-20 Richard Stallman <rms@gnu.org>
2111
2112 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2113 (dired-goto-file): Doc fix.
2114
2115 2006-05-21 Kim F. Storm <storm@cua.dk>
2116
2117 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2118 way to enable built-in cua-mode if user loads older CUA-mode package.
2119
2120 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2121 if default-filename is specified.
2122
2123 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2124
2125 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2126
2127 * info.el (info-apropos): Make sure current-file and current-node
2128 have non-nil values. Speed up by using add-to-list instead of
2129 manual consing.
2130
2131 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2132
2133 * progmodes/make-mode.el (makefile-mode): Doc fix.
2134
2135 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2136
2137 * dired-aux.el (dired-do-shell-command): Doc fix.
2138
2139 2006-05-20 Kevin Ryde <user42@zip.com.au>
2140
2141 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2142 ``(custom-manual :tag "Foo" "(foo)Node")''.
2143
2144 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2145
2146 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2147 value is an integer.
2148
2149 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2150
2151 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2152 "format".
2153 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2154
2155 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2156
2157 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2158 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2159
2160 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2161
2162 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2163 regexp for keywords.
2164
2165 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2166
2167 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2168 replace-regexp-in-string.
2169
2170 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2171 encode, and escape file name on conversion to URL.
2172
2173 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2174
2175 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2176 Don't unescape URL.
2177 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2178
2179 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2180 on conversion to URLs.
2181
2182 * net/browse-url.el (browse-url-file-url): Encode file name on
2183 conversion to URL.
2184
2185 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2186 conversion to URL.
2187
2188 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2189
2190 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2191
2192 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2193
2194 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2195 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2196
2197 2006-05-19 Glenn Morris <rgm@gnu.org>
2198
2199 * calendar/diary-lib.el (diary-bahai-date)
2200 (list-bahai-diary-entries, mark-bahai-diary-entries)
2201 (mark-bahai-calendar-date-pattern): Not interactive.
2202 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2203 (diary-entries-list): Change format of 4th element in each entry.
2204 (diary-list-entries): Use add-to-diary-list.
2205 (diary-goto-entry): Handle the case where the buffer visiting the
2206 diary has been killed.
2207 (fancy-diary-display): Add 'locator to button rather than 'marker.
2208 Only generate temp-face when there are marks to apply.
2209 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2210 (diary-fancy-date-pattern): New variable.
2211 (diary-time-regexp): Doc fix.
2212 (diary-anniversary, diary-time): New faces.
2213 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2214 diary-time-regexp. Add font-lock-multiline property where needed.
2215 Use new faces diary-anniversary and diary-time.
2216 (diary-fancy-font-lock-fontify-region-function): New function, to
2217 handle multiline font-lock pattern in fancy diary.
2218 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2219 (diary-font-lock-keywords): Tweak time regexp. Use new face
2220 diary-time.
2221
2222 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2223
2224 * international/code-pages.el (mik): Table corrected.
2225
2226 2006-05-18 Kim F. Storm <storm@cua.dk>
2227
2228 * progmodes/grep.el (grep-find): Don't check grep-find-command
2229 before running command (breaks non-interactive usage).
2230
2231 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2232
2233 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2234 (ewoc--insert-new-node): Don't insert trailing newline.
2235 Instead, adjust successor nodes's start markers.
2236 (ewoc--refresh-node): Delete all text from current node's start
2237 marker to the next one's; adjust successor nodes's start markers.
2238 (ewoc--create): Doc fixes.
2239 (ewoc--refresh): Don't insert newline.
2240 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2241 * pcvs.el (cvs-make-cvs-buffer):
2242 Specify extra newline for ewoc's header and footer.
2243 (cvs-update-header): Update initial header recognition.
2244 Append newline to final header and footer values.
2245 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2246
2247 2006-05-17 Richard Stallman <rms@gnu.org>
2248
2249 * files.el (file-name-extension): Doc fix.
2250
2251 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2254 we can explicitly enable/disable rather than toggle.
2255 (shell-mode): Use it.
2256 (shell-cd): Don't try to reproduce what `cd' does.
2257
2258 2006-05-17 Kim F. Storm <storm@cua.dk>
2259
2260 * ido.el (ido-read-internal): Use only nondirectory part of
2261 default item.
2262
2263 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2264
2265 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2266 (ewoc-nth): Doc fix.
2267
2268 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2269
2270 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2271
2272 * international/mule.el (auto-coding-alist): Add .lha to files
2273 read with no-conversion.
2274
2275 * files.el (auto-mode-alist): Add .lha files to archive file
2276 extensions.
2277
2278 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2279 Convert csize to integer when computing offsets within the
2280 compressed archive file.
2281
2282 2006-05-16 Kim F. Storm <storm@cua.dk>
2283
2284 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2285 with read-from-minibuffer.
2286
2287 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2288
2289 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2290 (byte-compile-warnings): Fix safe-local-variable property.
2291
2292 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2293
2294 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2295 (allout-stylish-prefixes, allout-numbered-bullet)
2296 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2297 predicates to qualify `safe-local-variable' property, when
2298 available, else use equivalent lambda.
2299 (allout-current-topic-collapsed-p): Do the right thing regarding
2300 trailing blank lines.
2301
2302 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * server.el (server-start): Only create a directory if needed.
2305 (server-edit, server-unload-hook): server-start => server-mode.
2306 (kill-emacs-hook): Cleanup upon exit.
2307
2308 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2309
2310 * hexl.el (hexlify-buffer): Encode process arguments manually.
2311
2312 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2313
2314 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2315 call to gdb-tooltip-print.
2316
2317 2006-05-15 Romain Francoise <romain@orebokech.com>
2318
2319 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2320 systems, default to "tar" since those systems probably have GNU tar.
2321
2322 2006-05-14 Lars Hansen <larsh@soem.dk>
2323
2324 * desktop.el (desktop-missing-file-warning): Fix docstring.
2325 (desktop-restore-file-buffer): Correct question asked on missing file.
2326
2327 2006-05-14 Kim F. Storm <storm@cua.dk>
2328
2329 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2330 Add CUA move property.
2331
2332 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2333
2334 * custom.el (custom-push-theme): Load the variable before checking
2335 its `standard-value'.
2336
2337 2006-05-13 Lars Hansen <larsh@soem.dk>
2338
2339 * desktop.el (desktop-save): Use with-temp-buffer.
2340
2341 2006-05-12 Glenn Morris <rgm@gnu.org>
2342
2343 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2344 * calendar/calendar.el (calendar-mode-map):
2345 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2346 * calendar/appt.el (appt-check, appt-make-list): Refer to
2347 diary-view-entries, diary-list-entries, diary-show-all-entries
2348 rather than obsolete aliases.
2349
2350 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2351
2352 * simple.el (line-move-finish): Avoid calling point motion hooks
2353 while processing intangibility.
2354
2355 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2356
2357 * term/xterm.el (terminal-init-xterm): Fix typo.
2358
2359 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2360
2361 * allout.el (allout-view-change-hook): Mark as being deprecated,
2362 to be replaced by `allout-exposure-change-hook'.
2363 (allout-exposure-change-hook): New, replacing
2364 `allout-view-change-hook'.
2365 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2366 in addition to `allout-view-change-hook'.
2367 (allout-show-bodies, allout-old-style-prefixes)
2368 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2369 lambda forms to prevent their showing up in variable help
2370 presentations as inscrutable byte-compiled code.
2371 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2372 Use string-or-null-p to qualify safe-local-variable values.
2373 (allout-reindent-bodies): Use memq to qualify matches against
2374 valid safe-local-variable values. Also, quote the lambda as above.
2375 (allout-use-mode-specific-leader): Add missing candidate-value
2376 symbols, use memq, and quote the lambda.
2377 (allout-overlay-interior-modification-handler): Remove unused
2378 variables `msg' and 'opened'.
2379 (allout-hidden-p): Constrain invisibility consideration to allout's
2380 invisibility spec, disregarding invisibility for other reasons.
2381
2382 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2383
2384 * files.el (version-control): Correct safe values.
2385
2386 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2387
2388 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2389
2390 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2391 (ewoc--insert-new-node): New func.
2392 Update callers of deleted funcs to use it, instead.
2393
2394 2006-05-11 Glenn Morris <rgm@gnu.org>
2395
2396 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2397 obsolete alias `show-all-diary-entries'.
2398 (make-diary-entry): Not interactive.
2399 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2400 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2401 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2402 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2403 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2404 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2405
2406 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2407
2408 * calendar/calendar.el (calendar-french-date-string)
2409 (calendar-mayan-date-string, calendar-chinese-date-string)
2410 (calendar-astro-date-string, calendar-iso-date-string)
2411 (calendar-islamic-date-string, calendar-bahai-date-string)
2412 (calendar-hebrew-date-string, calendar-coptic-date-string)
2413 (calendar-ethiopic-date-string, calendar-persian-date-string):
2414 These functions are not interactive.
2415
2416 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2417
2418 * files.el: Balance parentheses.
2419
2420 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2421
2422 * files.el, newcomment.el, outline.el, simple.el,
2423 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2424 progmodes/cc-vars.el, progmodes/compile.el:
2425 Move `safe-local-variable' declarations to the respective files.
2426
2427 * help-fns.el (describe-variable): Don't print safe-var if it is
2428 byte-code. Improve wording as suggested by Luc Teirlinck.
2429
2430 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2431
2432 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2433 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2434 Use a token for pending-triggers to ensure gdb-var-update
2435 gets called once per user input again for pre-GDB 6.4.
2436 (gdb-var-delete): Match on more complex expressions.
2437 (gdb-var-list-children-handler, gdb-var-create-handler):
2438 Use a token for consistency.
2439
2440 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2441
2442 * textmodes/org.el (org-read-date, org-goto-calendar)
2443 (org-agenda-goto-calendar):
2444 Bind `view-calendar-holidays-initially' to nil.
2445
2446 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2447
2448 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2449 Update all callers to do it there, instead.
2450
2451 2006-05-10 Glenn Morris <rgm@gnu.org>
2452
2453 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2454 prefix arg case, to avoid view-diary-entries-initially error.
2455 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2456 (calendar-date-is-legal-p): Handle dates with no day part.
2457
2458 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2459
2460 * comint.el (comint-insert-input): Just make it when
2461 comint-use-prompt regexp is nil (default) and with the mouse.
2462 (comint-copy-old-input): Reinstate from 2004-06-23.
2463 (comint-mode-map): Bind C-c C-m to it.
2464
2465 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2466
2467 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2468 Remove spurious move to point-max (new comint behavior fixes).
2469
2470 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2471 compatibility function (Emacs 18/19).
2472 (idlwave-is-continuation-line): Always return point at start of
2473 previous non-blank continuation line.
2474 `keyword-parameters': Fix continued comment font-lock matcher.
2475 (idlwave-font-lock-fontify-region): Written, use as
2476 font-lock-fontify-region-function, to fix continued keyword
2477 fontification issues.
2478
2479 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2480
2481 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2482 (mac-service-selection, mac-service-open-file)
2483 (mac-service-open-selection, mac-service-mail-selection)
2484 (mac-service-mail-to, mac-service-insert-text): Rename from
2485 mac-services-*. All uses changed.
2486 (mac-apple-event-map): Rename event symbol `services' to `service'.
2487
2488 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2489
2490 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2491 (ewoc--node-enter-first, ewoc--node-enter-last)
2492 (ewoc--delete-node-internal): Merge funcs into unique callers.
2493
2494 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2495
2496 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2497 return value of read-from-minibuffer for empty input.
2498
2499 2006-05-09 Miles Bader <miles@gnu.org>
2500
2501 * comint.el (comint-insert-input): Remove redundant calls to setq
2502 and goto-char.
2503
2504 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2505
2506 * comint.el (comint-insert-input): Make it work when
2507 comint-use-prompt-regexp is t.
2508
2509 2006-05-10 Miles Bader <miles@gnu.org>
2510
2511 * subr.el (field-at-pos): New function.
2512
2513 * comint.el (comint-insert-input): Use it.
2514
2515 2006-05-09 Juri Linkov <juri@jurta.org>
2516
2517 * battery.el (battery-linux-proc-acpi): Also try
2518 `/proc/acpi/thermal_zone/THR2/temperature'.
2519
2520 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2521 for now unused lambda `string-or-null'.
2522
2523 * add-log.el (change-log-default-name): Put `string-or-null-p'
2524 instead of lambda on `safe-local-variable' property.
2525
2526 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2527 `region-end' instead of `mark' and `point'.
2528 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2529 Operate on region in Transient Mark mode when the mark is active.
2530 Use `region-beginning' and `region-end' instead of `mark' and
2531 `point'.
2532 (diff-hunk-text, diff-goto-source): Doc fix.
2533
2534 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2535 face `mode-line-buffer-id' for mode-line buffer face instead of
2536 hard-coded `(:weight bold)'.
2537
2538 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2539 buffer-undo-list to t (undo-ask is reproducible by visiting
2540 nested archives).
2541
2542 2006-05-09 Kim F. Storm <storm@cua.dk>
2543
2544 * progmodes/grep.el (rgrep): Set default directory of *grep*
2545 buffer if we start M-x rgrep in the *grep* buffer and choose
2546 a different base directory.
2547
2548 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2549
2550 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2551 completion also when ido is loaded.
2552
2553 2006-05-09 Masatake YAMATO <jet@gyve.org>
2554
2555 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2556 "warning" and "import".
2557 (cpp-font-lock-keywords): Added "warning".
2558
2559 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2560
2561 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2562
2563 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2564
2565 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2566 pages at a time, if we signal the end, we should indeed reach that end.
2567
2568 2006-05-08 David Reitter <david.reitter@gmail.com>
2569
2570 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2571 output during execution of the body.
2572
2573 2006-05-08 Kim F. Storm <storm@cua.dk>
2574
2575 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2576
2577 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2578
2579 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2580 Use with-current-buffer.
2581
2582 2006-05-07 Kim F. Storm <storm@cua.dk>
2583
2584 * subr.el (add-to-history): Remove keep-dups arg.
2585
2586 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2587 to nil around call to add-to-history.
2588
2589 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2590
2591 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2592 than after a buffer modification.
2593
2594 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2597 call to...
2598 (gud-watch): ...here so speedbar is raised for already watched
2599 expressions.
2600 (gdb-speedbar-refresh): Delete function.
2601 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2602 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2603 earlier change).
2604 (gdb-var-evaluate-expression-handler)
2605 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2606
2607 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2608 Update localized contents for all buffers except ignored modes.
2609
2610 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2611
2612 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2613 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2614 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2615 (mac-handle-font-panel-closed, mac-handle-font-selection):
2616 New functions.
2617 (mac-font-panel-mode): New minor mode.
2618 (mac-apple-event-map): Add bindings for toolbar toggle button and
2619 font panel.
2620 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2621
2622 2006-05-07 John Paul Wallington <jpw@pobox.com>
2623
2624 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2625 Avoid `regexp-opt'; simplify regexp for readability.
2626
2627 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2628
2629 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2630 * files.el (buffer-stale-function):
2631 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2632 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2633 links to the main manual, not to emacs-xtra.
2634
2635 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2636
2637 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2638 MacJapanese if text is ASCII-only.
2639
2640 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2641
2642 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2643 unless so nil isn't returned.
2644 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2645
2646 2006-05-06 Kim F. Storm <storm@cua.dk>
2647
2648 * subr.el (add-to-history): New function.
2649
2650 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2651 (ediff-merge-files-with-ancestor):
2652 * env.el (setenv):
2653 * isearch.el (isearch-update-ring):
2654 * server.el (server-visit-files):
2655 * progmodes/grep.el (lgrep, rgrep):
2656 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2657 * progmodes/xscheme.el (xscheme-insert-expression):
2658 Use add-to-history.
2659
2660 * kmacro.el (kmacro-push-ring): Use add-to-history.
2661 (kmacro-ring-length): Remove unused defun.
2662 (kmacro-start-macro): Use kmacro-push-ring.
2663
2664 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2665
2666 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2667 directly instead of a lambda expression that calls it.
2668
2669 2006-05-06 Kim F. Storm <storm@cua.dk>
2670
2671 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2672 instead of compute-motion.
2673
2674 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2675
2676 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2677 change.
2678
2679 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2680
2681 * startup.el (command-line-1): Refer to "Pure Storage" on
2682 pure-space-overflow.
2683
2684 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2685
2686 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2687 provided faces once they all have been used up.
2688
2689 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2690
2691 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2692 reference to the Lisp manual to the warning about pure space
2693 overflow.
2694
2695 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2696
2697 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2698 argument to avoid the call to `ispell-internal-change-dictionary'
2699 when not needed.
2700 (ispell-change-dictionary): Use this argument and call
2701 `ispell-internal-change-dictionary' after the possible change
2702 to `ispell-local-dictionary'.
2703 (ispell-internal-change-dictionary): Check for a change in
2704 personal dictionary use too.
2705
2706 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2707
2708 * startup.el (command-line): On MS-Windows, probe "~", not
2709 "~USER", for warning about non-existent home directory
2710
2711 * arc-mode.el (archive-l-e): New optional argument `float' means
2712 generate a float value.
2713 (archive-arc-summarize, archive-lzh-summarize)
2714 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2715 with 3rd argument non-nil when file's size is being computed.
2716 Format the file sizes with %8.0f instead of %8d.
2717
2718 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2719
2720 * cus-start.el (all): Add mac-dnd-known-types.
2721
2722 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2723 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2724 (mac-TIFF-to-string): New functions.
2725 (x-get-selection, x-selection-value)
2726 (mac-select-convert-to-string): Use them.
2727 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2728 (mac-dnd-types-alist): New customization variable.
2729 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2730 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2731 (mac-dnd-handle-drag-n-drop-event): New functions.
2732 (mac-drag-n-drop): Remove function.
2733 (global-map): Bind drag-n-drop and M-drag-n-drop to
2734 mac-dnd-handle-drag-n-drop-event.
2735
2736 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2737
2738 * progmodes/perl-mode.el (perl-beginning-of-function):
2739 Skip anonymous subs.
2740
2741 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2742
2743 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2744 regexp-opt at run time.
2745
2746 * term.el (term-handle-ansi-escape): Fix off by one error.
2747
2748 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2749
2750 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2751 (gdb-init-1, gdb-post-prompt): ...and references to it.
2752 (gdb-frame-handler): Strip directory name from filename if present.
2753
2754 * progmodes/gud.el (gdb-force-update): Delete defvar
2755 (gud-speedbar-buttons): ...and references to it. Use window-start
2756 to try to keep positon in watch expression.
2757
2758 2006-05-03 Richard Stallman <rms@gnu.org>
2759
2760 * simple.el (next-history-element, previous-history-element): Doc fix.
2761
2762 * isearch.el (isearch-update-ring): Doc fix.
2763
2764 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2765
2766 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2767 into consideration. Replace one arm ifs with whens.
2768
2769 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2770
2771 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2772 (menu): Fix typo.
2773
2774 2006-05-02 Miles Bader <miles@gnu.org>
2775
2776 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2777
2778 2006-05-02 Jay Belanger <belanger@truman.edu>
2779
2780 * calc/calc-embed.el (calc-override-minor-modes-map)
2781 (calc-override-minor-modes): New variables.
2782 (calc-do-embedded): Make sure that Calc keystrokes aren't
2783 overwritten by minor modes.
2784
2785 2006-05-02 Chong Yidong <cyd@mit.edu>
2786
2787 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2788
2789 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2790
2791 * startup.el (command-line-1): Refer to Lisp manual when
2792 pure-space-overflow occurs.
2793
2794 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2795 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2796 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2797 (version-control): Don't use `t' for safe-local-variable declarations.
2798
2799 2006-05-01 Richard Stallman <rms@gnu.org>
2800
2801 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2802 M-r, M-R, M-A, M-SPC or M-DEL.
2803 (diff-mode-map): diff-refine-hunk now on C-c C-w
2804 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2805
2806 * help-mode.el (help-mode): view-exit-action calls delete-window
2807 only when it is safe and possible.
2808
2809 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2810 in messages.
2811
2812 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2813
2814 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2815 in the default tool-bar-map.
2816
2817 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2818
2819 * net/tramp.el (tramp-completion-file-name-handler-alist)
2820 (tramp-run-real-handler, tramp-completion-run-real-handler)
2821 (tramp-completion-handle-file-name-all-completions)
2822 (tramp-completion-handle-file-name-completion): Autoload them.
2823 (tramp-completion-handle-file-exists-p)
2824 (tramp-completion-handle-file-name-directory)
2825 (tramp-completion-handle-file-name-nondirectory)
2826 (tramp-completion-handle-expand-file-name): Remove them.
2827 (tramp-handle-file-name-directory): Return the real directory name.
2828 Returning "/" only doesn't need to be necessary any longer.
2829 (tramp-file-name-handler): Make special attention when in hostname
2830 completion mode.
2831 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2832 (tramp-register-file-name-handlers):
2833 Register `tramp-completion-file-name-handler' only when
2834 `partial-completion-mode' is enabled.
2835 (tramp-completion-handle-file-name-all-completions):
2836 Delete directory part from results.
2837 (tramp-get-completion-methods, tramp-get-completion-user-host):
2838 Discard deleting "/", it doesn't work after the change of
2839 `tramp-handle-file-name-directory' above.
2840
2841 2006-05-01 Kim F. Storm <storm@cua.dk>
2842
2843 * progmodes/grep.el (grep-expand-template): Use save-match-data
2844 and symbol-value.
2845
2846 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2847
2848 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2849 Use select-frame-set-input-focus instead of raise-frame.
2850 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2851
2852 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2853
2854 * progmodes/gud.el (gud-def): Add %c case.
2855 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2856 (gud-format-command): Make match case sensitive. Match on %F.
2857
2858 2006-04-30 Glenn Morris <rgm@gnu.org>
2859
2860 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2861 (cal-tex-preamble): Use cal-tex-preamble-extra.
2862 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2863 than alias `list-diary-entries'.
2864
2865 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2866
2867 * help-fns.el (describe-variable): Add info about safe local variables.
2868
2869 2006-04-29 Richard Stallman <rms@gnu.org>
2870
2871 * bindings.el (mode-line-format): help-echo doc fixes.
2872
2873 * net/tramp.el (tramp-file-name-handler-alist): Delete
2874 expand-file-name and other operations that can cause spurious loading.
2875
2876 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2877
2878 * files.el (safe-local-variable-p): Remove support for the special
2879 value t.
2880
2881 * textmodes/paragraphs.el (sentence-end-without-space):
2882 Fix safety predicate.
2883 (sentence-end-double-space, sentence-end-without-period)
2884 (paragraph-ignore-fill-prefix):
2885 * textmodes/fill.el (colon-double-space):
2886 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2887
2888 * subr.el (booleanp): New fun.
2889
2890 * textmodes/reftex-vars.el (reftex-guess-label-type):
2891 Tighten the safety predicate.
2892
2893 2006-04-28 Kim F. Storm <storm@cua.dk>
2894
2895 * progmodes/grep.el (defgroup grep): Doc fix.
2896 (grep-auto-highlight): Remove.
2897 (grep-template): New defcustom.
2898 (grep-find-template): Rename from grep-tree-template.
2899 (grep-files-aliases): Rename from grep-tree-files-aliases.
2900 Remove "all" alias, add "l" alias.
2901 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2902 (grep-find-ignored-directories): New defcustom to replace
2903 grep-tree-ignore-CVS-directories, to facilitate ignoring
2904 subdirectories for multiple version control systems.
2905 (grep-mode-map): Add Recursive grep item to GREP menu.
2906 (grep-regexp-history, grep-files-history): New defvars.
2907 (grep-probe): New helper function.
2908 (grep-compute-defaults): Use it to simplify code.
2909 Adapt to name changes.
2910 Use `.' as base in grep-find-template rather than <D>.
2911 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2912 Call grep-compute-defaults unconditionally.
2913 (grep-expand-keywords): New defconst.
2914 (grep-expand-template): Rename from grep-expand-command-macros.
2915 Simplify via grep-expand-keywords. Look at case-fold-search instead
2916 of grep-tree-ignore-case to add -i option.
2917 Bind case-fold-search to nil while matching keywords.
2918 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2919 (grep-read-regexp, grep-read-files): New helper functions.
2920 (rgrep): Rename from grep-tree. Rework to use proper histories.
2921 Adapt to changes in defcustoms and functions above.
2922 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2923
2924 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2925
2926 * net/tramp.el (tramp-completion-file-name-handler):
2927 Disable Tramp's functionality while loading Tramp itself.
2928 (tramp-register-file-name-handlers): That's a defsubst now.
2929 Code from `tramp-repair-jka-compr' moved here. Apply it via
2930 `after-init-hook'.
2931 (tramp-repair-jka-compr): Remove.
2932
2933 2006-04-27 Jay Belanger <belanger@truman.edu>
2934
2935 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2936 read expression when `math-read-big-expr' doesn't work.
2937
2938 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2939
2940 * startup.el (command-line-1): Display warning when
2941 pure-space-overflow is non-nil.
2942
2943 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2944
2945 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2946 risky.
2947
2948 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2949
2950 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2951 Return the URL or nil if none can be generated.
2952
2953 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2954
2955 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2956 byte compiler warnings.
2957 (gud-basic-call, gud-find-expr): Let user select an expression
2958 for printing. Print expression as well as value in GUD buffer.
2959
2960 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2961
2962 * allout.el: Remove local autoload declaration for
2963 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2964 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2965 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2966 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2967 (allout-stylish-prefixes, allout-numbered-bullet)
2968 (allout-file-xref-bullet, allout-presentation-padding)
2969 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2970 safe-local-variable with suitable value spec, and add autoload
2971 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2972 (move-beginning-of-line, move-end-of-line): Repair so these compat
2973 functions now actually resituate the point, when appropriate.
2974
2975 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2978
2979 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2980 (add-log-iso8601-time-string): Fix call to format-time-string.
2981
2982 2006-04-26 Kim F. Storm <storm@cua.dk>
2983
2984 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2985
2986 2006-04-26 Masatake YAMATO <jet@gyve.org>
2987
2988 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2989 Add support for "//" style comments. Remove `b' flag
2990 from ?* in `asm-mode-syntax-table'.
2991
2992 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * follow.el: Use (featurep 'xemacs) everywhere.
2995 (follow-mode): Use define-minor-mode.
2996 (follow-mode-map): Move initialization into the declaration.
2997 Use command remapping.
2998 (follow-emacs-version-xemacs-p): Remove.
2999 (follow-submit-feedback): Remove.
3000
3001 * allout.el (allout-layout, allout-passphrase-verifier-string)
3002 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3003
3004 * textmodes/reftex-vars.el (reftex-vref-is-default)
3005 (reftex-fref-is-default, reftex-guess-label-type):
3006 Tighten up a bit the safety predicate.
3007
3008 * textmodes/paragraphs.el (sentence-end-double-space)
3009 (sentence-end-without-period, sentence-end-without-space)
3010 (page-delimiter, paragraph-ignore-fill-prefix):
3011 Tighten up a bit the safety predicate.
3012
3013 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3014
3015 * progmodes/python.el (python-continuation-line-p)
3016 (python-beginning-of-statement): syntax-ppss may return
3017 a negative depth.
3018 (python-mode): Don't forcefully enable font-lock.
3019
3020 * time-stamp.el (time-stamp-start, time-stamp-end)
3021 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3022
3023 * add-log.el: Remove spurious * in docstrings.
3024 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3025 (add-change-log-entry): Use it here, since it's not specific
3026 to iso8601.
3027 (add-log-iso8601-time-string): Don't use it here any more.
3028 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3029
3030 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3031
3032 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3033
3034 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3035 (rcirc-toggle-low-priority): Doc fix.
3036 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3037 ChanServ regexp.
3038 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3039 #emacs.
3040 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3041 (rcirc-decode-coding-system): Use utf-8 as the default.
3042 (rcirc-multiline-minor-mode): Set the fill-column.
3043 (rcirc-format-response-string): Display bright and dim nicks.
3044 (rcirc-browse-url): Update interactive spec to fill ARG.
3045 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3046 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3047
3048 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3049
3050 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3051 case for @Article, etc.
3052
3053 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3054
3055 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3056 Added with autoload cookie.
3057 (tramp-unload-file-name-handlers): Rename from
3058 `tramp-unload-file-name-handler-alist'.
3059
3060 2006-04-23 Romain Francoise <romain@orebokech.com>
3061
3062 * comint.el (comint-match-partial-filename): Doc fix.
3063
3064 2006-04-21 Glenn Morris <rgm@gnu.org>
3065
3066 * calendar/cal-menu.el (calendar-mode-map): Refer to
3067 `diary-view-entries' rather than alias `view-diary-entries'.
3068 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3069
3070 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3071
3072 * progmodes/antlr-mode.el (antlr-default):
3073 * cus-edit.el (custom-documentation):
3074 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3075 in defface.
3076
3077 2006-04-21 Kim F. Storm <storm@cua.dk>
3078
3079 * image.el (image-type): New defun split out of create-image.
3080 (create-image): Use it.
3081
3082 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3083
3084 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3085 (org-open-at-point): Remove the "...done" message to keep output
3086 in the echo area visible.
3087 (org-export-as-xoxo): Fix call to `indent-region'.
3088
3089 2006-04-21 Kevin Ryde <user42@zip.com.au>
3090
3091 * international/mule.el (keyboard-coding-system): defcustom
3092 info-link fixes: "Specify Coding" has been split, keyboard now in
3093 "Terminal Coding", and "Single-Byte Character Support" is now
3094 "Unibyte Mode".
3095
3096 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3097
3098 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3099 Use font-lock-warning-face for any errors e.g. no stack.
3100 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3101
3102 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3103
3104 * progmodes/sh-script.el (sh-shell): Mark as safe.
3105
3106 * newcomment.el (comment-start, comment-start-skip)
3107 (comment-end-skip, comment-end): Mark as safe.
3108
3109 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3110
3111 * textmodes/org.el (org-deadline-announce): Face removed.
3112 (org-level-faces, org-n-levels): Convert to constant.
3113 (org-compatible-face): New function.
3114 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3115 (org-level-5, org-level-6, org-level-7, org-level-8)
3116 (org-special-keyword, org-warning, org-headline-done, org-link)
3117 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3118 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3119 Face definition revised for better color tty support.
3120 (org-bold-re, org-italic-re, org-underline-re): New constants.
3121 (org-set-font-lock-defaults): Use the new constants.
3122 (org-agenda-highlight-todo): New function.
3123 (org-agenda-todo): Fix bug with point at end of line.
3124 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3125 Fontify TODO keywords.
3126 (org-insert-link): Preserve relative path in ../ links.
3127 (org-export-as-html): Convert links pointing to .org files into
3128 links that will work beteen the exported HTML files.
3129 (org-todo-list): Fix bug when arg=0.
3130 (org-insert-heading): More fine-tuning.
3131
3132 2006-04-19 Romain Francoise <romain@orebokech.com>
3133
3134 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3135 from `rmail-mime-charset-pattern'.
3136
3137 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3138
3139 * progmodes/python.el (python-mode): Fix typo.
3140
3141 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3142
3143 * comint.el (comint-previous-input): Don't clobber input line
3144 when moving off either end of the input history ring.
3145 (comint-delete-input): New function, used by
3146 `comint-previous-input' and others.
3147 (comint-previous-matching-input):
3148 Use `coming-delete-input'. Save the partial input if leaving the
3149 edit line. Goto point-max before deleting input to avoid
3150 partial input fragments hanging around.
3151 (comint-restore-input): New function, used by `comint-previous-input'.
3152
3153 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3154
3155 * imenu.el (imenu--index-alist): Balance parentheses.
3156
3157 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3158
3159 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3160
3161 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3162
3163 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3164 file is nil.
3165
3166 2006-04-18 Richard Stallman <rms@gnu.org>
3167
3168 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3169
3170 * imenu.el (imenu-create-index-function, imenu--index-alist)
3171 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3172 (imenu-default-create-index-function, imenu--generic-function):
3173 Doc fixes.
3174
3175 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3176
3177 * help-mode.el (help-mode): Set view-exit-action to delete window.
3178
3179 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3180 now works by passing nil as arg.
3181
3182 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3183
3184 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3185 (read-abbrev-file): Provide default when reading filename.
3186
3187 * files.el (enable-local-variables): Allow :all as value.
3188 (hack-local-variables): Implement that value.
3189 (safe-local-variable-values, safe-local-eval-forms)
3190 (enable-local-variables): Mark as risky.
3191 (find-file-visit-truename, kept-old-versions): Mark safe.
3192
3193 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3194 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3195 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3196
3197 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3200 Use forward-line so as to get to BOL even in the presence of fields.
3201 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3202 in return.
3203 (inferior-tcl): Tell tclsh to work in interactive mode.
3204
3205 * complete.el (partial-completion-mode):
3206 Use 'choose-completion-string-functions to make sure that
3207 choose-completion fills the minibuffer properly.
3208
3209 * complete.el (PC-old-read-file-name-internal): Remove.
3210 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3211 of read-file-name-internal.
3212 (partial-completion-mode): Enable/disable this advice.
3213
3214 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3217 of 2006-04-17.
3218
3219 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3220
3221 * textmodes/org.el (org-insert-heading): Insert heading before
3222 current if at beginning of line.
3223 (org-todo, org-date): New faces.
3224 (org-table-align): Make sure tooltip window contains full text.
3225 (org-no-properties): New defsubst.
3226 (org-set-font-lock-defaults): Use new faces.
3227
3228 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3229
3230 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3231 for root variables.
3232
3233 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3234 (gdb-frame-address): Re-use to identify frame for watch expression.
3235 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3236 variables.
3237 (gdb-init-1, gdb-source, gdb-post-prompt)
3238 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3239 (gdb-frame-handler): Get gdb-frame-address.
3240
3241 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3242
3243 Sync with Tramp 2.0.53.
3244
3245 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3246 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3247 (tramp-completion-file-name-handler): Add autoload cookie for
3248 adding to `file-name-handler-alist'.
3249
3250 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3251 the prompt. If it returns earlier (when detecting an error
3252 message), the rest of the output will merge accidently with the
3253 output of the next command. Reported by M Jared Finder
3254 <jared@hpalace.com>.
3255
3256 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3257 for `process-file', in order to let it work for older Emacsen too.
3258
3259 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3260
3261 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3262 (tex-font-lock-keywords-3): Use it.
3263
3264 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * newcomment.el (comment-add): New function.
3267 (comment-region-default, comment-dwim): Use it.
3268
3269 2006-04-15 Michael Olson <mwolson@gnu.org>
3270
3271 * emacs-lisp/tq.el: Improve comments.
3272 (tq-queue-head-question): New accessor function.
3273 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3274 Update for modified queue structure.
3275 (tq-queue-add): Accept `question' argument.
3276 (tq-queue-pop): If a question is pending, send it.
3277 (tq-enqueue): Accept new optional argument `delay-question'.
3278 If this is non-nil, and at least one other question is pending a
3279 response, queue the question rather than sending it immediately.
3280
3281 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3282
3283 * calendar/appt.el (appt-add): Check whether an appointment is
3284 already present in appt-time-msg-list. Simplify code.
3285
3286 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3287
3288 * progmodes/cc-langs.el (c-mode-menu):
3289 Don't presume c-subword-mode is bound.
3290
3291 2006-04-13 Bill Wohler <wohler@newt.com>
3292
3293 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3294 (customize-package-emacs-version): Use cdr instead of cadr now
3295 that alists use dotted pairs.
3296
3297 * custom.el (defcustom): Fix docstring for :package-version.
3298
3299 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3300
3301 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3302 (tramp-handle-shell-command): Display output buffer only when
3303 `tramp-display-shell-command-buffer' is true.
3304 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3305
3306 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3307
3308 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3309 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3310
3311 2006-04-13 Romain Francoise <romain@orebokech.com>
3312
3313 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3314 leaving temporary .cvsignore buffers behind.
3315
3316 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3317
3318 * textmodes/org.el (org-set-regexps-and-options)
3319 (org-get-current-options): Better names for the startup folding
3320 options.
3321
3322 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3323
3324 * vc.el (vc-annotate): Arrange for point to end up at the same
3325 line number as in the original, but only when using a new buffer.
3326
3327 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3328
3329 * files.el (hack-one-local-variable-eval-safep):
3330 Recognize `edebug-form-spec' for `put', but only if it passes
3331 `edebug-basic-spec'. Generalize `put' handling.
3332
3333 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3334 vetting file-local form specs.
3335
3336 * allout.el (allout-layout): Autoload its `safe-local-variable'
3337 property.
3338
3339 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3340
3341 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3342 (org-agenda-mouse-1-follows-link)
3343 (org-mouse-1-follows-link): New options.
3344 (org-format-agenda-item): Fix bug if TAGS is nil.
3345 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3346
3347 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3348
3349 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3350 GDB 6.1+ gives full filename for "info sources" so use
3351 file-name-nondirectory.
3352
3353 2006-04-12 Romain Francoise <romain@orebokech.com>
3354
3355 * subr.el (read-passwd): Bind `message-log-max' to nil.
3356
3357 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * progmodes/perl-mode.el (perl-indent-new-calculate):
3360 Recompute parse-start after jumping backward by a whole sexp.
3361
3362 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3365 window configuration.
3366 (vc-annotate-display-select): Select the buffer so that current-buffer
3367 (and selected-window) is the output buffer at the end of vc-annotate.
3368
3369 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3370
3371 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3372 8-color terminals, to use all of the colors in a sensible order.
3373 256-color terminals work well with the standard map.
3374 (vc-annotate-lines): Only strip the first color character if it
3375 is "#", to allow for terminal-style named colors.
3376 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3377 the correct buffer is scrolled.
3378
3379 2006-04-11 Richard Stallman <rms@gnu.org>
3380
3381 * emacs-lisp/bytecomp.el (byte-compile-file):
3382 Bind enable-local-variables to :safe, and make normal-mode obey it.
3383
3384 * files.el (enable-local-variables): Allow value :safe.
3385 (normal-mode): Doc fix.
3386 (hack-local-variables): Implement enable-local-variables = :safe.
3387 (hack-local-variables-confirm): Don't prevent quitting.
3388
3389 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3390
3391 * loadhist.el (unload-feature): A bit of sanity check of
3392 load-history entries. Cancel timer-vars before unbinding them.
3393
3394 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3395 quote special chars, and make the trick work on the hex part of the
3396 buffer as well.
3397 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3398 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3399
3400 * startup.el (normal-splash-screen): Fix last change so we don't wait
3401 2 minutes if we don't show the splash screen.
3402
3403 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3404
3405 * textmodes/org.el (org-export-plain-list-max-depth)
3406 (org-table-spaces-around-separators)
3407 (org-radio-targets, org-activate-camels)
3408 (org-table-spaces-around-invisible-separators): Options removed.
3409 (org-time-stamp-rounding-minutes, org-remember-templates)
3410 (org-ellipsis, org-activate-links, org-descriptive-links):
3411 New options.
3412 (org-remember-apply-template, org-current-time)
3413 (org-finish-edit-table-field)
3414 (org-link-unescape, org-link-escape)
3415 (org-string-width, org-table-clean-line, org-html-do-expand)
3416 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3417 (org-read-agenda-file-list): New functions.
3418 (org-table-edit-field)
3419 (org-table-create-or-convert-from-region): New commands
3420 (org-table-toggle-vline-visibility): Command removed.
3421 (org-table-convert-region): Made a command.
3422 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3423 Replace with the normal org- functions.
3424 (org-self-insert-command): Don't trigger realign unnecessarily
3425 when blanking a field that is not full.
3426 (org-mode): `Set buffer-invisibility-spec' for links.
3427 (org-activate-links2): Hide link part and only show descriptive
3428 part of the link.
3429 (org-insert-link): Modify for new linking system.
3430 (org-store-link): Store description separately, for use by
3431 `org-insert-link'.
3432 (org-table-align): Use `org-string-width'.
3433 (defgroup): Completely new group structure for custom variables.
3434 (org-agenda-files): Option: Single file name allowed. Function:
3435 Optional argument unrestrited means ignore any restricitons.
3436 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3437 trying to modify the menu. Use generalized access to
3438 `org-agenda-files.'
3439 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3440 (org-agenda-file-to-front, org-remove-file, org-diary)
3441 (org-tags-view, org-export-icalendar-all-agenda-files)
3442 (org-export-icalendar-combine-agenda-files): Use generalized
3443 access to `org-agenda-files'.
3444 (org-remember-handler): Correctly preserve heading if present.
3445 (org-table-insert-row, org-table-insert-hline): Deal with
3446 invisible characters.
3447
3448 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3449
3450 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3451 (vc-annotate-color-map): New 18 element constant
3452 value/saturation, rotating hue colormap, from red->blue.
3453 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3454 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3455 (vc-annotate): To avoid killing the required local variables,
3456 set them before the end of `with-output-to-temp-buffer', and
3457 after first switching to annotate-mode.
3458 (vc-annotate-warp-version): Add buffer argument in goto-line to
3459 ensure annotation, not source, is scrolled.
3460
3461 2006-04-10 Bill Wohler <wohler@newt.com>
3462
3463 * custom.el (defcustom, custom-handle-keyword):
3464 Add :package-version keyword.
3465 (custom-add-package-version): New function. Sets value of new
3466 property 'custom-package-version from :package-version keyword.
3467 (defcustom): Create Common Keywords section in docstring.
3468 (defface, defgroup): Replace definitions of a select few keywords
3469 with a reference to the Common Keywords in defcustom.
3470 (defcustom, defface, defgroup): Replace reference to Customization
3471 chapter in manual with hyperlink.
3472
3473 * cus-edit.el (customize-package-emacs-version-alist):
3474 New variable.
3475 (customize-changed-options): Add check for custom-package-version.
3476 (customize-package-emacs-version): New function to look up Emacs
3477 version corresponding to the given package version.
3478
3479 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3480 defun name, in similar fashion to find-variable-regexp.
3481
3482 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3483
3484 * international/mule-cmds.el (set-locale-environment): Fix last
3485 change for when the locale's preferences don't specify any encoding.
3486
3487 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3488
3489 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3490 so the defined var/fun doesn't need to be quoted.
3491
3492 2006-04-10 Richard Stallman <rms@gnu.org>
3493
3494 * finder.el (finder-mode-map): Add n and p bindings.
3495
3496 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3497
3498 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3499 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3500 (gdb-setup-windows): Put something in source window if we can't find
3501 the source file.
3502 (gdb-frame-handler): Make it work again with just assembly.
3503 (gdb-data-list-register-values-handler): Make it work when there is
3504 no stack.
3505
3506 2006-04-09 Richard Stallman <rms@gnu.org>
3507
3508 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3509 specs while looking for charset.
3510
3511 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3512
3513 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3514 Make them faces.
3515 (lm-font-lock-keywords): Update appropriately.
3516
3517 2006-04-10 Kim F. Storm <storm@cua.dk>
3518
3519 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3520 it can also replace buffer-substring-no-properties.
3521
3522 * emulation/cua-base.el (cua-delete-region, cua-paste)
3523 (cua-repeat-replace-region): Use filter-buffer-substring.
3524
3525 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3526 (cua-cut-region-to-global-mark): Likewise.
3527
3528 * emulation/cua-rect.el (cua--extract-rectangle)
3529 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3530
3531 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3532
3533 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3534 entry-type. Add field delimiters to numerical fields if they are
3535 not present.
3536
3537 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3538
3539 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3540 string-const to return value.
3541 (bibtex-remove-delimiters): Use it.
3542
3543 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3544
3545 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3546 cl-byte-compile-compiler-macro unless it exists.
3547
3548 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3549
3550 * files.el (hack-local-variables-confirm) <offer-save>:
3551 Clarify message text. Suggested by Ralf Angeli.
3552
3553 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3554
3555 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3556 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3557 instead of `buffer-substring' and `delete-region'. (Most of the
3558 code actually copied from `kill-region'.)
3559
3560 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3561
3562 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3563 (rcirc-default-port): Rename from rcirc-port.
3564 (rcirc-default-nick): Rename from rcirc-nick.
3565 (rcirc-default-user-name): Rename from rcirc-user-name.
3566 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3567 (rcirc-low-priority-flag): New variable.
3568 (rcirc-decode-coding-system): New defcustom.
3569 (rcirc-encode-coding-system): New defcustom.
3570 (rcirc-coding-system-alist): New defcustom.
3571 (rcirc-multiline-major-mode): New defcustom.
3572 (rcirc-nick): New internal variable.
3573 (rcirc-process): Remove variable.
3574 (rcirc-server-buffer): New variable.
3575 (rcirc): Update to use rcirc-default-* variables above.
3576 (rcirc-connect): Do not add window-configuration-hook-here.
3577 (rcirc-server): New internal variable.
3578 (rcirc-connect): Do not send keepalive pings if
3579 rcirc-keepalive-seconds is nil.
3580 (with-rcirc-server-buffer): New macro.
3581 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3582 (rcirc-server-name): Rename from rcirc-server.
3583 (rcirc-buffer-process): New function.
3584 (rcirc-buffer-nick): New function.
3585 (rcirc-buffer-target): Remove function.
3586 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3587 New commands.
3588 (rcirc-mode-map): Change binding of C-c C-l to
3589 rcirc-toggle-low-priority.
3590 (rcirc-mode): Initialize coding system based on
3591 rcirc-coding-system-alist. New change-major-mode-hook to part the
3592 channel on a mode change. Make kill-buffer-hook buffer-local.
3593 (rcirc-change-major-mode-hook): New function.
3594 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3595 (rcirc-last-post-time): New variable.
3596 (rcirc-process-message): Store the last time user posted a message
3597 to this target.
3598 (rcirc-multiline-minor-mode): New mode.
3599 (rcirc-multiline-minor-mode-map): New mode map.
3600 (rcirc-edit-multiline): Put multiline-edit buffer in
3601 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3602 (rcirc-print): Ignore any line starting with an ignored nick.
3603 (rcirc-print): Decode using rcirc-decode-coding-system.
3604 (rcirc-track-minor-mode): Update global-mode-string when disabling
3605 this mode.
3606 (minor-mode-alist): Add LowPri indicator.
3607 (rcirc-toggle-low-priority): New function.
3608 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3609 next lowpriority buffer with activity.
3610 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3611 last time the user posted a message in to the target.
3612 (rcirc-update-activity-string): New formatting for low priority
3613 buffers.
3614 (rcirc-split-activity): New function.
3615 (rcirc-handler-PART, rcirc-handler-KICK)
3616 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3617 (rcirc-nick-away-alist): New variable.
3618 (rcirc-handler-301): New handler. Away messages are printed once
3619 per change.
3620
3621 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3622
3623 * info.el (Info-follow-nearest-node): Doc fix.
3624
3625 * international/mule-cmds.el (set-locale-environment): Make sure
3626 the coding-system preferred by the locale's language has the same
3627 EOL conversion type as the original buffer-file-coding-system.
3628 (locale-language-names): Add a few MS Windows language codes.
3629
3630 2006-04-07 Richard Stallman <rms@gnu.org>
3631
3632 * simple.el (eval-expression): Doc fix.
3633
3634 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3635 (eval-defun): Doc fixes.
3636
3637 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3638
3639 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3640
3641 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3642
3643 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3644 GDB list command without argument for greater generality.
3645
3646 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3647
3648 * subr.el (string-or-null-p): New function.
3649
3650 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3651
3652 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3653
3654 * files.el: Update comment about safe-local-variable declarations.
3655
3656 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3657
3658 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3659 See idlwave.org.
3660
3661 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3662 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3663
3664 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3665 See idlwave.org.
3666
3667 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3668 version 6.0 (minimal changes). See idlwave.org.
3669
3670 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3671 6.0 (minimal changes). See idlwave.org.
3672
3673 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3674
3675 2006-04-06 Romain Francoise <romain@orebokech.com>
3676
3677 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3678 symmetric encryption features and a new asynchronous interface to
3679 GnuPG. This new version is version 1.4, plus whitespace changes.
3680
3681 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3682
3683 * files.el: Move some `safe-local-variable' declarations to the
3684 respective files.
3685
3686 * textmodes/ispell.el (ispell-check-comments)
3687 (ispell-local-dictionary): Mark as safe.
3688
3689 * abbrev.el (abbrev-mode): Mark as safe.
3690
3691 * add-log.el (change-log-default-name): Mark as safe.
3692
3693 * textmodes/reftex-vars.el (reftex-vref-is-default)
3694 (reftex-fref-is-default, reftex-level-indent)
3695 (reftex-guess-label-type): Mark as safe.
3696
3697 * textmodes/fill.el (colon-double-space): Mark as safe.
3698
3699 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3700 (sentence-end-double-space, sentence-end-without-period)
3701 (sentence-end-without-space, sentence-end, sentence-end-base)
3702 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3703
3704 2006-04-06 Kim F. Storm <storm@cua.dk>
3705
3706 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3707 the :set-after list.
3708 (ido-downcase-unc-hosts): New user option. Default on.
3709 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3710 when it is set, as regexps are now applied on the fly.
3711 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3712 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3713 on the fly, but only when ido-process-ignore-lists is set.
3714 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3715 Only downcase names if ido-downcase-unc-hosts is set.
3716
3717 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3720
3721 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3722
3723 2006-04-05 Kim F. Storm <storm@cua.dk>
3724
3725 * ido.el (ido-mode): Set after ido-unc-hosts and
3726 ido-ignore-unc-host-regexps.
3727 (ido-save-history): Save ido-unc-hosts-cache.
3728 (ido-load-history): Load ido-unc-hosts-cache.
3729 (ido-reread-directory): Refresh unc hosts cache in // dir.
3730
3731 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3732 to nil while displaying slash screen.
3733
3734 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3735
3736 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3737 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3738
3739 2006-04-05 Kenichi Handa <handa@m17n.org>
3740
3741 * international/characters.el: Setup cases of Latin, Greek, and
3742 Cyrillic characters in CJK charsets.
3743
3744 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3745
3746 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3747 default-enable-multibyte-characters. This reverts the change from
3748 revision 6.17 which is no longer necessary because the passphrase
3749 is sent separately now. GnuPG messages are unreadable under
3750 multibyte locales with default-enable-multibyte-characters set to nil.
3751
3752 2006-04-04 Andreas Schwab <schwab@suse.de>
3753
3754 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3755 and `byte-compile-warnings' as `safe-local-variable'.
3756
3757 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3758
3759 * man.el (Man-mode-map): Restore the \r binding.
3760 (Man-abstract-xref-man-page): If Man-target-string is a function,
3761 call it.
3762 (Man-highlight-references): Use Man-default-man-entry to get the
3763 target. Deal with xrefs too.
3764 (Man-highlight-references0): Don't call the target function.
3765
3766 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3767 cannot deal with it.
3768
3769 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3770
3771 * pgg-gpg.el: Clean up process buffers every time gpg processes
3772 complete.
3773
3774 2006-04-04 Kenichi Handa <handa@m17n.org>
3775
3776 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3777 here.
3778 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3779 Temporarily bind inhibit-field-text-motion to t.
3780
3781 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3782
3783 * startup.el (normal-splash-screen): Only set mode-line-format in the
3784 splash buffer, so as not to interfere when debugging the code.
3785 Ignore errors when switching buffer.
3786
3787 2006-04-03 Romain Francoise <romain@orebokech.com>
3788
3789 * dired.el (dired-dnd-protocol-alist): Fix typo.
3790
3791 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3792
3793 * savehist.el (savehist): Add :version.
3794 (savehist-ignored-variables): New variable.
3795 (savehist-minibuffer-hook): Don't save variables listed in
3796 `savehist-ignored-variables'.
3797
3798 * dired.el (dired-dnd-protocol-alist): Mention that change does
3799 only apply to new buffers in doc string.
3800
3801 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3802
3803 * recentf.el (recentf-open-files-item): Include newline in button
3804 field, so opening a file will work, when the point is at the end
3805 of the file name. Allow, for example, to [i]search a file by
3806 extension and just push RET to open it.
3807
3808 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3809
3810 * pgg-gpg.el (pgg-gpg-process-filter)
3811 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3812
3813 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3814 lines, temporary fix.
3815
3816 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3817
3818 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3819
3820 2006-04-02 Richard Stallman <rms@gnu.org>
3821
3822 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3823
3824 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3827 header-mouse-map.
3828
3829 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3830 (ibuffer-mode-header-map): New keymaps.
3831 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3832 and keybindings for column headers.
3833 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3834 property.
3835
3836 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3837
3838 * speedbar.el (speedbar-after-create-hook): Doc fix.
3839
3840 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3841
3842 * shell.el (shell-directory-tracker)
3843 (shell-dynamic-complete-command): Doc fixes.
3844
3845 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3846
3847 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3848 terminals.
3849
3850 2006-04-01 Kim F. Storm <storm@cua.dk>
3851
3852 * ido.el (ido-unc-hosts-cache): New defvar.
3853 (ido-unc-hosts): If value of defcustom is a function, call it to
3854 get list of UNC hosts. Add function-item choices to specify
3855 ido-unc-hosts-net-view or user function.
3856 (ido-ignore-unc-host-regexps): New defcustom.
3857 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3858 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3859 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3860
3861 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3862
3863 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3864 wwidth.
3865
3866 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3867
3868 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3869 (ido-max-work-file-list, ido-switch-buffer)
3870 (ido-read-file-name-as-directory-commands):
3871 Fix typos in docstrings.
3872
3873 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3874
3875 * term/mac-win.el (mac-system-coding-system): Define and use after
3876 Mac-specific coding systems are ready.
3877
3878 2006-03-27 Romain Francoise <romain@orebokech.com>
3879
3880 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3881
3882 * ldefs-boot.el: Update.
3883
3884 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3885
3886 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3887 passphrases when it is not needed.
3888 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3889 passphrase stuff from gpg, should only be necessary when you use
3890 gpg with a smartcard.
3891
3892 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3893
3894 * comint.el (comint-dynamic-list-completions): Allow user to
3895 select *Completions* buffer.
3896
3897 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3898
3899 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3900
3901 2006-03-26 Andreas Schwab <schwab@suse.de>
3902
3903 * progmodes/gud.el (gdb): Only complain about multiple debugging
3904 when the gdb process is still running.
3905
3906 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3907
3908 * mail/rmail.el (tool-bar-map): Defvar it.
3909 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3910 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3911
3912 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3913
3914 * help.el (print-help-return-message): Suggest to use
3915 display-buffer instead of switch-to-buffer-other-window to restore
3916 the previous window without selecting it.
3917
3918 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3919
3920 * frame.el (select-frame-by-name): Call x-focus-frame also when
3921 window-system is mac.
3922
3923 * term/mac-win.el: Adjust Courier font specifications in
3924 x-fixed-font-alist.
3925 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3926 when directly encoding to UTF-16 in native byte order, no BOM.
3927
3928 2006-03-25 Kim F. Storm <storm@cua.dk>
3929
3930 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3931 (cua--init-keymaps): Use it instead of fixed C-return.
3932 (cua-mode): Set after it.
3933
3934 * emulation/cua-rect.el (cua--init-rectangles):
3935 Use cua-rectangle-mark-key instead of fixed C-return.
3936
3937 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3938
3939 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3940 "run" in .gdbinit.
3941 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3942
3943 2006-03-24 Romain Francoise <romain@orebokech.com>
3944
3945 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3946 `display-buffer-other-frame'.
3947
3948 2006-03-24 Kim F. Storm <storm@cua.dk>
3949
3950 * apropos.el (apropos-synonyms): Add selection => region.
3951
3952 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3953
3954 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3955 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3956 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3957 (gdb-data-list-register-values-regexp)
3958 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3959 Future proof against new fields being added to MI output.
3960 (gdb-send): Don't treat backslashes for program input as
3961 continuations.
3962 (gdb-assembler-handler): Don't use window-start for this handler.
3963 (gdb-frame-handler): Don't change to hollow arrow if overlay
3964 arrow doesn't move to new frame.
3965
3966 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3967
3968 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3969 prevent compiler warnings.
3970 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3971 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3972 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3973 buffer too.
3974
3975 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3976
3977 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3978 make-network-process, so we can use the same code in Gnus v5-10
3979 too and have this file fully synchronized with that release.
3980
3981 2006-03-23 Romain Francoise <romain@orebokech.com>
3982
3983 * ibuf-ext.el (ibuffer-read-filter-group-name):
3984 Use `ibuffer-generate-filter-groups' to make completion list match
3985 the filter groups that are really displayed in the Ibuffer buffer.
3986 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3987
3988 2006-03-23 Kenichi Handa <handa@m17n.org>
3989
3990 * international/mule-cmds.el (sort-coding-systems): Describe that
3991 the argument is modified in docstring.
3992
3993 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3994
3995 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3996 (pgg-gpg-update-agent): New function.
3997 (pgg-gpg-use-agent-p): New function.
3998 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3999 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4000 (pgg-gpg-sign-region): Use it.
4001
4002 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4003
4004 * cus-edit.el (custom-face-set): Call custom-push-theme before
4005 face-spec set so that `changed' theme is correctly saved.
4006 (custom-face-reset-standard): Reset to recalculated face rather
4007 than defface spec.
4008
4009 * custom.el (custom-push-theme): Only save `changed' theme if the
4010 current face does not match the defface specs.
4011
4012 2006-03-21 Simon Josefsson <jas@extundo.com>
4013
4014 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4015 <wilde@sha-bang.de>.
4016 (pgg-gpg-use-agent): New variable.
4017 (pgg-gpg-process-region): Use it.
4018 (pgg-gpg-encrypt-region): Likewise.
4019 (pgg-gpg-encrypt-symmetric-region): Likewise.
4020 (pgg-gpg-decrypt-region): Likewise.
4021 (pgg-gpg-sign-region): Likewise.
4022 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4023
4024 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4025
4026 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4027 bracket links.
4028
4029 2006-03-21 Kim F. Storm <storm@cua.dk>
4030
4031 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4032 fringe-indicator-alist instead of modifying global value.
4033 (gdb-frame-handler): Likewise.
4034
4035 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4036
4037 * diff-mode.el (diff-function): Make it inherit from diff-header
4038 instead of diff-context.
4039
4040 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4041 bitmap.
4042 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4043 change names in macro above for consistency.
4044 (gdb-frame-handler): Use hollow-right-triangle for all selected
4045 frames which except the innermost (where execution has stopped).
4046 (gdb-reset): Reset buffer-local values of overlay-arrow.
4047
4048 2006-03-20 Richard Stallman <rms@gnu.org>
4049
4050 * simple.el (set-mark-command): Doc fix.
4051
4052 * files.el (display-buffer-other-frame): New command.
4053 (ctl-x-4-map): Bind C-x 5 C-o to it.
4054
4055 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4056
4057 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4058 rather than just defer-time, in case defer-time has been changed but
4059 the timer isn't running yet.
4060 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4061
4062 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4063
4064 * help-mode.el (help-follow-symbol): New function.
4065 Essentially identical to the old `help-follow', but do not let
4066 `push-button' do the work when on an xref.
4067 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4068
4069 2006-03-19 Richard Stallman <rms@gnu.org>
4070
4071 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4072 preceded by the word `program'.
4073 (help-follow-mouse, help-follow): Throw error if not on xref.
4074 Delete no longer used args.
4075
4076 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4077
4078 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4079 annotation ensure gud-overlay-arrow-position is redisplayed.
4080
4081 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4082
4083 * textmodes/bibtex.el (bibtex-include-OPTkey)
4084 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4085 (bibtex-autokey-name-case-convert)
4086 (bibtex-autokey-titleword-case-convert): Make these the aliases
4087 for the following two variables.
4088 (bibtex-autokey-name-case-convert-function)
4089 (bibtex-autokey-titleword-case-convert-function): Make these the
4090 real names.
4091 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4092 bibtex-font-lock-crossref sublists.
4093 (bibtex-mode): Revert 2005-12-30 change (which made
4094 completion-ignore-case buffer-local).
4095 (bibtex-url): Simplify.
4096
4097 2006-03-19 Kim F. Storm <storm@cua.dk>
4098
4099 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4100 cursor property value to 2 (to align with C level change).
4101
4102 2006-03-19 Bill Wohler <wohler@newt.com>
4103
4104 * image.el (image-load-path-for-library): Shorten first line in
4105 docstring.
4106
4107 2006-03-18 Richard Stallman <rms@gnu.org>
4108
4109 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4110
4111 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4112
4113 * isearch.el (isearch-other-meta-char): Handle user bindings for
4114 shifted control characters.
4115
4116 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4117
4118 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4119 part that matches email addresses, file names, etc.
4120
4121 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4122
4123 * term/w32-win.el (mouse-set-font):
4124 Mention w32-list-proportional-fonts in the doc string.
4125
4126 2006-03-18 Kim F. Storm <storm@cua.dk>
4127
4128 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4129 (ido-unc-hosts): New user option to explicitly define list of know
4130 UNC-style hosts for completion.
4131 (ido-cache-unc-host-shares-time): New user option.
4132 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4133 New helper functions for UNC file-name support.
4134 (ido-may-cache-directory): Check for UNC host. Simplify.
4135 (ido-wash-history): Clean out old UNC hosts.
4136 (ido-nonreadable-directory-p): UNC hosts are always readable.
4137 (ido-directory-too-big-p): UNC hosts are never too big.
4138 (ido-set-current-directory): Handle UNC root path.
4139 (ido-file-name-all-completions): Complete UNC host names from
4140 ido-unc-hosts list. Cache UNC host shares.
4141 (ido-make-file-list-1): Don't filter UNC root.
4142 (ido-exhibit): Check for // in root directory, and switch to UNC
4143 mode by setting ido-current-directory to //.
4144
4145 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4146
4147 * cus-edit.el (customize-changed-options): Mention explicit
4148 version number as default in prompt.
4149
4150 2006-03-17 Bill Wohler <wohler@newt.com>
4151
4152 * image.el (image-load-path-for-library): Minor docstring fix.
4153
4154 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4155
4156 * textmodes/org.el (org-read-date): Include subgroup 5 into
4157 replacement text.
4158 (org-popup-calendar-for-date-prompt): Fix customization type.
4159
4160 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4161
4162 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4163 (gdb-continuation): New variable.
4164 (gdb-send): Deal with continuation lines.
4165
4166 * progmodes/gud.el (gud-gdb-complete-command)
4167 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4168 expressions.
4169 (gud-tooltip-mode): Use buffer-local value.
4170
4171 2006-03-16 Kim F. Storm <storm@cua.dk>
4172
4173 * ido.el (ido-edit-input): Use selected match, if any.
4174
4175 2006-03-16 Bill Wohler <wohler@newt.com>
4176
4177 * image.el (image-load-path-for-library): Prefer user's images in
4178 image-load-path.
4179
4180 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4181
4182 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4183 when checking for attempt to drag leftmost or rightmost scrollbar.
4184
4185 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4186
4187 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4188 (gdb-force-mode-line-update): New function.
4189 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4190 (gdb-exited): Use them.
4191 (gdb-signal): New function.
4192 (gdb-annotation-rules): Provide a rule for it.
4193
4194 2006-03-16 Kenichi Handa <handa@m17n.org>
4195
4196 * international/mule.el (auto-coding-regexp-alist): Add entries
4197 for Unicode BOM.
4198
4199 * sort.el (sort-build-lists): Temporarily bind
4200 inhibit-field-text-motion to t.
4201
4202 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4203
4204 * locate.el (locate-command, locate-make-command-line)
4205 (locate-fcodes-file, locate-update-command)
4206 (locate-prompt-for-command, locate, locate-with-filter)
4207 (locate-get-file-positions): Doc fixes.
4208 (locate-buffer-name, locate-header-face): Remove leading `*' in
4209 defcustom.
4210 (locate-filter-output): Use `keep-lines' instead of its alias
4211 `delete-non-matching-lines'.
4212 (locate-get-filename, locate-get-dirname): Add introductory comment.
4213 (locate-find-directory-other-window): Give appropriate error
4214 message if used outside main listing.
4215
4216 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4217
4218 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4219 the new extend-region feature.
4220 (font-lock-after-change-function): Update correspondingly.
4221 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4222 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4223
4224 2006-03-15 Bill Wohler <wohler@newt.com>
4225
4226 * image.el (image-load-path-for-library): Fix example by not
4227 recommending that one binds image-load-path. Just defvar it to
4228 placate compiler and only use it if previously defined.
4229
4230 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4231
4232 * textmodes/org.el (org-insert-centered): Use `string-width' to
4233 make underlining work for wide characters.
4234 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4235 TAB to `org-cycle', to make sure that no binding in
4236 `outline-mode-map' can supercede it.
4237
4238 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4239
4240 * allout.el: Increment version to 2.2.1 in file commentary.
4241
4242 (allout-version): Increment to 2.2.1.
4243
4244 (allout-default-layout): New customization variable, used when the
4245 file lacks a specific allout-layout. Uses allout-layout-type for
4246 recursively nested definition.
4247
4248 (allout-layout-type): Widget defining allout layouts, necessary for
4249 self-recursive definition.
4250
4251 (allout-mode): Incorporate allout-default-layout as fallback for
4252 allout-layout.
4253
4254 (allout-layout): Mark as 'safe-local-variable', and refer mention
4255 fallback to `allout-default-layout' in absence of a specified value.
4256 (allout-passphrase-verifier-string)
4257 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4258
4259 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4260
4261 (allout-get-encryption-passphrase-verifier): Use correct name of
4262 passphrase verifier in docstring.
4263
4264 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4265
4266 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4267 elements.
4268 (gdb-find-watch-expression): Make it work for arrays too.
4269 Follow change to gdb-var-list.
4270 (gud-watch): Allow the user to enter variable name with a prexix
4271 arg. Create keybindings.
4272 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4273 (gdb-var-list-children-handler, gdb-var-update-handler)
4274 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4275 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4276 Follow change to gdb-var-list.
4277 (gdb-starting): Don't show the overlay arrows when program is running.
4278
4279 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4280 gdb-var-list.
4281
4282 2006-03-14 Bill Wohler <wohler@newt.com>
4283
4284 * image.el (image-load-path-for-library): Pass value of path
4285 rather than symbol. Always return list of directories.
4286 Guarantee that image directory comes first.
4287
4288 2006-03-14 Alan Mackenzie <acm@muc.de>
4289
4290 * font-core.el (font-lock-extend-region\(-function\)?.):
4291 New function/variable.
4292
4293 * font-lock.el (font-lock-after-change-function):
4294 Call font-lock-extend-region. Obey font-lock-lines-before.
4295 (font-lock-default-fontify-region): Remove reference to
4296 font-lock-lines-before.
4297
4298 * jit-lock.el (jit-lock-after-change):
4299 Call font-lock-extend-region. Obey font-lock-lines-before.
4300
4301 2006-03-14 David Ponce <david@dponce.com>
4302
4303 * tree-widget.el (tree-widget-themes-load-path)
4304 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4305
4306 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4307
4308 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4309 (rcirc-print): Mark the start of text at the end of the prompt.
4310 (rcirc-track-minor-mode): Add autoload cookie.
4311 (rcirc-update-activity-string): Add space to front of mode-line
4312 indicator.
4313
4314 2006-03-13 Miles Bader <miles@gnu.org>
4315
4316 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4317 (rcirc-abbrev-nick): Remove function.
4318 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4319
4320 2006-03-13 David Ponce <david@dponce.com>
4321
4322 * tree-widget.el: Handle themes across all occurrences of the main
4323 themes sub-directory found in tree-widget-themes-load-path.
4324 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4325 (tree-widget--locate-sub-directory): Return all occurrences.
4326 (tree-widget-themes-path): New function.
4327 Replace tree-widget-themes-directory, and return a list of directories.
4328 (tree-widget-set-parent-theme)
4329 (tree-widget-lookup-image): Use it.
4330
4331 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4332
4333 * textmodes/org.el (org-link-search): Avoid self-matching of
4334 links, allow target text to be distributed over several lines.
4335 (org-search-not-link): New function.
4336 (org-set-regexps-and-options, org-get-current-options):
4337 New startup options.
4338 (org-export-as-html): Take odd-level setting from local variable.
4339 (org-fontify-emphasized-text): New option.
4340 (org-set-font-lock-defaults): Include emphasized text.
4341 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4342 (org-font-lock): Customize group renamed from `org-faces'.
4343
4344 2006-03-13 John Paul Wallington <jpw@pobox.com>
4345
4346 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4347 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4348
4349 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4350
4351 * cus-start.el (all): Delete :version keyword for members of the
4352 fringe group, since the entire group is new in 22.1.
4353
4354 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4355
4356 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4357 map if value is hexadecimal (an address).
4358 (gud-watch): Only search roots for existing watch expressions.
4359 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4360 prevent caching problems with speedbar-update-directory-contents.
4361
4362 2006-03-12 Juri Linkov <juri@jurta.org>
4363
4364 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4365 before comparing with `low' and `warn'.
4366
4367 * info.el (Info-dir-remove-duplicates): Move point to the
4368 beginning of the current line after deleting the entries from
4369 redundant heading. Use marker for `limit' and compare it with
4370 point before calling `re-search-forward'.
4371
4372 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4373
4374 * simple.el (yank): Fix typo in docstring.
4375
4376 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4377
4378 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4379 messages, where "D" is the 6th character.
4380
4381 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4382
4383 * simple.el (yank): Fix last change.
4384
4385 2006-03-11 David Ponce <david@dponce.com>
4386
4387 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4388 merging elements from the standard ispell-dictionary-alist.
4389 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4390 alist, and return the new alist.
4391
4392 2006-03-11 Richard Stallman <rms@gnu.org>
4393
4394 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4395
4396 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4397 the way it is implemented is too unclean.
4398
4399 * simple.el (kill-region, yank): Doc fix.
4400
4401 * battery.el (battery-echo-area-format): Doc fix.
4402 (battery-mode-line-format): Likewise.
4403 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4404 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4405
4406 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4407
4408 * progmodes/octave-mod.el (octave-indent-for-comment):
4409 Behave according to do string.
4410
4411 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4412
4413 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4414 Be visible only if major mode is Mail Mode.
4415
4416 * textmodes/flyspell.el (flyspell-external-point-words)
4417 (flyspell-process-localwords): Fix last changes.
4418
4419 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4420
4421 * calendar/holidays.el (list-holidays): Doc fix.
4422
4423 * international/mule.el (auto-coding-alist): Add .odt
4424 (OpenOffice's open document) files.
4425
4426 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4427 document) files. Mention in the doc string the need to sync with
4428 auto-coding-alist.
4429
4430 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4431
4432 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4433 enable-local-variables is set to always query, or there is no
4434 savable variable.
4435
4436 2006-03-10 Bill Wohler <wohler@newt.com>
4437
4438 * image.el (image-load-path-for-library): Merge at least three
4439 functions from Gnus and MH-E into this one function that can now
4440 be shared.
4441
4442 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4443
4444 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4445 gdb-remove-mouse-face and remove help-echo too.
4446 (gdb-enqueue-input): Correct conditional clause.
4447
4448 2006-03-10 Glenn Morris <rgm@gnu.org>
4449
4450 * calendar/calendar.el (calendar-holidays): Doc fix.
4451 * calendar/holidays.el (list-holidays): Doc fix.
4452
4453 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4454
4455 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4456 it gets called in gdb-prompt anyway.
4457 (gdb-use-separate-io-buffer): Only restore window arrangement for
4458 gdb-many-windows.
4459 (gdb-enqueue-input): Make it harder to send GDB input when program
4460 is running.
4461 (gdb-buffer-list): New variable.
4462 (gdb-remove-mouse-face): New function.
4463 (gdb-starting): Use it when GDB input won't get sent.
4464
4465 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4466
4467 * help.el (view-lossage): Remove trailing whitespace before
4468 inserting "\n".
4469
4470 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * files.el (hack-local-variables-confirm):
4473 Set coding-system-for-read to nil before writing to .emacs.
4474
4475 * arc-mode.el (archive-extract): Check if an existing buffer name
4476 comes from a different archive.
4477
4478 * help.el (describe-key-briefly): If KEY is a down event, read and
4479 discard the up event.
4480
4481 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4482
4483 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4484 be edited and use font-lock-warning-face for any changes.
4485
4486 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4487 (gdb-edit-value): Use it to report any errors.
4488
4489 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * help.el (describe-key): Remove leftover test code.
4492
4493 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4494
4495 * textmodes/org.el: Move defvars out of eval-when-compile.
4496 Use buffer-file-name variable.
4497 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4498 arg `file'.
4499 (org-level-faces): Remove startup dependency.
4500 (org-cycle, org-map-tree, org-scan-tags)
4501 (org-remember-handler): Don't call `outline-level' directly.
4502 (org-mhe-search-all-folders): New option.
4503 (org-mhe-get-message-folder-from-index)
4504 (org-mhe-get-message-folder): Fix indexing search.
4505 (org-format-agenda-item): Handle nil TAGS argument.
4506 (org-cleaned-string-for-export, org-activate-target-links)
4507 (org-make-target-link-regexp): Deal with empty radio target list.
4508 (org-tag): New face.
4509 (org-get-level-face): New function.
4510 (org-set-font-lock-defaults): Simplify setup for headlines.
4511 (org-complete): Pass common substring to `display-completion-list'.
4512
4513 2006-03-06 David Ponce <david@dponce.com>
4514
4515 * tree-widget.el: Update Commentary header.
4516 (tree-widget-theme-name): Ignore parent themes.
4517 (tree-widget-set-parent-theme): New function.
4518 (tree-widget-set-theme): Use it.
4519 (tree-widget-set-image-properties): Move definition. Does nothing
4520 if image properties have already been set.
4521 (tree-widget-image-properties): Move definition. Receive an image
4522 name. Set the :pointer property.
4523 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4524 Don't set the :pointer image property.
4525 (tree-widget-convert-widget): New function. Handle :dynargs
4526 compatibility here.
4527 (tree-widget): Use it to :convert-widget. Add the :expander-p
4528 predicate to control when the :expander function is entered.
4529 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4530 (tree-widget-value-create): Handle :expander-p. widget-apply
4531 :expander.
4532 (tree-widget-expander-p): New function. Default value of the
4533 :expander-p property.
4534
4535 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4536
4537 * help.el (describe-key): Properly handle the return value of
4538 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4539 remaps. Handle string and vector `follow-link' values.
4540
4541 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4542
4543 * complete.el (PC-expand-many-files): Try be more careful when parsing
4544 the shell's output.
4545
4546 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4547
4548 * outline.el (hide-sublevels): Provide better interactive default.
4549
4550 2006-03-06 Kenichi Handa <handa@m17n.org>
4551
4552 * international/fontset.el (create-fontset-from-fontset-spec):
4553 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4554
4555 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4556
4557 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4558 backslashes instead of one in regexp.
4559 (gud-tooltip-dereference): Add missing optional argument.
4560
4561 2006-03-04 John Paul Wallington <jpw@pobox.com>
4562
4563 * wdired.el (toplevel): Require `cl' at compile-time.
4564
4565 2006-03-04 Andreas Schwab <schwab@suse.de>
4566
4567 * server.el (server-process-filter): Handle errors during
4568 evaluation of the argument.
4569
4570 2006-03-03 John Paul Wallington <jpw@pobox.com>
4571
4572 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4573 escape parentheses at beginning of line.
4574 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4575 (t-mouse-mode): Remove period from end of error message.
4576
4577 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4578
4579 * textmodes/flyspell.el (flyspell-process-localwords):
4580 Be case-sensitive.
4581
4582 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4583
4584 * cus-edit.el (custom-quote): Remove function, since it has been
4585 moved to custom.el.
4586
4587 * font-lock.el (lisp-font-lock-keywords-2)
4588 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4589 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4590 they have no special meaning.
4591
4592 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4593 indirect buffer gets killed before indirect buffer. Use dolist.
4594
4595 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4596
4597 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4598 value instead of a literal constant (1) on more pauses.
4599
4600 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4601
4602 * textmodes/flyspell.el (flyspell-external-point-words):
4603 Be case-sensitive.
4604
4605 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4606
4607 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4608 with "www".
4609
4610 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4611
4612 * allout.el: Restablish intermediate missing comment header to
4613 preserve outline structure.
4614 (allout-beginning-of-current-entry): Skip invisible text.
4615 (allout-open-topic): Fix opening a topic at end-of-buffer.
4616 (allout-minor-mode): Move nearer to allout-mode function.
4617
4618 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4619
4620 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4621
4622 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4623
4624 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4625 is nil.
4626
4627 * progmodes/gud.el (gud-speedbar-menu-items):
4628 Use buffer-local-value and add missing :visible keyword.
4629
4630 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4631
4632 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4633
4634 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4635 must be `follow-link'.
4636
4637 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4638
4639 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4640 formatting: No nested anchors.
4641 (org-all-targets): Fix bug with XEmacs compatibility.
4642 (org-read-date): Add (require 'parse-time).
4643 (org-set-tags): Fix bug with extra inserted space.
4644 (org-export-html-style): Define a style class for targets.
4645 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4646 (org-hide-leading-stars): New option.
4647 (org-hide): New face.
4648 (org-set-font-lock-defaults): Allow to hide leading stars.
4649 (org-get-legal-level, org-tr-level): New functions.
4650 (org-odd-levels-only): New option.
4651 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4652 (org-demote, org-promote): Deal with double-star levels.
4653 (org-convert-to-odd-levels): New command.
4654
4655 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4656
4657 * speedbar.el (speedbar-update-localized-contents): Try to
4658 preserve window-start.
4659 (speedbar-update-directory-contents): Try to preserve window-start
4660 and window-point.
4661 (speedbar-update-special-contents): Don't move back to start of window.
4662
4663 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4664 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4665 speedbar-timer-fn.
4666 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4667 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4668 instead of gdb-speedbar-timer-fn.
4669
4670 2006-02-28 Jay Belanger <belanger@truman.edu>
4671
4672 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4673 (math-compose-expr): Use latex option when calling
4674 `math-compose-tex-matrix' for latex mode.
4675
4676 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4677
4678 * speedbar.el: Re-instate comments about developing for speedbar
4679 [this is what info and gdb-ui use even if better methods exist now].
4680
4681 * t-mouse.el: New file.
4682 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4683 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4684 (t-mouse-make-event-element): Use posn-at-x-y instead.
4685 (t-mouse-make-event): Deal with Fedora Core 3.
4686 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4687 (t-mouse-mouse-position-function): New function. Use it instead
4688 of advising mouse-position.
4689 (t-mouse-mode): New minor mode.
4690 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4691
4692 2006-02-27 Glenn Morris <rgm@gnu.org>
4693
4694 * calendar/calendar.el (calendar-holidays): Doc fix.
4695
4696 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4697
4698 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4699 Re-introduce the concept of a source window.
4700 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4701 consistency with get-buffer-create.
4702 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4703 (gdb-data-list-register-values-handler)
4704 (gdb-stack-list-locals-handler): Try to preserve window-start as
4705 well as window-point.
4706 (gdb-display-source-buffer): New function (old concept).
4707 (gdb-goto-breakpoint): Use it.
4708
4709 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4710 for gdb-ui/gdb-mi (old concept).
4711
4712 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4713
4714 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4715 binding.
4716
4717 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4718
4719 * textmodes/reftex-sel.el (reftex-select-label-map)
4720 (reftex-select-bib-map): Add `follow-mouse' binding.
4721
4722 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4723
4724 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4725 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4726 Give :set functions to provide automatic updating.
4727 Update docstring. Give compiler defvars early in the file
4728 and move the defcustoms to a later spot where all called functions
4729 are defined.
4730 (jka-compr-file-name-handler-entry): Doc fix.
4731 (jka-compr-compression-info-list--internal)
4732 (jka-compr-mode-alist-additions--internal)
4733 (jka-compr-load-suffixes--internal): New variables.
4734 (jka-compr-install): Set the three above variables.
4735 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4736 (jka-compr-update, jka-compr-set): New functions.
4737 (auto-compression-mode): Doc fix.
4738
4739 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4740 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4741 Use jka-compr-compression-info-list--internal,
4742 jka-compr-mode-alist-additions--internal and
4743 jka-compr-load-suffixes--internal.
4744
4745 * files.el (load-library):
4746 * loadhist.el (file-loadhist-lookup):
4747 * startup.el (command-line):
4748 * subr.el (locate-library):
4749 * emacs-lisp/autoload.el (update-directory-autoloads):
4750 * emacs-lisp/find-func.el (find-library-suffixes):
4751 Use `get-load-suffixes' instead of `load-suffixes'.
4752
4753 * subr.el (locate-library):
4754 * emacs-lisp/find-func.el (find-library-name):
4755 Use `load-file-rep-suffixes' instead of '("").
4756
4757 2006-02-26 Kim F. Storm <storm@cua.dk>
4758
4759 * ido.el (ido-save-history, ido-load-history): Simplify.
4760 Don't use find-file-noselect to avoid interference from other modes.
4761
4762 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4763
4764 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4765 to use the default shell if filename is not available.
4766 Reported by Giorgos Keramidas.
4767
4768 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4769
4770 * progmodes/etags.el (tags-completion-table): Do completion from
4771 all the tables in the current list, as documented in the manual.
4772
4773 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4774
4775 * CC Mode Update to 5.31.3.
4776
4777 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4778
4779 * progmodes/cc-mode.el (c-postprocess-file-styles):
4780 Bind inhibit-read-only to t, around the call to
4781 c-remove-any-local-eval-or-mode-variables, so that it works on a
4782 RO file.
4783
4784 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4785
4786 * progmodes/cc-awk.el: Correct a typo.
4787
4788 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4789
4790 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4791 c-hungry-delete-backwards, at the request of RMS. Leave the old
4792 name as an alias.
4793
4794 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4795
4796 * progmodes/cc-mode.el: Correct a typo.
4797
4798 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4799
4800 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4801
4802 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4803
4804 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4805 brace-else-brace (error due to mbeg, mend being undefined).
4806
4807 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4808
4809 * progmodes/cc-mode.el: File Local variables: Solve the problem
4810 where both `mode' and c-file-offsets are specified: `mode' will
4811 overwrite c-f-o's settings:
4812 (c-remove-any-local-eval-or-mode-variables): New function.
4813 (c-postprocess-file-styles): Call the above new function, within
4814 c-tentative-buffer-change, to splat `mode' and `eval' before the
4815 second hack-local-variables.
4816
4817 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4818
4819 * progmodes/cc-mode.el:
4820 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4821 (c-after-change): Protect the match data with save-match-data.
4822 It was getting corrupted by c-after-change-check-<>-operators.
4823
4824 * cc-defs.el: [Supersedes patch V1.38]:
4825 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4826 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4827
4828 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4829 with save-match-data. It was being corrupted when Font Lock was
4830 not enabled.
4831
4832 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4833
4834 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4835 Mode and Subword Mode.
4836
4837 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4838 real labels ("case 1:" or "foo:") from non-labels ("public:").
4839 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4840 coding; c-f-t-2 doesn't move over a token at EOB.
4841
4842 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4843
4844 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4845 (c-update-modeline): Concatenate the minor mode indicators
4846 directly onto mode-name, removing c-submode-indicators.
4847 Sometimes, c-s-i got separated from the mode name on the mode line.
4848
4849 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4850 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4851
4852 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4853
4854 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4855 error message when there's an evaluation error to show whether
4856 it's loaded from source or not.
4857 (c-filter-ops): Make it available at runtime too to work when
4858 `c-make-init-lang-vars-fun' needs to evaluate from source.
4859
4860 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * help.el (help): Revert last part of 2006-02-23 change (deletion
4863 of the `provide' call).
4864
4865 2006-02-23 Juri Linkov <juri@jurta.org>
4866
4867 * compare-w.el (compare-windows-highlight): Add new value
4868 `persistent' and change :type from `boolean' to `choice'.
4869 (compare-windows-overlays1, compare-windows-overlays2):
4870 New internal variables.
4871 (compare-windows-highlight): If compare-windows-highlight is
4872 `persistent', add current overlays to compare-windows-overlays[12]
4873 instead of adding compare-windows-dehighlight to pre-command-hook.
4874 (compare-windows-dehighlight): Delete all overlays from
4875 compare-windows-overlays[12].
4876
4877 * info.el (Info-search): Don't bind search-spaces-regexp to
4878 Info-search-whitespace-regexp in non-regexp isearch mode.
4879
4880 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4883
4884 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * textmodes/org.el (org-xemacs-p)
4887 (org-export-html-show-new-buffer, org-table-may-need-update)
4888 (org-insert-item, org-mhe-get-message-real-folder)
4889 (org-mhe-get-message-folder-from-index)
4890 (org-mhe-get-message-folder, org-mhe-get-message-num)
4891 (org-mhe-get-header, org-make-org-heading-search-string)
4892 (org-make-org-heading-camel, org-table-sort-lines)
4893 (org-format-org-table-html, org-format-table-table-html):
4894 Fix typos in docstrings.
4895
4896 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4897
4898 * textmodes/org.el (org-cleaned-string-for-export)
4899 (org-solidify-link-text): New function.
4900 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4901 XEmacs, just to silence the compiler.
4902 (org-export-as-ascii, org-export-as-html-and-open):
4903 Use `org-cleaned-string-for-export' and create internal links.
4904 (org-follow-mhe-link): Require mh-e, use folder.
4905
4906 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4907
4908 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4909
4910 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4911 gdb-debug-log-length.
4912 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4913 it a real ring but...
4914 (gud-gdba-marker-filter): ...make it work like mark-ring.
4915 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4916 (gdb-mouse-jump): New function. Add bindings.
4917
4918 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4919
4920 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4921 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4922 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4923 (gdb-debug-log-length): Customize it's length.
4924 (gud-watch, gdb-var-create-handler): Display function::var format
4925 but don't use to create variable object.
4926 (gdb-var-create-handler): Use message-box in place of message.
4927 (gdb-stopped): Call gdb-exited if signalled.
4928
4929 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4930
4931 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4932
4933 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4934
4935 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4936 if `reftex-try-all-extensions' is set.
4937
4938 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4939 fail silently when there is no valid argument at point.
4940 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4941 `fail-silently' argument. From a patch by David Reiter.
4942
4943 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4944 New commands.
4945 (org-mark-ring): New variable.
4946 (org-mark-ring-length): New option.
4947 (org-open-at-point, org-goto, org-open-file): Push old position
4948 onto the mark ring.
4949 (org-add-hook): New function.
4950 (org-export-table-remove-special-lines): New option.
4951 (org-skip-comments, org-format-org-table-html): Respect new
4952 option `org-export-table-remove-special-lines'.
4953 (org-open-file): Allow special command configuration for
4954 directory link.
4955 (org-file-apps): Fix bugs in customize type, added setting
4956 for directories.
4957 (org-activate-tags, org-format-agenda-item, org-complete)
4958 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4959 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4960 (org-link-search, org-make-org-heading-search-string)
4961 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4962 (org-radio-targets, org-file-link-context-use-camel-case)
4963 (org-activate-camels): New options.
4964 (org-update-radio-target-regexp, org-all-targets)
4965 (org-make-target-link-regexp, org-activate-target-links):
4966 New functions.
4967 (org-make-org-heading-search-string): New function.
4968 (org-store-link, org-insert-link): Use new option
4969 `org-file-link-context-use-camel-case'.
4970 (org-activate-camels): Use new option `org-activate-camels'.
4971 (org-link-regexp): Add mhe prefix.
4972 (org-open-at-point, org-store-link): Support for mhe links.
4973 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4974 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4975 (org-mhe-get-header, org-follow-mhe-link): New functions.
4976 (org-remove-angle-brackets, org-add-angle-brackets):
4977 New functions.
4978 (org-bracket-link-regexp): New constant.
4979 (org-read-date): Fix bug that was rejecting all typed dates.
4980 (org-link-search): Make hierarchy above visible after a match.
4981 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4982 (org-store-link): Fix bug with link creation when cursor is in
4983 an empty line.
4984 (org-open-at-point): Fix bug with matching a link.
4985 Fixed buggy argument sequence in call to `org-view-tags'.
4986 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4987 (org-prefix-has-tag): New variable.
4988 (org-format-agenda-item): Remove tags from headline
4989 if appropriate.
4990 (org-agenda-remove-tags-when-in-prefix): New option.
4991
4992 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4993
4994 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4995 Fix the regular expressions.
4996
4997 2006-02-21 Richard M. Stallman <rms@gnu.org>
4998
4999 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5000 if there's no other specific basis.
5001
5002 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5003 as variables at all.
5004 (unsafep-variable): Rename arg; doc fix.
5005
5006 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5007
5008 * calendar/appt.el (diary-selective-display): Add defvar.
5009
5010 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5011
5012 * isearch.el (search-whitespace-regexp): Fix custom type.
5013
5014 * help.el (describe-key-briefly): Compute interactive args
5015 in same was as before previous change.
5016
5017 * files.el (enable-local-variables): Doc fix.
5018
5019 2006-02-21 Kim F. Storm <storm@cua.dk>
5020
5021 * fringe.el: Cleanup as file is now pre-loaded.
5022 (fringe-bitmaps): Initialize unconditionally.
5023 (fringe-mode, set-fringe-style): Remove autoload cookies.
5024
5025 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5026
5027 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5028 `horizontal-bar'.
5029 (fringe-cursor-alist): Use `horizontal-bar'.
5030
5031 2006-02-20 Kim F. Storm <storm@cua.dk>
5032
5033 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5034 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5035
5036 * loadup.el: Load "fringe" on window systems.
5037
5038 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5041 out of scope components.
5042
5043 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5044 default.
5045
5046 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5047
5048 * custom.el (customize-mark-to-save, customize-mark-as-set):
5049 Load the symbol first.
5050
5051 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5054 strech spec so it doesn't display as "^J" on the header line
5055 when `Buffer-menu-use-header-line' is t.
5056
5057 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5058
5059 * speedbar.el (speedbar-make-button): Keep text properties
5060 of string arguments if desired.
5061
5062 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5063 expessions.
5064
5065 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5066 of speedbar.
5067
5068 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5069
5070 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5071 to value of `read-file-name-completion-ignore-case'.
5072
5073 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5074
5075 * custom.el (customize-mark-as-set): Push to `user' theme.
5076
5077 * cus-edit.el (custom-save-variables): Allow unthemed values.
5078 (customize-set-variable): Push setting to `user' theme.
5079
5080 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5081
5082 * progmodes/gud.el: Don't require font-lock as it's now
5083 automatically loaded.
5084 (gud-speedbar-buttons): Replace gdb-var-changed with
5085 gdb-force-update.
5086
5087 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5088 gdb-var-changed.
5089 (gdb-post-prompt): Use it.
5090 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5091 (gdb-var-update-handler, gdb-var-delete)
5092 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5093 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5094 gdb-force-update in gdb-post-prompt.
5095 (gdb-reset): Clear watch expressions from speedbar when quitting.
5096
5097 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5098
5099 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5100 (viper-change-state-to-vi, viper-change-state-to-emacs):
5101 Make aware of cursor coloring in the Emacs state.
5102 (viper-special-read-and-insert-char): Use read-char-exclusive.
5103 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5104
5105 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5106
5107 * viper-util.el (viper-save-cursor-color)
5108 (viper-get-saved-cursor-color-in-replace-mode)
5109 (viper-get-saved-cursor-color-in-insert-mode)
5110 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5111 state.
5112 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5113
5114 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5115 (ediff-ignore-case-option3, ediff-actual-diff-options)
5116 (ediff-actual-diff3-options): New variables to control case sensitivity.
5117 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5118 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5119 (ediff-toggle-ignore-case): New function.
5120 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5121
5122 * ediff-help.el (ediff-long-help-message-narrow2)
5123 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5124 (ediff-long-help-message-word-mode): Add ignore-case command.
5125 (ediff-help-for-quick-help): Add ignore-case command.
5126
5127 * ediff-merg.el: Move provide to the end.
5128
5129 * ediff-ptch.el: Move provide to the end.
5130
5131 * ediff-wind.el: Move provide to the end.
5132
5133 * ediff-mult.el: Move provide to the end.
5134 (ediff-set-meta-overlay): Enable follow-link.
5135
5136 * ediff.el: Move provide to the end.
5137 Break recursive load cycle in eval-when-compile.
5138 (ediff-patch-buffer): Better heuristics.
5139
5140 * ediff-util.el: Move provide to the end.
5141 Break recursive load cycle in eval-when-compile.
5142 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5143 defuns.
5144 (ediff-submit-report): Pass the values of ediff-diff3-program,
5145 ediff-diff3-options.
5146
5147 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5150 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5151 `' (for example, in the docstring of `windmove-default-keybindings').
5152
5153 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5154
5155 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5156 shadow face. Don't provide binding to edit variable when it is
5157 out of scope.
5158
5159 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5160 (gdb-var-update-handler): Detect out of scope variables with pre
5161 GDB 6.4 too.
5162 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5163 Reset status of variable objects to nil in update handlers.
5164 (gdb-var-update-handler-1): Detect when a variable object comes
5165 in scope. setcar on var changes gdb-var-list directly.
5166
5167 2006-02-17 Juri Linkov <juri@jurta.org>
5168
5169 * ffap.el (ffap) <defface>: Add explicit face declaration.
5170 (ffap-highlight): Use face `ffap' directly instead of checking
5171 for its existence.
5172
5173 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5174 `visible-ok' of `other-buffer' to find the right original buffer.
5175
5176 * info.el (Info-search): Skip `Local Variables' node.
5177
5178 2006-02-17 Juri Linkov <juri@jurta.org>
5179
5180 * info.el (Info-find-file): Check for symbols `apropos', `history',
5181 `toc' in the input filename, and return these symbols as is.
5182 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5183 `history', `toc' instead of strings.
5184 (Info-set-mode-line): For non-string Info-current-file use the
5185 symbol's name inside **.
5186 (Info-isearch-push-state): Add quote before Info-current-file and
5187 Info-current-node.
5188 (Info-isearch-pop-state): Use `equal' instead of `string='.
5189 (Info-extract-pointer, Info-following-node-name): Use
5190 `match-string-no-properties' instead of `match-string'.
5191 (Info-up): Check `old-file' for `stringp'.
5192 (Info-history): Use `equal' instead of `string-equal'.
5193 Check `file' for `stringp'.
5194 (Info-history): Use symbol `history' instead of string as first arg
5195 of `Info-find-node'.
5196 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5197 `toc' instead of string.
5198 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5199 instead of `buffer-substring', and `match-string-no-properties'
5200 instead of `match-string'.
5201 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5202 instead of strings.
5203 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5204 Use symbol `apropos' instead of string.
5205 (Info-copy-current-node-name): Check `Info-current-file' for
5206 `stringp' and construct a command with `Info-find-node' from it.
5207 (Info-fontify-node): Use `match-string-no-properties' instead of
5208 `match-string' and check file names for `stringp'.
5209 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5210 `history', `toc' instead of strings.
5211
5212 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * files.el: Rearrange functions and variables in the file local
5215 variables section.
5216
5217 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5218
5219 * files.el: Add truncate-lines, ispell-check-comments and
5220 ispell-local-dictionary as safe local variables.
5221
5222 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5225 out of scope variables.
5226 (gud-speedbar-buttons): Use unless.
5227
5228 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5229 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5230 (gdb-show-changed-values): Also use for out of scope variables.
5231 (gdb-var-update-handler-1): Note if variable goes out of scope.
5232
5233 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5234
5235 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5236 default to global variable values for unsupplied args.
5237 (rcirc-get-buffer-create): Fix bug with setting the target.
5238 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5239 test for rcirc-always-use-server-buffer-flag here.
5240 (rcirc-response-formats): Add %N, which is a facified nick. %n
5241 uses the default face. Change the ACTION format string. If the
5242 "nick" is the server, don't print anything for that field.
5243 Comment fixes.
5244 (rcirc-target-buffer): Don't test
5245 rcirc-always-use-server-buffer-flag here.
5246 (rcirc-print): Squeeze extra spaces out of the text before message.
5247 (rcirc-put-nick-channel): Strip potential "@" char from nick
5248 before adding them to nick table.
5249 (rcirc-url-regexp): Improve to match address like "foo.com".
5250
5251 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5252
5253 * allout.el (allout-hidden-p): Move this defsubst before
5254 allout-overlay-interior-modification-handler, where it is first
5255 used.
5256
5257 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5258
5259 * allout.el: Use allout invisible-text overlays instead of
5260 selective display for concealed text. Also, lots of general
5261 cleanup, and improved compatibility code.
5262
5263 (allout-version) Incremented, corrected, revised, and refined
5264 module commentary.
5265
5266 (provide 'allout): Moved to the bottom, added a require of overlay.
5267
5268 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5269 `except-current'.
5270 (allout-write-file-hook-handler): Minimize delay.
5271 (count-trailing-whitespace-region): New function so
5272 auto-encryption of current topic can resituate cursor exactly.
5273 PGP/GPG encryption trims trailing whitespace from lines, which
5274 must be accounted for across encryption then decryption.
5275
5276 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5277 just plain "\C-c", to avoid intruding on user's keybinding space.
5278
5279 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5280 parameter, so user request to provide a new password is done.
5281
5282 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5283 Refined mechanism for auto-filling behavior while in allout mode.
5284
5285 (allout-mode): Explicitly specify the mode map in the docstring.
5286 Clarify provision for various write-file hook var names.
5287 Adjusted for invisible-text overlays instead of selective-display.
5288
5289 (allout-depth): Really return 0 if not within any topic. This
5290 rectifies `allout-beginning-of-level' and sequence numbering
5291 errors that occur when cutting and pasting numbered topics.
5292 Changed from a in-line subst to a regular function, as well.
5293
5294 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5295
5296 (allout-end-of-subtree, allout-end-of-subtree)
5297 (allout-end-of-entry, allout-end-of-current-heading)
5298 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5299 (allout-show-children, allout-show-to-offshoot)
5300 (allout-hide-current-entry, allout-show-current-entry): Rectified
5301 handling of trailing blank lines between items.
5302
5303 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5304 (allout-current-depth, allout-unprotected, allout-hidden-p)
5305 (allout-on-current-heading-p, allout-listify-exposed)
5306 (allout-chart-subtree, allout-goto-prefix)
5307 (allout-back-to-current-heading, allout-get-body-text)
5308 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5309 (allout-hide-region-body, allout-toggle-subtree-encryption)
5310 (allout-encrypt-string, allout-encrypted-key-info)
5311 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5312 (allout-file-vars-section-data): Adjusted for use with
5313 invisible-text overlays instead of selective-display.
5314
5315 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5316 Reworked for use with invisible text overlays.
5317
5318 (allout-current-topic-collapsed-p): New function.
5319
5320 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5321 to know when to close the containing topic.
5322
5323 (allout-pre-command-business, allout-post-command-business):
5324 Simplify undo-batching and dynamic isearch exposure.
5325
5326 (allout-set-overlay-category): New for invisible-text overlays.
5327 Sets properties of allout-overlay-category, used by
5328 allout-flag-region to set invisible-text overlay properties.
5329 (allout-get-invisibility-overlay): Get the first qualifying
5330 invisibility overlay, so we can find the extent of it.
5331 (allout-back-to-visible-text): Get to just before the beginnining
5332 of the current invisibility overlay, if any.
5333
5334 (allout-overlay-insert-in-front-handler)
5335 (allout-overlay-interior-modification-handler)
5336 (allout-before-change-handler, allout-isearch-end-handler): New
5337 functions to handle extraordinary actions affecting concealed
5338 text.
5339
5340 (allout-flag-region): Use overlays instead of selective-display
5341 for invisible text - by inheritence from the properties of
5342 allout-overlay-category in mainline Emacs, and applied
5343 property-by-property in XEmacs, some recent versions of which
5344 don't inherit the properties from the category. Provisions to
5345 respond to concealed-text edits simplified drastically.
5346
5347 (allout-isearch-rectification, allout-isearch-was-font-lock)
5348 (allout-isearch-expose, allout-enwrap-isearch)
5349 (allout-isearch-abort, allout-pre-was-isearching)
5350 (allout-isearch-prior-pos, allout-isearch-did-quit)
5351 (allout-isearch-dynamic-expose)
5352 (allout-hide-current-entry-completely): Functions deleted.
5353
5354 (allout-undo-aggregation): Explicit undo aggregation no longer
5355 necessary due to transition away from selective-display.
5356
5357 (set-allout-regexp, allout-up-current-level)
5358 (allout-next-visible-heading, allout-forward-current-level)
5359 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5360 (allout-kill-line, allout-yank-processing, allout-show-children)
5361 (allout-expose-topic, allout-old-expose-topic)
5362 (allout-listify-exposed, allout-insert-latex-header)
5363 (allout-toggle-subtree-encryption, allout-encrypt-string)
5364 (remove-from-invisibility-spec, allout-hide-current-subtree):
5365 Ditched unused variables.
5366
5367 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5368
5369 * textmodes/ispell.el (ispell-change-dictionary): Call
5370 ispell-buffer-local-dict instead of
5371 ispell-accept-buffer-local-defs.
5372 (ispell-local-dictionary-alist): Accept as valid any coding-system
5373 supported by Emacs.
5374 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5375 changed to iso-8859-3.
5376
5377 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5378
5379 * speedbar.el (speedbar-frame-width): Make an inline function
5380 instead of a macro. Use frame-width.
5381 (speedbar-try-completion, speedbar-update-contents)
5382 (speedbar-timer-fn): Use consp.
5383 (speedbar-update-localized-contents): Try to preserve point.
5384
5385 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5386 (menu): Re-order menu items.
5387 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5388 field.
5389 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5390 (gdb-post-prompt): Speed things by not forcing update.
5391
5392 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5393
5394 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5395 press and perform default action if we get a mouse movement event.
5396
5397 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5398
5399 * calendar/icalendar.el (icalendar--get-event-property)
5400 (icalendar--get-event-property-attributes): Fix typos in
5401 docstrings.
5402
5403 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5404 docstring.
5405
5406 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5407
5408 * bs.el (bs-mode): Use `buffer-disable-undo'.
5409 (bs--get-file-name): Simplify.
5410 (bs-show-in-buffer): Mark the buffer as not modified.
5411
5412 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5415 widget-button-click.
5416
5417 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5418 (custom-mode): Update docstring.
5419
5420 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5421 binding.
5422
5423 * files.el (hack-local-variables-confirm): Allow scrolling if the
5424 file variable list is too long. Kill temp buffer after use.
5425
5426 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5427
5428 * progmodes/gud.el (gdb): Improve doc string.
5429 (gdb-script-font-lock-keywords): Expand allowed character set.
5430
5431 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5432 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5433 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5434 (gdb-separate-io-stop, gdb-separate-io-eof):
5435 Rename from gdb-inferior-* to gdb-separate-*.
5436 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5437
5438 2006-02-14 Jay Belanger <belanger@truman.edu>
5439
5440 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5441 expression is a symbol before checking that it is bound.
5442
5443 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5444 test to see if equation can be solved.
5445
5446 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5447
5448 * wid-edit.el (widget-button-click): Use :pressed-face property
5449 for overlay face, if it exists.
5450
5451 * cus-edit.el (custom-manual, custom-add-see-also)
5452 (custom-add-parent-links, custom-group-link): Add :pressed-face
5453 property to links.
5454
5455 * files.el (hack-local-variables): Remove ignored variables before
5456 checking if any variables need setting.
5457
5458 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5459
5460 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5461
5462 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * help.el (where-is): Fix message for remapped commands.
5465
5466 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5467 Fix typos in docstrings.
5468
5469 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * files.el (safe-local-variable-values): New option.
5472 (hack-local-variables-prop-line): Return a list of variable-value
5473 pairs if MODE-ONLY is non-nil.
5474 (hack-local-variables): Construct list of variable-value pairs,
5475 and apply or reject them in one go. Ask for confirmation if
5476 variables are not known safe.
5477 (hack-local-variables-confirm): Complete rewrite. Support
5478 `safe-local-variable-values'.
5479 (enable-local-variables): Update docstring to reflect new
5480 behavior.
5481 (ignored-local-variables): Ignore ignored-local-variables and
5482 safe-local-variable-values.
5483 (safe-local-variable-p): New function.
5484 (risky-local-variable-p): `safe-local-variable' property check
5485 moved to safe-local-variable-p.
5486 (hack-one-local-variable): Checks moved to hack-local-variables.
5487
5488 (byte-compile-dynamic, c-basic-offset, c-file-style)
5489 (c-indent-level, comment-column, fill-column, fill-prefix)
5490 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5491 (no-update-autoloads, outline-regexp, page-delimiter)
5492 (paragraph-start, paragraph-separate, sentence-end)
5493 (sentence-end-double-space tab-width, version-control):
5494 Add `safe-local-variable' property.
5495
5496 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5497
5498 * icomplete.el, play/landmark.el: Change nonexistent
5499 `outline-layout' file variable to `allout-layout'.
5500
5501 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5502
5503 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5504 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5505 to gud-comint-buffer.
5506 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5507 gdb-ui.el for gdb-mi.el.
5508 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5509 registers buffer to gdb-get-changed-registers.
5510 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5511 deletion of catchpoints (throw and catch).
5512 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5513 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5514 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5515 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5516 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5517
5518 2006-02-13 Jay Belanger <belanger@truman.edu>
5519
5520 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5521 expression is a symbol before checking that it is bound.
5522
5523 2006-02-13 Richard M. Stallman <rms@gnu.org>
5524
5525 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5526 for the minibuffer too, but not if resize-mini-windows will interfere.
5527
5528 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5529 inside `interactive' spec.
5530 (describe-key-briefly-internal, describe-key-internal):
5531 Functions merged back into their callers.
5532
5533 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5534
5535 * info.el (info-xref-visited): Inherit from info-xref too.
5536 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5537 when propertizing Info-current-file and Info-current-node.
5538
5539 2006-02-13 Juri Linkov <juri@jurta.org>
5540
5541 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5542 (tumme-thumb-name): Fix per-directory format.
5543
5544 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5545
5546 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5547
5548 2006-02-12 Miles Bader <miles@gnu.org>
5549
5550 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5551
5552 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5553
5554 * tumme.el: Remove history section. If someone needs the it, it
5555 can always be found in CVS.
5556
5557 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5558
5559 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5560 about the Thumbnail Managing Standard option.
5561
5562 2006-02-12 Richard M. Stallman <rms@gnu.org>
5563
5564 * subr.el (substitute-key-definition): Doc fix.
5565
5566 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5567
5568 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5569
5570 * info.el (Info-mode): Doc fix.
5571
5572 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5573
5574 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5575
5576 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5577 because on Solaris a POSIX compatible "id" is needed. Reported by
5578 Magnus Henoch <mange@freemail.hu>.
5579
5580 2006-02-12 Juri Linkov <juri@jurta.org>
5581
5582 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5583 (tumme) <defgroup>: Change :group to `multimedia'.
5584 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5585 Managing Standard.
5586 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5587 Fix dostring.
5588 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5589 and %y. Fix docstring.
5590 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5591 (tumme-cmd-create-standard-thumbnail-command): New user options.
5592 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5593 is `standard'. Fix docstring.
5594 (tumme-thumb-width, tumme-thumb-height): New user options.
5595 (tumme-external-viewer): Try to find various viewers.
5596 (tumme-get-thumbnail-image): Use `create-image' instead of
5597 constructing the `image' structure.
5598 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5599 `standard'.
5600 (tumme-thumb-name): Add file name generation for standard storage.
5601 Simplify code for other storages.
5602 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5603 Add modification time %m and thumbnail-nq8 %q.
5604 Use `tumme-cmd-create-standard-thumbnail-command' if
5605 tumme-thumbnail-storage is `standard'.
5606 (tumme-dired-insert-marked-thumbs): New autoload command.
5607 (tumme-dired-after-readin-hook): New function.
5608 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5609 `tumme-thumb-size'.
5610 (tumme-display-image): Replace size-x %x and size-y %y with
5611 width %w and height %h.
5612
5613 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5614 `tumme-dired-insert-marked-thumbs'.
5615
5616 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5617
5618 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5619 include path).
5620 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5621 matching tag.
5622
5623 2006-02-12 Miles Bader <miles@gnu.org>
5624
5625 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5626 New variables.
5627 (rcirc-abbrev-nick): New function.
5628 (rcirc-format-response-string): Rewrite to use the formats in
5629 `rcirc-response-formats' and expand escape sequences therein.
5630 A text-property `rcirc-text' is added over the actual response
5631 text to make easy to find inside the returned string.
5632 (rcirc-print): When filling, just look for the `rcirc-text'
5633 text-property to find the appropriate fill prefix, instead of
5634 using hardwired patterns.
5635
5636 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5637
5638 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5639 Managing Standard.
5640
5641 2006-02-11 Kim F. Storm <storm@cua.dk>
5642
5643 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5644 Don't use insert-buffer; do insert-buffer-substring directly.
5645 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5646
5647 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5648
5649 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5650 with inhibit-read-only. Suggested by Stefan Monnier.
5651 (revert-buffer): Let insert-file-contents discard
5652 buffer-undo-list. Simplify code.
5653 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5654
5655 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5656
5657 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5658
5659 * help.el (describe-key-briefly): Now a wrapper for
5660 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5661 to t. Populate yank-menu if empty.
5662 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5663 (describe-key): Now a wrapper for describe-key-internal. Bind
5664 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5665 (describe-key-internal): Renamed from describe-key.
5666
5667 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5668
5669 * progmodes/glasses.el (glasses-separator): Doc fix.
5670 (glasses-original-separator): New defcustom.
5671 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5672
5673 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5674
5675 * mwheel.el (mouse-wheel-up-event): Doc fix.
5676
5677 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5678
5679 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5680 (tumme-dir): New function. Copied from thumbs.el.
5681
5682 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5683
5684 * desktop.el (desktop-outvar): Fix typo.
5685 (desktop-save-buffer-p): Doc fix.
5686
5687 * subr.el (substitute-key-definition): Fix typo.
5688
5689 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5690
5691 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5692 when window-system is mac.
5693
5694 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5695
5696 2006-02-10 Kim F. Storm <storm@cua.dk>
5697
5698 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5699 indirect-function instead of using condition-case.
5700
5701 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5702
5703 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5704 less `colloquial'...
5705
5706 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5707
5708 * tumme.el: Add a couple of todo items.
5709
5710 2006-02-09 Lars Hansen <larsh@soem.dk>
5711
5712 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5713 (highlight-changes-mode): Don't change desktop-locals-to-save.
5714
5715 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5716
5717 * image-mode.el (image-toggle-display): Clear image cache if using
5718 filename.
5719
5720 2006-02-09 Masatake YAMATO <jet@gyve.org>
5721
5722 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5723 a `dired-man' target.
5724
5725 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5726 boundary of symbols.
5727
5728 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5729
5730 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5731
5732 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5735 `mapcar'; return nil.
5736
5737 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5738
5739 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5740 some other event.
5741
5742 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5743
5744 * net/rcirc.el (rcirc-startup-channels-alist):
5745 Add irc.freenode.net and #emacs as defaults.
5746 (rcirc-ignore-all-activity-flag): Remove variable.
5747 (rcirc-authinfo): New variable.
5748 (rcirc-authinfo-filename): Remove variable.
5749 (rcirc-always-use-server-buffer-flag): New flag.
5750 (rcirc): M-x rcirc will automatically connect without prompting.
5751 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5752 connection in lisp.
5753 (rcirc-process-server-response-1): Remove everything but the nick
5754 portion of the sender so it doesn't need to be done everywhere
5755 else. Update related code.
5756 (global-map): Remove global keybindings.
5757 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5758 (rcirc-send-input): Split into several functions.
5759 (rcirc-process-input-line, rcirc-process-message)
5760 (rcirc-process-command): New functions.
5761 (rcirc-target-buffer): New function to determine where to route
5762 messages.
5763 (rcirc-user-nick): Save match data.
5764 (rcirc-toggle-ignore-buffer-activity)
5765 (rcirc-update-activity-string): Remove global ignore functionality,
5766 which can be done now by toggling rcirc-track-minor-mode.
5767 (rcirc-track-minor-mode-map): New keymap.
5768 (rcirc-track-minor-mode): New minor-mode.
5769 (ignore): Make the ignore output nicer. Always print it when
5770 adding or removing nicks.
5771 (rcirc-url-regexp): Improve.
5772 (rcirc-mangle-text): Remove properties before using text in the
5773 modeline.
5774 (rcirc-authenticate): Authentication data comes from
5775 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5776 (rcirc-server-prefix): Inherit from rcirc-server.
5777
5778 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5779
5780 * Makefile.in (compile): Append "|| true" to the end of the `find'
5781 command, like compile-always does.
5782
5783 2006-02-08 Sam Steingold <sds@gnu.org>
5784
5785 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5786 output from a dead connection.
5787
5788 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5789
5790 * dired.el (dired-mode-map): Add more bindings for tumme.
5791
5792 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * wdired.el (wdired-mode-map): Use remap.
5795 (wdired-get-filename): Massage.
5796 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5797 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5798 `keymap' property rather than `local-map'.
5799
5800 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5801
5802 * tumme.el (tumme-get-thumbnail-image): New utility function.
5803 Suggested by from Chong Yidong.
5804 (tumme-dired-with-window-configuration): Rename from
5805 `tumme-dired'. Add code to save window configuration.
5806 (tumme-restore-window-configuration): New command to restore the
5807 window configuration that `tumme-dired-with-window-configuration'
5808 saves before it changes the window configuration.
5809 (tumme-show-all-from-dir): New command to display thumbnails for
5810 all files in a directory entered by the user, like M-x thumbs.
5811 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5812 have been created.
5813 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5814 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5815 Remove obsolete test function.
5816
5817 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5818
5819 * vc.el (small-temporary-file-directory): Remove defvar; there's
5820 a defcustom for it in files.el.
5821
5822 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5823 Fix typo in message.
5824 (tumme-gallery-generate): Fix typo in `error' message.
5825 (tumme-display-window-height-correction)
5826 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5827 (tumme-line-up-interactive): Dox fixes.
5828 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5829 (tumme-restore-window-configuration, tumme-format-properties-string)
5830 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5831 Fix typos in docstrings.
5832
5833 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5834
5835 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5836
5837 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5838
5839 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5840 User should use hook if desired.
5841
5842 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5843 buffer if necessary.
5844 (gdb-delete-frame-or-window): New function.
5845 (gdb-breakpoints-mode-map): Bind "q" to it.
5846
5847 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5848
5849 * textmodes/nroff-mode.el: Clean up name space.
5850 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5851 (nroff-mode): Obey the global setting of nroff-electric-mode.
5852 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5853
5854 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5855
5856 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5857
5858 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5859
5860 2006-02-06 Lars Hansen <larsh@soem.dk>
5861
5862 * generic-x.el (etc-fstab-generic-mode): Add file system types
5863 cifs and usbdevfs. Allow special chars in file names.
5864
5865 2006-02-05 Jay Belanger <belanger@truman.edu>
5866
5867 Update copyright notices of the files in lisp/calc.
5868
5869 2006-02-05 Romain Francoise <romain@orebokech.com>
5870
5871 Update copyright notices of all files in the lisp/play directory.
5872
5873 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5874
5875 * ldefs-boot.el: Regenerate.
5876
5877 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5878
5879 2006-02-05 Kim F. Storm <storm@cua.dk>
5880
5881 * files.el (magic-mode-regexp-match-limit): New defvar.
5882 (set-auto-mode): Use it to limit magic-mode-alist matching.
5883
5884 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5885
5886 * simple.el (display-message-or-buffer): Compare the number of
5887 characters to the frame width when determining whether a 1-line
5888 message string will fit in the echo area. Count screen lines
5889 instead of buffer lines when determining whether a multi-line
5890 message will fit in the echo area/minibuffer window.
5891
5892 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5893
5894 * info.el (Info-index, Info-mode): Improve the description of the
5895 `i' command.
5896
5897 * ldefs-boot.el: Regenerate.
5898
5899 2006-02-03 Werner Lemberg <wl@gnu.org>
5900
5901 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5902 greedy to find the closing bracket in \*[...] and similar
5903 expressions. This is a first rough fix -- many additional
5904 refinements are necessary to make nroff mode really usable with groff.
5905
5906 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5907
5908 * international/mule-cmds.el (set-locale-environment):
5909 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5910 libX11.
5911
5912 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5913
5914 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5915 archive are created in archive-tmpdir.
5916
5917 2006-02-02 John Paul Wallington <jpw@pobox.com>
5918
5919 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5920 (ibuffer-fontification-alist): Use it.
5921 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5922 to "* z" and the Ibuffer Mark menu.
5923
5924 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5925
5926 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5927
5928 * textmodes/table.el (*table--cell-describe-mode)
5929 (*table--cell-describe-bindings): Undo last change since
5930 print-help-return-message is not obsoleted by anything at all.
5931
5932 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * emulation/cua-base.el (cua-mode): Doc fix.
5935
5936 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5937
5938 * dframe.el (dframe-handle-make-frame-visible)
5939 (dframe-handle-iconify-frame, dframe-get-focus)
5940 (dframe-select-attached-frame, dframe-power-click)
5941 (dframe-frame-mode): Fix typos in docstrings.
5942
5943 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5944 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5945 Fix typos in docstrings.
5946
5947 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5948 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5949 (hi-lock-archaic-interface-message-used)
5950 (hi-lock-file-patterns-range): Fix typos in docstrings.
5951
5952 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5953 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5954
5955 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5956 Fix typo in docstring.
5957
5958 * net/newsticker.el (newsticker--decode-iso8601-date)
5959 (newsticker--set-customvar, newsticker--buffer-insert-item)
5960 (newsticker--do-run-auto-mark-filter)
5961 (newsticker--parse-generic-feed): Doc fixes.
5962 (newsticker--retrieval-timer-list, newsticker-url-list)
5963 (newsticker-hide-immortal-items-in-echo-area)
5964 (newsticker-hide-obsolete-items-in-echo-area)
5965 (newsticker-new-item-face, newsticker--enclosure)
5966 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5967 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5968 (newsticker--parse-generic-feed, newsticker--cache-contains)
5969 (newsticker--stat-num-items, newsticker-download-enclosures):
5970 Fix typos in docstrings.
5971
5972 * net/rcirc.el (rcirc-debug): Doc fix.
5973 (rcirc-fill-column, rcirc-receive-message-hooks)
5974 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5975 (rcirc-mode, rcirc-generate-new-buffer-name)
5976 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5977 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5978 Fix typos in docstrings.
5979 (rcirc-print): "?\ " -> "?\s".
5980 (rcirc-cmd-join): Improve argument/docstring consistency.
5981
5982 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5983
5984 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5985 before narrow-to-region.
5986
5987 2006-02-01 Richard M. Stallman <rms@gnu.org>
5988
5989 * simple.el (move-beginning-of-line): Scan properly for invis change.
5990
5991 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5992
5993 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5994
5995 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5996 change bit only when id-format is 'integer. Reported by Matt
5997 Hodges <M.P.Hodges@rl.ac.uk>.
5998
5999 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6000
6001 * hilit-chg.el (highlight-changes-initial-state)
6002 (highlight-changes-global-initial-state): Doc fixes.
6003 (highlight-changes-global-modes, global-highlight-changes):
6004 Fix typos in docstrings.
6005
6006 2006-02-01 Kim F. Storm <storm@cua.dk>
6007
6008 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6009 transient-mark-mode in doc string.
6010
6011 2006-01-31 Richard M. Stallman <rms@gnu.org>
6012
6013 * replace.el (multi-occur): Doc fix.
6014 (multi-occur-in-matching-buffers): Rename from
6015 multi-occur-by-filename-regexp. Prefix arg says match
6016 buffer names instead of file names.
6017
6018 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6019
6020 * bs.el: Allow non-default values of `bs-header-lines-length'.
6021 (bs--running-in-xemacs): Remove (not needed anymore).
6022 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6023 instead of `shrink-window', thus avoiding having to compute the
6024 height of the window.
6025 (bs--up): Wrap around even when there's no header.
6026 (bs--down): Use `forward-line' instead of `next-line'.
6027
6028 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * image-mode.el (image-toggle-display): Use file name if possible,
6031 instead of unnecessarily allocating a (possibly huge) lisp string.
6032
6033 2006-01-30 John Paul Wallington <jpw@pobox.com>
6034
6035 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6036 because the `assert' macro signals it at runtime.
6037
6038 * emacs-lisp/cl.el (toplevel): Remove definition of
6039 `cl-assertion-failed' condition.
6040
6041 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6042
6043 * thumbs.el (thumbs-marked-list): Make buffer-local and
6044 permanent-local.
6045 (thumbs-insert-thumb): Make help-echo non-sticky.
6046 (thumbs-file-alist): Use eolp as check for (non)-image.
6047
6048 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6049
6050 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6051 (ediff-before-session-group-setup-hooks)
6052 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6053 Fix typos in docstrings.
6054
6055 * window.el (bw-dir, bw-eqdir, balance-windows)
6056 (split-window-keep-point): Fix typos in docstrings.
6057
6058 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6059 (org-quote-string, org-calendar-to-agenda-key)
6060 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6061 (org-show-following-heading, org-tags-column)
6062 (org-use-tag-inheritance, org, org-allow-space-in-links)
6063 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6064 (org-enable-table-editor, org-calc-default-modes)
6065 (org-table-allow-automatic-line-recalculation)
6066 (org-export-html-style, org-export-with-fixed-width)
6067 (org-export-with-sub-superscripts, org-special-keyword)
6068 (org-formula, org-time-grid, org-table-may-need-update)
6069 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6070 (org-goto-quit, org-get-indentation, org-end-of-item)
6071 (org-move-item-down, org-move-item-up)
6072 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6073 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6074 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6075 (org-agenda-log-mode, org-agenda-toggle-diary)
6076 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6077 (org-agenda-file-to-end, org-agenda-no-heading-message)
6078 (org-agenda-get-closed, org-format-agenda-item)
6079 (org-cmp-priority, org-cmp-category, org-cmp-time)
6080 (org-agenda-change-all-lines, org-agenda-diary-entry)
6081 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6082 (org-link-search, org-camel-to-words, org-open-file)
6083 (org-remember-handler, org-table-convert-region)
6084 (org-table-move-row-down, org-table-move-row-up)
6085 (org-table-copy-region, org-table-wrap-region)
6086 (org-table-toggle-vline-visibility)
6087 (org-table-get-vertical-vector, org-table-modify-formulas)
6088 (org-table-get-specials, org-recalc-commands)
6089 (org-table-rotate-recalc-marks, org-table-eval-formula)
6090 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6091 (org-level-color-stars-only, org-insert-heading):
6092 Fix typos in docstrings.
6093 (last-arg): Add defvar.
6094
6095 * makefile.w32-in (WINS): Add erc.
6096 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6097
6098 2006-01-29 Bill Wohler <wohler@newt.com>
6099
6100 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6101 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6102 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6103 (mh-autoloads): Don't use comments on otherwise empty lines.
6104
6105 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6106
6107 * emulation/viper.el (viper-major-mode-modifier-list): Add
6108 insert-state and vi-state entries for erc-mode.
6109 (viper-go-away, viper-set-hooks): Add and remove
6110 viper-comint-mode-hook from erc-mode-hook as appropriate.
6111
6112 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6113
6114 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6115
6116 * bs.el (bs--format-aux): Implement `middle' alignment as
6117 described in the docstring for `bs-attributes-list'.
6118 (bs--get-name): Simplify. Don't pad the buffer name.
6119
6120 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6121
6122 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6123 English aspell dictionary is installed, use the first entry of
6124 ispell-dictionary-alist-1.
6125
6126 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6127
6128 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6129 Doc fix.
6130
6131 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6132
6133 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6134 for `process-file', in order to let it work for older Emacsen too.
6135
6136 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6137
6138 * international/latexenc.el: Add a suitable `coding:' tag.
6139 (latexenc-find-file-coding-system): Undo last change.
6140
6141 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6142
6143 * international/latexenc.el (latexenc-find-file-coding-system):
6144 Make sure latexenc-main-file is a regular file and is readable.
6145
6146 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6147
6148 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6149 Pass FILE to vc-user-login-name.
6150
6151 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6152
6153 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6154
6155 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6156 there are no more images to display.
6157 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6158 the next image.
6159
6160 2006-01-26 Richard M. Stallman <rms@gnu.org>
6161
6162 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6163
6164 * wid-edit.el (advertised-widget-backward): New alias.
6165 (widget-keymap): Use advertised-widget-backward for S-TAB.
6166
6167 * tumme.el: Correct the keywords.
6168 (tumme-dir-max-size): Use defvar.
6169 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6170
6171 * simple.el (move-beginning-of-line): Take account of fields.
6172 (clone-indirect-buffer-other-window): Take args like
6173 clone-indirect-buffer, and work like it.
6174
6175 * help-fns.el (describe-function): Don't pass `nil' as default.
6176
6177 * files.el (risky-local-variable-p): Follow var aliases.
6178
6179 * subr.el (lazy-completion-table): Doc fix.
6180
6181 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6182 global binding of `line'.
6183
6184 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6185
6186 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6187 Tramp.
6188
6189 * vc.el (vc-default-dired-state-info): Pass FILE to
6190 vc-user-login-name.
6191 (vc-default-update-changelog): Don't use vc-user-login-name, we
6192 don't need it here.
6193
6194 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6195 no longer necessary.
6196
6197 2006-01-25 Kenichi Handa <handa@m17n.org>
6198
6199 * international/mule.el (decode-char): Avoid the overhead of
6200 calling utf-lookup-subst-table-for-decode if
6201 utf-translate-cjk-mode is nil.
6202 (encode-char): Avoid the overhead of calling
6203 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6204 nil.
6205
6206 2006-01-22 Kenichi Handa <handa@m17n.org>
6207
6208 * international/mule.el (make-subsidiary-coding-system): Reset
6209 `coding-system-define-form' property of subsidiaries to nil.
6210 Avoid duplicated entry in coding-system-alist.
6211 (make-coding-system): Avoid duplicated entry in
6212 coding-system-alist.
6213 (define-coding-system-alias): Likewise.
6214
6215 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6216
6217 * completion.el: Minor fixes in introductory comment.
6218 (completion-def-wrapper): Fix alist.
6219
6220 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6221
6222 * thumbs.el (thumbs-new-image-size): New function.
6223 (thumbs-increment-image-size-element)
6224 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6225 (thumbs-decrement-image-size): Delete.
6226 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6227 temp files and use to resize.
6228 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6229 Use increment argument to enlarge/shrink. Preserve point.
6230 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6231 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6232 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6233 (thumbs-mark, thumbs-unmark): Preserve point.
6234 (thumbs-modify-image): Keep old temp files and use to modify.
6235 Cleanup old temp files at load time. Preserve point.
6236 (thumbs-view-image-mode-map): Use new command names.
6237
6238 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6241
6242 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6243 the nastiest part of the cyclic dependency.
6244 (cal-menu-update): Use dotimes and calendar-increment-month.
6245
6246 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6247 (calendar-week-start-day): Add an :initializer.
6248 (calendar-mode-map): Use suppress-keymap, and command remapping.
6249 (describe-calendar-mode): Setup xref-stack info for the back button.
6250 (calendar-star-date): Insert before delete.
6251 (calendar-set-mode-line): Add file-modified info if applicable.
6252 (calendar-increment-month): New function.
6253
6254 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6255
6256 * font-lock.el (lisp-font-lock-keywords-2):
6257 Recognize "& keywords" only at word boundaries.
6258
6259 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6260
6261 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6262 and permanent-local.
6263 (thumbs-max-image-number): New variable.
6264 (thumbs-do-thumbs-insertion): Use them.
6265 (thumbs-per-line): Change default to 4.
6266 (thumbs-marked-list): Rename from thumbs-markedL.
6267 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6268 (thumbs-rename-images): Use -list instead of L for internal variables.
6269 (thumbs-call-convert): Use call-process instead of shell-command.
6270 (thumbs-insert-thumb): Add filename as help-echo to each image.
6271 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6272 Give dir to thumbs-show-thumbs-list.
6273 (thumbs-show-thumbs-list): Set default-directory to that of images.
6274 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6275 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6276 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6277 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6278
6279 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * ses.el (ses-read-cell): Provide a default value.
6282
6283 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6284
6285 * term/w32-win.el (image-library-alist): Add additional names for
6286 GIF library.
6287
6288 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6289
6290 * international/latexenc.el (latexenc-find-file-coding-system):
6291 Add file-regular-p check.
6292
6293 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * simple.el (clone-buffer): Don't show the new buffer in the same
6296 window.
6297
6298 2006-01-23 Juri Linkov <juri@jurta.org>
6299
6300 * faces.el (link, link-visited): New faces based on default values
6301 of `info-xref' and `info-xref-visited'.
6302
6303 * info.el (info-xref): Inherit from `link'.
6304 (info-xref-visited): Inherit from `link-visited'.
6305
6306 * cus-edit.el (custom-buffer-create-internal): Use widget type
6307 `custom-manual' instead of `info-link' and don't set properties
6308 `button-face' and `mouse-face' explicitly.
6309 (custom-browse-group-tag, custom-browse-variable-tag)
6310 (custom-browse-face-tag): Inherit from widget class
6311 `custom-group-link' instead of `push-button'.
6312 (custom-button-unraised): Inherit from `underline' face.
6313 (custom-link): Inherit from `link' face. Fix doc and group.
6314 (custom-add-parent-links, custom-group-value-create): Don't set
6315 properties `button-face' and `mouse-face' explicitly for
6316 `custom-group-link' widget.
6317 (custom-group-link): Add properties `button-face' and `mouse-face'
6318 to widget definition.
6319 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6320 editable-field's :keymap property.
6321 (custom-mode): Fix docstring: substitute keybindings for
6322 `widget-forward' and `widget-backward' from `widget-keymap',
6323 `widget-complete' from `custom-field-keymap', replace old
6324 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6325
6326 * desktop.el (desktop-load-file): Check for `fboundp' before
6327 calling `symbol-function'.
6328
6329 * simple.el (clone-buffer, clone-indirect-buffer)
6330 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6331 `read-string'. Fix prompts.
6332
6333 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6334
6335 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6336
6337 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6338
6339 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6340
6341 * startup.el (inhibit-splash-screen, initial-scratch-message):
6342 Doc fixes.
6343
6344 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6345
6346 Sync with Tramp 2.0.52.
6347
6348 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6349 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6350 `tramp-unload-tramp' for checklist.
6351
6352 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6353 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6354 (tramp-unload-file-name-handler-alist)
6355 (tramp-unload-tramp): New defuns.
6356 (tramp-advice-PC-expand-many-files): New defadvice.
6357 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6358 removed.
6359 (tramp-handle-expand-file-name): Remove double slash.
6360 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6361 It doesn't matter, because it will be converted later on.
6362 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6363 implementation was just heuristic.
6364 (tramp-post-connection): Set uid and gid properties.
6365 (tramp-convert-file-attributes): Set file's gid change bit.
6366 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6367 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6368 in case of su(do)? methods. The home directory of the local user
6369 will be taken else.
6370 (tramp-open-connection-telnet)
6371 (tramp-open-connection-rsh, tramp-open-connection-su)
6372 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6373 local shell prompt could hurt. Reported by Romain Francoise
6374 <romain@orebokech.com>.
6375 (tramp-let-maybe): Add `edebug-form-spec' property.
6376 (tramp-handle-expand-file-name): Bind `default-directory' locally
6377 to "/" in order to avoid problems with UNC shares or Cygwin
6378 mounts.
6379 (tramp-md5-function): Fix typo in error message.
6380
6381 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6382
6383 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6384 for byte-compiler pacification.
6385
6386 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6387
6388 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6389 ID-FORMAT `string'. This allows us to get rid of
6390 `vc-user-login-name UID'.
6391
6392 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6393
6394 2006-01-22 John Paul Wallington <jpw@pobox.com>
6395
6396 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6397
6398 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6399
6400 * emacs-lisp/find-func.el (find-definition-noselect)
6401 (find-variable-noselect): Search variables in C source code too.
6402 (find-function-C-source, find-function-noselect, find-function)
6403 (find-function-other-frame, find-variable-noselect, find-variable)
6404 (find-variable-other-frame, find-variable-at-point):
6405 Fix docstrings.
6406
6407 2006-01-21 Francesco Potorti` <pot@gnu.org>
6408
6409 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6410
6411 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6412
6413 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6414 Default to disabling the "Save affix" question.
6415
6416 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6417
6418 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6419 the first arg to run-python.
6420
6421 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6422
6423 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6424 is not loaded.
6425
6426 2006-01-20 Jay Belanger <belanger@truman.edu>
6427
6428 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6429 limit is 0.
6430
6431 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6432 the correct variable.
6433
6434 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6435
6436 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6437 link. Fixed buggy argument sequence in call to `org-view-tags'.
6438 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6439 (org-prefix-has-tag): New variable.
6440 (org-format-agenda-item): Remove tags from headline if
6441 appropriate.
6442 (org-agenda-remove-tags-when-in-prefix): New option.
6443 (org-get-tags-at): New function.
6444
6445 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6446
6447 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6448 (thumbs-find-image): Move image name and number from buffer name
6449 to mode name. Set thumbs-buffer. Preserve point so that large
6450 images remain visible.
6451 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6452 order.
6453 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6454 mode name.
6455 (thumbs-next-image, thumbs-previous-image): Make them work.
6456
6457 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6458
6459 * cus-edit.el (custom-buffer-create-internal): State in the text above
6460 the whole buffer buttons that they do not operate on hidden items.
6461 (custom-face-menu): Use `custom-face-save' instead of
6462 `custom-face-save-command'.
6463 (custom-face-save-command): Make it an alias for `custom-face-save'
6464 and declare it obsolete.
6465 (custom-face-save): Doc fix.
6466
6467 * dired.el (dired-no-confirm): Add quote.
6468 (dired-subdir-alist-pre-R): Add quote in
6469 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6470
6471 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * textmodes/table.el (table-mode-indicator): Typo in last change.
6474
6475 2006-01-19 Richard M. Stallman <rms@gnu.org>
6476
6477 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6478 Fixes bug reported in Nov 2005.
6479
6480 * isearch.el (isearch-forward): Doc fix.
6481
6482 * dired.el (dired-move-to-filename-regexp): Define as alias.
6483 (dired-no-confirm): Use defcustom.
6484 (dired-subdir-alist-pre-R): Put defvar at top level.
6485
6486 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6487
6488 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6489 Mark as risky.
6490
6491 * simple.el (set-mark-command): Doc fix.
6492 (clone-indirect-buffer-other-window):
6493 Read arg like clone-indirect-buffer.
6494 (move-beginning-of-line): Skip invisible newlines.
6495
6496 2006-01-19 Masatake YAMATO <jet@gyve.org>
6497
6498 * progmodes/cpp.el (cpp-edit-load): Make the order of
6499 listed conditions in a base C code buffer and its associate
6500 CPP Edit buffer the same.
6501
6502 2006-01-19 Kenichi Handa <handa@m17n.org>
6503
6504 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6505 (rmail-mime-feature): Likewise.
6506 (rmail-require-mime-maybe): Use display-warning to show a warning
6507 message.
6508
6509 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6510 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6511
6512 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * array.el: Move defvars out of eval-when-compile.
6515 (array-make-template): Replace undeclared global var with a local one.
6516 (array-mode): Inline initialization functions.
6517 (array-init-local-variables, array-init-max-row)
6518 (array-init-max-column, array-init-columns-per-line)
6519 (array-init-field-width, array-init-rows-numbered)
6520 (array-init-line-length, array-init-lines-per-row): Remove.
6521
6522 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6523 (doc-mode-map): Define explicitly.
6524 (doctor-txtype): Use mapc.
6525
6526 * textmodes/table.el: Move defvars out of eval-when-compile.
6527 Remove harmful code meant to avoid byte-compiler warnings.
6528 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6529 specification that checks table-fixed-width-mode directly.
6530 (table-recognize-region, table-recognize-cell):
6531 Use restore-buffer-modified-p.
6532 (table-fixed-width-mode): Remove code that refreshes
6533 table-fixed-mode-indicator.
6534 (*table--cell-describe-bindings, *table--cell-describe-mode):
6535 Avoid obsolete name print-help-return-message.
6536 (table--test-cell-list): Don't use replace-regexp from elisp.
6537 (table--point-entered-cell-function, table--point-left-cell-function):
6538 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6539
6540 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6541 that was after the end of file. Use buffer-file-name variable.
6542 (org-timestamp-change): Use with-current-buffer.
6543 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6544 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6545 `file'.
6546
6547 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6548 (fortran-break-line): Remove unused var `opoint'.
6549 (fortran-abbrev-start): Obey help-event-list.
6550
6551 2006-01-18 Jesper Harder <harder@phys.au.dk>
6552
6553 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6554
6555 2006-01-18 Masatake YAMATO <jet@gyve.org>
6556
6557 * progmodes/make-mode.el (makefile-imake-mode): New mode
6558 derived from makefile-mode.
6559 (makefile-imake-mode-syntax-table): New syntax table
6560 derived from makefile-mode-syntax-table.
6561 (makefile-mode): Write about makefile-imake-mode in doc string.
6562 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6563 (makefile-imake-font-lock-keywords): New font lock keywords.
6564
6565 * files.el (auto-mode-alist): Add Imakefile.
6566
6567 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6568
6569 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6570 loading the file rather than when turning on flyspell-mode.
6571
6572 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6573
6574 * cus-edit.el (customize-rogue): Minor doc fix.
6575
6576 2006-01-17 Juri Linkov <juri@jurta.org>
6577
6578 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6579 instead of the file at the mark as default if the file at the mark
6580 is the same as the file at point or if dired-dwim-target-directory
6581 is not the same as the current directory and the mark is not active.
6582
6583 * log-view.el (log-view-minor-wrap): Use the same logic to get
6584 revisions as `log-view-diff'.
6585
6586 * info.el (Info-revert-find-node): Check for Info-current-file
6587 before preserving new-history.
6588
6589 * man.el (Man-heading-regexp): Add `/'.
6590
6591 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6592 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6593
6594 2006-01-16 Juri Linkov <juri@jurta.org>
6595
6596 * faces.el (mode-line-faces): New defgroup.
6597 (mode-line-highlight): Move definition after new defgroup.
6598 (mode-line, mode-line-inactive, mode-line-highlight):
6599 Replace :group `modeline' with `mode-line-faces'.
6600 (mode-line-buffer-id): New face.
6601 (modeline-buffer-id): New face alias.
6602 (vertical-border): Remove :group `modeline'.
6603
6604 * bindings.el (propertized-buffer-identification): Use face
6605 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6606 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6607 (mode-line-buffer-identification-keymap): For mouse-1 replace
6608 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6609 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6610 mouse-3.
6611
6612 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6613 Buffer-menu-buffer. Doc fix.
6614 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6615 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6616 `Buffer-menu-buffer'.
6617
6618 * info.el (Info-mode-line-node-keymap): New defvar.
6619 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6620 Propertize Info-current-node with `mode-line-buffer-id' and
6621 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6622
6623 * time.el (display-time-mail-face): Replace :group `faces' with
6624 `mode-line-faces'.
6625
6626 2006-01-16 Kenichi Handa <handa@m17n.org>
6627
6628 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6629
6630 * language/european.el (cp1252): New alias for windows-1252.
6631
6632 * international/mule.el (autoload-coding-system): Prepare for EOL
6633 variants.
6634
6635 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6636
6637 * term.el (term-raw-map): Add mapping for insert.
6638 (term-send-insert): New.
6639 (term-mode): Make variables local here instead of doing it in
6640 `term-emulate-terminal'.
6641 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6642 Scroll reverse needs to take into account the scroll region.
6643 Saving and restoring the cursor should save the color attributes too.
6644 (term-reset-terminal): Reset the scroll region.
6645 (term-handle-ansi-escape): Cursor up and down should take into
6646 account the scroll region.
6647 (term-set-scroll-region): Rename from `term-scroll-region'.
6648 Move to 0,0 after setting the region.
6649 (term-handle-scroll): Handle scroll up.
6650 (term-down): Fix off by one error.
6651 (term-delete-lines): Do not delete outside the scroll region.
6652 (term-insert-lines): Take into account the scroll region.
6653
6654 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * textmodes/ispell.el (ispell-internal-change-dictionary)
6657 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6658 (start, end): Move declaration outside of eval-when-compile.
6659
6660 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6661 (flyspell-mode-on): Use it.
6662
6663 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6664 ispell-kill-ispell-hook.
6665
6666 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6667
6668 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6669 (Custom-reset-saved): Do not ask for confirmation in single option
6670 buffers.
6671
6672 2006-01-13 Richard M. Stallman <rms@gnu.org>
6673
6674 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6675
6676 2006-01-13 Romain Francoise <romain@orebokech.com>
6677
6678 * add-log.el (add-change-log-entry, change-log-merge):
6679 Conditionally use `hard-newline'.
6680
6681 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6682
6683 * wid-edit.el (widget-field-end): If the overlay is no longer
6684 associated with a buffer, behave as if the overlay didn't exist.
6685
6686 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6687 Make sure the links use the `custom-link' face.
6688
6689 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6692 (ld-script-mode): Don't set indent-line-function since we don't
6693 have one.
6694
6695 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6696
6697 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6698 application.
6699 (org-file-apps-defaults-gnu): Use mailcap as the default for
6700 selecting an application on a UNIX system.
6701 (org-agenda-show-tags): New command.
6702 (org-table-insert-hline): Keep cursor in current table line.
6703 (org-table-convert): Offset effect of modifying
6704 `org-table-insert-hline'.
6705 (org-format-agenda-item): New optional argument TAG.
6706 (org-compile-prefix-format): Handle %T format for the tag.
6707 (org-expand-wide-chars): New function.
6708 (org-table-insert-row, org-table-insert-hline):
6709 Use `org-expand-wide-chars'.
6710 (org-open-file): Fix bug in program launch.
6711 (org-get-time-of-day): Fix bug with times before 1am.
6712 (org-agenda-menu): Add tags commands.
6713
6714 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6715
6716 * textmodes/ispell.el (ispell-init-process): Include the used
6717 dictionary in ispell process start message.
6718 (ispell-internal-change-dictionary): When flyspell-mode is active
6719 and dictionary is changed, make sure ispell process is restarted
6720 and flyspell word cache cleared out for the current buffer.
6721 (ispell-change-dictionary): Make sure flyspell word cache is
6722 cleared out in all buffers with active flyspell mode when
6723 dictionary is globally changed.
6724 Call ispell-internal-change-dictionary after dictionary change.
6725
6726 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6727
6728 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6729
6730 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6731 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6732 years. Fix small differences wrt Makefile.in.
6733 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6734 Makefile.in does.
6735
6736 2006-01-12 Bill Wohler <wohler@newt.com>
6737
6738 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6739 mh-search.el.
6740
6741 2006-01-12 Masatake YAMATO <jet@gyve.org>
6742
6743 * progmodes/ld-script.el: Update copyright year.
6744
6745 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6746
6747 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6748 Don't add widget if setting undefined.
6749
6750 2006-01-12 John Paul Wallington <jpw@pobox.com>
6751
6752 * help-fns.el (describe-variable): Remove newlines from void
6753 variable output.
6754
6755 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6756
6757 * wdired.el (wdired-mode-map): Add help echo for
6758 wdired-abort-changes.
6759
6760 * man.el (Man-file-name-regexp): Adjust for a list of files.
6761
6762 2006-01-12 Masatake YAMATO <jet@gyve.org>
6763
6764 * progmodes/ld-script.el (auto-mode-alist): Support
6765 suffix conventions used in netbsd and eCos.
6766
6767 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6768
6769 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6770 (custom-variable-menu, custom-face-menu, custom-group-menu)
6771 (Custom-mode-menu): Change names of menu items. (As discussed on
6772 emacs-devel.)
6773 (custom-face-menu): Add "Undo Edits" item.
6774
6775 * startup.el (init-file-user): defcustom -> defvar.
6776
6777 * tooltip.el (tooltip-mode): Doc fix.
6778
6779 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6780
6781 * reveal.el (reveal-post-command): window-buffer signals an error on
6782 dead windows rather than returning nil.
6783 (reveal-open-new-overlays): An overlay might die while we open others.
6784
6785 2006-01-11 Bill Wohler <wohler@newt.com>
6786
6787 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6788 phrasing in docstring.
6789
6790 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6791 can give some systems gas. Add new file mh-buffers.el.
6792
6793 2006-01-06 Masatake YAMATO <jet@gyve.org>
6794
6795 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6796 C preprocessor forward ported from GNU Emacs 21.2.
6797
6798 * progmodes/asm-mode.el (asm-font-lock-keywords):
6799 Use `cpp-font-lock-keywords'.
6800
6801 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6802
6803 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6804 of $ for "\\.ld[s]?".
6805
6806 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6809 (tcl-indent-line): Return `noindent' if inside a string.
6810
6811 * progmodes/flymake.el (flymake-split-string): Remove more than one
6812 empty string at beg/end of the result.
6813 (flymake-find-buildfile, flymake-find-possible-master-files):
6814 Use expand-file-name.
6815 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6816 since expand-file-name does it for us. Use directory-file-name.
6817 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6818 (flymake-ler-get-type, flymake-ler-get-text)
6819 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6820 (flymake-current-line-no): Remove spurious interactive spec.
6821 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6822 (flymake-check-include): Remove arg inc-path merged into inc-name.
6823 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6824 Arg regexp-list replaced by a simple regexp.
6825 (flymake-master-make-header-init, flymake-master-tex-init):
6826 Correspondingly replace regexp-list with a regexp. Fix regexp.
6827
6828 2006-01-10 Simon Josefsson <jas@extundo.com>
6829
6830 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6831 describing AUTH PLAIN fix.
6832
6833 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6834
6835 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6836 (report-emacs-bug): Don't record initial prompt text.
6837 Instead, add text properties to prompting text.
6838 (report-emacs-bug-hook): Delete prompting text.
6839
6840 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6843 `dirs'. Adjust callers.
6844
6845 2006-01-09 John Paul Wallington <jpw@gnu.org>
6846
6847 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6848
6849 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * reveal.el (reveal-open-new-overlays): New extracted fun.
6852 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6853 using them. Simplify the code.
6854 (reveal-post-command): Use them. Fix up obsolete windows in
6855 reveal-open-spots.
6856
6857 * progmodes/flymake.el: Use `require' rather than autoload for
6858 XEmacs's overlays.
6859 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6860 Delete. Use file-relative-name instead.
6861 (flymake-get-syntax-check-program-args, flymake-perl-init):
6862 Simplify the resulting code.
6863
6864 * log-view.el (log-view-file-re, log-view-message-re): Add support
6865 for DaRCS output.
6866
6867 2006-01-09 Alex Schroeder <alex@gnu.org>
6868
6869 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6870 identifiers sometimes added in square brackets at the beginning of
6871 subject lines.
6872
6873 2006-01-07 Richard M. Stallman <rms@gnu.org>
6874
6875 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6876 (Custom-reset-current, Custom-reset-saved): Change question text.
6877 (Custom-reset-standard): Likewise.
6878 (custom-variable-reset-saved): Doc fix.
6879
6880 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6881
6882 * startup.el (init-file-user): Doc fix.
6883
6884 2006-01-07 Alex Schroeder <alex@gnu.org>
6885
6886 * mail/rmail.el (rmail-current-subject): New function.
6887 (rmail-current-subject-regexp): New function.
6888 (rmail-next-same-subject): Use it.
6889
6890 * mail/rmailsum.el (rmail-summary-by-topic):
6891 Use rmail-current-subject and rmail-current-subject-regexp.
6892 (rmail-summary-next-same-subject): Ditto.
6893
6894 * net/rcirc.el (rcirc-send-input): No longer check whether the
6895 process is open, since not all commands need an open process.
6896 (rcirc-send-string): Check whether the process is open before
6897 sending anything.
6898 (rcirc-ignore-list): New option.
6899 (rcirc-ignore-list-automatic): New variable.
6900 (rcirc-print): Take rcirc-ignore-list into account.
6901 (rcirc-cmd-ignore): New command.
6902 (rcirc-ignore-update-automatic): New function.
6903 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6904 list if ignored nicks.
6905 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6906
6907 2006-01-06 David Reitter <david.reitter@gmail.com>
6908
6909 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6910 reflect the address to which the report will be sent.
6911
6912 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6913
6914 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6915 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6916
6917 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6918
6919 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6920
6921 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6922 the doc string: "functoin" => "function".
6923 * ldefs-boot.el: Likewise.
6924
6925 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6926 message text: "Duplicat" => "Duplicate".
6927
6928 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6929
6930 * files.el (basic-save-buffer-2): If backing-up failed, reset
6931 buffer-backed-up to nil.
6932
6933 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6934
6935 * progmodes/gud.el (gdb-script-skip-to-head)
6936 (gdb-script-calculate-indentation): Indent for breakpoint command
6937 lists also.
6938
6939 2006-01-05 Bill Wohler <wohler@newt.com>
6940
6941 * Makefile.in (compile-always): Add mh-autoloads dependency.
6942 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6943 provides it.
6944 (updates): Remove mh-autoloads dependency, since it probably has
6945 already run recently (via recompile).
6946
6947 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6948
6949 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6950 argument `force' to disable the flyspell-last-buffer optimization.
6951 (flyspell-mode-on): Use it.
6952
6953 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6954 flymake-simple-cleanup.
6955 (flymake-allowed-file-name-masks): Use this new default.
6956 All the functions are now called in the right buffer rather than
6957 passing the buffer as argument.
6958 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6959 (flymake-parse-err-lines): Remove redundant buffer arg.
6960 (flymake-get-program-dir): Comment out unused function.
6961 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6962 Remove redundant buffer argument.
6963 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6964 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6965
6966 2006-01-05 Richard M. Stallman <rms@gnu.org>
6967
6968 * info.el (Info-find-node): Don't record previous node if have none.
6969 (info): Go to directory only if history is empty.
6970
6971 * simple.el (mark): Doc fix.
6972
6973 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6974
6975 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6976 already of desired type.
6977 (mac-ae-list): Coerce parameter to "list" type.
6978 (mac-dispatch-apple-event): Replace cadr part of event with a
6979 dummy position so that event-start returns it.
6980
6981 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6982
6983 * textmodes/org.el (org-end-of-subtree): New function.
6984 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6985 Use `org-end-of-subtree'.
6986 (org-agenda, org-agenda-convert-date): Protect calls to
6987 `fit-window-to-buffer'.
6988 (org-tags-view): Force matching of sublevels when doing a
6989 todo-only search. Define the correct redo command, including the
6990 arguments.
6991 (org-agenda-redo): Display message.
6992 (org-check-for-org-mode): New function.
6993 (org-agenda-type): New variable.
6994 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6995 Set `org-agenda-type'.
6996 (org-agenda-check-type): New function.
6997 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6998 (org-agenda-week-view, org-agenda-day-view)
6999 (org-agenda-next-date-line, org-agenda-previous-date-line)
7000 (org-agenda-log-mode, org-agenda-toggle-diary)
7001 (org-agenda-toggle-time-grid, org-agenda-date-later)
7002 (org-agenda-date-prompt, org-agenda-diary-entry)
7003 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7004 (org-agenda-convert-date, org-agenda-menu):
7005 Use `org-agenda-check-type'.
7006 (org-make-overlay, org-delete-overlay)
7007 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7008 New compatibility functions.
7009 (org-calendar-select-mouse): New command.
7010
7011 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7014 (Custom-reset-standard): Fix y-or-n-p messages.
7015 (custom-link): New face for links.
7016 (custom-buffer-create-internal, custom-manual): Use it.
7017 (custom-face-save): Push to theme-face before setting face spec.
7018
7019 * wid-edit.el (widget-default-mouse-face-get): New function.
7020 (widget-specify-button): Handle mouse-face like button-face.
7021
7022 * custom.el (load-theme): Clear old theme settings if reloading.
7023
7024 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7025
7026 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7027 "Erase Customization" button back to same position it occupies in
7028 the individual State menus.
7029
7030 2006-01-04 Kim F. Storm <storm@cua.dk>
7031
7032 * wid-edit.el (key-sequence): Rework widget to read key binding
7033 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7034 (widget-key-sequence-default-value): Default value for empty sequence.
7035 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7036 (widget-key-sequence-read-event): New command for C-q.
7037 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7038 (widget-key-sequence-value-to-external): New functions.
7039
7040 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7043 Use expand-file-name.
7044 (flymake-delete-temp-directory): Use expand-file-name,
7045 file-name-directory, and directory-file-name.
7046 (flymake-strrchr): Delete.
7047 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7048 to the init-f function.
7049 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7050 (flymake-init-find-buildfile-dir)
7051 (flymake-init-create-temp-source-and-master-buffer-copy)
7052 (flymake-simple-make-init-impl, flymake-simple-make-init)
7053 (flymake-master-make-init, flymake-master-make-header-init)
7054 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7055 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7056 (flymake-xml-init): Remove corresponding redundant buffer argument.
7057 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7058 the default anyway. Clean up regexps.
7059
7060 * progmodes/flymake.el (flymake-temp-source-file-name)
7061 (flymake-master-file-name, flymake-temp-master-file-name)
7062 (flymake-base-dir): New buffer-local vars.
7063 (flymake-buffer-data, flymake-get-buffer-value)
7064 (flymake-set-buffer-value): Replace those hash-tables by the new
7065 buffer-local vars. Update callers.
7066
7067 * progmodes/flymake.el (flymake-check-start-time)
7068 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7069 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7070 Move definition, so we can remove redundant earlier declaration.
7071 (flymake-replace-regexp-in-string, flymake-split-string)
7072 (flymake-get-temp-dir): Use defalias.
7073 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7074 (flymake-xemacs-window-edges): Remove unused function.
7075 (flymake-get-point-pixel-pos): Move.
7076 (flymake-pid-to-names, flymake-reg-names)
7077 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7078 Replace by a simple list flymake-processes and by process-buffer.
7079 Update callers. Other than simplify the code, it uses buffers rather
7080 than buffer-names so it doesn't get confused by uniquify.
7081 (flymake-buffer-data): The global value should just be nil.
7082
7083 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7084 Optimize the body of a defalias like any other code.
7085
7086 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7087 Make sure we've setup font-lock's vars. It may influence which
7088 function we then call.
7089 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7090 here since it's too late anyway.
7091
7092 2006-01-03 Romain Francoise <romain@orebokech.com>
7093
7094 * startup.el (fancy-splash-tail, normal-splash-screen):
7095 Update copyright year.
7096
7097 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7098
7099 * mouse.el (mouse-drag-track): Rename, from
7100 `mouse-drag-region-1'. Includes optional argument required to
7101 enable post-drag event processing (e.g. delete region keys).
7102 Can be used without this argument to track a mouse region and operate
7103 on it as soon as the drag completes.
7104 (mouse-drag-region): Use `mouse-drag-track'.
7105
7106 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7107
7108 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7109 Move to `custom-buffer' group.
7110
7111 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7112 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7113 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7114 (custom-theme-face-menu): New variables.
7115 (custom-theme-add-variable, custom-theme-variable-action)
7116 (custom-variable-reset-theme, custom-theme-delete-variable)
7117 (custom-face-reset-theme, custom-theme-face-action)
7118 (custom-theme-delete-face, custom-theme-merge-theme)
7119 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7120
7121 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7122
7123 * custom.el: Move Custom Themes commentary to start of theme code.
7124 (custom-known-themes): Rename `standard' theme to `changed'.
7125 (custom-push-theme): Caller no longer specifies what theme to use
7126 when doing `reset'---the setting is simply removed from the theme.
7127 Delete MODE from `theme-value' and `theme-settings' properties.
7128 (custom-declare-theme): Ignore &rest args since we don't use them.
7129
7130 (custom-loaded-themes): Delete variable.
7131 (custom-theme-load-themes, custom-theme-loaded-p)
7132 (custom-theme-value): Delete functions.
7133
7134 (custom-declare-theme): Signal error on invalid theme names.
7135 (provide-theme): custom-loaded-themes was deleted.
7136 (load-theme): Load the file unconditionally.
7137 (enable-theme): Call `load-theme' if theme is undefined.
7138 (custom-enabled-themes): Only update value for successful loads.
7139 (disable-theme): Complete from enabled themes when interactive.
7140 (custom-variable-theme-value): Calculate theme value directly.
7141
7142 (custom-theme-reset-variables, custom-reset-variables): Mark as
7143 XEmacs compatibility functions. We don't actually use these.
7144
7145 * cus-edit.el (custom-variable-state-set):
7146 Use custom-variable-theme-value instead of custom-theme-value.
7147 (custom-face-state-set): Rename `standard' theme to `changed'.
7148 (custom-save-variables, custom-save-faces): Delete unneeded
7149 references to custom-reset-variables.
7150 (custom-save-resets): Delete function.
7151 (custom-save-variables, custom-save-faces): MODE argument deleted.
7152 (custom-save-variables, custom-save-faces): Ignore theme values.
7153
7154 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7155 compatibility function.
7156
7157 2006-01-01 Richard M. Stallman <rms@gnu.org>
7158
7159 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7160 (Custom-reset-current, Custom-reset-saved): Likewise.
7161 (Custom-reset-standard): Show message if aborted.
7162 (custom-mode): Doc fix, describing those commands.
7163
7164 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7165 put on event-kind property.
7166
7167 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7168
7169 * custom.el (provide-theme): Ban `user' theme name.
7170 (custom-enabling-themes): New variable.
7171 (enable-theme): Don't enable user if custom-enabling-themes is t.
7172 (custom-enabled-themes): Make it a defcustom.
7173 (custom-theme-recalc-face): No-op if face is undefined.
7174
7175 * cus-edit.el (custom-button-mouse): New variable.
7176 (custom-button-mouse): New face.
7177 (custom-raised-buttons, custom-mode): Use it.
7178
7179 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7180
7181 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7182
7183 * progmodes/gud.el (gud-display-line): Support hl-line in the
7184 source buffer.
7185
7186 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7187
7188 * mouse.el (mouse-drag-window-above): Verify that the found window
7189 overlaps with the given window in the horizontal dimension.
7190
7191 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7192
7193 * Makefile.in (cvs-update): New target.
7194
7195 * makefile.w32-in (cvs-update): Ditto.
7196
7197 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7198
7199 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7200 (custom-new-theme-mode-map): New variable.
7201
7202 2005-12-30 Richard M. Stallman <rms@gnu.org>
7203
7204 * custom.el (custom-load-themes): Function deleted.
7205
7206 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7207 (custom-save-variables): Don't delete or add custom-load-themes call.
7208
7209 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * cus-start.el: Add `visible-cursor'.
7212
7213 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7214 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7215 (flymake-process-filter): Switch to buffer before calling it instead.
7216 (flymake-post-syntax-check, flymake-highlight-err-lines)
7217 (flymake-delete-own-overlays, flymake-parse-err-lines)
7218 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7219 (flymake-count-lines, flymake-parse-residual):
7220 Remove constant buffer argument.
7221 (flymake-start-syntax-check-for-current-buffer): Remove.
7222 Update callers to use flymake-start-syntax-check instead.
7223 (flymake-display-err-menu-for-current-line):
7224 Remove unused var `mouse-pos'.
7225 (flymake-restore-formatting): Comment out unused function.
7226 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7227 argument, use current-buffer instead. Update callers.
7228
7229 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7230
7231 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7232 buffer-local because choose-completion-delete-max-match requires
7233 that we set completion-ignore-case (i.e., binding via let is not
7234 sufficient).
7235 (bibtex-complete): Always set completion-ignore-case and
7236 choose-completion-string-functions. The latter is needed because
7237 choose-completion-string-functions keeps its value if we quit the
7238 *Completions* buffer without requesting a completion.
7239
7240 2005-12-30 Andreas Schwab <schwab@suse.de>
7241
7242 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7243
7244 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7245
7246 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7247
7248 2005-12-30 Juri Linkov <juri@jurta.org>
7249
7250 * locate.el (locate-fcodes-file, locate-header-face)
7251 * progmodes/delphi.el (delphi-other-face)
7252 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7253
7254 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7255 group `paren-showing-faces'.
7256
7257 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7258 (goto-address): Fix docstring.
7259
7260 * net/webjump.el (webjump-sample-sites): Update URLs.
7261
7262 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7263
7264 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7265
7266 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7267
7268 * font-lock.el (font-lock-compile-keywords): Signal an error when
7269 font-lock-set-defaults hasn't been called.
7270
7271 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7272
7273 * subr.el (noreturn, 1value): Doc fixes.
7274
7275 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7276
7277 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7278 that assoc-string returns nil.
7279
7280 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7281
7282 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7283 (bibtex-entry-type-str, bibtex-empty-field-re)
7284 (bibtex-search-backward-string, bibtex-preamble-prefix)
7285 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7286 (bibtex-any-valid-entry-type): New variable.
7287 (bibtex-parse-field-name): Simplify.
7288 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7289 (bibtex-preamble-prefix): Include left delimiter.
7290 (bibtex-search-forward-field, bibtex-search-backward-field):
7291 Allow unbounded search past entry boundaries (required by bibtex-pop).
7292 (bibtex-text-in-field-bounds): Use push.
7293 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7294 (bibtex-parse-preamble, bibtex-valid-entry)
7295 (bibtex-beginning-first-field): New functions.
7296 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7297 (bibtex-map-entries): Fix docstring.
7298 (bibtex-flash-head): New arg prompt. Simplify.
7299 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7300 (bibtex-insert-kill): Simplify. Always insert text past the
7301 current field or entry.
7302 (bibtex-format-entry): Use bibtex-parse-field.
7303 (bibtex-pop): Use bibtex-beginning-of-entry and
7304 bibtex-end-of-entry to initiate the search. Insert empty field if
7305 we found ourselves.
7306 (bibtex-print-help-message): New args field and comma.
7307 Handle entry keys.
7308 (bibtex-make-field): Use bibtex-beginning-of-entry.
7309 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7310 invalid entry.
7311 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7312 Handle preambles. Simplify code for thorough test.
7313 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7314 New arg comma. Handle entry heads.
7315 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7316 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7317 New arg comma.
7318 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7319 (bibtex-fill-field): Simplify.
7320 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7321 bibtex-parse-field.
7322 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7323 (bibtex-complete): Use bibtex-parse-preamble.
7324
7325 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7326
7327 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7328 Display name of expression instead of convenience variable.
7329 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7330
7331 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7332 toggle-gud-tooltip-dereference.
7333 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7334 (gud-tooltip-tips): ...here when dereferencing.
7335
7336 2005-12-28 Bill Wohler <wohler@newt.com>
7337
7338 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7339
7340 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7341
7342 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7343 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7344 (vc-annotate-display-autoscale): Adjust call.
7345 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7346 Fix interactive spec.
7347 (vc-annotate-time-span): Remove.
7348 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7349 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7350 (vc-annotate-display-select): Use new name.
7351
7352 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7353 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7354 Correct the construction of span entries. Simplify.
7355 (vc-annotate-display-select): Fix the nil case.
7356 (vc-annotate): Remove obsolete (and now broken) code.
7357 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7358 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7359
7360 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7361
7362 * subr.el (lazy-completion-table): Correct typo in docstring.
7363
7364 * startup.el (command-line): Use `custom-reevaluate-setting' for
7365 `send-mail-function'.
7366
7367 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7368
7369 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7370
7371 * mail/smtpmail.el (smtpmail-try-auth-methods):
7372 Send credentials together with "AUTH PLAIN" command.
7373
7374 2005-12-27 Richard M. Stallman <rms@gnu.org>
7375
7376 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7377 mouse-2, go back to previously selected window, so it's selected
7378 when mouse-2 command runs.
7379
7380 2005-12-27 Juri Linkov <juri@jurta.org>
7381
7382 * descr-text.el (describe-text-sexp): Use square brackets for
7383 button [Show] to distinguish it from the property value `show'.
7384 (describe-property-list): Use `insert-text-button' with
7385 `help-face' type instead of putting face in quotes, because button
7386 is not created automatically for a list of faces.
7387 (describe-text-properties-1): Put button-type value in quotes to
7388 distinguish from plain text "button".
7389 (describe-char): Display code point values in hex. Don't use
7390 `symbol-name' for `current-input-method' because it is a string.
7391 Use `insert-text-button' with `help-face' type instead of putting
7392 hardcoded face in quotes, because button is not created automatically.
7393
7394 2005-12-27 Richard M. Stallman <rms@gnu.org>
7395
7396 * progmodes/glasses.el (glasses-face): More specific custom type.
7397
7398 * files.el (set-visited-file-name): Doc fix.
7399
7400 * textmodes/flyspell.el (flyspell-external-point-words):
7401 Use local var buffer-scan-pos to advance scan for next misspelling.
7402 Advance it only after we find the misspelling.
7403
7404 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7405
7406 * textmodes/flyspell.el (flyspell-external-point-words):
7407 New criteria for finding the misspelling in the buffer.
7408
7409 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7410
7411 * help-mode.el (help-insert-string): Set help-xref-stack-item
7412 rather than call help-setup-xref.
7413
7414 * descr-text.el (describe-char): Revert previous changes for
7415 optional buffer argument.
7416
7417 2005-12-27 Juri Linkov <juri@jurta.org>
7418
7419 * help-mode.el (help-insert-string): New function. Save buffer
7420 contents in cases where it is impossible to recompute the old contents.
7421
7422 * descr-text.el (describe-char): Set help-xref-stack-item
7423 explicitly after buffer has been generated.
7424
7425 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7426
7427 * cus-start.el (all): Add x-gtk-show-hidden-files.
7428
7429 2005-12-26 Richard M. Stallman <rms@gnu.org>
7430
7431 * replace.el (perform-replace): Calculate match-again
7432 before skipping read-only matches.
7433
7434 * paren.el (paren-showing-faces): New group.
7435 (show-paren-match, show-paren-mismatch): Move to that group.
7436
7437 * button.el (button): Put into group `basic-faces'.
7438
7439 * progmodes/make-mode.el: Remove faces from group `faces'.
7440
7441 * apropos.el (apropos, apropos-value): Doc fix.
7442 (apropos-documentation): Doc fix.
7443
7444 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7445
7446 * subr.el (lazy-completion-table): Remove argument `args'.
7447
7448 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7449 Don't use the `args' argument of lazy-completion-table.
7450
7451 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7452
7453 * descr-text.el (describe-char): Add optional argument for buffer.
7454 Set buffer appropriately. Call help-setup-xref.
7455 Suggested by Stefan Monnier.
7456
7457 2005-12-26 Juri Linkov <juri@jurta.org>
7458
7459 * descr-text.el: Require `help-fns' at runtime. Don't require
7460 `button' for byte compilation.
7461 (describe-text-widget): Add `help-echo' for first button.
7462 Use `help-info' for second.
7463 (describe-property-list): Use `help-argument-name' instead of `italic'.
7464 (describe-text-category): Add prompt to interactive spec.
7465 Call `help-setup-xref'.
7466 (describe-char): Use `help-character-set'. Add `help-echo' for
7467 code point. Use `help-input-method'. Remove superfluous insert.
7468
7469 2005-12-25 Richard M. Stallman <rms@gnu.org>
7470
7471 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7472 at point, in case of narrowing.
7473
7474 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7475
7476 * locate.el (locate-header-face): Allow nil in type.
7477
7478 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7479
7480 2005-12-25 Romain Francoise <romain@orebokech.com>
7481
7482 * battery.el (battery-linux-proc-acpi): Also try
7483 `/proc/acpi/thermal_zone/THM0/temperature'.
7484
7485 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7486
7487 * custom.el (custom-push-theme): Fix docstring.
7488
7489 * cus-edit.el (custom-variable-set, custom-variable-save)
7490 (custom-variable-save): Custom-quote widget values.
7491 (customize-save-variable): Fix custom-push-theme call.
7492
7493 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7494
7495 * w32-fns.el (w32-batch-update-autoloads): New function.
7496
7497 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7498 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7499 from the command line.
7500
7501 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7502
7503 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7504 reset means to remove setting from theme entirely. Don't keep
7505 expanding theme-settings list; delete old entries if necessary.
7506
7507 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7508 customization" button one line up.
7509 (custom-themed): New face.
7510 (custom-magic-alist): New value, THEMED, for theme settings.
7511 (custom-variable-state-set, custom-face-state-set):
7512 Check theme-value instead of saved-value.
7513 (custom-variable-reset-standard, custom-face-reset-standard):
7514 Remove theme setting entirely. Recalculate new values.
7515 (custom-variable-set, custom-variable-set)
7516 (custom-variable-reset-saved, custom-variable-reset-backup)
7517 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7518 (custom-variable-save): Fix typos.
7519
7520 2005-12-23 Juri Linkov <juri@jurta.org>
7521
7522 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7523 Add autoload cookies.
7524 (edebug-outside-d-c-i-n-s-w): New variable.
7525 (edebug-display, edebug-outside-excursion): Use it to save the
7526 original value of default-cursor-in-non-selected-windows.
7527 Set default-cursor-in-non-selected-windows to t while Edebug
7528 is active.
7529 (edebug-mode, edebug-eval-mode): Doc fix.
7530
7531 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7532 with `buffer-substring-no-properties' to remove common substring
7533 highlighting.
7534
7535 * info.el (info-other-window, info): Rename function argument
7536 `file' to `file-or-node'.
7537 (Info-complete-menu-item): Use local variable `complete-nodes' to
7538 keep the global value of `Info-complete-nodes' unchanged for
7539 subsequent completions.
7540 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7541
7542 * simple.el (get-next-valid-buffer, last-buffer)
7543 (next-error-buffer-p, next-error-find-buffer)
7544 (minibuffer-history-sexp-flag): Doc fix.
7545
7546 * savehist.el (savehist-mode-hook): Add `:group'.
7547
7548 * log-view.el: Call autoload for vc-find-version.
7549 (log-view-current-file): Adjust subgroup numbers.
7550 (log-view-current-tag): Add `length'.
7551
7552 2005-12-23 Richard M. Stallman <rms@gnu.org>
7553
7554 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7555
7556 2005-12-23 Juri Linkov <juri@jurta.org>
7557
7558 * hi-lock.el (hi-lock-archaic-interface-message-used)
7559 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7560 (hi-lock-mode): Display "Hi" in the mode line only when
7561 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7562 (hi-lock-write-interactive-patterns):
7563 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7564 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7565 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7566 font-lock-add-keywords to t.
7567
7568 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7569
7570 * hi-lock.el (hi-lock-highlight-range): New variable.
7571 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7572 only if font-lock-fontified is non-nil. Remove overlays.
7573 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7574 font-lock-fontified is non-nil, otherwise use overlays (instead of
7575 text properties).
7576 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7577 New variables.
7578 (hi-lock-string-serialize) New function.
7579
7580 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7581
7582 * menu-bar.el (menu-find-file-existing): New function.
7583 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7584
7585 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7586
7587 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7588
7589 * vc.el: Remove unnecessary leading * in docstrings.
7590 (vc-annotate-mode-map): Move initialization into declaration.
7591 (vc-static-header-alist): Nitpick on the regexp.
7592 (vc-default-init-version): New fun.
7593 (vc-register): Use it.
7594 (vc-insert-headers): Use dolist.
7595 (vc-annotate-get-backend): Remove unused function.
7596 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7597 (vc-annotate-mode): Remove corresponding call.
7598 (vc-annotate-car-last-cons): Simplify.
7599 (vc-annotate-buffers): Remove var.
7600 (vc-annotate-backend): Make it buffer-local.
7601 (vc-annotate): Move the interaction to the interactive spec.
7602 Add a `buf' argument.
7603 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7604 killing&creating a vc-annotate buffer, which is very disruptive when
7605 the buffers are shown in dedicated frames.
7606
7607 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7608
7609 * descr-text.el: Add FSF as maintainer.
7610 (describe-text-mode, describe-text-mode-map)
7611 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7612 help-mode.
7613 (describe-text-widget, describe-text-sexp)
7614 (describe-property-list, describe-text-category)
7615 (describe-text-properties, describe-text-properties-1)
7616 (describe-char): Use help buttons instead of widgets.
7617 (describe-char-unicodedata-file): Make URL link in doc string.
7618
7619 2005-12-22 Richard M. Stallman <rms@gnu.org>
7620
7621 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7622 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7623 Don't include buttons that write a file when there's no file.
7624 (custom-variable-menu, custom-face-menu, custom-group-menu):
7625 Don't include commands that write a file when there's no file.
7626 (customize-browse): Reword the top-of-buffer help intro.
7627 (custom-buffer-create-internal): Fix previous change.
7628 (customize-changed-options-previous-release): Prev release is 21.1.
7629 (customize-changed-options): Doc fix.
7630 (customize-changed): New alias.
7631 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7632 Say "standard values".
7633 (Custom-reset-standard): Doc fix.
7634 (custom-face-reset-standard): Doc fix.
7635
7636 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7637
7638 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7639 even if font-lock-mode is non-nil since it may be t without having
7640 turned on font-lock-mode-internal.
7641 (font-lock-choose-keywords): Minor optimization.
7642 (font-lock-add-keywords, font-lock-remove-keywords)
7643 (font-lock-set-defaults): Don't call make-local-variable on a variable
7644 that we know to already be local.
7645
7646 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7649 messages if in the minibuffer.
7650
7651 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7652
7653 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7654 (tex-mode-flyspell-verify, flyspell-get-word)
7655 (flyspell-external-point-words): Don't use point-min/max uselessly.
7656
7657 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7658 by Kevin Rodgers. Instead, just hide the completions buffer if we
7659 don't need to show it.
7660
7661 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7662
7663 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7664
7665 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7668 delete-windows-on with an inexistent buffer.
7669
7670 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7671
7672 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7673 Delete defcustom variable :tag names.
7674
7675 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7678 (log-view-font-lock-keywords): Ajust subgroup numbers.
7679 (log-view-current-tag): Don't hard code the number of subgroups.
7680
7681 2005-12-20 Juri Linkov <juri@jurta.org>
7682
7683 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7684 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7685
7686 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7687 (menu-bar-non-minibuffer-window-p): Instead of checking
7688 display-multi-frame-p, use selected-frame when menu-updating-frame
7689 is nil.
7690
7691 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7692
7693 * align.el (align-rules-list): Use [ \t] instead of \s-
7694 for column separators in text mode.
7695
7696 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7697
7698 * help-mode.el (help-customize-variable, help-customize-face):
7699 Don't pop help-xref-stack as help-follow no longer pushes
7700 anything on to it.
7701
7702 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7703
7704 * textmodes/org.el (org-agenda-custom-commands): New option.
7705 (org-agenda): Offer custom commands on splash screen.
7706 (org-make-tags-matcher): Parser for Boolean logic added.
7707 (org-agenda-set-tags): New command.
7708 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7709 (org-set-tags): Efficiency improvements.
7710 (org-auto-align-tags): New option.
7711 (org-todo, org-demote, org-promote): Realign tags.
7712 (org-tags-completion-function): Use also "&" and "|" as separators.
7713 (org-org-menu): Agenda commands simplified.
7714
7715 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7716
7717 * cus-edit.el (customize-apropos, customize-apropos-options):
7718 Docstring changes.
7719
7720 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7721
7722 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7723
7724 * longlines.el (longlines-mode): Wrap while widened.
7725 (longlines-decode-region, longlines-encode-region): Compute max
7726 just once.
7727
7728 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7729
7730 * cus-edit.el (mac): New group.
7731
7732 * cus-start.el (all): Add user options in macterm.c. Add test for
7733 Mac-related built-ins. Fix test for GTK-related built-ins.
7734
7735 * term/mac-win.el (mac-handle-language-change)
7736 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7737 (mac-services-open-selection, mac-services-mail-selection)
7738 (mac-services-mail-to, mac-services-insert-text)
7739 (mac-dispatch-apple-event): Add docstrings.
7740 (x-get-selection, mac-select-convert-to-string): Select coding
7741 system from `utf-16be' and `utf-16le' using `byteorder'.
7742
7743 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7744
7745 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7746 a "list" (lambda ...) rather than a real completion list.
7747
7748 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7749 lexical-let when encountering ((lambda (...) ...) ...).
7750
7751 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7752
7753 * progmodes/sh-script.el (sh-mode):
7754 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7755 * textmodes/picture.el (picture-mode): Update docstrings.
7756
7757 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7758
7759 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7760 commands enclosed in $(ARGQUOTE)s should not be split between two
7761 lines, as that will break with GNU Make >3.80, when sh.exe is used
7762 and arg quoting is with '..'.
7763 (autoloads): Don't break the quoted --eval expression between
7764 several lines.
7765
7766 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7767
7768 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7769 Capture error from printing circular structures.
7770
7771 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7772
7773 * wid-edit.el (widget-checkbox-action): Clear undo info.
7774
7775 2005-12-16 Bill Wohler <wohler@newt.com>
7776
7777 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7778 bar, not menubar in comment.
7779
7780 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7783 After-change-functions should not clobber the match data.
7784
7785 2005-12-16 Juri Linkov <juri@jurta.org>
7786
7787 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7788 instead of `buffer-substring'.
7789 (completion-common-substring): Doc fix.
7790 (completion-setup-function): Use minibuffer-completion-contents
7791 instead of minibuffer-contents. Don't set common-string-length
7792 initially. Remove special handling of partial-completion-mode.
7793 Move computation of completion-base-size into one cond.
7794 Call completion-base-size-function in mainbuf. In computation of
7795 completion-base-size for file name completion don't move point to
7796 the end of the minibuffer. Move computation of common-string-length
7797 into one cond. Start putting faces only when common-string-length>=0.
7798 Add condition to put completions-common-part when
7799 common-string-length>0.
7800
7801 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7802 place point at the first different character in the minibuffer
7803 even if this position is at the beginning of the minibuffer.
7804
7805 * info.el (Info-read-node-name-1): In completion-base-size-function's
7806 lambda return 1 if common-substring or minibuffer-completion-contents
7807 starts with (, and 0 otherwise.
7808
7809 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7810 Use `crm-current-element' for second arg of `display-completion-list'.
7811
7812 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7813
7814 * files.el (set-auto-mode): Look for an interpreter specified on
7815 the first line also if search for mode specification succeeded,
7816 but the mode is not known.
7817
7818 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7819
7820 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7821 (org-open-at-point): Implement tag searches as links.
7822 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7823 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7824 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7825 (org-agenda-dispatch): New commands.
7826 (org-use-tag-inheritance, org-tags-column): New options.
7827 (org-tab-follows-link, org-return-follows-link): New options.
7828 (org-tags): New customize group.
7829 (org-start-icalendar-file): Get local time zone.
7830 (org-tags-completion-function): New function.
7831 (org-set-font-lock-defaults): Make sure links will also be
7832 highlighted inside headlines.
7833
7834 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7835
7836 * term.el (term-emulate-terminal):
7837 Let term-handle-ansi-terminal-messages override what Bash says about
7838 its current directory.
7839
7840 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7841
7842 * bindings.el (last-buffer): Move to simple.el.
7843 * simple.el (last-buffer): Move here.
7844 (get-next-valid-buffer): New function.
7845 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7846 (prev-buffer): Ditto. Rename to `previous-buffer'.
7847
7848 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7849 * bindings.el (global-map): Ditto.
7850
7851 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7852
7853 * cus-edit.el: Introductory comment change.
7854 (custom-magic-alist): Change message string for the `rogue' state.
7855
7856 2005-12-15 Richard M. Stallman <rms@gnu.org>
7857
7858 * tooltip.el: Delete defcustom variable :tag names.
7859
7860 * complete.el (partial-completion-mode): Doc fix.
7861
7862 * textmodes/flyspell.el (flyspell-external-point-words):
7863 Use save-excursion to ensure we don't move backward in the
7864 search loop, not even one character.
7865 (flyspell-delete-all-overlays): Use remove-overlays directly.
7866
7867 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7868 (ispell-start-process): Set that variable.
7869 Clear ispell-buffer-local-name.
7870 (ispell-internal-change-dictionary):
7871 Set ispell-current-dictionary after killing process.
7872 (ispell-buffer-local-dict):
7873 Don't set spell-personal-dictionary after killing process.
7874 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7875 (ispell-tex-skip-alists, ispell-html-skip-alists)
7876 (ispell-skip-region-alist): Mark as risky.
7877
7878 * net/newsticker.el (newsticker--retrieval-timer-list)
7879 (newsticker--display-timer, newsticker-running-p)
7880 (newsticker-ticker-running-p): Definitions moved up.
7881
7882 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7883
7884 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7885
7886 2005-12-15 David Ponce <david@dponce.com>
7887
7888 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7889 (recentf-edit-list, recentf-open-files): Signal an error when
7890 there is no recent file.
7891
7892 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7893
7894 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7895 read-only except for texinfo-format-region evaluation.
7896
7897 2005-12-14 Richard M. Stallman <rms@gnu.org>
7898
7899 * vc.el (vc-default-previous-version, vc-default-next-version)
7900 (vc-do-command): Doc fixes.
7901
7902 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7903
7904 * textmodes/bibtex.el (bibtex-expand-strings)
7905 (bibtex-autokey-expand-string, bibtex-name-part)
7906 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7907 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7908 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7909 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7910 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7911 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7912 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7913 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7914 (bibtex-beginning-of-last-entry): Remove.
7915 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7916 message if comma is missing but buffer is read-only.
7917 (bibtex-parse-field-text): Handle whitespaces at the end of field
7918 text. Return 3-element list with beginning and end of field text
7919 and end of field.
7920 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7921 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7922 (bibtex-search-forward-field, bibtex-search-backward-field):
7923 Search always delimited by limits of entry. Use more efficient
7924 search algorithms.
7925 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7926 bibtex-end-of-name-in-field.
7927 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7928 extracting the content of a field.
7929 (bibtex-text-in-field): Use search limits.
7930 (bibtex-parse-string-prefix): Handle empty string keys based on
7931 bibtex-string-empty-key.
7932 (bibtex-parse-string): Fix docstring.
7933 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7934 (bibtex-preamble-prefix, bibtex-strings): New functions.
7935 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7936 BibTeX entries (consistent with other BibTeX functions).
7937 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7938 (bibtex-search-entry): Fix docstring. Simplify.
7939 (bibtex-flash-head, bibtex-complete-string-cleanup)
7940 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7941 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7942 (bibtex-parse-entry): New optional arg content.
7943 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7944 Use bibtex-text-in-field-bounds.
7945 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7946 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7947 bibtex-parse-string-postfix.
7948 (bibtex-find-text-internal): New function.
7949 (bibtex-remove-delimiters): Use it.
7950 (bibtex-find-text): Use it. New optional arg help.
7951 (bibtex-complete): Handle BibTeX string and preamble entries.
7952 (bibtex-Preamble): Fix order of closing delimiters.
7953
7954 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * vc.el (vc-default-revert): New fun.
7957
7958 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7959
7960 2005-12-14 Romain Francoise <romain@orebokech.com>
7961
7962 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7963 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7964 (font-lock-remove-keywords): Likewise.
7965
7966 2005-12-14 Juri Linkov <juri@jurta.org>
7967
7968 * log-view.el (log-view-diff): Doc fix.
7969
7970 * isearch.el (isearch-query-replace): Use (mark) instead of
7971 isearch-opoint if mark is active in transient-mark-mode.
7972
7973 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7974
7975 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7976
7977 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7978
7979 * progmodes/cpp.el (cpp-face): New widget.
7980 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7981
7982 2005-12-14 Juri Linkov <juri@jurta.org>
7983
7984 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7985 around `erase-buffer' and `insert'.
7986
7987 * descr-text.el (describe-text-properties): Replace buffer name
7988 "*Help-2*" with "*Help*<2>".
7989 (describe-char): Add functions print-help-return-message,
7990 toggle-read-only. Use help-setup-xref with nil to not store
7991 describe-char in help-xref-stack. Use help-make-xrefs to
7992 make [back] button.
7993
7994 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7995
7996 * wdired.el (wdired-old-point): New internal variable.
7997 (wdired-change-to-wdired-mode): Set it buffer-locally.
7998 (wdired-abort-changes): Restore point after aborting changes.
7999
8000 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * vc.el (vc-do-command): Add a new value t for okstatus.
8003
8004 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8005 frame in case of errors.
8006
8007 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8008
8009 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8010 so it comes after "On the Left" in the menu.
8011
8012 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8013
8014 * cus-edit.el (customize-apropos, customize-apropos-options)
8015 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8016
8017 2005-12-12 Bill Wohler <wohler@newt.com>
8018
8019 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8020 non-writable Subversion-controlled files by saving window
8021 configuration before calling vc-do-command. vc-do-command calls
8022 pop-to-buffer on error which is unexpected during registration.
8023
8024 2005-12-12 Jay Belanger <belanger@truman.edu>
8025
8026 * calc/README: Update the summary of changes.
8027
8028 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8029
8030 * descr-text.el (describe-char): Rework last fix to solve the problem
8031 is the same way it's solved for everything else in that function
8032 (i.e. by extracting the info before setting up the *Help* buffer).
8033
8034 2005-12-12 Kim F. Storm <storm@cua.dk>
8035
8036 * subr.el (version-regexp-alist): Allow space as separator before
8037 non-numeric part, e.g. "1.0 alpha".
8038 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8039
8040 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8041
8042 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8043 Implement Logging and the keep-modes setting.
8044 (org-get-category): Make sure a string is returned.
8045 (org-log-done): New function.
8046 (org-log-done, org-closed-string): New options.
8047
8048 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8049
8050 * tooltip.el (tooltip-y-offset): Change default to 20.
8051
8052 2005-12-12 Richard M. Stallman <rms@gnu.org>
8053
8054 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8055
8056 * frame.el (display-hourglass): Doc fix.
8057
8058 * help.el (help-for-help-internal): Simplify entry for `a'.
8059
8060 * info.el (Info-on-current-buffer): Doc fix.
8061 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8062
8063 * startup.el (inhibit-splash-screen): Make this the real name.
8064 (inhibit-startup-message): Make this the alias.
8065 (command-line): Find only simple.el, and use its directory
8066 to fill in other preloaded files' names.
8067 (command-line): Deactivate the mark if deactivate-mark is set.
8068
8069 * international/mule.el (load-with-code-conversion):
8070 Bind deactivate-mark.
8071
8072 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8073
8074 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8075
8076 * cus-edit.el (customize-apropos): Avoid listing an option more
8077 than once under different aliases. No longer list user options
8078 that are not defined with defcustom (unless a prefix arg is given).
8079 Doc fix.
8080 (customize-apropos-options): Doc fix.
8081
8082 2005-12-11 Juri Linkov <juri@jurta.org>
8083
8084 * frame.el (set-background-color, set-foreground-color)
8085 (set-cursor-color, set-mouse-color, set-border-color):
8086 Add explicit prompts to read colors by `facemenu-read-color'.
8087 (show-trailing-whitespace, blink-cursor-delay)
8088 (blink-cursor-interval, display-hourglass, hourglass-delay):
8089 Remove tags.
8090 (display-hourglass, hourglass-delay): Doc fix.
8091 (cursor-in-non-selected-windows): Capitalize words in tag.
8092
8093 * faces.el (frame-background-mode): Replace `choice-item' keywords
8094 with `const' to not make [default] button. Change default value tag
8095 from `default' to `automatic'. Doc fix.
8096 (trailing-whitespace) <defface>: Change group `whitespace' to
8097 `whitespace-faces'.
8098
8099 2005-12-11 Richard M. Stallman <rms@gnu.org>
8100
8101 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8102
8103 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8104
8105 * term/mac-win.el: Create keymap for mac-apple-event-map.
8106
8107 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8108
8109 * tooltip.el (tooltip-mode): Move to start of file so that it
8110 appears at top of customize buffer.
8111
8112 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8113 Add the gud groupname.
8114 (gud-tooltip-mode): Add the tooltip groupname.
8115 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8116 avoid conflict with tooltip-use-echo-area.
8117
8118 2005-12-10 Romain Francoise <romain@orebokech.com>
8119
8120 * help.el (help-for-help-internal): Add `r' in doc string.
8121
8122 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8123
8124 * align.el (align-regexp, align-highlight-rule):
8125 Use region-beginning and region-end instead of point and mark, so that
8126 repetition (with `repeat-complex-command') recomputes the region
8127 bounds.
8128
8129 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8130
8131 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8132 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8133 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8134 (balance-windows): Rewrite using the above new functions.
8135
8136 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8137
8138 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8139 react if global-hi-lock-mode seems intended.
8140 (global-hi-lock-mode) Renamed from hi-lock-mode.
8141 (hi-lock-archaic-interface-message-used)
8142 (hi-lock-archaic-interface-deduce): New variables.
8143 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8144 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8145 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8146 Replace hi-lock-buffer-mode with hi-lock-mode.
8147
8148 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8149
8150 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8151 completion list, even after a partial completion has been
8152 inserted in the current buffer. If there are more than 1
8153 completion, redisplay the *Completions* buffer; if the
8154 completion is unique, delete the *Completions* window.
8155
8156 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8157
8158 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8159 strings and long subject lines that were broken into multiple
8160 lines at arbitrary places. Handle subjects that have "Re: " in
8161 the middle.
8162
8163 2005-12-10 John W. Eaton <jwe@octave.org>
8164
8165 * emacs/octave-mod.el (octave-electric-space): Don't indent
8166 comments or strings if octave-auto-indent is nil.
8167
8168 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8169
8170 * term/mac-win.el: Require url when compiling.
8171 Call mac-process-deferred-apple-events after loading init files.
8172 (mac-apple-event-map): New defvar. Define event handlers in it.
8173 (core-event, internet-event): New Apple event class symbols.
8174 (open-application, reopen-application, open-documents)
8175 (print-documents, open-contents, quit-application)
8176 (application-died, show-preferences, autosave-now, get-url):
8177 New Apple event ID symbols.
8178 (about): New HICommand ID symbol.
8179 (mac-event-spec, mac-event-ae): New macros.
8180 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8181 (mac-ae-selection-range, mac-ae-text-for-search)
8182 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8183 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8184 and Services menu events are now defined in mac-apple-event-map.
8185 (mac-drag-n-drop): Remove selection range handling.
8186
8187 2005-12-10 Kenichi Handa <handa@m17n.org>
8188
8189 * simple.el (zap-to-char):
8190 * isearch.el (isearch-process-search-char): Translate CHAR by
8191 translation-table-for-input.
8192
8193 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8194
8195 * foldout.el (foldout-exit-fold): Properly hide subtree.
8196
8197 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8198
8199 * files.el (save-buffer):
8200 * international/ucs-tables.el (ucs-set-table-for-input):
8201 * mail/mail-extr.el (mail-extract-address-components):
8202 * mail/sendmail.el (mail-mode): Reformat doc string.
8203
8204 2005-12-09 Juri Linkov <juri@jurta.org>
8205
8206 * isearch.el (isearch-highlight): Change main overlay priority
8207 from 1 to 1001. Simplify.
8208 (isearch-lazy-highlight-update): Change lazy overlay priority
8209 from 0 to 1000.
8210
8211 * replace.el (replace-highlight): Change overlay priority from
8212 1 to 1001.
8213
8214 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8215 Change overlay priority from 1 to 1001. Reuse existing overlay.
8216
8217 * compare-w.el (compare-windows-highlight): Change overlay
8218 priority from 1 to 1000.
8219
8220 * menu-bar.el (menu-bar-edit-menu): Add listp around
8221 pending-undo-list to disable menu item "undo" when pending
8222 undo list is empty.
8223
8224 * locate.el (locate): Disable undo in *Locate* buffer.
8225
8226 2005-12-09 Kim F. Storm <storm@cua.dk>
8227
8228 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8229
8230 2005-12-09 David Ponce <david@dponce.com>
8231
8232 * recentf.el: Improvement of the menu code.
8233 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8234 instead of menu hook.
8235 (recentf-show-menu, recentf-hide-menu): New functions.
8236 (recentf-menu-customization-changed, recentf-mode): Use them.
8237 (recentf-menu-action, recentf-max-menu-items)
8238 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8239 (recentf-arrange-by-rule-others)
8240 (recentf-arrange-by-rules-min-items)
8241 (recentf-arrange-by-rule-subfilter) : Don't use
8242 `recentf-menu-customization-changed'.
8243 (recentf-arrange-rules): Likewise. Accept functions to compute
8244 sub-menu titles.
8245 (recentf-menu-filter): Likewise. Doc fix.
8246 (recentf-menu-value-shortcut): Doc fix.
8247 (recentf-dump-variable): Quote atom value.
8248 (recentf-make-menu-items): Update to use it as a menu filter.
8249 (recentf-match-rule): New function.
8250 (recentf-arrange-by-rule): Use it.
8251 (recentf-indirect-mode-rule): New function.
8252 (recentf-build-mode-rules): Use it.
8253 (recentf-dir-rule): New function.
8254 (recentf-arrange-by-dir): Use it.
8255 (recentf-filter-changer-current): Rename from
8256 `recentf-filter-changer-state'. All references updated.
8257 (recentf-filter-changer-alist): Update filter names.
8258 (recentf-filter-changer-select): New function.
8259 (recentf-filter-changer): Use it. Make a sub-menu from filters
8260 available in `recentf-filter-changer-alist'.
8261 (recentf-data-cache, recentf-clear-data)
8262 (recentf-update-menu): Remove. All references updated.
8263 (recentf-match-rule-p, recentf-build-dir-rules)
8264 (recentf-filter-changer-goto-next)
8265 (recentf-filter-changer-get-current)
8266 (recentf-filter-changer-get-next): Remove.
8267
8268 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8269
8270 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8271 buffer "Reset" button to "Reset to Current" for consistency with
8272 the State buttons.
8273
8274 2005-12-08 John Paul Wallington <jpw@pobox.com>
8275
8276 * ibuf-ext.el (define-ibuffer-filter filename):
8277 If `dired-directory' is a list then really use its car.
8278
8279 2005-12-08 Kim F. Storm <storm@cua.dk>
8280
8281 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8282 Fix indention of text on right side of replaced rectangle.
8283
8284 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8285
8286 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8287 No need to check gud-comint-buffer is bound.
8288 (gdb): Prevent multiple debugging when first session uses gdba.
8289
8290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8291
8292 CC Mode update to 5.31.
8293
8294 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8295 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8296 We might do this function properly in the future).
8297
8298 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8299 New macros c-sentence-end and c-default-value-sentence end, to cope
8300 with Emacs 22's new function `sentence-end'.
8301
8302 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8303
8304 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8305 compat issue using `c-put-overlay' and `c-delete-overlay'.
8306
8307 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8308 New compat macros to handle overlays/extents.
8309
8310 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8311
8312 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8313 (for GNU Emacs 20.4)
8314
8315 * progmodes/cc-defs.el:
8316 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8317
8318 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8319 highlighting mechanism so it will work in XEmacs too.
8320
8321 * progmodes/cc-defs.el: Insert c-int-to-char.
8322
8323 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8324 call to the new macro c-int-to-char. This solves XEmacs's
8325 regarding characters as different from integers.
8326
8327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8328
8329 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8330 New internal helper.
8331
8332 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8333 construct to make the indirect face lookup work in XEmacs.
8334
8335 (c-cpp-matchers): Append the negation char face to the existing
8336 fontification, so that the cpp face doesn't disappear.
8337 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8338 and strings.
8339
8340 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8341 to map to `font-lock-negation-char-face' in emacsen where it exists.
8342
8343 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8344
8345 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8346
8347 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8348 Rename "c-subword-move-mode" as "c-subword-mode".
8349
8350 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8351 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8352
8353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8354
8355 * progmodes/cc-mode.el: Added autoload directive for
8356 `c-subword-move-mode' for use in older emacsen.
8357
8358 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8359
8360 * progmodes/cc-mode.el:
8361 (i) Insert a binding for C-c C-backspace into
8362 c-bind-special-erase-keys which works in TTYs.
8363 (ii) Make sure that when file styles are used, any explicitly
8364 given style variables take priority over those in the style.
8365 Do this by calling `hack-local-variables' a second time.
8366
8367 * progmodes/cc-vars.el: Add language specific customization
8368 widgets for AWK to c-doc-comment-style, c-require-final-newline
8369 and c-default-style. Add a defcustom for awk-mode-hook.
8370 Give c-syntactic-element and c-syntactic-context doc-strings by
8371 directly setting their `variable-documentation' propery.
8372 This allows Emacs 22.1 to read these with C-h v.
8373
8374 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8375
8376 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8377
8378 * progmodes/cc-fonts.el, cc-vars.el
8379 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8380 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8381 Masatake YAMATO.
8382
8383 (c-doc-comment-style): Made GtkDoc default in C mode.
8384
8385 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8386 and C-c C-<delete>.
8387
8388 (c-bind-special-erase-keys): New function for use on
8389 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8390
8391 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8392 <delete> key behavior in XEmacs according to `delete-forward-p'.
8393 C.f. `c-electric-delete'.
8394
8395 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8396
8397 * progmodes/cc-mode.el: Give c-hungry-backspace and
8398 c-hungry-delete-forward permanent key bindings.
8399
8400 * progmodes/cc-cmds.el (c-electric-semi&comma):
8401 Bind c-syntactic-context for calls to "criteria functions", for
8402 consistency with other calls to user functions.
8403
8404 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8405 `current-prefix-arg', since this might be the prefix arg to a
8406 command which calls c-indent-command as a function. Change the
8407 interactive spec from "p" to "P".
8408
8409 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8410 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8411 was difficult to understand.
8412
8413 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8414
8415 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8416 first char of an identifier.
8417
8418 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8419 +" syntax in C++.
8420
8421 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8422
8423 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8424 auto-fill doesn't split a c-comment's last word from a hanging
8425 "*/" when a space is typed between them after fill-column.
8426
8427 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8428
8429 * progmodes/cc-styles.el (c-set-style)
8430 (c-setup-paragraph-variables): Abort the command if we're not in a
8431 CC Mode buffer.
8432
8433 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8434 with blank comment-prefix, and a blank line as the comment's
8435 second line.
8436
8437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8438
8439 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8440 Incorporate the patterns added in the Emacs development branch
8441 for the new Emacs 22 face `font-lock-negation-char-face'.
8442
8443 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8444 of "red" since it stands out better in xterms and DOS terminals.
8445
8446 * progmodes/cc-engine.el (c-literal-faces):
8447 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8448
8449 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8450
8451 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8452 forcibly enable c-electric-flag.
8453
8454 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8455 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8456 after the comment-prefix of a C-style comment will close that comment.
8457
8458 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8459
8460 * progmodes/cc-fonts.el (c-basic-matchers-before)
8461 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8462 in Pike.
8463
8464 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8465 digraphs.
8466
8467 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8468 (c-cpp-message-directives, c-cpp-include-directives)
8469 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8470 (c-cpp-expr-directives): Introduce new language constants to
8471 control cpp syntax in a cleaner way.
8472
8473 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8474
8475 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8476
8477 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8478 (c-multiline-string-start-char): New language constants and
8479 variables to specify how newlines in string literals work.
8480
8481 (c-font-lock-invalid-string): Use them.
8482
8483 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8484 unbalanced close brace is entered. Optimization by avoiding going
8485 back over arbitrarily large blocks. Removed hints that this
8486 function only would be relevant/useful in AWK.
8487
8488 (c-electric-brace): Indent syntactically after the cleanups since
8489 lineup functions might do it differently then.
8490
8491 * progmodes/cc-engine.el, cc-langs.el
8492 (c-opt-op-identifier-prefix): New language constant and variable.
8493
8494 (c-just-after-func-arglist-p, c-after-special-operator-id)
8495 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8496
8497 * progmodes/cc-align.el, cc-engine.el
8498 (c-after-special-operator-id): New helper to handle C++ operator
8499 identifiers.
8500
8501 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8502 (c-guess-basic-syntax): Handle C++ operator identifiers in
8503 declarations.
8504
8505 * progmodes/cc-langs.el (c-assignment-operators): Add the
8506 trigraph version of ^= too.
8507
8508 * progmodes/cc-langs.el (c-assignment-operators): Add the
8509 trigraph version of |= in C++.
8510
8511 * progmodes/cc-fonts.el (c-font-lock-declarators):
8512 Handle `c-decl-hangon-kwds' after the identifier name.
8513
8514 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8515 whether an arglist is "nonempty", ignore a comment after the open
8516 paren if it isn't followed by a non-comment token on the same line.
8517
8518 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8519 Enable heuristics below the point to cope with classes inside special
8520 brace lists in Pike.
8521
8522 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8523
8524 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8525
8526 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8527
8528 * progmodes/cc-guess.el (cc-guess-install): New function to
8529 install an already guessed style in another buffer.
8530
8531 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8532 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8533 anyway if the change always is undone.
8534
8535 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8536
8537 Implement togglable electricity:
8538
8539 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8540 saying when it should be used.
8541
8542 * progmodes/cc-engine.el: Add the new buffer-local variable,
8543 c-electric-flag.
8544
8545 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8546 c-toggle-auto-newline.
8547
8548 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8549 c-toggle-auto-newline. Remove the binding for
8550 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8551 c-toggle-electric-state.
8552
8553 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8554
8555 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8556 c-\(forward\|backward\)-subword.
8557 (c-update-modeline): Add the new modeline flag `l' for
8558 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8559 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8560 Make the old name an alias of the new name.
8561 (c-toggle-electric-state): New function.
8562 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8563 Adapt these functions to do electric things only when
8564 c-electric-flag is non-nil.
8565 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8566 new functions from c-electric-brace.
8567 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8568 mode, so that the tentative extra newline doesn't change the
8569 syntax of the following brace.
8570 (c-electric-brace): Restructure by extracting the above functions.
8571 Tidy up the coding somewhat.
8572 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8573 restructure a bit.
8574
8575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8576
8577 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8578 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8579
8580 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8581 (c-submode-indicators): Change name from `c-auto-hungry-string'
8582 since it's now used to track another submode.
8583
8584 (c-update-modeline): Convert to function and extended to check
8585 `c-subword-move-mode'.
8586
8587 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8588 Convert to compat aliases for `c-forward-subword' and
8589 `c-backward-subword'.
8590
8591 * progmodes/cc-subword.el: New functions and minor mode to handle
8592 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8593
8594 (c-forward-subword, c-backward-subword, c-mark-subword)
8595 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8596 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8597 Functions corresponding to the standard word handling functions.
8598
8599 (c-subword-move-mode): Minor mode that replaces all the standard
8600 word handling functions with their subword equivalences.
8601
8602 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8603
8604 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8605 entry for one-liner-defun.
8606
8607 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8608 name in its def-edebug-spec.
8609
8610 * progmodes/cc-cmds.el (c-electric-brace): Make the
8611 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8612 compacts space before a comment, if this will make things fit on
8613 one line.
8614
8615 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8616
8617 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8618
8619 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8620 clean-up one-liner-defun.
8621
8622 * progmodes/cc-styles.el: Add the new "awk" style.
8623
8624 * progmodes/cc-vars.el: Add description of one-liner-defun to
8625 c-cleanup-list's doc-string. New user options,
8626 c-max-one-liner-length. In c-default-style, set the default style
8627 for AWK to "awk".
8628
8629 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8630
8631 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8632 macros inside labels.
8633
8634 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8635 `c-at-statement-start-p' and `c-at-expression-start-p'.
8636
8637 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8638 error if the mark isn't set.
8639
8640 * progmodes/cc-engine.el (c-guess-continued-construct)
8641 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8642 accurately detect functions inside functions.
8643
8644 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8645 like `c-at-statement-start-p' that additionally recognizes commas
8646 and expression parentheses as delimiters.
8647
8648 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8649 to avoid heuristics that doesn't work for unclosed blocks.
8650 (c-at-statement-start-p): New function.
8651
8652 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8653 Objective-C directives, e.g. directives spanning lines should work
8654 reasonably well now.
8655
8656 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8657
8658 (c-forward-objc-directive): New function to move over any ObjC
8659 directive.
8660
8661 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8662 (c-basic-matchers-before): Use it.
8663
8664 (c-font-lock-objc-iip-decl): Remove.
8665
8666 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8667 in the template arglist recognition.
8668
8669 * progmodes/cc-styles.el (c-style-alist): Fix several
8670 inconsistencies in the Whitesmith style.
8671
8672 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8673 New lineup function to get lines after Whitesmith style blocks
8674 correctly indented.
8675
8676 (c-lineup-whitesmith-in-block): Back out the compensation for
8677 opening parens since it's done using `add' lists in the style
8678 definition instead. Don't use the anchor position since it varies
8679 too much between the syntactic symbols. :P
8680
8681 * progmodes/cc-vars.el (c-valid-offset): Update.
8682
8683 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8684 lists where the offsets are combined according to several
8685 different methods: `first', `min', `max', and `add'.
8686 Report offset evaluation errors with `c-benign-error' so that some kind
8687 of reindentation still is done.
8688
8689 * progmodes/cc-engine.el (c-guess-basic-syntax):
8690 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8691 `arglist-close'.
8692
8693 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8694 situations for `arglist-cont-nonempty' and `arglist-close'.
8695
8696 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8697
8698 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8699 cc-bytecomp-boundp' in a number of places.
8700
8701 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8702 macro related issue.
8703
8704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8705
8706 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8707 list is now [asdf], a char class [:alpha:].
8708 Include code for char classes.
8709 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8710 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8711
8712 Remove (nearly all of) the cruft associated with AWK Mode's former
8713 concept of "virtual semicolons":
8714
8715 Adapt c-beginning-of-statement, c-end-of-statement (together with
8716 subfunctions) to use the new notion of "virtual semicolon" in
8717 place of the old awkward special handling for AWK. There remains
8718 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8719 * progmodes/cc-cmds.el:
8720 (c-ascertain-adjacent-literal): In the backwards direction, now
8721 recognises AWK regexp delimiters as string delimiters.
8722 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8723 check more rigorously for "end of macro".
8724 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8725 virtual semicolons;
8726 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8727 out the code for forward movement into ...
8728 (c-end-of-statement): Now contains the code for forward movement,
8729 adapted for virtual semicolons.
8730
8731 * progmodes/cc-engine.el:
8732 (c-ws*-string-limit-regexp): New regexp.
8733 (c-forward-single-comment, c-backward-single-comment): Comment out
8734 the (now redundant) "special" AWK stuff.
8735
8736 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8737 c-string-par-start, c-string-par-separate to be more like Text
8738 Mode than Fundamental Mode.
8739
8740 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8741
8742 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8743 to the fontified region so that fontification doesn't occur
8744 outside it (could happen e.g. when fontifying a line with an
8745 unfinished declaration).
8746
8747 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8748
8749 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8750 start of the file. ^L now separate sections of the file.
8751 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8752 (c-awk-one-line-possibly-open-string-re)
8753 (c-awk-regexp-one-line-possibly-open-char-class-re)
8754 (c-awk-one-line-possibly-open-regexp-re)
8755 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8756 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8757
8758 Amend the concept of "virtual semicolons" (in the indentation
8759 engine) for languages like AWK, such that they are now
8760 conceptually attached to end of the last token of a statement, not
8761 the end of the line. (In AWK Mode, however, the pertinent text
8762 property is still physically set on the EOL.) Remove the specific
8763 tests for awk-mode, thus facilitating the introduction of other
8764 language modes where EOLs can end statements.
8765 (Note: The funtionality in cc-cmds.el, specifically
8766 c-beginning/end-of-statement has yet to be amended.)
8767
8768 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8769 New macros.
8770
8771 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8772 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8773 c-vsemi-status-unknown-p-fn (in a new page).
8774
8775 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8776 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8777 numerous awkward forms like
8778 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8779 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8780 variable before-ws-ip, the place just after char-before-ip appears.
8781
8782 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8783 a comment.
8784
8785 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8786
8787 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8788 `c-tentative-buffer-changes'.
8789
8790 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8791 convert to macro to choose between Emacs and XEmacs at compile time.
8792
8793 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8794
8795 (c-tentative-buffer-changes): New macro to handle temporary buffer
8796 changes in a convenient way.
8797
8798 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8799 for `c-tentative-buffer-changes'.
8800
8801 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8802 the checks for paren sexps between the point and the keyword, to
8803 avoid some false alarms.
8804
8805 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8806 Fixed a situation where an error could be thrown for unbalanced
8807 parens. Changed to make use of c-keyword-member' to avoid some
8808 repeated regexp matches.
8809
8810 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8811 These language variable are no longer necessary.
8812
8813 (c-block-stmt-kwds): New language constant used by
8814 c-looking-at-inexpr-block'.
8815
8816 (c-guess-basic-syntax): Remove an optional check that looked at
8817 the existence of the now removed language variables.
8818
8819 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8820 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8821 object instantiation expressions as declarations in some contexts.
8822 This bug only affected languages where the declarator can't be
8823 enclosed in parentheses.
8824
8825 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8826 insert newlines before and after substatement braces.
8827
8828 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8829 function declaration headers and the handling of C++ style member
8830 init lists.
8831
8832 (c-just-after-func-arglist-p): Rewritten to use
8833 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8834
8835 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8836
8837 (c-guess-basic-syntax): Adapt case 5B for the new
8838 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8839 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8840 covers all cases now).
8841
8842 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8843
8844 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8845
8846 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8847 c-string-par-start/separate c-sentence-end-with-esc-eol,
8848 initialised in c-setup-paragraph-variables, used in string
8849 scanning subroutines of c-beginning-of-statement.
8850
8851 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8852 which precedes the newly inserted `{'.
8853
8854 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8855
8856 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8857 function for declaration level blocks. It should now cope with
8858 templates better and also be a lot more comprehensible.
8859
8860 (c-looking-at-decl-block): The new function.
8861
8862 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8863 for compatibility.
8864
8865 (c-add-class-syntax, c-guess-continued-construct)
8866 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8867
8868 (c-decl-block-key): Change to tell apart ambiguous and
8869 unambiguous keywords. Pike specials are now handled directly in
8870 the code instead.
8871
8872 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8873 New language constants and variables to make the backward skip in
8874 `c-looking-at-decl-block' as tight as possible.
8875
8876 (c-nonsymbol-token-char-list): New language constant.
8877
8878 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8879 find balanced template arglists backwards.
8880
8881 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8882 making char classes for `c-syntactic-skip-backward'.
8883
8884 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8885 16D - can't be a class-close at that point.
8886
8887 * progmodes/cc-engine.el (c-guess-basic-syntax)
8888 (c-add-class-syntax): Don't narrow out the enclosing declaration
8889 level. This makes everything a lot easier, and it was actually
8890 only four small places that needed it to work. Some places that
8891 previously did `widen' are removed now, which has the effect that
8892 `c-guess-basic-syntax' never will look at things outside the
8893 current narrowment now. The anchor position for `topmost-intro'
8894 is affected by this, but it was so bogus it was basically useless
8895 before, and now it's equally bogus but in a slightly different way.
8896
8897 (c-narrow-out-enclosing-class): Gone.
8898
8899 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8900 the narrowed region.
8901
8902 (c-least-enclosing-brace): Remove silly optional argument.
8903
8904 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8905 the point could be left directly after an open paren when finding
8906 the beginning of the first decl in the block.
8907
8908 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8909 Specify which submatch to use.
8910
8911 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8912
8913 (c-decl-start-re): No longer any need for special treatment of
8914 ObjC due to the above.
8915
8916 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8917 presumably follows C in that regard.
8918
8919 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8920 New language constants to specify operator tokens inside
8921 identifiers in a more high level way.
8922
8923 (c-opt-identifier-prefix-key): New internal language constant.
8924
8925 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8926 (c-identifier-start, c-identifier-key): Now completely calculated
8927 from other constants.
8928
8929 (c-identifier-last-sym-match): Decommission since it's no longer used.
8930
8931 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8932
8933 * progmodes/cc-engine.el (c-forward-name): Remove the
8934 optimization when c-identifier-key is equal to c-symbol-key since
8935 it doesn't work in byte compiled files. Don't record empty
8936 regions as identifiers.
8937
8938 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8939 simplify access to `c-operators' and its likes.
8940
8941 (c-operator-list, c-all-op-syntax-tokens)
8942 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8943 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8944 (c-primary-expr-regexp, c-cast-parens): Use it.
8945
8946 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8947 an explicit language in functions.
8948
8949 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8950 variant of adornment.
8951
8952 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8953 variable.
8954
8955 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8956 the Pike value.
8957
8958 * progmodes/cc-engine.el (c-on-identifier)
8959 (c-simple-skip-symbol-backward): Small fix for handling "-"
8960 correctly in `skip-chars-backward'. Affected the operator lfun
8961 syntax in Pike.
8962
8963 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8964 diagnostic message about precompiled language vars not being used.
8965
8966 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8967 "__attribute__" is followed by a parenthesis.
8968
8969 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8970 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8971 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8972
8973 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8974 Internal cleanups to properly detect the declared identifiers in
8975 various declarations.
8976
8977 (c-decl-start-kwds): New language constant to recognize
8978 declarations that can start anywhere. Used for class declarations
8979 in Pike.
8980
8981 (c-specifier-key, c-not-decl-init-keywords)
8982 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8983 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8984
8985 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8986 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8987 handling of the compiler specific extension keywords into a new
8988 language constant `c-decl-hangon-kwds' that defines keyword
8989 clauses to be ignored in declarations.
8990
8991 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8992 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8993 Necessary to stop at the declared identifier in e.g. IDL valuetype
8994 declarations.
8995
8996 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8997 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8998 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8999 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9000 class and enum declarations as such and not as part of the type.
9001
9002 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9003 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9004
9005 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9006 declarations when there's some syntax error later on.
9007
9008 (c-complex-decl-matchers): Did away with a reference to
9009 `c-specifier-key'.
9010
9011 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9012 value - this variable is always dynamically bound.
9013
9014 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9015 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9016 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9017 functions that might do hidden buffer changes: All such internal
9018 functions are now marked instead of those that don't.
9019
9020 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9021 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9022 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9023 (c-literal-type): Allow these functions to make hidden buffer changes,
9024 so that they are free to use text property caching later on.
9025
9026 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9027 (c-electric-brace, c-electric-slash, c-electric-star)
9028 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9029 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9030 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9031 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9032 with the changed semantics of the functions above.
9033
9034 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9035 when macros occur in obscure places. Optimized the sexp movement
9036 a bit.
9037
9038 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9039
9040 Enhancements for c-beginning-of-statement to work in AWK Mode:
9041
9042 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9043 (completed statement) with `}' (statement completed by closing
9044 brace or semicolon) and `$' (statement completed by EOL).
9045
9046 (c-awk-virtual-semicolon-ends-prev-line-p)
9047 (c-awk-virtual-semicolon-ends-line-p)
9048 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9049 (c-awk-at-statement-end-p): New functions.
9050
9051 * progmodes/cc-cmds.el: Simplify the structure of functions
9052 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9053 two functions and c-beginning-of-statement to handle AWK Mode.
9054
9055 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9056 c-backward-single-comment for AWK mode. Attempt to clarify their
9057 doc-strings.
9058
9059 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9060
9061 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9062
9063 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9064 label handling. Labels are now recognized in a uniform and more
9065 robust way, regardless of context. Text properties are put on all
9066 labels to recognize the following declarations better.
9067 Multiword labels are handled both in indentation and fontification for
9068 the benefit of language extensions like Qt. For consistency, keywords
9069 in labels are now fontified with the label face instead.
9070 That also applies to "case" and "default".
9071
9072 (c-beginning-of-statement-1): Fix some bugs in the label
9073 handling. Disregard `c-nonlabel-token-key' in labels that begin
9074 with `c-label-kwds'.
9075
9076 (c-find-decl-spots): Support that the callback adds more
9077 `c-decl-end' spots to find.
9078
9079 (c-forward-decl-or-cast-1): Don't treat a list of plain
9080 identifiers followed by a colon as a declaration.
9081
9082 (c-forward-label): New function to recognize labels.
9083
9084 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9085 `c-forward-label'. Moved the label recognition cases (14 and 15)
9086 earlier since they aren't so context sensitive now. Handle labels
9087 on the top level gracefully. Moved access label recognition to
9088 the generic label case (CASE 15) - removed CASE 5E.
9089
9090 (c-font-lock-declarations): Add recognition of labels in the
9091 same round since we need to handle labels in parallell with other
9092 declarations to recognize both accurately. It should also improve
9093 speed.
9094
9095 (c-simple-decl-matchers, c-basic-matchers-after):
9096 Move `c-font-lock-labels' so that it only is used on decoration level 2
9097 since `c-font-lock-declarations' handles it otherwise.
9098
9099 (c-complex-decl-matchers): Remove the simplistic recognition of
9100 access labels.
9101
9102 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9103 with labels earlier.
9104
9105 (c-decl-start-re): New language variable to make
9106 `c-font-lock-declarations' stop for the special protection labels
9107 in Objective-C that start with `@'.
9108
9109 (c-label-key): Remove since it's no longer used.
9110
9111 (c-recognize-colon-labels, c-label-prefix-re): New language
9112 constants to support recognition of generic colon-terminated labels.
9113
9114 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9115 are colon terminated labels.
9116
9117 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9118 first argument starts with a special brace list.
9119
9120 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9121 (c-font-lock-declarations): Break out the declaration and cast
9122 recognition from `c-font-lock-declarations' to a new function, so
9123 that it can be used in the indentation engine.
9124
9125 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9126 up to the start of the literal. Fixed bug with the point on the
9127 wrong side of the search limit that could happen when the start
9128 position is inside a literal.
9129
9130 * progmodes/cc-engine.el (c-parse-state)
9131 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9132 so that it's kept a little bit back to increase the hit rate.
9133
9134 (c-parse-state): Change the macro handling and fixed some
9135 glitches. Macro context is checked more often than necessary now,
9136 but otoh less garbage conses are generated.
9137
9138 * progmodes/cc-engine.el (c-parse-state)
9139 (c-invalidate-state-cache): Cache the last position where
9140 `c-state-cache' applies. This can speed up refontification quite
9141 a bit in blocks where there are many non-brace parens before the point.
9142
9143 (c-state-cache-end): New variable for this.
9144
9145 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9146 cache variable.
9147
9148 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9149 get close initial continue positions when the start position is
9150 inside a literal or macro. Do not call the callback for spots
9151 before the start position (which can happen e.g. for `c-decl-end'
9152 spots inside comments). Optimize better in special cases when the
9153 region is a single line inside a literal or macro (typically when
9154 the current line is refontified).
9155
9156 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9157 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9158 entries from the paren state.
9159
9160 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9161 special case for "else if" clauses.
9162
9163 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9164 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9165
9166 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9167 New language variable to recognize the gcc extension with statement
9168 blocks inside expressions.
9169
9170 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9171 it somewhat more comprehensible. The argument AT-BLOCK-START is
9172 no longer used and hence removed.
9173
9174 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9175 to `c-add-stmt-syntax'.
9176
9177 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9178 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9179 This fixes bogus label recognition.
9180
9181 * progmodes/cc-engine.el (c-add-type, c-check-type)
9182 (c-forward-name, c-forward-type): Improve storage of template
9183 types in `c-found-types' so that they can be recognized better.
9184
9185 (c-syntactic-content): Add option to skip past nested parens.
9186
9187 * progmodes/cc-engine.el (c-forward-name):
9188 Set `c-last-identifier-range' all the time. It's less work that way.
9189 Handle that there might not be an identifier to store in
9190 `c-last-identifier-range'.
9191
9192 (c-forward-type): Handle that `c-last-identifier-range' might be
9193 nil from `c-forward-name'.
9194
9195 * progmodes/cc-defs.el (c-safe-scan-lists)
9196 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9197
9198 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9199 to work even if the form fails.
9200
9201 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9202 down in a large file in one go.
9203
9204 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9205
9206 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9207 function which is like `c-lineup-math' but returns nil instead of
9208 `c-basic-offset' when it doesn't match.
9209
9210 (c-lineup-math): Change to use `c-lineup-assignments'.
9211
9212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9213
9214 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9215 c-beginning-of-statement. New subfunctions
9216 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9217
9218 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9219
9220 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9221 hardcoded char classes whereever possible. Changed a couple of
9222 places to use skip by syntax instead of skip by char class.
9223
9224 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9225 Fix a bug in the regexp that caused extreme backtracking.
9226
9227 * progmodes/cc-langs.el (c-block-comment-starter)
9228 (c-block-comment-ender): New language constants to specify in a
9229 single place how block comments look.
9230
9231 (c-comment-start-regexp, c-block-comment-start-regexp)
9232 (comment-start, comment-end, comment-start-skip)
9233 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9234 (c-syntactic-ws, c-nonempty-syntactic-ws)
9235 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9236 `c-line-comment-starter', `c-block-comment-starter' and
9237 `c-block-comment-ender'.
9238
9239 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9240 New language constants to break up things a bit.
9241
9242 (c-simple-ws): New language constant for simple whitespace.
9243
9244 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9245
9246 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9247 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9248 newlines. Allow and ignore nil elements in the list.
9249
9250 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9251
9252 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9253 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9254
9255 * progmodes/cc-cmds.el: Tidy up the comments in
9256 c-beginning-of-statement and subfunctions.
9257
9258 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9259 more flexible c-put-char-property and c-clear-char-properties.
9260 Add the author's email address.
9261
9262 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9263
9264 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9265 closing "*/" of a block comment.
9266
9267 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9268 subfunctions) so that it works at BOB and EOB.
9269
9270 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9271 c-beginning-of-statement, including new variable
9272 c-block-comment-start-regexp.
9273
9274 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9275
9276 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9277 symbols from `*-font-lock-extra-types' so that there's no need to
9278 use `regexp-opt' on those lists.
9279
9280 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9281 `c-type-modifier-kwds' is empty.
9282
9283 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9284 there are several strings on the same line.
9285
9286 * progmodes/cc-engine.el (c-literal-limits): Remove the
9287 compatibility function for older emacsen. `c-literal-limits-fast'
9288 has now taken the place of this function.
9289
9290 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9291 with older emacsen: We now require `pps-extended-state'.
9292
9293 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9294
9295 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9296 which obviates the need to hack sentence-end. This now handles
9297 escaped newlines in strings correctly. Correct minor bugs in
9298 c-move-over-sentence and in c-beginning-of-statement.
9299
9300 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9301 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9302 that movement over macros and code are rigorously separated from
9303 eachother. Correct a few incidental bugs.
9304
9305 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9306 Improve its doc-string. Improve the handling of certain specific cases.
9307
9308 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9309
9310 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9311 (c-guess-basic-syntax): Change the way class-level labels are
9312 recognized; they can now contain essentially any symbols.
9313
9314 (c-opt-extra-label-key): New language variable to cope with the
9315 special protection label syntax in Objective-C.
9316
9317 (c-opt-access-key): Remove; this is now handled better by
9318 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9319
9320 (c-complex-decl-matchers): Update to handle that
9321 `c-opt-access-key' no longer exists.
9322
9323 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9324 improved label recognition in `c-beginning-of-statement-1'.
9325
9326 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9327 Recognize bitfields better.
9328
9329 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9330 Remove some cruft and fixed a bug that could cause it to go to a
9331 position further down.
9332
9333 * progmodes/cc-langs.el, cc-engine.el
9334 (c-beginning-of-statement-1): Improve detection of labels in
9335 declaration contexts.
9336
9337 (c-beginning-of-decl-1): Use it.
9338
9339 (c-nonlabel-token-key): New language constant and variable needed
9340 by `c-beginning-of-statement-1'.
9341
9342 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9343 manifested itself due to the correction in `c-forward-sexp'.
9344
9345 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9346 Make these behave as documented when used at the buffer limits.
9347
9348 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9349 (c-type-decl-end-used): Made this a language variable.
9350
9351 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9352 correctly when `combine-after-change-calls' is used together with
9353 temporary narrowings.
9354
9355 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9356 Report labels correctly when the start point is immediately after the
9357 colon.
9358
9359 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9360 Remove since it isn't used anymore.
9361
9362 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9363 bracket arglists such as template parens in C++.
9364
9365 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9366 in the last check-in. Some optimization.
9367
9368 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9369 where it could stop at the same level in a preceding sexp when
9370 PAREN-LEVEL is set.
9371
9372 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9373 text property lookup only when it's needed.
9374
9375 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9376 Change the policy for paren marked angle brackets to be more
9377 persistent; once marked they remain marked even when they're found
9378 to be unbalanced in the searched region. This should keep the
9379 paren syntax around even when individual lines are refontified in
9380 multiline template arglists.
9381
9382 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9383 to control markup so that incorrect angle bracket arglists aren't
9384 marked in contexts where the correct value for
9385 `c-disallow-comma-in-<>-arglists' isn't known.
9386
9387 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9388 argument has become `c-parse-and-markup-<>-arglists'.
9389
9390 (c-remove-<>-arglist-properties): Remove - no longer used.
9391
9392 (c-after-change-check-<>-operators): New function used on
9393 `after-change-functions' to avoid that "<" and ">" characters that
9394 are part of longer operators have paren syntax.
9395
9396 (c-<>-multichar-token-regexp): New language variable used by
9397 `c-after-change-check-<>-operators'.
9398
9399 (c-after-change): Call `c-after-change-check-<>-operators'.
9400
9401 (c-font-lock-<>-arglists): Use the context properties set by
9402 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9403 correctly to avoid doing invalid markup.
9404
9405 (c-font-lock-declarations): Remove code that undoes the invalid
9406 markup done by `c-font-lock-<>-arglists'.
9407
9408 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9409 after `c-font-lock-declarations'.
9410
9411 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9412 Add paren-level feature.
9413
9414 (c-guess-basic-syntax): Improve the anchor position for
9415 `template-args-cont' in nested template arglists. There's still
9416 much to be desired in this area, though.
9417
9418 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9419
9420 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9421 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9422
9423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9424
9425 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9426 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9427
9428 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9429 it doesn't work no longer are supported.
9430
9431 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9432 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9433 requires support for the syntax-table' text property, which rules
9434 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9435 cruft associated with those versions.
9436
9437 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9438 for the `syntax-table' text property, which rules out Emacs 19 and
9439 XEmacs < 21.4. Removed various compatibility cruft associated
9440 with those versions.
9441
9442 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9443 support for the `syntax-table' text property.
9444
9445 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9446 variable and use an extra quoted face name instead. All the
9447 emacsen flavors handle that correctly.
9448
9449 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9450 (c-font-lock-declarators, c-font-lock-declarations)
9451 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9452 property to mark the items in in declarator lists to handle
9453 refontification inside multiline declarations better.
9454
9455 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9456 construct like "a * b = c;" as a declaration.
9457
9458 2005-12-08 Kim F. Storm <storm@cua.dk>
9459
9460 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9461 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9462 select either meta, hyper, or super modifier for rectangle commands.
9463 (cua--rectangle-modifier-key): New defvar.
9464 (cua--M/H-key): Use it. Remove special case for `space'.
9465 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9466 on X, to meta otherwise. Always bind C-return to toggle
9467 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9468
9469 * emulation/cua-rect.el (cua-help-for-rectangle):
9470 Use cua--rectangle-modifier-key. Handle super modifier too.
9471 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9472 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9473
9474 * ido.el: Move Acknowledgements and History after Commentary.
9475 Minor changes to Commentary.
9476
9477 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9478 keymap if cua--prefix-override-timer is `shift'.
9479 (cua--shift-control-prefix): New function; emulate "type prefix
9480 key twice" functionality to handle shifted prefix key override.
9481 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9482 New commands.
9483 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9484
9485 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9486
9487 * textmodes/org.el (org-insert-heading): Try to do items before
9488 headings.
9489 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9490 (org-insert-item): New function.
9491 (org-renumber-ordered-list): Don't skip to higher level lists.
9492
9493 2005-12-08 Juri Linkov <juri@jurta.org>
9494
9495 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9496
9497 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9498
9499 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9500
9501 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9502 the constructed function name fun-1.
9503
9504 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9505 because such links don't lead to parent documentation.
9506
9507 2005-12-08 Kenichi Handa <handa@m17n.org>
9508
9509 * descr-text.el (describe-char): Use *Help-2* buffer if the
9510 current buffer is *Help*. Call describe-text-properties while
9511 setting the original buffer.
9512
9513 2005-12-07 Bill Wohler <wohler@newt.com>
9514
9515 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9516 and causes problems with non-MH users (such as Gnus users).
9517
9518 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9519
9520 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9521 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9522 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9523 command "info sources". Move calls to GDB command "list".
9524 (gdb-find-file-hook): Just use gdb-source-file-list.
9525 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9526 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9527 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9528 (gdb-data-list-register-values-handler): Use correct trigger name.
9529
9530 2005-12-07 Kim F. Storm <storm@cua.dk>
9531
9532 * ido.el (ido-completion-map): Rename from ido-mode-map.
9533 (ido-common-completion-map, ido-file-completion-map)
9534 (ido-file-dir-completion-map, ido-buffer-completion-map):
9535 Rename from ido-mode-....-map.
9536 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9537 (ido-setup-completion-map): Rename from ido-define-mode-map.
9538 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9539 to ido-completion-map.
9540
9541 2005-12-07 Kenichi Handa <handa@m17n.org>
9542
9543 * international/mule-cmds.el
9544 (set-display-table-and-terminal-coding-system): If the coding
9545 system specified in `unibyte-display' property is different from
9546 the arg coding-system, don't setup standard-display-table.
9547
9548 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9551 that comments end at \n, regardless of selective-display.
9552
9553 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9554
9555 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9556 (gdb-version): New variables.
9557 (gdb-source-file-list, gdb-register-names)
9558 (gdb-changed-registers): New variables for use with GDB 6.4+.
9559 (gdb-ann3): Replace with...
9560 (gdb-init-1, gdb-init-2): ...two new functions.
9561 (gdba, gdb-prompt): Call gdb-init-1.
9562 (gdb-get-version): New function. Call gdb-init-2 from here.
9563 (gud-watch): Make it work with mouse events too.
9564 (gdb-post-prompt): Don't add to queue until GDB version is known.
9565 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9566 (gdb-locals-mode): Use gdb-version.
9567 (gdb-memory-format-map, gdb-memory-unit-map)
9568 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9569 (gdb-locals-font-lock-keywords-1)
9570 (gdb-locals-font-lock-keywords-2): New variables.
9571 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9572 (gdb-set-gud-minor-mode-existing-buffers-1)
9573 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9574 (gdb-var-update-1, gdb-var-update-handler-1)
9575 (gdb-data-list-register-values-handler)
9576 (gdb-data-list-register-values-custom)
9577 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9578 (gdb-stack-list-locals-handler, gdb-get-register-names):
9579 New functions for use with GDB 6.4+.
9580 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9581 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9582 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9583 (gdb-stack-list-locals-regexp)
9584 (gdb-data-list-register-names-regexp): New regexps for use with
9585 GDB 6.4+.
9586
9587 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9588
9589 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9590
9591 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9592
9593 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9594 prompts work for AUTH PLAIN. Also reported by Steve Allan
9595 <seallan@verizon.net>.
9596
9597 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9598
9599 * frame.el (set-frame-parameter): Add doc string.
9600
9601 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9602
9603 * textmodes/org.el (org-occur-highlights): New variable.
9604 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9605 (org-highlight-sparse-tree-matches): New option.
9606 (org-do-occur): New function.
9607 (org-get-heading): Make it work also at beginning of line.
9608 (org-category-table): New variable.
9609 (org-get-category-table, org-get-category)
9610 (org-camel-to-words, org-link-search): New functions.
9611 (org-select-this-todo-keyword): New variable.
9612 (org-todo-list): New command.
9613 (org-shiftright, org-shiftleft): New commands.
9614 (org-agenda-todo): Add prefix argument.
9615 (org-show-hierarchy-above): New option.
9616 (org-show-todo-tree): Numerical prefix creates tree for specific
9617 TODO keyword.
9618 (org-outline-level): New function, to assign a level to plain
9619 lists items.
9620 (org-cycle-include-plain-lists): New option.
9621 (org-mode): Use `org-outline-level' as value of `outline-level'.
9622 (org-cycle): Temporarily switch `outline-regexp' if
9623 `org-cycle-include-plain-lists' is non-nil.
9624 (org-start-icalendar-file): Fix format bug.
9625 (org-agenda-get-day-entries): Create category table.
9626 (org-agenda-get-todos, org-agenda-get-timestamps)
9627 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9628 (org-agenda-get-blocks): Use `org-get-category'.
9629 (org-context-in-file-links): Rename from
9630 `org-line-numbers-in-file-links'.
9631
9632 2005-12-06 Romain Francoise <romain@orebokech.com>
9633
9634 * window.el (balance-windows): Delete extraneous third arg in call
9635 to `enlarge-window'.
9636
9637 2005-12-06 Kenichi Handa <handa@m17n.org>
9638
9639 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9640
9641 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9642
9643 * progmodes/gdb-ui.el (gdb-var-create-handler)
9644 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9645 (gdb-var-list-children-handler, gdb-var-update-handler):
9646 Current buffer is already gdb-partial-output-buffer, don't
9647 make it current again.
9648
9649 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9650
9651 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9652 (list-buffers-noselect): Use it.
9653
9654 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9655
9656 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9657 (mail-yank-ignored-headers): Use regexp-opt.
9658 (mail-mode-map): Move initialization into declaration.
9659 (mail-sent-via): Remove unused shadowed var `to-line'.
9660 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9661 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9662 (mail-do-fcc): Use dolist and push.
9663 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9664 (mail-yank-ignored-headers): Don't autoload.
9665
9666 2005-12-05 Kenichi Handa <handa@m17n.org>
9667
9668 * international/mule-cmds.el (set-language-info-internal): New fun.
9669 (set-language-info): Call set-language-info-internal to update
9670 language-info-alist. If LANG-ENV is the current one, call
9671 set-language-environment to make INFO effective now.
9672 (set-language-info-alist): Likewise.
9673 (locale-language-names): With locale "en", use English
9674 lang. env. but set the default codings to iso-8859-1.
9675
9676 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9677
9678 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9679 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9680 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9681 for plain strings.
9682 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9683 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9684 Create registers buffer if necessary. Echo new state in minibuffer.
9685 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9686
9687 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9688
9689 * info.el (Info-fontify-node): Match external links using
9690 non-directory part of filename.
9691
9692 2005-12-04 Juri Linkov <juri@jurta.org>
9693
9694 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9695 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9696 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9697 because there is no customization option for it.
9698
9699 * font-lock.el (lisp-font-lock-keywords-1):
9700 Add define-global-minor-mode.
9701
9702 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9703
9704 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9705 properties on the constructed variable names.
9706
9707 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9708 Put `definition-name' properties on the constructed function names
9709 next-sym and prev-sym.
9710
9711 * emacs-lisp/find-func.el (find-function-regexp):
9712 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9713 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9714 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9715 and easy-menu-define.
9716
9717 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9718 easy-mmode-define-global-mode and define-global-minor-mode.
9719 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9720
9721 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9722 instead of easy-mmode-define-global-mode.
9723
9724 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9725 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9726
9727 * cus-edit.el (customize-group, customize-group-other-window):
9728 Filter out autoloaded options from the group completion list by
9729 using heuristics that autoloaded groups don't have `custom-autoload'
9730 property on their symbols (they have only `custom-loads').
9731
9732 * simple.el (completion-setup-function): Put completions-common-part
9733 face on complete completion string too (i.e. completion string
9734 without completions-first-difference face).
9735
9736 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9737
9738 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9739
9740 * view.el (view-mode): Doc fix.
9741
9742 * disp-table.el (standard-display-european): Add to the warning
9743 message a reference to the doc string.
9744
9745 * play/yow.el (apropos-zippy): Call print-help-return-message,
9746 similar to other Help and Apropos commands.
9747
9748 * help.el (print-help-return-message): If pop-up-frames is
9749 non-nil, set up help-return-method to delete the help window and,
9750 possibly, its frame as well, and don't display message about
9751 scrolling the help window. Doc fix.
9752 (help-return-method): Doc fix.
9753
9754 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9755
9756 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9757 whereby names of length one or names starting with a
9758 symbol-constituent character would not be returned.
9759
9760 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9761
9762 * subr.el (atomic-change-group): Add edebug and indentation spec.
9763
9764 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9765
9766 * completion.el (save-completions-file-name): Fix typo in last change.
9767
9768 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9769
9770 * info.el: Move back/forward history to the beginning of the tool bar.
9771
9772 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9773
9774 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9775 Add fset of allout-real-isearch-abort during compile to fix
9776 byte-compilation warnings.
9777 (allout-mode-p): Move definition of this macro above all uses, or
9778 byte compilation in barren emacs (eg, during emacs build) will
9779 lack the definition.
9780 (allout-mode): Move this variable above any uses, or byte
9781 compilation will fail.
9782 (allout-resolve-xref): Remove use of personal file-reference function.
9783 (allout-toggle-current-subtree-encryption): Do the current (ie,
9784 visible containing) topic, rather than nearest around point. Doc fix.
9785 (allout-toggle-subtree-encryption): New function, workhorse that
9786 works on nearest topic containing point.
9787 (allout-encrypt-string): Signal requirement for newer version of pgg.
9788 (allout-resumptions): Doc fix.
9789
9790 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9791
9792 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9793
9794 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9795
9796 * textmodes/flyspell.el (flyspell-external-point-words):
9797 Consider a misspelling as found in the string search if: (a) misspelling
9798 and found string lengths match, or (b) misspelling is found as
9799 element in a boundary-chars separated longer string, or (c)
9800 ispell-program-name is really ispell and misspelling is found as
9801 part of a TeX string. After successful match move beginning of
9802 search region to end of match. Warn about not found misspellings
9803 once the process is done.
9804 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9805
9806 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9807
9808 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9809 tool bar (removed inadvertently).
9810
9811 2005-12-02 Juri Linkov <juri@jurta.org>
9812
9813 * log-view.el (log-view-diff): Clarify doc string.
9814
9815 2005-12-01 Bill Wohler <wohler@newt.com>
9816
9817 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9818 triggers lm-verify errors.
9819
9820 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9821
9822 * simple.el (transient-mark-mode, line-number-mode)
9823 (column-number-mode, size-indication-mode): Remove `:require nil'.
9824
9825 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9826
9827 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9828 in the margin also.
9829 (gdb-breakpoints-mode-map): Use D instead of d for
9830 gdb-delete-breakpoint.
9831 (gdb-get-frame-number): Require a number to match on.
9832 (gdb-threads-mode-map): Add follow-link binding.
9833
9834 2005-11-30 Jason Rumney <jasonr@gnu.org>
9835
9836 * isearch.el (isearch-mode-map): Avoid exiting search on
9837 language-change event.
9838
9839 2005-11-30 Romain Francoise <romain@orebokech.com>
9840
9841 * speedbar.el (speedbar-default-position): New defcustom.
9842 (speedbar-frame-reposition-smartly): Use it.
9843
9844 * dframe.el (dframe-reposition-frame-emacs): Fix position
9845 computation for `left' location.
9846 Update copyright year.
9847
9848 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * help.el (help-map): Move initialization into declaration.
9851
9852 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9853
9854 * help-fns.el (help-argument-name): Don't autoload.
9855 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9856 to be re-loaded when customizing the `help' group.
9857
9858 2005-11-30 John Paul Wallington <jpw@gnu.org>
9859
9860 * help-fns.el (describe-function-1): Fill arglist output.
9861
9862 2005-11-30 Kim F. Storm <storm@cua.dk>
9863
9864 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9865 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9866 after revert-buffer (or anything else which kills all local variables).
9867
9868 * apropos.el (apropos-parse-pattern): Doc fix.
9869 Set apropos-regexp directly, rather than expecting callers to do so.
9870 (apropos-command, apropos, apropos-value, apropos-documentation):
9871 Simplify calls to apropos-parse-pattern.
9872
9873 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9874
9875 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9876 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9877 (hi-lock-write-interactive-patterns): Use comment-region.
9878
9879 * longlines.el (longlines-mode): Add mail-setup-hook.
9880
9881 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9882
9883 * simple.el (sendmail-user-agent-compose, next-line):
9884 Conditionally use hard-newline.
9885
9886 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9887
9888 * international/latexenc.el (latex-inputenc-coding-alist):
9889 Reword doc string.
9890
9891 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9892
9893 * help.el (describe-key-briefly, describe-key): Recognize default
9894 bindings.
9895
9896 2005-11-29 Romain Francoise <romain@orebokech.com>
9897
9898 * view.el (view-inhibit-help-message): New defcustom.
9899 (view-mode-enter): Use it.
9900
9901 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9902
9903 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9904 Preserve user position.
9905
9906 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9907
9908 * font-lock.el: Throw error if facemenu is not loaded to prevent
9909 accidental change of loading order in loadup.el. (Suggested by RMS.)
9910
9911 * loadup.el: Add comment explaining why facemenu must be loaded
9912 before font-lock.
9913
9914 2005-11-28 Jay Belanger <belanger@truman.edu>
9915
9916 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9917 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9918
9919 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9920
9921 * calc/calc-embed.el (calc-do-embedded): Update help message.
9922
9923 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9924
9925 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9928
9929 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9930 called-interactively-p.
9931 (elp-profilable-p): Rename from elp-not-profilable-p.
9932 Invert result and take into account macros and autoloaded functions.
9933 (elp-instrument-function): Update call.
9934 (elp-instrument-package): Update call. Add completion.
9935 (elp-pack-number): Use match-string.
9936 (elp-results-jump-to-definition-by-mouse): Merge into
9937 elp-results-jump-to-definition and then remove.
9938 (elp-output-insert-symname): Make help echo text single-line.
9939
9940 * replace.el (query-replace-map): Move initialization into declaration.
9941 (occur-engine): Use with-current-buffer.
9942 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9943 (occur-mode-mouse-goto): Replace with an alias.
9944
9945 2005-11-28 Juri Linkov <juri@jurta.org>
9946
9947 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9948
9949 * term/w32-win.el: Bind [S-tab] to [backtab].
9950
9951 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9952 `Info-find-file' to t.
9953
9954 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9955 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9956 and same-window-regexps.
9957 (occur-next-error): Don't move point for arg 0.
9958
9959 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9960
9961 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9962
9963 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9964
9965 * log-edit.el (log-edit-changelog-use-first): New var.
9966 (log-edit-changelog-ours-p): Use it.
9967 (log-edit-insert-changelog): Set it with new arg `use-first'.
9968 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9969 (log-edit-hook): Add them to the list of suggested options.
9970
9971 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9972 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9973 redundant work.
9974 (flyspell-mode-on): Use add-hook for after-change-functions.
9975 (flyspell-mode-off): Use remove-hook for after-change-functions.
9976 (flyspell-changes): Make it buffer-local.
9977 (flyspell-after-change-function): Make it non-interactive. Use push.
9978 (flyspell-post-command-hook): Check input-pending-p while processing
9979 the potentially long list of buffer changes.
9980
9981 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9982
9983 * buff-menu.el (list-buffers-noselect): Display the selected
9984 frame's buffer list, not the global one.
9985
9986 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9987
9988 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9989 that (list last-input-event) works as in interactive spec.
9990
9991 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9992
9993 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9994 `facemenu-keymap' needs to be defined when font-lock is loaded.
9995 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9996
9997 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9998
9999 * completion.el: Remove useless leading * in defcustom docstrings.
10000 (save-completions-file-name): Use ~/.emacs.d if available.
10001 (completion-standard-syntax-table): Rename from
10002 cmpl-standard-syntax-table and fold initialization into declaration,
10003 thus removing cmpl-make-standard-completion-syntax-table.
10004 (completion-lisp-syntax-table, completion-c-syntax-table)
10005 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10006 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10007 (symbol-under-point, symbol-before-point)
10008 (symbol-under-or-before-point, symbol-before-point-for-complete)
10009 (add-completions-from-c-buffer): Use with-syntax-table.
10010 (make-completion): Don't return a list of completion entries.
10011 Update callers.
10012 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10013 (completion-initialize): Rename from initialize-completions.
10014 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10015 (kill-emacs-save-completions): Collect stats here.
10016 (save-completions-to-file, load-completions-from-file):
10017 Use with-current-buffer.
10018 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10019 into a function. Move all calls to toplevel.
10020 (completion-lisp-mode-hook): New fun.
10021 (completion-c-mode-hook, completion-setup-fortran-mode):
10022 Set the syntax-table here. Use local-set-key.
10023 (completion-saved-bindings): New var.
10024 (dynamic-completion-mode): Make it into a proper minor mode.
10025 (load-completions-from-file): Remove unused var `num-uses'.
10026
10027 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10028 constructor if it is explicitly overridden.
10029
10030 * complete.el (PC-completion-as-file-name-predicate):
10031 Use minibuffer-completing-file-name.
10032 (partial-completion-mode): Use find-file-not-found-functions.
10033 (PC-lisp-complete-symbol): Use with-syntax-table.
10034 (PC-look-for-include-file): Remove dead setq.
10035 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10036 (PC-complete): Use with-current-buffer.
10037
10038 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10039 escape single quotes.
10040
10041 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10042
10043 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10044 of `if' whose condition always returned nil. Doc fix.
10045
10046 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10047 window's buffer the current buffer around the call to
10048 `list-buffers-noselect'. This is necessary to mark that buffer
10049 with a `.' in the Buffer Menu when called from Lisp, for instance
10050 by Auto Revert Mode.
10051
10052 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10053
10054 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10055 attaching to it.
10056 (gdb-pre-prompt): Make sure gdb-error is reset.
10057
10058 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10059 with a child process, detect it.
10060 (gud-speedbar-buttons): Match regexp more carefully.
10061
10062 2005-11-27 Richard M. Stallman <rms@gnu.org>
10063
10064 * mouse.el (mouse-drag-move-window-bottom):
10065 Use adjust-window-trailing-edge.
10066
10067 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10068
10069 * simple.el (blink-matching-open): Ignore
10070 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10071 (blink-matching-paren-on-screen): Update docstring.
10072
10073 * paren.el (show-paren-mode): No longer change
10074 `blink-matching-paren-on-screen'.
10075
10076 2005-11-27 John Paul Wallington <jpw@pobox.com>
10077
10078 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10079 (gdb-threads-select, gdb-edit-register-value):
10080 Use `posn-set-point' instead of `mouse-set-point' because the
10081 latter is not fbound when configured without X.
10082
10083 2005-11-27 Kim F. Storm <storm@cua.dk>
10084
10085 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10086 existing face when partially highlighting a TAB in a rectangle.
10087
10088 2005-11-26 Kim F. Storm <storm@cua.dk>
10089
10090 * ido.el (ido-mode-map): Doc fix.
10091 (ido-mode-common-map, ido-mode-file-map)
10092 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10093 (ido-define-mode-map): Rewrite. Select one of the new maps as
10094 parent for ido-mode-map instead of building from scratch.
10095 (ido-init-mode-maps): New defun to initialize new maps.
10096 (ido-mode): Call it.
10097 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10098 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10099
10100 2005-11-26 John Paul Wallington <jpw@pobox.com>
10101
10102 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10103 `mouse-set-point' because the latter is not fbound when configured
10104 without X.
10105
10106 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10107
10108 * files.el (file-relative-name): Doc fix.
10109
10110 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10111
10112 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10113 non-empty string for secondary prompt PS2.
10114
10115 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * progmodes/compile.el (compilation-setup): Fix last change.
10118
10119 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10120
10121 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10122 (gdb-mouse-toggle-breakpoint-margin)
10123 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10124 Add gdb-server-prefix to keep out of command history.
10125 (gdb-edit-register-value): New function.
10126 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10127 (gdb-info-registers-custom): Use above map.
10128
10129 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10130
10131 * custom.el (enable-theme): Signal error if argument is not a
10132 theme. Don't recalculate a face if it's not loaded yet.
10133
10134 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10135 the `user' theme is in effect.
10136
10137 * info.el (Info-on-current-buffer): Record actual filename in
10138 Info-current-file, instead of t, or a fake filename if a non-file
10139 buffer. Make autoload.
10140 (Info-find-node, Info-revert-find-node): No need to check for
10141 Info-current-file nil.
10142 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10143 Info-current-file is now never `t'.
10144 (Info-fontify-node): Many simplifications due to Info-current-file
10145 always being valid. Use Info-find-file to find node filename.
10146
10147 2005-11-25 David Kastrup <dak@gnu.org>
10148
10149 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10150 new character, then delete" in order to preserve markers.
10151
10152 2005-11-25 David Ponce <david@dponce.com>
10153
10154 * recentf.el (recentf-arrange-by-rule): Handle a special
10155 `auto-mode-alist'-like "strip suffix" rule.
10156 (recentf-build-mode-rules): Handle second level auto-mode entries.
10157
10158 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10159
10160 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10161 window modes.
10162
10163 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10164 jde-javadoc-checker-report-mode.
10165
10166 * ediff-wind (ediff-make-wide-display): Slight simplification.
10167
10168 * ediff.el (ediff-date): Change the date of last update.
10169
10170 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10171
10172 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10173 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10174 (hi-lock-mode): New global minor mode.
10175 (turn-on-hi-lock-if-enabled): New function.
10176 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10177 Change arguments to regexp and face instead of a font-lock pattern.
10178 Directly set face property, instead of refontifying.
10179 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10180 (hi-lock-find-patterns): Use line-number-at-pos.
10181
10182 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10183 arguments for hi-lock-set-pattern.
10184 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10185 Call font-lock-fontify-buffer.
10186 (hi-lock-find-file-hook, hi-lock-current-line)
10187 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10188
10189 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10190 turned off.
10191
10192 * progmodes/compile.el (compilation-setup): Don't fiddle with
10193 font-lock-defaults.
10194
10195 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10196
10197 * progmodes/gdb-ui.el (gdb-var-create-handler)
10198 (gdb-var-list-children-handler): Find values for all variable
10199 objects. gud-speedbar-buttons decides whether to display them.
10200
10201 2005-11-24 Romain Francoise <romain@orebokech.com>
10202
10203 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10204 buffer name with a space.
10205
10206 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10207
10208 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10209 `org-export-local-list-max-depth'. Change default value to 3.
10210 (org-auto-renumber-ordered-lists)
10211 (org-plain-list-ordered-item-terminator): New options.
10212 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10213 (org-get-indentation, org-get-string-indentation)
10214 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10215 New functions.
10216 (org-move-item-down, org-move-item-up): New commands.
10217 (org-export-as-html): New classes for CSS support. Bug fix in
10218 regular expression detecting fixed-width regions. Respect
10219 `org-local-list-ordered-item-terminator'.
10220 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10221 also a list item.
10222 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10223 New item moving functions.
10224
10225 2005-11-24 Juri Linkov <juri@jurta.org>
10226
10227 * isearch.el (isearch-repeat): With empty search ring set
10228 `isearch-error' to the error string instead of signaling error
10229 with the function `error'.
10230
10231 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10232
10233 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10234
10235 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10238 and variable.
10239 (gdb-var-create-handler, gdb-var-list-children-handler):
10240 Don't match on "char **...".
10241 (gdb-var-update-handler): Find values for all variable objects.
10242 (gdb-info-frames-custom): Identify frames by leading "#".
10243
10244 * progmodes/gud.el (gud-speedbar-menu-items): Add
10245 gdb-speedbar-auto-raise as radio button.
10246 (gud-speedbar-buttons): Raise speedbar if requested.
10247 Don't match on "char **...".
10248 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10249 Make it editable.
10250
10251 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10252
10253 * info.el (Info-fontify-node): Handle the case where
10254 Info-current-file is t.
10255
10256 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10257
10258 * simple.el (blink-matching-open): Fix off-by-one in last change.
10259
10260 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10261
10262 * term/mac-win.el: Don't change default directory.
10263
10264 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10265
10266 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10267 buffers correctly. (It used to throw an error in such buffers.)
10268 Make it ask for confirmation in group buffers and other Custom
10269 buffers containing more than one customization item.
10270
10271 2005-11-22 John Paul Wallington <jpw@gnu.org>
10272
10273 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10274 property on mail and url overlays.
10275 (goto-address-at-point): Use `posn-set-point' instead of
10276 `mouse-set-point' because the latter is not fbound when configured
10277 without X.
10278
10279 2005-11-22 Lars Hansen <larsh@soem.dk>
10280
10281 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10282 (ls-lisp-classify, ls-lisp-format): Delete call to
10283 ls-lisp-parse-symlink.
10284 (ls-lisp-handle-switches): Handle symlinks to directories as
10285 directories when ls-lisp-dirs-first in non-nil.
10286
10287 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10288
10289 * startup.el (command-line): Make sure that loaddefs.el is handled
10290 correctly in load-history.
10291
10292 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10293
10294 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10295 (gdb-struct-string, gdb-array-string): New constants.
10296 (gdb-info-locals-handler): Use them.
10297 (gdb-reset): Reset gdb-var-list to nil.
10298
10299 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10302 in patterns.
10303
10304 2005-11-21 Juri Linkov <juri@jurta.org>
10305
10306 * custom.el (defcustom): Update link types in docstring.
10307
10308 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10309
10310 * custom.el (defgroup): Add doc-string-elt info.
10311
10312 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10313
10314 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10315
10316 * newcomment.el (comment-enter-backward): Fix last fix.
10317
10318 * simple.el (blink-matching-open):
10319 * paren.el (show-paren-function): Allow new paren-class info.
10320
10321 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10322
10323 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10324 handled automagically.
10325
10326 2005-11-20 Andreas Schwab <schwab@suse.de>
10327
10328 * descr-text.el (describe-char): When copying overlays put them
10329 over the full char description instead of just the first character
10330 of it.
10331
10332 2005-11-20 Juri Linkov <juri@jurta.org>
10333
10334 * simple.el (what-cursor-position):
10335 * descr-text.el (describe-char): Use Lisp-readable syntax
10336 for octal and hex. Reorder decimal, octal and hex values.
10337 Remove excess whitespace in the output. Use `=' in `column='
10338 like in `point=' and `Hscroll='.
10339
10340 * international/mule-cmds.el (encoded-string-description):
10341 Use Lisp-readable syntax for hex.
10342
10343 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10344
10345 * newcomment.el (comment-enter-backward): Handle the case where the
10346 comment is closed by EOB.
10347
10348 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10349
10350 * longlines.el (longlines-before-revert-hook)
10351 (longlines-after-revert-hook): New functions.
10352 (longlines-mode): Turn off longlines temporarily when reverting.
10353 Add a message-setup-hook.
10354 (longlines-decode-buffer): New function.
10355 (longlines-wrap-line): Preserve marker positions.
10356
10357 2005-11-19 Andreas Schwab <schwab@suse.de>
10358
10359 * emacs-lisp/shadow.el: Handle compressed files.
10360
10361 2005-11-19 Romain Francoise <romain@orebokech.com>
10362
10363 * net/browse-url.el (browse-url-default-browser): Signal an error
10364 if no usable browser can be found, rather than try to load w3.
10365
10366 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10367
10368 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10369 replacing existing properties.
10370 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10371 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10372 tty specs.
10373 (rcirc-server-prefix, rcirc-server): New faces.
10374 (rcirc-url-regexp): Generate with rx macro.
10375 (rcirc-last-server-message-time): New variable.
10376 (rcirc-filter): Record time of last message.
10377 (rcirc-keepalive): Kill processes that did not send a message
10378 since the last ping.
10379 (rcirc-mode): Give rcirc-topic a local binding here.
10380
10381 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10382
10383 * subr.el (read-passwd): Fontify the prompt as we do with other
10384 prompts.
10385
10386 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10387
10388 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10389 binding buffer-read-only to nil.
10390
10391 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10392
10393 * complete.el (partial-completion-mode):
10394 Mention completion-auto-help in the doc string.
10395
10396 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10397 more Lisp-ish way.
10398
10399 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10400
10401 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10402 digits, not 8, to avoid misalignment for files larger than 100MB.
10403
10404 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10405
10406 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10407 Mention "keyboard shortcuts" in the help text.
10408
10409 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10410
10411 * startup.el (fancy-splash-default-action): Discard only
10412 mouse-down and succeeding mouse-up events in the splash screen
10413 window so that drag-n-drop event can be processed.
10414
10415 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10416
10417 * longlines.el (longlines-mode): Add hacks for mail-mode and
10418 message-mode.
10419
10420 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10421
10422 * textmodes/org.el (org-table-sort-lines): New command.
10423 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10424 (org-add-file): Command removed, use `org-agenda-file-to-front'
10425 instead.
10426 (org-export-icalendar): Use `org-icalendar-combined-name'.
10427 (org-cycle-agenda-files, org-agenda-file-to-end)
10428 (org-agenda-file-to-front): New commands.
10429 (org-table-tab-jumps-over-hlines, org-export-html-style):
10430 New options.
10431 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10432 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10433 New functions.
10434 (org-fill-paragraph): Call `org-table-align' in tables.
10435 (org-mode): Call `org-set-autofill-regexps'.
10436 (org-export-as-html): Support for local handformatted lists.
10437 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10438 (org-export-local-list-max-depth): New option.
10439 (org-html-expand): Use `org-html-protect'.
10440
10441 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10442
10443 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10444 to "p".
10445 (gdb): Move definition of gud-pp to...
10446
10447 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10448 speedbar.
10449 (gdb-find-watch-expression): New function.
10450
10451 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10452
10453 * faces.el (face-attribute, set-face-attribute): Mention existence
10454 of `:ignore-defface' setting in docstring.
10455
10456 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10457
10458 * simple.el (completion-setup-function): Fix last change.
10459
10460 2005-11-17 John Paul Wallington <jpw@pobox.com>
10461
10462 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10463 Use `posn-set-point' instead of `mouse-set-point' because the
10464 latter is not fbound when configured without X.
10465
10466 * comint.el (comint-insert-input): Likewise.
10467
10468 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * simple.el (hard-newline): New variable.
10471 (sendmail-user-agent-compose, next-line): Use it.
10472
10473 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10474 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10475 (mail-mail-reply-to, mail-mail-followup-to)
10476 (mail-position-on-field, mail-signature, mail-yank-original)
10477 (mail-attach-file): Likewise.
10478
10479 * mail/mailheader.el (mail-header-format)
10480 (mail-header-format-function): Likewise.
10481
10482 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10483
10484 2005-11-17 Juri Linkov <juri@jurta.org>
10485
10486 * font-lock.el (font-lock-faces): Rename this defgroup from
10487 `font-lock-highlighting-faces'.
10488 (font-lock-comment-face, font-lock-comment-delimiter-face)
10489 (font-lock-string-face, font-lock-doc-face)
10490 (font-lock-keyword-face, font-lock-builtin-face)
10491 (font-lock-function-name-face, font-lock-variable-name-face)
10492 (font-lock-type-face, font-lock-constant-face)
10493 (font-lock-warning-face, font-lock-negation-char-face)
10494 (font-lock-preprocessor-face)
10495 (font-lock-regexp-grouping-backslash)
10496 (font-lock-regexp-grouping-construct): Rename :group from
10497 `font-lock-highlighting-faces' to `font-lock-faces'.
10498
10499 * cus-edit.el (lisp, c, tex):
10500 * progmodes/ada-mode.el (ada):
10501 * progmodes/asm-mode.el (asm):
10502 * progmodes/cperl-mode.el (cperl-faces):
10503 * progmodes/cpp.el (cpp):
10504 * progmodes/dcl-mode.el (dcl):
10505 * progmodes/f90.el (f90):
10506 * progmodes/fortran.el (fortran):
10507 * progmodes/icon.el (icon):
10508 * progmodes/idlwave.el (idlwave-misc):
10509 * progmodes/m4-mode.el (m4):
10510 * progmodes/make-mode.el (makefile):
10511 * progmodes/meta-mode.el (meta-font):
10512 * progmodes/modula2.el (modula2):
10513 * progmodes/octave-mod.el (octave):
10514 * progmodes/pascal.el (pascal):
10515 * progmodes/perl-mode.el (perl):
10516 * progmodes/prolog.el (prolog):
10517 * progmodes/ps-mode.el (PostScript-edit):
10518 * progmodes/scheme.el (scheme):
10519 * progmodes/sh-script.el (sh-script):
10520 * progmodes/simula.el (simula):
10521 * progmodes/tcl.el (tcl):
10522 * textmodes/nroff-mode.el (nroff):
10523 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10524 * textmodes/sgml-mode.el (sgml):
10525 * textmodes/texinfo.el (texinfo):
10526 Add :link (custom-group-link font-lock-faces) to defgroup.
10527
10528 * hi-lock.el (hi-lock): Rename this defgroup from
10529 `hi-lock-interactive-text-highlighting'. Change parent group from
10530 `faces' to `font-lock'. Add link to the manual.
10531 (hi-lock-mode, hi-lock-file-patterns-range)
10532 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10533 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10534 (hi-lock-faces): Add :group `faces'.
10535
10536 * cus-edit.el (custom-variable-prompt): Clarify the code.
10537
10538 * faces.el (face-read-string): Set the default value arg of
10539 completing-read.
10540
10541 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10542
10543 * rfn-eshadow.el (file-name-shadow-properties)
10544 (file-name-shadow-tty-properties, file-name-shadow-mode):
10545 Remove autoloads, because the file is now preloaded.
10546
10547 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10548
10549 * printing.el (easy-menu-intern): Don't define.
10550 (pr-get-symbol): Use easy-menu-intern only if defined.
10551
10552 * simple.el (blink-matching-open): Simplify a bit.
10553 (completion-setup-function): Fix the case of partial-completion-mode
10554 when the minibuffer's contents start with "-".
10555 Obey completion-base-size-function even when
10556 minibuffer-completing-file-name is non-nil.
10557
10558 2005-11-16 Richard M. Stallman <rms@gnu.org>
10559
10560 * net/eudcb-ph.el (eudc-ph-open-session):
10561 Use set-process-query-on-exit-flag.
10562
10563 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10564
10565 * international/ucs-tables.el (ucs-set-table-for-input):
10566 Use make-local-variable, not make-variable-buffer-local.
10567
10568 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10569 Improve warning message text.
10570
10571 * savehist.el (savehist-save-hook): Add :group.
10572
10573 * menu-bar.el (menu-bar-help-menu):
10574 Rename Find Extra Packages to External Packages.
10575
10576 * cus-edit.el (Custom-reset-standard): Verify that
10577 :custom-standard-value prop exists before calling it.
10578
10579 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10580
10581 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10582
10583 * wid-edit.el (color): Enclose %t in %{...%}.
10584
10585 * cus-edit.el (face): Enclose %t in %{...%}.
10586
10587 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10588
10589 * savehist.el (savehist-mode-hook): Re-add the var.
10590 (savehist-mode): Use it.
10591
10592 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * textmodes/flyspell.el: Fix commenting convention.
10595 Remove unnecessary leading * in custom docstrings.
10596 (flyspell-emacs): Remove unused var.
10597 (flyspell-delete-region-overlays): Use remove-overlays.
10598 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10599 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10600 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10601 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10602 (make-flyspell-overlay): Don't locally reuse a global name.
10603 (flyspell-highlight-incorrect-region)
10604 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10605 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10606 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10607 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10608 Wrap calls to accept-process-output inside with-local-quit since it's
10609 often called from a post-command-hook.
10610 (flyspell-correct-word, flyspell-auto-correct-word):
10611 Use ispell-send-string.
10612 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10613
10614 * calendar/diary-lib.el (diary-list-entries): Also hide the
10615 terminating newline.
10616
10617 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10618
10619 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10620 window-system, to allow fonts on tty.
10621
10622 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10623
10624 * progmodes/gud.el (gud-speedbar-item-info): New function.
10625 (gud-install-speedbar-variables): Use it to display data type
10626 of watch expression as a tooltip in speedbar.
10627
10628 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10629
10630 * font-core.el (global-font-lock-mode): Add :version keyword,
10631 because default was changed.
10632
10633 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10634
10635 * startup.el (command-line): Use `custom-reevaluate-setting' for
10636 `file-name-shadow-mode'.
10637
10638 * loadup.el: Preload rfn-eshadow.
10639
10640 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10641 Add :version keyword.
10642 (file-name-shadow-properties, file-name-shadow-tty-properties)
10643 (file-name-shadow): Add :version keyword.
10644
10645 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10646 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10647 in the custom-group property of the symbol frames and the fringe
10648 group got no link to its parent group frames.
10649 Doc fix.
10650
10651 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10652
10653 * progmodes/gud.el (gud-stop-subjob): New function.
10654 (gud-menu-map, gud-tool-bar-map): Use it.
10655
10656 2005-11-16 Kim F. Storm <storm@cua.dk>
10657
10658 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10659 than kill it.
10660 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10661 to a more useful/logical place.
10662
10663 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10664
10665 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10666 go buttons complementary.
10667
10668 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10669
10670 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10671 (rfn-eshadow-sifn-equal): New function.
10672 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10673
10674 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10675
10676 * viper-utils.el (viper-non-word-characters-reformed-vi):
10677 Quote `-' in string.
10678
10679 * viper.el (viper-emacs-state-mode-list): Ensure that
10680 rcirc-mode buffers come up in Emacs state.
10681
10682 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10683 operation.
10684
10685 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10686
10687 * term.el (term-termcap-format): Fix typos.
10688 (term-down): Fix the negative argument case.
10689
10690 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10691
10692 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10693 2005-08-15.
10694 (gdb-ann3): New command gud-go.
10695 (menu): Accomodate gdb-mi.el.
10696 (gdb-assembler-custom): Make buffer of selected window current
10697 so that set-window-point works.
10698
10699 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10700 buttons and include new ones.
10701
10702 2005-11-16 Kim F. Storm <storm@cua.dk>
10703
10704 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10705 (gud-menu-map): Use it.
10706
10707 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10710 that works correctly for Custom and that does not override a user
10711 who disables it.
10712
10713 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10714 (help-xref-interned, help-follow): Make hyperlinks for variables
10715 that are unbound, but have a non-nil variable-documentation property.
10716
10717 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10718 mode hook. (It conflicted with defcustoms for some mode hooks.)
10719 Use the `variable-documentation' property to give the mode hook a
10720 docstring and expand that docstring.
10721
10722 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10723
10724 * savehist.el (savehist-mode): Don't bother with
10725 `custom-set-minor-mode'.
10726 (savehist-coding-system): Check XEmacs version.
10727 (history-length): Declare also at run time.
10728 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10729 Don't set the customize state.
10730 (savehist-minibuffer-hook): Special case for when
10731 minibuffer-history-variable is equal to t.
10732
10733 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10734
10735 * files.el (write-file): Refresh VC status.
10736
10737 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10738 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10739 than fundamental-mode to see if the mode was set.
10740
10741 2005-11-14 Romain Francoise <romain@orebokech.com>
10742
10743 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10744 dummy function in `eval-when-compile' to avoid compiler warning.
10745 Require `man' at compile time.
10746
10747 2005-11-14 Jay Belanger <belanger@truman.edu>
10748
10749 * calc-alg.el (calcFunc-write-out-power): Rename it to
10750 calcFunc-powerexpand.
10751 (math-write-out-power): Rename it to math-powerexpand; have it
10752 handle negative exponents.
10753 (calc-writeoutpower): Rename it to calc-powerexpand.
10754
10755 * calc-ext.el: Change calcFunc-writeoutpower and
10756 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10757 autoloads.
10758 Add calcFunc-ldiv to autoloads.
10759
10760 * calc-arith.el (calcFunc-ldiv): New function.
10761
10762 * calc.el (calc-left-divide): New function.
10763
10764 2005-11-14 Juri Linkov <juri@jurta.org>
10765
10766 * cus-edit.el (custom-variable-prompt): Set the default value arg
10767 of completing-read.
10768
10769 * cus-dep.el (custom-make-dependencies): Reverse the list of
10770 found dependencies.
10771
10772 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10773
10774 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10775 Highlighting" entry, it is on by default now.
10776 (menu-bar-options-save): Do not save global-font-lock-mode.
10777
10778 2005-11-13 Richard M. Stallman <rms@gnu.org>
10779
10780 * textmodes/flyspell.el (flyspell-large-region):
10781 Call flyspell-accept-buffer-local-defs.
10782
10783 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10784
10785 * textmodes/flyspell.el (flyspell-notify-misspell):
10786 Fix misspelling of "Misspelling".
10787 (flyspell-process-localwords): New function.
10788 (flyspell-large-region): Call flyspell-process-localwords and
10789 flyspell-delete-region-overlays.
10790 (flyspell-delete-region-overlays): New function.
10791 (flyspell-delete-all-overlays): Call that.
10792
10793 2005-11-13 Richard M. Stallman <rms@gnu.org>
10794
10795 * help.el (help-for-help-internal): Improve doc of C-h a.
10796 (describe-key): Improve prompt; doc fix.
10797
10798 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10799
10800 * vc-svn.el (vc-svn-registered): Catch all errors.
10801
10802 * cus-dep.el (custom-make-dependencies): Typo.
10803
10804 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10805
10806 * net/tramp-util.el (top): Fix compilation warning.
10807
10808 2005-11-13 Kim F. Storm <storm@cua.dk>
10809
10810 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10811
10812 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10813
10814 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10815 (gud-speedbar-buttons): Match on "const char *" too.
10816
10817 * progmodes/gdb-ui.el (gdb-var-create-handler)
10818 (gdb-var-list-children-handler): Match on "const char *" too.
10819 (gdb-var-evaluate-expression-handler): Match on empty string.
10820 (gdb-var-update-handler): Only call
10821 gdb-var-evaluate-expression-handler when required.
10822
10823 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10824
10825 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10826 selected window. This still doesn't work for speedbar.
10827 (gud-speedbar-buttons): Handle string expressions properly.
10828
10829 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10830 (gdb-var-create-handler): Handle string expressions properly.
10831 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10832 Handle string expressions properly. Move "type" field into regexp.
10833
10834 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10835
10836 * bookmark.el (bookmark-maybe-message): New function to reduce
10837 code duplication: invokes `message' iff baud-rate is high enough.
10838 (bookmark-write-file): Use above instead of an inline conditional.
10839 (bookmark-load): Same.
10840
10841 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10842
10843 * bookmark.el (bookmark-write-file): Don't visit the destination
10844 file, just write the data to it using write-region. This is
10845 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10846 change to avoid visiting the file in the first place.
10847
10848 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10849
10850 * hi-lock.el (hi-lock-mode): Set the default value of
10851 font-lock-defaults.
10852
10853 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10854
10855 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10856 arg to `file-attributes'.
10857 (find-lisp-format): The UID and GID can now be strings.
10858
10859 2005-11-12 Kim F. Storm <storm@cua.dk>
10860
10861 * help.el (help-map): Bind C-h d to apropos-documentation.
10862
10863 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10864 when point is at end-of-buffer.
10865
10866 * apropos.el (apropos-match-face): Doc fix.
10867 (apropos-sort-by-scores): Add new choice `verbose'.
10868 (apropos-documentation-sort-by-scores): New defcustom.
10869 (apropos-pattern): Now contains the pattern entered by the user.
10870 (apropos-pattern-quoted): New defvar.
10871 (apropos-regexp): New defvar, containing the regexp corresponding
10872 to apropos-pattern.
10873 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10874 (apropos-read-pattern): New defun. Use it to read pattern arg in
10875 interactive calls; returns list of words for a word list, and
10876 string for a regexp.
10877 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10878 parses a list of words or regexp as returned by apropos-read-pattern.
10879 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10880 (apropos-score-doc): Return a very high score if the string
10881 entered by the user matches literally.
10882 (apropos-variable): Doc fix. Use apropos-read-pattern.
10883 (apropos-command): Doc fix. Use apropos-read-pattern and
10884 apropos-parse-pattern. Call apropos-print with nosubst=t.
10885 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10886 apropos-parse-pattern.
10887 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10888 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10889 apropos-documentation-sort-by-scores. Call apropos-print with
10890 nosubst=t.
10891 (apropos-documentation-internal): Pass doc string through
10892 substitute-key-definition before adding text properties.
10893 Highlight substring matching literal user input if possible.
10894 (apropos-documentation-check-doc-file): Remove locals beg and end.
10895 Fix calculation of score (as added twice). Pass doc string through
10896 substitute-key-definition before adding text properties.
10897 (apropos-documentation-check-elc-file): Pass doc string through
10898 substitute-key-definition before adding text properties.
10899 Highlight substring matching literal user input if possible.
10900 (apropos-print): Add new arg NOSUBST; if set, command and variable
10901 doc strings have already been passed through substitute-key-definition.
10902 Add code to handle apropos-accumulator items without score element
10903 for backwards compatibility (e.g. with woman package).
10904 Only show scores if apropos-sort-by-scores is `verbose'.
10905
10906 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10909 Add jka-compr-load-suffixes to load-suffixes.
10910
10911 * jka-compr.el: Require jka-cmpr-hook.
10912 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10913 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10914 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10915 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10916 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10917 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10918 (jka-compr-uninstall): Remove entries from
10919 jka-compr-added-to-file-coding-system-alist after they are used.
10920 (jka-compr-error): Remove unused var `curbuf'.
10921 (jka-compr-file-local-copy): Remove unused var `notfound'.
10922
10923 2005-11-10 Romain Francoise <romain@orebokech.com>
10924
10925 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10926
10927 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10928
10929 * progmodes/gud.el (gud-menu-map): Move parentheses.
10930 (gdb): New command gud-pv.
10931
10932 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * tar-mode.el: Remove spurious or unnecessary leading stars
10935 in docstrings.
10936 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10937 (tar-parse-octal-integer-safe): Use mapc.
10938 (tar-header-block-summarize): Remove unused var `ck'.
10939 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10940 cleared before. Obey default-enable-multibyte-characters.
10941 Use mapconcat. Simplify setting of tar-header-offset.
10942 (tar-mode-map): Move initialization inside delcaration.
10943 (tar-flag-deleted): Use `abs'.
10944 (tar-expunge-internal): Remove unused var `line'.
10945 (tar-expunge-internal): Don't hardcode point-min==1.
10946 (tar-expunge): Widen while doing set-buffer-multibyte.
10947 (tar-rename-entry): Use file-name-coding-system.
10948 (tar-alter-one-field): Don't hardcode point-min==1.
10949 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10950 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10951
10952 2005-11-10 Masatake YAMATO <jet@gyve.org>
10953
10954 * add-log.el (add-log-current-defun): Handle class::method
10955 notation of c++. Fix incorrect comment.
10956
10957 2005-11-10 Alan Mackenzie <acm@muc.de>
10958
10959 * help-fns.el (describe-variable): Make C-h v work when a variable
10960 has variable documentation yet is unbound.
10961
10962 2005-11-10 Masatake YAMATO <jet@gyve.org>
10963
10964 * man.el (Man-highlight-references): Set an empty
10965 string to `Man-arguments' if it is nil.
10966 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10967
10968 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10971 commenting conventions.
10972
10973 * cus-dep.el (custom-make-dependencies): Simplify.
10974 Better follow the commenting conventions.
10975
10976 2005-11-09 Richard M. Stallman <rms@gnu.org>
10977
10978 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10979 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10980 All uses changed.
10981 (apropos-rewrite-regexp): Doc fix.
10982 (apropos-variable, apropos-command, apropos, apropos-value):
10983 Change prompt; carry through the argument renaming.
10984
10985 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10986
10987 * find-lisp.el: Require dired.
10988 (find-lisp-find-dired-internal): Do not call
10989 `abbreviate-file-name' on DIR.
10990
10991 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10992
10993 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10994
10995 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10996
10997 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10998 when using the speedbar.
10999 (gdb): New command gud-pp.
11000 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11001
11002 2005-11-09 Juri Linkov <juri@jurta.org>
11003
11004 * replace.el (occur-excluded-properties): New defcustom.
11005 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11006
11007 2005-11-08 Jay Belanger <belanger@truman.edu>
11008
11009 * calc/calc-units.el (math-convert-units): Replace any composite
11010 unit by its definition.
11011
11012 2005-11-08 Lars Hansen <larsh@soem.dk>
11013
11014 * emacs-lisp/autoload.el (update-directory-autoloads):
11015 Add obsolete function alias.
11016
11017 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11018
11019 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11020 comment-indent-function.
11021 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11022
11023 * reveal.el (reveal-post-command): Rework the handling of
11024 reveal-open-spots, so as to be more reliable. There were several
11025 tricky corner cases where an open spot might be lost, or where
11026 a closed spot might end up on the list of open spots.
11027 Only reveal text that's ellipsised.
11028
11029 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11030
11031 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11032
11033 2005-11-07 John Paul Wallington <jpw@gnu.org>
11034
11035 * ibuffer.el (ibuffer): Search iconified frames too when
11036 getting Ibuffer buffer's window.
11037
11038 2005-11-06 Richard M. Stallman <rms@gnu.org>
11039
11040 * progmodes/compile.el (compilation-internal-error-properties):
11041 save-excursion around the computation of MARKER.
11042
11043 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11044
11045 * textmodes/flyspell.el (flyspell-external-point-words):
11046 flyspell-get-word returns a list, not just a string.
11047
11048 2005-11-06 John Paul Wallington <jpw@pobox.com>
11049
11050 * ibuffer.el (ibuffer): Search all visible frames when getting
11051 Ibuffer buffer's window.
11052
11053 2005-11-07 Masatake YAMATO <jet@gyve.org>
11054
11055 * man.el (Man-reference-regexp): Accept spaces between
11056 `Man-name-regexp' and `Man-section-regexp'.
11057 (Man-apropos-regexp): New variable.
11058 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11059 if available.
11060 (Man-highlight-references, Man-highlight-references0):
11061 Handle the case when `Man-arguments' includes "-k".
11062 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11063 `TARGET'. `TARGET' can be a number, function or nil.
11064
11065 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11066
11067 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11068 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11069 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11070 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11071 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11072 (gdb-send-item): Use buffer-local-value and simplify.
11073
11074 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11075
11076 * startup.el (command-line): Use `custom-reevaluate-setting' for
11077 `global-font-lock-mode'.
11078
11079 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11080 by default, except in batch mode or when the -D option is given.
11081
11082 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11083 specified keyword args on to `define-minor-mode'. Update docstring.
11084
11085 2005-11-05 Romain Francoise <romain@orebokech.com>
11086
11087 * replace.el (occur-engine): Add marker at end of line, too.
11088
11089 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11090
11091 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11092 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11093 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11094 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11095 argument to all these routines, so the passphrase can be managed
11096 externally and passed in to the system.
11097 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11098 pgg-add-passphrase-to-cache function.
11099
11100 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11101 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11102 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11103 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11104 argument to all these routines, so the passphrase can be managed
11105 externally and passed in to the system.
11106 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11107 function.
11108
11109 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11110
11111 * font-lock.el: Don't deal with font-lock-face-attributes here,
11112 move the code ...
11113
11114 * startup.el (command-line): ... here. Use face-spec-set instead
11115 of custom-declare-face.
11116
11117 * faces.el (face-spec-set): Reset the face if spec is not nil.
11118
11119 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * newcomment.el (comment-region-internal): Box more tightly in the
11122 common case where there's no TAB in the boxed text.
11123
11124 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11125
11126 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11127 up-node.
11128
11129 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11130
11131 * newsticker.el: Commentary updated. Code formatting changed.
11132 (newsticker-version): Change to "1.9".
11133 (newsticker, newsticker-feed): Doc fix.
11134 (newsticker-url-list): Doc fix. Add option "Weekly".
11135 (newsticker-retrieval-interval): Add option "Weekly".
11136 (newsticker-headline-processing): Doc fix.
11137 (newsticker-auto-mark-filter): Remove.
11138 (newsticker-auto-mark-filter-list): New.
11139 (newsticker-layout, newsticker-sort-method): Doc fix.
11140 (newsticker-hide-old-items-in-newsticker-buffer)
11141 (newsticker-heading-format, newsticker-item-format)
11142 (newsticker-desc-format): Doc fix.
11143 (newsticker-show-all-rss-elements): Remove.
11144 (newsticker-show-all-news-elements): New.
11145 (newsticker-faces, newsticker-ticker): Doc fix.
11146 (remove-from-invisibility-spec): Code formatting.
11147 (newsticker--process-ids): New.
11148 (newsticker-mode): Doc fix.
11149 (newsticker-mode): Change mode-line-format.
11150 (newsticker-start): Remove debug output.
11151 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11152 (newsticker-w3m-show-inline-images): Code formatting.
11153 (newsticker-next-item): Call `force-mode-line-update'.
11154 (newsticker-previous-item): Call `force-mode-line-update'.
11155 (newsticker-next-feed): Call `force-mode-line-update'.
11156 (newsticker-previous-feed): Call `force-mode-line-update'.
11157 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11158 (newsticker-show-old-items): Do not show descs.
11159 (newsticker-hide-entry): Hide too much.
11160 (newsticker-hide-entry, newsticker-show-entry)
11161 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11162 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11163 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11164 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11165 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11166 (newsticker-get-news): Call `force-mode-line-update'.
11167 Collect process ids.
11168 (newsticker--sentinel): Change coding system handling.
11169 Move image retrieval to new functions newsticker--get-logo-url-*.
11170 Move feed parsing to new functions newsticker--parse-*.
11171 Update list of process ids.
11172 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11173 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11174 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11175 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11176 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11177 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11178 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11179 (newsticker--decode-coding-string): Remove.
11180 (newsticker--decode-numeric-entities): Check input. Format code.
11181 (newsticker--remove-whitespace): Check input.
11182 (newsticker--do-forget-preformatted): Doc fix.
11183 (newsticker--decode-rfc822-date): Allow for missing time.
11184 (newsticker--update-process-ids): New.
11185 (newsticker--image-sentinel): Change comment.
11186 (newsticker--image-read): Change error message.
11187 (newsticker--imenu-goto): Doc fix. Show headline title.
11188 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11189 (newsticker--buffer-do-insert-text): Clean whitespace in
11190 html-rendered headline title. Code formatting.
11191 Call `newsticker--buffer-print-extra-elements'.
11192 (newsticker--buffer-print-extra-element): Remove.
11193 (newsticker--buffer-print-extra-elements): New.
11194 (newsticker--buffer-do-print-extra-element): New.
11195 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11196 large sizes.
11197 (newsticker--run-auto-mark-filter)
11198 (newsticker--do-run-auto-mark-filter):
11199 Use `newsticker-auto-mark-filter-list'.
11200
11201 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11202
11203 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11204 (rcirc-print): Force redisplay before running hooks. Do long
11205 buffer truncation after making new text read-only. Deal with nil
11206 text when decoding strings. If TARGET is nil, use either the
11207 currently selected buffer, if it is an rcirc buffer and of the
11208 same process or the process buffer.
11209 (rcirc-mode): Remove header-line. Recompute short buffer names.
11210 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11211 (rcirc-short-buffer-name): Add variable.
11212 (rcirc-kill-buffer-hook): Recompute short buffer names.
11213 Remove nick from private channel.
11214 (rcirc-send-input): Send command text to current-buffer.
11215 Don't clear overlay arrow here.
11216 (rcirc-short-buffer-name): Return a short buffer name.
11217 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11218 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11219 buffer-name abbreviations.
11220 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11221 Do not touch nick-table when killing a parted channel.
11222 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11223 Clear arrow from current buffer if it is now hidden.
11224 (rcirc-current-buffer): Add variable.
11225 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11226 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11227 Remove -face from names.
11228 (rcirc-update-activity-string): Print "DND" when globally ignoring
11229 activity.
11230 (rcirc-ignore-buffer-activity-flag): Rename from
11231 rcirc-ignore-channel-activity.
11232 (rcirc-ignore-all-activity-flag): Doc fix.
11233 (rcirc-channels): Remove variable.
11234 (rcirc-kill-buffer-hook):
11235 (rcirc-get-buffer-create): Add nick to private channel.
11236 (rcirc-multiline-edit-submit): Remove tabs.
11237 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11238 folded.
11239 (rcirc-remove-nick-channel): Bug fix.
11240 (rcirc-toggle-ignore-buffer-activity): Rename from
11241 rcirc-toggle-ignore-channel-activity.
11242 (rcirc-record-activity): Add buffers to the front of the list.
11243 (rcirc-update-activity): Remove killed buffers from list.
11244 (rcirc-process-server-response-1): Remove last argument if it is
11245 null before calling handler.
11246 (rcirc): Add "rcirc" defcustom prefix.
11247 (rcirc-prompt): Simplify default prompt.
11248 Use custom-initialize-default.
11249 (rcirc-private-chats): Remove variable.
11250 (rcirc-prompt): Change initialization.
11251 (rcirc-version): Remove function.
11252 (rcirc-id-string): Add constant.
11253 (rcirc-last-buffer): Remove variable.
11254 (rcirc-buffer-alist): Add variable.
11255 (rcirc-connect): Update variable setup.
11256 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11257 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11258 default.
11259 (rcirc-handler-generic): Trigger activity.
11260 (rcirc-send-message): Create the buffor of the target.
11261 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11262 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11263 (rcirc-multiline-edit-cancel): Remove function.
11264 (rcirc-set-last-buffer): Remove function.
11265 (rcirc-get-any-buffer): Add function.
11266 (rcirc-join-channels): Don't print /join text.
11267 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11268 messages.
11269 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11270 (rcirc-handler-NOTICE): Recognize CTCP responses.
11271 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11272 constructing TOPIC string for buffers we are not JOINed.
11273 (rcirc-handler-CTCP-response): Add handler.
11274 (rcirc-multiline-edit-submit): Restore the window-configuration
11275 before adjusting point.
11276 (rcirc): Add customization group.
11277 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11278 (rcirc-user-full-name, rcirc-startup-channels-alist)
11279 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11280 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11281 (rcirc-input-ring-size, rcirc-read-only-flag)
11282 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11283 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11284 Change defvar to defcustom.
11285 (rcirc-update-prompt): Add optional ALL arg, which will update
11286 prompts in all rcirc buffers. Regexp quote replacement text.
11287 (rcirc-fill-column): Accept frame-width as a value.
11288 (rcirc-set-changed): Add function.
11289 (rcirc-next-active-buffer): Write more meaningful messages.
11290 (rcirc-faces): Add customization group.
11291 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11292 (rcirc-nick-in-message-face, rcirc-prompt-face)
11293 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11294 (with-rcirc-process-buffer): Move before first usage.
11295 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11296 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11297 (rcirc-debug): Rename from `rcirc-log'.
11298 (rcirc-format-response-string): Do not print `-' chars for a
11299 NOTICE with no sender. Simplify output of server responses.
11300
11301 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11302
11303 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11304 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11305 Make urls mouse and RET clickable.
11306
11307 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11308
11309 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11310
11311 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11312
11313 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11314 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11315 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11316 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11317 argument to all these routines, so the passphrase can be managed
11318 externally and passed in to the system.
11319 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11320 pgg-add-passphrase-to-cache function.
11321
11322 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11323 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11324 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11325 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11326 argument to all these routines, so the passphrase can be managed
11327 externally and passed in to the system.
11328 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11329 function.
11330
11331 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11332
11333 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11334 from goto-address-url-regexp.
11335
11336 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11337
11338 * textmodes/org.el (org-read-date, org-goto-calendar)
11339 (org-recenter-calendar, org-agenda-goto-calendar):
11340 Temporarily clear `calendar-move-hook'.
11341
11342 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11343
11344 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11345 merging.
11346
11347 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11348 have merge clashes.
11349
11350 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11351
11352 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11353 Undo previous change.
11354
11355 * startup.el (command-line): Use `custom-reevaluate-setting' for
11356 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11357 tty-register-default-colors on Mac.
11358
11359 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11360
11361 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11362 (gdb-buffer-type): Make it automatically buffer local...
11363 (gdb-get-create-buffer): ...and set it accordingly.
11364 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11365 actually work.
11366
11367 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11368
11369 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11370 not red.
11371
11372 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11373
11374 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11375 case GUD buffer is not visible.
11376 (gdb-goto-breakpoint): Try to force display in source buffer.
11377 (gdb-frame-gdb-buffer): Copy other similar functions.
11378 (gdb-restore-windows): Don't display source if not asked for.
11379 (gdb-assembler-buffer-name): Don't capitalise.
11380
11381 2005-11-03 Richard M. Stallman <rms@gnu.org>
11382
11383 * wid-edit.el (key-sequence): New widget type.
11384
11385 * simple.el (set-mark-command-repeat-pop): New variable.
11386 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11387 if set-mark-command-repeat-pop is true.
11388
11389 * info.el (Info-fontify-node): Don't display extra "see" if there
11390 already is one here.
11391
11392 * mouse.el: Fix special handling of DEL after dragging a region:
11393 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11394 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11395
11396 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11397
11398 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11399 not to assume it pertains to an affix.
11400
11401 * textmodes/flyspell.el (flyspell-post-command-hook):
11402 Bind deactivate-mark to prevent deactivation.
11403
11404 2005-11-03 Lars Hansen <larsh@soem.dk>
11405
11406 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11407 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11408 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11409
11410 2005-11-03 Romain Francoise <romain@orebokech.com>
11411
11412 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11413 Update copyright years.
11414
11415 2005-11-03 Sam Steingold <sds@gnu.org>
11416
11417 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11418 Use system-type instead of window-system because window-system is not
11419 correctly defined during loadup.
11420
11421 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11422
11423 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11424 (xml-parse-tag): Join strings separated by a comment properly.
11425
11426 2005-11-02 Andreas Schwab <schwab@suse.de>
11427
11428 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11429
11430 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11431
11432 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11433 (byte-optimize-pure-func): Quote the eval'd value.
11434
11435 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11436 Rename from perl-font-lock-syntactic-face-function.
11437 Change the calling convention so it can be used as a font-lock MATCHER.
11438 Do the parse-partial-sexp loop outselves.
11439 (perl-font-lock-syntactic-keywords): Use it.
11440 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11441
11442 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11443
11444 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11445 disassembly buffer too.
11446 (gdb-exited): Remove overlay arrows when execution has finished.
11447 (gdb-info-frames-custom, gdb-info-threads-custom)
11448 (gdb-info-registers-custom): Don't add inappropriate text
11449 properties if inferior is not active.
11450
11451 2005-11-02 Glenn Morris <rgm@gnu.org>
11452
11453 * progmodes/fortran.el (fortran-blink-match):
11454 Use `blink-matching-delay'.
11455
11456 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11457
11458 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11459
11460 2005-11-02 Lars Hansen <larsh@soem.dk>
11461
11462 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11463 "Permission denied".
11464
11465 2005-11-01 Richard M. Stallman <rms@gnu.org>
11466
11467 * textmodes/flyspell.el (flyspell-external-point-words):
11468 Pass nil to flyspell-get-word.
11469
11470 2005-11-02 Kim F. Storm <storm@cua.dk>
11471
11472 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11473 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11474
11475 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11476
11477 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11478 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11479 (calendar-mouse-print-dates): Add optional `event' argument.
11480 Update interactive-spec.
11481 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11482 Use `calendar-event-to-date' instead of `event'.
11483
11484 2005-11-02 Masatake YAMATO <jet@gyve.org>
11485
11486 * progmodes/ld-script.el (ld-script-builtins):
11487 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11488 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11489 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11490
11491 2005-11-01 Romain Francoise <romain@orebokech.com>
11492
11493 * vc-sccs.el: Update copyright year.
11494 * ezimage.el: Likewise.
11495
11496 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11497
11498 * info.el (Info-fontify-node): Use `string-width' for fontifying
11499 underlined titles.
11500
11501 2005-11-01 Juri Linkov <juri@jurta.org>
11502
11503 * info.el (Info-fontify-node): Downcase node header keywords Node,
11504 Prev, Next, Up before comparison.
11505 (Info-history): Insert absolute directory name, and put invisible
11506 property on it.
11507
11508 2005-11-01 Juri Linkov <juri@jurta.org>
11509
11510 * info.el (Info-file-supports-index-cookies): New variable.
11511 (Info-find-node-2): Check makeinfo version for index cookie support.
11512 (Info-index-nodes): Search for nodes with index cookies only when
11513 Info-file-supports-index-cookies is t. Otherwise, search nodes
11514 with "Index" in the node name.
11515 (Info-index-node): Search index cookie in the current node only when
11516 Info-file-supports-index-cookies is t. Otherwise, check the word
11517 "Index" in the node name.
11518 (Info-find-emacs-command-nodes): Remove code that searches nodes
11519 with "Index" node name in the top menu.
11520
11521 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * progmodes/scheme.el (scheme-mode-variables): Use the default
11524 comment-indent-function.
11525
11526 * faces.el (face-attribute): Handle the case where a face inherits from
11527 a non-existent face.
11528
11529 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11530 for octal and hexa output, and merge the char into the paren.
11531 (kill-new): Use push.
11532 (copy-to-buffer): Use with-current-buffer.
11533 (completion-setup-function): Move code in loop to remove redundancy.
11534 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11535 those inherited from minibuffer-local-completion-map.
11536
11537 * savehist.el (savehist-mode) <defcustom>:
11538 Use custom-set-minor-mode if available.
11539 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11540 and emit a message if applicable.
11541
11542 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11543
11544 * savehist.el: Sync up to version 19.
11545 (savehist-mode): New minor mode.
11546 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11547 (savehist-length): Remove (use history-length instead).
11548 (savehist-file-modes): Rename from savehist-modes.
11549 (savehist-save-hook, savehist-loaded): New vars.
11550 (savehist-load): Use savehist-mode. Try to smooth up transition from
11551 old format to new format.
11552 (savehist-install): Allow savehist-autosave-interval to be nil.
11553 (savehist-save): Run the new hook. Be more careful to only trim the
11554 history variables.
11555 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11556 (savehist-printable): Print into a buffer rather than char-by-char.
11557
11558 2005-11-01 John Wiegley <johnw@newartisans.com>
11559
11560 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11561 toggle-ignore keybinding (C-a). The author said it had been
11562 disabled much earlier due to a possible incompatibility, but after
11563 many months of usage I have encountered no problems (and it is a
11564 rather useful option, especially for switching to " *temp*").
11565
11566 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11567 support for OS/X's AddressBook, by calling out to the open source
11568 program "contacts" (installable through Fink).
11569
11570 * net/eudc.el (eudc-expand-inline): If the
11571 `eudc-multiple-match-handling-method' is set to `all', delete the
11572 query string before inserting the query result.
11573
11574 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11575 flag, to prevent Eshell from using the system ls when
11576 `eshell-ls-insert-directory' is in used.
11577 (eshell-ls-insert-directory): Disable font-lock in directory
11578 buffer so that Eshell's own fontification is seen. This broke
11579 recently due to changes in font-lock, so this goes back to version
11580 21 behavior.
11581
11582 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11583
11584 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11585 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11586 (gdb-many-windows): Doc fix.
11587
11588 2005-10-31 Romain Francoise <romain@orebokech.com>
11589
11590 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11591
11592 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11593
11594 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11595 that global-font-lock-mode can be enabled by default.
11596
11597 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11598 (font-lock-add-keywords, font-lock-remove-keywords)
11599 (font-lock-fontify-buffer): Remove autoload cookies.
11600
11601 * jit-lock.el (jit-lock-register): Likewise.
11602
11603 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11604
11605 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11606
11607 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11608 intact if there is no gud-comint-buffer.
11609
11610 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11611
11612 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11613 old prompt comint-prompt-read-only is t and GDB commands are
11614 issued from tool bar etc.
11615
11616 2005-10-31 Masatake YAMATO <jet@gyve.org>
11617
11618 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11619
11620 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11621
11622 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11623 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11624
11625 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11626
11627 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11628 starting at beginning of line. Fontification is messed up when
11629 `open-paren-in-column-0-is-defun-start' set to t.
11630 Reported by John Paul Wallington <jpw@pobox.com>.
11631
11632 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11633
11634 * comint.el (comint-send-input): Call `comint-update-fence' when
11635 `comint-process-echoes' and `comint-prompt-read-only' are both
11636 non-nil, to avoid leftover read-only newline.
11637
11638 2005-10-30 Richard M. Stallman <rms@gnu.org>
11639
11640 * textmodes/flyspell.el (flyspell-external-point-words):
11641 Detect when WORD can't be checked properly because
11642 flyspell-get-word finds just part of it, and move on.
11643
11644 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11645 boundarychar for Polish.
11646 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11647 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11648
11649 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11650
11651 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11652 (gdb-registers-font-lock-keywords): Delete.
11653 (gdb-registers-mode): Don't fontify.
11654 (gdb-info-registers-custom): Use text properties instead as, in
11655 future, changed register values will use font-lock-warning-face.
11656 (gdb-local-font-lock-keywords): Rename to...
11657 (gdb-locals-font-lock-keywords): ...for consistency.
11658
11659 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11660
11661 * vc.el (vc-switch-backend): Better error message if the buffer is
11662 not visiting a file under version control.
11663
11664 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11665
11666 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11667
11668 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11669 ~/.emacs.d/.emacs.
11670
11671 2005-10-29 Richard M. Stallman <rms@gnu.org>
11672
11673 * replace.el (occur-mode-mouse-goto): Always go to other window.
11674 (occur-mode-goto-occurrence): Always switch in same window.
11675
11676 * simple.el (undo): Display message at end, not at start.
11677
11678 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11679 New arg REUSE-CELL.
11680 (cancel-timer-internal): New function.
11681 (timer-event-handler): Use cancel-timer-internal,
11682 and pass the cell it returns to timer-activate...
11683
11684 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11685 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11686 (jit-lock-after-change): Test memory-full.
11687
11688 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11689
11690 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11691 part of the decoded armor to find the key-identifier.
11692 (pgg-gpg-lookup-key-owner): New function to return the
11693 human-readable identifier of a key owner.
11694 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11695 key itself.
11696 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11697 the key value) if we have a key and can match it against a secret
11698 key. Also, added a note pointing out fact that the prompt only
11699 indicates the first matching key.
11700
11701 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11702 pgg-decrypt-region.
11703 (pgg-pending-timers): A new hash for tracking the passphrase cache
11704 timers, so that new ones supercede old ones.
11705 (pgg-add-passphrase-to-cache): Rename from
11706 `pgg-add-passphrase-cache' to reduce confusion (all callers
11707 changed). Modified to cancel old timers when new ones are added.
11708 (pgg-remove-passphrase-from-cache): Rename from
11709 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11710 changed). Modified to cancel old timers when their keys are
11711 removed from the cache.
11712 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11713 XEmacs, an indirection to delete-itimer.
11714 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11715 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11716 users can only check cache without risk of prompting. Correct bug in
11717 notruncate behavior.
11718 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11719 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11720 Add informative docstrings.
11721 (pgg-decrypt): Convey provided passphrase in subordinate call to
11722 pgg-decrypt-region.
11723
11724 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11725 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11726 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11727 `passphrase' argument, so the passphrase can be managed externally
11728 and then passed in to the system.
11729
11730 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11731 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11732 so the passphrase cache can be used reliably with identifiers
11733 besides a pgp packet's key id.
11734
11735 * pgg-gpg.el (pgg-pgp-encrypt-region)
11736 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11737 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11738 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11739 argument to all these routines, so the passphrase can be managed
11740 externally and passed in to the system.
11741
11742 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11743 `notruncate' argument, so the passphrase cache can be used
11744 reliably with identifiers besides a pgp packet's key id.
11745
11746 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11747
11748 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11749 symmetric encryption.
11750 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11751 encrypted session key.
11752 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11753 message ask for the passphrase in a proper way.
11754
11755 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11756 New user commands for symmetric encryption.
11757
11758 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11759
11760 * textmodes/conf-mode.el (conf-assignment-sign)
11761 (conf-assignment-regexp): Fix docstrings.
11762 (conf-mode-initialize): New function.
11763 (conf-mode): Remove optional args. Use delay-mode-hooks to
11764 recognize recursive calls.
11765 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11766 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11767 (conf-xdefaults-mode): Use define-derived-mode and
11768 conf-mode-initialize.
11769
11770 2005-10-29 Romain Francoise <romain@orebokech.com>
11771
11772 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11773
11774 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11775
11776 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11777 part of the decoded armor to find the key-identifier.
11778 (pgg-gpg-lookup-key-owner): New function to return the
11779 human-readable identifier of a key owner.
11780 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11781 key itself.
11782 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11783 the key value) if we have a key and can match it against a secret
11784 key. Also, added a note pointing out fact that the prompt only
11785 indicates the first matching key.
11786
11787 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11788 pgg-decrypt-region.
11789 (pgg-pending-timers): A new hash for tracking the passphrase cache
11790 timers, so that new ones supercede old ones.
11791 (pgg-add-passphrase-to-cache): Rename from
11792 `pgg-add-passphrase-cache' to reduce confusion (all callers
11793 changed). Modified to cancel old timers when new ones are added.
11794 (pgg-remove-passphrase-from-cache): Rename from
11795 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11796 changed). Modified to cancel old timers when their keys are
11797 removed from the cache.
11798 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11799 XEmacs, an indirection to delete-itimer.
11800 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11801 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11802 users can only check cache without risk of prompting. Correct bug in
11803 notruncate behavior.
11804 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11805 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11806 Add informative docstrings.
11807 (pgg-decrypt): Convey provided passphrase in subordinate call to
11808 pgg-decrypt-region.
11809
11810 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11811
11812 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11813 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11814 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11815 `passphrase' argument, so the passphrase can be managed externally
11816 and then passed in to the system.
11817
11818 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11819 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11820 so the passphrase cache can be used reliably with identifiers
11821 besides a pgp packet's key id.
11822
11823 * pgg-gpg.el (pgg-pgp-encrypt-region)
11824 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11825 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11826 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11827 argument to all these routines, so the passphrase can be managed
11828 externally and passed in to the system.
11829
11830 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11831 `notruncate' argument, so the passphrase cache can be used
11832 reliably with identifiers besides a pgp packet's key id.
11833
11834 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11835
11836 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11837 symmetric encryption.
11838 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11839 encrypted session key.
11840 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11841 message ask for the passphrase in a proper way.
11842
11843 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11844 New user commands for symmetric encryption.
11845
11846 2005-10-28 Bill Wohler <wohler@newt.com>
11847
11848 * help-mode.el (help-url): New button type. Calls browse-url.
11849 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11850 Similar to Info nodes: URL `url'.
11851 (help-make-xrefs): Create help-url buttons for
11852 help-xref-url-regexp matches.
11853
11854 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11855
11856 * tool-bar.el (tool-bar-add-item-from-menu)
11857 (tool-bar-local-item-from-menu): Fix doc strings.
11858
11859 2005-10-28 Romain Francoise <romain@orebokech.com>
11860
11861 * ldefs-boot.el: Update.
11862
11863 * subr.el (locate-library): Move from help-fns.el.
11864 * help-fns.el (locate-library): Move to subr.el.
11865
11866 2005-10-28 Richard M. Stallman <rms@gnu.org>
11867
11868 * net/tramp.el (tramp-completion-mode): defvar moved up.
11869
11870 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11871
11872 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11873
11874 * files.el (find-file-noselect): Use %d to format large file size.
11875
11876 * bindings.el (mode-line-format): Add %e.
11877
11878 * loadup.el ("facemenu"): Load unconditionally.
11879 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11880 ("x-dnd"): Load, when appropriate.
11881
11882 * startup.el (command-line): Call before-init-hook earlier.
11883 Warn about some bad characters in -u user name.
11884
11885 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11886 (flyspell-external-point-words): Error if misspelled word is not found.
11887 Set flyspell-large-region-beg at end of word.
11888
11889 2005-10-28 Andreas Schwab <schwab@suse.de>
11890
11891 * view.el (View-revert-buffer-scroll-page-forward):
11892 Use view-page-size-default.
11893
11894 2005-10-28 Juri Linkov <juri@jurta.org>
11895
11896 * international/quail.el (quail-get-current-str): Translate last
11897 raw character for deterministic input methods.
11898
11899 2005-10-27 Jay Belanger <belanger@truman.edu>
11900
11901 * calc/calc-ext.el: Add functions to autoloads.
11902 (math-identity-matrix-p, math-ident-row-p): New functions.
11903
11904 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11905 multiplication by an identity matrix; don't turn multiplication by
11906 an inverse matrix into division.
11907 (math-div-symbol-fancy): Replace division by matrices with
11908 multiplication by inverse.
11909
11910 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11911
11912 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11913 (calc-writeoutpower): New functions.
11914
11915 2005-10-27 Romain Francoise <romain@orebokech.com>
11916
11917 * replace.el (occur-engine): Include colon in mouse-face highlight.
11918
11919 * dired-x.el: Change Maintainer field.
11920
11921 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11922
11923 * longlines.el (longlines-mode): Bind after-change-functions to
11924 nil during initial decoding and final encoding.
11925
11926 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11927
11928 * term.el (term-emulate-terminal, term-handle-colors-array)
11929 (term-handle-ansi-escape): Specify the terminfo capabilities
11930 implemented.
11931
11932 2005-10-26 Richard M. Stallman <rms@gnu.org>
11933
11934 * info.el (Info-fontify-node): Fix detection of sentence-break
11935 before *Note.
11936
11937 2005-10-26 Romain Francoise <romain@orebokech.com>
11938
11939 * smerge-mode.el: Add `tools' to file keywords.
11940
11941 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11942
11943 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11944 when the fringe is not available.
11945
11946 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11947 (def-gdb-auto-update-trigger): Simplify construction.
11948 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11949 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11950 defined explicitly.
11951 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11952 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11953 defined explicitly.
11954 (gdb-info-locals-custom): Remove as it's a no-op.
11955
11956 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11957
11958 * longlines.el (longlines-mode): Remove narrowing before
11959 performing the initial decoding or final encoding.
11960
11961 2005-10-25 Romain Francoise <romain@orebokech.com>
11962
11963 * emacs-lisp/find-func.el (find-library-name): Also strip
11964 extension if library name ends in .el, to take advantage of
11965 `find-library-suffixes'.
11966
11967 2005-10-25 Richard M. Stallman <rms@gnu.org>
11968
11969 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11970
11971 2005-10-25 Juri Linkov <juri@jurta.org>
11972
11973 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11974 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11975
11976 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11977
11978 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11979 (blackbox-redefine-key): Add argument `map'.
11980
11981 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11982 regions when moving the jit-lock-context-unfontify-pos boundary.
11983
11984 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11985
11986 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11987
11988 2005-10-25 Masatake YAMATO <jet@gyve.org>
11989
11990 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11991
11992 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11993
11994 * play/blackbox.el (blackbox-redefine-key): New function.
11995 (blackbox-mode-map): Use it to remap existing bindings for cursor
11996 motion instead of binding literal keys.
11997
11998 2005-10-25 Glenn Morris <rgm@gnu.org>
11999
12000 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12001 diary does not end in a newline. Do not assume a blank line at
12002 the start of the diary file.
12003
12004 2005-10-25 Kenichi Handa <handa@m17n.org>
12005
12006 * international/quail.el (quail-translate-key): If the input
12007 method is deterministic and failed to handle the last key, restart
12008 the key handling loop from an appropriate key.
12009
12010 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12011
12012 * vc.el (vc-dired-mode): Extend comment for binding of
12013 `directory-listing-before-filename-regexp'.
12014
12015 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * textmodes/texinfo.el (texinfo-mode):
12018 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12019 not to unnecessarily expose emacs-mule's internal char codes.
12020
12021 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12022
12023 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12024 Display hand pointer and help-echo on disabled icon too.
12025 (gdb-mouse-until): New function.
12026 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12027
12028 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12029
12030 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12031 with 2005-10-23 change to doctor.el.
12032
12033 * finder.el (finder-mode-map): Add follow-link binding.
12034
12035 2005-10-25 Kim F. Storm <storm@cua.dk>
12036
12037 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12038 to gdb-mouse-toggle-breakpoint-fringe.
12039 (gdb-mouse-toggle-breakpoint-margin): Rename from
12040 gdb-mouse-toggle-breakpoint. Fix doc.
12041 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12042 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12043 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12044 string properties also for fringe breakpoint bitmaps.
12045
12046 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12047
12048 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12049
12050 2005-10-25 Masatake YAMATO <jet@gyve.org>
12051
12052 * simple.el (completion-common-substring):
12053 Use `completion-common-substring' prior to `completion-base-size'.
12054
12055 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12056
12057 * savehist.el: Require CL while compiling.
12058 (savehist-history-variables): Remove.
12059 (savehist-save-minibuffer-history, savehist-additional-variables)
12060 (savehist-minibuffer-history-variables): New vars.
12061 (savehist-save): Use them.
12062 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12063 (savehist-install): New fun, extracted from savehist-load.
12064 (savehist-load): Use them.
12065
12066 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12067
12068 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12069 a dummy doc-string-elt property.
12070 (defalias, defvaralias, define-category): Add a docstring property.
12071
12072 * image.el (defimage):
12073 * widget.el (define-widget):
12074 * custom.el (defface, defcustom): Add `doc-string' declaration.
12075
12076 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12077 (defadvice): Add `doc-string' declaration.
12078
12079 * emacs-lisp/byte-run.el (macro-declaration-function):
12080 Handle `doc-string' declarations.
12081 (define-obsolete-function-alias, define-obsolete-variable-alias):
12082 Add `doc-string' declaration.
12083
12084 2005-10-24 Kenichi Handa <handa@m17n.org>
12085
12086 * international/utf-7.el (utf-7): Add autoload cookie.
12087
12088 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12089
12090 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12091
12092 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12093 list of directories passed to batch-update-autoloads. Add "." to
12094 the list of the echoed directories.
12095
12096 * pgg-def.el:
12097 * pgg-gpg.el:
12098 * pgg-parse.el:
12099 * pgg-pgp.el:
12100 * pgg-pgp5.el:
12101 * pgg.el: Moved here from the gnus subdirectory.
12102
12103 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12104
12105 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12106 in case comint-prompt-read-only is set to t.
12107
12108 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12109 in case comint-prompt-read-only is set to t.
12110
12111 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12112
12113 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12114 Now a string.
12115 (icalendar-import-format): Handle CLASS, STATUS, URL.
12116 Rename `subject' to `summary'.
12117 (icalendar-import-format-summary): Rename from
12118 `icalendar-import-format-subject'.
12119 (icalendar-import-format-url, icalendar-import-format-status)
12120 (icalendar-import-format-class): New variables.
12121 (icalendar--rris): Take variable argument list.
12122 (icalendar--datestring-to-isodate): Remove unnecessary
12123 calendar-style check when converting dates with explicit month names.
12124 (icalendar-export-region): Change return type of conversion
12125 subroutines. Bury current buffer unless error occurred.
12126 (icalendar--convert-to-ical)
12127 (icalendar--parse-summary-and-rest): New functions.
12128 (icalendar--convert-ordinary-to-ical)
12129 (icalendar--convert-weekly-to-ical)
12130 (icalendar--convert-yearly-to-ical)
12131 (icalendar--convert-block-to-ical)
12132 (icalendar--convert-cyclic-to-ical)
12133 (icalendar--convert-anniversary-to-ical): Change return type.
12134 Strip trailing blanks from subject.
12135 (icalendar--convert-sexp-to-ical): Change return type.
12136 Strip trailing blanks from subject. Handle simple sexp
12137 entries as generated by icalendar.el.
12138 (icalendar--convert-float-to-ical)
12139 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12140 (icalendar-import-file): Doc fix.
12141 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12142 Correct call to icalendar--rris.
12143 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12144 `summary'.
12145 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12146
12147 2005-10-24 Romain Francoise <romain@orebokech.com>
12148
12149 * server.el (server-sentinel): Set query-on-exit flag to nil on
12150 new client processes (it isn't inherited from the server process).
12151
12152 * replace.el (occur-engine): Rearrange text properties.
12153
12154 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12155
12156 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12157 case-fold-search is nil.
12158 (debug-help-follow): Use help-xref-interned directly.
12159
12160 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12161
12162 * thumbs.el (thumbs-image-type): Add .pbm.
12163
12164 2005-10-23 Richard M. Stallman <rms@gnu.org>
12165
12166 * faces.el (inhibit-face-set-after-frame-default): New variable.
12167 (set-face-attribute): Bind it.
12168 (face-set-after-frame-default): Test it.
12169
12170 * help-fns.el (describe-simplify-lib-file-name): New function.
12171 (describe-function-1, describe-variable): Use it.
12172
12173 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12174
12175 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12176 Eliminate nil as possible value.
12177 (tooltip-hide-delay): Reduce internal-border-width.
12178
12179 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12180 (menu-bar-file-menu) <new-file>: Likewise.
12181
12182 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12183
12184 * international/mule.el (load-with-code-conversion):
12185 Pass full file name to `eval-buffer' unless preloading.
12186
12187 * textmodes/flyspell.el (flyspell-large-region):
12188 Call ispell-check-version.
12189
12190 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12191 Fix the make-variable-buffer-local call that was supposed
12192 to be for this variable.
12193 (ispell-aspell-supports-utf8): Doc fix.
12194 (ispell-find-aspell-dictionaries): Preserve elements of
12195 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12196 (ispell-aspell-find-dictionary): Return nil on error.
12197
12198 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12199 (doctor-symptoms): Likewise.
12200
12201 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12202
12203 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12204
12205 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12206 (custom-raised-buttons): Add :set spec.
12207 (custom-button-unraised, custom-button-pressed-unraised):
12208 New faces, so that custom-raised-buttons actually does something.
12209 (custom-mode): Use custom-button and custom-button-pressed.
12210
12211 * wid-edit.el (widget-specify-button): Don't ignore
12212 widget-mouse-face on graphic terminals.
12213 (widget-move-and-invoke): Cleanup.
12214
12215 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12216
12217 * whitespace.el (whitespace-cleanup): Doc fix.
12218
12219 2005-10-23 Romain Francoise <romain@orebokech.com>
12220
12221 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12222 `eval-after-load' to avoid evaluating their result.
12223
12224 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12225
12226 * files.el (directory-listing-before-filename-regexp):
12227 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12228
12229 * dired.el (dired-move-to-filename-regexp): Remove.
12230 All occurences replaced by `directory-listing-before-filename-regexp'.
12231
12232 * dired-x.el, locate.el, vc.el:
12233 Replace `dired-move-to-filename-regexp' by
12234 `directory-listing-before-filename-regexp'. In vc.el it is
12235 overwritten locally; maybe this can be handled in files.el too.
12236
12237 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12238 replaced by `directory-listing-before-filename-regexp'.
12239
12240 2005-10-23 Andreas Schwab <schwab@suse.de>
12241
12242 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12243 and eval-next-after-load.
12244
12245 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12246
12247 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12248 exist, create it.
12249
12250 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12251
12252 * allout.el: Remove autoloads for mailcrypt and crypt++.
12253 Require pgg, pgg-gpg during compilation.
12254 (allout-version): Increment version number to 2.1, and use a literal
12255 rather than RCS Id.
12256 (allout-default-encryption-scheme): Remove.
12257 (allout-passphrase-verifier-handling)
12258 (allout-passphrase-verifier-string)
12259 (allout-file-passphrase-verifier-string)
12260 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12261 (allout-passphrase-hint-handling): Rename and simplify.
12262 (allout-init): Use `find-file-hook' if available, otherwise
12263 `find-file-hooks'.
12264 (allout-mode): Use `write-file-functions' if available, otherwise
12265 `local-write-file-hooks' and, instead of making auto-save-hook
12266 buffer local, make the write-file-hook activity contingent to
12267 allout-mode.
12268 (allout-mode): Use key-binding substitution in the docstring.
12269 (allout-kill-line): Spell-out kill ring data structure mutation
12270 instead of using byte-compiler-complaint-provoking `pop'.
12271 (allout-insert-listified): Use `insert' rather than `insert-string'
12272 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12273 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12274 (allout-encrypt-string): Totally revamped vis new underlying
12275 encryption facilities.
12276 (allout-mc-activate-passwd): Remove.
12277 (allout-obtain-passphrase): New, more or less replaces
12278 allout-mc-activate-passwd.
12279 (allout-encrypted-key-info): More or less replaces
12280 allout-encrypted-text-type.
12281 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12282 (my-mark-marker): Use `(featurep 'xemacs)'.
12283
12284 2005-10-23 Lars Hansen <larsh@soem.dk>
12285
12286 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12287 (byte-compile-file-form-defmumble, byte-compile-defun)
12288 (byte-compile-defmacro): Use it.
12289 (byte-compile-form): Don't call byte-compile-set-symbol-position
12290 when a byte-compile handler is called.
12291
12292 2005-10-22 Romain Francoise <romain@orebokech.com>
12293
12294 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12295
12296 * subr.el (eval-after-load): Convert library name to an absolute
12297 file name using locate-library, since load-history no longer has
12298 library names in it.
12299
12300 2005-10-22 Richard M. Stallman <rms@gnu.org>
12301
12302 * files.el (make-temp-file): Move from subr.el.
12303 * subr.el (make-temp-file): Move to files.el.
12304
12305 * window.el (get-buffer-window-list): Move from subr.el.
12306 * subr.el (get-buffer-window-list): Move to window.el.
12307
12308 * image.el (image-load-path): Use eval-at-startup to initialize.
12309
12310 * subr.el (eval-at-startup): New macro.
12311
12312 * subr.el: Much rearrangement of functions and division
12313 into pages. No code changes.
12314
12315 2005-10-22 Kenichi Handa <handa@m17n.org>
12316
12317 * tar-mode.el (tar-extract): Be sure to call
12318 find-operation-coding-system if set-auto-coding doesn't find a
12319 coding system.
12320
12321 2005-10-22 Kim F. Storm <storm@cua.dk>
12322
12323 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12324 Change users.
12325 (image-type-file-name-regexps): New defconst.
12326 (image-type-from-data): Simplify loop.
12327 (image-type-from-buffer): New defun.
12328 (image-type-from-file-header): Use it instead of image-type-from-data.
12329 Use image-search-load-path instead of only looking in data-directory.
12330 (image-type-from-file-name): New defun.
12331 (image-search-load-path): Change `pathname' to `filename'.
12332 Make PATH arg optional, default to image-load-path.
12333
12334 2005-10-21 Richard M. Stallman <rms@gnu.org>
12335
12336 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12337
12338 * textmodes/paragraphs.el (sentence-end-base): New variable.
12339 (sentence-end): Use sentence-end-base.
12340
12341 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12344 property independently from the font-lock-multiline variable.
12345
12346 2005-10-21 Richard M. Stallman <rms@gnu.org>
12347
12348 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12349
12350 * startup.el (command-line): Convert library names
12351 in `load-history' to absolute file names.
12352
12353 * subr.el (symbol-file): Doc fix.
12354
12355 * loadhist.el (file-loadhist-lookup): Call locate-library
12356 instead of find-library-name. Don't try converting
12357 abs file names to library names, since load-history no longer
12358 has library names in it.
12359 (file-dependents, file-provides, file-requires): Doc fixes.
12360
12361 2005-10-21 Juri Linkov <juri@jurta.org>
12362
12363 * progmodes/etags.el (tags-table-mode): New function.
12364 (tags-verify-table): Replace initialize-new-tags-table with
12365 tags-table-mode.
12366
12367 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12368 default value.
12369 (desktop-modes-not-to-save): Add tags-table-mode to the
12370 default value.
12371
12372 * info.el (Info-index-next): Add total number of index
12373 alternatives to the message.
12374
12375 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12376 backward only space (instead of space and period) before looking
12377 at sentence end.
12378
12379 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12380 Add the old variable value as 4th default-value arg of read-string.
12381
12382 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12383
12384 * cus-face.el (custom-declare-face): Make face from X resources
12385 also on Mac.
12386
12387 * disp-table.el (standard-display-g1, standard-display-graphic):
12388 Refuse to use string glyphs also on Mac.
12389 (standard-display-european): Don't set terminal coding system also
12390 on Mac.
12391
12392 * frame.el (display-screens): Use x-display-screens also on Mac.
12393
12394 2005-10-21 Romain Francoise <romain@orebokech.com>
12395
12396 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12397
12398 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12401 and $? into sexps.
12402
12403 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12404 warning face on open-paren-in-column-0.
12405
12406 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12407 boundary case. Fix typo.
12408 Suggested by Martin Rudalics <rudalics@gmx.at>.
12409
12410 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12411
12412 * textmodes/org.el (org-combined-agenda-icalendar-file)
12413 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12414 (org-export-icalendar-this-file)
12415 (org-export-icalendar-all-agenda-files)
12416 (org-export-icalendar-combine-agenda-files): New commands.
12417 (org-export-icalendar, org-print-icalendar-entries)
12418 (org-start-icalendar-file, org-finish-icalendar-file)
12419 (org-ical-ts-to-string): New functions.
12420 (org-read-date, org-goto-calendar)
12421 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12422 call to `calendar'.
12423 (orgtbl-setup): Remove the :keys arguments from the menu description.
12424 (org-after-save-iCalendar-file-hook): New variable.
12425
12426 2005-10-21 Kenichi Handa <handa@m17n.org>
12427
12428 * language/vietnamese.el (tcvn-5712): Make it an alias of
12429 vietnamese-tcvn coding-system.
12430
12431 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12432
12433 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12434 group id is given.
12435
12436 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12439 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12440 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12441 whose line is either continued or ends with a comment.
12442
12443 2005-10-20 Romain Francoise <romain@orebokech.com>
12444
12445 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12446
12447 * replace.el (occur-engine): Add follow-link property.
12448
12449 * font-core.el (font-lock-mode): Doc fix.
12450
12451 2005-10-20 Richard M. Stallman <rms@gnu.org>
12452
12453 * net/rcirc.el: New file.
12454
12455 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12456
12457 * term.el (term-term-name): Initialize to "eterm-color".
12458
12459 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12460
12461 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12462 for encryption functionality.
12463 Move allout customization subgroup from `editing' to `outlines' group.
12464 Fix commentary keywords to legitimate ones.
12465 Update author info (using my current email address, obscurified).
12466 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12467 (allout-encrypted-topic-p, allout-encrypted-text-type)
12468 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12469 (allout-situate-encryption-key-verifier)
12470 (allout-get-encryption-key-verifier, allout-verify-key)
12471 (allout-next-topic-pending-encryption)
12472 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12473 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12474 (outline-key-verifier-handling, outline-key-hint-handling)
12475 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12476 (allout-file-key-verifier-string, allout-encryption-scheme)
12477 (allout-key-verifier-string, allout-key-hint-string)
12478 (allout-after-save-decrypt): New variables.
12479 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12480 (allout-after-saves-handler): New hook functions.
12481 (allout-post-command-business): Do allout-after-save-decrypt.
12482 (allout-enable-file-variable-adjustment): Custom var to enable
12483 mechanism for adding and adjusting settings of Emacs file variables.
12484 (allout-adjust-file-variable, allout-file-vars-section-data):
12485 New functions, implement the mechanism.
12486 (outlineify-sticky): Use the file vars mechanism.
12487 (allout-inhibit-protection, allout-during-write-cue)
12488 (allout-override-protect, allout-before-change-protect): Remove.
12489 (allout-flag-region, allout-open-topic): Adjust read-only text.
12490 (allout-open-line-not-read-only): Add to facilitate read-only
12491 text based protection.
12492 (allout-kill-line): Revise to adjust read-only text, clue the
12493 user about the inhibition.
12494 (allout-unprotected): Use unwind-protect.
12495 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12496 topic deeper than the offspring depth of the previous topic -
12497 avoiding confusing "containment discontinuities".
12498 (allout-reindent-bodies): Fix retention of body relative hanging
12499 indent during promotion of collapsed bodies.
12500 (allout-open-topic): Make it easy to open new topic with same
12501 bullet as current topic - topic creation functions provided with
12502 any universal argument provokes now prompt for bullet, defaulting
12503 to the bullet of the previous topic.
12504 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12505 Plain bullet alternates `.' period and `,' comma only. All other
12506 bullets are relegated to special status (but customizable).
12507 (allout-end-of-entry): Rename from allout-end-of-current-entry
12508 since it actually operates w.r.t. most immediately containing
12509 entry, visible or not.
12510 (allout-hide-current-entry, allout-show-current-entry): Use the
12511 revised version.
12512 (allout-old-expose-topic): Solidify deprecation.
12513 (allout-end-of-subtree): Add so we can span concealed as well
12514 as visible topics.
12515 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12516 (allout-end-of-current-heading): Tweak to just respect the first line.
12517 (allout-get-body-text): Add.
12518 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12519 when invoked interactively.
12520 (allout-up-current-level): Use `interactive-p'.
12521 (allout-mode, allout-init): Miscellaneous docstring and
12522 operational refinements, as well as hookups of new encryption stuff.
12523 (allout-beginning-of-current-entry): Now works as advertised.
12524 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12525 (allout-isearch-rectification): Refine condition for isearching.
12526 (allout-isearch-abort, allout-enwrap-isearch)
12527 (allout-flag-region, my-region-active-p): Relocate some macros.
12528 (allout-title): Fallback title is (buffer-name), not
12529 non-existing (current-buffer-name).
12530 (subst-char-in-string): Define if absent (for some XEmacs versions).
12531
12532 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12533
12534 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12535 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12536 (mail-citation-prefix-regexp, mail-signature-file)
12537 (mail-default-headers, mail-bury-selects-summary)
12538 (mail-send-nonascii): Add autoload cookies.
12539
12540 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12541
12542 * frame.el (blink-cursor-mode): Add `mac' to the list of
12543 window-system's that support blinking cursor.
12544
12545 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12546
12547 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12548
12549 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12550
12551 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12552 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12553 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12554
12555 2005-10-20 Kim F. Storm <storm@cua.dk>
12556
12557 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12558 (ido-set-current-directory): Don't add / after final @.
12559 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12560 Explicitly handle ange-ftp completion oddities.
12561 (ido-make-file-list): Don't rotate list at tramp root to avoid
12562 triggering tramp file handler for expand-file-name via get-file-buffer.
12563
12564 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12567
12568 2005-10-19 Jay Belanger <belanger@truman.edu>
12569
12570 * calc/calc-units.el (math-standard-units): Add units, adjust
12571 symbols and update values.
12572 (math-unit-prefixes): Add more prefixes.
12573
12574 2005-10-19 Romain Francoise <romain@orebokech.com>
12575
12576 * bookmark.el (bookmark-menu-heading): New face.
12577 (bookmark-bmenu-list): Use it.
12578 Don't fiddle with `baud-rate' at top-level.
12579
12580 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12581
12582 * image.el (create-image, find-image): Mention max-image-size in
12583 docstring.
12584
12585 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * savehist.el (savehist-load): Revert to checking XEmacs.
12588
12589 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12590 Various docstring and line-width fixups.
12591 (conf-mode): Use cond.
12592 Set font-lock-defaults. Don't set comment-use-syntax.
12593
12594 2005-10-18 David Ponce <david@dponce.com>
12595
12596 * tree-widget.el (tree-widget-button-click): New function.
12597 (tree-widget-button-keymap): Use it.
12598
12599 2005-10-18 Romain Francoise <romain@orebokech.com>
12600
12601 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12602 (bookmark-bmenu-hide-filenames): Add follow-link property.
12603 Improve help-echo text.
12604
12605 * ffap.el (find-file-at-point): Doc fix.
12606
12607 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12608
12609 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12610
12611 2005-10-18 Masatake YAMATO <jet@gyve.org>
12612
12613 Install to the CVS repository what I forgot to install in my
12614 2005-10-16 changes.
12615
12616 * progmodes/python.el (python-complete-symbol): Pass the common
12617 prefix substring of completion to `display-completion-list'.
12618
12619 * textmodes/org.el (org-complete): Ditto.
12620
12621 2005-10-18 Masatake YAMATO <jet@gyve.org>
12622
12623 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12624
12625 * woman.el (WoMan-xref-man-page): New button type derived
12626 from `Man-abstract-xref-man-page'.
12627 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12628
12629 * man.el (Man-abstract-xref-man-page): New button type.
12630 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12631 (Man-highlight-references): Add new optional argument `xref-man-type'.
12632
12633 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12634
12635 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12636
12637 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12638
12639 * cus-edit.el (Custom-move-and-invoke): Delete.
12640 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12641
12642 * wid-edit.el (widget-move-and-invoke): New function, from
12643 Custom-move-and-invoke.
12644
12645 2005-10-17 Bill Wohler <wohler@newt.com>
12646
12647 Move all remaining images from lisp/toolbar to etc/images, move
12648 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12649 the low resolution images in their own directory (low-color).
12650
12651 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12652 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12653 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12654 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12655 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12656 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12657 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12658
12659 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12660 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12661 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12662 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12663 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12664 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12665 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12666 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12667 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12668 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12669 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12670 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12671 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12672 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12673 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12674
12675 To conform with convention, replace the underscore (_) in the
12676 following image names with dash (-) or (/) as appropriate.
12677
12678 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12679 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12680 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12681 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12682 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12683 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12684 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12685 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12686 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12687 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12688 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12689 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12690 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12691 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12692 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12693
12694 * info.el (info-tool-bar-map): Replace underscores in image names
12695 with dashes.
12696
12697 * makefile.w32-in (WINS): Remove toolbar.
12698
12699 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12700
12701 * tool-bar.el: Move to lisp from toolbar. Now that
12702 toolbar is empty, it should be deleted when folks run "cvs up -P".
12703
12704 2005-10-18 Jay Belanger <belanger@truman.edu>
12705
12706 * calc/calc-store.el (calc-store-into): Get the proper variable name
12707 to display in message.
12708
12709 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12710
12711 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12712 expressions display in speedbar for all buffers when debugging.
12713 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12714
12715 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12716 (speedbar-insert-button, speedbar-make-button):
12717 Use add-text-properties.
12718 (speedbar-update-localized-contents)
12719 (speedbar-update-directory-contents)
12720 (speedbar-update-special-contents): Use dolist.
12721 (speedbar-buffer-easymenu-definition): Add a menu separator.
12722
12723 2005-10-17 Jason Rumney <jasonr@gnu.org>
12724
12725 * makefile.w32-in: Use $(lisp) consistently.
12726 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12727 for shell specific generation of mh-autoloads.
12728
12729 2005-10-17 Richard M. Stallman <rms@gnu.org>
12730
12731 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12732
12733 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12734
12735 * jit-lock.el (jit-lock-fontify-now):
12736 Move jit-lock-context-unfontify-pos to avoid wasted work.
12737
12738 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12739
12740 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12741 `tramp-completion-mode' for checking if we are in completion mode.
12742 (tramp-completion-handle-file-name-all-completions): Reorder code
12743 in order to complete for file names only in case there are no
12744 method/user/host completions. This is necessary for cooperation
12745 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12746
12747 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12748
12749 * longlines.el (longlines-search-forward)
12750 (longlines-search-backward): Match any number of spaces.
12751
12752 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12753
12754 * diff-mode.el (diff-mode): Doc fix.
12755
12756 2005-10-16 David Reitter <david.reitter@gmail.com>
12757
12758 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12759 as default on darwin and windows systems.
12760
12761 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12762
12763 * arc-mode.el (archive-zip-extract): Doc fix.
12764
12765 2005-10-16 Romain Francoise <romain@orebokech.com>
12766
12767 * mouse.el (mouse-1-click-follows-link): Doc fix.
12768
12769 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12770
12771 * savehist.el: Don't require CL at runtime.
12772 (savehist-xemacs): Remove.
12773 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12774 (savehist-no-conversion): Use (featurep 'xemacs).
12775 (savehist-load): Check existence of start-itimer rather than XEmacs.
12776 Use an idle timer.
12777 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12778 `delete-if-not'.
12779
12780 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12781
12782 * savehist.el: Newer version.
12783 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12784 (savehist-last-checksum, savehist-no-conversion): New vars.
12785 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12786 New functions.
12787 (savehist-load, savehist-save): Use them.
12788 (savehist-delimit): Remove.
12789
12790 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * progmodes/compile.el (compilation-goto-locus): Display the
12793 compilation buffer first and the source buffer second, in case they're
12794 in overlapping frames. Don't raise the compilation frame if it was the
12795 selected window upon entry. Pass the `other-window' arg to
12796 pop-to-buffer.
12797
12798 * info.el (Info-fontify-node): Use dolist.
12799 Change add-text-properties to put-text-property.
12800
12801 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12802
12803 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12804 bound of search.
12805
12806 2005-10-16 Masatake YAMATO <jet@gyve.org>
12807
12808 * dabbrev.el (dabbrev-completion): Pass the common
12809 prefix substring of completion to `display-completion-list'.
12810
12811 * filecache.el (file-cache-minibuffer-complete)
12812 (file-cache-complete): Ditto.
12813
12814 * tempo.el (tempo-display-completions): Ditto.
12815
12816 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12817
12818 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12819
12820 * eshell/em-hist.el (eshell-list-history): Ditto.
12821
12822 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12823
12824 * mail/mailalias.el (mail-complete): Ditto.
12825
12826 * progmodes/etags.el (complete-tag): Ditto.
12827
12828 * progmodes/make-mode.el (makefile-complete): Ditto.
12829
12830 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12831
12832 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12833
12834 * progmodes/pascal.el (pascal-complete-word)
12835 (pascal-show-completions): Ditto.
12836
12837 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12838
12839 * simple.el (completion-common-substring): New variable.
12840 (completion-setup-function): Use `completion-common-substring'
12841 to put faces.
12842
12843 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12844
12845 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12846 (x-get-selection, mac-select-convert-to-string): Convert from/to
12847 UTF-16 clipboard data as in native byte order, no BOM.
12848
12849 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12850
12851 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12852 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12853 (gud-sentinel): Use speedbar-frame to check for speedbar.
12854
12855 2005-10-15 Richard M. Stallman <rms@gnu.org>
12856
12857 * savehist.el: New file.
12858
12859 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12860
12861 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12862 Fix bug in \bf fontification.
12863
12864 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * pcvs.el (cvs-edit-log-files): New var.
12867 (cvs-mode-edit-log): New arg `file'.
12868 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12869 Instead force the use of the original file and nothing else.
12870 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12871 the cvs-minor-wrap-function is set.
12872 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12873
12874 2005-10-14 Bill Wohler <wohler@newt.com>
12875
12876 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12877 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12878 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12879 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12880 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12881 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12882 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12883 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12884 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12885 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12886 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12887 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12888 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12889 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12890 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12891
12892 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12893 appropriately (for example, gud-break to gud/break).
12894
12895 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12896
12897 * longlines.el (longlinges-search-function)
12898 (longlines-search-forward, longlines-search-backward): New functions.
12899 (longlines-mode): Set isearch-search-fun-function to
12900 longlinges-search-function.
12901
12902 * mouse.el (mouse-drag-region-1): Handle the case where a
12903 double-click event is bound to an arbitrary function.
12904
12905 2005-10-14 David Ponce <david@dponce.com>
12906
12907 * recentf.el (recentf-track-opened-file)
12908 (recentf-track-closed-file, recentf-update-menu)
12909 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12910 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12911 mouse-1-click-follows-link.
12912
12913 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12914
12915 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12916 Gnome file-manager.png. Suggested by
12917 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12918
12919 * toolbar/README: Add diropen.xpm.
12920
12921 2005-10-13 Bill Wohler <wohler@newt.com>
12922
12923 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12924 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12925
12926 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12927
12928 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12929 Don't waste the byte-compiler's time on constant data.
12930
12931 2005-10-13 Kenichi Handa <handa@m17n.org>
12932
12933 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12934 byte with `escape-glyph' face.
12935
12936 * international/fontset.el (ccl-encode-unicode-font):
12937 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12938 Handle the case that ucs-mule-to-mule-unicode translates a character to
12939 ASCII (usually for IPA characters).
12940
12941 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12942
12943 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12944 Don't hide the underline of titles if font-lock-mode is disabled.
12945
12946 2005-10-12 Bill Wohler <wohler@newt.com>
12947
12948 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12949 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12950 files in MH-E-SRC have been updated.
12951 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12952
12953 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12954
12955 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12956 (mixal-mode-syntax-table): Add \n as end-comment.
12957 (mixal-operation-codes-alist): Immediately initialize to full value.
12958 (mixal-add-operation-code): Remove.
12959 (mixal-describe-operation-code): Make the arg non-optional.
12960 Use the interactive spec instead.
12961 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12962 (mixal-font-lock-keywords): Don't highlight comments here any more.
12963 (mixal-font-lock-syntactic-keywords): New var.
12964 (mixal-mode): Use it. Fix comment-start-skip.
12965
12966 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12967
12968 * startup.el (command-line-x-option-alist): -nb => -nbi
12969
12970 2005-10-12 Kim F. Storm <storm@cua.dk>
12971
12972 * startup.el (fancy-splash-default-action): Discard mouse click in
12973 the splash screen window, as it has no sensible meaning in the
12974 next window to be selected. Fixes error reported by Jan D.
12975
12976 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12977
12978 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12979
12980 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12981
12982 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12983 Try to fix up minor layout issues like indentation, line break, etc...
12984 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12985 because it doesn't work.
12986 (mixal-operation-codes): Add some more codes.
12987 (mixal-font-lock-keywords): Process comments here.
12988 (mixal-mode): mixasm no longer needs -g option.
12989
12990 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12991
12992 * progmodes/sh-script.el (sh-tmp-file):
12993 Use mktemp -t. Finish support for es and rc shells.
12994
12995 2005-10-11 Jay Belanger <belanger@truman.edu>
12996
12997 * calc/calcalg2.el (calc-integral): With an argument, compute the
12998 definite integral.
12999
13000 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13001
13002 * mouse.el (mouse-drag-region-1): Don't try to catch a
13003 double-click when doing follow-link (it's overridden anyway).
13004
13005 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13006
13007 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13008 (autoload-print-form-outbuf): Add docstring.
13009
13010 2005-10-11 Juri Linkov <juri@jurta.org>
13011
13012 * info.el (Info-mode-menu): Delete menu item "Edit".
13013 (Info-mode): Delete description of Info-edit from docstring,
13014 and rearrange descriptions of Info commands in the order
13015 they are documented in the Info manual.
13016
13017 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * calendar/appt.el (appt-check): Use diary-selective-display var.
13020
13021 2005-10-10 Richard M. Stallman <rms@gnu.org>
13022
13023 * net/newsticker.el (newsticker-start, newsticker-show-news):
13024 Add autoload cookies.
13025
13026 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13027
13028 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13029
13030 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13031
13032 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13033
13034 2005-10-10 Jay Belanger <belanger@truman.edu>
13035
13036 * calc/calc-arith.el (math-check-known-scalarp)
13037 (math-check-known-matrixp): Check the values of arguments that are
13038 variables.
13039 (math-check-known-square-matrixp): New function.
13040 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13041 (math-super-types): Add sqmatrix type.
13042
13043 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13044 mode name `square' to `sqmatrix'.
13045
13046 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13047 mode name `square' to `sqmatrix'.
13048
13049 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * progmodes/etags.el (select-tags-table-mode): Don't use
13052 selective-display.
13053 (tags-select-tags-table): Pass `button' to the action function.
13054 (select-tags-table): Place the side-info on button properties rather
13055 than in hidden text. Abbreviate file names.
13056 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13057 (select-tags-table-select): Add `button' argument.
13058 Get side-info from the button property rather than from hidden text.
13059
13060 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13061
13062 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13063 (gud-speedbar-buttons): Preserve point if possible.
13064 (gud-sentinel): Restore previous speedbar display type.
13065
13066 * progmodes/gdb-ui.el (gdba): Improve diagram.
13067 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13068 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13069 Call get-buffer-window once.
13070
13071 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13074 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13075 (pascal-indent-command): Remove unused var `ind'.
13076 (pascal-indent-case): Remove unused var `oldpos'.
13077 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13078 since it's now used as a proper minor mode map.
13079 (pascal-outline): Rename to pascal-outline-mode.
13080 (pascal-outline-mode): Use define-minor-mode.
13081 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13082 selective-display.
13083
13084 2005-10-10 Andreas Schwab <schwab@suse.de>
13085
13086 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13087 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13088
13089 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13090 outside source directory.
13091
13092 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13093
13094 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13095 C-x' as a prefix.
13096 (orgtbl-mode-map): Full keymap instead of sparse, because all
13097 `self-insert-command' keys are redefined in this map.
13098 (org-export-as-html): Specify charset for HTML file, by taking it
13099 from the coding system.
13100
13101 2005-10-10 Kenichi Handa <handa@m17n.org>
13102
13103 * textmodes/flyspell.el (flyspell-check-word-p):
13104 If unread-command-events is non-empty, don't call sit-for.
13105
13106 2005-10-09 Richard M. Stallman <rms@gnu.org>
13107
13108 * font-lock.el (font-lock-syntactic-keywords)
13109 (font-lock-keywords): Doc fixes.
13110
13111 * textmodes/flyspell.el (flyspell-external-point-words):
13112 Simplify logic, and don't try to check for consecutive appearances
13113 of one incorrect word.
13114
13115 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13116
13117 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13118 separator.
13119
13120 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13121 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13122 (gud-expansion-speedbar-buttons): New function.
13123 (gud-speedbar-buttons): Check for gud-comint-buffer.
13124
13125 2005-10-09 Bill Wohler <wohler@newt.com>
13126
13127 * Makefile.in (updates): Add mh-loaddefs dependency.
13128
13129 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13130
13131 * speedbar.el (speedbar-file-key-map): Fix typo.
13132
13133 2005-10-09 Daniel Brockman <daniel@brockman.se>
13134
13135 * cus-start.el (line-spacing): Add custom spec.
13136
13137 2005-10-09 Romain Francoise <romain@orebokech.com>
13138
13139 * textmodes/ispell.el (ispell-check-version): Fix last change.
13140
13141 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13142
13143 * term/x-win.el: Remove -i, --icon-type from comment.
13144
13145 * startup.el (command-line-x-option-alist): Remove options -i,
13146 -itype, --icon-type, added -nb, --no-bitmap-icon
13147
13148 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13149
13150 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13151 instead of :active.
13152
13153 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13154
13155 * textmodes/ispell.el (ispell-check-version):
13156 Ignore hyphen, and all that follows, in aspell's version text.
13157
13158 2005-10-08 Jay Belanger <belanger@truman.edu>
13159
13160 * calc/calc-arith.el (math-known-square-matrixp): New function.
13161 (math-pow-fancy): Check for matrices before distributing exponent
13162 across products.
13163
13164 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13165 fullscreen keypad. Suggested by Luc Teirlinck.
13166 (calc-keypad-show-input): Add space for formatting.
13167
13168 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13169 Add square matrix option.
13170
13171 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13172 of checking calc-matrix-mode when deciding how to expand.
13173
13174 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13175
13176 2005-10-08 Lars Hansen <larsh@soem.dk>
13177
13178 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13179 Add error handling.
13180 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13181
13182 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13183
13184 Sync with Tramp 2.0.51.
13185
13186 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13187 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13188 Insert special handling for `last-coding-system-used', again
13189 it still seems to be necessary (unlike stated before).
13190 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13191 (tramp-password-prompt-regexp): There might be other words before
13192 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13193 (tramp-chunksize): Improve docstring.
13194 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13195 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13196 Christian Joergensen <bugs@razor.dk>.
13197
13198 2005-10-07 Glenn Morris <rgm@gnu.org>
13199
13200 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13201 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13202 precision'.
13203
13204 2005-10-07 Romain Francoise <romain@orebokech.com>
13205
13206 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13207 (ibuffer-do-shell-command-pipe-replace)
13208 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13209 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13210 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13211 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13212 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13213 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13214 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13215 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13216 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13217 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13218 Autoload file sans suffix.
13219
13220 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13221
13222 2005-10-07 David Ponce <david@dponce.com>
13223
13224 * recentf.el (recentf-menu-open-all-flag): New option.
13225 (recentf-digit-shortcut-command-name): New function.
13226 (recentf--shortcuts-keymap): New variable.
13227 (recentf-menu-shortcuts): New variable.
13228 (recentf-make-menu-items): Initialize it. Replace the "More..."
13229 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13230 (recentf-menu-value-shortcut): New function.
13231 (recentf-make-menu-item): Use it. No more in-lined.
13232 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13233 (recentf-open-most-recent-file): Rename from
13234 `recentf-open-file-with-key'. Don't depend on key binding.
13235 (recentf-mode-map): New variable.
13236 (recentf-mode): Use it.
13237
13238 2005-10-06 Bill Wohler <wohler@newt.com>
13239
13240 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13241
13242 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13243 (MH-E-SRC): New. Used by mh-autoloads.
13244 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13245 files in MH-E-SRC have been updated.
13246 (compile, recompile, bootstrap): Depend on mh-autoloads.
13247
13248 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13249
13250 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13251 gud-break and gud-remove icons when the fringe is not available.
13252
13253 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13254 Typo.
13255
13256 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13257
13258 * play/zone.el (zone): Wrap body with save-window-excursion.
13259
13260 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13261
13262 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13263 Use the new `list-only' arg to diary-list-entries.
13264
13265 * calendar/diary-lib.el: Use overlays rather than selective-display.
13266 (diary-selective-display): New var.
13267 (diary-header-line-format): Use it.
13268 (diary-list-entries): Add argument `list-only'.
13269 Put the buffer in diary-mode. Don't add \^M at beg and end.
13270 Replace \^M by invisible overlays.
13271 (diary-unhide-everything): Replace \^M by invisible overlays.
13272 (print-diary-entries): Look for overlays rather than \^M.
13273 Add a space to the temp buffer name.
13274 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13275 Put the buffer in diary-mode.
13276 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13277 (diary-anniversary): Make the year arg optional.
13278 (diary-time-regexp): New const.
13279 (diary-font-lock-keywords): Use it to accept a few more time formats.
13280
13281 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13282
13283 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13284
13285 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13286 Fix bug introduced 2005-07-03: Use (car (last ...))
13287 to faithfully reproduce replaced artist-last.
13288 (artist-set-arrow-points-for-poly): Likewise.
13289 Suggested by Johan Bockg\e,Ae\e(Brd.
13290
13291 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13292
13293 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13294 * wid-edit.el (widget):
13295 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13296 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13297
13298 2005-10-06 Kenichi Handa <handa@m17n.org>
13299
13300 * international/mule-cmds.el (set-language-environment):
13301 Fix setting up of case-table for unibyte mode.
13302
13303 * simple.el (what-cursor-position): If the character is displayed
13304 by some `display' text property, show that. Don't use
13305 single-key-description for eight-bit characters in multibyte mode.
13306
13307 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13308
13309 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13310 (gdb-ann3): Set it.
13311 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13312 (gdb-info-frames-custom): Use inverse-video for first five
13313 characters of selected frame only.
13314 (gdb-get-frame-number): Select frame even when point is on frame
13315 number.
13316
13317 2005-10-06 Masatake YAMATO <jet@gyve.org>
13318
13319 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13320 Put `font-lock-function-name-face'.
13321 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13322 and `font-lock-variable-name-face'
13323 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13324 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13325 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13326 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13327 (gdb-local-font-lock-keywords): New font lock keywords definition.
13328 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13329 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13330 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13331
13332 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13333
13334 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13335 (ediff-merge-region-is-non-clash-to-skip): Previously called
13336 ediff-merge-region-is-non-clash.
13337
13338 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13339 Use insert-buffer-substring.
13340
13341 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13342 selecting files to patch. Also bug fixes.
13343
13344 * ediff-util.el (ediff-setup): Bug fix.
13345 (ediff-next-difference): Never skip clashes that differ in white
13346 space only.
13347
13348 * ediff-wind.el (ediff-setup-control-frame)
13349 (ediff-destroy-control-frame): Check the menubar feature.
13350
13351 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13352 (viper-refresh-mode-line): Use make-local-variable to localize
13353 some vars instead of make-variable-buffer-local. Suggested by
13354 Stefan Monnier.
13355
13356 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13357 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13358 Use make-local-variable instead of make-variable-buffer-local.
13359 Suggested by Stefan Monnier.
13360
13361 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13362 (viper-comint-mode-hook): Use make-local-variable on
13363 require-final-newline.
13364 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13365
13366 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13369 also the second char of a comment-start sequence.
13370 (scheme-sexp-comment-syntax-table): New var.
13371 (lambda, define): Set their scheme-doc-string-elt property.
13372 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13373 Use lisp-font-lock-syntactic-face-function now that it properly
13374 handles |...| symbols.
13375 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13376 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13377
13378 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13379 bit from # to |.
13380 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13381
13382 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13383 (lisp-doc-string-elt-property): New var.
13384 (lisp-font-lock-syntactic-face-function): Use it.
13385 Rewrite to recognize docstrings even for forms not at toplevel.
13386
13387 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13388 annotation on the | part of #| rather than on the # part.
13389 (scheme-font-lock-syntactic-face-function): New function, to
13390 distinguish strings from |...| symbols.
13391 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13392 syntax-table so that #|...|# is properly highlighted.
13393
13394 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13395 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13396
13397 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13400 and C-e.
13401
13402 * emacs-lisp/eldoc.el: Move comments into docstrings.
13403 (eldoc-message-commands): Initialize in its declaration.
13404 Add move-beginning-of-line and move-end-of-line.
13405 (eldoc-add-command, eldoc-add-command-completions)
13406 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13407
13408 * outline.el (outline-mark-subtree): Activate the mark.
13409
13410 * calendar/appt.el (appt-time-regexp): New var.
13411 (appt-add, appt-make-list): Use it.
13412 (appt-convert-time): Clean up.
13413
13414 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13415 Don't set any syntax-table property here.
13416 (tex-font-lock-verb): New function. Do it here.
13417 (tex-font-lock-syntactic-keywords): Use it.
13418
13419 2005-10-04 Richard M. Stallman <rms@gnu.org>
13420
13421 * wid-edit.el (widget-file-complete): Get the widget start point
13422 the right way. Default directory to `/' if file has none.
13423
13424 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13425
13426 * textmodes/flyspell.el (flyspell-mode-on):
13427 Call ispell-maybe-find-aspell-dictionaries.
13428
13429 * textmodes/ispell.el (ispell-word, ispell-region):
13430 Call ispell-maybe-find-aspell-dictionaries.
13431 (ispell-accept-buffer-local-defs):
13432 Don't call ispell-maybe-find-aspell-dictionaries
13433
13434 2005-10-04 Richard M. Stallman <rms@gnu.org>
13435
13436 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13437
13438 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13439
13440 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13441 instead of `fboundp' in order to allow for anonymous functions.
13442
13443 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13446 case the user clicks on the link while another window is selected.
13447 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13448
13449 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13450 functionality.
13451 (dframe-help-echo): Save point in case mouse tracking is off.
13452
13453 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13454
13455 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13456
13457 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13460 not change the global value of those vars.
13461
13462 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13463 make-local-variable which we do not need any more.
13464
13465 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13466
13467 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13468 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13469 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13470 (speedbar-path-line): Define obsolete aliases.
13471 (speedbar-line-directory): Doc fix.
13472
13473 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13474 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13475 instead of speedbar-line-path.
13476
13477 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13478
13479 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13480 to nil if dropping on a window. Handle dropping on a minibuffer window
13481 like dropping on a non-window part of Emacs.
13482
13483 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * net/ange-ftp.el: Use with-current-buffer.
13486 (ange-ftp-insert-directory): Do not follow symlinks any more.
13487
13488 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13489 Remove interactive spec.
13490
13491 2005-10-03 Kim F. Storm <storm@cua.dk>
13492
13493 * ido.el (ido-mode): Use custom-initialize-set.
13494
13495 2005-10-02 Richard M. Stallman <rms@gnu.org>
13496
13497 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13498 Use insert-buffer-substring.
13499
13500 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13501 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13502
13503 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13504
13505 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13506 in last change.
13507 (ange-ftp-insert-directory): Fix up the search for the case where
13508 `file' is absolute.
13509
13510 2005-10-02 Romain Francoise <romain@orebokech.com>
13511
13512 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13513
13514 2005-10-02 Andreas Schwab <schwab@suse.de>
13515
13516 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13517 directory component in the session info.
13518
13519 2005-10-01 Richard M. Stallman <rms@gnu.org>
13520
13521 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13522
13523 * simple.el (next-error-internal): New function.
13524
13525 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13526 (compilation-start): Pass new arg to compilation-buffer-name.
13527 (compile-goto-error): Use next-error-internal.
13528
13529 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13530
13531 * speedbar.el: Remove RCS tag.
13532 (speedbar-check-read-only): Handle non-existent files.
13533
13534 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13535
13536 * info.el (Info-speedbar-hierarchy-buttons)
13537 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13538
13539 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13540
13541 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13542 Do not match newline.
13543 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13544 (bibtex-summary): Remove unnecessary save-excursion.
13545 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13546
13547 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13548
13549 * term/mac-win.el: Add charset info for "iso10646-1".
13550 Modify default fontset to use ATSUI-compatible fonts for some charsets
13551 if available.
13552
13553 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13554
13555 * speedbar.el: Re-apply arch tag.
13556 (speedbar-version): Rename to version 1.0. Suggested by Eric
13557 M. Ludlam.
13558 Reapply two changes from Emacs CVS' version of speedbar lost
13559 during the merge:
13560 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13561 (speedbar-frame-parameters): Improve customize type.
13562
13563 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13566 (ange-ftp-file-directory-p): Fix the symlink case.
13567 (ange-ftp-insert-directory): When listing a single file, get a list of
13568 the parent buffer and extract the relevant line. Inspired from a patch
13569 by Katsumi Yamaoka <yamaoka@jpl.org>.
13570 (ange-ftp-file-name-sans-versions): Simplify.
13571
13572 2005-09-30 Bill Wohler <wohler@newt.com>
13573
13574 Move MH-E image files from toolbar and mail directories into
13575 etc/images.
13576
13577 * mail/reply2.*: Move to etc/images/mail/reply*.
13578
13579 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13580 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13581 etc/images.
13582
13583 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13584 * toolbar/reply*: Move to etc/images/mail.
13585
13586 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13587
13588 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13589
13590 * speedbar.el: New version 1.0pre3.
13591
13592 Frame management code (including timer, and mouse click specifics)
13593 moved to dframe.el:
13594 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13595 (speedbar-timer): Removed. Use dframe-timer.
13596 (speedbar-close-frame): Removed. Use dframe-close-frame.
13597 (speedbar-activity-change-focus-flag): Removed. Use
13598 dframe-activity-change-focus-flag.
13599 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13600 dframe-update-speed.
13601
13602 (speedbar-current-frame): New macro. Use this instead of the
13603 variable speedbar-frame.
13604
13605 (speedbar-use-images, speedbar-expand-image-button-alist)
13606 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13607
13608 (speedbar-find-image-on-load-path): Removed. Replaced by
13609 defezimage in ezimage.el.
13610 (speedbar-expand-image-button-alist): Removed. Replaced by
13611 ezimage-expand-image-button-alist in ezimage.el.
13612
13613 (speedbar-ignored-directory-regexp)
13614 (speedbar-add-ignored-directory-regexp)
13615 (speedbar-ignored-directory-expressions)
13616 (speedbar-line-directory, speedbar-buffers-line-directory)
13617 (speedbar-directory-line, speedbar-buffers-line-directory):
13618 Renamed, replacing `path' with `directory'.
13619
13620 (speedbar-create-directory, speedbar-expand-line-descendants)
13621 (speedbar-toggle-line-expansion)
13622 (speedbar-contract-line-descendants): New commands.
13623
13624 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13625 (speedbar-use-tool-tips-flag): New options.
13626
13627 (speedbar-check-read-only, speedbar-require-version)
13628 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13629 (speedbar-handle-delete-frame, speedbar-try-completion)
13630 (speedbar-update-localized-contents): New functions.
13631
13632 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13633 (speedbar-object-read-only-indicator): New variables.
13634
13635 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13636 New hooks.
13637
13638 (speedbar-separator-face): New face.
13639
13640 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13641 (speedbar-ignored-modes): Add fundamental-mode.
13642 (speedbar-directory-unshown-regexp): Add . directories.
13643
13644 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13645 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13646 `]' for full expand/close.
13647 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13648
13649 (speedbar-check-vc): Support hidden files.
13650 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13651 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13652 state is nil, it is not checked out.
13653
13654 (speedbar-line-text, speedbar-line-token): Support expand buttons
13655 with no text.
13656 (speedbar-refresh): Universal argument acts as power-click.
13657 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13658 that buffer to get variable values.
13659
13660 And many other bugfixes.
13661
13662 * dframe.el, ezimage.el, sb-image.el: New files.
13663
13664 * sb-*.xpm: Remove files. New image files installed into
13665 etc/images/ezimage.
13666
13667 2005-09-30 Kenichi Handa <handa@m17n.org>
13668
13669 * ps-mule.el (ps-mule-show-warning): If a character is in
13670 ps-print-translation-table, don't treat it as non-printable.
13671
13672 2005-09-30 David Ponce <david@dponce.com>
13673
13674 * tree-widget.el (tree-widget-themes-load-path): New variable.
13675 (tree-widget-themes-directory): Doc fix.
13676 (tree-widget-image-formats) [Emacs]: Doc fix.
13677 (tree-widget--locate-sub-directory): New function.
13678 (tree-widget-themes-directory): Use it.
13679
13680 * recentf.el (recentf-filename-handlers): Rename from
13681 `recentf-filename-handler'. Allow a list of functions.
13682 (recentf-menu-items-for-commands): Fix :help strings.
13683 (recentf-apply-filename-handlers): New function.
13684 (recentf-expand-file-name): Use it.
13685 (recentf-cleanup): Remove duplicates too.
13686
13687 2005-09-29 Juri Linkov <juri@jurta.org>
13688
13689 * faces.el: Rearrange face definitions to be in the same order as
13690 their face descriptions in "(emacs)Standard Faces".
13691
13692 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13693
13694 * tooltip.el (tooltip): Add group `basic-faces'.
13695
13696 * buff-menu.el (Buffer-menu-buffer): Remove group
13697 `font-lock-highlighting-faces'.
13698
13699 * progmodes/compile.el (compilation-error, compilation-warning)
13700 (compilation-info, compilation-line-number, compilation-column-number):
13701 Change group from `font-lock-highlighting-faces' to `compilation'.
13702
13703 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13704 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13705 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13706 (vhdl-font-lock-reserved-words-face)
13707 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13708 `font-lock-highlighting-faces'.
13709
13710 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13711
13712 2005-09-28 Kim F. Storm <storm@cua.dk>
13713
13714 * emulation/cua-base.el: Set CUA move property on additional commands:
13715 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13716 forward-sexp, backward-sexp, forward-list, backward-list.
13717
13718 2005-09-28 Romain Francoise <romain@orebokech.com>
13719
13720 * comint.el (comint-show-output): Really set point at the
13721 beginning of the output when not using `comint-use-prompt-regexp'.
13722
13723 2005-09-27 Jay Belanger <belanger@truman.edu>
13724
13725 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13726 in TeX mode.
13727
13728 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13729
13730 * textmodes/org.el (org-table-sum): Fix format string.
13731
13732 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13733 Quote face names.
13734
13735 2005-09-26 Romain Francoise <romain@orebokech.com>
13736
13737 * isearch.el (isearch-forward-regexp): Close doc string.
13738
13739 2005-09-25 Richard M. Stallman <rms@gnu.org>
13740
13741 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13742
13743 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13744
13745 * progmodes/compile.el (compilation-error-properties):
13746 When getting the file from the previous error message,
13747 correctly decode the new data format.
13748
13749 * progmodes/cc-cmds.el (c-electric-paren):
13750 Call old-blink-paren only for close-paren.
13751
13752 2005-09-24 Andreas Schwab <schwab@suse.de>
13753
13754 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13755 condition.
13756
13757 2005-09-25 Romain Francoise <romain@orebokech.com>
13758
13759 * dired-aux.el (dired-copy-file-recursive):
13760 * dired.el (dired-delete-file):
13761 * ediff-mult.el (ediff-dir-diff-copy-file):
13762 * ediff-util.el (ediff-test-save-region):
13763 * forms.el (forms-mode):
13764 * ido.el (ido-file-internal, ido-delete-file-at-head):
13765 * log-edit.el (log-edit-done):
13766 * ses.el (ses-yank-resize):
13767 * play/gomoku.el (gomoku-human-plays, gomoku)
13768 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13769 (gomoku-offer-a-draw):
13770 * play/landmark.el (lm-human-resigns, lm):
13771 * net/eudcb-ldap.el (eudc-ldap-check-base):
13772 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13773 * progmodes/ebrowse.el (ebrowse-find-pattern):
13774 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13775 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13776 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13777
13778 * vc.el (vc-delete-file):
13779 * play/gomoku.el (gomoku-terminate-game, gomoku)
13780 (gomoku-prompt-for-move, gomoku-human-takes-back):
13781 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13782 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13783
13784 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13785
13786 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13787 color rxvt terminals by using the code xterm.el used to use before
13788 2005-04-09 in order to match the colors used by rxvt.
13789
13790 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13791
13792 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13793 colors rxvt-unicode terminals by using the same code as xterm.el.
13794
13795 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13796
13797 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13798 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13799 new symbol used for the tex-verbatim face.
13800
13801 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13802
13803 * woman.el (woman-file-name):
13804 * wid-edit.el (widget-file-prompt-value)
13805 (widget-coding-system-prompt-value):
13806 * w32-fns.el (set-w32-system-coding-system):
13807 * vc.el (vc-version-diff, vc-annotate):
13808 * textmodes/reftex-auc.el (reftex-arg-cite)
13809 (reftex-arg-index-tag):
13810 * textmodes/refer.el (refer-get-bib-files):
13811 * textmodes/artist.el (artist-figlet-choose-font):
13812 * terminal.el (terminal-emulator):
13813 * replace.el (occur-read-primary-args):
13814 * rect.el (string-rectangle, string-insert-rectangle):
13815 * ps-print.el (ps-print-preprint):
13816 * progmodes/pascal.el (pascal-goto-defun):
13817 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13818 * progmodes/compile.el (compilation-find-file):
13819 * printing.el (pr-interactive-n-up):
13820 * play/animate.el (animate-birthday-present):
13821 * net/rcompile.el (remote-compile):
13822 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13823 * mail/rmailsum.el (rmail-summary-search-backward)
13824 (rmail-summary-search):
13825 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13826 (rmail-output-read-file-name):
13827 * mail/rmail.el (rmail-search, rmail-search-backwards):
13828 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13829 * locate.el (locate):
13830 * international/quail.el (quail-show-keyboard-layout):
13831 * international/mule.el (set-buffer-file-coding-system)
13832 (revert-buffer-with-coding-system, set-file-name-coding-system)
13833 (set-terminal-coding-system, set-keyboard-coding-system)
13834 (set-next-selection-coding-system):
13835 * international/mule-diag.el (describe-coding-system)
13836 (describe-font, describe-fontset):
13837 * international/mule-cmds.el (universal-coding-system-argument)
13838 (search-unencodable-char, describe-input-method)
13839 (set-language-environment, describe-language-environment):
13840 * international/codepage.el (codepage-setup):
13841 * international/code-pages.el (codepage-setup):
13842 * info.el (Info-search, Info-follow-reference)
13843 (Info-search-backward):
13844 * emacs-lisp/advice.el (ad-read-advised-function)
13845 (ad-read-advice-class, ad-clear-cache, ad-activate)
13846 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13847 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13848 (ad-read-regexp):
13849 * ediff-util.el (ediff-toggle-regexp-match):
13850 * ediff-ptch.el (ediff-prompt-for-patch-file):
13851 * dired-aux.el (dired-diff):
13852 * diff.el (diff):
13853 * cus-edit.el (custom-variable-prompt):
13854 * calendar/timeclock.el (timeclock-ask-for-project):
13855 * calc/calcalg3.el (calc-get-fit-variables):
13856 * calc/calc-store.el (calc-edit-variable)
13857 (calc-permanent-variable):
13858 * vc-mcvs.el (vc-mcvs-register):
13859 * shadowfile.el (shadow-define-literal-group):
13860 * woman.el (woman-file-name):
13861 * vc.el (vc-version-diff, vc-merge):
13862 * textmodes/reftex-index.el (reftex-index-complete-tag):
13863 * format.el (format-decode-buffer, format-decode-region):
13864 * emulation/viper-cmd.el (viper-read-string-with-history):
13865 * emacs-lisp/debug.el (cancel-debug-on-entry):
13866 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13867 * ediff.el (ediff-merge-revisions)
13868 (ediff-merge-revisions-with-ancestor, ediff-revision):
13869 * completion.el (interactive-completion-string-reader):
13870 * calc/calc-prog.el (calc-user-define-formula):
13871 Follow convention for reading with the minibuffer.
13872
13873 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13874
13875 * progmodes/python.el (python-describe-symbol): Add globals() and
13876 locals() to the arguments of emacs.ehelp.
13877
13878 2005-09-24 Magnus Henoch <mange@freemail.hu>
13879
13880 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13881 New function, code extracted from ispell-valid-dictionary-list.
13882 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13883 Call it.
13884
13885 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13886
13887 * subr.el (version-regexp-alist): Extend valid syntax for version
13888 strings: allow any of the characters -,_,+ to separate the
13889 alpha/beta/rc part from the version part. Doc fix.
13890 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13891
13892 2005-09-23 David Reitter <david.reitter@gmail.com>
13893
13894 * mail/mailclient.el: New file.
13895
13896 2005-09-23 Richard M. Stallman <rms@gnu.org>
13897
13898 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13899 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13900 Doc fixes.
13901
13902 * progmodes/cc-mode.el (c-font-lock-init):
13903 Specify font-lock-lines-before.
13904
13905 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13908 whole conflict.
13909
13910 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13911
13912 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13913 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13914 of `remap' feature when available. Additional key bindings for
13915 better tty support.
13916 (org-mode-restart, org-force-self-insert): New commands.
13917 (org-time-stamp-inactive): New command.
13918 (org-remap): New function.
13919 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13920 (org-enable-fixed-width-editor): Move to `org-structure'
13921 customization group.
13922 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13923 blank field after field motion commands.
13924
13925 2005-09-23 Kenichi Handa <handa@m17n.org>
13926
13927 * international/mule-cmds.el (set-language-environment):
13928 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13929 have to call utf-translate-cjk-load-tables.
13930
13931 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13932
13933 * mouse.el (mouse-move-drag-overlay): Fix last change.
13934
13935 2005-09-22 David Ponce <david@dponce.com>
13936
13937 * tree-widget.el (tree-widget-value-create): Fix previous change.
13938
13939 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13940
13941 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13942
13943 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13944
13945 * mouse.el (mouse-move-drag-overlay): New function.
13946 (mouse-drag-region-1): Use it.
13947 Try to simplify a bit the state handling. Handle clicks on links
13948 inside intangible areas.
13949 (mouse-save-then-kill): Minor simplification.
13950 (mouse-secondary-overlay): Make it always non-nil instead of
13951 recreating it each time.
13952 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13953 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13954 Simplify accordingly.
13955
13956 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13957
13958 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13959
13960 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13961
13962 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13963 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13964 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13965 to patch.
13966
13967 * ediff-util.el: Use insert-buffer-substring.
13968
13969 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13970
13971 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13972 field boundaries in the minibuffer.
13973 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13974 (viper-minibuffer-post-command-hook): New hook.
13975 (viper-line): Don't move cursor at bolp.
13976
13977 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13978
13979 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13980 avoid compiler warnings.
13981
13982 * emulation/viper-macs.el (ex-map): Better messages.
13983
13984 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13985
13986 * emulation/viper.el: Replace make-variable-buffer-local with
13987 viper-make-variable-buffer-local everywhere, to avoid warnings.
13988
13989 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13992 Delete unused var `old-selected-window'.
13993 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13994 (mouse-drag-secondary): Delete unused var `start-frame'.
13995
13996 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13997
13998 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13999
14000 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14003 Re-indent within 80 columns. Use inhibit-read-only.
14004
14005 2005-09-19 Romain Francoise <romain@orebokech.com>
14006
14007 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14008
14009 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14012 unconditionally, since the after-change-function already did it.
14013
14014 2005-09-19 Miles Bader <miles@gnu.org>
14015
14016 * net/newsticker.el: Get rid of CVS keyword.
14017
14018 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14019
14020 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14021 The prompt is formatted later.
14022
14023 2005-09-19 David Ponce <david@dponce.com>
14024
14025 * tree-widget.el (tree-widget-value-create): Save the converted
14026 tree :node widget.
14027
14028 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14029
14030 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14031 variable `message'.
14032
14033 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14034
14035 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14036 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14037 <slawomir.nowaczyk.847@student.lu.se>.
14038
14039 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14040
14041 * image.el (image-load-path): Use symbol `data-directory' instead
14042 of its value, for backward compatibility with packages that bind
14043 it during `find-image'. Suggested by Katsumi Yamaoka.
14044 (image-search-load-path): Handle symbols whose values are strings.
14045
14046 2005-09-18 Romain Francoise <romain@orebokech.com>
14047
14048 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14049 with-current-buffer form in save-excursion.
14050
14051 2005-09-18 Deepak Goel <deego@gnufans.org>
14052
14053 * apropos.el (apropos-command): Fix `message' call: first arg
14054 should be a format spec. In this and all other cases that appear
14055 below and elsewhere in the source code, I made a change only when
14056 two conditions were satisfied: [1] I can think of a possibility
14057 that the arguments would cause an error, for example, the code in
14058 question relies on external variables such as filenames. [2] I
14059 was sure that the arg to `message' could not have been nil in the code.
14060
14061 * textmodes/tildify.el (tildify-region): Ditto.
14062
14063 * textmodes/reftex-index.el (reftex-index-change-entry)
14064 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14065 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14066 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14067 (org-priority, org-table-sum):
14068 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14069 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14070 (flyspell-word, flyspell-display-next-corrections):
14071 * textmodes/bibtex.el (bibtex-print-help-message):
14072 * textmodes/artist.el (artist-key-set-point-poly):
14073 * term/mac-win.el (mac-services-insert-text):
14074 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14075 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14076 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14077 (vhdl-compose-configuration):
14078 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14079 (sh-set-indent, sh-learn-line-indent):
14080 * progmodes/ps-mode.el (ps-mode-target-column):
14081 * progmodes/idlwave.el (idlwave-make-tags)
14082 (idlwave-scan-library-catalogs):
14083 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14084 * progmodes/gud.el (gud-jdb-analyze-source):
14085 * progmodes/flymake.el (flymake-log):
14086 * progmodes/ebnf2ps.el (ebnf-generate-region):
14087 * progmodes/cmacexp.el (c-macro-expansion):
14088 * progmodes/ada-xref.el (ada-treat-cmd-string):
14089 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14090 (ada-justified-indent-current, ada-batch-reformat):
14091 * play/zone.el (zone):
14092 * play/landmark.el (lm-move):
14093 * play/decipher.el (decipher-show-alphabet):
14094 * net/newsticker.el (newsticker--display-jump)
14095 (newsticker--display-scroll):
14096 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14097 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14098 * mail/feedmail.el (feedmail-dump-message-to-queue):
14099 * eshell/esh-proc.el (eshell-remove-process-entry):
14100 * emulation/ws-mode.el (ws-last-error):
14101 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14102 (viper-record-kbd-macro):
14103 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14104 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14105 * emacs-lisp/find-func.el (find-function-noselect):
14106 * calendar/timeclock.el (timeclock-status-string)
14107 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14108 (timeclock-when-to-leave-string):
14109 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14110 * calc/calc-units.el (calc-enter-units-table):
14111 * calc/calc-mode.el (calc-mode-record-mode):
14112 * woman.el (woman-mini-help):
14113 * wdired.el (wdired-change-to-wdired-mode):
14114 * vc.el (vc-retrieve-snapshot):
14115 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14116 * startup.el (display-startup-echo-area-message):
14117 * simple.el (set-goal-column):
14118 * ses.el (ses-command-hook, ses-recalculate-cell):
14119 * server.el (server-process-filter):
14120 * printing.el (pr-interface-txt-print, pr-interface-printify)
14121 (pr-interface-ps):
14122 * pcvs.el (cvs-help):
14123 * log-edit.el (log-edit, log-edit-mode-help):
14124 * iswitchb.el (iswitchb-possible-new-buffer):
14125 * isearch.el (isearch-edit-string):
14126 * image-mode.el (image-mode, image-minor-mode):
14127 * ibuf-macs.el (define-ibuffer-filter):
14128 * hi-lock.el (hi-lock-find-patterns):
14129 * files.el (toggle-read-only):
14130 * ediff-util.el (ediff-copy-diff)
14131 (ediff-write-merge-buffer-and-maybe-kill):
14132 * echistory.el (Electric-history-undefined):
14133 * dnd.el (dnd-insert-text):
14134 * dired-aux.el (dired-query):
14135 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14136 * bookmark.el (bookmark-bmenu-locate):
14137 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14138 Fix `message' calls to ensure first arg is a format string.
14139 The change was made only when these two conditions were satisfied:
14140 [1] when there is a possibility that the arguments would cause an error
14141 for example, if the code in question relies on external variables
14142 such as filenames, and
14143 [2] if the arg to `message' could not have been nil in the code.
14144
14145 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14146 Not having a %s would be weird, though not technically wrong.
14147
14148 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14149
14150 * term/mac-win.el (mac-add-charset-info): Doc fix.
14151
14152 2005-09-17 Romain Francoise <romain@orebokech.com>
14153
14154 * shell.el (shell-resync-dirs): Handle echoing processes more
14155 reliably. Don't insert resync command if `comint-process-echoes'
14156 is non-nil.
14157
14158 2005-09-17 Magnus Henoch <mange@freemail.hu>
14159
14160 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14161 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14162 aspell versions >= 0.60.
14163 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14164 only if ispell-aspell-supports-utf8 is non-nil.
14165
14166 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14167
14168 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14169 buffer-local value to lisp-indent-function.
14170
14171 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14172
14173 * progmodes/glasses.el (glasses-make-readable): If
14174 glasses-separator differs from underscore, put appropriate
14175 overlays over underscore characters.
14176 (glasses-convert-to-unreadable): If glasses-separator differs from
14177 underscore, try to convert glasses-separator characters to
14178 underscores.
14179
14180 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14181
14182 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14183 Use with-syntax-table and dolist.
14184
14185 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14186
14187 * textmodes/reftex-auc.el:
14188 * textmodes/reftex-cite.el:
14189 * textmodes/reftex-dcr.el:
14190 * textmodes/reftex-global.el:
14191 * textmodes/reftex-parse.el:
14192 * textmodes/reftex-ref.el:
14193 * textmodes/reftex-sel.el:
14194 * textmodes/reftex-toc.el:
14195 * textmodes/reftex-vars.el:
14196 * textmodes/reftex.el: Small changes to remove compiler warnings.
14197
14198 * textmodes/reftex-index.el: Likewise.
14199 (reftex-query-index-phrase): More efficient use of markers.
14200
14201 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14202
14203 * image.el (image-load-path): New variable.
14204 (image-search-load-path): New function.
14205 (find-image): Search for images in `image-load-path'.
14206
14207 2005-09-15 Richard M. Stallman <rms@gnu.org>
14208
14209 * follow.el: Change Maintainer field.
14210
14211 2005-09-15 David Ponce <david@dponce.com>
14212
14213 * recentf.el (recentf-save-file-modes): New option.
14214 (recentf-save-list): Use it.
14215
14216 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14217
14218 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14219 (mode-line-mule-info, mode-line-modified): Move bindings from
14220 mouse-3 to mouse-1.
14221
14222 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14223
14224 * simple.el (sendmail-user-agent-compose): Revert last change.
14225
14226 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14227
14228 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14229 Use with-current-buffer.
14230 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14231 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14232 (ange-ftp-insert-directory): Remove unused var `short'.
14233 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14234
14235 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14236 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14237
14238 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14239 (check-calendar-holidays, diary-list-entries): Autoload.
14240 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14241 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14242
14243 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14244 which mistakenly removed a call to display-buffer.
14245
14246 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14247
14248 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14249
14250 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14251
14252 * progmodes/hideshow.el
14253 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14254 (hs-allow-nesting): New user var.
14255 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14256 (hs-hide-block-at-point): When nesting allowed,
14257 if there is already an overlay in place, delete it.
14258 (hs-safety-is-job-n): Delete func; remove call sites.
14259 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14260 (hs-overlay-at): New func.
14261 (hs-already-hidden-p, hs-show-block): Use it.
14262 (hs-hide-all): Don't pre-clean if nesting allowed.
14263 (hs-show-all): Temporarily disallow
14264 nesting around call to `hs-discard-overlays'.
14265
14266 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14267
14268 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14269 Delete unused local var.
14270
14271 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14272
14273 * help-fns.el (describe-categories): "?\ " -> "?\s".
14274 (help-do-arg-highlight): Recognize also ARG-n, as in
14275 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14276
14277 * international/codepage.el (dos-unsupported-char-glyph):
14278 * net/newsticker.el (tool-bar-map, w3-mode-map)
14279 (w3m-minor-mode-map):
14280 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14281 (ent-alist):
14282 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14283
14284 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14285
14286 * custom.el (custom-push-theme): Handle the case where a symbol is
14287 bound but face properties have not yet been assigned.
14288
14289 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14290 Fix behavior if noerase is `t' and there is no mail buffer.
14291
14292 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14293 if `continue' is nil, rather than signal an error.
14294
14295 2005-09-12 Richard M. Stallman <rms@gnu.org>
14296
14297 * font-lock.el (font-lock-keywords): Add autoload.
14298
14299 * help-fns.el (describe-variable): Rearrange to put source link
14300 in a predictable place.
14301
14302 * net/newsticker.el: New file.
14303
14304 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14307 (calendar-basic-setup): Use the new nil arg.
14308 (number-of-diary-entries): Move to diary-lib.el.
14309
14310 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14311 (diary-list-entries): Use with-syntax-table and dolist.
14312 Rename from list-diary-entries.
14313 Use number-of-diary-entries if `number' is nil.
14314 (diary, diary-view-entries): Use this new name and new nil arg value.
14315 (number-of-diary-entries): Move from calendar.el.
14316 (diary-unhide-everything): New function.
14317 (include-other-diary-files, fancy-diary-display)
14318 (diary-show-all-entries, make-diary-entry): Use it.
14319 (diary-mail-entries): Use buffer-string.
14320 (mark-diary-entries): Fix long standing paren typo.
14321 (diary-sexp-entry): Use count-lines.
14322 (make-diary-entry): Avoid `previous-line'.
14323 (diary-mode-map): New var.
14324 (diary-mode): Redraw cal after saving. Setup header-line.
14325 (fancy-diary-display-mode): Use local-set-key.
14326
14327 * startup.el (command-line): Try calling various terminal-init-foo-bar
14328 functions by stripping hyphenated suffixes from $TERM.
14329
14330 * files.el (normal-mode): Check boundness of font-lock-keywords.
14331
14332 2005-09-12 Richard M. Stallman <rms@gnu.org>
14333
14334 * progmodes/compile.el: Don't decide a file's directory
14335 until the user actually tries to go there.
14336 (compilation-next-error-function):
14337 Pass compilation-find-file the directory from the file-struct.
14338 (compilation-internal-error-properties): Separate local FILE-STRUCT
14339 from FILE. Doc the args better. Rename arg FMT to FMTS.
14340 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14341 Expand it, and if nil, use default-directory.
14342 (compilation-get-file-structure): Don't mix specified directory
14343 with default directory. Put specified directory into
14344 file-struct. Don't make the file name absolute.
14345
14346 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14347 (compile-command): Add autoload.
14348 (compilation-disable-input): Add autoload.
14349
14350 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14351
14352 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14353 strings of the variables it can override.
14354 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14355 %Q and %q, for fully-qualified domain name and unqualified host name.
14356
14357 2005-09-11 Kim F. Storm <storm@cua.dk>
14358
14359 * emacs-lisp/authors.el (authors-aliases): Update list.
14360 (authors-fixed-entries): Update mldrag.el entry.
14361
14362 2005-09-10 Alan Mackenzie <acm@muc.de>
14363
14364 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14365 from the region narrowed to.
14366
14367 2005-09-10 Magnus Henoch <mange@freemail.hu>
14368
14369 * textmodes/ispell.el (ispell-check-version): Signal an error if
14370 aspell version is less than 0.60.
14371
14372 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14373
14374 * progmodes/octave-inf.el (inferior-octave-startup):
14375 Resync current dir at the end.
14376
14377 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14378
14379 * woman.el (woman-topic-at-point-default):
14380 Rename to woman-use-topic-at-point-default.
14381 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14382 (woman-file-name): Reflect renames above. Automatically use the
14383 word at point as topic if woman-use-topic-at-point is non-nil.
14384 Otherwise offer it as default but don't insert it in the
14385 minibuffer. Also use `test-completion' instead of `assoc' as
14386 suggested by Stefan Monnier.
14387
14388 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14389
14390 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14391 the attempt to do it over Tramp. This is not yet supported.
14392
14393 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14394
14395 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14396 (menu-bar-non-minibuffer-window-p): New functions.
14397 ("Split Window", "Save As..."): Use them.
14398 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14399 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14400 Use menu-bar-menu-frame-live-and-visible-p.
14401 ("Save Buffer", "Insert File", "Open Directory...")
14402 ("Open File...", "Visit New File..."):
14403 Use menu-bar-non-minibuffer-window-p.
14404 (kill-this-buffer-enabled-p, dired <menu-enable>):
14405 Use menu-bar-non-minibuffer-window-p.
14406
14407 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14408
14409 * cus-start.el (all): Don't complain about fringe-related
14410 built-ins if fringes are not supported. Ditto about
14411 selection-related built-ins. Fix the test for GTK-related built-ins.
14412
14413 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14414 ("Postscript Print Buffer", "Print Region", "Save As...")
14415 ("Save", "Insert File...", "Open Directory...")
14416 ("Open File...", "Visit New File..."")
14417 ("Truncate Long Lines in this Buffer"): Don't look at
14418 menu-updating-frame if this display does not support multiple frames.
14419
14420 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14421
14422 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14423
14424 2005-09-09 Emilio Lopes <eclig@gmx.net>
14425
14426 * woman.el: Format- and whitespace-related changes.
14427
14428 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14429
14430 * woman.el: Fix my email address.
14431
14432 2005-09-08 Richard M. Stallman <rms@gnu.org>
14433
14434 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14435 (sh-mode): Locally set skeleton-pair-default-alist.
14436
14437 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14438
14439 * progmodes/flymake.el: Require `compile' unconditionally.
14440
14441 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14442
14443 * woman.el (woman-file-name): Provide a default, not initial input.
14444
14445 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14446
14447 * font-lock.el (font-lock-support-mode): Doc fix.
14448
14449 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14450
14451 2005-09-08 Richard M. Stallman <rms@gnu.org>
14452
14453 * simple.el (blink-matching-open): Get rid of text props from
14454 the string shown in echo area. Don't permanently set point.
14455 Some rearrangements.
14456
14457 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14458
14459 * recentf.el (recentf-filename-handler): Add custom choice
14460 `abbreviate-file-name'.
14461
14462 * msb.el (msb--very-many-menus): Fix typo.
14463
14464 * disp-table.el (standard-display-european): Don't set
14465 enable-multibyte-characters to nil.
14466
14467 2005-09-08 David Ponce <david@dponce.com>
14468
14469 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14470 (recentf-expand-file-name): Doc fix.
14471 (recentf-dialog-mode-map): Define digit shortcuts.
14472 (recentf--files-with-key): New variable.
14473 (recentf-show-digit-shortcut-filter): New function.
14474 (recentf-open-files-items): New function.
14475 (recentf-open-files): Use it.
14476 (recentf-open-file-with-key): New command.
14477
14478 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14479
14480 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14481 Suggested by Kim F. Storm.
14482 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14483 (Buffer-menu-make-sort-button): Use global keymap.
14484
14485 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14486
14487 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14488 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14489 necessary any longer with the remapped command.
14490 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14491 formatting time only.
14492
14493 * net/tramp.el (tramp-action-password)
14494 (tramp-multi-action-password): Compile the password prompt from
14495 `method', `user' and `host'. Sometimes it isn't obvious which
14496 password to enter, for example with remote files offered by
14497 recentf.el, or with multiple steps. Suggested by Robert Marshall
14498 <robert@chezmarshall.freeserve.co.uk>.
14499
14500 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14501
14502 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14503 Fix regexp for when "s///" is at the beginning of line.
14504
14505 2005-09-07 Jay Belanger <belanger@truman.edu>
14506
14507 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14508 when in matrix mode.
14509
14510 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14511
14512 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14513 non-anonymous functions.
14514
14515 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14516
14517 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14518 when using a header line. Otherwise, use mouse-1-click-follows-link.
14519
14520 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14521 can't be moved; don't signal an error.
14522
14523 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14524
14525 * cus-theme.el (custom-theme-write-faces): Save the current face
14526 spec, not the defface spec.
14527
14528 * custom.el (custom-known-themes): Clarify meaning of "standard".
14529 (custom-push-theme): Save old values in the standard theme.
14530 (disable-theme): Correct typo.
14531 (custom-face-theme-value) Deleted unused function.
14532 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14533
14534 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14535
14536 * progmodes/compile.el (compilation-goto-locus): Take into account
14537 iconified frames when determining whether the buffer is
14538 already visible.
14539 Don't reset window height if the window already existed.
14540
14541 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14542
14543 * custom.el (load-theme): Rename from require-theme.
14544 Add interactive spec.
14545 (enable-theme): Rename from custom-enable-theme.
14546 Add interactive spec.
14547 (disable-theme): Rename from custom-disable-theme.
14548 Add interactive spec.
14549 (custom-make-theme-feature): Doc fix.
14550 (custom-theme-directory): Doc fix.
14551 (provide-theme): Call enable-theme.
14552
14553 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14554
14555 * obsolete/lazy-lock.el (lazy-lock-mode):
14556 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14557 font-lock-mode if it's off. Print a warning instead.
14558
14559 * progmodes/compile.el (compilation-start): Ignore errors if the
14560 process died before we get to send-eof.
14561
14562 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14563 Undo last change. Enclosing the result in quotes broke things on Unix
14564 since tex-send-command passes it through shell-quote-argument.
14565 (tex-send-command): Pass `file' through convert-standard-filename
14566 when possible.
14567 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14568 info in a transcript.
14569
14570 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14571
14572 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14573 fix compilation warning. Reorder the key definitions to group
14574 together keys emitted by the current version of xterm.
14575
14576 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14577 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14578 Reorder predicates to correct min-color usage.
14579
14580 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14581
14582 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14583 Kill local variables when longlines-mode is turned off.
14584
14585 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14588
14589 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14590
14591 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14592
14593 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14594 (font-lock-lines-before): Change default to being inactive.
14595 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14596 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14597
14598 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14599
14600 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14601 Deactivate temporarily advice if active (not needed for Emacs 22,
14602 but for backwards compatibility).
14603 (tramp-exists-file-name-handler): Rewrite. First implementation
14604 was too simple.
14605 (tramp-advice-make-auto-save-file-name):
14606 Call `tramp-handle-make-auto-save-file-name' (again, just for
14607 backwards compatibility).
14608
14609 2005-08-31 Reto Zimmermann <reto@gnu.org>
14610
14611 * progmodes/vhdl-mode.el
14612 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14613 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14614 (vhdl-set-default-project): New function (easier setting of default).
14615 (vhdl-port-copy): Handle extended identifiers for generics.
14616 (vhdl-compiler-alist): Better description for error message regexp.
14617 (vhdl-make): Query for target, use previous as default.
14618 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14619 (vhdl-font-lock-keywords-2): Fix fontification for record
14620 el. assign.
14621 (vhdl-speedbar-make-subpack-line): Add package body link.
14622 (vhdl-generate-makefile-1): Not include itself as dependency.
14623 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14624 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14625 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14626 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14627 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14628 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14629 (vhdl-import-project): Add string argument for `error'.
14630 (vhdl-compose-configuration)
14631 (vhdl-compose-configuration-architecture): Add configuration
14632 declaration generation.
14633 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14634 (vhdl-trailer-re): Add "record" keyword (better indentation).
14635 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14636 "[^ \t-\"]+".
14637 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14638 (vhdl-testbench-entity-file-name)
14639 (vhdl-testbench-architecture-file-name): Allow separate
14640 customization of testbench file names.
14641 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14642 (vhdl-get-visible-signals): Allow newline within alias declaration.
14643 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14644 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14645 (member-ignore-case): Alias for missing function in XEmacs.
14646 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14647 (vhdl-update-sensitivity-list): Ignore case on read signals.
14648 (vhdl-replace-string): Adjust case only for file names.
14649 (vhdl-update-sensitivity-list): Fix search for read signals.
14650 (vhdl-update-sensitivity-list): Exclude formal parameters.
14651 (vhdl-get-visible-signals): Include aliases of signals.
14652 (vhdl-get-visible-signals): Fix signal name searching.
14653 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14654 (vhdl-fixup-whitespace-region): Fix for character
14655 literals (e.g. `:').
14656
14657 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14658
14659 * ansi-color.el (comint-last-output-start):
14660 * bs.el (font-lock-verbose):
14661 * diff-mode.el (add-log-buffer-file-name-function):
14662 * dired-x.el (vm-folder-directory):
14663 * faces.el (help-xref-stack-item):
14664 * files.el (font-lock-keywords):
14665 * find-lisp.el (dired-buffers, dired-subdir-alist):
14666 * ido.el (cua-inhibit-cua-keys):
14667 * log-view.el (cvs-minor-wrap-function):
14668 * outline.el (font-lock-warning-face):
14669 * simple.el (compilation-current-error):
14670 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14671 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14672 * tooltip.el (comint-prompt-regexp):
14673 * w32-fns.el (explicit-shell-file-name):
14674 * term/mac-win.el (mac-charset-info-alist)
14675 (mac-services-selection, mac-system-script-code):
14676 * term/tty-colors.el (msdos-color-values):
14677 * term/w32-win.el (xlfd-regexp-registry-subnum):
14678 * term/x-win.el (x-keysym-table, x-selection-timeout)
14679 (x-session-id, x-session-previous-id):
14680 * textmodes/ispell.el (mail-yank-prefix):
14681 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14682 * textmodes/org.el (calc-embedded-close-formula)
14683 (calc-embedded-open-formula)
14684 (font-lock-unfontify-region-function):
14685 * textmodes/reftex-global.el (isearch-next-buffer-function)
14686 (TeX-master):
14687 * textmodes/reftex.el (font-lock-keywords):
14688 * textmodes/tex-mode.el (font-lock-comment-face)
14689 (font-lock-doc-face):
14690 * textmodes/texinfo.el (outline-heading-alist):
14691 Add defvars.
14692
14693 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14694 (artist-spray-chars, artist-mode-init, artist-replace-string)
14695 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14696 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14697 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14698
14699 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14700 (conf-align-assignments): "?\ " -> "?\s".
14701
14702 * textmodes/reftex-index.el (TeX-master): Add defvar.
14703 (reftex-index-phrases-marker): Move up defvar.
14704
14705 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14706 (reftex-toc-include-labels-indicator)
14707 (reftex-toc-include-index-indicator)
14708 (reftex-toc-max-level-indicator): Move up declarations.
14709
14710 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14711 of args to `tramp-run-real-handler', even if it's empty in this case.
14712
14713 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14714
14715 * dired.el (dired-move-to-filename-regexp): Add date format for
14716 Mac OS X 10.3 in East Asian locales.
14717
14718 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14719
14720 * files.el (make-auto-save-file-name): Add file name handler call
14721 if applicable.
14722
14723 * net/tramp.el (tramp-file-name-handler-alist)
14724 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14725 (tramp-handle-make-auto-save-file-name): Rename from
14726 `tramp-make-auto-save-file-name'.
14727 (tramp-exists-file-name-handler): New defun.
14728 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14729 `make-auto-save-file-name' is not a magic file name operation.
14730
14731 2005-08-30 Richard M. Stallman <rms@gnu.org>
14732
14733 * files.el (risky-local-variable-p):
14734 Match `-predicates' and `-commands.
14735
14736 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14737 (custom-save-all): Visit the file if necessary;
14738 kill the buffer if we created it.
14739 (custom-save-delete): Don't visit file or kill buffer here.
14740
14741 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14742
14743 * textmodes/org.el (org-special-keyword): New face.
14744 (org-table-copy-down, org-table-eval-formula)
14745 (org-table-recalculate, org-init-section-numbers):
14746 Use `string-to-number' instead of `string-to-int'.
14747 (org-get-location): Use `insert-buffer-substring' instead of
14748 `insert-buffer'.
14749 (org-modify-diary-entry-string): New function.
14750 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14751 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14752 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14753 active region.
14754 (org-export-as-html): Handle QUOTE keyword.
14755 (org-quote-string): New option.
14756 (org-bookmark-jump-unhide): New function, used for
14757 `bookmark-after-jump-hook'.
14758 (org-diary-default-entry): Apply only when not called through
14759 `org-agenda'.
14760
14761 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14762
14763 * net/eudc.el (mode-popup-menu):
14764 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14765 * progmodes/ada-mode.el (compile-auto-highlight)
14766 (skeleton-further-elements):
14767 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14768 * progmodes/cmacexp.el (msdos-shells):
14769 * progmodes/compile.el (font-lock-extra-managed-props)
14770 (font-lock-keywords, font-lock-maximum-size)
14771 (font-lock-support-mode):
14772 * progmodes/grep.el (font-lock-lines-before):
14773 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14774 * progmodes/mixal-mode.el (compile-command):
14775 * progmodes/perl-mode.el (font-lock-comment-face)
14776 (font-lock-doc-face, font-lock-string-face):
14777 * progmodes/prolog.el (comint-prompt-regexp):
14778 * progmodes/sh-script.el (font-lock-comment-face)
14779 (font-lock-set-defaults, font-lock-string-face):
14780 * progmodes/sql.el (font-lock-keyword-face)
14781 (font-lock-set-defaults, font-lock-string-face):
14782 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14783 (itimer-version, lazy-lock-defer-contextually)
14784 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14785 Add defvars.
14786
14787 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14788 (cperl-electric-keyword, cperl-electric-pod)
14789 (cperl-electric-backspace, cperl-forward-re)
14790 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14791 (vc-rcs-header, vc-sccs-header): Add defvars.
14792
14793 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14794 (font-lock-syntactic-keywords, gud-find-expr-function):
14795 Add defvars.
14796
14797 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14798 (gdb-frame-parameters): Declare before use.
14799
14800 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14801 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14802 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14803 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14804
14805 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14806 (idlwave-help-with-source): Use `insert-buffer-substring', not
14807 `insert-buffer'.
14808
14809 2005-08-29 Juri Linkov <juri@jurta.org>
14810
14811 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14812 Put outline-back-to-heading function call inside save-excursion.
14813
14814 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14815
14816 * man.el (Man-init-defvars, Man-translate-references)
14817 (Man-support-local-filenames, Man-highlight-references):
14818 * progmodes/sql.el (sql-interactive-mode):
14819 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14820
14821 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14822 (compilation-mode-font-lock-keywords): Add defvars.
14823 (checkdoc-interactive-loop): "?\ " -> "?\s".
14824
14825 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14826 (font-lock-doc-face, font-lock-string-face)
14827 (font-lock-keywords-case-fold-search): Add defvars.
14828 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14829
14830 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14831 Don't pass X and Y (they are ignored anyway).
14832 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14833 (mouse-delete-window): Make arguments optional.
14834
14835 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14836 (caesar-translate-table, minor-modes, news-buffer-save)
14837 (news-group-name, news-minor-modes): Add defvars.
14838
14839 * emacs-lisp/lselect.el (mouse-highlight-priority)
14840 (x-lost-selection-functions, zmacs-regions):
14841 * emacs-lisp/pp.el (font-lock-verbose):
14842 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14843 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14844 (ses-mode-map):
14845 * emacs-lisp/tcover-unsafep.el (safe-functions):
14846 * international/mule-cmds.el (mac-system-coding-system)
14847 (mac-system-locale):
14848 * language/ethio-util.el (rmail-current-message)
14849 (rmail-message-vector):
14850 * language/thai-util.el (thai-auto-composition-mode):
14851 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14852 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14853 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14854 (vm-primary-inbox, vm-spool-files):
14855 * mail/rmail.el (deleted-head, font-lock-fontified)
14856 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14857 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14858 (total-messages):
14859 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14860 (rmail-summary-mode-map):
14861 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14862 (rmail-last-label, rmail-last-multi-labels)
14863 (rmail-summary-vector, rmail-total-messages):
14864 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14865 * mail/rmailsum.el (msgnum):
14866 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14867 (rmail-current-message):
14868 * obsolete/fast-lock.el (font-lock-face-list):
14869 * obsolete/rnewspost.el (mail-reply-buffer):
14870 * obsolete/scribe.el (compile-command):
14871 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14872
14873 2005-08-28 John Paul Wallington <jpw@gnu.org>
14874
14875 * ibuf-ext.el (ibuffer-auto-update-changed):
14876 Use `frame-or-buffer-changed-p' to check whether we need to update.
14877 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14878 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14879 as a `frame-or-buffer-changed-p' state vector instead.
14880
14881 2005-08-27 Romain Francoise <romain@orebokech.com>
14882
14883 * textmodes/makeinfo.el (makeinfo-compile):
14884 Use `compilation-start'. Set `next-error-function' according to
14885 `disable-errors'.
14886 (makeinfo-next-error): New function.
14887 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14888 (makeinfo-buffer): Likewise.
14889
14890 * progmodes/compile.el (compilation-start): Add autoload cookie.
14891
14892 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14893 * textmodes/sgml-mode.el: Likewise.
14894 * progmodes/python.el: Likewise.
14895
14896 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14897
14898 * simple.el (blink-matching-paren-distance): Document the meaning
14899 of nil value, and allow to customize to nil.
14900
14901 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14902 command.com, not command.exe.
14903
14904 2005-08-26 John Wiegley <johnw@newartisans.com>
14905
14906 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14907 code around a bit so that an extraneous nil argument is not added
14908 to a command when no args are given.
14909
14910 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14911 double-quoted argument resolves to nil, return it as an empty
14912 string rather than as nil. This made it impossible to pass "" to
14913 a shell script as a null string argument.
14914
14915 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * outline.el (outline-invent-heading): New fun.
14918 (outline-promote, outline-demote): Use it.
14919 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14920 (outline-end-of-subtree): Remove unused var `opoint'.
14921
14922 2005-08-26 David Reitter <david.reitter@gmail.com>
14923
14924 * menu-bar.el (truncate-lines, write-file, print-buffer)
14925 (ps-print-buffer-faces, ps-print-buffer, split-window):
14926 Disable menu items when the frame they refer to is invisible, or when
14927 they refer to a buffer and the minibuffer is selected.
14928
14929 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14930
14931 * progmodes/flymake.el (flymake-highlight-err-lines):
14932 Use save-excursion around flymake-highlight-line to preserve point.
14933
14934 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14935
14936 * progmodes/octave-mod.el: Change Author and Maintainer address.
14937 (octave-maintainer-address): Change Kurt's email address.
14938 * progmodes/octave-inf.el: Change Author and Maintainer address.
14939 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14940
14941 2005-08-26 Kim F. Storm <storm@cua.dk>
14942
14943 * subr.el (version-list-<, version-list-<=, version-list-=):
14944 Rename from integer-list-*.
14945 (version-list-not-zero): Likewise. Fix while loop.
14946 (version=): Use version-list-= instead of string-equal.
14947
14948 2005-08-26 Richard M. Stallman <rms@gnu.org>
14949
14950 * outline.el (outline-promote): Try shortening the heading.
14951 As last resort, read the heading to use.
14952 (outline-demote): As last resort, read the heading to use.
14953
14954 2005-08-26 Romain Francoise <romain@orebokech.com>
14955
14956 * progmodes/compile.el (compilation-start): Doc fix.
14957
14958 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14959 (antlr-font-lock-additional-keywords): Fix reference to
14960 `antlr-font-lock-literal-regexp' erroneously changed during the
14961 mass face rename.
14962 (antlr-run-tool): Use `compilation-start'.
14963
14964 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14965 instead of the obsolete `compile-internal'.
14966
14967 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14968
14969 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14970 (number, original-date):
14971 * calendar/cal-china.el (date):
14972 * calendar/cal-coptic.el (date):
14973 * calendar/cal-french.el (date):
14974 * calendar/cal-hebrew.el (date, entry, number, original-date):
14975 * calendar/cal-islam.el (date, number, original-date):
14976 * calendar/cal-iso.el (date):
14977 * calendar/cal-julian.el (date):
14978 * calendar/cal-mayan.el (date):
14979 * calendar/cal-menu.el (date, event):
14980 * calendar/cal-persia.el (date):
14981 * calendar/lunar.el (date):
14982 * calendar/solar.el (date): Add defvars.
14983
14984 * emerge.el:
14985 * ibuffer.el:
14986 * info-xref.el:
14987 * obsolete/bg-mouse.el:
14988 * obsolete/sun-curs.el:
14989 * obsolete/swedish.el: Move the `defvar's to the top level.
14990
14991 * smerge-mode.el (smerge-refined-change): Add :group.
14992
14993 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14994
14995 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14996 (smerge-keep-n): Remove props.
14997 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14998 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14999 now that it's done in smerge-keep-n.
15000 (smerge-refined-change): New face.
15001 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15002 (smerge-refine): New funs.
15003 (smerge-basic-map): Bind smerge-refine.
15004
15005 2005-08-25 Juri Linkov <juri@jurta.org>
15006
15007 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15008 compilation-process-setup-function and compilation-disable-input
15009 in grep-mode instead of let-bindings in grep.
15010
15011 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15012 Delete "Automatic File De/compression" (auto-compression-mode).
15013
15014 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15015
15016 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15017 Silence warning about non-existent variable.
15018
15019 2005-08-25 Richard M. Stallman <rms@gnu.org>
15020
15021 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15022 Rename "Describe Key" to "Describe Key or Mouse Operation".
15023
15024 * mail/mailalias.el (build-mail-aliases): Delete comments
15025 from the contents before processing them.
15026
15027 * isearch.el (isearch-edit-string): Erase the Search prompt
15028 if user enters an empty string and there is no default.
15029
15030 * comint.el (comint-file-name-prefix): Add autoload.
15031
15032 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15033
15034 * subr.el (play-sound): Rearrange to avoid warning.
15035
15036 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15037
15038 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15039 New hook.
15040 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15041
15042 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15043
15044 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15045
15046 * custom.el (custom-theme-set-variables): Sort minor modes last.
15047
15048 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15049
15050 * subr.el (version-separator, version-regexp-alist): New vars used by
15051 version comparison funs.
15052 (integer-list-<, integer-list-=, integer-list-<=)
15053 (integer-list-not-zero): New funs for integer list comparison.
15054 (version-to-list, version=, version<, version<=): New funs for version
15055 comparison.
15056
15057 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15058
15059 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15060 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15061 time to silence the byte-compiler.
15062
15063 * ibuffer.el (ibuffer-compile-make-eliding-form)
15064 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15065 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15066 so it's silly to get warnings for it).
15067 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15068 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15069 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15070 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15071 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15072 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15073 Defvar at compile time.
15074 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15075 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15076 Declare them before use.
15077
15078 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15079 (info-xref-good, info-xref-bad): Defvar at compile time.
15080
15081 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15082 Use `let*' instead of `let'.
15083
15084 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15085 (*mouse-y*, menu, char): Defvar at compile time.
15086 (sc::menu): Declare it before use.
15087 (sc::pack-one-line): Use `let', not `let*'.
15088
15089 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15090 (mail-send-hook): Defvar at compile time.
15091
15092 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15093 Defvar at compile time.
15094
15095 * term/sun-mouse.el (current-global-mousemap)
15096 (current-local-mousemap): Declare them before use.
15097
15098 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15099
15100 * bookmark.el (bookmark-after-jump-hook): New hook.
15101 (bookmark-jump): Run `bookmark-after-jump-hook'.
15102
15103 2005-08-23 Juri Linkov <juri@jurta.org>
15104
15105 * faces.el (minibuffer-prompt): Doc fix.
15106
15107 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15108
15109 * progmodes/xscheme.el: Trivial changes to silence warnings.
15110 (xscheme-previous-mode, xscheme-previous-process-state):
15111 Add defvars.
15112 (xscheme-last-input-end, xscheme-process-command-line)
15113 (xscheme-process-name, xscheme-buffer-name)
15114 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15115 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15116 (xscheme-control-g-synchronization-p)
15117 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15118 (default-xscheme-runlight, xscheme-runlight)
15119 (xscheme-runlight-string, xscheme-process-filter-state)
15120 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15121 Move to beginning of file.
15122 (scheme-interaction-mode-commands-alist)
15123 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15124 Declare them before use. Note: the initialization code for the variables
15125 has not been moved because it uses functions that reference the variables.
15126 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15127 (xscheme-prompt-for-expression-map): Declare them before use.
15128 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15129
15130 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15131
15132 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15133
15134 2005-08-22 Juri Linkov <juri@jurta.org>
15135
15136 * faces.el (set-face-underline): Delete this duplicate function
15137 and make an obsolete alias to set-face-underline-p.
15138 (set-face-underline-p): Use docstring of set-face-underline.
15139 (describe-face): Create hyperlink to parent face.
15140
15141 * info.el (Info-insert-dir): Use save-excursion around
15142 insert-buffer-substring.
15143 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15144 (Info-escape-percent): Delete function.
15145 (Info-fontify-node): Replace Info-escape-percent by
15146 replace-regexp-in-string with REP arg set to lambda that
15147 duplicates `%' and preserves text properties.
15148
15149 * progmodes/compile.el (compilation-disable-input): Doc fix.
15150 (define-compilation-mode): Doc fix and refill.
15151 (kill-compilation): Use `mode-name' in the error message.
15152 (compilation-find-file): Use `compilation-error' in the
15153 read-file-name's prompt.
15154
15155 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15158 (smerge-auto-leave): Make undo re-enable the mode.
15159 (debug-ignored-errors): Add the user-error of impossible resolution.
15160 (smerge-resolve): Move things around a bit, in preparation for later.
15161 (smerge-diff): Don't fail if the buffer has no associated file.
15162 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15163 (smerge-conflict-overlay): New function.
15164 (smerge-match-conflict): Don't add text properties here.
15165 (smerge-find-conflict): Instead, add an overlay here.
15166 Also check for the case where we're inside a conflict already, so as to
15167 obviate the need for font-lock-multiline, which is unbearably slow with
15168 large conflicts and ciomplex font-lock patterns.
15169 (smerge-remove-props): Remove overlay rather than text-properties.
15170 (smerge-mode): Don't set font-lock-multiline.
15171 Remove overlays when turned off.
15172
15173 2005-08-21 Kim F. Storm <storm@cua.dk>
15174
15175 * ido.el (ido-ignore-item-p): Use save-match-data.
15176 Bind case-fold-search to ido-case-fold locally.
15177
15178 2005-08-20 Richard M. Stallman <rms@gnu.org>
15179
15180 * files.el (normal-mode): If font lock is on, turn it off and on.
15181
15182 * subr.el (replace-regexp-in-string): Doc fix.
15183
15184 * startup.el (command-line-1): Don't suppress startup screen
15185 due to existing processes.
15186
15187 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15188
15189 * progmodes/compile.el (compilation-disable-input): Default to nil.
15190
15191 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15192
15193 * progmodes/compile.el (compilation-disable-input): New defcustom.
15194 (compilation-start): If compilation-disable-input is non-nil, send
15195 EOF to the compilation process.
15196
15197 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15198
15199 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15200 Run the argument of tex-shell-cd-command through
15201 convert-standard-filename, to get the correct style of slashes on
15202 Windows, and enclose the result in quotes, in case the file name
15203 includes whitespace or other special characters.
15204
15205 2005-08-19 Andreas Schwab <schwab@suse.de>
15206
15207 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15208 process.
15209
15210 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15211
15212 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15213
15214 2005-08-18 Kim F. Storm <storm@cua.dk>
15215
15216 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15217
15218 2005-08-18 Richard M. Stallman <rms@gnu.org>
15219
15220 * scroll-lock.el: New file.
15221
15222 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15223
15224 * dired.el (dired-move-to-end-of-filename):
15225 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15226
15227 2005-08-18 Kim F. Storm <storm@cua.dk>
15228
15229 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15230 rather than toggle mode when custom value is nil.
15231 (ido-everywhere): Fix defun doc string.
15232
15233 2005-08-17 Richard M. Stallman <rms@gnu.org>
15234
15235 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15236 as tag instead of "Inviolable".
15237
15238 2005-08-17 Kim F. Storm <storm@cua.dk>
15239
15240 * windmove.el (windmove-coordinates-of-position): Remove.
15241 (windmove-coordinates-of-window-position): Remove.
15242 (windmove-reference-loc): Use posn-at-point instead.
15243
15244 * subr.el (insert-for-yank-1): Doc fix.
15245
15246 * ido.el (ido-enter-matching-directory): Rename from
15247 ido-enter-single-matching-directory. Change `slash' choice to
15248 `only'. Add `first' choice.
15249 (ido-exhibit): Adapt to above changes.
15250
15251 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15252
15253 * Makefile.in: Expand comment about building loaddefs.el.
15254
15255 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15256
15257 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15258 Comment use of defadvice.
15259
15260 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15261
15262 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15263
15264 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15265 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15266 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15267 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15268 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15269 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15270 for backward compatibility for faces that did not appear in the
15271 previous Emacs release.
15272
15273 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15274
15275 2005-08-15 Kim F. Storm <storm@cua.dk>
15276
15277 * emulation/cua-base.el (cua-delete-region): Return t if
15278 deleted region was non-empty.
15279 (cua-replace-region): Inhibit overwrite-mode for
15280 self-insert-command if replaced region was non-empty.
15281 (cua--explicit-region-start, cua--status-string): Make them
15282 buffer-local at top-level...
15283 (cua-mode): ...rather than when mode is enabled.
15284
15285 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15286
15287 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15288 Set t for Emacs 21, 22, and so on.
15289
15290 2005-08-15 David Ponce <david@dponce.com>
15291
15292 * tree-widget.el: Update Commentary header.
15293 (tree-widget-theme): Doc fix.
15294 (tree-widget-space-width): New option.
15295 (tree-widget-image-properties): Look up in the default theme too.
15296 (tree-widget--cursors): Only for images with arrow pointer shape.
15297 (tree-widget-lookup-image): Pointer shape is hand by default.
15298 (tree-widget-icon): Rename generic icon widget from
15299 `tree-widget-control'.
15300 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15301 derive from `tree-widget-icon'.
15302 (tree-widget-handle): Improve default look and feel of the text
15303 representation.
15304 (tree-widget): Rename :*-control properties to :*-icon properties.
15305 Add :action and :help-echo properties.
15306 (tree-widget-after-toggle-functions): Move.
15307 (tree-widget-close-node, tree-widget-open-node): Remove.
15308 (tree-widget-before-create-icon-functions): New hook.
15309 (tree-widget-value-create): Update to allow customization of icons
15310 and nodes at run-time via that new hook.
15311 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15312 (tree-widget-icon-action, tree-widget-icon-help-echo)
15313 (tree-widget-action, tree-widget-help-echo): New functions.
15314
15315 2005-08-15 Kim F. Storm <storm@cua.dk>
15316
15317 * ido.el (ido-buffer-internal): Use with-no-warnings.
15318 (ido-make-merged-file-list): Use while-no-input.
15319
15320 2005-08-15 Richard M. Stallman <rms@gnu.org>
15321
15322 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15323 (flyspell-large-region): Fix doc and custom type.
15324
15325 2005-08-14 Richard M. Stallman <rms@gnu.org>
15326
15327 * files.el (interpreter-mode-alist): Doc fix.
15328
15329 * mail/rmail.el (rmail-nonignored-headers): New variable.
15330 (rmail-clear-headers): Use it.
15331 (rmail-reply): Better handling of mail-followup-to header.
15332
15333 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15334 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15335 don't try to refer to executable-font-lock-keywords.
15336 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15337 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15338 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15339 (sh-mode): Set comment-start-skip, local-abbrev-table,
15340 imenu-case-fold-search.
15341 (sh-set-shell): Don't set them here.
15342 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15343 Don't cache the results in the original alist; don't ever modify
15344 that alist.
15345
15346 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15347
15348 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15349 empty.
15350
15351 2005-08-15 Andreas Schwab <schwab@suse.de>
15352
15353 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15354
15355 * dired.el, info.el, mail/rmail.el: Revert last change.
15356
15357 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15358
15359 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15360 modification in `eval-after-load' form.
15361 * info.el: Likewise.
15362 * mail/rmail.el: Likewise.
15363
15364 2005-08-14 Juri Linkov <juri@jurta.org>
15365
15366 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15367 Remove highlighting of "Compilation started". Highlight only
15368 the word "finished" in "Compilation finished". Add highlighting
15369 of "interrupt", "killed", "terminated" and the exit code.
15370 (compilation-start): Add newline after header. Use exactly the
15371 same time stamp format as the finishing message.
15372 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15373
15374 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15375 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15376 Add highlighting of "interrupt", "killed", "terminated".
15377
15378 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15379 enabled and the current command is self-insert-command, call it
15380 explicitly with overwrite-mode bound to nil, to not allow it
15381 to delete the character after the selected region.
15382
15383 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15384
15385 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15386 move-end-of-line, end-of-line, and beginning-of-line to the list
15387 of commands after which the echo area is updated.
15388
15389 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15390
15391 * cus-edit.el (custom-save-all, custom-save-delete):
15392 Bind recentf-exclude to exclude custom-file.
15393
15394 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15395
15396 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15397 to go to the bottom of the mail message. Added to
15398 `rmail-summary-mode-map' with key "/".
15399 (rmail-summary-show-message): New (internal) function for use by
15400 both `rmail-summary-beginning/end-of-message'.
15401 (rmail-summary-beginning-of-message): Change to use
15402 rmail-summary-show-message.
15403
15404 * mail/rmail.el (rmail-end-of-message): New command to go to the
15405 end of the current message. Added to `rmail-mode-map' with key "/".
15406 (rmail-beginning-of-message): Fix to work as documented.
15407 (rmail-mode): Change documentation.
15408
15409 * progmodes/compile.el (compilation-start): Add the line
15410 "Compilation started" with compilation start time.
15411 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15412
15413 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15414
15415 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15416 of menu items.
15417
15418 2005-08-11 Richard M. Stallman <rms@gnu.org>
15419
15420 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15421
15422 * battery.el (battery-status-function): Don't use ignore-errors.
15423
15424 2005-08-11 Lute Kamstra <lute@gnu.org>
15425
15426 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15427 define-obsolete-variable-alias.
15428
15429 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15430
15431 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15432 (ange-ftp-send-cmd): Revert last change, and expand
15433 the comment explaining the problem.
15434
15435 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15436
15437 * ldefs-boot.el: Update.
15438
15439 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15440 item to "Time, Load and Mail". Change help echo text.
15441
15442 * time.el (display-time-use-mail-icon, display-time-format)
15443 (display-time-string-forms): Shorten first line of docstrings.
15444
15445 2005-08-10 Lars Hansen <larsh@soem.dk>
15446
15447 * desktop.el (desktop-buffer-mode-handlers):
15448 Make non-customizable. Add autoload cookie. Change initial value to
15449 nil; add elements in respective modules instead. Fix doc string.
15450 (desktop-load-file): New function.
15451 (desktop-minor-mode-handlers): New autoloaded variable.
15452 (desktop-create-buffer): Call minor mode handlers.
15453 Use desktop-load-file to load major and minor mode modules prior to
15454 checking for a handler.
15455 (desktop-save): Don't add nil to desktop-minor-modes for minor
15456 modes with nil function in desktop-minor-mode-table. Don't delete
15457 desktop file before rewriting it.
15458 (desktop-locals-to-save): Add autoload cookie. Don't make
15459 automatically buffer-local. Add variables column-number-mode,
15460 size-indication-mode, indent-tabs-mode,
15461 indicate-buffer-boundaries, indicate-empty-lines and
15462 show-trailing-whitespace.
15463 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15464 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15465 (desktop-clear-preserve-buffers-regexp): Delete.
15466 (desktop-clear-preserve-buffers): Update initial value and docstring.
15467 (desktop-save-buffer): Fix doc string.
15468
15469 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15470 (hilit-chg-desktop-restore): New function.
15471 (highlight-changes-mode): Add highlight-changes-mode to
15472 desktop-locals-to-save.
15473
15474 * dired.el: Add handler to desktop-buffer-mode-handlers.
15475 (dired-restore-desktop-buffer): Remove autoload cookie.
15476 (dired-mode): Add autoload cookie.
15477
15478 * info.el: Add handler to desktop-buffer-mode-handlers.
15479 (Info-restore-desktop-buffer): Remove autoload cookie.
15480 (Info-mode): Add autoload cookie.
15481
15482 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15483 (mh-restore-desktop-buffer): Remove autoload cookie.
15484 (mh-folder-mode): Add autoload cookie.
15485
15486 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15487 (rmail-restore-desktop-buffer): Remove autoload cookie.
15488
15489 2005-08-11 Masatake YAMATO <jet@gyve.org>
15490
15491 * hexl.el (hexl-address-region):
15492 (hexl-ascii-region, hexl-font-lock-keywords):
15493 (hexl-highlight-line-range): Use the term "region"
15494 instead of "area" for consistency with the other symbols
15495 defined in hexl.el.
15496
15497 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15498
15499 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15500 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15501 out by Juri Linkov). Add `display-battery-mode'.
15502
15503 2005-08-09 Juri Linkov <juri@jurta.org>
15504
15505 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15506 Remove `-text' from face variable names.
15507 (compilation-error-file-name, compilation-warning-file-name)
15508 (compilation-info-file-name): Delete faces.
15509 (compilation-line-number, compilation-column-number):
15510 Remove face underlining.
15511 (compilation-message-face): Set to `underline' value by default.
15512 (compilation-error-face, compilation-warning-face)
15513 (compilation-info-face): Remove `-file-name' from face names.
15514 (compilation-error-text-face, compilation-warning-text-face)
15515 (compilation-info-text-face): Delete face variables.
15516 (compilation-text-face): Delete function.
15517
15518 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15519 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15520 (grep-error-face): Set to `compilation-error' instead of
15521 `compilation-error-face' (which is redefined to `grep-hit-face' in
15522 grep buffers).
15523 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15524 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15525
15526 * dired-aux.el (dired-do-query-replace-regexp):
15527 Use `query-replace-read-args'.
15528
15529 * replace.el (query-replace-read-from, query-replace-read-to)
15530 (query-replace-read-args): Rename arg `string' to `prompt'.
15531
15532 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15533
15534 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15535
15536 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15537 uploading files.
15538 (ange-ftp-canonize-filename): Handle file names beginning with ~
15539 correctly.
15540
15541 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15542
15543 * textmodes/fill.el (canonically-space-region)
15544 (fill-context-prefix, fill-french-nobreak-p)
15545 (fill-delete-newlines, fill-comment-paragraph)
15546 (justify-current-line): "?\ " -> "?\s".
15547
15548 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15549
15550 * textmodes/fill.el (fill-nonuniform-paragraphs):
15551 Improve argument/docstring consistency.
15552
15553 2005-08-09 Richard M. Stallman <rms@gnu.org>
15554
15555 * textmodes/ispell.el (ispell-word): More fboundp checks.
15556
15557 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15558 (find-file-noselect-1): Call it here, only if RAWFILE.
15559 (normal-mode): Always set some major mode.
15560 (save-some-buffers-action-alist): Change some explanation strings.
15561 (file-name-non-special): In the `quote' method, use unwind-protect.
15562
15563 2005-08-09 Magnus Henoch <mange@freemail.hu>
15564
15565 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15566 (ispell-have-aspell-dictionaries): New variable.
15567 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15568 (ispell-get-aspell-config-value): New function.
15569 (ispell-aspell-find-dictionary): New function.
15570 (ispell-aspell-add-aliases): New function.
15571 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15572 appropriate. Don't look for ispell dictionaries if we use aspell.
15573 (ispell-menu-map): Don't build a submenu of dictionaries.
15574
15575 2005-08-09 Richard M. Stallman <rms@gnu.org>
15576
15577 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15578 (sql-read-passwd): Use read-passwd.
15579
15580 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15581 (idlwave-toolbar-is-possible): Add defvars.
15582
15583 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15584 Avoid warnings.
15585
15586 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15587 (idlwave-system-class-info, idlwave-executive-commands-alist):
15588 Use defvar.
15589
15590 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15591
15592 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15593 Avoid warnings.
15594
15595 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15596 and content-type: headers.
15597
15598 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15599
15600 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15601 and rename some of them to be more self-explanatory.
15602
15603 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15604
15605 * startup.el (command-line-1): Implement -scriptload.
15606
15607 * replace.el (occur-engine): Initial *Occur* output not undoable.
15608
15609 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15610 and improve help strings.
15611
15612 * isearch.el (isearch-repeat): When changing direction,
15613 mark search successful.
15614
15615 * ediff-init.el: Use (featurep 'xemacs).
15616
15617 * comint.el (send-invisible): Identify buffer, if not selected.
15618
15619 * align.el: Delete autoload for c-guess-basic-syntax.
15620
15621 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15622
15623 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15624 Improve argument/docstring consistency. Doc fixes.
15625 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15626 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15627 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15628 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15629 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15630 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15631 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15632 Defvar at compile time.
15633
15634 2005-08-09 Juri Linkov <juri@jurta.org>
15635
15636 * info.el: Replace `info' with upper-case `Info' where appropriate.
15637 (info-title-1, info-title-2, info-title-3, info-title-4)
15638 (info-menu-header): Move up face definitions.
15639 (info-menu-star): Rename from `info-menu-5'.
15640 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15641 (Info-fontify-visited-nodes): Fix docstring.
15642 (Info-hide-note-references): Fix docstring.
15643 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15644 menu items in the same way as on cross-references.
15645 (info-apropos): Fix sorting order and formatting to be like in the
15646 stand-alone Info browser. Display error messages for 1 sec.
15647 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15648 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15649 from the menu bar.
15650 (Info-insert-dir): Restore point after calling
15651 `insert-buffer-substring'.
15652
15653 2005-08-08 Richard M. Stallman <rms@gnu.org>
15654
15655 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15656 (recompute-lucid-menubar): Add defvars.
15657
15658 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15659
15660 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15661
15662 * net/net-utils.el (run-dig): Rename from `dig'.
15663
15664 * play/gametree.el (gametree-mode): Use make-local-variable,
15665 not make-variable-buffer-local.
15666
15667 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15668
15669 * ansi-color.el (ansi-color-make-extent)
15670 (ansi-color-set-extent-face): Use fboundp, not functionp.
15671
15672 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15673 not make-variable-buffer-local.
15674
15675 * bookmark.el (Info-current-file): Add defvar.
15676 (bookmark-jump-noselect): Use with-no-warnings.
15677
15678 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15679
15680 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15681
15682 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15683
15684 * find-file.el (ada-procedure-start-regexp)
15685 (ada-package-start-regexp): Add defvars.
15686
15687 * info.el (Info-insert-dir): Use insert-buffer-substring.
15688
15689 * xml.el (xml-att-def-re): Add defvar.
15690
15691 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15692 calling convention.
15693
15694 * subr.el (while-no-input): Return t if there is input.
15695
15696 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15697
15698 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15699
15700 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15701
15702 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15703 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15704
15705 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15706
15707 * cmuscheme.el (scheme-start-file): Replace reference to
15708 `user-emacs-directory' by "~/.emacs.d/".
15709
15710 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15711
15712 * info.el (Info-dir-remove-duplicates): Avoid case folding
15713 in loop; instead, keep downcased strings for comparison.
15714 Suggested by Helmut Eller.
15715
15716 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15717
15718 Sync with Tramp 2.0.50.
15719
15720 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15721 XEmacs case; not necessary anymore.
15722 (tramp-user-regexp): Allow "@" as part of user name.
15723 (tramp-handle-set-visited-file-modtime)
15724 (tramp-handle-insert-file-contents)
15725 (tramp-handle-write-region): No special handling for
15726 `last-coding-system-used, because this is done in
15727 `tramp-accept-process-output' now.
15728 (tramp-accept-process-output): New defun.
15729 (tramp-process-one-action, tramp-process-one-multi-action)
15730 (tramp-wait-for-regexp, tramp-wait-for-output)
15731 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15732 Howells <dhowells@redhat.com>.
15733 (clear-visited-file-modtime): Defadvice removed. The check for
15734 unset buffer's modtime does not need to be based on
15735 `tramp-buffer-file-attributes'. Suggested by RMS.
15736 (tramp-message): Insert "\n" if not being at beginning of line.
15737 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15738 sequence with same logic.
15739 (tramp-completion-handle-expand-file-name): Discard call of
15740 `tramp-drop-volume-letter'. It is not necessary, and there have
15741 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15742 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15743 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15744 should always be visible.
15745 (tramp-handle-insert-directory, tramp-setup-complete)
15746 (tramp-set-process-query-on-exit-flag)
15747 (tramp-append-tramp-buffers): Pacify byte-compiler.
15748 (tramp-bug): Delete non-existing variables from list.
15749 Apply `tramp-load-report-modules' as pre-hook.
15750 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15751 `shell-prompt-pattern' because of non-7bit characters.
15752 Reported by Sebastian Luque <sluque@mun.ca>.
15753 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15754 (tramp-match-string-list): Remove function.
15755 (tramp-wait-for-regexp): Remove call of that function.
15756 Suggested by Kim F. Storm <storm@cua.dk>.
15757 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15758 instead of octal character code ?\600. The latter resulted in a
15759 syntax error with XEmacs.
15760
15761 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15762 XEmacs case; not necessary anymore.
15763 (tramp-smb-handle-write-region): No special handling for
15764 `last-coding-system-used, because this is done in
15765 `tramp-accept-process-output' now.
15766 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15767
15768 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15769
15770 * wid-edit.el (widget-choice-value-create):
15771 Unconditionally respect user choice. Set :explicit-choice back to nil
15772 when no longer needed.
15773 (widget-choice-action): Unconditionally respect user choice.
15774 Eliminate :explicit-choice-value.
15775
15776 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15777
15778 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15779 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15780 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15781 running new function `toggle-indicate-empty-lines'.
15782 Rename "Customize" item to "Customize fringe".
15783 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15784 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15785 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15786 Delete "Empty lines only" item.
15787 (menu-bar-showhide-fringe-ind-customize): New function.
15788 (menu-bar-showhide-fringe-ind-mixed)
15789 (menu-bar-showhide-fringe-ind-box)
15790 (menu-bar-showhide-fringe-ind-right)
15791 (menu-bar-showhide-fringe-ind-left)
15792 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15793 instead of `fringe-indicators'.
15794
15795 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15796
15797 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15798 Change the date of last update.
15799
15800 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15801
15802 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15803 (viper-exec-yank, viper-put-back): Don't display modification msg
15804 if in the minibuffer.
15805
15806 * viper-init.el (viper-replace-overlay-cursor-color)
15807 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15808 Make variables frame local.
15809
15810 * viper-util.el (viper-append-filter-alist): Use append instead of
15811 nconc.
15812
15813 * viper.el (viper-vi-state-mode-list)
15814 (viper-emacs-state-mode-list): Move help-mode and
15815 completion-list-mode from the first list to the second.
15816 (viper-mode): Docstring.
15817 (viper-go-away, viper-non-hook-settings): Don't localize
15818 minor-mode-alist in newer Emacsen. Add advice to
15819 set-cursor-color. Don't bind "\C-c\\".
15820
15821 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15822
15823 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15824 (scheme-macro-expand-command): New user options.
15825 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15826 (scheme-form-at-point, scheme-start-file)
15827 (scheme-interactively-start-process): New functions.
15828 (scheme-get-process): New function, extracted from `scheme-proc'.
15829 (run-scheme): Call `scheme-start-file' to get start file, and pass
15830 it to `make-comint'.
15831 (switch-to-scheme, scheme-proc):
15832 Call `scheme-interactively-start-process' if no Scheme buffer/process
15833 is available.
15834
15835 2005-08-06 Juri Linkov <juri@jurta.org>
15836
15837 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15838 Use `compilation-text-face', `compilation-info-text-face' and
15839 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15840 (compilation-error): New face.
15841 (compilation-error-file-name): Inherit from
15842 `compilation-error' instead of `font-lock-warning-face'.
15843 (compilation-warning-file-name): Inherit from
15844 `compilation-warning' instead of `font-lock-warning-face'.
15845 (compilation-info, compilation-error-file-name)
15846 (compilation-warning-file-name, compilation-info-file-name)
15847 (compilation-line-number, compilation-column-number): Doc fix.
15848 (compilation-error-text-face, compilation-warning-text-face)
15849 (compilation-info-text-face): New face variables.
15850 (compilation-line-face, compilation-column-face)
15851 (compilation-enter-directory-face)
15852 (compilation-leave-directory-face): Doc fix.
15853 (compilation-text-face): New function.
15854
15855 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15856 instead of 1 to display binary file names as info file links.
15857 (grep-error-face): Use `compilation-error-face' instead of
15858 `font-lock-keyword-face'.
15859 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15860 and `compilation-warning-text-face' instead of
15861 `font-lock-keyword-face'. Use `compilation-error-text-face'
15862 instead of `grep-error-face'.
15863
15864 2005-08-05 Kenichi Handa <handa@m17n.org>
15865
15866 * international/code-pages.el: Add autoload cookies for all coding
15867 systems.
15868
15869 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15870
15871 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15872
15873 2005-08-04 Juri Linkov <juri@jurta.org>
15874
15875 * progmodes/compile.el (compilation-mode-map):
15876 * progmodes/grep.el (grep-mode-map):
15877 Bind TAB to `compilation-next-error' and [backtab] to
15878 `compilation-previous-error'.
15879
15880 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15881 matching line numbers, column numbers and their ranges with regexp
15882 matching only line numbers.
15883 (grep-context-face): New face variable.
15884 (grep-mode-font-lock-keywords): Use it.
15885
15886 * faces.el (read-face-name): Delete duplicate faces.
15887
15888 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15889
15890 * thumbs.el (thumbs-find-image): Don't make variables
15891 automatically buffer local.
15892 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15893 (thumbs-image-num): Make automatically buffer local.
15894 (thumbs-show-thumbs-list): Use `make-local-variable', not
15895 `make-variable-buffer-local'.
15896 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15897
15898 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15899 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15900 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15901 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15902 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15903 (feelings-about, foullst, found, hello, history, howareyoulst)
15904 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15905 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15906 (neglst, obj, object, owner, please, problems, qlist)
15907 (random-adjective, relation, remlst, repetitive-shortness)
15908 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15909 (shortlst, something, sportslst, stallmanlst, states, subj)
15910 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15911 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15912 Defvar at compile time.
15913
15914 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15915 not `make-variable-buffer-local'.
15916
15917 2005-08-02 Kim F. Storm <storm@cua.dk>
15918
15919 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15920 rectangle overlay in selected window.
15921
15922 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15923
15924 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15925 instead of display group. Make `indicate-buffer-boundaries'
15926 customizable through Custom.
15927
15928 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15929
15930 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15931 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15932 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15933 (gdb-put-string): Fix typos in docstrings.
15934
15935 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15936
15937 Update copyright notices of files in progmodes directory for
15938 release of Emacs 22.1.
15939
15940 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15941
15942 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15943 Don't barf if the GUD buffer has been killed.
15944
15945 2005-08-01 Kim F. Storm <storm@cua.dk>
15946
15947 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15948
15949 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15950
15951 * simple.el (next-error-follow-minor-mode):
15952 make-variable-buffer-local -> make-local-variable.
15953
15954 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15955
15956 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15957 (byte-compile-form-make-variable-buffer-local): New functions to warn
15958 about misuses of make-variable-buffer-local where make-local-variable
15959 was meant.
15960
15961 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15962
15963 * bs.el (bs-attributes-list): Doc fix.
15964 (bs): Update url-link.
15965
15966 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15967 (desktop-load-default): Simplify.
15968
15969 * ibuffer.el (ibuffer-columnize-and-insert-list)
15970 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15971 (ibuffer-unmark-all, ibuffer-toggle-marks)
15972 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15973 (ibuffer-compile-make-format-form, ibuffer-format-column)
15974 (ibuffer-current-buffers-with-marks)
15975 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15976 (ibuffer): Doc fix.
15977 (ibuffer-mode): Fix typo in docstring.
15978 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15979 with `define-obsolete-variable-alias'.
15980 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15981
15982 2005-07-29 Kenichi Handa <handa@m17n.org>
15983
15984 * international/mule-cmds.el (select-message-coding-system):
15985 Be sure to use LF for end-of-line. If no coding system is decided,
15986 return iso-8859-1-unix.
15987
15988 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15989
15990 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15991 (ange-ftp-pending-error-line): New vars.
15992 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15993 to handle the non-fatal no-route-to-host messages.
15994 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15995
15996 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15997
15998 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15999 (isearch-quote-char, isearch-printing-char)
16000 (isearch-text-char-description): "?\ " -> "?\s".
16001 (isearch-lazy-highlight-cleanup)
16002 (isearch-lazy-highlight-initial-delay)
16003 (isearch-lazy-highlight-interval)
16004 (isearch-lazy-highlight-max-at-a-time)
16005 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16006 Declare with define-obsolete-*-alias macros.
16007 (isearch-forward): Fix typo in docstring.
16008 (search-invisible, search-ring-yank-pointer)
16009 (regexp-search-ring-yank-pointer): Doc fixes.
16010
16011 * recentf.el (recentf-menu-append-commands-p): Declare with
16012 `define-obsolete-variable-alias'.
16013 (recentf-max-saved-items, recentf-menu-filter)
16014 (recentf-arrange-by-rule-subfilter): Doc fixes.
16015 (recentf-menu-append-commands-flag)
16016 (recentf-initialize-file-name-history, recentf-expand-file-name)
16017 (recentf-clear-data): Fix typos in docstrings.
16018
16019 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16020
16021 * progmodes/gdb-ui.el: Smarten comments.
16022 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16023
16024 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16025
16026 * term/apollo.el (terminal-init-apollo): New function containing
16027 all former top level forms in the file.
16028 * term/bobcat.el (terminal-init-bobcat):
16029 * term/cygwin.el (terminal-init-cygwin):
16030 * term/iris-ansi.el (terminal-init-iris-ansi):
16031 * term/linux.el (terminal-init-linux):
16032 * term/news.el (terminal-init-news):
16033 * term/rxvt.el (terminal-init-rxvt):
16034 * term/sun.el (terminal-init-sun):
16035 * term/tvi970.el (terminal-init-tvi970):
16036 * term/vt100.el (terminal-init-vt100):
16037 * term/vt102.el (terminal-init-vt102):
16038 * term/vt125.el (terminal-init-vt125):
16039 * term/vt200.el (terminal-init-vt200):
16040 * term/vt201.el (terminal-init-vt201):
16041 * term/vt220.el (terminal-init-vt220):
16042 * term/vt240.el (terminal-init-vt240):
16043 * term/vt300.el (terminal-init-vt300):
16044 * term/vt320.el (terminal-init-vt320):
16045 * term/vt400.el (terminal-init-vt400):
16046 * term/vt420.el (terminal-init-vt420):
16047 * term/wyse50.el (terminal-init-wyse50):
16048 * term/xterm.el (terminal-init-xterm): Likewise.
16049
16050 * term/README: Describe the terminal-init-* functionality.
16051
16052 * startup.el (command-line): After loading the terminal initialization
16053 file call the corresponding terminal initialization function.
16054
16055 2005-07-27 Kenichi Handa <handa@m17n.org>
16056
16057 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16058 negative.
16059
16060 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16061 (ps-mule-composition-prologue): Fix for the case that
16062 RelativeCompose is false.
16063
16064 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16065
16066 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16067
16068 * descr-text.el (describe-char): Handle the case where the list of
16069 chars is displayed in a separate frame.
16070 Be a bit more discriminating when looking for the char.
16071
16072 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16073
16074 * bookmark.el (bookmark-automatically-show-annotations)
16075 (bookmark-read-annotation-text-func): Doc fixes.
16076 (bookmark-save): Improve argument/docstring consistency.
16077 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16078 (bookmark-alist-from-buffer)
16079 (bookmark-upgrade-file-format-from-0)
16080 (bookmark-grok-file-format-version)
16081 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16082 (bookmark-read-annotation-mode)
16083 (bookmark-insert-current-bookmark, bookmark-jump)
16084 (bookmark-exit-hook): Fix typos in docstrings.
16085 (bookmark-exit-hooks): Define as obsolete alias.
16086 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16087 not `bookmark-exit-hooks'. Fix docstring.
16088 (bookmark-bmenu-select): "?\ " -> "?\s".
16089
16090 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16091
16092 * startup.el (command-line): Fix typo.
16093
16094 2005-07-24 Richard M. Stallman <rms@gnu.org>
16095
16096 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16097 not emacs-quick-startup.
16098
16099 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16100
16101 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16102 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16103 instead of `reb-with-current-window'.
16104 (reb-prev-match): Likewise. Also, don't move left if the search
16105 was unsuccessful.
16106 (reb-initialize-buffer): New function.
16107 (re-builder, reb-change-syntax): Use it.
16108
16109 * man.el (Man-goto-page): Make second argument NOERROR optional.
16110
16111 2005-07-23 Richard M. Stallman <rms@gnu.org>
16112
16113 * man.el (Man-bgproc-sentinel): Check here for failure to find
16114 any man page in the output, and report the error here.
16115 (Man-arguments): Make it permanent local.
16116 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16117 (Man-mode): Pass t for NOERROR.
16118
16119 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16120 (grep-mode-font-lock-keywords):
16121 Don't use compilation-...-face for messages that are not file names.
16122
16123 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16124 Don't use compilation-...-face for messages that are not file names.
16125
16126 2005-07-22 Juri Linkov <juri@jurta.org>
16127
16128 * startup.el (normal-splash-screen): Update menu name.
16129
16130 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16131
16132 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16133
16134 * term/xterm.el: Load term/rxvt if the terminal is actually an
16135 rxvt terminal.
16136 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16137
16138 * term/rxvt.el (function-key-map): Use substitute-key-definition
16139 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16140
16141 * term/cygwin.el: New file.
16142
16143 2005-07-22 Kim F. Storm <storm@cua.dk>
16144
16145 * image-file.el (insert-image-file, image-file-yank-handler):
16146 Fix last change to maintain a (unique) yank-handler on yanked images.
16147
16148 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16149
16150 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16151 of the file size (as in "177B" for 177 bytes). This happens with
16152 "ls -lh" on FreeBSD.
16153
16154 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16155
16156 * hilit-chg.el (highlight-changes-global-initial-state)
16157 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16158 (hilit-chg-fixup, highlight-changes-mode):
16159 Fix typos in docstrings.
16160 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16161 Doc fixes.
16162
16163 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16164
16165 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16166 mode function using `eval-after-load'.
16167
16168 2005-07-21 Kim F. Storm <storm@cua.dk>
16169
16170 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16171 included when reporting an emacs crash, and tell about the DEBUG file.
16172
16173 * image-file.el (insert-image-file): Add yank-handler.
16174 (image-file-yank-handler): Yank handler to make unique copies of
16175 images when they are yanked into a buffer next to each other.
16176
16177 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16178
16179 * comint.el (comint-use-prompt-regexp, comint-send-input)
16180 (comint-source-default, comint-extract-string)
16181 (comint-get-source, comint-word, comint-completion)
16182 (comint-source, comint-prompt-read-only, comint-update-fence):
16183 Fix typos in docstrings.
16184 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16185 Declare with define-obsolete-*-alias macros.
16186 (comint-previous-matching-input-from-input)
16187 (comint-next-matching-input-from-input)
16188 (comint-previous-matching-input, comint-next-matching-input)
16189 (comint-forward-matching-input):
16190 Improve argument/docstring consistency.
16191
16192 * desktop.el (desktop-clear-preserve-buffers-regexp):
16193 Also preserve the *server* buffer.
16194
16195 * simple.el (clone-indirect-buffer): Doc fix.
16196 (fixup-whitespace, just-one-space)
16197 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16198 (next-error, next-error-highlight)
16199 (next-error-highlight-no-select, next-error-last-buffer)
16200 (next-error-buffer-p, next-error-find-buffer, next-error)
16201 (previous-error, next-error-no-select, previous-error-no-select)
16202 (open-line, split-line, minibuffer-prompt-width, kill-new)
16203 (binary-overwrite-mode): Fix typos in docstrings.
16204 (set-fill-column): Fix typo in message.
16205
16206 * skeleton.el (skeleton-proxy-new): Doc fix.
16207
16208 * strokes.el (strokes-load-hook): Doc fix.
16209 (strokes-grid-resolution, strokes-get-grid-position)
16210 (strokes-renormalize-to-grid, strokes-read-stroke)
16211 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16212 (strokes-global-map): Fix typos in docstrings.
16213 (strokes-help): Doc fix. Fix help message and pass it through
16214 `substitute-command-keys'.
16215
16216 * tempo.el (tempo-insert-prompt, tempo-interactive)
16217 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16218 (tempo-insert-string-functions, tempo-local-tags)
16219 (tempo-define-template, tempo-insert-template)
16220 (tempo-insert-prompt-compat, tempo-is-user-element)
16221 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16222 Fix typos in docstrings.
16223
16224 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16225 (vcursor-key-bindings, vcursor-use-vcursor-map)
16226 (vcursor-find-window, vcursor-scroll-down)
16227 (vcursor-disable, vcursor-beginning-of-buffer)
16228 (vcursor-end-of-buffer): Fix typos in docstrings.
16229 (vcursor-relative-move, vcursor-get-char-count):
16230 Improve argument/docstring consistency.
16231
16232 * version.el: "?\ " -> "?\s".
16233
16234 * wid-edit.el (widget-default-create, widget-after-change)
16235 (widget-default-format-handler, widget-checklist-add-item)
16236 (widget-radio-add-item, widget-choose, widget-specify-secret)
16237 (widget-field-value-create, widget-field-value-get)
16238 (widget-editable-list-format-handler)
16239 (widget-editable-list-entry-create, widget-group-value-create)
16240 (widget-documentation-link-add)
16241 (widget-documentation-string-value-create): "?\ " -> "?\s".
16242 (widget-convert-text): Doc fix.
16243 (widget-narrow-to-field, widget-field-find)
16244 (widget-url-link-action, widget-emacs-library-link-action)
16245 (widget-color-notify): Fix typos in docstrings.
16246
16247 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16248 (x-select-text, set-w32-system-coding-system)
16249 (w32-add-charset-info): Fix typos in docstrings.
16250
16251 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16252 (cua-enable-cua-keys, cua-use-hyper-key)
16253 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16254 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16255
16256 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16257
16258 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16259 `defalias' instead of faking it.
16260
16261 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16262 (eshell-ls-missing, eshell-ls-dired-initial-args)
16263 (eshell-ls-use-in-dired): Fix typos in docstrings.
16264
16265 2005-07-20 Kim F. Storm <storm@cua.dk>
16266
16267 * emulation/cua-base.el (cua-mode): Improve doc string.
16268
16269 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16270
16271 * abbrev.el (expand-region-abbrevs): Doc fix.
16272 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16273 Improve argument/docstring consistency.
16274
16275 * arc-mode.el (archive-get-descr, archive-alternate-display):
16276 Doc fixes.
16277 (archive-l-e): Improve argument/docstring consistency.
16278 (archive-tmpdir, archive-unixdate, archive-unixtime)
16279 (archive-chmod-entry): Fix typos in docstrings.
16280 (archive-unflag, archive-unflag-backwards)
16281 (archive-unmark-all-files): "?\ " -> "?\s".
16282
16283 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16284 (Buffer-menu-not-modified, Buffer-menu-execute)
16285 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16286 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16287
16288 * composite.el (compose-string, encode-composition-rule)
16289 (compose-last-chars): Fix typos in docstrings.
16290
16291 * desktop.el (desktop-enable, desktop-basefilename):
16292 Declare with `define-obsolete-variable-alias'.
16293 (desktop-internal-v2s): Don't quote keywords.
16294 (desktop-clear): "?\ " -> "?\s".
16295
16296 * dired.el (dired-align-file, dired-flag-backup-files)
16297 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16298 (dired-listing-switches, dired-ls-F-marks-symlinks)
16299 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16300 (dired-directory, dired-faces, dired, dired-revert)
16301 (dired-mode, dired-summary, dired-view-file)
16302 (dired-copy-filename-as-kill, dired-delete-file)
16303 (dired-no-confirm, dired-unmark-all-marks)
16304 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16305 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16306 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16307 Fix typos in message strings.
16308
16309 * dired-x.el (virtual-dired): Declare with `defalias'.
16310 (dired-mark-unmarked-files, dired-local-variables-file)
16311 (dired-omit-here-always): Doc fix.
16312 (dired-omit-mode, dired-find-subdir)
16313 (dired-enable-local-variables, dired-clean-up-buffers-too)
16314 (dired-extra-startup, dired-mark-extension, dired-jump)
16315 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16316 (dired-smart-shell-command, dired-guess-shell-alist-user)
16317 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16318 (dired-x-bind-find-file, dired-x-submit-report):
16319 Fix typos in docstrings.
16320 (dired-mark-unmarked-files): "?\ " -> "?\s".
16321
16322 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16323
16324 * faces.el (describe-face): "?\ " -> "?\s".
16325 (read-all-face-attributes, read-face-font, modify-face)
16326 (face-attr-construct, italic): Fix typos in docstrings.
16327 (frame-update-face-colors): Declare with
16328 `define-obsolete-function-alias'.
16329
16330 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16331 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16332 (magic-mode-alist, buffer-file-numbers-unique)
16333 (write-file-functions, get-free-disk-space):
16334 Fix typos in docstrings.
16335 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16336 (write-contents-hooks, write-file-hooks):
16337 Declare with `define-obsolete-variable-alias'.
16338
16339 * forms-d2.el (arch-rj): Fix typo in docstrings.
16340 (arch-tocol): Likewise. "?\ " -> "?\s".
16341
16342 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16343 Fix typo in docstring.
16344 (set-screen-width, set-screen-height): Delete redundant info in
16345 doctrings.
16346 (new-frame, screen-height, screen-width): Declare with
16347 `define-obsolete-function-alias'.
16348 (delete-frame-hook, blink-cursor): Declare with
16349 `define-obsolete-variable-alias'.
16350
16351 * paths.el (prune-directory-list): Fix typos in docstring.
16352
16353 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16354 (cvs-prefix-get): Fix typos in docstrings.
16355
16356 * ps-print.el (ps-extend-face-list, ps-extend-face)
16357 (ps-print-background-image): Fix typos in docstrings.
16358 (ps-default-fg, ps-default-bg): Doc fixes.
16359
16360 * s-region.el (s-region-bind): Doc fix.
16361 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16362
16363 * textmodes/org.el (org-table-formula-substitute-names)
16364 (org-table-get-vertical-vector): Doc fixes.
16365 (org-table-recalculate): Remove unused argument to `message'.
16366
16367 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16368
16369 * textmodes/org.el (org-table-column-names)
16370 (org-table-column-name-regexp)
16371 (org-table-named-field-locations): New variables.
16372 (org-archive-subtree): Protect `this-command' when calling
16373 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16374 the kill buffer.
16375 (org-complete): Remove fixed-formula completion.
16376 (org-edit-formulas-map): New variable.
16377 (org-table-edit-formulas): New command.
16378 (org-finish-edit-formulas, org-abort-edit-formulas)
16379 (org-show-variable, org-table-get-vertical-vector): New functions.
16380 (org-table-maybe-eval-formula): Handle `:=' fields.
16381 (org-table-get-stored-formulas, org-table-store-formulas)
16382 (org-table-get-formula, org-table-modify-formulas)
16383 (org-table-replace-in-formulas): Handle named field formulas.
16384 (org-table-get-specials): Store locations of named fields.
16385
16386 2005-07-19 Juri Linkov <juri@jurta.org>
16387
16388 * progmodes/grep.el (grep-regexp-alist)
16389 (grep-mode-font-lock-keywords, grep-process-setup):
16390 Use default GNU grep match color "01;31m" instead of "01;41m".
16391 (grep-regexp-alist, grep-mode-font-lock-keywords):
16392 Use `\\[[0-9]*m' instead of `\\[00m'.
16393 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16394 sgr_start where its handling is more important. Use the real
16395 length of sgr_start instead of constant 8.
16396 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16397 specially. Delete all remaining escape sequences.
16398 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16399 (grep-regexp-alist): Make hyperlink only for binary file name
16400 instead of the whole line.
16401 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16402 (grep-mode): Add autoload.
16403
16404 * emacs-lisp/find-func.el (find-function-regexp):
16405 Add `define-compilation-mode'.
16406
16407 2005-07-19 Juri Linkov <juri@jurta.org>
16408
16409 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16410 (compare-windows-sync-string-size, compare-windows-recenter)
16411 (compare-windows-highlight, compare-windows): Add version 22.1.
16412 (compare-windows) <defface>: Inherit from lazy-highlight instead
16413 of duplicating its default value.
16414
16415 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16416 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16417
16418 * descr-text.el (describe-char): Create link buttons for `charset'
16419 and `code point'. Add the current input method name with a link
16420 button to `to input' field. Print face names of display table
16421 characters in `The display table entry is displayed by' section
16422 instead of printing face-id in the `display' field.
16423 Guess hardcoded faces and create a link button for them.
16424 Skip empty fields when calculating max-width.
16425 Treat `widget-create' specially while inserting strings from the
16426 collected field list.
16427 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16428
16429 * diff-mode.el (diff-file-header): Change foreground color from
16430 yellow to green on light backgrounds.
16431 (diff-context): Inherit from `shadow' only for color/grayscale
16432 with more than 88 colors.
16433 (diff-indicator-removed, diff-indicator-added)
16434 (diff-indicator-changed): New faces.
16435 (diff-font-lock-keywords): Use new faces. Regroup rules.
16436 Add "^---$" for `normal' diff format. Fontify `#' lines with
16437 font-lock-comment-delimiter-face and font-lock-comment-face.
16438 Add `#' to ^[^...] in the rule for `diff-context-face'.
16439
16440 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16441 a button-like box. Inherit from `highlight' on low colors.
16442 (shadow): Use shades of gray only for color/grayscale with
16443 more than 88 colors. Use green for light backgrounds with
16444 8 colors, and yellow for dark backgrounds with 8 colors.
16445
16446 * font-lock.el (font-lock-regexp-grouping-backslash):
16447 Don't inherit from escape-glyph (use bold for all cases).
16448
16449 * info.el (info-xref-visited): Use light foreground color `violet'
16450 for dark backgrounds instead of dark color `magenta3'.
16451 (info-title-1): Use `yellow' color for dark backgrounds.
16452
16453 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16454 too-light magenta2.
16455
16456 * replace.el (match): Use slightly more light RoyalBlue3 instead
16457 of dark RoyalBlue4.
16458
16459 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16460
16461 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16462
16463 * novice.el (disabled-command-hook): Declare it with
16464 `define-obsolete-variable-alias'.
16465
16466 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16467 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16468 (desktop-load-default): Add release to obsolescence info.
16469 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16470 (desktop-append-buffer-args, desktop-read):
16471 Fix typos in docstrings.
16472 (desktop-kill): Fix typo in message.
16473 (desktop-save): Doc fix.
16474
16475 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16476
16477 * viper-cmd.el (viper-escape-to-state): Bug fix.
16478 (viper-envelop-ESC-key): Change the definition of fast
16479 keysequence so it'll work with keyboard macros.
16480
16481 * ediff.el (ediff-patch-buffer): Change the docstring.
16482
16483 2005-07-19 Kenichi Handa <handa@m17n.org>
16484
16485 * international/mule-cmds.el (select-safe-coding-system): Try to
16486 use an auto-coding (if any) before anything else. If the found
16487 auto-coding is invalid, show a warning message.
16488
16489 * international/mule.el (find-auto-coding): New function created
16490 by modifying the body of set-auto-coding.
16491 (set-auto-coding): Use find-auto-coding to find a coding.
16492
16493 2005-07-18 Richard M. Stallman <rms@gnu.org>
16494
16495 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16496 not isearch-mode-end-hook-error.
16497 (allout-before-change-protect): Fix error message.
16498
16499 2005-07-18 Juri Linkov <juri@jurta.org>
16500
16501 * allout.el (allout-mode):
16502 * calculator.el (calculator-copy):
16503 * custom.el (custom-known-themes):
16504 * dired.el (dired-desktop-buffer-misc-data)
16505 (dired-restore-desktop-buffer):
16506 * dired-x.el (dired-omit-marker-char):
16507 * files.el (basic-save-buffer):
16508 * font-core.el (font-lock-mode):
16509 * calendar/calendar.el (calendar-goto-hebrew-date)
16510 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16511 (calendar-goto-persian-date):
16512 * language/ethio-util.el (ethio-sera-to-fidel-region):
16513 * textmodes/picture.el (picture-mode):
16514 Delete duplicate duplicate words.
16515
16516 2005-07-18 Juri Linkov <juri@jurta.org>
16517
16518 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16519 chars * ? } |.
16520 (isearch-fallback): Don't call `isearch-process-search-char'.
16521 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16522 (isearch-process-search-char): Call `isearch-fallback' for regexp
16523 chars * ? } |.
16524 (isearch-return-char): Make obsolete with `make-obsolete' instead
16525 of simply documenting it as obsolete in the docstring.
16526 (isearch-fallback): Refill docstring.
16527
16528 * international/isearch-x.el
16529 (isearch-process-search-multibyte-characters): Remove unneeded
16530 `concat'. Add intermediate values to `junk-hist' instead of
16531 `minibuffer-history'. Test the length of `str'.
16532
16533 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16534
16535 * allout.el (allout-resolve-xref): Fix typos in error strings.
16536 (allout-before-change-protect): Remove unneeded `concat'.
16537
16538 * array.el (array-mode, array-reconfigure-rows)
16539 (untabify-backward): Fix typos in docstrings.
16540 (array-reconfigure-rows): Use `insert-buffer-substring', not
16541 `insert-buffer'.
16542
16543 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16544 * progmodes/ada-mode.el (ada-make-body):
16545 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16546
16547 * dired.el (dired-log):
16548 * tar-mode.el (tar-subfile-save-buffer):
16549 * play/zone.el (zone-pgm-stress-destress):
16550 Use `insert-buffer-substring', not `insert-buffer'.
16551
16552 2005-07-17 Simon Josefsson <jas@extundo.com>
16553
16554 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16555
16556 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16557
16558 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16559 Add plain auth method.
16560 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16561
16562 2005-07-17 Kim F. Storm <storm@cua.dk>
16563
16564 * ido.el (dired-other-window): Add ido property.
16565
16566 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16567
16568 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16569 Fix typo in docstring.
16570 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16571 `insert-file-literally'.
16572
16573 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16574 info and delete redundant message. Doc fix.
16575 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16576 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16577
16578 2005-07-16 Richard M. Stallman <rms@gnu.org>
16579
16580 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16581 (byte-compile-and): Use byte-compile-and-recursion.
16582 (byte-compile-or-recursion): New function.
16583 (byte-compile-or): Use that.
16584 (byte-compile-if): Guard the else-clause too.
16585 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16586
16587 * isearch.el (isearch-mode-end-hook-quit): New variable.
16588 (isearch-done): Bind it.
16589 (isearch-mode-end-hook): Doc fix.
16590
16591 * allout.el (allout-isearch-did-quit): Variable deleted.
16592 (allout-real-isearch-abort): Function name no longer used.
16593 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16594 (allout-isearch-rectification): isearch-mode always exists.
16595 Don't set allout-isearch-did-quit.
16596 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16597 allout-isearch-did-quit.
16598 (allout-enwrap-isearch): Just add the hook.
16599 (allout-isearch-abort): Function deleted.
16600 (allout-pre-command-business): Avoid warning.
16601
16602 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16603 Correctly avoid warnings.
16604 (pascal-outline): Likewise.
16605
16606 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16607
16608 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16609
16610 * play/tetris.el (tetris-mode): Avoid warning.
16611
16612 * play/snake.el (snake-mode): Avoid warning.
16613
16614 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16615 (gamegrid-set-display-table): Avoid warning.
16616 (gamegrid-set-timer): Likewise.
16617 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16618 (gamegrid-add-score-with-update-game-score-1): Take FILE
16619 as argument.
16620 (gamegrid-add-score-with-update-game-score): Pass that argument.
16621 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16622
16623 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16624
16625 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16626 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16627
16628 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16629 and insert-file.
16630
16631 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16632 (sc-ask): Avoid warnings.
16633
16634 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16635 (eshell-hist-initialize): Use that var the natural way.
16636
16637 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16638
16639 * emacs-lisp/re-builder.el (reb-cook-regexp):
16640 Avoid warning calling lre-compile-string.
16641 (reb-color-display-p): Avoid warning.
16642
16643 * calculator.el (calculator-last-input): Guard uses
16644 of event-key and key-press-event-p.
16645 (event-key, key-press-event-p): Delete definitions.
16646
16647 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16648 (find-gc-source-directory, find-gc-subrs-callers)
16649 (find-gc-noreturn-list, find-gc-source-files)
16650 (find-gc-subrs-called): Vars renamed and defvar'd.
16651
16652 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16653 (checkdoc-overlay-put, checkdoc-delete-overlay)
16654 (checkdoc-overlay-start, checkdoc-overlay-end)
16655 (checkdoc-mode-line-update, checkdoc-char=):
16656 Define such that compiler knows they are defined.
16657 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16658 (checkdoc-read-event): Delete. Use read-event directly.
16659
16660 * whitespace.el (whitespace-make-overlay)
16661 (whitespace-overlay-put, whitespace-delete-overlay)
16662 (whitespace-overlay-start, whitespace-overlay-end):
16663 Define such that compiler knows they are defined.
16664 (whitespace): Move conditional inside.
16665
16666 * tempo.el (tempo-insert-template): Suppress warning.
16667
16668 * ediff-diff.el (longlines-mode): Add defvar.
16669
16670 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16671
16672 * server.el: Bind "C-x #" in a way that works even if C-x is
16673 redefined to a command key, not a prefix key.
16674
16675 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16676
16677 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16678 cl-make-type-test till execution time.
16679
16680 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16681
16682 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16683 arg ARG and use it.
16684
16685 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16686
16687 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16688
16689 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16690
16691 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16692 a defcustom with two :set or :type keywords.
16693
16694 2005-07-15 Richard M. Stallman <rms@gnu.org>
16695
16696 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16697 Don't give ^M comment-end syntax.
16698
16699 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16700
16701 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16702 Don't consider gdbmi (gdb-mi.el has its own update functions).
16703 (gdb-var-delete): Make it work for gdbmi as well.
16704 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16705
16706 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16707 (gud-speedbar-menu-items): Correct logic for enabling items.
16708
16709 2005-07-15 Kim F. Storm <storm@cua.dk>
16710
16711 * ido.el: Fix commentary.
16712 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16713 Use with-no-warnings around ffap-guesser.
16714 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16715 Let bind minibuffer-completing-file-name to t.
16716
16717 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16718
16719 * startup.el (site-run-file, keyboard-type): Doc fixes.
16720 (command-line): Check for "--basic-display" argument; also for
16721 "--quick", not "--bare-bones" (which was renamed).
16722 (fancy-splash-text): Add missing item "Getting New Versions".
16723 (normal-splash-screen): Fix typos and improve consistency with
16724 `fancy-splash-text'. Update copyright year.
16725
16726 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16727 valid binding for `help-char'.
16728
16729 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16730
16731 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16732
16733 * term.el (term-mode): Disable cua-mode for term buffers.
16734
16735 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16736
16737 * add-log.el (add-log-mailing-address, change-log-merge):
16738 Doc fixes.
16739 (change-log-get-method-definition): Fix typo in docstring.
16740
16741 2005-07-14 Kim F. Storm <storm@cua.dk>
16742
16743 * emulation/cua-base.el:
16744 (cua--pre-command-handler-1, cua--pre-command-handler)
16745 (cua--post-command-handler-1, cua--post-command-handler):
16746 Split in two. Check (buffer local) value of cua-mode.
16747 (cua-selection-mode): New command.
16748
16749 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16750
16751 * custom.el (custom-initialize-safe-set)
16752 (custom-initialize-safe-default): Doc fixes.
16753
16754 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16755 and simplify :init-value again.
16756
16757 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16758 and simplify :init-value again. Delete autoload.
16759
16760 * startup.el (command-line): Use `custom-reevaluate-setting' again
16761 for tooltip-mode.
16762
16763 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16764 a defcustom with two :initialize keywords.
16765
16766 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16767
16768 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16769 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16770 (allout-post-command-business, allout-flag-region)
16771 (isearch-reenable-font-lock, allout-yank)
16772 (allout-insert-latex-header, allout-insert-latex-trailer)
16773 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16774 (allout-latex-verb-quote): Fix typos in docstrings.
16775 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16776 (allout-unprotected, allout-prefix-data):
16777 Improve argument/docstring consistency.
16778 (allout-chart-subtree): Fix argument spec.
16779 (allout-open-topic): Rename `use_sib_bullet' argument to
16780 `use-sib-bullet'. Doc fix.
16781
16782 * whitespace.el (whitespace-check-buffer-leading)
16783 (whitespace-check-buffer-trailing)
16784 (whitespace-check-buffer-indent)
16785 (whitespace-check-buffer-spacetab)
16786 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16787 (whitespace-check-leading-whitespace)
16788 (whitespace-check-trailing-whitespace)
16789 (whitespace-check-spacetab-whitespace)
16790 (whitespace-check-indent-whitespace)
16791 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16792 (whitespace-modes): Fix typos in docstrings.
16793 (defgroup, defcustom): Doc fixes.
16794
16795 * winner.el (winner-mode, winner-boring-buffers)
16796 (winner-pending-undo-ring): Doc fixes.
16797 (winner-ring): Remove unneeded `progn'.
16798 (winner-equal): `defsubst' it.
16799 (winner-redo): Fix message.
16800
16801 2005-07-13 Kim F. Storm <storm@cua.dk>
16802
16803 * simple.el (line-move-1): Always use vertical-motion to
16804 do the last (or only) line move to ensure some movement.
16805 Undo 2005-06-23 change--don't check for overlays.
16806
16807 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16808
16809 * term/mac-win.el (ccl-encode-mac-roman-font)
16810 (ccl-encode-mac-centraleurroman-font)
16811 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16812 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16813 Change charset-id boundary of dimension to ?\xef.
16814 (mac-char-fontspec-list): New constant.
16815 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16816 argument. Nil uses itself as family in font-spec. Previous
16817 behavior for nil is now provided by non-nil non-string argument.
16818 All callers changed. Add font-specs for Mac fonts to
16819 "fontset-default" unless iso8859-1 fonts are installed.
16820
16821 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16824 a continuation line if the \ is preceded by SPC or TAB.
16825 (sh-get-indent-info): Simplify.
16826 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16827 Use with-current-buffer.
16828
16829 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16830 when the matched text is empty.
16831
16832 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16833
16834 * startup.el (command-line): Revert to previous handling of
16835 tooltip-mode. Explain in comment why the complexity is needed.
16836
16837 * tooltip.el (tooltip-mode): Revert to previous implementation of
16838 its defcustom.
16839
16840 * frame.el (blink-cursor-mode): Revert to previous implementation
16841 of its defcustom. Update comment.
16842
16843 2005-07-12 Lars Hansen <larsh@soem.dk>
16844
16845 * desktop.el: Update e-mail address.
16846
16847 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16848
16849 * term/mac-win.el (mac-services-mail-selection)
16850 (mac-services-mail-to): New functions.
16851 (mac-application-menu-map): Bind them.
16852
16853 2005-07-12 wulei <milton@wulei.net> (tiny change)
16854
16855 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16856
16857 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16858
16859 * custom.el (custom-reevaluate-setting): Doc fix.
16860
16861 2005-07-11 Jay Belanger <belanger@truman.edu>
16862
16863 * calc/calc.el (calc-embedded-announce-formula-alist)
16864 (calc-embedded-open-close-plain-alist)
16865 (calc-embedded-open-close-mode-alist): Add checks for additional
16866 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16867
16868 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16869
16870 * custom.el (custom-enable-theme): Don't add theme to
16871 `custom-enabled-themes' with `push' because there is no
16872 setf-method for `delq'.
16873
16874 2005-07-11 Richard M. Stallman <rms@gnu.org>
16875
16876 * custom.el (custom-declare-variable): Doc fix.
16877
16878 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16879 from the alists.
16880
16881 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16882 Do nothing if edebug-active.
16883
16884 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16885 (edebug-display): Do it here instead.
16886
16887 2005-07-10 Richard M. Stallman <rms@gnu.org>
16888
16889 * cus-face.el (custom-theme-set-faces): Make it work.
16890 (custom-reset-faces): Doc fix.
16891 (custom-theme-reset-internal-face, custom-theme-face-value):
16892 Functions deleted.
16893
16894 * custom.el (custom-push-theme): Maintain list of the settings
16895 of a given theme in its theme-settings property.
16896 Maintain position of old settings in the theme-value
16897 or theme-face property.
16898 (custom-enabled-themes): New variable.
16899 (custom-theme-enabled-p): New function.
16900 (provide-theme): Update custom-enabled-themes.
16901 Disable and reenable the `user' theme.
16902 (require-theme): Doc fix.
16903 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16904 (custom-theme-value, custom-theme-variable-value): Likewise.
16905 (custom-theme-reset-internal): Likewise.
16906 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16907 (custom-enable-theme, custom-disable-theme): New functions.
16908 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16909 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16910 (custom-theme-reset-variables): Simplify.
16911 (deftheme, custom-declare-theme, custom-make-theme-feature):
16912 Definitions moved.
16913
16914 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16915
16916 * longlines.el (longlines-show-region)
16917 (longlines-unshow-hard-newlines): Recognize hard newlines by
16918 non-nil hard property, instead of t.
16919
16920 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16921
16922 * viper-cmd.el (viper--key-maps): New variable.
16923 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16924 emulation-mode-map-alists.
16925 (viper-envelop-ESC-key): Use viper-subseq.
16926 (viper-search-forward/backward/next): Disable debug-on-error.
16927
16928 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16929 (viper-ESC-key): New defcustoms.
16930
16931 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16932
16933 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16934 (viper-subseq): Copy of subseq from cl.el.
16935
16936 * viper.el (viper-go-away, viper-set-hooks): Use
16937 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16938
16939 * viper-mous.el (viper-current-frame-saved): Use defvar.
16940
16941 * viper-init.el: Get rid of -face in face names.
16942
16943 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16944 Make it work with longlines mode
16945
16946 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16947
16948 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16949
16950 * ediff-init.el: Get rid of -face in face names.
16951
16952 2005-07-10 Richard M. Stallman <rms@gnu.org>
16953
16954 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16955 and with-timeout-unsuspend.
16956
16957 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16958 and with-timeout-unsuspend.
16959
16960 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16961 (with-timeout): Bind that variable to record timers.
16962 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16963
16964 * emacs-lisp/debug.el (debug-help-follow): New function.
16965 (debugger-mode-map): Use that instead of help-follow.
16966 (debugger-setup-buffer): Use eval-buffer-list
16967 to handle eval-buffer frames.
16968
16969 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16970
16971 * timezone.el (timezone-parse-date): Change first regexp
16972 so it will not mistakenly match dates with no time zone.
16973
16974 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16975
16976 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16977
16978 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16979
16980 * custom.el (custom-initialize-safe-set)
16981 (custom-initialize-safe-default): New functions.
16982
16983 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16984 and simplify :init-value.
16985
16986 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16987 and simplify :init-value. Delete obsolete comment.
16988
16989 * startup.el (command-line): Use `custom-reevaluate-setting' to
16990 handle `tooltip-mode'. Delete obsolete comment.
16991
16992 * files.el (set-visited-file-name): Avoid calling
16993 `file-name-nondirectory' with a nil argument.
16994
16995 2005-07-09 Richard M. Stallman <rms@gnu.org>
16996
16997 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16998 was called with nil for the buffer, handle the read position right.
16999 Handle read position for eval-region, too.
17000
17001 2005-07-09 Juri Linkov <juri@jurta.org>
17002
17003 * fringe.el (fringe-mode): Add period in docstring.
17004 (fringe-query-style): Build prompt depending on `all-frames' arg.
17005
17006 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17007 to not create links to unrelated functions in the Help buffer.
17008
17009 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17010 Doc fix.
17011
17012 * simple.el (next-error-hook): New variable.
17013 (next-error): Use it. Doc fix.
17014
17015 * textmodes/ispell.el (ispell-command-loop): Add current
17016 dictionary name and program name to mode-line-format.
17017 (ispell-region, ispell-process-line): Add current dictionary name
17018 and program name to messages.
17019
17020 2005-07-08 Jay Belanger <belanger@truman.edu>
17021
17022 * calc/calc.el (calc-embedded-announce-formula-alist)
17023 (calc-embedded-open-close-formula-alist)
17024 (calc-embedded-open-close-word-alist)
17025 (calc-embedded-open-close-plain-alist)
17026 (calc-embedded-open-close-new-formula-alist)
17027 (calc-embedded-open-close-mode-alist)
17028 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17029 (calc-embedded-mode-hook): New variables.
17030
17031 * calc/calc-embed.el (calc-embedded-firsttime)
17032 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17033 New variables.
17034 (calc-do-embedded): Use calc-embedded-firsttime,
17035 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17036 determine whether or not to run hooks.
17037 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17038 calc-embedded-firsttime-formula appropriately.
17039 Set calc-embedded delimiter variables according to mode.
17040
17041 2005-07-08 Richard M. Stallman <rms@gnu.org>
17042
17043 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17044 Check for "emacs", etc., as entire symbol, not just as word.
17045 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17046
17047 * files.el (set-visited-file-name): Report the error
17048 for "empty filename" earlier.
17049 (kill-some-buffers): Ignore buffers already dead.
17050
17051 * fringe.el (fringe-mode): Doc fix.
17052
17053 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17054 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17055 Use unwind-protect to ensure byte-compile-unresolved-functions
17056 is updated.
17057
17058 * whitespace.el (whitespace-buffer-leading-cleanup):
17059 Simplify w/ skip-chars-forward.
17060 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17061
17062 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17063 Unconditionally try to leave point at the same old place.
17064
17065 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17066
17067 * comint.el (comint-postoutput-scroll-to-bottom)
17068 (comint-show-maximum-output): Take scroll-margin into consideration.
17069
17070 2005-07-08 Kim F. Storm <storm@cua.dk>
17071
17072 * ido.el (ido-use-filename-at-point): New choice `guess'.
17073 (ido-file-internal): Try ffap-guesser if selected.
17074
17075 * ido.el (ido-before-fallback-functions): New hook.
17076 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17077 (ido-read-file-name): Run it.
17078
17079 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17080
17081 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17082 strings rather than a list of symbols to the completion function.
17083
17084 2005-07-07 Jay Belanger <belanger@truman.edu>
17085
17086 * calc/calc-units.el (math-apply-units): Change the places in
17087 which units are simplified.
17088
17089 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17090
17091 * cus-edit.el (customize-option, customize-option-other-window):
17092 Make them handle aliases.
17093
17094 * custom.el (custom-variable-p): Make it recursively follow
17095 aliases. Mention that in the docstring.
17096
17097 2005-07-07 Richard M. Stallman <rms@gnu.org>
17098
17099 * cus-start.el (exec-path): Use `directory' instead of `file'.
17100 Fix tag for nil.
17101
17102 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17103
17104 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17105 when called non-interactively. Doc fix.
17106
17107 2005-07-07 Lute Kamstra <lute@gnu.org>
17108
17109 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17110 new address as well.
17111
17112 2005-07-07 Kenichi Handa <handa@m17n.org>
17113
17114 * international/mule.el (make-coding-system):
17115 Describe `ascii-incompatible' property in the docstring.
17116 (set-file-name-coding-system): Signal an error if coding-system is
17117 ascii-incompatible.
17118 (set-keyboard-coding-system): Likewise.
17119
17120 * international/mule-cmds.el (set-default-coding-systems):
17121 Don't set default-file-name-coding-system and
17122 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17123
17124 * international/utf-16.el: Declare that all UTF-16-based coding
17125 systems are ASCII-incompatible.
17126
17127 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17128
17129 * progmodes/gud.el: Require font-lock for displaying errors.
17130 Used by gdb-ui.el.
17131
17132 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17135 values for the pattern lists which are `read'able but not
17136 `append'able (like symbols).
17137
17138 2005-07-06 Richard M. Stallman <rms@gnu.org>
17139
17140 * progmodes/flymake.el (flymake-float-time): Instead of
17141 with-no-warnings, test for xemacs.
17142 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17143 to avoid warning.
17144
17145 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17146
17147 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17148
17149 2005-07-05 Lute Kamstra <lute@gnu.org>
17150
17151 * battery.el: Add support for Darwin (with much debugging help
17152 from Samuel Lauber <sam124@operamail.com>).
17153 (battery-status-function, battery-echo-area-format)
17154 (battery-mode-line-format): Add support for pmset on Darwin.
17155 (battery-load-low, battery-load-critical): New user options.
17156 (battery-pmset): New function.
17157
17158 2005-07-05 Lute Kamstra <lute@gnu.org>
17159
17160 Update FSF's address in GPL notices.
17161
17162 * textmodes/page-ext.el: Update FSF's address.
17163
17164 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17165
17166 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17167 filling from using prefix when filling a single-line docstring.
17168
17169 * progmodes/flymake.el: Remove useless eval-when-compile.
17170
17171 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17172
17173 2005-07-04 Richard M. Stallman <rms@gnu.org>
17174
17175 * textmodes/org.el (org-file-apps-defaults-gnu):
17176 Rename from org-file-apps-defaults-linux.
17177 (org-default-apps): Don't test system-type for `linux'.
17178 (org-file-apps): Doc fix.
17179
17180 2005-07-04 David Ponce <david@dponce.com>
17181
17182 * tree-widget.el: Improve header Commentary section.
17183 (tree-widget) [defgroup]
17184 (tree-widget-image-enable, tree-widget-themes-directory)
17185 (tree-widget-theme, tree-widget-image-properties-emacs)
17186 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17187 (tree-widget-image-formats, tree-widget-control)
17188 (tree-widget-empty-control, tree-widget-leaf-control
17189 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17190 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17191 (tree-widget-keep, tree-widget-after-toggle-functions)
17192 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17193 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17194 :help-echo message.
17195 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17196 (tree-widget-image-properties): Doc fix. Clearer implementation.
17197 (tree-widget--cursors): New constant.
17198 (tree-widget-lookup-image): New function split from
17199 `tree-widget-find-image'. Clearer implementation.
17200 (tree-widget-find-image): Use it.
17201 (tree-widget-button-keymap): Use `set-keymap-parent'.
17202 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17203 Define the sub-widgets here.
17204 (tree-widget-node): Check that :node is not a tree-widget.
17205 (tree-widget-get-super, tree-widget-open-control)
17206 (tree-widget-close-control, tree-widget-empty-control)
17207 (tree-widget-leaf-control, tree-widget-guide)
17208 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17209 (tree-widget-no-handle, tree-widget-value-delete)
17210 (tree-widget-map): Remove.
17211 (tree-widget-children-value-save): Doc fix. Simplified.
17212 (tree-widget-value-create): Update according to previous changes.
17213
17214 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17215
17216 * textmodes/org.el: Leading space replaced by TABS.
17217 (org-recalc-marks, org-table-rotate-recalc-marks)
17218 (org-table-get-specials): Treat "^" and "_" marks.
17219 (org-table-justify-field-maybe): Optional argument NEW.
17220 (org-table-eval-formula): Parsing of the format simplified.
17221 New modes C,I. Honor the %= parameter in the current table.
17222 Avoid unnecessary re-align by using the NEW argument to
17223 `org-table-justify-field-maybe'.
17224 (org-calc-default-modes): Default for date-format mimicks org-mode.
17225 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17226
17227 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17228
17229 * cus-face.el (custom-theme-set-faces): Make it handle face
17230 aliases whose alias declarations are pre- or autoloaded.
17231
17232 2005-07-04 Juri Linkov <juri@jurta.org>
17233
17234 * faces.el (read-face-name): Put the code for getting a face name
17235 from the buffer before adding the faces from the `face' property.
17236 Use `completing-read-multiple' instead of `completing-read'.
17237 Require `crm'. Add default value and post-process the returned
17238 list of faces.
17239
17240 * emacs-lisp/crm.el (crm-find-current-element)
17241 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17242
17243 * emacs-lisp/lisp-mode.el (eval-defun-1):
17244 * emacs-lisp/edebug.el (edebug-eval-defun):
17245 Remove unnecessary quotes.
17246
17247 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17248
17249 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17250 (prolog-indent-level): Fix typo in docstring.
17251
17252 * info.el (Info-history, Info-history-forward)
17253 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17254
17255 * add-log.el (add-change-log-entry):
17256 * comint.el (comint-dynamic-list-input-ring)
17257 (comint-dynamic-list-completions):
17258 * dabbrev.el (dabbrev-expand):
17259 * delim-col.el (delimit-columns-rectangle-line):
17260 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17261 (diff-unified->context):
17262 * ediff-init.el (ediff-abbrev-jobname):
17263 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17264 (ediff-replace-session-activity-marker-in-meta-buffer):
17265 * info.el (Info-summary):
17266 * lpr.el (printify-region):
17267 * printing.el (pr-create-interface):
17268 * ps-print.el (ps-print-quote):
17269 * ses.el (ses-column-widths, ses-print-cell)
17270 (ses-adjust-print-width, ses-center):
17271 * shell.el (shell-file-name-quote-list):
17272 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17273 (strokes-fill-current-buffer-with-whitespace)
17274 (strokes-xpm-for-stroke, strokes-list-strokes)
17275 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17276 * term.el (term-dynamic-list-input-ring)
17277 (term-dynamic-list-completions):
17278 * calc/calc.el (math-format-stack-value):
17279 * emacs-lisp/edebug.el (edebug-display-freq-count):
17280 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17281 (delphi-new-comment-line):
17282 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17283 * progmodes/executable.el (executable-set-magic):
17284 * progmodes/python.el (inferior-python-mode):
17285 * progmodes/scheme.el (scheme-mode-syntax-table):
17286 * progmodes/sh-script.el (sh-maybe-here-document):
17287 * progmodes/sql.el (sql-copy-column):
17288 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17289 * textmodes/bibtex.el (bibtex-mode):
17290 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17291 (sgml-auto-attributes):
17292 * textmodes/table.el (table-insert, table-shorten-cell)
17293 (table--generate-source-scan-lines, table-delete-row)
17294 (*table--cell-delete-char, table--spacify-frame)
17295 (table--horizontally-shift-above-and-below)
17296 (table--cell-insert-char, table--cell-blank-str)
17297 (table--fill-region-strictly):
17298 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17299 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17300
17301 * add-log.el (change-log):
17302 * apropos.el (apropos):
17303 * comint.el (comint-completion, comint-source):
17304 * dabbrev.el (dabbrev):
17305 * delim-col.el (columns):
17306 * diff-mode.el (diff-mode):
17307 * ediff.el (ediff):
17308 * ediff-diff.el (ediff-diff):
17309 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17310 * ediff-mult.el (ediff-mult):
17311 * ediff-ptch.el (ediff-ptch):
17312 * ediff-wind.el (ediff-window):
17313 * facemenu.el (facemenu):
17314 * indent.el (indent):
17315 * info.el (info):
17316 * jka-cmpr-hook.el (compression, jka-compr):
17317 * lpr.el (lpr):
17318 * outline.el (outlines):
17319 * pcmpl-cvs.el (pcmpl-cvs):
17320 * pcmpl-rpm.el (pcmpl-rpm):
17321 * printing.el (printing):
17322 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17323 (ps-print-vertical, ps-print-headers, ps-print-font)
17324 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17325 (ps-print-background, ps-print-printer, ps-print-page)
17326 (ps-print-miscellany):
17327 * ses.el (ses):
17328 * shell.el (shell, shell-directories, shell-faces):
17329 * startup.el (initialization):
17330 * strokes.el (strokes):
17331 * term.el (term):
17332 * uniquify.el (uniquify):
17333 * w32-vars.el (w32):
17334 * calc/calc.el (calc):
17335 * emacs-lisp/bytecomp.el (bytecomp):
17336 * emacs-lisp/cl-indent.el (lisp-indent):
17337 * emacs-lisp/edebug.el (edebug):
17338 * emacs-lisp/elp.el (elp):
17339 * emacs-lisp/testcover.el (testcover):
17340 * emacs-lisp/trace.el (trace):
17341 * emulation/viper-ex.el (viper-ex):
17342 * emulation/viper-mous.el (viper-mouse):
17343 * mail/mailalias.el (mailalias):
17344 * mail/supercite.el (supercite, supercite-frames)
17345 (supercite-attr, supercite-cite, supercite-hooks):
17346 * net/rcompile.el (remote-compile):
17347 * net/rlogin.el (rlogin):
17348 * obsolete/ooutline.el (outlines):
17349 * progmodes/delphi.el (delphi):
17350 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17351 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17352 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17353 (ebnf-optimization):
17354 * progmodes/etags.el (etags):
17355 * progmodes/executable.el (executable):
17356 * progmodes/idlwave.el (idlwave):
17357 * progmodes/pascal.el (pascal):
17358 * progmodes/prolog.el (prolog):
17359 * progmodes/python.el (python):
17360 * progmodes/scheme.el (scheme):
17361 * progmodes/sh-script.el (sh, sh-script):
17362 * progmodes/sql.el (SQL):
17363 * progmodes/tcl.el (tcl):
17364 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17365 * textmodes/enriched.el (enriched):
17366 * textmodes/makeinfo.el (makeinfo):
17367 * textmodes/sgml-mode.el (sgml):
17368 * textmodes/table.el (table-hooks):
17369 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17370 * textmodes/texinfo.el (texinfo):
17371 * textmodes/two-column.el (two-column):
17372 Finish `defgroup' description with period.
17373
17374 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17375 * eshell/esh-var.el (eshell-var):
17376 * progmodes/vhdl-mode.el (vhdl-testbench):
17377 * textmodes/org.el (org): Fix typos in docstrings.
17378
17379 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17380 consistency.
17381
17382 * progmodes/flymake.el (flymake-find-file): Remove.
17383 (flymake-float-time): Use `with-no-warnings'.
17384 (flymake-check-start-time, flymake-check-was-interrupted)
17385 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17386 (flymake-new-err-info): `defvar' at compile time.
17387
17388 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17389
17390 * replace.el (occur-hook): Doc fix.
17391 (occur-1): Don't call `occur-hook' if there are no matches.
17392
17393 2005-07-03 Richard M. Stallman <rms@gnu.org>
17394
17395 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17396 global-map, save the same map.
17397 (global-map): Don't alter it at top level.
17398 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17399 Then alter it here instead.
17400 (tpu-edt-off): Set global-map to the saved one.
17401
17402 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17403 All references simplified.
17404 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17405 (zmacs-regions): Add defvar.
17406 (repeat-complex-command-map): Everything about that deleted.
17407
17408 * textmodes/artist.el (artist-key-is-drawing)
17409 (artist-key-endpoint1, artist-key-poly-point-list)
17410 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17411 (artist-key-compl-table, artist-rb-save-data)
17412 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17413 Don't put them in eval-when-compile.
17414 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17415
17416 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17417 Use with-no-warnings.
17418
17419 * net/browse-url.el (dos-windows-version): Add defvar.
17420
17421 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17422
17423 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17424 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17425 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17426 Add defvar.
17427 (rmail-summary-beginning-of-message): Use with-no-warnings.
17428 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17429
17430 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17431 Use with-no-warnings.
17432
17433 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17434 (c-mark-function): Add point-moving-unit property.
17435 (vi-goto-line): Use with-no-warnings.
17436
17437 * emulation/edt.el (edt-last-copied-word): Add defvar.
17438 (zmacs-region-stays): Likewise.
17439 (edt-mark-section-wisely): Use c-mark-function for C.
17440 Use makr-defun for Fortran.
17441 (time-string): defvar deleted.
17442 (edt-display-the-time): Don't set time-string.
17443
17444 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17445
17446 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17447 Don't warn when name is not constant
17448 or for defining the group `emacs'.
17449
17450 * tooltip.el (gud-tooltip-mode): Add defvar.
17451
17452 * startup.el (default-frame-background-mode): Add defvar.
17453
17454 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17455
17456 * info.el (tool-bar-map): Add defvar.
17457
17458 * dired.el (dnd-protocol-alist): Add defvar.
17459
17460 * dired-aux.el (dired-query): Display question with answer, when
17461 the user answers.
17462
17463 * custom.el (custom-add-option): Doc fix.
17464
17465 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17466
17467 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17468
17469 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17470 bogus name from the last change.
17471
17472 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17473
17474 * custom.el (custom-declare-variable): Fix typos in comment.
17475 (custom-known-themes): Doc fix.
17476 (custom-theme-directory): New defcustom.
17477 (require-theme): Make it check `custom-theme-directory'.
17478
17479 * cus-theme.el (custom-new-theme-mode): New function.
17480 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17481 (custom-theme-description): Add compiler defvars.
17482 (customize-create-theme): Add doc to the "*New Custom Theme*"
17483 buffer. Use `custom-new-theme-mode'.
17484 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17485 and save it to the `custom-theme-directory'. Make this the
17486 default directory of the buffer.
17487
17488 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17489
17490 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17491 Fix unbalanced parentheses.
17492
17493 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17494
17495 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17496 into flymake-mode and delegate to flymake-mode.
17497
17498 * find-file.el (ff-which-function-are-we-in): Clean up.
17499
17500 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17501
17502 * replace.el (occur-rename-buffer): Fix docstring.
17503
17504 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17505 (edt-last-copied-word, edt-learn-macro-count)
17506 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17507 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17508 (time-string, zmacs-region-stays):
17509 * emulation/edt-mapper.el (edt-save-function-key-map)
17510 (EDT-key-name): `defvar' to silence the byte-compiler.
17511
17512 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17513
17514 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17515 font-lock-regexp-backslash. Doc fix.
17516 (font-lock-regexp-backslash-grouping-construct): Rename from
17517 font-lock-regexp-backslash-construct. Doc fix.
17518 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17519 grouping constructs.
17520
17521 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17522
17523 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17524 updating all the prerequisites.
17525
17526 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17527
17528 * textmodes/org.el (org-agenda-start-on-weekday)
17529 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17530 (org-agenda-use-time-grid, org-archive-location)
17531 (org-allow-space-in-links, org-usenet-links-prefer-google)
17532 (org-enable-table-editor, org-export-default-language)
17533 (org-export-html-show-new-buffer, org-fill-paragraph)
17534 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17535 (org-goto-quit, org-occur, org-eval-in-calendar)
17536 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17537 (org-agenda-diary-entry, org-remember-help)
17538 (org-table-convert-region, org-at-table-p)
17539 (org-table-move-row-down, org-table-move-row-up)
17540 (org-table-copy-region, org-table-toggle-vline-visibility)
17541 (org-table-get-stored-formulas, org-table-get-specials)
17542 (org-recalc-commands, org-table-eval-formula)
17543 (org-table-formula-substitute-names, orgtbl-make-binding)
17544 (org-format-org-table-html, org-format-table-table-html)
17545 (org-format-table-table-html-using-table-generate-source)
17546 (org-customize): Fix typos in docstrings.
17547 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17548 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17549 (org-back-to-heading): Doc fixes.
17550 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17551 (org-agenda-change-all-lines, org-get-header):
17552 Improve argument/docstring consistency.
17553 (orgtbl-error): Fix error message.
17554
17555 * progmodes/flymake.el (flymake-find-possible-master-files)
17556 (flymake-master-file-compare, flymake-get-line-err-count)
17557 (flymake-highlight-line, flymake-gui-warnings-enabled):
17558 Fix typos in docstrings.
17559 (flymake-parse-line, flymake-get-project-include-dirs-function)
17560 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17561 Doc fixes.
17562 (flymake-get-project-include-dirs-function)
17563 (flymake-make-err-menu-data):
17564 Improve argument/docstring consistency.
17565
17566 2005-07-01 Lute Kamstra <lute@gnu.org>
17567
17568 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17569 Catch errors with ignore-errors. Use temporary buffer.
17570 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17571
17572 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17573 background color faces.
17574 (facemenu-set-foreground, facemenu-set-background):
17575 Use facemenu-set-face-from-menu.
17576 (facemenu-set-face-from-menu): Treat face names that start with
17577 "fg:" or "bg:" as special.
17578 (facemenu-add-new-color): Don't create faces. Simplify.
17579
17580 2005-06-30 Richard M. Stallman <rms@gnu.org>
17581
17582 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17583 (crm-find-current-element): Likewise.
17584
17585 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17586
17587 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17588
17589 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17590
17591 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17592 (archive-mouse-extract): Make it an obsolete alias.
17593 (archive-mode-map): Don't use archive-mouse-extract any more.
17594 (archive-mode, archive-extract): write-contents-hooks ->
17595 write-contents-functions.
17596 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17597 first arg.
17598 (archive-rename-entry): Update the call.
17599 (archive-zip-summarize): Remove unused var `method'.
17600 (archive-lzh-summarize): Remove unused var `creator'.
17601
17602 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17603 dedicated frame upon exit.
17604
17605 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17606 (archive-zip-extract, archive-zip-expunge)
17607 (archive-zip-update, archive-zip-update-case): Use executable-find.
17608 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17609 Use restore-buffer-modified-p.
17610 (archive-extract, archive-add-new-member, archive-write-file-member):
17611 Use with-current-buffer.
17612 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17613
17614 2005-06-30 Andreas Schwab <schwab@suse.de>
17615
17616 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17617
17618 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17619
17620 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17621
17622 2005-06-30 Juri Linkov <juri@jurta.org>
17623
17624 * faces.el (vertical-border): Inherit from mode-line-inactive
17625 only on tty.
17626
17627 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17628
17629 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17630 example, -NLINES in the `occur' docstring).
17631
17632 * replace.el (occur-1): When no matches are found, do not set the
17633 `buffer-read-only' and modified flags for the occur buffer,
17634 because it is deleted.
17635
17636 * emulation/cua-base.el (cua-check-pending-input)
17637 (cua-repeat-replace-region, cua-mode, cua-debug)
17638 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17639 Fix typos in docstrings.
17640
17641 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17642 (cua-cut-region-to-global-mark)
17643 (cua--cut-rectangle-to-global-mark):
17644 Remove period from end of messages.
17645
17646 * emulation/cua-rect.el (cua-do-rectangle-padding):
17647 Remove period from end of messages.
17648 (cua--rectangle-seq-format): Fix typo in docstring.
17649 (cua-sequence-rectangle, cua-fill-char-rectangle):
17650 Improve argument/docstring consistency.
17651
17652 2005-06-29 Juri Linkov <juri@jurta.org>
17653
17654 * faces.el (default-frame-background-mode): New internal variable.
17655 (frame-set-background-mode): Use it.
17656
17657 * startup.el (normal-top-level): Set default-frame-background-mode
17658 instead of frame-background-mode. Before setting it, test for its
17659 nil value. Remove tests for frame-background-mode and frame
17660 parameter `reverse'. Add test for "unspecified-fg".
17661
17662 * term/xterm.el (xterm-rxvt-set-background-mode):
17663 * term/rxvt.el (rxvt-set-background-mode):
17664 Set default-frame-background-mode instead of frame-background-mode.
17665
17666 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17667
17668 * simple.el (set-variable): Warn about obsolete user variables.
17669
17670 * imenu.el (imenu--completion-buffer):
17671 * mouse.el (mouse-buffer-menu-alist):
17672 * msb.el (msb-invisible-buffer-p):
17673 * calendar/diary-lib.el (diary-header-line-format):
17674 * emacs-lisp/pp.el (pp-buffer):
17675 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17676 * textmodes/picture.el (picture-replace-match):
17677 Change space constants followed by a sexp to "?\s ".
17678
17679 * play/decipher.el (decipher-loop-with-breaks):
17680 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17681 constants "protected" from end of line by a comment to "?\s".
17682
17683 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17684
17685 * font-lock.el (save-buffer-state): Use `declare'.
17686
17687 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17688 reset the syntax-table to cperl-mode-syntax-table.
17689 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17690 "foo_print_bar" is not matched as a reserved keyword.
17691
17692 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17693
17694 * textmodes/org.el (orgtbl-setup): New function, for delayed
17695 setup for the orgtbl commands.
17696 (org-calc-default-modes): New option.
17697 (orgtbl-make-binding): Use `defun' to get better help display.
17698 (org-diary): Call `org-compile-prefix-format'.
17699 (org-table-formula-substitute-names): New function.
17700 (org-agenda-day-view, org-agenda-week-view): New commands.
17701 (org-agenda-toggle-week-view): Command removed.
17702 (org-tbl-menu): Split off from org-org-menu.
17703 (org-mode): Move removal of outline-mode menus to here.
17704 (org-table-formula-debug): New option.
17705 (org-table-insert-row): Keep first field if just "#" or "*".
17706 (org-mode): Paragraph regexps fixed.
17707 (org-table-recalculate-regexp): New constant.
17708 (org-table-justify-field-maybe): Avoid replace if not necessary.
17709 (org-copy-special, org-cut-special): Use `call-interactively'.
17710 (org-table-copy-region): Take region from `interactive' call.
17711 (org-trim): Return string even if no match.
17712 (org-formula): New face.
17713 (org-set-font-lock-defaults): No longer highlight "FIXME".
17714 But highlight formula-related fields in table.
17715 (org-table-p): Use regexp, not fontification.
17716 (org-table-align): Handle white space at end of line.
17717 (org-table-formula-evaluate-inline): New option.
17718 (org-mode): Auto-wrapping in comment lines turned off.
17719 (org-table-copy-down): Evaluate only in copied field, not in
17720 destination.
17721 (org-table-current-formula): Variable removed.
17722 (org-table-store-formulas, org-table-get-stored-formulas)
17723 (org-table-modify-formulas, org-table-replace-in-formulas)
17724 (org-table-maybe-eval-formula): New functions.
17725 (org-table-get-formula): Modify to use stored formulas.
17726 (org-table-insert-column, org-table-delete-column)
17727 (org-table-move-column): Call `org-table-modify-formulas'.
17728 (org-complete): Add completion for keyword formulas.
17729 (orgtbl-mode): Pull orgtbl-mode-map to start of
17730 minor-mode-map-alist.
17731
17732 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17733
17734 * progmodes/python.el (python-check): Require `compile' before
17735 modifying its variables.
17736
17737 * newcomment.el (comment-indent-default): Don't get fooled by an early
17738 end of buffer.
17739
17740 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17741
17742 * ps-print.el (ps-print-version): Fix version number.
17743
17744 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17745
17746 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17747
17748 2005-06-28 Richard M. Stallman <rms@gnu.org>
17749
17750 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17751 (flyspell-local-mouse-map): Declaration deleted.
17752 (flyspell-mouse-map): Bind only mouse-2.
17753 (flyspell-mode-map): Don't test flyspell-use-local-map.
17754 (flyspell-overlay-keymap-property-name): Var deleted.
17755 (flyspell-mode-on): Don't make local bindings for
17756 flyspell-mouse-map and flyspell-mode-map.
17757 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17758
17759 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17760
17761 * progmodes/compile.el (compilation-next-error-function):
17762 Don't switch buffers; operate on the current buffer.
17763
17764 * progmodes/compile.el (compilation-error-file-name)
17765 (compilation-warning-file-name, compilation-info-file-name)
17766 (compilation-line-number, compilation-column-number): New faces.
17767 (compilation-error-face, compilation-warning-face)
17768 (compilation-info-face, compilation-line-face)
17769 (compilation-column-face): Use them.
17770
17771 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17772
17773 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17774
17775 * bindings.el (global-map): Bind insertchar and its variants.
17776
17777 2005-06-27 Richard M. Stallman <rms@gnu.org>
17778
17779 * textmodes/artist.el (artist-text-overwrite)
17780 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17781
17782 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17783
17784 * ps-print.el: It was not working the page selection for printing.
17785 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17786 (ps-print-version): New version 6.6.7.
17787 (ps-end-sheet): New fun.
17788 (ps-header-sheet, ps-end-job): Call it.
17789
17790 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17791
17792 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17793
17794 2005-06-27 Lute Kamstra <lute@gnu.org>
17795
17796 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17797 background color faces.
17798 (facemenu-get-face): Delete function.
17799 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17800 (facemenu-add-new-color): Make second argument mandatory.
17801 Create the appropriate face and return it. Simplify.
17802 (facemenu-set-foreground, facemenu-set-background): Don't check if
17803 color is defined. Use return value of facemenu-add-new-color.
17804
17805 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17806
17807 * progmodes/gud.el (gud-filter): Add missing argument to
17808 with-selected-window.
17809
17810 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17813 a :require to the defcustom.
17814
17815 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17816 defcustoms corresponding to minor modes.
17817
17818 2005-06-26 David Ponce <david@dponce.com>
17819
17820 * recentf.el: Require tree-widget instead of wid-edit.
17821 (recentf-filename-handler): Fix widget :type.
17822 (recentf-cancel-dialog, recentf-open-more-files)
17823 (recentf-open-files-action): Doc fix.
17824 (recentf-dialog-goto-first): New function.
17825 (recentf-dialog-mode-map): Set parent keymap first.
17826 (recentf-dialog-mode): Define with define-derived-mode.
17827 Don't display continuation lines in dialogs.
17828 (recentf-edit-list): Rename from recentf-edit-selected-items.
17829 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17830 Simplify.
17831 (recentf-edit-list-validate): New function.
17832 (recentf-edit-list): Update accordingly.
17833 (recentf-open-files-item-shift): Remove.
17834 (recentf-open-files-item): Convert menu elements into tree and
17835 link widgets. Don't create the widgets.
17836 (recentf-open-files): Update accordingly.
17837 (recentf-save-list): Untabify.
17838
17839 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17840
17841 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17842 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17843 partially contained in the active region. Do not take active
17844 region into account when called from Lisp, unless INTERACTIVE arg
17845 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17846 avoid trouble with fields. Make marker point nowhere when no
17847 longer used. Always return nil. Doc fix.
17848 (flush-lines): Add INTERACTIVE arg. Do not take active region
17849 into account when called from Lisp, unless INTERACTIVE arg is
17850 non-nil. Use `forward-line' instead of `beginning-of-line' to
17851 avoid trouble with fields. Make marker point nowhere when no
17852 longer used. Always return nil. Doc fix.
17853 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17854 interchangeable. Do not take active region into account when
17855 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17856 message in echo area when called from Lisp, unless INTERACTIVE arg
17857 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17858 Return the number of matches. Doc fix.
17859 (occur): Doc fix.
17860 (perform-replace): Make comment follow double space convention for
17861 the sake of `outline-minor-mode'.
17862
17863 * faces.el (facep): Doc fix.
17864
17865 2005-06-25 Richard M. Stallman <rms@gnu.org>
17866
17867 * facemenu.el (facemenu-enable-faces-p): New function.
17868 (facemenu-background-menu, facemenu-foreground-menu)
17869 (facemenu-face-menu): Add menu-enable property.
17870
17871 * jka-compr.el (jka-compr-insert-file-contents):
17872 Special handling if cannot find the uncompression program.
17873
17874 * cus-face.el (custom-face-attributes): Add autoload.
17875
17876 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17877 Bind comment-indent-function locally.
17878
17879 * window.el (save-selected-window): Use save-current-buffer.
17880
17881 * subr.el (with-selected-window): Use save-current-buffer.
17882
17883 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17884 and with-current-buffer.
17885
17886 2005-06-24 Richard M. Stallman <rms@gnu.org>
17887
17888 * simple.el (line-move-1): Fix previous change.
17889
17890 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17891
17892 * replace.el (occur-1): Set `buffer-read-only' and the
17893 buffer-modified flag before running `occur-hook' to protect
17894 against unintentional buffer switches that can lead to data loss.
17895
17896 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17897
17898 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17899 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17900 initial error.
17901
17902 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17903 after fresh input.
17904 (gdb-var-create-handler): Put name of expression in quotes.
17905
17906 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17907
17908 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17909 elements of RING in order, and without bogus nil elements.
17910
17911 2005-06-23 Richard M. Stallman <rms@gnu.org>
17912
17913 * simple.el (set-variable): Args renamed; doc fix.
17914 (line-move-1): When there are overlays around, use vertical-motion.
17915
17916 * faces.el (escape-glyph): Use brown against light background.
17917 (nobreak-space): Rename from no-break-space.
17918 Fix previous change.
17919
17920 * dired-aux.el (dired-do-copy): Fix arg prompt.
17921
17922 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17923
17924 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17925
17926 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17927 rather than "Distributor".
17928
17929 2005-06-23 Lute Kamstra <lute@gnu.org>
17930
17931 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17932 (debug-on-entry): Use it. New interactive declaration that uses
17933 function-called-at-point.
17934
17935 2005-06-23 Kim F. Storm <storm@cua.dk>
17936
17937 * subr.el (save-match-data): Add comment about using evaporate arg
17938 to set-match-data.
17939
17940 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17941
17942 * cus-edit.el (customize-face)
17943 (customize-face-other-window): Handle face aliases.
17944
17945 * faces.el (face-documentation, set-face-attribute)
17946 (face-spec-set): Handle face aliases.
17947
17948 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17949
17950 * help-mode.el (help-make-xrefs): If a symbol representing a face
17951 name is not followed by the word "face", it could still be a
17952 function or variable name, so don't bypass other checks.
17953
17954 2005-06-22 Juri Linkov <juri@jurta.org>
17955
17956 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17957 Replace aliased functions with calls where second arg `inherit' is t.
17958
17959 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17960
17961 * progmodes/gdb-ui.el (gdb-error): New variable.
17962 (gdb-error): New function.
17963 (gdb-annotation-rules): Act on error-begin and error annotations.
17964 (gdb-concat-output): Use font-lock-warning-face for errors.
17965
17966 2005-06-22 Miles Bader <miles@gnu.org>
17967
17968 * bindings.el (propertized-buffer-identification): Use renamed
17969 `Buffer-menu-buffer' face.
17970
17971 * faces.el (vertical-border): Rename from `vertical-divider'.
17972 (escape-glyph): Change dark-background color back to `cyan'.
17973
17974 2005-06-21 Juri Linkov <juri@jurta.org>
17975
17976 * faces.el (face-user-default-spec): Try getting `customized-face'
17977 prior to `saved-face'.
17978 (frame-background-mode): Refill docstring.
17979
17980 * emacs-lisp/lisp-mode.el (eval-defun-1):
17981 * emacs-lisp/edebug.el (edebug-eval-defun):
17982 Set `saved-face' temporarily to nil before calling form.
17983 Set `customized-face' to the new spec after that.
17984
17985 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17986
17987 * subr.el (1value, lambda, key-substitution-in-progress):
17988 Doc fixes.
17989
17990 * autoinsert.el (auto-insert-alist):
17991 * ses.el (ses-call-printer):
17992 * subr.el (noreturn):
17993 * emacs-lisp/lisp.el (check-parens):
17994 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17995 * net/browse-url.el (browse-url-mosaic):
17996 * progmodes/cc-defs.el (c-safe-scan-lists):
17997 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17998 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17999 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18000 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18001 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18002 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18003
18004 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18005
18006 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18007
18008 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18009
18010 * calendar/appt.el (appt-make-list): Activate the package, if
18011 not already active (for backwards compatibility).
18012
18013 2005-06-20 Kim F. Storm <storm@cua.dk>
18014
18015 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18016
18017 2005-06-20 Miles Bader <miles@gnu.org>
18018
18019 * faces.el (vertical-divider): New face.
18020
18021 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18022
18023 * simple.el (kill-whole-line): Doc fix.
18024 (next-error-buffer-p, next-error-find-buffer)
18025 (clone-indirect-buffer): Fix typos in docstrings.
18026 (comment-line-break-function): Doc fix: don't say variable
18027 is automatically buffer-local (it isn't).
18028
18029 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18030
18031 * net/tramp-ftp.el (top):
18032 * net/tramp-smb.el (top):
18033 * net/tramp-util.el (top):
18034 * net/tramp-uu.el (top):
18035 * net/tramp-vc.el (top):
18036 * net/tramp.el (top): Revert copyright years back to original
18037 ones. Tramp has a life outside GNU Emacs.
18038
18039 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18040
18041 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18042
18043 2005-06-18 Juri Linkov <juri@jurta.org>
18044
18045 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18046 end of first regexp to limit the match to the position between
18047 line number and source line with same separator character as used
18048 between file name and line number. In the second regexp limit
18049 mouse-face area to file name and line number by adding new group
18050 for them and referring it in HYPERLINK arg.
18051 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18052 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18053 previous line where grep markers may be already removed.
18054
18055 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18056
18057 * progmodes/ps-mode.el: Update version and maintainer's email address.
18058
18059 2005-06-18 Steve Youngs <steve@xemacs.org>
18060
18061 * net/browse-url.el (browse-url-browser-function)
18062 (browse-url-default-browser): Add firefox.
18063 (browse-url-firefox-program, browse-url-firefox-arguments)
18064 (browse-url-firefox-startup-arguments)
18065 (browse-url-firefox-new-window-is-tab): New defcustoms.
18066 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18067
18068 2005-06-17 Richard M. Stallman <rms@gnu.org>
18069
18070 * startup.el (command-line): Warn if specified user name has
18071 no home directory.
18072
18073 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18074 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18075
18076 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18077 Doc fixes.
18078
18079 * faces.el (underline): Try bold if terminal doesn't support underline.
18080
18081 * mail/sendmail.el (mail-setup-with-from): New variable.
18082 (mail-insert-from-field): New function.
18083 (sendmail-send-it): Call it.
18084 (mail-setup): Optionally call it here.
18085
18086 * term/linux.el: Call tty-no-underline.
18087
18088 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18089
18090 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18091
18092 2005-06-17 Miles Bader <miles@gnu.org>
18093
18094 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18095 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18096 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18097 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18098 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18099 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18100 Remove "-face" suffix from face names.
18101 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18102 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18103 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18104 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18105 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18106 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18107 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18108 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18109 New backward-compatibility aliases for renamed faces.
18110 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18111 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18112 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18113 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18114 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18115 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18116 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18117 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18118 Use renamed ediff faces.
18119
18120 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18121 Remove "-face" suffix from face names.
18122 (eshell-test-ok-face, eshell-test-failed-face):
18123 New backward-compatibility aliases for renamed faces.
18124 (eshell-run-test): Use renamed eshell-test faces.
18125
18126 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18127 face name.
18128 (eshell-prompt-face): New backward-compatibility alias for renamed
18129 face.
18130 (eshell-emit-prompt): Use renamed eshell-prompt face.
18131
18132 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18133 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18134 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18135 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18136 Remove "-face" suffix from face names.
18137 (eshell-ls-directory-face, eshell-ls-symlink-face)
18138 (eshell-ls-executable-face, eshell-ls-readonly-face)
18139 (eshell-ls-unreadable-face, eshell-ls-special-face)
18140 (eshell-ls-missing-face, eshell-ls-archive-face)
18141 (eshell-ls-backup-face, eshell-ls-product-face)
18142 (eshell-ls-clutter-face):
18143 New backward-compatibility aliases for renamed faces.
18144 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18145
18146 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18147 Remove "-face" suffix from face name.
18148 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18149 instead of literal face.
18150
18151 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18152
18153 * emacs-lisp/warnings.el (display-warning, lwarn)
18154 (warning-minimum-log-level): Doc fixes.
18155 (warning-minimum-level, warning-minimum-log-level):
18156 Add :debug to :type choices.
18157
18158 * progmodes/ada-mode.el (ada-format-paramlist)
18159 (ada-get-indent-case, ada-check-matching-start)
18160 (ada-check-defun-name, ada-goto-matching-decl-start)
18161 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18162 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18163 (ada-make-subprogram-body): Follow error conventions.
18164 (ada-case-exception-file, ada-indent-comment-as-code)
18165 (ada-indent-handle-comment-special, ada-indent-renames)
18166 (ada-indent-return, ada-search-directories-internal)
18167 (ada-tab-policy, ada-case-exception-substring)
18168 (ada-other-file-alist, ada-matching-start-re)
18169 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18170 (ada-imenu-generic-expression, ada-compile-goto-error)
18171 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18172 (ada-popup-menu, ada-add-extensions, ada-mode)
18173 (ada-region-selected, ada-create-case-exception)
18174 (ada-create-case-exception-substring, ada-after-keyword-p)
18175 (ada-activate-keys-for-case, ada-adjust-case-region)
18176 (ada-adjust-case-buffer, ada-format-paramlist)
18177 (ada-scan-paramlist, ada-insert-paramlist)
18178 (ada-indent-newline-indent)
18179 (ada-indent-newline-indent-conditional)
18180 (ada-justified-indent-current, ada-goto-previous-word)
18181 (ada-indent-current, ada-get-indent-open-paren)
18182 (ada-get-indent-paramlist, ada-get-indent-end)
18183 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18184 (ada-get-indent-block-start, ada-get-indent-subprog)
18185 (ada-get-indent-noindent, ada-get-indent-label)
18186 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18187 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18188 (ada-goto-stmt-end, ada-goto-next-word)
18189 (ada-check-matching-start, ada-check-defun-name)
18190 (ada-goto-matching-decl-start, ada-goto-matching-start)
18191 (ada-goto-matching-end, ada-search-ignore-string-comment)
18192 (ada-in-decl-p, ada-looking-at-semi-or)
18193 (ada-looking-at-semi-private, ada-in-paramlist-p)
18194 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18195 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18196 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18197 (ada-previous-package, ada-create-menu)
18198 (ada-fill-comment-paragraph-justify)
18199 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18200 (ada-other-file-name, ada-last-which-function-line)
18201 (ada-last-which-function-subprog, ada-which-function)
18202 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18203 (ada-gen-treat-proc, ada-check-emacs-version)
18204 (ada-continuation-indent, ada-align-region-separate):
18205 Fix typos in docstrings.
18206 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18207
18208 2005-06-16 Lute Kamstra <lute@gnu.org>
18209
18210 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18211 conditionally.
18212
18213 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18214
18215 * comint.el (comint-replace-by-expanded-filename)
18216 (comint-prompt-regexp, comint-delimiter-argument-list)
18217 (comint-preinput-scroll-to-bottom):
18218 * info.el (Info-hide-cookies-node):
18219 * ls-lisp.el (ls-lisp-classify):
18220 * find-file.el (ff-search-directories, ff-special-constructs)
18221 (ff-find-other-file):
18222 * font-lock.el (font-lock-keywords):
18223 * shell.el (shell-prompt-pattern)
18224 (shell-dynamic-complete-functions, shell-mode)
18225 (shell-delimiter-argument-list):
18226 * term.el (term-replace-by-expanded-filename)
18227 (term-prompt-regexp, term-delimiter-argument-list):
18228 * woman.el (woman-ignore, woman0-if):
18229 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18230 * emacs-lisp/elint.el (elint-init-env):
18231 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18232 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18233 * language/ethio-util.el (ethio-tilde-escape)
18234 (ethio-use-three-dot-question):
18235 * net/zone-mode.el (zone-mode-load-time-setup):
18236 * progmodes/cc-align.el (c-lineup-argcont):
18237 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18238 * progmodes/cperl-mode.el (cperl-set-style-back):
18239 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18240 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18241 Fix spellings in docstrings.
18242
18243 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18244 * progmodes/modula2.el (m2-for): Fix spellings.
18245
18246 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18247
18248 * simple.el (undo-more): Don't use `format' on `error' arguments.
18249 Improve argument/docstring consistency.
18250 (pending-undo-list): Doc fix.
18251
18252 * smerge-mode.el (smerge-ensure-match):
18253 * emulation/vip.el (vip-ex):
18254 * net/zone-mode.el (zone-mode-update-serial):
18255 * progmodes/idlwave.el (idlwave-complete):
18256 * progmodes/vhdl-mode.el (vhdl-visit-file)
18257 (vhdl-compose-wire-components):
18258 Don't use `format' on `error' arguments.
18259
18260 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18261 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18262 (tooltip-help-tips): Fix typos in docstrings.
18263
18264 2005-06-16 David Ponce <david@dponce.com>
18265
18266 * tree-widget.el (tree-widget-value-create): Simplify last change.
18267
18268 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18269
18270 * ido.el (ido-incomplete-regexp): New variable.
18271 (ido-set-matches-1): Handle invalid-regexp error and set
18272 ido-incomplete-regexp.
18273 (ido-incomplete-regexp): New face.
18274 (ido-completions): Use it.
18275 (ido-complete, ido-exit-minibuffer, ido-completions):
18276 Handle incomplete regexps.
18277 (ido-completions): Add check for complete match when entering a regexp.
18278
18279 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18280
18281 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18282
18283 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18284
18285 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18286 by field delimiters.
18287
18288 2005-06-15 David Ponce <david@dponce.com>
18289
18290 * tree-widget.el: eval-and-compile inlined functions so they will
18291 be available at run-time too.
18292 (tree-widget-super-format-handler)
18293 (tree-widget-format-handler): Remove.
18294 (tree-widget-value-create): Handle the :indent property.
18295
18296 2005-06-15 Miles Bader <miles@gnu.org>
18297
18298 * progmodes/which-func.el (which-func): Only inherit
18299 `font-lock-function-name-face' when that makes sense against the
18300 default mode-line face, otherwise set the face color explicitly.
18301
18302 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18303 faces instead of (non-existent) variables.
18304
18305 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18306
18307 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18308 (iswitchb-get-matched-buffers): Likewise. Simplify.
18309
18310 2005-06-14 Miles Bader <miles@gnu.org>
18311
18312 * progmodes/ld-script.el (ld-script-location-counter):
18313 Remove "-face" suffix from face name.
18314 (ld-script-location-counter-face):
18315 New backward-compatibility alias for renamed face.
18316 (ld-script-location-counter-face): Use renamed face.
18317
18318 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18319 (cperl-hash): Remove "-face" suffix from face names.
18320 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18321 New backward-compatibility aliases for renamed faces.
18322 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18323 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18324
18325 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18326 name.
18327 (which-func-face): New backward-compatibility alias for renamed face.
18328 (which-func-format): Use renamed which-func face.
18329
18330 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18331 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18332 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18333 names.
18334 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18335 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18336 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18337 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18338 (vhdl-speedbar-architecture-selected)
18339 (vhdl-speedbar-configuration-selected)
18340 (vhdl-speedbar-package-selected)
18341 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18342 names.
18343 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18344 Use renamed faces.
18345 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18346 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18347 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18348 Use renamed faces.
18349 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18350 names.
18351 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18352 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18353 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18354 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18355 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18356 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18357
18358 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18359 face name.
18360 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18361 (sh-heredoc-face): Use renamed sh-heredoc face.
18362
18363 * progmodes/idlw-help.el (idlwave-help-link):
18364 Remove "-face" suffix from face name.
18365 (idlwave-help-link-face):
18366 New backward-compatibility alias for renamed face.
18367 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18368
18369 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18370 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18371 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18372 New backward-compatibility aliases for renamed faces.
18373 (idlwave-shell-disabled-breakpoint-face)
18374 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18375
18376 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18377 Remove "-face" suffix from face names.
18378 (flymake-errline-face, flymake-warnline-face):
18379 New backward-compatibility aliases for renamed faces.
18380 (flymake-highlight-line): Use renamed flymake faces.
18381
18382 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18383 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18384 (ebrowse-member-class, ebrowse-progress):
18385 Remove "-face" suffix from face names.
18386 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18387 (ebrowse-file-name-face, ebrowse-default-face)
18388 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18389 (ebrowse-progress-face):
18390 New backward-compatibility aliases for renamed faces.
18391 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18392 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18393 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18394 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18395
18396 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18397 antlr-syntax)
18398 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18399 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18400 names.
18401 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18402 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18403 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18404 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18405 backward-compatibility aliases for renamed faces.
18406 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18407 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18408 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18409 remove "font-lock-". Use renamed antlr-mode faces.
18410 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18411 literal face-names with face variable references.
18412
18413 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18414 face name.
18415 (Buffer-menu-buffer-face): New backward-compatibility alias for
18416 renamed face.
18417 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18418
18419 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18420
18421 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18422 Eliminate "-face" suffix.
18423 (makefile-targets): Inherit from font-lock-function-name-face and
18424 eliminate "-face" suffix.
18425 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18426 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18427 actions, instead of prepending, to make it less visible.
18428 (makefile-previous-dependency, makefile-match-dependency):
18429 Don't match a target on a continuation line.
18430
18431 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18432
18433 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18434
18435 * progmodes/gdb-ui.el (menu): Re-order menu items.
18436 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18437
18438 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18439 Define in tooltip.el.
18440 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18441 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18442 gud-tooltip-echo-area.
18443
18444 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18445 backward compatibility and make obsolete.
18446 (tooltip-help-tips): Use tooltip-use-echo-area.
18447 (tooltip-show-help-function): Rename to...
18448 (tooltip-show-help): ...this, because it is a function.
18449 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18450
18451 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18452
18453 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18454 (edebug-print-length, edebug-print-level, edebug-print-circle)
18455 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18456 (edebug-eval-print-last-sexp): Doc fixes.
18457
18458 2005-06-14 Kim F. Storm <storm@cua.dk>
18459
18460 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18461 as the coverage buffer/file/both may change.
18462
18463 2005-06-14 Lute Kamstra <lute@gnu.org>
18464
18465 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18466 and run-mode-hooks. Simplify.
18467
18468 * mail/rmailedit.el (rmail-edit-mode):
18469 * progmodes/octave-inf.el (inferior-octave-mode):
18470 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18471
18472 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18473 and run-mode-hooks.
18474 (recentf-edit-list, recentf-open-files): Don't call
18475 kill-all-local-variables directly.
18476
18477 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18478
18479 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18480
18481 * emacs-lisp/byte-run.el (make-obsolete)
18482 (define-obsolete-function-alias): Rename arguments FUNCTION and
18483 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18484 (make-obsolete-variable, define-obsolete-variable-alias):
18485 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18486 respectively.
18487
18488 * isearchb.el (isearchb-activate):
18489 * pcvs.el (cvs-mode):
18490 * ses.el (ses-load):
18491 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18492 * net/tramp.el (tramp-find-file-exists-command)
18493 (tramp-find-shell):
18494 * progmodes/ada-mode.el (ada-create-case-exception)
18495 (ada-create-case-exception-substring, ada-make-subprogram-body):
18496 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18497 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18498 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18499 * textmodes/org.el (org-promote, org-evaluate-time-range)
18500 (org-agenda-next-date-line, org-agenda-previous-date-line)
18501 (org-agenda-error, org-open-at-point, org-table-move-row)
18502 (org-format-table-table-html-using-table-generate-source)
18503 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18504 * textmodes/reftex.el (reftex-access-scan-info):
18505 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18506 (reftex-toc-promote-prepare): Follow error conventions.
18507
18508 * diff-mode.el (diff-mode): Fix typo in docstring.
18509
18510 * forms.el (forms--intuit-from-file): Fix reference to
18511 `forms-number-of-fields' in error message.
18512 (forms-print): Fix quoting in error message.
18513
18514 * forms.el (forms-mode):
18515 * emulation/vi.el (vi-goto-insert-state):
18516 * progmodes/flymake.el (flymake-new-err-info)
18517 (flymake-start-syntax-check-for-current-buffer)
18518 (flymake-simple-cleanup):
18519 * eshell/esh-var.el (eshell/export):
18520 * progmodes/gud.el (xdb):
18521 * textmodes/flyspell.el (flyspell-incorrect-hook)
18522 (flyspell-maybe-correct-transposition)
18523 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18524
18525 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18526
18527 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18528 minibuffer prompt.
18529
18530 2005-06-13 Kim F. Storm <storm@cua.dk>
18531
18532 * subr.el (add-to-ordered-list): New defun.
18533
18534 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18535 add cua--keymap-alist to emulation-mode-map-alists.
18536
18537 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18538
18539 * subr.el (complete-in-turn): New macro.
18540 (dynamic-completion-table, lazy-completion-table): Add debug info.
18541
18542 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18543 in preference to face aliases.
18544
18545 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18546 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18547 Remove unused vars `start' and `firstline'.
18548 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18549 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18550
18551 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18552
18553 * cus-start.el (all): Don't complain about missing GTK-related
18554 variables, unless either `gtk' is boundp or this isn't a
18555 `windows-nt' build.
18556
18557 2005-06-13 Lute Kamstra <lute@gnu.org>
18558
18559 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18560 run-mode-hooks.
18561
18562 * ediff-mult.el (ediff-meta-mode):
18563 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18564
18565 * ledit.el (ledit-mode): Use delay-mode-hooks.
18566
18567 * woman.el (woman-mode-line-format): Delete constant.
18568 (woman-mode-map): Initialize it properly.
18569 (woman-mode): Set mode-class property to special.
18570 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18571 Set major-mode and mode-name. Don't set mode-line-format directly.
18572 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18573
18574 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18575 string argument obsolete.
18576
18577 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18578
18579 * textmodes/org.el (org-CUA-compatible): New option.
18580 (org-disputed-keys): New variable.
18581 (org-key): New function.
18582 (orgtbl-make-binding): Add docstring to the created function.
18583 (org-mode): Set paragraph start/separate regexps.
18584 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18585 (org-archive-location, org-archive-mark-done)
18586 (org-archive-stamp-time): New options.
18587 (org-archive-subtree): New command.
18588 (org-fill-paragraph): New function.
18589 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18590 (org-fake-empty-table-line): Function removed.
18591 (org-format-org-table-html): Do not create empty table lines at
18592 separator lines. Improved table header treatment.
18593 (org-link-format): New option.
18594 (org-make-link): New function.
18595 (org-insert-link, org-store-link): Use org-make-link.
18596 (org-open-file): Quote file name for shell command, to allow
18597 spaces in file names.
18598 (org-link-regexp): Fix bug with mailto link.
18599 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18600 New constants.
18601 (org-export-as-html): Deal with the optional angles around a link.
18602 Better treatment of file: links.
18603 (org-open-at-point): Replace @{ and @} with < and >.
18604 (org-run-mode-hooks): Function removed.
18605 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18606
18607 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18608
18609 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18610 MI command -data-list-register-values.
18611 (gdb-post-prompt): Indent properly.
18612
18613 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18614
18615 * hilit-chg.el (highlight-changes-colors): Rename from
18616 `highlight-changes-colours'.
18617 (highlight-changes-colours): Keep as obsolete alias.
18618 (highlight-changes-face-list): Doc fix.
18619 (hilit-chg-make-list): Use `highlight-changes-colors'.
18620
18621 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18622
18623 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18624 defun-prompt-regexp.
18625
18626 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18627
18628 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18629 and cygwin.
18630
18631 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18632 Don't use an old loaddefs.el, as in Makefile.in.
18633
18634 2005-06-12 Lute Kamstra <lute@gnu.org>
18635
18636 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18637
18638 * man.el (Man-mode-map): Initialize it properly.
18639 (Man-mode): Set mode-class property to special.
18640
18641 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18642
18643 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18644
18645 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18646 A newline is needed in the docstring there.
18647
18648 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18649 Doc fixes.
18650
18651 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18652
18653 * printing.el: Doc fix. The menubar is no more changed when printing
18654 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18655 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18656 (pr-version): New version number (6.8.4).
18657 (pr-menu-bind): New command.
18658 (pr-update-menus): Docstring and code fix.
18659 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18660 Docstring fix.
18661 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18662 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18663
18664 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18665
18666 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18667 "Returns" to "return", document useful return values, etc.
18668
18669 2005-06-11 Alan Mackenzie <acm@muc.de>
18670
18671 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18672 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18673 (adaptive-file-function): Minor amendment to doc-string.
18674
18675 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18676
18677 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18678 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18679 Fix :type--it is `integer', not `string'.
18680
18681 * faces.el (modeline-highlight): Rename from (the erroneous)
18682 `modeline-higilight'.
18683
18684 2005-06-11 Lute Kamstra <lute@gnu.org>
18685
18686 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18687 lisp-interaction-mode-map but make it the parent.
18688 (edebug-eval-mode): Use define-derived-mode.
18689
18690 2005-06-11 Andreas Schwab <schwab@suse.de>
18691
18692 * bindings.el: Add binding of `ESC functionkey' for every
18693 `M-functionkey'.
18694 * hexl.el (hexl-mode-map): Likewise.
18695
18696 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18697
18698 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18699 [msft]: update regexp for newer msft compilers.
18700
18701 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18702
18703 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18704 ATTLIST portions of included DTDs.
18705 (xml-parse-dtd): Eliminate use of inefficient match-data.
18706
18707 2005-06-10 Miles Bader <miles@gnu.org>
18708
18709 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18710 (mpuz-text): Remove "-face" suffix from face names.
18711 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18712 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18713 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18714
18715 * play/gomoku.el (gomoku-O, gomoku-X):
18716 Remove "-face" suffix from face names.
18717 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18718 New backward-compatibility aliases for renamed faces.
18719 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18720
18721 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18722
18723 * thumbs.el: Fixes for changes of 2005-06-09.
18724 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18725 as a directory.
18726 (thumbs-thumbname): Remove directory separator from format string;
18727 `thumbs-thumbsdir' now returns a valid directory name.
18728 (thumbs-temp-dir): New defsubst.
18729 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18730 Use it.
18731
18732 * cus-edit.el (minibuffer):
18733 * files.el (make-backup-file-name-function):
18734 * filesets.el (filesets-external-viewers):
18735 * hilit-chg.el (highlight-changes-colours)
18736 (highlight-changes-face-list, highlight-changes-rotate-faces):
18737 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18738 * kmacro.el (kmacro-call-macro):
18739 * log-edit.el (log-edit-changelog-full-paragraphs):
18740 * mouse.el (mouse-1-click-follows-link):
18741 * skeleton.el (skeleton-autowrap):
18742 * subr.el (insert-for-yank-1):
18743 * tempo.el (tempo-insert-region):
18744 * terminal.el (terminal-emulator):
18745 * time.el (display-time-mail-face):
18746 * vc.el (vc-annotate):
18747 * vcursor.el (vcursor-copy-line):
18748 * woman.el (woman-bold-headings, woman-ignore)
18749 (woman-default-faces, woman-monochrome-faces):
18750 * calendar/todo-mode.el (todo-insert-threshold):
18751 * emulation/pc-select.el (pc-select-selection-keys-only)
18752 (pc-selection-mode):
18753 * emulation/vip.el (vip-find-char-forward):
18754 * emulation/viper-cmd.el (viper-find-char-forward):
18755 * international/mule-cmds.el
18756 (select-safe-coding-system-accept-default-p)
18757 (input-method-exit-on-invalid-key):
18758 * international/mule-diag.el (describe-coding-system):
18759 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18760 * net/browse-url.el (browse-url-xterm-program):
18761 * obsolete/lazy-lock.el (lazy-lock-mode):
18762 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18763 (cperl-mode):
18764 * progmodes/cpp.el (cpp-face-light-name-list)
18765 (cpp-face-dark-name-list):
18766 * progmodes/delphi.el (delphi-newline-always-indents):
18767 Fix spellings in docstrings.
18768
18769 * ido.el (ido-mode, ido-file-extensions-order)
18770 (ido-default-file-method, ido-default-buffer-method)
18771 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18772 (ido-decorations, ido-read-file-name-as-directory-commands)
18773 (ido-read-file-name-non-ido, ido-work-directory-list)
18774 (ido-ignore-item-temp-list, ido-current-directory)
18775 (ido-magic-forward-char, ido-enter-find-file)
18776 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18777 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18778
18779 2005-06-10 Lute Kamstra <lute@gnu.org>
18780
18781 * play/dunnet.el (dun-mode): Use define-derived-mode.
18782 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18783 obsolete alias.
18784
18785 * play/doctor.el (doctor-mode-map): Remove defvar.
18786 (doctor-mode): Use define-derived-mode.
18787
18788 * mail/mspools.el (mspools-mode):
18789 * net/eudc-hotlist.el (eudc-hotlist-mode):
18790 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18791
18792 2005-06-10 Miles Bader <miles@gnu.org>
18793
18794 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18795 Remove "-face" suffix from face names.
18796 (flyspell-incorrect-face, flyspell-duplicate-face):
18797 New backward-compatibility aliases for renamed faces.
18798 (flyspell-mode-on, make-flyspell-overlay)
18799 (flyspell-highlight-incorrect-region)
18800 (flyspell-highlight-duplicate-region)
18801 (flyspell-display-next-corrections)
18802 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18803
18804 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18805 from face name.
18806 (texinfo-heading-face): New backward-compatibility alias for
18807 renamed face.
18808 (texinfo-heading-face): Use renamed texinfo-heading face.
18809
18810 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18811 suffix from face names.
18812 (tex-math-face, tex-verbatim-face):
18813 New backward-compatibility aliases for renamed faces.
18814 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18815 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18816 literal face name.
18817
18818 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18819 name.
18820 (table-cell-face): New backward-compatibility alias for renamed face.
18821 (table--put-cell-face-property, table--update-cell-face):
18822 Use renamed table-cell face.
18823
18824 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18825 from face name.
18826 (sgml-namespace-face): New backward-compatibility alias for
18827 renamed face.
18828 (sgml-namespace-face): Use renamed sgml-namespace face.
18829
18830 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18831 (org-level-4, org-level-5, org-level-6, org-level-7)
18832 (org-level-8, org-warning, org-headline-done)
18833 (org-deadline-announce, org-scheduled-today)
18834 (org-scheduled-previously, org-link, org-done, org-table)
18835 (org-time-grid): Remove "-face" suffix from face names.
18836 (org-level-1-face, org-level-2-face, org-level-3-face)
18837 (org-level-4-face, org-level-5-face, org-level-6-face)
18838 (org-level-7-face, org-level-8-face, org-warning-face)
18839 (org-headline-done-face, org-deadline-announce-face)
18840 (org-scheduled-today-face, org-scheduled-previously-face)
18841 (org-link-face, org-done-face, org-table-face)
18842 (org-time-grid-face):
18843 New backward-compatibility aliases for renamed faces.
18844 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18845 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18846 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18847 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18848
18849 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18850 (viper-minibuffer-emacs, viper-minibuffer-insert)
18851 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18852 (viper-search-face, viper-replace-overlay-face)
18853 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18854 (viper-minibuffer-vi-face):
18855 New backward-compatibility aliases for renamed faces.
18856 (viper-search-face, viper-replace-overlay-face)
18857 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18858 (viper-minibuffer-vi-face): Use renamed viper faces.
18859
18860 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18861 Remove "-face" suffix from face names.
18862 (testcover-nohits-face, testcover-1value-face):
18863 New backward-compatibility aliases for renamed faces.
18864 (testcover-mark): Use renamed testcover faces.
18865
18866 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18867 face name.
18868 (diary-button-face): New backward-compatibility alias for renamed face.
18869 (diary-entry): Use renamed diary-button face.
18870
18871 * calendar/calendar.el (diary, calendar-today, holiday)
18872 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18873 (diary-face, calendar-today-face, holiday-face):
18874 New backward-compatibility aliases for renamed faces.
18875 (eval-after-load "facemenu", diary-entry-marker)
18876 (calendar-today-marker, calendar-holiday-marker, diary-face):
18877 Use renamed calendar faces.
18878
18879 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18880 (compare-windows-face): New backward-compatibility alias for
18881 renamed face.
18882 (compare-windows-highlight): Use renamed compare-windows face.
18883
18884 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18885 (strokes-char-face): New backward-compatibility alias for renamed face.
18886 (strokes-encode-buffer): Use renamed strokes-char face.
18887
18888 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18889 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18890 Remove "-face" suffix from face names.
18891 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18892 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18893 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18894 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18895 Use renamed pcvs faces.
18896 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18897 * pcvs-defs.el (cvs-mode-map): Likewise.
18898 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18899
18900 * info.el (info-title-1, info-title-2, info-title-3)
18901 (info-title-4): Remove "-face" suffix from and downcase face names.
18902 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18903 (Info-title-4-face):
18904 New backward-compatibility aliases for renamed faces.
18905 (Info-fontify-node): Use renamed info faces.
18906
18907 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18908 Remove "-face" suffix from face names.
18909 (highlight-changes-face, highlight-changes-delete-face):
18910 New backward-compatibility aliases for renamed faces.
18911 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18912 (hilit-chg-make-list): Use renamed highlight-changes faces.
18913
18914 * generic-x.el (show-tabs-tab, show-tabs-space):
18915 Remove "-face" suffix from face names.
18916 (show-tabs-tab-face, show-tabs-space-face):
18917 New backward-compatibility aliases for renamed faces.
18918 (show-tabs-generic-mode-font-lock-defaults-1)
18919 (show-tabs-generic-mode-font-lock-defaults-2):
18920 Use renamed show-tabs faces.
18921
18922 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18923 (smerge-markers): Remove "-face" suffix from face names.
18924 (smerge-mine-face, smerge-other-face, smerge-base-face)
18925 (smerge-markers-face):
18926 New backward-compatibility aliases for renamed faces.
18927 (smerge-mine-face, smerge-other-face, smerge-base-face)
18928 (smerge-markers-face): Use renamed smerge faces.
18929
18930 * log-view.el (log-view-file, log-view-message): Remove "-face"
18931 suffix from face names.
18932 (log-view-file-face, log-view-message-face):
18933 New backward-compatibility aliases for renamed faces.
18934 (log-view-file-face, log-view-message-face): Use renamed log-view
18935 faces.
18936
18937 * paren.el (show-paren-match, show-paren-mismatch):
18938 Remove "-face" suffix from face names.
18939 (show-paren-match-face, show-paren-mismatch-face):
18940 New backward-compatibility aliases for renamed faces.
18941 (show-paren-function): Use renamed show-paren faces.
18942
18943 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18944 (ruler-mode-margins, ruler-mode-fringes)
18945 (ruler-mode-column-number, ruler-mode-fill-column)
18946 (ruler-mode-comment-column, ruler-mode-goal-column)
18947 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18948 suffix from face names.
18949 (ruler-mode-default-face, ruler-mode-pad-face)
18950 (ruler-mode-margins-face, ruler-mode-fringes-face)
18951 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18952 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18953 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18954 New backward-compatibility aliases for renamed faces.
18955 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18956 (ruler-mode-column-number, ruler-mode-fill-column)
18957 (ruler-mode-comment-column, ruler-mode-goal-column)
18958 (ruler-mode-tab-stop, ruler-mode-current-column)
18959 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18960 faces.
18961
18962 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18963 face name.
18964 (whitespace-highlight-the-space): Use renamed face.
18965 (whitespace-highlight-face): New backward-compatibility alias for
18966 renamed face.
18967
18968 * woman.el (woman-italic, woman-bold, woman-unknown)
18969 (woman-addition, woman-symbol-face):
18970 Remove "-face" suffix from face names.
18971 (woman-italic-face, woman-bold-face, woman-unknown-face)
18972 (woman-addition-face):
18973 New backward-compatibility aliases for renamed faces.
18974 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18975 (woman-decode-region, woman-replace-match)
18976 (woman-display-extended-fonts, woman-special-characters)
18977 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18978 Use renamed woman faces.
18979
18980 * longlines.el (longlines-visible-face): Face removed.
18981
18982 * diff-mode.el (diff-header, diff-file-header, diff-index)
18983 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18984 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18985 suffix from face names.
18986 (diff-header-face, diff-file-header-face, diff-index-face)
18987 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18988 (diff-changed-face, diff-function-face, diff-context-face)
18989 (diff-nonexistent-face): New backward-compatibility aliases for
18990 renamed faces.
18991 (diff-header-face, diff-file-header-face)
18992 (diff-index, diff-index-face, diff-hunk-header)
18993 (diff-hunk-header-face, diff-removed, diff-removed-face)
18994 (diff-added, diff-added-face, diff-changed-face, diff-function)
18995 (diff-function-face, diff-context-face, diff-nonexistent)
18996 (diff-nonexistent-face): Use renamed diff-mode faces.
18997
18998 * progmodes/compile.el (compilation-warning-face)
18999 (compilation-info-face): Remove "-face" suffix from face names.
19000 (compilation-warning-face, compilation-info-face):
19001 New backward-compatibility aliases for renamed faces.
19002 (compilation-warning-face, compilation-info-face):
19003 Use renamed compilation faces.
19004
19005 * add-log.el (change-log-date, change-log-name)
19006 (change-log-email, change-log-file, change-log-list)
19007 (change-log-conditionals, change-log-function)
19008 (change-log-acknowledgement): Remove "-face" suffix from face names.
19009 (change-log-date-face, change-log-name-face)
19010 (change-log-email-face, change-log-file-face)
19011 (change-log-list-face, change-log-conditionals-face)
19012 (change-log-function-face, change-log-acknowledgement-face):
19013 New backward-compatibility aliases for renamed faces.
19014 (change-log-font-lock-keywords): Use renamed change-log faces.
19015
19016 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19017 (custom-set, custom-changed, custom-saved, custom-button)
19018 (custom-button-pressed, custom-documentation, custom-state)
19019 (custom-comment, custom-comment-tag, custom-variable-tag)
19020 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19021 (custom-group-tag): Remove "-face" suffix from face names.
19022 (custom-magic-alist, custom-magic-value-create)
19023 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19024 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19025 (custom-set-face, custom-changed-face, custom-saved-face)
19026 (custom-button-face, custom-button-pressed-face)
19027 (custom-documentation-face, custom-state-face)
19028 (custom-comment-face, custom-comment-tag-face)
19029 (custom-variable-tag-face, custom-variable-button-face)
19030 (custom-face-tag-face, custom-group-tag-face-1)
19031 (custom-group-tag-face):
19032 New backward-compatibility aliases for renamed faces.
19033
19034 * wid-edit.el (widget-documentation, widget-button)
19035 (widget-field, widget-single-line-field, widget-inactive)
19036 (widget-button-pressed): "-face" suffix removed from face names.
19037 (widget-documentation-face, widget-button-face)
19038 (widget-field-face, widget-single-line-field-face)
19039 (widget-inactive-face, widget-button-pressed-face):
19040 New backward-compatibility aliases for renamed faces.
19041 (widget-documentation-face, widget-button-face)
19042 (widget-button-pressed-face, widget-specify-field)
19043 (widget-specify-inactive): Use renamed widget faces.
19044
19045 2005-06-10 Kenichi Handa <handa@m17n.org>
19046
19047 * term/x-win.el (x-clipboard-yank): Remove condition-case
19048 wrapping.
19049
19050 2005-06-11 Kenichi Handa <handa@m17n.org>
19051
19052 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19053 date lines stricter.
19054
19055 2005-06-10 Zhang Wei <id.brep@gmail.com>
19056
19057 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19058 of x-get-selection.
19059
19060 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19061
19062 * comint.el (comint-mode, comint-snapshot-last-prompt):
19063 * frame.el (frame-current-scroll-bars):
19064 * term.el (term-mode, term-check-proc, term-input-sender)
19065 (term-simple-send, term-extract-string, term-word)
19066 (term-match-partial-filename):
19067 * window.el (window-current-scroll-bars):
19068 * emulation/cua-base.el (cua-normal-cursor-color)
19069 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19070 (cua-global-mark-cursor-color):
19071 * mail/undigest.el (rmail-forward-separator-regex):
19072 Fix typos in docstrings.
19073
19074 * comint.el (comint-check-proc, make-comint-in-buffer)
19075 (comint-source-default): Doc fixes.
19076
19077 * term.el (term-send-string): Improve argument/docstring consistency.
19078
19079 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19080
19081 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19082 call to `delete-region'.
19083 (comint-mode-hook): Do not enable Font Lock by default.
19084
19085 2005-06-09 Lute Kamstra <lute@gnu.org>
19086
19087 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19088 could be void.
19089
19090 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19091
19092 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19093 (debug): Use it.
19094 (debugger-step-through, debugger-continue, debugger-jump)
19095 (debugger-return-value): Set it when needed.
19096 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19097 Use inhibit-read-only.
19098
19099 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19100
19101 * window.el (shrink-window-if-larger-than-buffer)
19102 (window-size-fixed): Fix typo in docstring.
19103
19104 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19105 thumbnails directory on loading.
19106 (thumbs-conversion-program): Use `eq' to check the system type,
19107 not `equal'.
19108 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19109 not "/tmp". Fix docstring.
19110 (thumbs-thumbsdir): New function to return the thumbnails
19111 directory, creating it if needed.
19112 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19113 (thumbs-temp-file): Delete variable and make it into a function.
19114 (thumbs-resize-image, thumbs-modify-image): Use it.
19115 (thumbs-kill-buffer): Simplify.
19116 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19117 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19118 docstrings.
19119
19120 2005-06-09 Kim F. Storm <storm@cua.dk>
19121
19122 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19123 set-match-data to free markers in match-data.
19124
19125 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19126 match-data to unchain markers in match-data.
19127
19128 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19131 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19132 unnecessary now.
19133
19134 2005-06-08 Richard M. Stallman <rms@gnu.org>
19135
19136 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19137 give the variable a doc string that doesn't say don't set it directly.
19138
19139 * textmodes/ispell.el (ispell-check-version):
19140 Use match-string-no-properties.
19141 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19142 (ispell-buffer-local-words): Likewise.
19143
19144 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19145 except on terminals with enough colors to really display it.
19146 (makefile-dependency-regex): Delete spurious `bb'.
19147
19148 * faces.el (escape-glyph): Use blue once again in last case.
19149 (no-break-space): Redefine so that it isn't invisible on a tty.
19150
19151 2005-06-08 Kim F. Storm <storm@cua.dk>
19152
19153 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19154 also when reading directory name.
19155
19156 2005-06-08 Lute Kamstra <lute@gnu.org>
19157
19158 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19159 (flyspell-mode-line-string): Remove autoload cookie.
19160 (flyspell-mode): Remove defvar.
19161
19162 2005-06-07 Lute Kamstra <lute@gnu.org>
19163
19164 * textmodes/org.el (org-run-mode-hooks): New function.
19165 (org-agenda-mode): Use it.
19166
19167 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19168
19169 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19170
19171 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19172
19173 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19174
19175 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19176
19177 * font-lock.el (font-lock-add-keywords): Doc fix.
19178
19179 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19182 (tex-compile-default): In the absence of any history, use the order in
19183 tex-compile-alist to choose the preferred command.
19184 (tex-compile-commands): Reorder a bit.
19185
19186 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19187 (flyspell-incorrect-face, flyspell-duplicate-face):
19188 Use (X)Emacs-agnostic code.
19189 (flyspell-mode-map): Don't overwrite at each load. Remove code
19190 redundant with the subsequent add-minor-mode. Merge Emacs and
19191 XEmacs code.
19192 (flyspell-word): Minor simplification.
19193 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19194 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19195 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19196 Merge the corresponding Emacs code.
19197 (flyspell-correct-word, flyspell-xemacs-popup):
19198 Use flyspell-do-correct.
19199
19200 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19201 a dedicated window.
19202
19203 * international/latexenc.el (latexenc-find-file-coding-system):
19204 Undo part of last patch, to turn off a compiler warning.
19205
19206 2005-06-06 Juri Linkov <juri@jurta.org>
19207
19208 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19209 Rename `tmm-inactive-face' to `tmm-inactive'.
19210
19211 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19212
19213 * iswitchb.el: Rename faces.
19214
19215 2005-06-06 Kim F. Storm <storm@cua.dk>
19216
19217 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19218 (cua-global-mark): Remove -face suffix from face names.
19219
19220 * emulation/cua-gmrk.el (cua--init-global-mark):
19221 Remove cua-global-mark face setup.
19222
19223 2005-06-06 Richard M. Stallman <rms@gnu.org>
19224
19225 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19226 just like other allowed characters.
19227 (makefile-match-dependency): Exclude leading and training whitespace
19228 from the range of regexp subexp 1.
19229 (makefile-macroassign-regex): Don't try to match the body,
19230 just the name of the macro being defined.
19231
19232 * info.el (Info-read-node-name-2): New function.
19233 (Info-read-node-name-1): Use that.
19234 Add a completion-base-size-function property.
19235
19236 * simple.el (completion-setup-function): Look for
19237 completion-base-size-function property of minibuffer-completion-table.
19238
19239 * files.el (locate-file-completion): Doc fix.
19240
19241 * printing.el: Don't call pr-update-menus; user must do that.
19242
19243 * emacs-lisp/debug.el (debugger-window): New variable.
19244 (debug): Use debugger-window if it is set and still alive.
19245 Record debugger-window for next entry.
19246
19247 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19248
19249 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19250
19251 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19252 (hack-one-local-variable, hack-local-variables)
19253 (hack-local-variables-prop-line): Pass that arg.
19254
19255 2005-06-06 Kim F. Storm <storm@cua.dk>
19256
19257 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19258 (ido-indicator): Remove -face suffix from face names.
19259
19260 2005-06-06 Juri Linkov <juri@jurta.org>
19261
19262 * font-lock.el (font-lock-regexp-backslash)
19263 (font-lock-regexp-backslash-construct): New faces.
19264 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19265 after `('. Add `while-no-input' to control structures.
19266
19267 * faces.el (no-break-space, shadow): New faces.
19268 (escape-glyph): Use less loud colors pink2 and red4.
19269
19270 * diff-mode.el (diff-context-face)
19271 * dired.el (dired-ignored)
19272 * rfn-eshadow.el (file-name-shadow)
19273 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19274
19275 * info.el (Info-title-1-face): Use green instead of yellow because
19276 bold yellow is not readable on light backgrounds.
19277
19278 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19279 before selecting the desired mode to not spend time fontifying
19280 old contents.
19281
19282 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19283
19284 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19285 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19286
19287 * ps-print.el (ps-default-fg, ps-default-bg):
19288 Fix typos in docstrings.
19289
19290 * isearchb.el (isearchb): Don't pass a spurious second argument to
19291 `iswitchb-completions'.
19292
19293 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19294
19295 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19296 to preserve point.
19297 (gdb-find-file-hook): Add doc string.
19298
19299 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19300 C dereferenced pointer expression.
19301 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19302
19303 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19304
19305 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19306 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19307 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19308 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19309 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19310 Make background transparent.
19311
19312 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19313
19314 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19315 (font-lock-remove-keywords): Doc fix.
19316 (font-lock-mode-major-mode): Compiler defvar.
19317 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19318
19319 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19320 (font-lock-mode): Update `font-lock-mode-major-mode'.
19321 (font-lock-set-defaults): Compiler defvar.
19322 (font-lock-default-function): Take `font-lock-mode-major-mode'
19323 into account.
19324
19325 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19326 keep track of which major mode it enabled the minor mode for.
19327 Use find-file-hook again. Update docstring.
19328
19329 * simple.el (eval-expression-print-level)
19330 (eval-expression-print-length, eval-expression-debug-on-error):
19331 Doc fixes.
19332
19333 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19334
19335 * iswitchb.el (iswitchb-single-match-face)
19336 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19337 (iswitchb-invalid-regexp-face): New faces.
19338 (iswitchb-completions): Use them.
19339 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19340 now marked as an obsolete alias.
19341 (iswitchb-read-buffer): Remove check for bound font variables.
19342 (iswitchb-invalid-regexp): New free variable.
19343 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19344 set iswitchb-invalid-regexp.
19345 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19346 invalid regexps.
19347 (iswitchb-completions): Add check for complete match when entering
19348 a regexp.
19349 (iswitchb-completions): Remove require-match argument.
19350 (iswitchb-exhibit): Fix caller.
19351 (iswitchb-common-match-inserted): New variable.
19352 (iswitchb-complete, iswitchb-completion-help): Use it.
19353
19354 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19355
19356 * url-http.el (url-http-chunked-encoding-after-change-function):
19357 Use `url-http-debug' instead of `message'.
19358
19359 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19360
19361 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19362 callback argument.
19363
19364 2005-06-04 Kim F. Storm <storm@cua.dk>
19365
19366 * simple.el (line-move): Only call sit-for when moving backwards.
19367
19368 * ido.el (ido-make-merged-file-list-1): New defun split from
19369 ido-make-merged-file-list.
19370 (ido-make-merged-file-list): Bind throw-on-input around call to
19371 ido-make-merged-file-list-1. Return input-pending-p if
19372 interrupted by more input available.
19373 (ido-read-internal): Handle input-pending-p return value from
19374 ido-make-merged-file-list.
19375
19376 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19377
19378 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19379 compatibility code.
19380
19381 * international/latexenc.el (latexenc-find-file-coding-system):
19382 Don't inherit the EOL part of the coding-system from the
19383 tex-main buffer. Fit within 80 columns.
19384
19385 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19386
19387 * tmm.el (tmm-inactive-face): New face.
19388 (tmm-remove-inactive-mouse-face): New function.
19389 (tmm-prompt, tmm-add-one-shortcut)
19390 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19391 but not selectable.
19392
19393 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19394
19395 * faces.el (face-equal): Improve argument/docstring consistency.
19396
19397 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19398
19399 * progmodes/make-mode.el (makefile-targets-face)
19400 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19401 (makefile-bsdmake-dependency-regex)
19402 (makefile-makepp-rule-action-regex)
19403 (makefile-bsdmake-rule-action-regex): New constants.
19404 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19405
19406 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19407 Allow (...) within `...' for makepp messages.
19408
19409 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19410
19411 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19412
19413 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19414 "." files are deleted from all file lists before comparison.
19415
19416 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19417 (viper-ESC-key): Made them customizable.
19418
19419 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19420
19421 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19422
19423 * autorevert.el (auto-revert-buffers): Use save-match-data.
19424
19425 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19426
19427 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19428 menu items with a nil command binding.
19429
19430 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19431
19432 * emacs-lisp/cl-macs.el (defsetf):
19433 Improve argument/docstring consistency.
19434
19435 * faces.el (list-faces-display): Improve the formatting by
19436 computing the maximum length required for any face-name (reworked
19437 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19438 (internal-find-face): Remove redundant info in docstring.
19439
19440 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19441
19442 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19443 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19444 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19445 (gdb-assembler-custom): Improve regexps.
19446 (def-gdb-auto-update-handler): Use window point to preserve point.
19447
19448 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19449
19450 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19451
19452 2005-05-31 Jay Belanger <belanger@truman.edu>
19453
19454 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19455 to calc-embedded.
19456 (calc-embedded-make-info): Have plain prefix argument select
19457 entire line.
19458
19459 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19460
19461 * faces.el (list-faces-display): Signal error if passed a regexp
19462 that matches no face name.
19463
19464 * simple.el (filter-buffer-substring): Fix typo in docstring.
19465
19466 2005-05-31 Richard M. Stallman <rms@gnu.org>
19467
19468 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19469 (vhdl-emacs-21): Doc fix.
19470 (vhdl-mode): Unconditionally set comment-padding.
19471 (vhdl-fixup-whitespace-region): Insert spaces only where
19472 there are none.
19473 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19474
19475 2005-05-30 John Wiegley <johnw@newartisans.com>
19476
19477 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19478 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19479 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19480 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19481 `string-to-number'.
19482
19483 2005-05-30 Jay Belanger <belanger@truman.edu>
19484
19485 * calc/calc.el (calc-bug-address): Fix docstring.
19486 (calc-window-hook, calc-trail-window-hook): New variables.
19487 (calc-trail-display): Restore use of calc-trail-window-hook.
19488 (calc): Restore use of calc-window-hook.
19489
19490 2005-05-31 Masatake YAMATO <jet@gyve.org>
19491
19492 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19493
19494 * help-fns.el (help-C-file-name): Add autoload mark for
19495 `find-function-noselect'.
19496
19497 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19500 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19501
19502 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19503
19504 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19505 included diary buffer if it was not already being visited.
19506 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19507
19508 * calendar/icalendar.el (top-level): Do not require appt.
19509
19510 * mail/supercite.el (sc-select-attribution): Only use a list
19511 element from sc-attrib-selection-list if it returns a string.
19512 Reported by Davide G. M. Salvetti <salve@debian.org>.
19513
19514 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19515
19516 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19517 includes a hash value to improve its uniqueness, and has a ".jpg"
19518 extension. Also, it is now a valid filename on all systems.
19519 (thumbs-make-thumb): Use `let', not `let*'.
19520 (thumbs-show-thumbs-list): Check for JPEG availability.
19521
19522 2005-05-30 Richard M. Stallman <rms@gnu.org>
19523
19524 * filesets.el (filesets-menu-ensure-use-cached):
19525 Prevent warning when emacs-version>= is undefined.
19526
19527 * printing.el (pr-interactive-n-up): Use string-to-number.
19528
19529 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19530
19531 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19532 Warn only when name to be defined is quoted.
19533
19534 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19535
19536 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19537 Make regexp more robust.
19538 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19539 Force regeneration of disassembly.
19540
19541 2005-05-29 Jay Belanger <belanger@truman.edu>
19542
19543 * calc/calc.el (calc-user-invocation): Check if
19544 calc-invocation-macro is non-nil.
19545
19546 2005-05-29 Juri Linkov <juri@jurta.org>
19547
19548 * add-log.el (change-log-font-lock-keywords):
19549 Add `+' to e-mail regexp to accept mail address with keywords.
19550
19551 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19552
19553 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19554
19555 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19556
19557 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19558
19559 2005-05-29 Richard M. Stallman <rms@gnu.org>
19560
19561 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19562 Undo the change that moves to end of the current word.
19563
19564 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19565
19566 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19567 Throw error when count <= 0 to ensure input is a number.
19568 (gdb-read-memory-custom): Pick up address from buffer.
19569 (gdb-memory-mode): Allow user to increment and decrement
19570 memory address from header line.
19571
19572 2005-05-29 Richard M. Stallman <rms@gnu.org>
19573
19574 * flyspell.el (flyspell-version): Function deleted.
19575 (flyspell-auto-correct-previous-hook): Doc fix.
19576
19577 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19578 Do nothing if memory is full.
19579
19580 * font-lock.el (font-lock-fontify-syntactically-region):
19581 Pass t for GREEDY to looking-back.
19582
19583 * saveplace.el (save-place-alist-to-file): Write the file
19584 using write-region.
19585
19586 * subr.el (looking-back): New argument GREEDY.
19587
19588 * progmodes/compile.el (compilation-start): Set the mode
19589 before inserting the initial text.
19590
19591 * progmodes/which-func.el (which-func-update-1): Turn the mode
19592 off in case of error by setting which-func-mode.
19593
19594 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19595
19596 * flyspell.el (flyspell-auto-correct-previous-word):
19597 Narrow down to what's on the screen, and recenter overlays
19598 at the end of the next word.
19599
19600 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19601
19602 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19603 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19604 (flyspell-abbrev-p): Default to nil.
19605 (flyspell-use-global-abbrev-table-p): Doc fix.
19606 (flyspell-large-region): Allow nil as value.
19607 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19608
19609 (mail-mode-flyspell-verify): More robust handling
19610 of `mail-header-separator'. More efficient signature detection.
19611 Allow for regexp metacharacters in message-header-separator.
19612 Adding `To' not to be checked in mail-mode-flyspell-verify.
19613
19614 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19615 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19616 Bind flyspell-auto-correct-binding.
19617 Bind C-. and C-, .
19618 (flyspell-mode-map): Likewise.
19619 (flyspell-mode): Doc fix.
19620 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19621 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19622 (flyspell-word-cache-result): New var, always local.
19623 (flyspell-check-pre-word-p): Doc fix.
19624 (flyspell-check-changed-word-p): Handle spc like newline.
19625 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19626 (flyspell-word-search-backward, flyspell-word-search-forward):
19627 New functions.
19628 (flyspell-word): Return t if nothing to check.
19629 When parsing TeX code, check for after } or \.
19630 Use flyspell-word-search-backward to find previous word.
19631 Return nil if duplicated word.
19632 For word already checked, return same value as last time.
19633 Set flyspell-word-cache-result after checking.
19634 Don't clobber the return value.
19635 (flyspell-get-word): Major rewrite.
19636 (flyspell-external-point-words): New locals pword, pcount.
19637 Fix size used in progress message.
19638 Find the proper corresponding word in flyspell-large-region-buffer.
19639 (flyspell-region): Check for flyspell-large-region = nil.
19640 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19641 (flyspell-auto-correct-word): Check that WORD is a cons.
19642 (flyspell-correct-word): Likewise.
19643
19644 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19645
19646 * progmodes/make-mode.el (makefile-rule-action-regex)
19647 (makefile-macroassign-regex, makefile-makepp-mode)
19648 (makefile-bsdmake-mode): Continuation lines may be empty.
19649 Reported by Joshua Varner.
19650 (makefile-makepp-font-lock-keywords): Add $(stem).
19651
19652 2005-05-28 Karl Berry <karl@gnu.org>
19653
19654 * textmodes/tex-mode.el: Now that tex-send-command calls
19655 shell-quote-argument (2005-03-31 change), remove all calls to
19656 shell-quote-argument; they all end up invoking tex-send-command.
19657 The double quoting loses on filenames with non-safe characters,
19658 such as "@". Reported by Frederik Fouvry.
19659
19660 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19661
19662 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19663 about preserving point.
19664
19665 2005-05-27 Jay Belanger <belanger@truman.edu>
19666
19667 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19668 Info-goto-node.
19669
19670 * calc/calc-embed.el (calc-embed-arg): New variable.
19671 (calc-do-embedded-activate, calc-embedded-activate-formula)
19672 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19673 variable by new variable.
19674 (calc-embedded-make-info): Replace undeclared variable by new
19675 variable. When selecting region with positive prefix
19676 argument, use end of previous line instead of beginning of line.
19677
19678 * calc/calc-aent.el (calc-arg-values): Declare it.
19679
19680 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19681 Declare them.
19682
19683 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19684
19685 * calc/calc.el (calc-alg-map): Declare it.
19686
19687 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19688
19689 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19690
19691 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19692 (gdb-registers-buffer, toggle-gdb-all-registers):
19693 Toggle display of floating point registers.
19694 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19695
19696 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19697 (toggle-gud-tooltip-dereference):
19698 Rename from gud-toggle-tooltip-dereference.
19699
19700 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19701
19702 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19703
19704 2005-05-27 Jay Belanger <belanger@truman.edu>
19705
19706 * calc/calc-prog.el (calc-kbd-report): Remove.
19707 (calc-kbd-query): Rewrite.
19708
19709 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19710
19711 * image.el (image-library-alist): Move to image.c.
19712 (image-type-available-p): Doc fix.
19713
19714 2005-05-27 Lute Kamstra <lute@gnu.org>
19715
19716 * calc/calc.el (calc):
19717 * outline.el (outline-1, outline-2, outline-3, outline-4)
19718 (outline-5, outline-6, outline-7, outline-8):
19719 * textmodes/dns-mode.el (dns-mode):
19720 * textmodes/sgml-mode.el (sgml-namespace-face):
19721 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19722 (tex-verbatim-face, tex-use-reftex):
19723 * textmodes/texinfo.el (texinfo-heading-face):
19724 Specify customization group.
19725
19726 * longlines.el: Don't require easy-mmode.
19727 (longlines-visible-face): Specify customization group.
19728
19729 2005-05-27 Kenichi Handa <handa@m17n.org>
19730
19731 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19732 encoding table of windows-1251.
19733
19734 * international/ucs-tables.el (ucs-set-table-for-input):
19735 If translation-table-for-input of a coding system is a symbol, get
19736 its translation-table property.
19737
19738 * international/code-pages.el: Don't register a coding system into
19739 non-iso-charset-alist more than once.
19740 (cp-make-coding-system): Likewise.
19741
19742 2005-05-26 John Wiegley <johnw@newartisans.com>
19743
19744 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19745 `eshell-resume-eval' is wrapped in a list, it indicates that the
19746 command was run asynchronously. In that case, unwrap the value
19747 before checking the delimiter value.
19748
19749 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19750 character before a space at the end of a line is \, assume the space
19751 is part of the last argument rather than a final argument separator.
19752
19753 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19754 is in use, and the target is `t' or `nil' (which are the most common
19755 values), don't assume that the symbol target is a buffer.
19756
19757 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19758
19759 * calendar/calendar.el (calendar-mode-line-format):
19760 Use mode-line-highlight as mouse-face.
19761
19762 * time.el (display-time-string-forms, display-time-update):
19763 Use mode-line-highlight as mouse-face.
19764
19765 2005-05-26 Jay Belanger <belanger@truman.edu>
19766
19767 * calc/calc.el (calc-language-alist): Remove extra defvar.
19768
19769 2005-05-26 Lute Kamstra <lute@gnu.org>
19770
19771 * arc-mode.el (archive-mode):
19772 * bookmark.el (bookmark-read-annotation-mode)
19773 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19774 * bs.el (bs-mode):
19775 * calc/calc-yank.el (calc-edit-mode):
19776 * calc/calc.el (calc-mode, calc-trail-mode):
19777 * calculator.el (calculator-mode):
19778 * chistory.el (command-history-mode):
19779 * comint.el:
19780 * cus-edit.el (custom-mode):
19781 * descr-text.el (describe-text-mode):
19782 * ebuff-menu.el (Electric-buffer-menu-mode):
19783 * ediff-util.el (ediff-mode):
19784 * emacs-lisp/re-builder.el (reb-mode):
19785 * emulation/vi.el (vi-mode-setup):
19786 * emulation/ws-mode.el (wordstar-mode):
19787 * eshell/esh-mode.el (eshell-mode):
19788 * forms.el (forms-mode):
19789 * help-mode.el (help-mode):
19790 * hexl.el (hexl-mode):
19791 * ibuffer.el (ibuffer-mode):
19792 * ielm.el (inferior-emacs-lisp-mode):
19793 * info.el (Info-mode, Info-edit-mode):
19794 * international/swedish.el:
19795 * ledit.el (ledit-from-lisp-mode):
19796 * locate.el (locate-mode):
19797 * mail/rmail.el (rmail-mode):
19798 * mail/rmailedit.el (rmail-edit-mode):
19799 * mail/rmailsum.el (rmail-summary-mode):
19800 * mail/supercite.el (sc-electric-mode):
19801 * net/eudc.el (eudc-mode):
19802 * net/quickurl.el (quickurl-list-mode):
19803 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19804 * obsolete/ooutline.el (outline-mode):
19805 * obsolete/options.el (Edit-options-mode):
19806 * obsolete/rnews.el (news-mode):
19807 * obsolete/rnewspost.el (news-reply-mode):
19808 * play/5x5.el (5x5-mode):
19809 * play/decipher.el (decipher-mode, decipher-stats-mode):
19810 * play/gomoku.el (gomoku-mode):
19811 * play/snake.el (snake-mode):
19812 * play/solitaire.el (solitaire-mode):
19813 * play/tetris.el (tetris-mode):
19814 * progmodes/ada-mode.el (ada-mode):
19815 * progmodes/antlr-mode.el (antlr-mode):
19816 * progmodes/autoconf.el (autoconf-mode):
19817 * progmodes/dcl-mode.el (dcl-mode):
19818 * progmodes/delphi.el (delphi-mode):
19819 * progmodes/ebrowse.el (ebrowse-tree-mode)
19820 (ebrowse-electric-list-mode, ebrowse-member-mode)
19821 (ebrowse-electric-position-mode):
19822 * progmodes/f90.el (f90-mode):
19823 * progmodes/fortran.el (fortran-mode):
19824 * progmodes/icon.el (icon-mode):
19825 * progmodes/idlw-help.el (idlwave-help-mode):
19826 * progmodes/idlw-shell.el (idlwave-shell-mode):
19827 * progmodes/idlwave.el (idlwave-mode):
19828 * progmodes/inf-lisp.el (inferior-lisp-mode):
19829 * progmodes/m4-mode.el (m4-mode):
19830 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19831 * progmodes/modula2.el (modula-2-mode):
19832 * progmodes/octave-inf.el (inferior-octave-mode):
19833 * progmodes/octave-mod.el (octave-mode):
19834 * progmodes/pascal.el (pascal-mode):
19835 * progmodes/sh-script.el (sh-mode):
19836 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19837 * progmodes/vhdl-mode.el (vhdl-mode):
19838 * progmodes/xscheme.el (scheme-interaction-mode):
19839 * replace.el (occur-mode):
19840 * ses.el (ses-mode):
19841 * simple.el (completion-list-mode):
19842 * skeleton.el:
19843 * speedbar.el (speedbar-mode):
19844 * term.el (term-mode):
19845 * terminal.el (terminal-edit-mode):
19846 * textmodes/reftex-index.el (reftex-index-mode)
19847 (reftex-index-phrases-mode):
19848 * textmodes/reftex-sel.el (reftex-select-label-mode)
19849 (reftex-select-bib-mode):
19850 * textmodes/reftex-toc.el (reftex-toc-mode):
19851 * wdired.el (wdired-change-to-wdired-mode):
19852 * wid-browse.el (widget-browse-mode):
19853 Use run-mode-hooks.
19854
19855 * array.el (array-mode):
19856 * calendar/todo-mode.el (todo-mode):
19857 * man.el (Man-mode):
19858 * play/landmark.el (lm-mode):
19859 * play/mpuz.el (mpuz-mode):
19860 Use kill-all-local-variables and run-mode-hooks.
19861
19862 * subr.el (delay-mode-hooks): Specify indentation.
19863
19864 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19865
19866 * xml.el (xml-substitute-special): Don't die for undefined xml
19867 entities.
19868
19869 2005-05-26 Jay Belanger <belanger@truman.edu>
19870
19871 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19872 of nil.
19873
19874 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19875
19876 * progmodes/gdb-ui.el (gdb-frame-address):
19877 Rename from gdb-current-address.
19878 (gdb-previous-frame-address): Rename from gdb-previous-address.
19879 (gdb-selected-frame): Rename from gdb-current-frame.
19880 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19881 (gdb-frame-number): Rename from gdb-current-stack-level.
19882 (gdb-ann3): Match new mode-name for disassembly buffer.
19883 Extend initialization of variables.
19884 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19885 (gdb-memory-mode): Use mouse-face in header line.
19886 (gdb-assembler-buffer-name): Call it disassembly and give frame
19887 in mode line.
19888 (gdb-source-spec-regexp, gdb-assembler-custom)
19889 (gdb-invalidate-assembler, gdb-frame-handler):
19890 Make robust to leading zeroes in address format.
19891
19892 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19893
19894 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19895 define `org-mode'.
19896 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19897
19898 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19899
19900 * log-edit.el (log-edit-changelog-entries): Distinguish between
19901 filenames like xfns.c and fns.c.
19902
19903 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19904
19905 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19906 point after reverting.
19907 (Buffer-menu-make-sort-button): Handle the case where
19908 `Buffer-menu-use-header-line' is nil.
19909
19910 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19911
19912 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19913 New funcs. In minibuffer-local-completion-map bind `]', `/'
19914 and `:' to them.
19915
19916 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19917
19918 * startup.el (normal-top-level): Allow modification of load-path while
19919 we're iterating over it.
19920
19921 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19922
19923 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19924 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19925 (thumbs-resize-interactive, thumbs-insert-image)
19926 (thumbs-insert-thumb, thumbs-dired-show-marked)
19927 (thumbs-find-image-at-point, thumbs-delete-images)
19928 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19929 (thumbs-increment-image-size, thumbs-decrement-image-size):
19930 Fix typos in docstrings.
19931
19932 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19933
19934 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19935 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19936 (cperl-mode): Use them.
19937
19938 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19939
19940 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19941 Doc fixes.
19942
19943 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19944
19945 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19946 Bind C-d to gdb-inferior-io-eof.
19947
19948 * dired.el (dired-dnd-popup-notice): Use message-box.
19949
19950 2005-05-23 Masatake YAMATO <jet@gyve.org>
19951
19952 * bindings.el (mode-line-major-mode-keymap):
19953 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19954
19955 * faces.el (mode-line-highlight): New face.
19956
19957 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19958 as mouse-face.
19959
19960 * bindings.el (top-level, help-echo, mode-line-modified)
19961 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19962 as mouse-face.
19963
19964 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19965
19966 * progmodes/cc-engine.el (c-guess-basic-syntax):
19967 Remove spurious call to `zerop'.
19968
19969 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19970
19971 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19972
19973 CC Mode update to 5.30.10:
19974
19975 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19976 could go past the limit in decoration level 2, thereby causing
19977 errors during interactive fontification.
19978
19979 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19980 the file is evaluated interactively.
19981
19982 * cc-engine.el (c-guess-basic-syntax): Handle operator
19983 declarations somewhat better in C++.
19984
19985 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19986 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19987 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19988 (awk-mode): Use it.
19989 (make-local-hook): Suppress warning about obsoleteness.
19990
19991 * cc-engine.el, cc-align.el, cc-cmds.el
19992 (c-append-backslashes-forward, c-delete-backslashes-forward)
19993 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19994 Compensate for return value from `forward-line' when it has moved
19995 but not to a different line due to eob.
19996
19997 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19998 `objc-method-intro' and `objc-method-args-cont'.
19999
20000 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20001
20002 CC Mode update to 5.30.10:
20003
20004 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20005 in the copyright statement. Incidentally, change "along with GNU
20006 Emacs" to "along with this program" where it occurs.
20007
20008 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20009 so that it is interactive, hence can be found by M-x awk-mode
20010 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20011 <gmorris+emacs@ast.cam.ac.uk>.
20012
20013 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20014 Mode's regexps.
20015
20016 2005-05-23 Kevin Ryde <user42@zip.com.au>
20017
20018 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20019 c-parse-state, to avoid a lisp error (on bad code).
20020
20021 2005-05-23 Lute Kamstra <lute@gnu.org>
20022
20023 * subr.el (font-lock-defaults): Remove defvar as it's already
20024 defined in font-core.el.
20025
20026 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20027
20028 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20029
20030 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20031 more general and work when GDB variable "print pretty" is on,
20032 as with Emacs, for example.
20033
20034 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20035
20036 * font-core.el: Update comment.
20037
20038 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20039 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20040
20041 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20042
20043 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20044
20045 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20046 and `yank-handler' in the doc strings.
20047
20048 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20049
20050 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20051
20052 2005-05-22 Richard M. Stallman <rms@gnu.org>
20053
20054 * help.el (describe-key): Move print-help-return-message call
20055 out of conditional.
20056
20057 * progmodes/etags.el (list-tags): Use with-no-warnings.
20058
20059 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20060 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20061 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20062
20063 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20064
20065 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20066 Add defvar.
20067
20068 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20069 Use defvar, not defconst.
20070
20071 * hexl.el (hexl-follow-line): Use with-no-warnings.
20072
20073 * emulation/tpu-extras.el: Use write-file-functions instead of
20074 write-file-hooks.
20075
20076 * dired.el (dired-font-lock-keywords): Fontify files with junk
20077 extensions even if marked by -F.
20078
20079 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20080
20081 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20082 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20083 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20084 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20085 (concatenate, list-length, get*, getf, cl-remprop):
20086 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20087 (etypecase, progv, lexical-let, lexical-let*)
20088 (multiple-value-bind, multiple-value-setq, shiftf):
20089 Improve argument/docstring consistency.
20090
20091 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20092
20093 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20094
20095 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20096 doesn't exist.
20097
20098 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20099 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20100
20101 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20102
20103 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20104 already deleted variables: auto-fill-hook, blink-paren-hook,
20105 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20106 suspend-hooks, comment-indent-hook, meta-flag,
20107 before-change-function, after-change-function,
20108 font-lock-doc-string-face.
20109
20110 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20111
20112 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20113
20114 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20115
20116 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20117 rmail-dont-reply-to.
20118
20119 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20120
20121 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20122 literal blank when splitting new-header-values.
20123
20124 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20125
20126 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20127 string so that tmm doesn't create a completion entry for it.
20128
20129 * textmodes/table.el (table-disable-menu): Ditto.
20130
20131 2005-05-21 Richard M. Stallman <rms@gnu.org>
20132
20133 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20134
20135 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20136
20137 * net/rcompile.el (remote-compile): Use compilation-start.
20138
20139 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20140
20141 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20142
20143 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20144 Default to makefile-bsdmake-mode on BSD systems.
20145
20146 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20147 REGEXP may also be a search function now. The part of doc-string
20148 for describing the structure was 95% identical to that of
20149 `imenu--generic-function'. Unify it there.
20150
20151 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20152 Use function to find dependencies, because regexp alone is so complex,
20153 it easily goes into an endless loop.
20154 (makefile-makepp-mode): Also add submenu for Perl functions
20155 defined in the makefile.
20156 (makefile-bsdmake-mode): Special imenu-generic-expression no
20157 longer needed, due to function call.
20158 (makefile-match-dependency): Take BOUND into account when checking
20159 if we're through.
20160
20161 2005-05-20 Jay Belanger <belanger@truman.edu>
20162
20163 * calc/calc-units.el (calc-invalidate-units-table):
20164 Use inhibit-read-only.
20165 (math-build-units-table-buffer): Use view-mode.
20166
20167 2005-05-20 David Kastrup <dak@gnu.org>
20168
20169 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20170 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20171
20172 2005-05-20 Lute Kamstra <lute@gnu.org>
20173
20174 * diff-mode.el (diff-header-face, diff-file-header-face)
20175 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20176 (diff-added-face, diff-changed-face, diff-function-face)
20177 (diff-context-face, diff-nonexistent-face): Put them in the
20178 diff-mode customization group.
20179
20180 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20181
20182 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20183
20184 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20185
20186 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20187 Minor regexp-optimization.
20188
20189 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20190
20191 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20192 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20193 (org-agenda-add-time-grid-maybe): New function.
20194 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20195 (org-table-create): `dotimes' instead of `mapcar'.
20196 (org-xor): Simplify implementation.
20197 (org-agenda): `inhibit-redisplay' turned on.
20198 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20199 a consistent line after a state change.
20200 (org-agenda-remove-times-when-in-prefix): New option.
20201 (org-prefix-has-time): New variable.
20202 (org-parse-time-string): Optional argument NODEFAULT.
20203 (org-format-agenda-item): Parse items for time-of-day
20204 specifications and move these into the prefix if possible.
20205 (org-agenda-priority): Get current heading, not previous heading
20206 during agenda remote editing.
20207
20208 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20209
20210 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20211 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20212 (remove-duplicates, delete-duplicates, substitute)
20213 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20214 (nsubstitute-if-not, find, find-if, find-if-not, position)
20215 (position-if, position-if-not, count, count-if, count-if-not)
20216 (mismatch, search, sort*, stable-sort, merge, member*)
20217 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20218 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20219 (intersection, nintersection, set-difference, nset-difference)
20220 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20221 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20222 (nsublis, tree-equal): Improve argument/docstring consistency.
20223
20224 * subr.el (send-string, send-region): Remove obsolescence declaration.
20225 (window-dot, set-window-dot, read-input, show-buffer)
20226 (eval-current-buffer, string-to-int):
20227 Add release number to obsolescence declarations.
20228
20229 2005-05-19 Kim F. Storm <storm@cua.dk>
20230
20231 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20232 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20233
20234 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20235
20236 * faces.el (list-faces-display): Make back button respect optional
20237 regexp arg.
20238
20239 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20240
20241 * calculator.el (calculator-radix-grouping-mode)
20242 (calculator-radix-grouping-digits, calculator-displayer)
20243 (calculator-radix-grouping-separator, calculator-copy-displayer):
20244 * dabbrev.el (dabbrev-search-these-buffers-only):
20245 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20246 (diff-advance-after-apply-hunk, diff-mode-hook)
20247 (diff-minor-mode-prefix):
20248 * imenu.el (imenu-use-popup-menu):
20249 * jit-lock.el (jit-lock-context-time):
20250 * newcomment.el (comment-fill-column, comment-column)
20251 (comment-style, comment-padding, comment-multi-line)
20252 (comment-empty-lines, comment-auto-fill-only-comments):
20253 * reveal.el (reveal-around-mark):
20254 * uniquify.el (uniquify-buffer-name-style)
20255 (uniquify-after-kill-buffer-p)
20256 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20257 (uniquify-min-dir-content, uniquify-separator)
20258 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20259 * w32-vars.el (w32-fixed-font-alist):
20260 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20261 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20262 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20263 * progmodes/perl-mode.el (perl-indent-level)
20264 (perl-continued-statement-offset, perl-continued-brace-offset)
20265 (perl-brace-offset, perl-brace-imaginary-offset)
20266 (perl-label-offset, perl-indent-continued-arguments)
20267 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20268 * progmodes/tcl.el (tcl-indent-level)
20269 (tcl-continued-indent-level, tcl-auto-newline)
20270 (tcl-tab-always-indent, tcl-electric-hash-style)
20271 (tcl-help-directory-list, tcl-use-smart-word-finder)
20272 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20273 (inferior-tcl-source-command):
20274 * textmodes/fill.el (enable-kinsoku):
20275 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20276 * textmodes/table.el (table-yank-handler):
20277 Specify missing group (and type, if simple) in defcustom.
20278
20279 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20280
20281 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20282
20283 2005-05-19 Richard M. Stallman <rms@gnu.org>
20284
20285 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20286
20287 * subr.el (event-basic-type): Don't get an error.
20288 (left-fringe-p): Function deleted.
20289
20290 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20291 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20292
20293 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20294 in recursive copy.
20295
20296 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20297
20298 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20299
20300 * emacs-lisp/bytecomp.el
20301 (byte-compile-file-form-custom-declare-variable):
20302 Call byte-compile-nogroup-warn if appropriate.
20303
20304 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20305 (compilation-set-window): Don't call left-fringe-p; do it directly.
20306
20307 2005-05-19 Jay Belanger <belanger@truman.edu>
20308
20309 * calc/calc-graph.el (calc-graph-format-data): Make sure
20310 var-PlotRejects is bound before trying to check its value.
20311
20312 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20313
20314 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20315 definition of this variable from reftex-global.el to reftex.el,
20316 because it is needed in the menu.
20317
20318 2005-05-19 Lute Kamstra <lute@gnu.org>
20319
20320 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20321 years are fixed. Don't insert a space after a dash.
20322
20323 2005-05-19 Kim F. Storm <storm@cua.dk>
20324
20325 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20326
20327 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20328
20329 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20330 strings, because (eq ... ?\\) is fairly frequent.
20331
20332 * progmodes/make-mode.el (makefile-add-this-line-targets):
20333 Simplify and integrate into `makefile-pickup-targets'.
20334 (makefile-add-this-line-macro): Simplify and integrate into
20335 `makefile-pickup-macros.
20336 (makefile-pickup-filenames-as-targets): Simplify.
20337 (makefile-previous-dependency, makefile-match-dependency):
20338 Don't stumble over `::'.
20339
20340 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20341
20342 * subr.el (post-command-idle-hook, post-command-idle-delay):
20343 Remove obsoletion of post-command-idle-hook and
20344 post-command-idle-delay.
20345
20346 * faces.el (list-faces-display): Provide button when describe-face
20347 is called to take user back to the list of faces.
20348
20349 * help-fns.el (describe-variable): Remove hyperlinks in a
20350 variable's value as these are quite frequently inappropriate.
20351
20352 * follow.el (follow-submit-feedback, follow-mode):
20353 Remove references to post-command-idle-hook.
20354
20355 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20356
20357 * progmodes/make-mode.el (makefile-previous-dependency)
20358 (makefile-match-dependency): Check for := (and in bsd mode also
20359 !=) to give a better result, even when font-lock is not on.
20360
20361 2005-05-18 Jay Belanger <belanger@truman.edu>
20362
20363 * calc/calc-help.el (calc-s-prefix-help):
20364 Add `calc-copy-special-constant' to help string.
20365
20366 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20367
20368 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20369
20370 2005-05-18 Jay Belanger <belanger@truman.edu>
20371
20372 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20373 in linear factors are in proper order.
20374
20375 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20376
20377 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20378 Support for jurabib.
20379
20380 * textmodes/reftex.el (featurep): Define aliases for overlay
20381 commands, for XEmacs compatibility, and use these aliases in
20382 overlay initializations.
20383 (reftex-highlight): Use `reftex-move-overlay'.
20384 (reftex-unhighlight): Use `reftex-delete-overlay'.
20385 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20386 (reftex-access-search-path): Use `reftex-uniquify' instead of
20387 `reftex-uniq'
20388
20389 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20390 `before-string' property modification enables for Emacs as well.
20391 (reftex-select-item): Use `reftex-delete-overlay'.
20392 (reftex-select-mark): Use `reftex-make-overlay' and
20393 `reftex-overlay-put'.
20394 (reftex-select-unmark): Use `reftex-delete-overlay' and
20395 `reftex-overlay-put'.
20396
20397 2005-05-18 Lute Kamstra <lute@gnu.org>
20398
20399 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20400
20401 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20402
20403 * add-log.el (add-change-log-entry):
20404 * array.el (array-make-template, array-reconfigure-rows)
20405 (array-init-max-row, array-init-max-column)
20406 (array-init-columns-per-line, array-init-field-width):
20407 * replace.el (replace-match-maybe-edit, perform-replace):
20408 * textmodes/spell.el (spell-region):
20409 Replace `read-input' by `read-string'.
20410
20411 * forms.el (forms-mode):
20412 * finder.el (finder-compile-keywords):
20413 * shadowfile.el (shadow-read-files):
20414 Replace `eval-current-buffer' by `eval-buffer'.
20415
20416 * terminal.el (te-pass-through):
20417 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20418 (ange-ftp-raw-send-cmd):
20419 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20420 (send-process-next-char, telnet-initial-filter, telnet):
20421 Replace `send-string' by `process-send-string'.
20422
20423 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20424 (prolog-consult-region): Replace `send-string' by
20425 `process-send-string'; replace `send-region' by `process-send-region'.
20426
20427 * progmodes/delphi.el (delphi-log-msg):
20428 Replace `set-window-dot' by `set-window-point'.
20429
20430 * subr.el (window-dot, set-window-dot, read-input, send-string)
20431 (send-region, show-buffer, eval-current-buffer):
20432 Make really obsolete, as the comment says.
20433
20434 2005-05-17 Kim F. Storm <storm@cua.dk>
20435
20436 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20437 (cua--init-keymaps): Bind C-return instead of S-return to set
20438 rectangle mark.
20439
20440 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20441 instead of S-return to toggle/clear rectangle mark.
20442
20443 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20444
20445 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20446 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20447 Also fontify plain strings assigned to variables, mostly so that a
20448 colon has a face and is thus not taken as a dependency separator.
20449 (makefile-previous-dependency): Inline the new matcher, because it
20450 is too complex to work in both directions.
20451 (makefile-match-dependency): Eliminate `backward' arg (see above).
20452 Completely reimplemented so as to not sometimes go into an endless
20453 loop. It should also be more efficient, because first it only
20454 searches for `:', instead of applying the very complex regexp.
20455 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20456 to be fontified in one piece can be too long for JIT.
20457 Makefiles are never *that* big.
20458
20459 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20460
20461 * dired.el (dired-mode): Simplify.
20462
20463 2005-05-17 Lute Kamstra <lute@gnu.org>
20464
20465 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20466 defcustom for the mode hook variable.
20467
20468 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20469 Emacs Lisp Reference Manual.
20470
20471 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20472
20473 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20474 (evenp, list*):
20475 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20476 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20477
20478 * net/tramp-smb.el (tramp-smb-open-connection):
20479 Pass `tramp-chunksize' as fifth (required) argument.
20480
20481 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20482
20483 * font-lock.el (lisp-font-lock-keywords-1):
20484 Set `font-lock-negation-char-face' for [^...] char group.
20485 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20486
20487 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20488 a var, and refine it to mask one more level of nested vars.
20489 (makefile-rule-action-regex): Turn it into a var, and refine it so
20490 it recognizes backslashed continuation lines as belonging to the
20491 same command.
20492 (makefile-macroassign-regex): Refine it so it recognizes
20493 backslashed continuation lines as belonging to the same command.
20494 (makefile-var-use-regex): Don't look at the next char, because it
20495 might be the same one to be skipped by the initial [^$], leading
20496 to an overlooked variable use.
20497 (makefile-make-font-lock-keywords): Remove two parameters, which
20498 are now variables that some of the modes set locally.
20499 Handle dependency and rule action matching through functions, because
20500 regexps alone match too often. Dependency matching now comes
20501 last, so it can check, whether a colon already matched something else.
20502 (makefile-mode): Inform that font-lock improves makefile parsing
20503 capabilities.
20504 (makefile-match-dependency, makefile-match-action): New functions.
20505
20506 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20507
20508 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20509
20510 * align.el (align-regexp):
20511 * ansi-color.el (ansi-color-get-face):
20512 * array.el (array-reconfigure-rows, array-init-max-row)
20513 (array-init-max-column, array-init-columns-per-line)
20514 (array-init-field-width):
20515 * dired-aux.el (dired-trample-file-versions):
20516 * dired-x.el (dired-mark-sexp):
20517 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20518 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20519 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20520 * faces.el (face-read-integer):
20521 * files.el (backup-extract-version, insert-directory):
20522 * hexl.el (hexl-insert-decimal-char):
20523 * server.el (server-process-filter):
20524 * shell.el (shell-extract-num):
20525 * startup.el (command-line-1):
20526 * term.el (term-command-hook):
20527 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20528 (time-stamp-do-number):
20529 * time.el (display-time-update):
20530 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20531 (timezone-fix-time):
20532 * vms-patch.el (vms-suspend-resume-hook):
20533 * calendar/appt.el (appt-convert-time):
20534 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20535 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20536 * calendar/cal-islam.el (mark-islamic-diary-entries):
20537 * calendar/calendar.el (calendar-cursor-to-date)
20538 (calendar-star-date):
20539 * calendar/diary-lib.el (diary-attrtype-convert)
20540 (mark-diary-entries, diary-entry-time):
20541 * calendar/solar.el (solar-get-number):
20542 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20543 * emacs-lisp/re-builder.el (reb-display-subexp):
20544 * emulation/edt.el (edt-set-scroll-margins):
20545 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20546 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20547 (vip-get-ex-count):
20548 * emulation/viper-ex.el (viper-get-ex-token)
20549 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20550 * international/fontset.el (fontset-plain-name):
20551 * mail/feedmail.el (feedmail-look-at-queue-directory):
20552 * mail/mailalias.el (mail-get-names):
20553 * mail/rmail.el (rmail-convert-to-babyl-format):
20554 * mail/rmailsum.el (rmail-make-basic-summary-line)
20555 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20556 (rmail-summary-goto-msg):
20557 * mail/smtpmail.el (smtpmail-read-response):
20558 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20559 (ange-ftp-vms-add-file-entry):
20560 * play/gametree.el (gametree-looking-at-ply)
20561 (gametree-current-branch-score):
20562 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20563 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20564 * progmodes/cperl-mode.el (condition-case):
20565 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20566 (ebrowse-set-member-buffer-column-width)
20567 (ebrowse-select-1st-to-9nth):
20568 * progmodes/etags.el (etags-snarf-tag):
20569 * progmodes/flymake.el (flymake-parse-line):
20570 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20571 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20572 (idlwave-shell-menu-def):
20573 * progmodes/ps-mode.el (ps-run-goto-error):
20574 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20575 (vhdl-speedbar-contract-level):
20576 * term/mac-win.el (x-handle-numeric-switch):
20577 * term/sun-mouse.el (sun-get-frame-data):
20578 * term/w32-win.el (x-handle-numeric-switch):
20579 * term/x-win.el (x-handle-numeric-switch):
20580 * textmodes/ispell.el (ispell-parse-output):
20581 * textmodes/nroff-mode.el (nroff-outline-level):
20582 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20583 (reftex-bib-sort-year-reverse, reftex-format-citation):
20584 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20585 (reftex-section-number):
20586 * textmodes/texinfmt.el (texinfo-paragraphindent):
20587 Replace `string-to-int' by `string-to-number'.
20588
20589 * international/latexenc.el: Add page marker to force the "Local
20590 Variables:" string out of the last page.
20591
20592 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20593
20594 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20595 tooltip-change-major-mode.
20596 (gud-tooltip-print-command): Remove case where gud-minor-mode
20597 is gdb ("--fullname").
20598 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20599 explain to user.
20600
20601 2005-05-16 Jay Belanger <belanger@truman.edu>
20602
20603 * calc/calc-store.el (calc-copy-special-constant): New function.
20604
20605 * calc/calc-ext.el (calc-init-extensions): Add binding for
20606 `calc-copy-special-constant'.
20607
20608 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20609 for the `calc-copy-special-constant' command.
20610
20611 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20612
20613 * subr.el (left-fringe-p): New function.
20614
20615 * progmodes/compile.el (compilation-setup): Set local value of
20616 overlay-arrow-string to "" always.
20617 (compilation-set-window): Left fringe then don't scroll.
20618 No left fringe then no arrow and scroll message to top.
20619 (compilation-context-lines): Adjust doc string accordingly.
20620
20621 2005-05-16 Kim F. Storm <storm@cua.dk>
20622
20623 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20624 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20625 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20626 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20627 (ido-read-file-name): Handle commands with ido property value
20628 equal to find-file as reading a file name, to allow C-d to enter dired.
20629 (ibuffer-find-file): Add ido property with value find-file.
20630
20631 2005-05-15 Kim F. Storm <storm@cua.dk>
20632
20633 * subr.el (open-network-stream-nowait): Remove.
20634 (open-network-stream-server): Remove.
20635
20636 2005-05-15 Richard M. Stallman <rms@gnu.org>
20637
20638 * faces.el (describe-face): Output a definition link button.
20639
20640 * help-mode.el (help-face-def): New button type.
20641
20642 * emacs-lisp/copyright.el (copyright-fix-years):
20643 Match properly if the first year is 2-digit.
20644 Don't mess up the whitespace after the years by filling.
20645
20646 * dired-aux.el (dired-mark-confirm):
20647 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20648
20649 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20650 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20651 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20652
20653 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20654 Set font-lock-comment-start-skip.
20655
20656 * font-lock.el (font-lock-comment-start-skip): New variable.
20657 (font-lock-comment-end-skip): New variable.
20658 (font-lock-fontify-syntactically-region): Use them if non-nil.
20659
20660 2005-05-15 Jay Belanger <belanger@truman.edu>
20661
20662 * calc/calc-store.el (calc-store-value): Return a string rather
20663 than display it as a message.
20664 Use calc-var-name for variable name.
20665 (calc-store-into): Add the result of calc-store-value to message.
20666 (calc-copy-variable): Add a message.
20667 (calc-store-exchange): Improve error messages.
20668 (calc-store-binary, calc-store-map): Don't reset the values of
20669 special constants.
20670
20671 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20672
20673 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20674 manual to docstring.
20675
20676 * files.el (hack-local-variables-confirm): Add STRING argument.
20677 Make the function handle non file visiting buffers correctly.
20678 (hack-local-variables-prop-line, hack-local-variables)
20679 (hack-one-local-variable): Use STRING arg of
20680 `hack-local-variables-confirm'.
20681
20682 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20683
20684 Sync with Tramp 2.0.49.
20685
20686 * net/tramp.el (tramp-handle-dired-call-process)
20687 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20688 because the contents of the Tramp buffer is changed before
20689 insertion (`expand-file' and alike).
20690 (tramp-handle-insert-directory): If `localname' has an empty
20691 nondirectory name, it must not be quoted.
20692 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20693 variable `tramp-chunksize'. Change callees.
20694 (tramp-open-connection-setup-interactive-shell): Check remote host
20695 for buggy `send-process-string' implementation.
20696 Set `tramp-chunksize' if found. Reported by Michael Kifer
20697 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20698 (tramp-handle-shell-command): `insert-buffer' cannot be used
20699 because the contents of the Tramp buffer is changed before
20700 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20701 <frederic.bothamy@free.fr>.
20702 (tramp-set-auto-save): Actions should be done for Tramp file name
20703 handler only. Ange-FTP has its own auto-save mechanism.
20704 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20705 (tramp-set-auto-save-file-modes): Set file modes of
20706 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20707 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20708 (tramp-bug): Remove obsolete variable.
20709 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20710 for presence of `mml-mode'. Make it running for older Emacsen as well.
20711
20712 2005-05-14 John Paul Wallington <jpw@pobox.com>
20713
20714 * ibuf-ext.el (define-ibuffer-filter filename):
20715 If `dired-directory' is a list, use its car.
20716
20717 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20718
20719 * ibuffer.el (define-ibuffer-column filename):
20720 If `dired-directory' is a list, use its car.
20721
20722 2005-05-14 Richard M. Stallman <rms@gnu.org>
20723
20724 * subr.el (symbol-file): Doc fix.
20725
20726 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20727 (byte-compile-form): Call byte-compile-nogroup-warn.
20728 (byte-compile-warning-types): Doc fix.
20729
20730 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20731
20732 * progmodes/cc-engine.el (c-literal-faces):
20733 Add font-lock-comment-delimiter-face.
20734
20735 * net/net-utils.el (dig): Use with-no-warnings.
20736
20737 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20738 (sc-recite-frame-alist, sc-default-cite-frame)
20739 (sc-default-uncite-frame, sc-default-recite-frame)
20740 (sc-attrib-selection-list, sc-rewrite-header-list):
20741 Mark as risky-local-variable.
20742
20743 * international/ogonek.el (ogonek-jak, ogonek-how):
20744 Don't use beginning-of-buffer.
20745
20746 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20747
20748 * calendar/solar.el (solar-data-list): Move definition up.
20749
20750 * dnd.el (dnd-protocol-alist): Add autoload.
20751
20752 * progmodes/sh-script.el: Many doc usage fixes.
20753 (sh-indent-after-do): Change default to match common styles.
20754
20755 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20756
20757 * files.el (interpreter-mode-alist)
20758 (auto-mode-interpreter-regexp): Doc fixes.
20759
20760 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20761
20762 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20763
20764 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20765
20766 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20767
20768 * dired.el (dired-mode): make-variable-buffer-local =>
20769 make-local-variable.
20770
20771 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20772
20773 * term/mac-win.el (mac-select-convert-to-string): Try coding
20774 systems in mac-script-code-coding-systems if specified one cannot
20775 encode string for `com.apple.traditional-mac-plain-text'.
20776
20777 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20778
20779 * progmodes/make-mode.el (makefile-targets-face)
20780 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20781 (makefile-dependency-regex): Fix it to not make the colon in
20782 $(var:a=b) special.
20783 (makefile-rule-action-regex): New regexp for highlighting embedded
20784 Shell strings.
20785 (makefile-macroassign-regex): Handle != for highlighting as
20786 embedded Shell strings.
20787 (makefile-var-use-regex): New const.
20788 (makefile-statements, makefile-automake-statements)
20789 (makefile-gmake-statements, makefile-makepp-statements)
20790 (makefile-bsdmake-statements): New consts.
20791 (makefile-make-font-lock-keywords): New function.
20792 (makefile-automake-font-lock-keywords)
20793 (makefile-gmake-font-lock-keywords)
20794 (makefile-makepp-font-lock-keywords)
20795 (makefile-bsdmake-font-lock-keywords): New consts.
20796 (makefile-mode-map): Add switchers between the various submodes.
20797 (makefile-mode): Document the availability of the variants.
20798 (makefile-automake-mode, makefile-gmake-mode)
20799 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20800
20801 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20802 new variants of makefile-mode.
20803
20804 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20805
20806 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20807 the inheritance.
20808
20809 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20810
20811 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20812 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20813
20814 * files.el (normal-mode): Extend the scope of the
20815 `enable-local-variables' binding to include the `set-auto-mode' call.
20816 (magic-mode-alist): Doc fix.
20817
20818 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20821 font-lock-comment-face rather than copying its setting.
20822
20823 2005-05-12 Andreas Schwab <schwab@suse.de>
20824
20825 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20826
20827 2005-05-12 Lute Kamstra <lute@gnu.org>
20828
20829 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20830 defcustom for the mode hook variable. Delete the last argument.
20831 * generic-x.el: Fix callers of define-generic-mode.
20832 (generic-x-modes): Delete group.
20833 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20834 generic-x customization group.
20835
20836 2005-05-12 Kim F. Storm <storm@cua.dk>
20837
20838 * font-lock.el (font-lock-negation-char-face): Default to "off".
20839
20840 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20841 font-lock-negation-char-face to ! in !=.
20842
20843 2005-05-12 Masatake YAMATO <jet@gyve.org>
20844
20845 * add-log.el (find-change-log): Fix typos in the docstring
20846 of function.
20847
20848 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20849
20850 * international/latexenc.el (latexenc-find-file-coding-system):
20851 Avoid `re-search-forward' when looking for input encoding because
20852 of speed and safety. Better regular expressions for recognizing
20853 input encoding. Limit a search for TeX-master/tex-main-file to
20854 the local variable section.
20855
20856 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20857
20858 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20859 syntax of $ to "'" (quote).
20860
20861 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20862
20863 * dnd.el (dnd-protocol-alist): Improve custom type.
20864
20865 * dired.el (dired-dnd-protocol-alist): New variable.
20866 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20867 `dired-mode-hook' to the end.
20868
20869 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20870
20871 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20872 comment-end if comment-start-skip is not set.
20873 Obey the font-lock-comment-delimiter-face variables.
20874
20875 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * files.el (executable-find): Move from executable.el. Use
20878 locate-file.
20879 * progmodes/executable.el (executable-find): Move to files.el.
20880
20881 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20882 when trying to ensure forward progress.
20883
20884 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20885
20886 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20887 (mouse-select, mouse-select-internal, mouse-extend-internal):
20888 Use it to implement mouse-1-click-follows-link functionality.
20889
20890 2005-05-11 Richard M. Stallman <rms@gnu.org>
20891
20892 * font-lock.el (font-lock-fontify-syntactically-region):
20893 Use font-lock-comment-delimiter-face for comment delimiters.
20894
20895 2005-05-10 Jay Belanger <belanger@truman.edu>
20896
20897 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20898 preserving embedded modes.
20899
20900 2005-05-10 Richard M. Stallman <rms@gnu.org>
20901
20902 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20903
20904 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20905 Move from ada-stmt.el.
20906 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20907
20908 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20909 Move to ada-mode.el.
20910 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20911
20912 * cus-edit.el (custom-file): Call file-chase-links.
20913
20914 * files.el (read-directory-name): Fix previous change.
20915 (hack-local-variables-confirm): New function.
20916 (hack-local-variables-prop-line, hack-local-variables)
20917 (hack-one-local-variable): Use it.
20918
20919 2005-05-10 Lute Kamstra <lute@gnu.org>
20920
20921 * font-lock.el (font-lock-keywords-alist)
20922 (font-lock-removed-keywords-alist): Clarify docstrings.
20923
20924 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20925
20926 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20927 (gdb-source-info): Check for preprocessor info.
20928 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20929 a macro for a function.
20930 (gdb-info-breakpoints-custom): Try to find file again if not already
20931 found (user might have used GDB dir command).
20932 (gdb-get-location): Update gdb-location-alist correctly for change
20933 to gdb-info-breakpoints-custom.
20934
20935 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20936 (gud-tooltip-print-command): Add gdbmi case.
20937 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20938 preprocessor info.
20939
20940 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20941
20942 * startup.el (fancy-splash-insert): Fix typo in doc string.
20943
20944 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20945
20946 * obsolete/float.el (string-to-float):
20947 * obsolete/hilit19.el (hilit-add-pattern):
20948 * obsolete/rnews.el (news-parse-range, news-select-message)
20949 (news-get-pruned-list-of-files): Replace `string-to-int' by
20950 `string-to-number'.
20951
20952 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20953 `find-file-not-found-hooks'; use `add-hook'.
20954 (uncompress-while-visiting): Set `write-file-functions', not
20955 `write-file-hooks'; use `add-hook'.
20956
20957 2005-05-09 Kim F. Storm <storm@cua.dk>
20958
20959 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20960 (cua-paste): Handle clipboard action.
20961 (cua--init-keymaps): Remap clipboard-kill-region and
20962 clipboard-kill-ring-save.
20963
20964 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20965
20966 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20967 Improve commentary.
20968
20969 * simple.el (next-error-overlay-arrow-position): Revert the change
20970 made on 2005-04-30.
20971
20972 2005-05-07 Jay Belanger <belanger@truman.edu>
20973
20974 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20975 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20976 `calc-sel-reselect'.
20977
20978 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20979 Calc is in embedded mode.
20980
20981 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20982
20983 * progmodes/compile.el (compilation-setup):
20984 Set overlay-arrow-string to an empty string on text terminals.
20985
20986 * textmodes/ispell.el (ispell-program-name): Try looking for
20987 "aspell" along exec-path, and if found, use it as the default
20988 speller program.
20989
20990 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20991
20992 * international/mule.el (sgml-xml-auto-coding-function):
20993 Recognize encoding='FOO' in single quotes as well as in double quotes.
20994
20995 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20996
20997 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20998 as well as `interactive', so that defmacro* would recognize
20999 `declare' forms.
21000
21001 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21002
21003 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21004 Explain more about the LIGHTER arg's usage in the doc string.
21005 Add commentary to clarify what the code does. Fix the regexp that
21006 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21007 since it could have characters special to regular expressions.
21008
21009 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21010
21011 * replace.el (occur-1): Bind inhibit-read-only so that
21012 erase-buffer doesn't barf on read-only text properties (likewise
21013 for add-text-properties in occur-engine). Mark buffer as unmodified.
21014 (occur-engine): Don't set buffer-read-only here.
21015
21016 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21017
21018 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21019 list-buffers-directory. This caused the *cvs-commit* buffer to be
21020 sometimes mistakenly reused as a *cvs* buffer.
21021
21022 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21023
21024 * tooltip.el: Move code for GUD tooltips into gud.el.
21025 (require): CL no longer needed to compile case.
21026 (tooltip-mode): Do not toggle functions for GUD tooltips.
21027 (tooltip-gud-tips-p): Remove. Replace with minor mode
21028 gud-tooltip-mode in gud.el.
21029 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21030 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21031 tooltip-gud prefix with gud-tooltip and obsolete.
21032 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21033 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21034 (tooltip-mouse-motion): Mouse movement functions/variable.
21035 Rename in gud.el by adding gud prefix.
21036 (tooltip-gud-original-filter, tooltip-gud-dereference)
21037 (tooltip-gud-event, tooltip-toggle-gud-tips)
21038 (tooltip-gud-process-output, tooltip-gud-print-command)
21039 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21040 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21041 (gdb-tooltip-print): Move to gdb-ui.el.
21042
21043 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21044 (require): CL needed to compile case.
21045 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21046 tooltip-gud-tips-p. Make it a minor-mode.
21047 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21048 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21049 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21050 (gud-tooltip-change-major-mode)
21051 (gud-tooltip-activate-mouse-motions-if-enabled)
21052 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21053 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21054 (gud-tooltip-original-filter, gud-tooltip-dereference)
21055 (gud-tooltip-event, tooltip-toggle-gud-tips)
21056 (gud-tooltip-process-output, gud-tooltip-print-command)
21057 (gud-tooltip-tips): Move from tooltip.el.
21058
21059 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21060 (gdb-cpp-define-alist-flags): Doc fix.
21061 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21062 gud-tooltip-mode is t.
21063
21064 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21067 evaporate if their text is deleted.
21068 (goto-address-at-point): Make it work as a mouse binding as well.
21069 (goto-address-at-mouse): Obsolete it. Update users.
21070
21071 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21072
21073 * calendar/appt.el (top-level): No longer activate on load.
21074
21075 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21076
21077 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21078 * net/webjump.el (webjump):
21079 * progmodes/idlw-help.el (idlwave-do-context-help1)
21080 (idlwave-highlight-linked-completions):
21081 * textmodes/po.el (po-find-file-coding-system-guts):
21082 Replace `assoc-ignore-case' by `assoc-string'.
21083
21084 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21085
21086 * files.el (locate-file): Doc fix.
21087
21088 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21089 Remove the redundant test for ms-dos.
21090
21091 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21092 look for the preprocessor with exec-suffixes. If not found in
21093 standard places, look in exec-path. Remove most of the tests that
21094 used system-type.
21095
21096 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21097
21098 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21099
21100 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21101 file-name clash with jka-compr.el on 8+3 filesystems.
21102
21103 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21104
21105 * term/mac-win.el: Don't define or bind scroll bar functions if
21106 x-toolkit-scroll-bars is t.
21107 (x-select-text, x-get-selection-value): Clear
21108 x-last-selected-text-clipboard if x-select-enable-clipboard is
21109 nil.
21110 (PRIMARY): Put mac-scrap-name property.
21111 (mac-select-convert-to-file-url): New function.
21112 (public.file-url): New selection target type. Add to
21113 selection-converter-alist.
21114 (x-get-selection, x-selection-value): Handle it.
21115 (x-cut-buffer-or-selection-value): New alias.
21116
21117 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21118
21119 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21120 entry to avoid calling bibtex-find-entry with arg global
21121 being t. Remove arg key.
21122 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21123 (bibtex-copy-summary-as-kill): Change accordingly.
21124
21125 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21126
21127 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21128 (org-agenda-date-later): Use with-current-buffer.
21129
21130 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21131
21132 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21133 (define-obsolete-variable-alias): Doc Fixes.
21134
21135 2005-05-06 Kim F. Storm <storm@cua.dk>
21136
21137 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21138 vertical-motion when selective-display is active.
21139
21140 * ido.el (ido-setup-hook): New hook.
21141 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21142 (ido-input-stack): New var.
21143 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21144 ido-next-work-file binding to M-O.
21145 Bind M-f to ido-wide-find-file-or-pop-dir.
21146 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21147 (ido-read-internal): Run ido-setup-hook.
21148 Catch quit in read-file-name and read-string to cancel edit.
21149 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21150 Automatically pop-all when completing a directory name (RET).
21151 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21152 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21153 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21154 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21155 New functions for M-b/M-f to move among the directory components.
21156 (ido-make-merged-file-list): Catch quit to cancel merge.
21157 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21158 (ido-completion-help): No warnings for ido-completion-buffer-full.
21159
21160 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21161
21162 * font-lock.el (font-lock-negation-char-face): New face and variable.
21163 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21164 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21165 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21166 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21167
21168 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21169
21170 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21171 Fix typo in docstring.
21172
21173 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21174 (ebrowse-print-statistics-line)
21175 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21176
21177 * term/w32-win.el (image-library-alist): Add additional name for
21178 Xpm library.
21179
21180 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21181
21182 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21183 use gcc instead of cpp.
21184
21185 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21186 (gdb-create-define-alist): Use it.
21187 (gdb-cpp-define-alist-program): Update for MS-DOS.
21188
21189 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21190
21191 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21192
21193 2005-05-04 Richard M. Stallman <rms@gnu.org>
21194
21195 * help.el (describe-key): No error when UNTRANSLATED is nil.
21196
21197 * simple.el (line-move-1): Fix previous change to signal errors
21198 appropriately.
21199
21200 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21201
21202 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21203 (icalendar-duration-correction): Remove.
21204 (icalendar--get-event-properties): Split result at commas.
21205 (icalendar--decode-isoduration): New optional argument
21206 DURATION-CORRECTION.
21207 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21208 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21209 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21210 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21211 (icalendar--convert-anniversary-to-ical): New functions, extracted
21212 from icalendar-export-region, with bug fixes.
21213 (icalendar-export-region): Use the above functions.
21214 (icalendar-import-buffer): Check before saving diary file.
21215 (icalendar--convert-recurring-to-diary)
21216 (icalendar--convert-non-recurring-all-day-to-diary)
21217 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21218 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21219 (icalendar--convert-ical-to-diary): Use the above functions.
21220
21221 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21222
21223 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21224 Remove these recent additions.
21225 (c-mode): Restore to before 2005-04-28.
21226
21227 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21228 recent addition.
21229
21230 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21231 (gdb-define-alist): New variables.
21232 (gdb-create-define-alist): New function.
21233 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21234 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21235 with string-to-number.
21236 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21237
21238 * progmodes/gud.el: Replace string-to-int with string-to-number.
21239 (gud-find-file): Handle gdb-define-alist.
21240
21241 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21242
21243 2005-05-02 Jay Belanger <belanger@truman.edu>
21244
21245 * calc/calc-aent.el (math-read-token):
21246 * calc/calc-bin.el (calc-word-size):
21247 * calc/calc-ext.el (calc-read-number-fancy):
21248 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21249 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21250 * calc/calc-frac.el (calc-over-notation):
21251 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21252 (calc-graph-num-points, calc-graph-init):
21253 * calc/calc-prog.el (calc-read-parse-table-part)
21254 (calc-edit-macro-repeats):
21255 * calc/calc-yank.el (calc-do-grab-rectangle):
21256 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21257 Replace `string-to-int' by `string-to-number'.
21258
21259 2005-05-02 Kim F. Storm <storm@cua.dk>
21260
21261 * kmacro.el: Use executing-kbd-macro-index variable.
21262
21263 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21264
21265 * net/rlogin.el (rlogin-parse-words): Delete func.
21266 (rlogin): Use split-string, not rlogin-parse-words.
21267 Also, if there are option-like elements in the parsed args,
21268 take the host to be the first arg immediately following them.
21269 Suggested by Michael Mauger.
21270
21271 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21272
21273 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21274
21275 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21276
21277 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21278 (cc-mode-cpp-program): Rename to cc-define-list-program and
21279 move to cc-vars.el.
21280
21281 * progmodes/cc-vars.el (cc-define-list-program):
21282 Change to "gcc -E -dM -". Make customizable.
21283
21284 2005-05-02 Kim F. Storm <storm@cua.dk>
21285
21286 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21287
21288 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21289
21290 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21291
21292 * international/mule-util.el (truncate-string): Remove alias and
21293 obsolete declaration.
21294
21295 * international/mule-cmds.el (update-iso-coding-systems):
21296 Remove alias and obsolete declaration.
21297
21298 * international/mule.el (coding-system-parent): Remove alias and
21299 obsolete declaration.
21300
21301 * subr.el (define-function, sref): Remove aliases and obsolete
21302 declarations.
21303 (chars-in-region): Remove obsolete declaration.
21304
21305 2005-05-01 Richard M. Stallman <rms@gnu.org>
21306
21307 * info.el (Info-mode): Set widen-automatically to nil, locally.
21308
21309 * simple.el (widen-automatically): New variable.
21310 (pop-global-mark): Obey widen-automatically.
21311
21312 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21313
21314 * term/xterm.el (function-key-map): Call substitute-key-definition
21315 before the keymap size is increased by a lot of define-key calls.
21316
21317 2005-05-01 Richard M. Stallman <rms@gnu.org>
21318
21319 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21320 Rename ARG to ELEMENT. Doc fix.
21321
21322 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21323
21324 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21325 Remove references to allout-exposure/change to allout-new-exposure.
21326
21327 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21328 bytecode symbols.
21329
21330 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21331 (compiled-function-p, focus-frame, unfocus-frame):
21332 Remove aliases and obsolete declarations.
21333 Back out inadvertent changes from previous commit.
21334
21335 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21336
21337 * files.el (require-final-newline): Make Custom tags consistent
21338 with mode-require-final-newline.
21339 (mode-require-final-newline): Doc fix.
21340
21341 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21342
21343 * international/latexenc.el (latexenc-find-file-coding-system):
21344 Fix regular expressions.
21345
21346 2005-05-01 David Kastrup <dak@gnu.org>
21347
21348 * international/latexenc.el (latexenc-find-file-coding-system):
21349 Fix regular expressions.
21350
21351 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21352
21353 * subr.el (string-to-int): Make obsolete.
21354
21355 2005-04-30 Richard M. Stallman <rms@gnu.org>
21356
21357 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21358
21359 * loadup.el: load jka-comp-hook.
21360
21361 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21362 (jka-compr-handler): Add autoload. `put' calls moved
21363 to jka-comp-hook.el.
21364 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21365 (jka-compr-inhibit): Autoload.
21366
21367 * jka-comp-hook.el: New file.
21368 Enable the mode by default.
21369
21370 * files.el (backup-buffer-copy): Use copy-file instead
21371 of write-region, and put back the 'excl.
21372
21373 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21374
21375 * progmodes/flymake.el (flymake-split-string)
21376 (flymake-split-string, flymake-log, flymake-pid-to-names)
21377 (flymake-reg-names, flymake-get-source-buffer-name)
21378 (flymake-unreg-names, flymake-add-line-err-info)
21379 (flymake-add-err-info): Clarify docstrings.
21380 (flymake-popup-menu, flymake-make-emacs-menu)
21381 (flymake-make-xemacs-menu): Add docstrings.
21382 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21383 Set variables directly throughout.
21384
21385 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21386
21387 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21388 exists. Initialize cc-define-alist.
21389 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21390 If there is no file (Macroexpansion) don't create an alist.
21391
21392 2005-04-29 Sam Steingold <sds@gnu.org>
21393
21394 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21395 (cc-create-define-alist): Use it instead of the hard-coded string.
21396
21397 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21398
21399 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21400 for latexenc.
21401
21402 2005-04-29 Lute Kamstra <lute@gnu.org>
21403
21404 * emacs-lisp/generic.el: Improve commentary section.
21405 (define-generic-mode): Improve docstring.
21406
21407 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21408
21409 * textmodes/org.el (many places): Change to quiet the byte compiler.
21410 (org-prefix-format-compiled): New variable.
21411 (org-compile-prefix-format): New function.
21412 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21413 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21414 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21415 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21416 consistency with entries from `org-mode' files.
21417 (org-get-time-of-day): Fix bug with partial matches early in a line.
21418 (org-non-link-chars): New constant.
21419 (org-link-regexp): Respect `org-non-link-chars'.
21420 (org-agenda-day-view): Remove command.
21421 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21422 (org-follow-bbdb-link, org-store-link): Search also company field.
21423 (org-highlight-overlay): New variable.
21424 (org-highlight, org-unhighlight): New functions.
21425 (org-agenda-mode): Add pre-command-hook to remove highlight.
21426 (org-evaluate-time-range): Behavior depends upon whether time stamp
21427 contains a time or not.
21428 (org-show-subtree, org-show-entry): New functions.
21429 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21430
21431 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21432
21433 * comint.el (comint-output-filter-functions): Add autoload cookie.
21434
21435 2005-04-28 Kim F. Storm <storm@cua.dk>
21436
21437 * ido.el (ido-everywhere): Fix last change.
21438
21439 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21440
21441 * international/latexenc.el: New file.
21442 * international/mule-conf.el (file-coding-system-alist): For .tex,
21443 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21444
21445 2005-04-28 Lute Kamstra <lute@gnu.org>
21446
21447 * font-lock.el (font-lock-add-keywords)
21448 (font-lock-remove-keywords): Clarify docstring.
21449 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21450 Don't start docstrings with a `*'.
21451 (font-lock-update-removed-keyword-alist): Give it a docstring.
21452
21453 * generic-x.el: Update commentary section.
21454 Only require font-lock when compiling.
21455 Define all modes conditionally.
21456 Place all generic modes in the generic-x-modes customization group.
21457 (generic-x-modes): New customization group.
21458 (generic-default-modes, generic-mswindows-modes)
21459 (generic-unix-modes, generic-other-modes): New constants.
21460 (generic-define-mswindows-modes, generic-define-unix-modes):
21461 Update docstrings. Make them obsolete.
21462 (generic-extras-enable-list): New default value. Update docstring.
21463 Improve :type. Change :set function.
21464 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21465 Fix docstring.
21466
21467 * emacs-lisp/generic.el (generic-mode-internal):
21468 Simplify font-lock-defaults.
21469 (define-generic-mode): Fix docstring.
21470
21471 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21472
21473 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21474 font-lock-face property to highlight matches.
21475
21476 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21477
21478 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21479 (cc-define-alist): New variable.
21480 (c-mode): Make it local and initialize it.
21481
21482 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21483 (gdb-exited): New function.
21484 (gdb-annotation-rules): Use it.
21485 (gdb-starting): Set gdb-active-process to t.
21486 (gdb-stopping): Amend doc string.
21487 (gdb-reset): Set gdb-active-process to nil.
21488
21489 * tooltip.el (tooltip-gud-tips): Show the associated #define
21490 directives when a C program under GDB is not executing.
21491
21492 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21493
21494 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21495 font-lock-fontify-syntactic-keywords.
21496
21497 * font-lock.el (font-lock-default-fontify-region): Don't force
21498 parse-sexp-lookup-properties to nil.
21499
21500 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21501
21502 * man.el (man-mode-syntax-table): Set up `:' to have
21503 word-constituent syntax.
21504
21505 2005-04-27 Lute Kamstra <lute@gnu.org>
21506
21507 * novice.el (disable-command): Don't add spurious newlines to the
21508 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21509
21510 2005-04-26 Jay Belanger <belanger@truman.edu>
21511
21512 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21513 than one window before deleting window.
21514
21515 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21516
21517 * shell.el (shell-prompt-pattern): Doc fix.
21518 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21519
21520 * comint.el (comint-prompt-regexp, comint-get-old-input)
21521 (comint-use-prompt-regexp)
21522 (comint-use-prompt-regexp-instead-of-fields)
21523 (comint-replace-by-expanded-history, comint-send-input)
21524 (comint-output-filter, comint-get-old-input-default)
21525 (comint-line-beginning-position, comint-bol, comint-show-output)
21526 (comint-backward-matching-input, comint-forward-matching-input)
21527 (comint-next-prompt, comint-previous-prompt):
21528 Rename `comint-use-prompt-regexp-instead-of-fields' to
21529 `comint-use-prompt-regexp'. Keep old name as alias and declare
21530 obsolete.
21531 (comint-use-prompt-regexp): Shorten first line of doc string.
21532
21533 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21534 Set paragraph-separate buffer locally to "\\'".
21535
21536 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21537 Adapt to above name change.
21538
21539 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21540 (smbclient-prompt-regexp): Ditto.
21541
21542 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21543
21544 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21545
21546 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21547 gdb-location-list.
21548 Break lines that are over 80 characters wide.
21549
21550 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21551
21552 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21553 New fun and var, to preserve compatibility.
21554
21555 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21556
21557 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21558
21559 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21560 name to file-newer-than-file-p.
21561
21562 2005-04-26 Richard M. Stallman <rms@gnu.org>
21563
21564 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21565
21566 * progmodes/python.el (python-mode):
21567 Use new name eldoc-documentation-function.
21568
21569 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21570
21571 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21572 (eldoc-documentation-function):
21573 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21574
21575 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21576
21577 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21578
21579 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21580
21581 * term/xterm.el (function-key-map): Fix strings for
21582 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21583 {C,S,A,C-S}-{f1-f12}.
21584
21585 2005-04-26 Kenichi Handa <handa@m17n.org>
21586
21587 * international/mule-cmds.el (select-safe-coding-system):
21588 Fix previous change.
21589
21590 2005-04-26 Lute Kamstra <lute@gnu.org>
21591
21592 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21593
21594 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21595 (font-lock-comment-delimiter-face): Ditto.
21596
21597 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21598
21599 2005-04-25 Jay Belanger <belanger@truman.edu>
21600
21601 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21602 to t while inserting information; use help-mode.
21603
21604 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21605
21606 * term.el (ansi-term-color-vector): Use the xterm colors.
21607 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21608
21609 2005-04-25 Lute Kamstra <lute@gnu.org>
21610
21611 * font-core.el (font-lock-defaults): Fix docstring.
21612
21613 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21614
21615 2005-04-25 Kenichi Handa <handa@m17n.org>
21616
21617 * international/mule-cmds.el (select-safe-coding-system):
21618 Don't check consistency with coding: spec, etc if raw-text or
21619 no-conversion was found to be safe.
21620
21621 2005-04-24 Richard M. Stallman <rms@gnu.org>
21622
21623 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21624 citation markers at start of each line.
21625
21626 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21627 citation markers at start of each line.
21628
21629 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21630
21631 * files.el (mode-require-final-newline): Fix previous change.
21632 (require-final-newline): Fix type label.
21633
21634 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21635
21636 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21637 statement in buffer (broken by 2004-11-24 change).
21638
21639 2005-04-24 Kim F. Storm <storm@cua.dk>
21640
21641 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21642 and read-file-name-function values. Don't overwrite existing
21643 non-nil values if ido-mode is enabled without ido-everywhere.
21644
21645 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21646
21647 * files.el (mode-require-final-newline): Minor doc fix.
21648
21649 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21650
21651 * subr.el (syntax-after): Doc fix.
21652 (syntax-class): If argument is nil, return nil. Mask off upper 16
21653 bits, not 8 bits.
21654
21655 * files.el (mode-require-final-newline): Doc fix.
21656 (backup-buffer-copy): Fix last change.
21657
21658 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21659
21660 * term/mac-win.el: Require select. Set selection-coding-system to
21661 mac-system-coding-system. Call menu-bar-enable-clipboard.
21662 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21663 (x-select-enable-clipboard): New variables.
21664 (x-select-text, x-get-selection, x-selection-value)
21665 (x-get-selection-value, mac-select-convert-to-string)
21666 (mac-services-open-file, mac-services-open-selection)
21667 (mac-services-insert-text): New functions.
21668 (CLIPBOARD, FIND): Put mac-scrap-name property.
21669 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21670 (public.tiff): Put mac-ostype property.
21671 (selection-converter-alist): Add entries for them.
21672 (mac-application-menu-map): New keymap.
21673 (interprogram-cut-function, interprogram-paste-function): Set to
21674 x-select-text and x-get-selection-value, respectively.
21675 (split-window-keep-point): Set to t.
21676
21677 2005-04-23 Richard M. Stallman <rms@gnu.org>
21678
21679 * files.el (read-directory-name): Always pass non-nil
21680 DEFAULT-FILENAME arg to read-file-name.
21681 (backup-buffer-copy, basic-save-buffer-2): Take care against
21682 writing thru an unexpected existing symlink.
21683 (revert-buffer): In indirect buffer, revert the base buffer.
21684 (magic-mode-alist): Doc fix.
21685 (buffer-stale-function): Doc fix.
21686 (minibuffer-with-setup-hook): Avoid warning.
21687 (mode-require-final-newline): Doc and custom fix.
21688
21689 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21690
21691 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21692 use the default appearance.
21693 (font-lock-comment-delimiter-face): New face, new variable.
21694
21695 * imenu.el (imenu--generic-function): The official position of a
21696 definition is the start of the line that BEG is in.
21697
21698 * midnight.el (midnight-timer): Move defvar up.
21699
21700 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21701
21702 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21703
21704 * startup.el (command-line): Use with-no-warnings.
21705
21706 * window.el (window-size-fixed): New defvar.
21707
21708 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21709
21710 * mail/rmail.el (rmail-font-lock-keywords):
21711 Use font-lock-comment-delimiter-face.
21712
21713 * mail/sendmail.el (mail-font-lock-keywords):
21714 Use font-lock-comment-delimiter-face.
21715
21716 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21717
21718 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21719
21720 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21721 Specify t for LAXMATCH when matching directories.
21722 Save match data around compilation-compat-error-properties form.
21723
21724 2005-04-23 David Kastrup <dak@gnu.org>
21725
21726 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21727 Mention that the autoloaded aliases should be kept for AUCTeX.
21728
21729 2005-04-23 Andreas Schwab <schwab@suse.de>
21730
21731 * isearch.el (isearch-forward): Doc fix.
21732
21733 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21734
21735 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21736 (jit-lock-stealth-nice): Change default value to 0.5.
21737
21738 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21739
21740 * abbrev.el (write-abbrev-file): Write table entries in
21741 alphabetical order by table name.
21742
21743 2005-04-22 Kim F. Storm <storm@cua.dk>
21744
21745 * ido.el (ido-read-internal): Fix `list' completion.
21746
21747 2005-04-22 Kenichi Handa <handa@m17n.org>
21748
21749 * recentf.el (recentf-save-file-coding-system): New variable.
21750 (recentf-save-list): Encode the file by
21751 recentf-save-file-coding-system and add coding: tag.
21752
21753 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21754
21755 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21756
21757 2005-04-21 Lute Kamstra <lute@gnu.org>
21758
21759 * loadhist.el (unload-feature): Don't remove a function from hooks
21760 if it is about to be restored to an autoload . Remove functions
21761 that will become unbound from auto-mode-alist. Simplify the code.
21762
21763 * subr.el (assq-delete-all): New implementation that is linear,
21764 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21765 (rassq-delete-all): New function.
21766
21767 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21768 Add size-indication-mode.
21769
21770 2005-04-21 Kenichi Handa <handa@m17n.org>
21771
21772 * international/mule-cmds.el: Add autoload for widget-value in
21773 eval-when-compile.
21774
21775 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21776
21777 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21778 Add tooltip-mode.
21779
21780 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21781
21782 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21783
21784 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21785 (inferior-lisp-filter-regexp, inferior-lisp-program)
21786 (inferior-lisp-load-command, inferior-lisp-prompt)
21787 (inferior-lisp-mode-hook, lisp-source-modes)
21788 (inferior-lisp-load-hook): defvar->defcustom.
21789 (inferior-lisp-program, inferior-lisp-prompt)
21790 (inferior-lisp-load-hook): Doc fixes.
21791 (inferior-lisp-install-letter-bindings): Small change in
21792 introductory comment.
21793
21794 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21795
21796 * vc.el (vc-annotate-color-map): Change some colors so that text
21797 using them as foreground is readable on both white and black
21798 backgrounds.
21799
21800 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21801
21802 * international/mule-conf.el (translation-table-for-input):
21803 Remove redundant declaration.
21804
21805 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21806
21807 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21808
21809 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21810 (tooltip-toggle-gud-tips): New function.
21811
21812 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21813
21814 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21815 right angle brackets.
21816
21817 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21818
21819 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21820
21821 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21822
21823 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21824 Remove. Update callers to use expand-file-name instead.
21825
21826 * subr.el (syntax-class): New function.
21827
21828 * simple.el (blink-matching-open): Use it.
21829
21830 * paren.el (show-paren-function): Use it to recognize parens that are
21831 also used in 2-char comment markers.
21832
21833 2005-04-19 Lute Kamstra <lute@gnu.org>
21834
21835 * loadhist.el (unload-feature): Update for new format of
21836 load-history. Simplify the code.
21837
21838 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21839
21840 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21841 (mac-add-charset-info): New function. Initialize variable
21842 mac-charset-info-alist using it.
21843 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21844 for translation.
21845 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21846 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21847 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21848 New CCL programs.
21849
21850 2005-04-19 Kim F. Storm <storm@cua.dk>
21851
21852 * simple.el (next-buffer, prev-buffer, next-error)
21853 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21854 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21855
21856 * bindings.el (next-buffer, prev-buffer, next-error)
21857 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21858 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21859 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21860 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21861
21862 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21863
21864 * isearch.el (isearch-edit-string): Make the search-ring available for
21865 minibuffer history commands.
21866 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21867 the default history commands now work just as well.
21868 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21869
21870 2005-04-18 Kim F. Storm <storm@cua.dk>
21871
21872 * emulation/cua-base.el (cua--pre-command-handler): Add more
21873 elaborate check for shift modifier on non-window systems.
21874
21875 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21876
21877 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21878
21879 2005-04-18 Kim F. Storm <storm@cua.dk>
21880
21881 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21882 and make it optional. Don't test tooltip-gud-echo-area here.
21883 (tooltip-gud-process-output, gdb-tooltip-print):
21884 Pass tooltip-gud-echo-area to tooltip-show.
21885 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21886
21887 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21888
21889 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21890 `display-graphic-p' may not be bound yet.
21891
21892 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21893
21894 * startup.el (command-line): No longer enable Xterm Mouse mode by
21895 default in terminals compatible with xterm.
21896
21897 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21898
21899 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21900
21901 * tooltip.el (tooltip-gud-echo-area): Rename from
21902 tooltip-use-echo-area.
21903 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21904 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21905 area independently of where help tooltips are displayed.
21906
21907 2005-04-17 David Kastrup <dak@gnu.org>
21908
21909 * cus-theme.el (custom-theme-write-variables): Quote variables
21910 where necessary.
21911
21912 2005-04-17 Richard M. Stallman <rms@gnu.org>
21913
21914 * simple.el (yank-excluded-properties): Add follow-link to value.
21915
21916 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21917
21918 * startup.el (fancy-splash-max-time): Just 30 seconds.
21919 (fancy-splash-delay): Just 7.
21920 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21921
21922 * loadhist.el (unload-feature): Update for new format of load-history.
21923 Simplify the code.
21924
21925 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21926 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21927
21928 * mail/sendmail.el (mail-font-lock-keywords):
21929 Don't fontify subject text.
21930 Don't fontify the text of a citation.
21931
21932 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21933
21934 * comint.el (comint-output-filter): Run comint-output-filter-functions
21935 with point where the user had it.
21936
21937 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21938
21939 * international/ucs-tables.el (ucs-set-table-for-input):
21940 Disable when using unify-on-decoding.
21941
21942 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21943
21944 * emulation/cua-base.el (cua-global-mark-face): Add special case
21945 for displays supporting a high number of colors.
21946
21947 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21948
21949 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21950
21951 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21952
21953 * filesets.el (filesets-add-buffer): If user supplies a name of a
21954 non-existing fileset, create a new fileset.
21955
21956 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21957
21958 * textmodes/org.el (org-up-heading-all): Fix bug with
21959 `outline-up-heading-all'.
21960
21961 2005-04-16 Andreas Schwab <schwab@suse.de>
21962
21963 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21964 /etc/permissions.d/* and /etc/aliases.d/*.
21965
21966 2005-04-16 Kenichi Handa <handa@m17n.org>
21967
21968 * international/code-pages.el (cp-make-coding-system):
21969 Set `translation-table-for-input' property value to the symbol
21970 ucs-mule-to-mule-unicode, not to that value.
21971 (pt154): Escape guillemet by `\'.
21972
21973 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21974
21975 * loadup.el: Load tooltip if x-show-tip is fboundp.
21976
21977 * startup.el (command-line): Add comment.
21978
21979 * tooltip.el (tooltip-mode): Specify correct standard value for
21980 Custom in init-value.
21981
21982 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21983
21984 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21985 possible.
21986
21987 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21988
21989 * textmodes/org.el (org-agenda-date-prompt): Rename from
21990 `org-agenda-date-today'.
21991 (org-evaluate-time-range): Insert at point instead of directly
21992 after time range.
21993 (org-first-headline-recenter, org-subtree-end-visible-p)
21994 (org-optimize-window-after-visibility-change): New functions
21995 (org-agenda-post-command-hook): Don't allow point at end of line,
21996 to make sure it always hits the text properties.
21997 (org-agenda-next-date-line, org-agenda-previous-date-line):
21998 New commands.
21999 (org-set-regexps-and-options): Category may contain white space.
22000 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22001 Improve marker positions.
22002 (org-agenda-new-marker): Argument POS made optional.
22003 (org-agenda-get-timestamps): Deadlines which are done are listed
22004 in org-done-face now.
22005 (org-agenda-get-todos, org-agenda-get-timestamps)
22006 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22007 Set `undone-face' and `done-face' properties.
22008 (org-last-todo-state-is-todo): New variable.
22009 (org-todo): Set `org-last-todo-state-is-todo'.
22010 (org-agenda-todo): Change face according to
22011 `org-last-todo-state-is-todo'. And change other lines referring to
22012 the same entry.
22013 (org-calendar-goto-agenda): New command.
22014 (org-calendar-to-agenda-key): New option.
22015 (org-startup-folded): New allowed value `content'.
22016 (org-set-regexps-and-options): Accept new value `content' for
22017 `org-startup-folded'.
22018 (org-get-current-options): Handle new value `content' for
22019 `org-startup-folded'.
22020 (org-insert-todo-heading): New command.
22021 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22022 interactively in empty file and option
22023 `org-insert-mode-line-in-empty-file' has been set.
22024 (org-agenda-todo, org-agenda-priority): Modify to use
22025 `org-agenda-change-all-lines'.
22026 (org-warning-face): Change color on dark background
22027
22028 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22029
22030 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22031 use preferences AppleLocale and AppleLanguages, and variable
22032 mac-system-locale for default locale. On Mac OS Classic, use
22033 mac-system-coding-system for default coding systems.
22034
22035 * term/mac-win.el: Don't set file-name-coding-system.
22036 Decode variables system-name, emacs-build-system, user-login-name, and
22037 user-full-name by mac-system-coding-system on Mac OS Classic.
22038 (mac-system-coding-system): New variable.
22039
22040 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22041
22042 * startup.el (command-line): Handle `xterm-mouse-mode' before
22043 reading init file.
22044
22045 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22046
22047 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22048
22049 * progmodes/sh-script.el (sh-here-document-word): Make it a
22050 defcustom. Doc fix.
22051 (sh-add): Bash uses $(( )) for arithmetic.
22052 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22053 (sh-maybe-here-document): Remove quotes and leading whitespace
22054 from heredoc word when closing. Indent heredoc with tabs if word
22055 starts with "-".
22056
22057 2005-04-13 Richard M. Stallman <rms@gnu.org>
22058
22059 * simple.el (undo): Fix previous change.
22060
22061 * custom.el (defface): Doc fix.
22062
22063 2005-04-13 Lute Kamstra <lute@gnu.org>
22064
22065 * Makefile.in (DONTCOMPILE): Remove list.
22066 (compile, compile-always): Don't use DONTCOMPILE.
22067 (update-authors): Load the library in which batch-update-authors
22068 is defined.
22069 * makefile.w32-in (DONTCOMPILE): Remove list.
22070 (compile, compile-always): Fix comments.
22071 (update-authors): Load the library in which batch-update-authors
22072 is defined.
22073
22074 * generic-x.el (generic-mode-ini-file-find-file-hook):
22075 Rename to ini-generic-mode-find-file-hook.
22076 Keep generic-mode-ini-file-find-file-hook as an alias.
22077 (ini-generic-mode-find-file-hook): Rename from
22078 generic-mode-ini-file-find-file-hook. Fix docstring.
22079 (ini-generic-mode): Docstring change.
22080 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22081
22082 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22083 called from lisp.
22084
22085 * generic.el: Move to the emacs-lisp subdir.
22086
22087 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22088
22089 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22090 and C-S- function and cursor motion keys.
22091
22092 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22093
22094 * startup.el (command-line): Enable Xterm Mouse mode by default.
22095 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22096 for Custom. No longer show "Mouse" in mode line when enabled.
22097 Doc fix.
22098
22099 2005-04-12 Kim F. Storm <storm@cua.dk>
22100
22101 * emulation/cua-base.el (cua-rectangle-face)
22102 (cua-rectangle-noselect-face): Define face attributes here.
22103
22104 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22105
22106 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22107
22108 * startup.el (command-line): Turn off blinking cursor if
22109 cursorBlink in resources is off or false.
22110
22111 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22112
22113 * term/mac-win.el (dnd): Require dnd.
22114 (mac-drag-n-drop): Call dnd-handle-one-url.
22115 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22116 (kTextEncodingISOLatin2): Remove constants.
22117 (mac-script-code-coding-systems): New constant.
22118 (mac-handle-language-change): New function.
22119 (special-event-map): Bind it to `language-change' event.
22120 (mac-centraleurroman, mac-cyrillic): New coding systems.
22121 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22122 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22123 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22124 encode-mac-cyrillic, respectively.
22125
22126 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22127
22128 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22129 Don't set overlay-arrow-string to "=>" as this is done
22130 globally in C now.
22131
22132 2005-04-12 Lute Kamstra <lute@gnu.org>
22133
22134 * generic-x.el (rc-generic-mode, rul-generic-mode):
22135 Fix auto-mode-alist entries.
22136 (etc-fstab-generic-mode): Tweak fontification.
22137
22138 * generic.el (generic-make-keywords-list): Fix docstring.
22139 (generic-mode-internal): Simplify generic-font-lock-keywords.
22140
22141 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22142
22143 * whitespace.el (whitespace-buffer-leading)
22144 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22145 However, fix the highlight area for the leading and
22146 trailing whitespaces to show space.
22147
22148 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22149
22150 * whitespace.el (whitespace-version): Bump to 3.5
22151
22152 (whitespace-buffer-leading, whitespace-buffer-trailing):
22153 Invert sense of the test to highlight the whitespace.
22154
22155 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22156
22157 * progmodes/gud.el (gud-display-line): GUD uses its own
22158 overlay arrow now so don't set overlay-arrow-string.
22159 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22160
22161 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22162
22163 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22164 (term-ansi-current-reverse, term-ansi-current-invisible)
22165 (term-ansi-face-already-done): Change to boolean.
22166 (term-reset-terminal, term-handle-colors-array): Handle the above
22167 vars accordingly.
22168 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22169 (term-emulate-terminal): Use the new name.
22170
22171 * faces.el (secondary-selection): Use yellow1, not yellow.
22172 (trailing-whitespace): Use red1, not red.
22173
22174 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22175
22176 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22177 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22178 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22179
22180 * cus-edit.el (dnd): New group.
22181
22182 * term/w32-win.el (dnd): Require dnd
22183 (w32-drag-n-drop): Call dnd-handle-one-url.
22184
22185 * x-dnd.el: Require dnd.
22186 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22187 Call dnd-handle-one-url.
22188 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22189 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22190 to dnd-insert-text.
22191 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22192 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22193 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22194 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22195
22196 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22197
22198 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22199
22200 * wdired.el: Doc fixes.
22201 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22202 (wdired-use-dired-vertical-movement): Rename from
22203 wdired-always-move-to-filename-beginning.
22204 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22205 (wdired-change-to-wdired-mode): Change mode name.
22206 (wdired-newline): Delete.
22207
22208 2005-04-11 Richard M. Stallman <rms@gnu.org>
22209
22210 * whitespace.el (whitespace-highlight-the-space):
22211 Don't call whitespace-unhighlight-the-space here.
22212
22213 * simple.el (undo): Record t in undo-equiv-table
22214 for the redo record made by an undo-in-region.
22215
22216 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22217
22218 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22219 (gdb-frame-inferior-io-buffer): New Functions to control
22220 display of separate IO buffer.
22221 (menu): Add them to menu-bar.
22222 (gdb-display-buffer): Check for buffer another frame.
22223 Protect GUD buffer.
22224 (gdb-setup-windows): Create IO buffer if not already there.
22225 (gdb-memory-mode): Remove purecopy noops.
22226
22227 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22228
22229 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22230 and pass to self-insert-command.
22231
22232 2005-04-11 Lute Kamstra <lute@gnu.org>
22233
22234 * generic.el: Commentary section cleanup.
22235 (generic): Delete.
22236 (generic-use-find-file-hook, generic-lines-to-scan)
22237 (generic-find-file-regexp, generic-ignore-files-regexp)
22238 (default-generic-mode, generic-mode-find-file-hook)
22239 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22240 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22241 (generic-use-find-file-hook, generic-lines-to-scan)
22242 (generic-find-file-regexp, generic-ignore-files-regexp)
22243 (default-generic-mode, generic-mode-find-file-hook)
22244 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22245
22246 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22247
22248 * bookmark.el (bookmark-write-file): Catch errors writing file.
22249 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22250
22251 2005-04-10 Richard M. Stallman <rms@gnu.org>
22252
22253 * startup.el (fancy-splash-tail): Update copyright year.
22254 (command-line): Split part of -Q into -D.
22255 (emacs-basic-display): New defvar.
22256 (fancy-splash-text): Correct name of menu item.
22257
22258 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22259
22260 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22261 lines in one node.
22262
22263 * comint.el (comint-send-input): New arg ARTIFICIAL.
22264 Callers in this file changed.
22265
22266 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22267
22268 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22269
22270 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22271
22272 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22273 `ldap-search-internal'.
22274
22275 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22276
22277 * files.el (set-auto-mode-1): Use line-end-position.
22278
22279 * international/latin-1.el:
22280 * international/latin-2.el:
22281 * international/latin-3.el:
22282 * international/latin-4.el:
22283 * international/latin-5.el:
22284 * international/latin-8.el:
22285 * international/latin-9.el: Give punctuation syntax to NBSP.
22286
22287 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22288 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22289 Use char-classes to accept non-ascii letters, accepted in some recent
22290 bibtex implementations.
22291
22292 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22293
22294 * custom.el (custom-set-minor-mode): Any non-nil value for the
22295 variable should enable the mode when set through Custom.
22296
22297 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22298
22299 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22300 TAB binding so tab-always-indent is obeyed.
22301 (vhdl-minibuffer-local-map): Move initialization into declaration.
22302 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22303 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22304 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22305 (vhdl-current-line): Use line-beginning-position.
22306 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22307 with-output-to-temp-buffer, so the current position can be recorded.
22308
22309 2005-04-10 Masatake YAMATO <jet@gyve.org>
22310
22311 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22312 Add regexp for gcov.
22313
22314 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22315
22316 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22317 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22318 syntax which Emacs 20 doesn't support.
22319
22320 2005-04-09 Richard M. Stallman <rms@gnu.org>
22321
22322 * help.el (describe-key-briefly, describe-key):
22323 Replace strings as event types with "(any string)".
22324
22325 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22326
22327 * arc-mode.el (archive-mode-map): Move initialization into
22328 the declaration. Override *all* bindings of `undo'.
22329 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22330
22331 2005-04-09 Jay Belanger <belanger@truman.edu>
22332
22333 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22334
22335 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22336
22337 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22338 (xterm-register-default-colors): Update color values computation
22339 to match xterm-200.
22340
22341 2005-04-09 Kenichi Handa <handa@m17n.org>
22342
22343 * international/code-pages.el (iso-latin-7): Fix the map.
22344
22345 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22346
22347 * emacs-lisp/lisp.el (defun-prompt-regexp)
22348 (parens-require-spaces, buffer-end, end-of-defun)
22349 (insert-parentheses): Doc fixes.
22350
22351 2005-04-08 Kim F. Storm <storm@cua.dk>
22352
22353 * comint.el (comint-highlight-prompt): Fix face spec.
22354 * hi-lock.el (hi-green): Likewise.
22355
22356 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22357
22358 * cus-edit.el (custom-modified-face):
22359 * comint.el (comint-highlight-input): Fix previous changes.
22360 * term.el (term-handle-ansi-escape): Add a comment.
22361
22362 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22363
22364 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22365 in the buffer and in whitespace-highlighted-space.
22366 (whitespace-unhighlight-the-space): Simplify.
22367 (whitespace-buffer): Simplify.
22368
22369 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22370
22371 * textmodes/table.el (table-cell-face): Add special case for
22372 displays supporting a high number of colors.
22373 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22374 (vhdl-font-lock-reserved-words-face)
22375 (vhdl-speedbar-architecture-face)
22376 (vhdl-speedbar-instantiation-face)
22377 (vhdl-speedbar-architecture-selected-face)
22378 (vhdl-speedbar-instantiation-selected-face): Likewise.
22379 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22380 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22381 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22382 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22383 (ebrowse-progress-face): Likewise.
22384 * progmodes/compile.el (compilation-info-face): Likewise.
22385 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22386 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22387 * calendar/calendar.el (diary-face): Likewise.
22388 * woman.el (woman-italic-face, woman-bold-face)
22389 (woman-unknown-face): Likewise.
22390 * wid-edit.el (widget-button-pressed-face): Likewise.
22391 * whitespace.el (whitespace-highlight-face): Likewise.
22392 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22393 * pcvs-info.el (cvs-marked-face): Likewise.
22394 * info.el (info-xref): Likewise.
22395 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22396 * hilit-chg.el (highlight-changes-face)
22397 (highlight-changes-delete-face): Likewise.
22398 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22399 (hi-red-b): Likewise.
22400 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22401 * font-lock.el (font-lock-keyword-face)
22402 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22403 * cus-edit.el (custom-invalid-face, custom-modified-face)
22404 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22405 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22406 * comint.el (comint-highlight-prompt): Likewise.
22407
22408 2005-04-08 Lute Kamstra <lute@gnu.org>
22409
22410 * font-lock.el (font-lock-keywords): Docstring fixes.
22411
22412 2005-04-08 Kenichi Handa <handa@m17n.org>
22413
22414 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22415 chars are more than a limit, print " and more..." at the tail.
22416
22417 2005-04-08 Kim F. Storm <storm@cua.dk>
22418
22419 * emacs-lisp/authors.el (authors-aliases): Update list.
22420 (authors-ignored-files): New list.
22421 (authors-fixed-entries): Fix typo.
22422 (authors-renamed-files-alist): Update list.
22423 (authors-add): Check authors-ignored-files.
22424
22425 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22426
22427 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22428 optional, to ensure backward compatibility.
22429
22430 2005-04-08 Stephen Eglen <stephen@gnu.org>
22431
22432 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22433
22434 2005-04-08 Kim F. Storm <storm@cua.dk>
22435
22436 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22437
22438 * mouse.el (mouse-on-link-p): Doc fix.
22439
22440 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22441
22442 * ielm.el (ielm-prompt-read-only): Doc fix.
22443
22444 * comint.el (comint-prompt-read-only): Doc fix.
22445
22446 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22447
22448 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22449 ensure dired always handles wildcards passed to ffap.
22450 (find-file-at-point): Use it.
22451 (ffap-dired-wildcards): Doc fix.
22452
22453 2005-04-07 Juri Linkov <juri@jurta.org>
22454
22455 * simple.el (next-error-overlay-arrow-position): New defvar.
22456 Put "=>" on its property `overlay-arrow-string'. Add it to
22457 `overlay-arrow-variable-list'.
22458
22459 * progmodes/compile.el (compilation-setup):
22460 Set `next-error-overlay-arrow-position' to nil. Also set it to
22461 nil in the local hook `kill-buffer-hook'. Make local variable
22462 `overlay-arrow-string' and set it to "=>".
22463 (compilation-goto-locus): Set BOL position to
22464 `next-error-overlay-arrow-position' instead of
22465 `overlay-arrow-position'.
22466
22467 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22468 locally instead of adding it to the global hook.
22469 (Info-kill-buffer): Move up.
22470
22471 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22472
22473 * term/xterm.el (xterm-standard-colors): Update color values from
22474 xterm-200.
22475
22476 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22477
22478 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22479
22480 * fast-lock.el:
22481 * lazy-lock.el: Move them to the obsolete subdir.
22482
22483 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22484
22485 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22486 (wdired-add-replace-advice): Remove.
22487 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22488
22489 2005-04-06 Kim F. Storm <storm@cua.dk>
22490
22491 * startup.el (command-line): Add --bare-bones alias for -Q.
22492
22493 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22494
22495 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22496 create the startup fontset if a font specification ends with
22497 `mac-roman'.
22498
22499 2005-04-06 Lute Kamstra <lute@gnu.org>
22500
22501 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22502 change.
22503
22504 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22505 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22506
22507 2005-04-05 Lute Kamstra <lute@gnu.org>
22508
22509 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22510 (define-generic-mode): Ditto. Fix debug declaration.
22511
22512 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22513 Put them in the generic-x group.
22514
22515 * calendar/timeclock.el (timeclock): Doc fix.
22516
22517 * generic.el (define-generic-mode): Don't use custom-current-group.
22518 Document default :group value.
22519 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22520 (define-global-minor-mode): Don't use custom-current-group.
22521
22522 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22523
22524 * startup.el (command-line-1): Display startup-echo-area-message
22525 when fancy splash screen is in use.
22526
22527 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22528 (sh-escaped-newline): New face.
22529 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22530 newline, and use sh-escaped-newline face.
22531
22532 * progmodes/tcl.el (tcl-escaped-newline): New face.
22533 (tcl-builtin-list): New variable.
22534 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22535 newlines. Fix keywords subexpression number.
22536
22537 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22538
22539 * textmodes/org.el (org-diary-default-entry): Fix call to
22540 `add-to-diary-entry'.
22541
22542 2005-04-05 Kim F. Storm <storm@cua.dk>
22543
22544 * ediff-init.el: Use (featurep 'xemacs).
22545
22546 2005-04-05 David Ponce <david@dponce.com>
22547
22548 * cus-edit.el (face): Derive from symbol widget. Display sample
22549 of the current face on the fly.
22550 (widget-face-sample-face-get, widget-face-notify): New functions.
22551 (widget-face-value-create): Remove.
22552
22553 * wid-edit.el (widget-field-end): Temporarily remove field
22554 narrowing before to call `get-char-property'.
22555
22556 2005-04-04 Jay Belanger <belanger@truman.edu>
22557
22558 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22559 (math-read-subscripts): New variable.
22560 (math-read-preprocess-string): Process subscripts.
22561
22562 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22563
22564 * comint.el (comint-prompt-read-only): Doc fix.
22565
22566 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22567 `-1'. Doc fix.
22568
22569 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22570
22571 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22572 Change default value to nil.
22573
22574 2005-04-04 Lute Kamstra <lute@gnu.org>
22575
22576 * autorevert.el (auto-revert-mode): Specify :group.
22577 * battery.el (display-battery-mode): Specify :group.
22578 * diff-mode.el (diff-minor-mode): Specify :group.
22579 * font-core.el (font-lock-mode): Specify :group.
22580 * hl-line.el (hl-line-mode): Specify :group.
22581 * iimage.el (iimage): New customization group.
22582 (iimage-mode): Specify :group.
22583 * longlines.el (longlines-mode): Specify :group.
22584 * master.el: Don't require easy-mmode.
22585 (master): New customization group.
22586 (master-mode): Specify :group.
22587 * msb.el (msb-mode): Specify :group.
22588 * reveal.el (reveal-mode): Specify :group.
22589 * simple.el (next-error-follow-minor-mode): Specify :group.
22590 * smerge-mode.el (smerge-mode): Specify :group.
22591 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22592 * emulation/cua-base.el (cua-mode): Specify :group.
22593 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22594 * language/thai-util.el (thai-auto-composition-mode)
22595 (thai-word-mode): Specify :group.
22596 * mail/supercite.el (sc-minor-mode): Specify :group.
22597 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22598 * progmodes/flymake.el (flymake-mode): Specify :group.
22599 * progmodes/glasses.el (glasses-mode): Specify :group.
22600 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22601 * textmodes/enriched.el (enriched-mode): Specify :group.
22602 * textmodes/refill.el (refill-mode): Specify :group.
22603
22604 * add-log.el (change-log-font-lock-keywords): Names in
22605 parenthesized lists can contain spaces.
22606
22607 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22608
22609 * startup.el (fancy-splash-text): Shorten default text of
22610 "Emacs Tutorial" line. Also, if the current language env
22611 indicates an available tutorial file other than TUTORIAL,
22612 extract its title and append it to the line in parentheses.
22613 (fancy-splash-insert): If arg is a thunk, funcall it.
22614
22615 2005-04-04 Jay Belanger <belanger@truman.edu>
22616
22617 * calc.el (calc-language-alist): Add tags to customization type.
22618
22619 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22620
22621 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22622 Doc fix.
22623
22624 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22625
22626 * add-log.el (change-log-font-lock-keywords): The manual
22627 describing a Change Log entry, says: (...) "Aside from these
22628 header lines, every line in the change log starts with a space or
22629 a tab.". The font-lock was not highlighting lines started with
22630 spaces, added support for it.
22631
22632 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22633
22634 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22635 (bibtex-generate-url-list): Update docstring accordingly. Put the
22636 complex example in the docstring.
22637 (bibtex-font-lock-url): Use pop.
22638
22639 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22640
22641 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22642
22643 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22644
22645 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22646
22647 * filesets.el (filesets-set-default): Doc fix.
22648
22649 2005-04-03 Lute Kamstra <lute@gnu.org>
22650
22651 * generic.el (define-generic-mode): Add argument to specify
22652 keywords for defcustom.
22653 (default-generic-mode): Specify :group.
22654
22655 * generic-x.el: Specify :group for all generic modes.
22656
22657 * desktop.el (desktop-no-desktop-file-hook)
22658 (desktop-after-read-hook): Doc fix.
22659
22660 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22661
22662 * simple.el (visible-mode): Use explicit :group keyword.
22663 This changes the group of `visible-mode-hook' from paren-blinking
22664 to editing-basics.
22665
22666 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22667
22668 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22669 mailbox specifications as well as URLs.
22670 (rmail-insert-inbox-text): Remove unused conditional branches.
22671
22672 2005-04-01 Jay Belanger <belanger@truman.edu>
22673
22674 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22675 (calc-gnuplot-print-command): Move definitions to calc.el.
22676
22677 * calc/calc-embed.el (calc-embedded-announce-formula)
22678 (calc-embedded-open-formula, calc-embedded-close-formula)
22679 (calc-embedded-open-word, calc-embedded-close-word)
22680 (calc-embedded-open-plain, calc-embedded-close-plain)
22681 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22682 (calc-embedded-open-mode, calc-embedded-close-mode):
22683 Move definitions to calc.el.
22684
22685 * calc/calc.el (calc-settings-file, calc-language-alist):
22686 Make customizable.
22687 (calc-embedded-announce-formula, calc-embedded-open-formula)
22688 (calc-embedded-close-formula, calc-embedded-open-word)
22689 (calc-embedded-close-word, calc-embedded-open-plain)
22690 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22691 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22692 (calc-embedded-close-mode, calc-gnuplot-name)
22693 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22694 from other files and make customizable.
22695
22696 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22697
22698 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22699 Use buffer-live-p.
22700 (cvs-mode-run): Don't call cvs-update-header here.
22701 (cvs-run-process): Call cvs-update-header.
22702 Use process properties for cvs-postprocess and cvs-buffer so that
22703 the sentinel can behave better if the temp buffer is killed.
22704 Use a pipe rather than a tty, to better handle unexpected prompts.
22705 (cvs-sentinel): Rewrite. Call cvs-update-header.
22706
22707 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22708
22709 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22710 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22711
22712 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22713
22714 * generic.el (define-generic-mode): Add indentation rule.
22715
22716 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22717
22718 * files.el (mode-require-final-newline): Make Custom correctly
22719 report a nil value and allow to set it to nil via Custom.
22720 Doc fix.
22721
22722 2005-04-01 Kenichi Handa <handa@m17n.org>
22723
22724 * international/characters.el: Enable the correct case setting for
22725 dotless-i and dotted-I.
22726
22727 2005-04-01 Kim F. Storm <storm@cua.dk>
22728
22729 * ido.el (ido-file-internal): Fall back to non-ido command if
22730 initial directory is on slow ftp (or tramp) host.
22731
22732 2005-03-31 Richard M. Stallman <rms@gnu.org>
22733
22734 * emacs-lisp/autoload.el (make-autoload):
22735 Handle define-global-minor-mode.
22736
22737 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22738 Rename from easy-mmode-define-global-mode.
22739 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22740
22741 * progmodes/scheme.el (scheme-mode-syntax-table):
22742 Update syntax of | and # for two-character comment syntax.
22743
22744 2005-03-31 Lute Kamstra <lute@gnu.org>
22745
22746 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22747 (define-minor-mode): Call custom-current-group at load-time.
22748
22749 * generic.el (define-generic-mode): Add debug declaration.
22750 Add defcustom for the mode hook.
22751 (generic-mode-internal): Use run-mode-hooks.
22752
22753 2005-03-31 Kim F. Storm <storm@cua.dk>
22754
22755 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22756 (mouse-fixup-help-message): New defun called by show_help_echo
22757 to fixup mouse-2 prefix in help messages when applicable.
22758
22759 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22760
22761 2005-03-31 Kenichi Handa <handa@m17n.org>
22762
22763 * language/thai-word.el (thai-find-word-ends): Pay attention to
22764 the case that we reach the end of buffer.
22765
22766 * textmodes/fill.el (fill-text-properties-at): New function.
22767 (fill-newline): Use fill-text-properties-at instead of
22768 text-properties-at.
22769
22770 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22771
22772 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22773 not comint-quote-filename.
22774
22775 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22776
22777 * help-fns.el (help-with-tutorial): Revert last change.
22778
22779 2005-03-31 Kim F. Storm <storm@cua.dk>
22780
22781 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22782
22783 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22784
22785 * calendar/cal-china.el: Update reference to "Calendrical
22786 Calculations" book; there's a new edition.
22787 * calendar/cal-coptic.el: Likewise.
22788 * calendar/cal-french.el: Likewise.
22789 * calendar/cal-hebrew.el: Likewise.
22790 * calendar/cal-islam.el: Likewise.
22791 * calendar/cal-iso.el: Likewise.
22792 * calendar/cal-julian.el: Likewise.
22793 * calendar/cal-mayan.el: Likewise.
22794 * calendar/cal-persia.el: Likewise.
22795 * calendar/calendar.el: Likewise.
22796 * calendar/holidays.el: Likewise.
22797 * calendar/lunar.el: Likewise.
22798 * calendar/solar.el: Likewise.
22799
22800 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22801 white space from doc string.
22802
22803 2005-03-30 Jay Belanger <belanger@truman.edu>
22804
22805 * calc/calc-help.el (calc-full-help): Remove email address.
22806
22807 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22808
22809 * help-fns.el (help-with-tutorial): Delete title line.
22810
22811 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22812
22813 * calendar/cal-x.el (calendar-one-frame-setup)
22814 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22815 rather than `symbol' for set-window-dedicated-p.
22816
22817 * calendar/appt.el (appt-buffer-name): Make it a constant.
22818 (appt-add): Doc fix.
22819
22820 * filesets.el (filesets-menu-path, filesets-menu-before)
22821 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22822 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22823 (filesets-add-submenu): Delete and use add-submenu instead.
22824
22825 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22826
22827 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22828 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22829 (org-diary-default-entry): New function.
22830 (org-get-entries-from-diary): Better parsing of diary entries.
22831 (org-agenda-check-no-diary): New function.
22832 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22833 linking to diary entries.
22834 (org-agenda-execute-calendar-command): New function.
22835 (org-agenda): Improve visible section in window.
22836 Use `org-fit-agenda-window'.
22837 (org-fit-agenda-window): New option.
22838 (org-move-subtree-down): Better handling of empty lines
22839 at end of subtree.
22840 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22841 levels up.
22842 (org-fontify-done-headline): New option.
22843 (org-headline-done-face): New face.
22844 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22845 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22846 When current field is non-empty, it is copied to next row.
22847 (org-table-copy-from-above): Fix bug which made it
22848 impossible to copy fields containing only a single non-white character.
22849
22850 2005-03-30 Kim F. Storm <storm@cua.dk>
22851
22852 * kmacro.el (kmacro-end-macro): Isearch may store this command
22853 into the macro -- so ignore it when executing keyboard macro.
22854
22855 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22856
22857 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22858
22859 2005-03-29 Kenichi Handa <handa@m17n.org>
22860
22861 * language/thai.el ("Thai"): Set setup-function and exit-function
22862 for Thai language environment.
22863
22864 * language/thai-util.el: Require thai-word.
22865 (thai-word-mode-map): New variable.
22866 (thai-word-mode): New minor mode.
22867 (setup-thai-language-environment-internal): New function.
22868 (exit-thai-language-environment-internal): New function.
22869
22870 * language/thai-word.el (thai-word-table): Declare it by defvar,
22871 use dolist to initialize it.
22872 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22873 (thai-fill-find-break-point): New functions.
22874
22875 2005-03-29 Richard M. Stallman <rms@gnu.org>
22876
22877 * simple.el (idle-update-delay): Move definition up.
22878 (set-mark): Doc fix.
22879
22880 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22881
22882 * longlines.el: New file.
22883
22884 * simple.el (buffer-substring-filters): New variable.
22885 (filter-buffer-substring): New function.
22886 (kill-region, copy-region-as-kill): Use it.
22887
22888 * register.el (copy-to-register, append-to-register)
22889 (prepend-to-register): Use filter-buffer-substring.
22890
22891 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22892
22893 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22894 (gud-filter-pending-text): Move in front of gdb.
22895 (gud-overlay-arrow-position): New variable.
22896 (gud-sentinel, gud-display-line): Use it in place of
22897 overlay-arrow-position.
22898
22899 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22900
22901 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22902 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22903 (fortran-font-lock-keywords-4): New variable.
22904 (fortran-blocks-re, fortran-end-block-re)
22905 (fortran-start-block-re): New constants, for hideshow.
22906 (hs-special-modes-alist): Add a Fortran entry.
22907 (fortran-mode-map): Bind fortran-end-of-block,
22908 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22909 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22910 (fortran-looking-at-if-then, fortran-end-of-block)
22911 (fortran-beginning-of-block): New functions, for hideshow.
22912
22913 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22914 Doc fix. Tweak regexp.
22915 (f90-beginning-of-block): Push mark first.
22916
22917 2005-03-29 Jay Belanger <belanger@truman.edu>
22918
22919 * calc/calc.el: Update copyright date.
22920 (calc-version): Increase to 2.1.
22921 (calc-version-date): Remove.
22922
22923 * calc/calc-help.el: Update copyright date.
22924 (calc-full-help): Remove reference to calc-version-date.
22925 Update copyright date.
22926
22927 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22928
22929 * vc.el (vc-do-command): Use a pipe for async processes, so password
22930 prompts don't show up at places where the user can't reply.
22931
22932 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22933
22934 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22935 on the file name we pass to the inferior shell.
22936
22937 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22938
22939 * progmodes/which-func.el (which-function): Be robust in the face of an
22940 imenu--make-index-alist failure.
22941
22942 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22943
22944 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22945
22946 * progmodes/python.el (python-preoutput-filter): Fix last change.
22947
22948 2005-03-29 Lute Kamstra <lute@gnu.org>
22949
22950 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22951 functions and compiled macros.
22952 (debug-convert-byte-code): Handle macros too.
22953 (debug-on-entry-1): Don't signal an error when trying to clear a
22954 function that is not set to debug on entry.
22955
22956 2005-03-29 Jay Belanger <belanger@truman.edu>
22957
22958 * calc/calc-lang.el: Add functions to math-function-table
22959 properties of tex and math.
22960
22961 2005-03-29 Kenichi Handa <handa@m17n.org>
22962
22963 * ps-mule.el (ps-mule-plot-string): Translate characters by
22964 ps-print-translation-table.
22965 (ps-mule-begin-job): Call find-charset-region/string with
22966 ps-print-translation-table.
22967 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22968
22969 * ps-print.el (ps-print-translation-table): New variable.
22970 (ps-plot-region): Translate characters by ps-print-translation-table.
22971
22972 2005-03-29 Juri Linkov <juri@jurta.org>
22973
22974 * simple.el (next-error-highlight-timer): New variable.
22975
22976 * progmodes/compile.el (compilation-goto-locus):
22977 Use `next-error-highlight-timer' instead of `sit-for'.
22978
22979 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22980
22981 * mail/supercite.el (sc-mail-field): Use assoc-string.
22982 (sc-get-address): Simplify regexps.
22983
22984 * files.el (minibuffer-with-setup-hook): New macro.
22985 (find-file-read-args): Use it to avoid let-binding
22986 minibuffer-with-setup-hook (which breaks turning on/off
22987 file-name-shadow-mode while in the prompt).
22988
22989 * complete.el (PC-read-include-file-name-internal):
22990 Use test-completion.
22991
22992 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22993
22994 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22995
22996 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22997
22998 * window.el (window-buffer-height): Use count-screen-lines.
22999
23000 * progmodes/python.el (python-preoutput-leftover): New var.
23001 (python-preoutput-filter): Use it.
23002 (python-send-receive): Loop until all the result has been received.
23003
23004 2005-03-28 Juri Linkov <juri@jurta.org>
23005
23006 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23007
23008 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23009 "Recover Crashed Session".
23010 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23011 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23012 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23013 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23014 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23015 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23016 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23017 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23018
23019 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23020 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23021 Ediff Sessions", "Toggle use of separate control buffer frame",
23022 "Use separate frame for Ediff control buffer".
23023
23024 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23025 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23026 "Rename Bookmark", "Delete Bookmark".
23027
23028 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23029 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23030 Add `:active Info-index-alternatives' to "Next Matching Item".
23031
23032 * wdired.el (wdired-change-to-wdired-mode):
23033 Mention `wdired-abort-changes' key in the initial message.
23034
23035 * international/mule.el (auto-coding-alist): Associate non-ascii
23036 image filename extensions with `no-conversion'.
23037
23038 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23039
23040 * international/iso-acc.el:
23041 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23042
23043 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23044
23045 * textmodes/sgml-mode.el (html-mode): Doc update.
23046
23047 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23048
23049 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23050
23051 * term.el (term-move-columns): Fix face after extending a line.
23052 (term-insert-spaces): Likewise.
23053 (term-reset-terminal): Fix off by one error.
23054
23055 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23056
23057 * international/mule.el (auto-coding-alist): Add .xpi files.
23058
23059 * files.el (auto-mode-alist): Add .xpi files.
23060
23061 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23062
23063 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23064
23065 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23066
23067 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23068
23069 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23070
23071 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23072 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23073
23074 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23075 cursor to Jan 1 when needed.
23076 (calendar-end-of-year): Fix -/+ typo.
23077 Reported by Chong Yidong <cyd@stupidchicken.com>.
23078
23079 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23080
23081 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23082
23083 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23084 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23085
23086 2005-03-25 Richard M. Stallman <rms@gnu.org>
23087
23088 * filesets.el (filesets-init): Add autoload.
23089
23090 * mail/mailalias.el (mail-directory): Doc fix.
23091
23092 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23093
23094 * mail/mailalias.el (mail-directory-process): Do nothing if
23095 mail-directory-process is an atom.
23096 (mail-get-names): Ignore mail-directory-names if it is an atom.
23097 (mail-directory-process defvar): Doc fix.
23098 (mail-names): Doc fix.
23099
23100 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23101
23102 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23103
23104 2005-03-26 Kenichi Handa <handa@m17n.org>
23105
23106 * international/mule-util.el (detect-coding-with-priority):
23107 Call update-coding-systems-internal before detect-coding-region.
23108
23109 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23110
23111 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23112 (gdb-frames-mode-map): Add follow-link property.
23113
23114 2005-03-25 Jay Belanger <belanger@truman.edu>
23115
23116 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23117 for variables.
23118
23119 2005-03-25 Juri Linkov <juri@jurta.org>
23120
23121 * image-mode.el: Optimize image filename extension regexps in
23122 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23123 in `auto-mode-alist'.
23124 (image-mode): Add `image-toggle-display-text' to local hook
23125 `change-major-mode-hook'. Display the image as an image by
23126 default. Set `cursor-type' and `truncate-lines' if the image
23127 is already displayed. Take into account the current mode (image
23128 or text) in message.
23129 (image-minor-mode): New minor mode.
23130 (image-mode-maybe, image-toggle-display-text): New functions.
23131 (image-toggle-display): Use called-interactively-p.
23132 Let-bind `inhibit-read-only' to t.
23133
23134 * image-mode.el (image-minor-mode): Set `cursor-type' and
23135 `truncate-lines' if the image is already displayed. Add turning
23136 image-minor-mode off to `change-major-mode-hook'. Add message.
23137 Call `image-toggle-display-text' after turning image-minor-mode off.
23138
23139 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23140
23141 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23142 Terminal.app, use utf-8.
23143 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23144 (set-locale-environment): Use it.
23145
23146 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23147
23148 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23149
23150 * progmodes/python.el (python-close-block-statement-p)
23151 (python-outdent-p, python-current-defun): Use symbol-end.
23152
23153 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23154
23155 * files.el (save-some-buffers): Doc fix.
23156
23157 2005-03-25 Werner Lemberg <wl@gnu.org>
23158
23159 * complete.el, thumbs.el: Replace `legal' with `valid'.
23160 * calendar/calendar.el: Replace `legal' with `valid'.
23161 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23162 * mail/supercite.el: Replace `legal' with `valid'.
23163 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23164 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23165 Replace `legal' with `valid'.
23166 * textmodes/reftex-vars.el, textmodes/reftex.el:
23167 Replace `legal' with `valid'.
23168
23169 2005-03-25 Werner Lemberg <wl@gnu.org>
23170
23171 * calc/calc-forms.el, calc/calc-sel.el
23172 * midnight.el, vc-cvs.el
23173 * emacs-lisp/cl-macs.el
23174 * emulation/vip.el
23175 * eshell/esh-io.el, eshell/esh-var.el
23176 * mail/supercite.el
23177 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23178 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23179 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23180 * progmodes/sh-script.el, progmodes/xscheme.el
23181 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23182 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23183 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23184 * textmodes/reftex.el, textmodes/org.el:
23185 Replace `illegal' with `invalid'.
23186
23187 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23188
23189 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23190 (flymake-find-buildfile, flymake-find-possible-master-files)
23191 (flymake-check-include, flymake-parse-line): Replace loops over the
23192 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23193
23194 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23195 Substitute file-name-as-directory in the rest of the file.
23196 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23197 (flymake-replace-region): Remove unused arg `buffer'.
23198 (flymake-check-patch-master-file-buffer): Update calls to it.
23199 (flymake-add-err-info): Remove unused var `count'.
23200 (flymake-mode): Use define-minor-mode.
23201
23202 * progmodes/flymake.el: Use with-current-buffer.
23203 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23204 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23205 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23206 Avoid testing for `xemacs'.
23207 (flymake-nop): Move.
23208 (flymake-region-has-flymake-overlays): Return the computed value.
23209 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23210 Remove unused var `endline'.
23211 (flymake-get-line-count): Remove unused function.
23212 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23213
23214 * emulation/vi.el:
23215 * generic.el:
23216 * hilit-chg.el (global-highlight-changes):
23217 * hi-lock.el (hi-lock-mode):
23218 * follow.el: find-file-hooks -> find-file-hook.
23219
23220 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23221
23222 2005-03-24 Juri Linkov <juri@jurta.org>
23223
23224 * dired.el (dired-mode-map): Add menu item "Compare directories"
23225 for dired-compare-directories.
23226
23227 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23228 Doc fix. Replace `read-file-name' with `read-directory-name'.
23229
23230 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23231
23232 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23233
23234 2005-03-24 Jay Belanger <belanger@truman.edu>
23235
23236 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23237 relevant mode settings in calc-embedded-original-modes when modes
23238 are permanently changed.
23239
23240 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23241
23242 * autoinsert.el: find-file-hooks -> find-file-hook.
23243
23244 2005-03-24 Lute Kamstra <lute@gnu.org>
23245
23246 * generic.el (generic-font-lock-defaults): Make it obsolete.
23247 (generic-font-lock-keywords): New variable to replace
23248 generic-font-lock-defaults.
23249 (generic-mode-set-font-lock): Delete it.
23250 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23251 (generic-bracket-support): Add docstring.
23252
23253 * generic-x.el: Rename generic-font-lock-defaults to
23254 generic-font-lock-keywords throughout.
23255 (mailagent-rules-setup-function): Delete it.
23256 (mailagent-rules-generic-mode): Use anonymous function instead.
23257 (show-tabs-generic-mode-font-lock-defaults-1)
23258 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23259 Quote faces.
23260 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23261 not foreground.
23262
23263 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23264 Recognize define-generic-mode.
23265
23266 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23267
23268 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23269 if there's no completion table.
23270
23271 2005-03-23 Miles Bader <miles@gnu.org>
23272
23273 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23274 Remove tty-specific variants, as they're no longer needed.
23275
23276 2005-03-23 Lute Kamstra <lute@gnu.org>
23277
23278 * generic-x.el: Code cleanup: make args constant whenever possible.
23279 (installshield-statement-keyword-list)
23280 (installshield-system-functions-list)
23281 (installshield-system-variables-list, installshield-types-list)
23282 (installshield-funarg-constants-list): Make them constants.
23283
23284 * generic.el (generic-make-keywords-list): Add autoload cookie.
23285
23286 * calendar/time-date.el: Add comment on time value formats.
23287 Don't require parse-time.
23288 (with-decoded-time-value): New macro.
23289 (encode-time-value): New function.
23290 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23291 (days-to-time): Return a valid time value when arg is huge.
23292 (time-since): Use time-subtract.
23293 (time-to-number-of-days): Use time-to-seconds.
23294
23295 2005-03-23 David Ponce <david@dponce.com>
23296
23297 * recentf.el (recentf-keep): New option.
23298 (recentf-menu-action): Default to `find-file'.
23299 (recentf-keep-non-readable-files-flag)
23300 (recentf-keep-non-readable-files-p)
23301 (recentf-file-readable-p, recentf-find-file)
23302 (recentf-cleanup-remote): Remove.
23303 (recentf-include-p): More robust.
23304 (recentf-keep-p): New function.
23305 (recentf-remove-if-non-kept): Rename from
23306 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23307 All callers updated.
23308 (recentf-menu-items-for-commands): Fix help string.
23309 (recentf-track-closed-file): Update. Doc fix.
23310 (recentf-cleanup): Update. Count removed files. Doc fix.
23311
23312 2005-03-23 Kim F. Storm <storm@cua.dk>
23313
23314 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23315 Don't inherit from fringe face (now happens automatically).
23316
23317 2005-03-22 Kim F. Storm <storm@cua.dk>
23318
23319 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23320 position values.
23321
23322 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23323
23324 * menu-bar.el (showhide-date-time): Remove.
23325 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23326 (menu-bar-make-mm-toggle): Simplify.
23327
23328 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23329
23330 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23331 Accept qualified variable and function names.
23332
23333 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23334
23335 * bindings.el (completion-ignored-extensions):
23336 Remove ".lis" for `vax-vms'.
23337
23338 2005-03-22 Andreas Schwab <schwab@suse.de>
23339
23340 * generic-x.el: Revert last change.
23341 * ldefs-boot.el: Update.
23342
23343 2005-03-22 Jay Belanger <belanger@truman.edu>
23344
23345 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23346 (calc-embedded-save-original-modes)
23347 (calc-embedded-restore-original-modes): New functions.
23348 (calc-do-embedded): Save original modes when entering embedded mode
23349 and restore when leaving embedded mode.
23350 (calc-embedded-modes-change): Change the value of
23351 calc-embedded-original-modes to reflect permanent changes.
23352
23353 2005-03-22 Lute Kamstra <lute@gnu.org>
23354
23355 * generic-x.el: Require generic again.
23356
23357 2005-03-22 Miles Bader <miles@gnu.org>
23358
23359 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23360 Tweak details to look good on both ttys and bitmap displays, light
23361 or dark background, etc.
23362
23363 2005-03-21 Kim F. Storm <storm@cua.dk>
23364
23365 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23366 mouse position.
23367
23368 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23369
23370 * icomplete.el: Don't forcibly turn on the mode upon load.
23371 (icomplete-mode): Use define-minor-mode.
23372 (icomplete-eoinput): Default to nil.
23373 (icomplete-minibuffer-setup): Remove autoload.
23374 (icomplete-tidy): Simplify.
23375 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23376 in the initial state or if the user has modified the field.
23377 Fix handling of icomplete-max-delay-chars.
23378 Remove code that handles the oddball case where
23379 minibuffer-completion-table is an integer.
23380 Wrap icomplete-completions in while-no-input in case building
23381 completions takes more time than expected.
23382 (icomplete-completions): Simplify.
23383
23384 2005-03-21 Richard M. Stallman <rms@gnu.org>
23385
23386 * jka-compr.el (jka-compr-really-do-compress):
23387 Make variable buffer-local.
23388
23389 * image-mode.el: Handle .xpm files too.
23390 (image-toggle-display): Preserve modification flag.
23391
23392 * help.el (where-is): Don't mention aliases with no key bindings.
23393
23394 2005-03-21 Lute Kamstra <lute@gnu.org>
23395
23396 * generic.el: Fix commentary section. Don't require cl for
23397 compilation.
23398 (generic-mode-list): Add autoload cookie.
23399 (generic-use-find-file-hook, generic-lines-to-scan)
23400 (generic-find-file-regexp, generic-ignore-files-regexp)
23401 (generic-mode, generic-mode-find-file-hook)
23402 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23403 (define-generic-mode): Make it a defmacro. Fix docstring.
23404 (generic-mode-internal): Code cleanup. Add autoload cookie.
23405 (generic-mode-set-comments): Code cleanup.
23406 * generic-x.el: Don't prevent compilation. Don't require generic.
23407 Follow coding conventions. Minor code cleanup.
23408 (etc-fstab-generic-mode): Add some keywords.
23409 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23410 define-generic-mode like a function declaration.
23411
23412 2005-03-21 Jay Belanger <belanger@truman.edu>
23413
23414 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23415 changing modes.
23416
23417 2005-03-21 Sam Steingold <sds@gnu.org>
23418
23419 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23420
23421 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23422
23423 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23424 Add underscore to "f$ lexicals" regexp.
23425
23426 2005-03-20 Juri Linkov <juri@jurta.org>
23427
23428 * subr.el (progress-reporter-do-update): When `min-value' is equal
23429 to `max-value', set `percentage' to 0 and prevent division by zero.
23430
23431 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23432
23433 Sync with Tramp 2.0.48.
23434
23435 * net/tramp.el (all): Change all addresses to .gnu.org.
23436 (tramp-append-tramp-buffers): New defun.
23437 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23438 Catch `dont-send' signal.
23439 (tramp-set-auto-save-file-modes): Set always permissions, because
23440 there might be an old auto-saved file belonging to another
23441 original file. This could be a security threat. Reported by
23442 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23443 Check for Emacs 21.3.50 removed.
23444
23445 * net/tramp-smb.el (all): Remove debug construct for
23446 `with-parsed-tramp-file-name'.
23447 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23448 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23449 No error message if DIRECTORY or FILENAME doesn't exist.
23450 (tramp-smb-open-connection): Check existence of
23451 `tramp-smb-program'.
23452
23453 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23454
23455 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23456 Properly handle the case where the `m' or `s' command's argument is not
23457 yet terminated.
23458 (perl-indent-new-calculate): New function.
23459 (perl-indent-line): Use it.
23460
23461 2005-03-20 Miles Bader <miles@gnu.org>
23462
23463 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23464 in text-mode too. Change to new face names.
23465 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23466 Add `:weight bold' attribute.
23467 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23468
23469 2005-03-19 Juri Linkov <juri@jurta.org>
23470
23471 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23472
23473 * international/mule.el (auto-coding-alist): Sync with
23474 `auto-mode-alist' by adding upper case archive file extensions
23475 and adding ear/war to jar extension.
23476
23477 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23478
23479 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23480 running, restart it.
23481
23482 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23483
23484 * finder.el (finder-current-item): Throw an error on an empty line.
23485
23486 * man.el (Man-follow-manual-reference): If current-word returns
23487 nil, use "".
23488
23489 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23490
23491 * simple.el (goto-line): Doc fix.
23492
23493 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23494
23495 * files.el (save-buffer): Doc fix.
23496
23497 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23498
23499 * recentf.el (recentf-cleanup-remote): New variable.
23500 (recentf-cleanup): Use it to conditionally check availability of
23501 remote files.
23502
23503 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23504
23505 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23506 function names.
23507
23508 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23509
23510 * language/thai-word.el: New file.
23511
23512 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23513
23514 * files.el (backup-buffer): If the file's directory is not
23515 writable, use copy instead of move to backup the file.
23516
23517 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23518
23519 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23520
23521 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23522
23523 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23524 Use functionp instead of symbolp and fboundp. Reported by Drkm
23525 <darkman_spam@yahoo.fr>.
23526 (ps-print-version): New version 6.6.6.
23527
23528 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23529
23530 * textmodes/table.el (table--line-column-position): New idiom.
23531 (table--row-column-insertion-point-p): New function to test
23532 validity of row and column insertion operation at a location.
23533 (table-global-menu, table-cell-menu): Use above functions for
23534 deterministic test operation.
23535 (table--editable-cell-p): Behave in deterministic fashion.
23536
23537 2005-03-18 Juri Linkov <juri@jurta.org>
23538
23539 * isearch.el (isearch-lazy-highlight-new-loop):
23540 Make arguments beg and end optional.
23541 (isearch-update): Remove optional arguments nil from
23542 isearch-lazy-highlight-new-loop.
23543 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23544 isearch-lazy-highlight-case-fold-search instead of
23545 isearch-case-fold-search, and let-bind isearch-regexp to
23546 isearch-lazy-highlight-regexp.
23547 Use isearch-lazy-highlight-last-string instead of isearch-string.
23548
23549 * replace.el (perform-replace): Remove bindings of global
23550 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23551 Add three new arguments to `replace-highlight'.
23552 (replace-highlight): Add arguments string, regexp, case-fold.
23553 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23554 to allow isearch-lazy-highlight-new-loop to use these values
23555 to set corresponding isearch-lazy-highlight-* internal
23556 variables whose values lazy highlighting will use regardless of
23557 changes to global variables isearch-string, isearch-regexp,
23558 isearch-case-fold-search during lazy highlighting loop.
23559 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23560 to `lazy-highlight-cleanup'.
23561
23562 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23563 (ispell-highlight-face): Set default face to `isearch' when
23564 lazy highlighting is enabled.
23565 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23566 priority to 1. Add lazy highlighting.
23567 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23568 from `isearch-dehighlight'.
23569
23570 2005-03-18 David Ponce <david@dponce.com>
23571
23572 * files.el (hack-local-variables): Do a case-insensitive search
23573 for End.
23574
23575 2005-03-18 Juri Linkov <juri@jurta.org>
23576
23577 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23578 `isearch-lazy-highlight-cleanup', add alias to old name and
23579 declare obsolete. Add release numbers to other obsolete vars.
23580 (isearch-done, isearch-lazy-highlight-new-loop):
23581 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23582 (lazy-highlight-cleanup) <variable>: Doc fix.
23583 (isearch-lazy-highlight-update): Rename obsolete
23584 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23585
23586 2005-03-18 Kenichi Handa <handa@m17n.org>
23587
23588 * language/thai-util.el: Fix categorization of Thai characters in
23589 thai-category-table.
23590 (thai-composition-pattern): Adjust it for the above change.
23591 (thai-self-insert-command, thai-compose-syllable): New functions.
23592 (thai-compose-region): Use thai-compose-syllable.
23593 (thai-compose-string): Likewise.
23594 (thai-composition-function): Likewise.
23595 (thai-auto-composition): New function.
23596 (thai-auto-composition-mode): New minor mode.
23597
23598 * language/thai.el: Fix patterns to be registered in
23599 composition-function-table.
23600
23601 * international/quail.el (quail-input-method): Locally bind
23602 inhibit-modification-hooks to t.
23603
23604 2005-03-17 Richard M. Stallman <rms@gnu.org>
23605
23606 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23607 (perl-mode): Use run-mode-hooks.
23608
23609 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23610 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23611 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23612
23613 * mail/sendmail.el (sendmail-send-it): Reenable the code
23614 to compute resend-to-address and use it.
23615
23616 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23617
23618 * image-mode.el: New file.
23619
23620 * image.el (insert-sliced-image): Add autoload cookie.
23621
23622 * font-lock.el (font-lock-lines-before): New user option.
23623 (font-lock-after-change-function): Obey it.
23624
23625 * bindings.el (esc-map): Make M-g a prefix.
23626 Bind M-g g and M-g M-g to goto-line.
23627
23628 * faces.el (face-id): Doc fix.
23629
23630 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23631
23632 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23633 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23634 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23635
23636 * mail/sendmail.el (mail-yank-ignored-headers)
23637 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23638 Add Mail-Followup-To and Mail-Reply-To headers.
23639 (mail-citation-hook): Add autoload cookie.
23640 (mail-mode): Doc fix.
23641 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23642 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23643 (mail-mode-fill-paragraph): Handle those headers.
23644 (mail-mailing-lists): New variable.
23645 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23646
23647 2005-03-17 Juri Linkov <juri@jurta.org>
23648
23649 * isearch.el (isearch-fallback): Check for `(car previous)'
23650 before calling `isearch-other-end-state'.
23651
23652 2005-03-17 Kim F. Storm <storm@cua.dk>
23653
23654 * simple.el (move-beginning-of-line): Move to beginning of buffer
23655 line, as well as beginning of screen line.
23656
23657 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23658
23659 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23660 argument REDRAW rather than calendar-redrawing variable.
23661 * calendar/calendar.el (calendar-redrawing): Delete.
23662 (redraw-calendar): Do not bind calendar-redrawing.
23663
23664 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23665
23666 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23667 diary-file buffer.
23668
23669 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23670
23671 * help.el (describe-mode): Allow a :minor-mode-function property to
23672 specify a different minor mode toggle function than the variable.
23673 * simple.el (auto-fill-function):
23674 * subr.el (add-minor-mode): Use it.
23675
23676 2005-03-16 Kenichi Handa <handa@m17n.org>
23677
23678 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23679 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23680 (ethio-fidel-to-sera-buffer): Likewise.
23681
23682 2005-03-16 Juri Linkov <juri@jurta.org>
23683
23684 * emacs-lisp/find-func.el (find-function-regexp):
23685 Add defun-emitting macro `menu-bar-make-toggle'.
23686
23687 * isearch.el: Put `isearch-scroll' property to
23688 `split-window-horizontally'.
23689
23690 * info.el: Update error messages for `debug-ignored-errors'.
23691 (Info-isearch-search): Doc fix.
23692 (Info-find-node): Move up code to go into info buffer before
23693 recording the node to the history.
23694 (Info-fontify-node): Fontify titles only if the next line
23695 has two or more `*', `=', `-', `.'.
23696 Display "go to this node" for empty (match-string 3).
23697
23698 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23699
23700 * term/mac-win.el: Add mouse pointer shape constants.
23701
23702 2005-03-15 Kim F. Storm <storm@cua.dk>
23703
23704 * simple.el (move-beginning-of-line): Use vertical-motion.
23705
23706 2005-03-15 Juri Linkov <juri@jurta.org>
23707
23708 * isearch.el (isearch-error): New variable.
23709 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23710 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23711 (isearch-within-brackets-state): Remove.
23712 (isearch-case-fold-search-state, isearch-pop-fun-state):
23713 Decrease frame index.
23714 (isearch-mode, isearch-top-state, isearch-push-state)
23715 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23716 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23717 (isearch-search, isearch-lazy-highlight-new-loop):
23718 Replace `isearch-invalid-regexp' with `isearch-error'.
23719 Remove `isearch-within-brackets'.
23720 (isearch-search): Add `search-failed' handler to `condition-case'.
23721 (isearch-lazy-highlight-search): Add `condition-case' to catch
23722 errors and allow `isearch-lazy-highlight-update' to try
23723 highlighting from the beginning of the window.
23724 (isearch-repeat): Move up code to set isearch-wrapped to t
23725 before calling isearch-wrap-function.
23726
23727 * info.el (Info-isearch-initial-node): New internal variable.
23728 (Info-search): Signal an error in isearch mode when search leaves
23729 the initial node. Signal an error when `bound' is non-nil and
23730 nothing was found in the current subfile.
23731 (Info-isearch-search): Remove `condition-case'.
23732 (Info-isearch-wrap): Don't wrap when search failed during leaving
23733 the initial node. If `Info-isearch-search' is nil, wrap around
23734 the current node.
23735 (Info-isearch-start): New fun.
23736 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23737 `isearch-mode-hook'.
23738
23739 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23740
23741 * simple.el (normal-erase-is-backspace): Set default to t if
23742 running on Mac.
23743
23744 * term/mac-win.el (function-key-map): Sync with x-win.el.
23745
23746 2005-03-15 Kenichi Handa <handa@m17n.org>
23747
23748 * international/mule-cmds.el (locale-language-names): Modify the
23749 format of elements and add more entries.
23750 (locale-preferred-coding-systems): Add more entries.
23751 (set-locale-environment): Adjust for the change of
23752 locale-language-names.
23753
23754 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23755
23756 * pcvs.el (smerge-ediff): Remove bogus autoload.
23757
23758 2005-03-14 Lute Kamstra <lute@gnu.org>
23759
23760 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23761 Ignore a `*' at the beginning of a line.
23762
23763 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23764 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23765 subr.el.
23766 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23767 to specify indentation.
23768
23769 * generic.el (define-generic-mode): Let generic-mode-list be a
23770 list of strings; test membership with equal.
23771
23772 2005-03-14 Kim F. Storm <storm@cua.dk>
23773
23774 * simple.el (next-line, previous-line): Add optional try-vscroll
23775 arg to recognize interactive use. Pass it on to line-move.
23776 (line-move): Don't perform auto-window-vscroll when defining or
23777 executing keyboard macro to ensure consistent behavior.
23778
23779 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23780
23781 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23782
23783 2005-03-13 Lute Kamstra <lute@gnu.org>
23784
23785 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23786 debugger-setup-buffer so that backtrace marks the frames set to
23787 debug-on-exit and we don't have to do it manually. Set an extra
23788 debug-on-exit for macro's.
23789 (debugger-setup-buffer): Don't mark the top frame manually.
23790
23791 2005-03-12 Lute Kamstra <lute@gnu.org>
23792
23793 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23794 lisp-indent-function throughout.
23795 (with-no-warnings): Set lisp-indent-function property.
23796
23797 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23798
23799 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23800 Add entry for backslash.
23801
23802 2005-03-12 Juri Linkov <juri@jurta.org>
23803
23804 * info.el (Info-search): Four fixes for backward search.
23805
23806 2005-03-11 Jay Belanger <belanger@truman.edu>
23807
23808 * calc/calc.el (calc-language-alist): New variable.
23809 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23810 (calc-embedded-find-modes): Use calc-language-alist instead of
23811 calc-embedded-language-alist.
23812
23813 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23814
23815 * calendar/calendar.el (calendar-redrawing): New internal
23816 variable.
23817 (redraw-calendar): Remove bogus save-excursion from previous
23818 change. Bind calendar-redrawing to t for mark-diary-entries.
23819 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23820 calendar if that is why we were called.
23821
23822 2005-03-11 Kenichi Handa <handa@m17n.org>
23823
23824 * international/mule.el (make-coding-system): Set property
23825 coding-system-define-form to nil.
23826 (define-coding-system-alias): Likewise.
23827
23828 2005-03-11 Kenichi Handa <handa@m17n.org>
23829
23830 These changes are suggested by Dave Love <fx@gnu.org>.
23831
23832 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23833 coding: tag.
23834 (adaptive-fill-regexp): Add more bullets.
23835 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23836 regexps.
23837
23838 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23839
23840 * help.el (describe-mode): Properly handle non-trivial lighters.
23841 Don't ignore minor modes that are not listed in minor-mode-list.
23842
23843 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23844 feature ON when the user requests to turn it OFF.
23845
23846 2005-03-10 Lute Kamstra <lute@gnu.org>
23847
23848 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23849 (implement-debug-on-entry): New function to replace debug-entry-code.
23850 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23851 second argument as the 2005-03-07 change makes it obsolete.
23852 (debug-on-entry, cancel-debug-on-entry): Update call to
23853 debug-on-entry-1.
23854 (debug, debugger-setup-buffer): Comment update.
23855 (debugger-frame-number): Update to work with implement-debug-on-entry.
23856
23857 2005-03-10 Jay Belanger <belanger@truman.edu>
23858
23859 * calc/calc-embed.el (math-ms-args): Declare it.
23860 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23861 math-ms-args.
23862 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23863 variables.
23864
23865 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23866
23867 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23868 Use message-box.
23869
23870 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23871 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23872 (tooltip-gud-tips): Simplify.
23873 (tooltip-gud-tips-p): Remove superfluous :set.
23874 (tooltip-gud-modes): Add fortran-mode.
23875 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23876
23877 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23878
23879 2005-03-09 Kim F. Storm <storm@cua.dk>
23880
23881 * play/animate.el (animate-place-char): Use forward-line instead
23882 of next-line to improve performance.
23883
23884 2005-03-09 Simon Josefsson <jas@extundo.com>
23885
23886 * net/browse-url.el (browse-url-default-browser): Doc fix.
23887
23888 2005-03-09 Miles Bader <miles@gnu.org>
23889
23890 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23891 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23892
23893 2005-03-09 Kenichi Handa <handa@m17n.org>
23894
23895 * international/latin-1.el: Set case and syntax for 255 only if
23896 set-case-syntax-set-multibyte is nil.
23897
23898 * textmodes/ispell.el (ispell-insert-word): New function.
23899 (ispell-word): Use ispell-insert-word to insert a new word.
23900 (ispell-process-line): Likewise.
23901 (ispell-complete-word): Likewise.
23902
23903 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23904
23905 * calendar/calendar.el (redraw-calendar): Preserve point.
23906 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23907 (calendar-week-start-day): Move after definition of
23908 redraw-calendar. Delete buffer test, since redraw-calendar has
23909 that now.
23910
23911 * calendar/diary-lib.el (mark-diary-entries): Only call
23912 redraw-calendar in the first of any recursive calls.
23913 Reported by Alan Shutko <ats@acm.org>.
23914
23915 2005-03-08 Juri Linkov <juri@jurta.org>
23916
23917 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23918 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23919 (html-radio-buttons): Add a space before the trailing `/>' where
23920 sgml-xml-mode is non-nil.
23921 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23922 the subsequent tag of the empty XML tag.
23923 (html-href-anchor): Don't set initial input to "http:".
23924 (html-image): Ask for the image URL and set point inside alt="".
23925 (html-name-anchor): Duplicate the name in the `id' attribute when
23926 sgml-xml-mode is non-nil.
23927 (html-paragraph): Remove \n before <p>.
23928 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23929 instead of `checked' when sgml-xml-mode is non-nil.
23930
23931 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23932 Remove 1 space before #RRGGBB to not truncate it on terminal
23933 windows w/o fringes. Remove 1 space between bg and fg examples
23934 to get more space.
23935 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23936 avoid byte-compile warnings.
23937
23938 * image-file.el (image-file-handler): Put `safe-magic' property to
23939 `image-file-handler'.
23940
23941 * info.el (Info-isearch-search): Emulate word search in
23942 isearching through multiple Info nodes with Info-search.
23943 (Info-isearch-wrap): Allow isearch-word.
23944
23945 2005-03-08 Lute Kamstra <lute@gnu.org>
23946
23947 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23948 stepping into the debugger's code is not possible.
23949 (debugger-jumping-flag): Docstring update.
23950
23951 2005-03-08 Jay Belanger <belanger@truman.edu>
23952
23953 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23954 embedded mode begins.
23955 (calc-embedded-language-alist): New variable.
23956 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23957 set default language mode.
23958
23959 2005-03-08 Kenichi Handa <handa@m17n.org>
23960
23961 * international/ccl.el (define-ccl-program): Fix docstring about
23962 extra 256 bytes assured for the output buffer.
23963
23964 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23965 Fix BUFFER_MAGNIFICATION to 2.
23966 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23967
23968 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23969
23970 * align.el (align-rules-list): Added an alignment rule for CSS
23971 declarations (applies to css-mode and html-mode buffers).
23972
23973 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23974
23975 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23976
23977 2005-03-07 Kim F. Storm <storm@cua.dk>
23978
23979 * simple.el (move-beginning-of-line): New command.
23980
23981 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23982
23983 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23984
23985 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23986 and move-beginning-of-line.
23987
23988 * apropos.el (apropos-print): Omit command from M-x ... RET.
23989
23990 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23991
23992 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23993 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23994
23995 2005-03-06 Richard M. Stallman <rms@gnu.org>
23996
23997 * bindings.el (esc-map): Bind M-g to goto-line.
23998
23999 * facemenu.el (global-map): Bind M-o, not M-g.
24000
24001 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24002
24003 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24004 "Open Directory" as for "Open File".
24005
24006 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24007
24008 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24009 (push-mark-command): Run activate-mark-hook.
24010
24011 2005-03-06 Richard M. Stallman <rms@gnu.org>
24012
24013 * help-mode.el (help-mode-finish): Don't alter the element
24014 in view-return-to-alist if there already is one.
24015
24016 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24017 make sure the current buffer is the expected one.
24018
24019 * novice.el (disabled-command-function): Output in *Disabled Command*.
24020 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24021
24022 * textmodes/flyspell.el (flyspell-large-region):
24023 Pass args differently for aspell.
24024
24025 * files.el (mode-require-final-newline): Doc fix.
24026
24027 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24028
24029 * progmodes/which-func.el (which-function):
24030 Specify NOERROR when calling imenu--make-index-alist.
24031
24032 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24033
24034 * simple.el (normal-erase-is-backspace): Define default value.
24035
24036 * custom.el (custom-theme-set-variables): Remove unused var
24037 `immediate'.
24038 (custom-reevaluate-setting): Simple function to handle variables
24039 that are defined before their default value can really be
24040 computed.
24041
24042 * startup.el (command-line): Use it for temporary-file-directory,
24043 small-emporary-file-directory, auto-save-file-name-transforms,
24044 blink-cursor-mode, and normal-erase-is-backspace.
24045
24046 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24047 progress, even with buggy anchored keywords.
24048
24049 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24050
24051 * simple.el (goto-line): Remove unbalanced final parenthesis.
24052
24053 2005-03-05 Richard M. Stallman <rms@gnu.org>
24054
24055 * simple.el (goto-line): Use a number at point as the default.
24056 With C-u as arg, switch buffers.
24057
24058 2005-03-05 Juri Linkov <juri@jurta.org>
24059
24060 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24061 with `no-blinking-cursor'.
24062
24063 * startup.el (no-blinking-cursor): New defvar.
24064 (command-line): Add `--no-blinking-cursor' to longopts.
24065 Set `no-blinking-cursor' to t for command line arguments
24066 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24067 with `no-blinking-cursor' in the condition for calling
24068 `blink-cursor-mode'.
24069
24070 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24071
24072 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24073 (menu-bar-options-save): Add blink-cursor-mode.
24074 (menu-bar-options-menu): Add blink-cursor-mode.
24075
24076 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24077
24078 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24079 (icalendar-export-file, icalendar-export-region)
24080 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24081 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24082
24083 2005-03-04 Lute Kamstra <lute@gnu.org>
24084
24085 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24086 (debug-function-list): Ditto.
24087
24088 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24089
24090 * textmodes/texinfmt.el (texinfo-append-refill):
24091 Redefine the types of line to which @refill
24092 is not appended by replacing a search for `@refill\\|@bye' with
24093 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24094 itemize@refill' bug and the unfilled long lines bug.
24095 (texinfmt-version): Update number and date.
24096
24097 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24098
24099 * international/code-pages.el (windows-1250, windows-125[2-8])
24100 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24101
24102 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24103
24104 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24105 bound yet.
24106
24107 2005-03-02 Romain Francoise <romain@orebokech.com>
24108
24109 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24110 buffer after removing limits.
24111 (ibuffer-pop-filter): Ditto.
24112 Update copyright.
24113
24114 2005-03-02 Miles Bader <miles@gnu.org>
24115
24116 * button.el (make-text-button): If the user doesn't specify a
24117 type, use the default. Rewrite to use `add-text-properties' and
24118 plist functions.
24119
24120 2005-03-01 Lute Kamstra <lute@gnu.org>
24121
24122 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24123 (debugger-jumping-flag): New var.
24124 (debug-entry-code): Use it.
24125 (debugger-jump): Use debugger-jumping-flag and add
24126 debugger-reenable to post-command-hook.
24127 (debugger-reenable): Use debugger-jumping-flag and remove itself
24128 from post-command-hook.
24129 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24130 debugger-reenable.
24131
24132 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24133
24134 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24135 inclusion of "itemize\\|", which may be unnecessary, is certainly
24136 inelegant, and stops refilling in itemize lists when formatting
24137 Japanese Texinfo files to Info.
24138 Update copyright to 2005.
24139
24140 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24141
24142 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24143 of an error if GDB can't find the source file.
24144
24145 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24146
24147 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24148 not just the calendar.
24149
24150 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24151 first.
24152 (diary-redraw-calendar): New function.
24153 (make-diary-entry): Add diary-redraw-calendar to local
24154 write-contents-functions. Turn off selective display before
24155 inserting in diary.
24156
24157 2005-03-01 Kim F. Storm <storm@cua.dk>
24158
24159 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24160
24161 2005-03-01 Lute Kamstra <lute@gnu.org>
24162
24163 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24164 that debug-entry-code can be safely removed from a function while
24165 this code is being evaluated. Revert the 2005-02-27 change as the
24166 new implementation no longer requires it. Make sure that a
24167 function body containing just a string is not mistaken for a docstring.
24168 (debug): Skip one more frame in case of debug on entry.
24169 (debugger-setup-buffer): Delete one more frame line in case of
24170 debug on entry.
24171 (debugger-frame-number): Update to use the new text introduced by
24172 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24173
24174 2005-02-28 Kim F. Storm <storm@cua.dk>
24175
24176 * double.el (double-translate-key): Call force-window-update after
24177 read-event to avoid crash in redisplay.
24178
24179 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24180
24181 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24182 (debug): Use it. Move the inhibit-trace earlier.
24183 (debug-entry-code): New const.
24184 (debug-on-entry-1): Use it.
24185
24186 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24187
24188 * international/utf-16.el (ccl-encode-mule-utf-16le):
24189 Fix BUFFER_MAGNIFICATION to 2.
24190 (ccl-encode-mule-utf-16be): Likewise.
24191
24192 2005-02-28 Kenichi Handa <handa@m17n.org>
24193
24194 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24195 Fix BUFFER_MAGNIFICATION to 4.
24196 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24197
24198 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24199
24200 * speedbar.el (speedbar-update-flag): Doc fix.
24201 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24202 argument.
24203
24204 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24205
24206 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24207 have a non-nil `invisible' property but are actually visible.
24208
24209 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24210 for perldoc sections.
24211 (perl-outline-regexp, perl-outline-level): New var and function.
24212 (perl-mode): Use them.
24213
24214 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24215
24216 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24217 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24218
24219 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24220
24221 * cus-edit.el: Comment change.
24222 (custom-buffer-create-internal): Slightly reword text at top of
24223 Custom buffers. Mention there that saving an option edits the
24224 init file. Add link to Emacs manual node on `custom-file'.
24225 (custom-magic-alist): Rewrite individual State messages to use
24226 capitalized keywords. Doc fix.
24227
24228 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24229
24230 * calendar/calendar.el (calendar-buffer): Move above
24231 calendar-week-start-day.
24232 (calendar-week-start-day): Doc fix. Add :set function.
24233 (calendar-minimum-window-height): New variable.
24234 (generate-calendar-window): Only resize window if selected-window
24235 is displaying the calendar buffer. Use new variable
24236 calendar-minimum-window-height.
24237 (generate-calendar): Reword error message.
24238 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24239
24240 2005-02-27 Andreas Schwab <schwab@suse.de>
24241
24242 * vc.el (vc-do-command): Don't run command asynchronously when
24243 operating in a remote directory.
24244
24245 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24246 change from sync with Tramp 2.0.47.
24247
24248 2005-02-27 Richard M. Stallman <rms@gnu.org>
24249
24250 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24251
24252 * textmodes/flyspell.el (flyspell-mode-on):
24253 Call ispell-change-dictionary only if necessary.
24254
24255 * emacs-lisp/re-builder.el (regexp-builder): New function.
24256
24257 * register.el (describe-register-1): Explicitly handle
24258 yank-excluded-properties = t.
24259
24260 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24261 (custom-magic-alist): Change the status descriptions again.
24262 (face widget-type): Total rewrite based on `restricted-sexp'
24263 to eliminate the confusing double hiding levels.
24264
24265 * emacs-lisp/debug.el (debug-on-entry-1):
24266 If function body is empty, add nil as body form.
24267
24268 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24269
24270 * emacs-lisp/trace.el (inhibit-trace): New var.
24271 (trace-make-advice): Use it.
24272
24273 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24274
24275 2005-02-26 Kim F. Storm <storm@cua.dk>
24276
24277 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24278 (mouse-on-link-p, mouse-drag-region-1): Use it.
24279
24280 2005-02-25 Lute Kamstra <lute@gnu.org>
24281
24282 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24283
24284 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24285
24286 * frame.el (blink-cursor-mode): Add :group keyword.
24287
24288 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24289
24290 * calendar/icalendar.el (icalendar--decode-isodatetime):
24291 New optional argument DAY-SHIFT.
24292 (icalendar-export-region): Fix coding-system-for-write.
24293 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24294 events by one.
24295
24296 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24297
24298 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24299
24300 2005-02-24 Kim F. Storm <storm@cua.dk>
24301
24302 * international/iso-acc.el (iso-accents-compose): Fix crash
24303 during redisplay. Call force-window-update after read-event
24304 and delete-region to signal that window is not accurate.
24305
24306 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24307
24308 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24309 Remove unused and inexistent var `inhibit-trace'.
24310 (debugger-mode): Use run-mode-hooks.
24311 (debugger-list-functions): Add buttons; setup xref stack.
24312
24313 2005-02-23 Richard M. Stallman <rms@gnu.org>
24314
24315 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24316 appointment says it was explicitly made.
24317 (appt-add): Set the 3rd element.
24318 (appt-make-list): Preserve explicit appointments.
24319
24320 * subr.el (find-tag-default): Catch errors in forward-sexp.
24321
24322 2005-02-23 Juri Linkov <juri@jurta.org>
24323
24324 * info.el (Info-isearch-search): New defcustom.
24325 (Info-isearch-search): Call the default isearch function
24326 when Info-isearch-search is nil.
24327 (Info-isearch-wrap): Use variable Info-isearch-search.
24328
24329 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24330
24331 * cus-edit.el: Comment change.
24332
24333 2005-02-22 Kim F. Storm <storm@cua.dk>
24334
24335 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24336 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24337
24338 2005-02-22 Simon Josefsson <jas@extundo.com>
24339
24340 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24341 New variable.
24342 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24343 Oskarsson" <myrkraverk@users.sourceforget.net>.
24344
24345 2005-02-22 Kim F. Storm <storm@cua.dk>
24346
24347 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24348 check that window of that event is the selected window.
24349 (mouse-drag-region-1): Compare mouse event window to selected
24350 window before setting point.
24351
24352 * tooltip.el (tooltip-show-help-function): Pass event to
24353 mouse-on-link-p so it can check selected window.
24354
24355 2005-02-22 Kenichi Handa <handa@m17n.org>
24356
24357 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24358 (ps-mule-show-warning): New function.
24359 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24360 characters are found.
24361
24362 * ps-print.el (ps-header-footer-string): Return a list of header
24363 and footer strings.
24364
24365 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24366
24367 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24368
24369 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24370
24371 * frame.el (blink-cursor-mode): Use define-minor-mode.
24372
24373 * term/mac-win.el (function-key-map): Use char-names more consistently.
24374 (file-name-coding-system): Only set it for MacOS-9. The other case is
24375 already handled in mule-cmds.el (where it also works when mac-win.el
24376 is not used).
24377
24378 2005-02-21 Kenichi Handa <handa@m17n.org>
24379
24380 * international/mule.el (ctext-pre-write-conversion): Always use
24381 " *code-converting-work*" buffer for work.
24382
24383 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24384
24385 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24386
24387 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24388
24389 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24390
24391 * ses.el (undo-more): Restore defadvice, but only the part that
24392 allows changes outside the restricted area of the buffer.
24393
24394 2005-02-20 Kim F. Storm <storm@cua.dk>
24395
24396 * simple.el (line-move): Add fourth optional arg try-vscroll which
24397 must be set to perform auto-window-vscroll.
24398 When moving backwards and doing auto-window-vscroll, automatically
24399 vscroll to the last part of lines which are taller than the window.
24400 (next-line, previous-line): Set try-vscroll arg on line-move.
24401
24402 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24403
24404 * replace.el (query-replace, query-replace-regexp)
24405 (replace-string, replace-regexp): When operating on region, make
24406 the minibuffer prompt say so.
24407
24408 * isearch.el (isearch-forward): Document isearch-query-replace and
24409 isearch-query-replace-regexp keybindings.
24410
24411 2005-02-19 Jay Belanger <belanger@truman.edu>
24412
24413 * calc/calc-aent.el (math-read-token): Add local variable.
24414
24415 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24416 (calc-edit-top): Move declaration to earlier in file.
24417 (calc-edit-macro-repeats): Add local variables.
24418
24419 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24420 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24421 calcFunc-tanh.
24422 Adjust integration rule for calcFunc-tan.
24423
24424 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24425
24426 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24427 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24428 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24429 (viper-skip-separators): Bug fix.
24430 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24431 particular major mode.
24432 (viper-del-backward-char-in-replace): Don't put deleted char on the
24433 kill ring.
24434
24435 * viper-ex.el (viper-color-display-p): New function.
24436 (viper-has-face-support-p): Use viper-color-display-p.
24437
24438 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24439
24440 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24441
24442 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24443 (viper-file-remote-p): Make equivalent to file-remote-p.
24444
24445 * viper.el (viper-major-mode-modifier-list):
24446 Use viper-gnus-modifier-map.
24447
24448 2005-02-19 David Kastrup <dak@gnu.org>
24449
24450 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24451 quoting.
24452
24453 2005-02-19 Jay Belanger <belanger@truman.edu>
24454
24455 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24456 Remove extra definitions.
24457 (calc-coth): New function.
24458 (calcFunc-cot): Fix `let'.
24459
24460 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24461
24462 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24463 the reasons we use "type pc" in these faces.
24464
24465 * button.el (button): Ditto.
24466
24467 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24468
24469 * replace.el (query-replace-read-from): Set the value of
24470 query-replace-from-history-variable to handle the case of an empty
24471 string entered to accept the suggested default.
24472
24473 * net/tramp.el (tramp-file-name-for-operation):
24474 Use dired-call-process instead of dired-call-process-command.
24475
24476 2005-02-19 Jay Belanger <belanger@truman.edu>
24477
24478 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24479 (math-div-non-trig): New variables.
24480 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24481 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24482 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24483 trig expressions.
24484
24485 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24486
24487 * progmodes/gdb-ui.el (gdb-var-update-handler)
24488 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24489 for watch expressions,
24490 (gdb-var-create-handler): Don't set speedbar-update-flag.
24491 (gdb-post-prompt): Simplify test for speedbar.
24492
24493 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24494
24495 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24496 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24497 we use the syntax table of the correct buffer.
24498 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24499 Felix Gatzemeier.
24500
24501 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24502 (ediff-file-remote-p): Make synonymous with file-remote-p.
24503 In all deffaces ediff-*-face-*, use min-colors.
24504
24505 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24506 ediff-recurse-to-subdirectories.
24507 (ediff-mark-if-equal): Check that the arguments are strings, use
24508 ediff-same-contents (after to Felix Gatzemeier).
24509
24510 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24511 nil.
24512
24513 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24514
24515 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24516
24517 2005-02-18 David Kastrup <dak@gnu.org>
24518
24519 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24520 use `mark-active' when defined.
24521
24522 2005-02-18 Kenichi Handa <handa@m17n.org>
24523
24524 * ps-print.el (ps-font-info-database): New entry
24525 ZapfChancery-MediumItalic with correct font name. Fix font name
24526 of the entry Zapf-Chancery-MediumItalic.
24527
24528 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24529
24530 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24531
24532 2005-02-16 Kim F. Storm <storm@cua.dk>
24533
24534 * ido.el (ido-fallback-command): Pass user input to fallback command.
24535
24536 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24537
24538 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24539 (gdb-find-file-hook): Add server prefix.
24540
24541 2005-02-16 Richard M. Stallman <rms@gnu.org>
24542
24543 * replace.el (perform-replace): Pass new args to replace-highlight.
24544 (replace-highlight): Take region args,
24545 and pass them to isearch-lazy-highlight-new-loop.
24546
24547 * novice.el (disabled-command-hook): Autoload the defalias
24548 and the make-obsolete-variable call.
24549
24550 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24551
24552 * isearch.el (isearch-lazy-highlight-start-limit)
24553 (isearch-lazy-highlight-end-limit): New variables limit
24554 the region for highlighting.
24555 (isearch-lazy-highlight-new-loop): New args BEG and END.
24556 (isearch-lazy-highlight-search): Use the new vars.
24557 (isearch-lazy-highlight-update): Likewise.
24558
24559 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24560
24561 * cus-start.el (all): Use default-boundp.
24562
24563 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24564
24565 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24566
24567 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24568
24569 * autorevert.el (auto-revert-stop-on-user-input)
24570 (auto-revert-verbose): Doc fixes.
24571
24572 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24573
24574 * international/mule-cmds.el (set-locale-environment): Remove call
24575 to set-selection-coding-system on Windows.
24576
24577 2005-02-15 Jay Belanger <belanger@truman.edu>
24578
24579 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24580 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24581 calcFunc-coth.
24582 (math-simplify-sqrt): Add simplifications.
24583
24584 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24585 to list.
24586
24587 * calc/calc-ext.el: Add functions to autoloads.
24588
24589 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24590 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24591 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24592 (math-csc-raw, math-cot-raw): New functions.
24593
24594 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24595
24596 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24597 the variable name in a message.
24598
24599 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24600 calcFunc-csc, calcFunc-cot.
24601
24602 * calc/calcalg2.el: Add derivative and integration rules for
24603 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24604 calcFunc-csch, calcFunc-coth.
24605 (math-do-integral-methods): Add to checks for when to use
24606 substitutions.
24607
24608 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24609
24610 2005-02-15 Lute Kamstra <lute@gnu.org>
24611
24612 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24613 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24614 <monnier@iro.umontreal.ca>
24615 (lisp-outline-level): Improve efficiency. Suggested by David
24616 Kastrup <dak@gnu.org>.
24617
24618 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24619
24620 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24621 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24622 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24623 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24624 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24625
24626 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24627
24628 * cus-start.el (all): Comment change.
24629
24630 2005-02-14 Lute Kamstra <lute@gnu.org>
24631
24632 * cus-start.el (all): Check if symbol is void.
24633
24634 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24635
24636 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24637 optional argument to \cite.
24638
24639 2005-02-14 Richard M. Stallman <rms@gnu.org>
24640
24641 * cus-edit.el (custom-buffer-create-internal): Update help message.
24642 (custom-magic-alist): Update help messages.
24643
24644 * cus-start.el (all): Allow a var to specify a standard value.
24645
24646 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24647
24648 * custom.el (custom-theme-set-variables): Handle variable aliases.
24649
24650 * frame.el (blink-cursor-timer): Doc fix.
24651 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24652 declare obsolete.
24653 (blink-cursor-mode): Define with defcustom and use correct
24654 standard expression in that defcustom.
24655 * startup.el (command-line): Adapt to above changes in frame.el.
24656
24657 2005-02-11 Lute Kamstra <lute@gnu.org>
24658
24659 * apropos.el (apropos-score-doc): Prevent division by zero.
24660
24661 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24662
24663 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24664 (icalendar--get-event-property-attributes)
24665 (icalendar--get-event-properties)
24666 (icalendar--datetime-to-diary-date): New functions.
24667 (icalendar--split-value): Doc fix.
24668 (icalendar--datetime-to-noneuropean-date)
24669 (icalendar--datetime-to-european-date): New optional argument
24670 SEPARATOR. Return result as a string instead of a list.
24671 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24672 (icalendar--convert-string-for-export): Rename arg S to STRING.
24673 (icalendar-export-region): Doc fix. Change name of error buffer.
24674 Save output buffer.
24675 (icalendar-import-file): Add blank at end of prompt.
24676 (icalendar-import-buffer): Doc fix. Do not switch to error
24677 buffer. Indicate status in return value.
24678 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24679 buffer. Save output buffer. Handle exception from recurrence
24680 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24681 events. Fix problems with weekly all-day events.
24682
24683 2005-02-10 Richard M. Stallman <rms@gnu.org>
24684
24685 * simple.el (eval-expression-print-format):
24686 Avoid warning about edebug-active.
24687
24688 * help.el (help-for-help-internal): Rename from help-for-help.
24689 (help-for-help): Define with defalias.
24690
24691 * font-core.el (font-lock-default-function): Use with-no-warnings.
24692
24693 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24694
24695 * custom.el (defface): Doc fix.
24696
24697 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24698
24699 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24700 width 0" to prevent word wrapping problems.
24701
24702 2005-02-09 Kim F. Storm <storm@cua.dk>
24703
24704 * ido.el (ido-file-extensions-order): New defcustom.
24705 (ido-file-extension-lessp, ido-file-extension-aux)
24706 (ido-file-extension-order): New advanced file ordering.
24707 (ido-file-lessp): New simple file ordering.
24708 (ido-sort-list): Remove.
24709 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24710 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24711
24712 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24713
24714 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24715 that some versions of grep produce.
24716 (grep-mode-font-lock-keywords): Likewise.
24717
24718 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24719
24720 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24721 (gdb-cdir): Delete.
24722 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24723 (gdb-source-info): Treat case when source file is in another
24724 directory properly.
24725 (gdb-get-location): New function.
24726
24727 2005-02-07 Jay Belanger <belanger@truman.edu>
24728
24729 * calc/calc-prog.el (calc-write-parse-table-part)
24730 (calc-fix-token-name): Fix a check for language type.
24731
24732 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24733
24734 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24735
24736 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24737 as directory not writable.
24738
24739 2005-02-07 Kim F. Storm <storm@cua.dk>
24740
24741 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24742 (cua--standard-movement-commands): Remove list.
24743 Instead, set CUA property value to move for movement commands.
24744 (cua-movement-commands): Remove. Users must set CUA prop instead.
24745 (cua--pre-command-handler): Check CUA property.
24746 (cua--init-keymaps): Don't remap undo commands.
24747 (cua-mode): Don't call cua--rectangle-on-off.
24748
24749 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24750 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24751 (cua--rect-undo-set-point): New var.
24752 (cua--rectangle-undo-boundary): Setup undo apply entry.
24753 (cua--rect-undo-handler): New function for rectangle undo.
24754 (cua--rect-start-position, cua--rect-end-position): Add.
24755 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24756 for restored rectangle. Set point if cua--rect-undo-set-point.
24757
24758 2005-02-06 Jay Belanger <belanger@truman.edu>
24759
24760 * calc/calc-lang.el (calc-tex-language): Display more information
24761 in messages.
24762
24763 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24764 in TeX mode.
24765
24766 2005-02-06 Richard M. Stallman <rms@gnu.org>
24767
24768 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24769
24770 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24771
24772 * net/ldap.el (ldap-search-internal): Support attributes with
24773 optional descriptions separated by a semi-colon, as in
24774 "userCertificate;binary".
24775
24776 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24777
24778 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24779 isn't a cons (i.e. the version is 0).
24780
24781 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24782
24783 * help.el (help-for-help): Doc fix.
24784
24785 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24786
24787 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24788 GDB-Windows on the menu-bar as this works better.
24789
24790 2005-02-04 Jay Belanger <belanger@truman.edu>
24791
24792 * calc/calc-embed.el (calc-embedded-update): Don't put in
24793 unnecessary newlines. Adjust the end of formula marker.
24794
24795 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24796 (math-latex-parse-two-args): New function.
24797
24798 2005-02-03 Lute Kamstra <lute@gnu.org>
24799
24800 * help-fns.el (help-with-tutorial): Make sure that users cannot
24801 remove the entire text of the tutorial by means of `undo'.
24802
24803 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24804
24805 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24806 in recent changes, where the ispell process was repeatedly
24807 killed & restarted.
24808
24809 * international/mule-cmds.el (set-locale-environment): Set file-name
24810 coding system to utf-8 on Darwin systems.
24811 (set-default-coding-systems): Don't set default-file-name-coding-system
24812 on Darwin systems.
24813
24814 2005-02-03 Richard M. Stallman <rms@gnu.org>
24815
24816 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24817
24818 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24819
24820 * faces.el (list-faces-display): Add optional argument.
24821
24822 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24823
24824 * font-core.el (font-lock-default-function): Handle the rare case where
24825 only font-lock-keywords is set.
24826
24827 2005-02-02 Kenichi Handa <handa@m17n.org>
24828
24829 * international/characters.el: Cancel previous change for
24830 I-WITH-DOT-ABOVE and DOTLESS-i.
24831
24832 * international/latin-5.el: Cancel previous change.
24833
24834 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24835
24836 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24837
24838 2005-02-02 Kenichi Handa <handa@m17n.org>
24839
24840 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24841 DOTLESS-i.
24842
24843 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24844 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24845
24846 * case-table.el (get-upcase-table): New function.
24847 (copy-case-table): Copy upcaes table too if non-nil.
24848 (set-case-syntax-delims): Maintain upcase table too.
24849 (set-case-syntax-pair): Likewise.
24850 (set-upcase-syntax, set-downcase-syntax): New functions.
24851 (set-case-syntax): Maintain upcase table too.
24852
24853 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24854
24855 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24856
24857 * progmodes/gud.el (gud-goto-info): New function.
24858 (gud-tool-bar-map): Use correct icon.
24859
24860 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24861
24862 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24863 When delegating, order args in the funcall correctly.
24864
24865 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24866
24867 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24868
24869 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24870
24871 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24872 buffer not visiting a file.
24873
24874 2005-01-31 Jay Belanger <belanger@truman.edu>
24875
24876 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24877 bound on the line with the formula.
24878
24879 2005-01-31 Kim F. Storm <storm@cua.dk>
24880
24881 * ses.el (ses-create-cell-variable-range)
24882 (ses-destroy-cell-variable-range, ses-reset-header-string)
24883 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24884 (ses-insert-row): Fix format of apply undo entries.
24885
24886 2005-01-31 Jay Belanger <belanger@truman.edu>
24887
24888 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24889 parts.
24890
24891 * calc/calc-embed.el (calc-embedded-open-formula)
24892 (calc-embedded-close-formula): Ignore matrix environments.
24893
24894 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24895 TeX mode.
24896
24897 * calc/calc-lang.el (math-function-table, math-oper-table)
24898 (math-variable-table): Adjust the LaTeX portions.
24899
24900 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24901 (math-latex-ignore-words): New constant.
24902
24903 2005-01-31 Richard M. Stallman <rms@gnu.org>
24904
24905 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24906 (ispell-local-dictionary): Doc fix.
24907 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24908 Don't reinitialize at run time. Don't defcustom.
24909 All uses changed to append ispell-local-dictionary-alist,
24910 or check it first.
24911 (ispell-current-dictionary): New variable for dictionary in use.
24912 (ispell-dictionary): Now used only for global default.
24913 (ispell-start-process): Set ispell-current-dictionary,
24914 not ispell-dictionary.
24915 (ispell-change-dictionary): Use this only for setting
24916 user preferences.
24917 (ispell-internal-change-dictionary): New function
24918 to change the current dictionary in use.
24919 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24920 Use ispell-current-dictionary.
24921 Handle ispell-local-dictionary-overridden.
24922 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24923
24924 2005-01-31 Jay Belanger <belanger@truman.edu>
24925
24926 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24927
24928 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24929 (calc-mode-map): Add calc-latex-language.
24930
24931 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24932 (math-latex-print-frac): New functions.
24933 (math-oper-table, math-function-table, math-variable-table)
24934 (math-complex-format, math-input-filter): Add latex properties.
24935 (calc-set-language): Set math-expr-special-function-mapping.
24936
24937 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24938 (calc-write-parse-table-part): Add LaTeX support.
24939
24940 * calc/calc.el (calc-language): Adjust docstring.
24941 (calc-set-mode-line): Add LaTeX support.
24942 (math-expr-special-function-mapping): New variable.
24943 (math-tex-ignore-words): Add to list.
24944
24945 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24946 Add LaTeX support.
24947 (math-compose-expr): Add support for special functions.
24948
24949 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24950
24951 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24952
24953 * progmodes/gdb-ui.el (gdb-memory-address)
24954 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24955 (gdb-memory-mode-map, gdb-memory-format-keymap)
24956 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24957 (gdb-memory-unit-menu): New variables for a buffer
24958 that lets the user examine program memory.
24959 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24960 (gdb-memory-format-binary, gdb-memory-format-octal)
24961 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24962 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24963 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24964 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24965 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24966 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24967 (gdb-memory-mode, gdb-memory-buffer-name)
24968 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24969 New functions for above buffer.
24970
24971 2005-01-30 Richard M. Stallman <rms@gnu.org>
24972
24973 * cus-edit.el (custom-bury-buffer): Function deleted.
24974 (custom-buffer-done-function): Option deleted.
24975 (custom-buffer-done-kill): New replacement option.
24976 (Custom-buffer-done): Call quit-window.
24977 (custom-buffer-create-internal): Update for above changes.
24978
24979 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24980
24981 * simple.el (undo-ask-before-discard): New var.
24982 (undo-outer-limit-truncate): Implement it.
24983 (undo-extra-outer-limit): Doc update.
24984
24985 2005-01-29 Richard M. Stallman <rms@gnu.org>
24986
24987 * ses.el (undo-more): Delete defadvice.
24988 (ses-begin-change): Doc fix.
24989
24990 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24991 instead of rebinding C-x u and C-_.
24992
24993 * files.el (normal-backup-enable-predicate): Return nil for files
24994 in /tmp, regardless of temporary-file-directory.
24995
24996 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24997
24998 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24999 (open-rectangle, delete-whitespace-rectangle-line)
25000 (clear-rectangle-line): If FILL, pass t instead of FILL
25001 for move-to-column's 2nd arg.
25002
25003 * simple.el (undo): Fix the test for continuing a series of undos.
25004 (undo-more): Set pending-undo-list to t when we reach end.
25005 (pending-undo-list): Move up defvar.
25006
25007 * wid-edit.el (widget-button-click):
25008 Shorten the range of the track-mouse binding.
25009
25010 * comint.el (comint-insert-input): Undo previous changes;
25011 use last-input-event in interactive spec.
25012
25013 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25014
25015 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25016 to nil before invoking call-process. Reset buffer's modified flag
25017 after fontifying it in the no-async branch.
25018
25019 * wid-edit.el (widget-specify-button): If mouse pointer shape
25020 cannot be changed, use mouse face instead.
25021
25022 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25023
25024 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25025 (gdb-goto-breakpoint): Make breakpoint handling work on template
25026 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25027 (gdb-assembler-custom): Update to recognize breakpoint information
25028 added on 2005-01-19.
25029
25030 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25031
25032 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25033 (dsssl-mode): Use define-derived-mode.
25034 (scheme-mode-initialize): Remove.
25035 (scheme-mode): Use run-mode-hooks.
25036
25037 * cus-edit.el (customize-group-other-window)
25038 (custom-buffer-create-other-window): Don't override special-display-*.
25039 (custom-mode-map): Make it dense.
25040
25041 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25042 sets the default value.
25043
25044 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25045
25046 * descr-text.el: Add more keywords.
25047
25048 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25049
25050 * speedbar.el: Avoid unnecessary use of locate-library.
25051
25052 * international/mule-cmds.el (standard-display-european-internal):
25053 Don't fiddle with latin-1 non-break space any more since it's now
25054 special cased in the C code.
25055 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25056
25057 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25058
25059 * cus-start.el (all): Add `undo-outer-limit'.
25060
25061 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25062
25063 * textmodes/bibtex.el (bibtex-format-entry):
25064 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25065 field lines.
25066 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25067 not on part of a buffer.
25068
25069 2005-01-25 Lute Kamstra <lute@gnu.org>
25070
25071 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25072 nonempty field text strings like "{letters\\macro{}more letters}".
25073 Clarify docstring.
25074 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25075 (bibtex-entry-offset, bibtex-parse-association)
25076 (bibtex-parse-field-name): Fix typos in docstrings.
25077 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25078
25079 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25080
25081 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25082 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25083 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25084 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25085
25086 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25087 isearch minor mode.
25088
25089 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25090
25091 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25092
25093 2005-01-24 Lute Kamstra <lute@gnu.org>
25094
25095 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25096 CASECHARS and NOT-CASECHARS regular expressions of the
25097 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25098 striding over charsets" error.
25099
25100 2005-01-24 Jay Belanger <belanger@truman.edu>
25101
25102 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25103 display variable name.
25104
25105 2005-01-24 Kenichi Handa <handa@m17n.org>
25106
25107 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25108 Fix setting of the element of encoded-kbd-iso2022-invocations.
25109
25110 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25111
25112 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25113 (gdb-threads-select): Change to also accept mouse events.
25114 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25115 (gdb-threads-mouse-select): Delete.
25116
25117 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25118
25119 * files.el (insert-directory): Take care of empty directory,
25120 listed without -a switch.
25121
25122 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25123
25124 * textmodes/refill.el (refill-post-command-function):
25125 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25126 to the list of functions that we should be careful not to undo.
25127 (refill-late-fill-paragraph-function): Remove.
25128 (refill-saved-state): New var.
25129 (refill-mode): Use it to save fill-paragraph-function.
25130 Save also the value of auto-fill-function.
25131
25132 * term/w32-win.el: Simplify code.
25133
25134 2005-01-23 Kim F. Storm <storm@cua.dk>
25135
25136 * simple.el (line-move): Adapt to new return value from
25137 pos-visible-in-window-p.
25138
25139 * simple.el (line-move): Fix last change. Check partial
25140 visibility at point rather than at window-start.
25141
25142 2005-01-22 Jason Rumney <jasonr@gnu.org>
25143
25144 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25145
25146 2005-01-22 David Kastrup <dak@gnu.org>
25147
25148 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25149
25150 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25151
25152 * type-break.el (type-break-mode): Add a test for
25153 type-break-file-name being non-nil.
25154
25155 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25156
25157 * net/eudc.el (top level): Call (message "") via progn, so that
25158 eudc-options-file is loaded.
25159
25160 2005-01-22 Kim F. Storm <storm@cua.dk>
25161
25162 * simple.el (line-move-1): Rename from line-move.
25163 (line-move): New function that adjusts vscroll for partially
25164 visible rows, and calls line-move-1 otherwise.
25165
25166 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25167
25168 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25169 since it's not a complete read-event implementation
25170
25171 2005-01-20 Jay Belanger <belanger@truman.edu>
25172
25173 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25174 for called function.
25175
25176 2005-01-20 Steven Tamm <steventamm@mac.com>
25177
25178 * term/mac-win.el (process-connection-type): Remove.
25179 Controlled now by s/darwin.h:PTY_ITERATION.
25180
25181 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25182
25183 * window.el (handle-select-window): Don't switch window when we're
25184 in the minibuffer.
25185
25186 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25187
25188 * subr.el (dotimes-with-progress-reporter): New macro.
25189
25190 * ses.el (ses-dotimes-msg): Remove macro.
25191 Use `dotimes-with-progress-reporter' instead.
25192
25193 2005-01-19 Steven Tamm <steventamm@mac.com>
25194
25195 * term/mac-win.el (process-connection-type): Use new
25196 operating-system-release variable to use ptys on Darwin 7 (OS X
25197 10.3) when using carbon build.
25198
25199 2005-01-19 Jay Belanger <belanger@truman.edu>
25200
25201 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25202 flags if the last command was a tab or M-tab.
25203
25204 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25205 in formula editing buffer.
25206
25207 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25208
25209 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25210 breakpoint image symbol in margin.
25211
25212 2005-01-19 Jay Belanger <belanger@truman.edu>
25213
25214 * calc/calc-prog.el (calc-execute-kbd-macro):
25215 Ignore calc-keep-arg-flag.
25216
25217 2005-01-19 Kenichi Handa <handa@m17n.org>
25218
25219 * textmodes/ispell.el (ispell-looking-at): New function.
25220 (ispell-process-line): Use ispell-looking-at to compare the ispell
25221 output and the buffer contents.
25222
25223 2005-01-18 Jay Belanger <belanger@truman.edu>
25224
25225 * calc/calc.el (calc-display-raw): Fix docstring.
25226
25227 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25228
25229 * simple.el (blink-matching-open): Strip extra info from syntax.
25230
25231 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25232 funny chars in the end-of-here-doc marker.
25233
25234 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25235
25236 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25237 that enable/disabled state of breakpoints is shown correctly in
25238 fringe and on ttys.
25239 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25240 Add breakpoint information as text properties.
25241 (gdb-mouse-toggle-breakpoint):
25242 Rename to gdb-mouse-set-clear-breakpoint.
25243 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25244 breakpoints in the margin.
25245 (gdb-remove-strings): Simplify.
25246
25247 2005-01-17 Jay Belanger <belanger@truman.edu>
25248
25249 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25250 erasing buffer.
25251
25252 2005-01-17 Richard M. Stallman <rms@gnu.org>
25253
25254 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25255 for calling grep-compute-defaults.
25256
25257 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25258 if buffer is empty.
25259
25260 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25261
25262 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25263
25264 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25265
25266 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25267 non-preloaded variables.
25268
25269 2005-01-17 Steven Tamm <steventamm@mac.com>
25270
25271 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25272 tex-shell cause to force interactivity when using pipes.
25273
25274 2005-01-17 Kim F. Storm <storm@cua.dk>
25275
25276 * simple.el (just-one-space): Make arg optional.
25277
25278 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25279
25280 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25281 posn-at-x-y to t to access left-margin.
25282
25283 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25284
25285 Sync with Tramp 2.0.47.
25286
25287 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25288 catching keep-date problems in cp/scp operations.
25289 (tramp-handle-copy-file): Don't call `set-file-modes'
25290 unconditionally. Specialized functions should know better what is
25291 necessary. This improves performance a little bit, and the
25292 functions could catch errors with `cp -p' and `scp -p'.
25293 (tramp-do-copy-or-rename-file-via-buffer)
25294 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25295 when appropriate.
25296 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25297 Call `set-file-modes' when appropriate.
25298 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25299 Johnsson <isak@hypergene.com>
25300 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25301 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25302 <joakim@verona.se>
25303 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25304 Emacs only.
25305
25306 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25307 `find-file-hooks' and `dired-mode-hook'.
25308 (tramp-minor-mode-map): Respective map. Add remapping for
25309 `compile' and `recompile'.
25310 (tramp-remap-command, tramp-recompile): New defuns.
25311 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25312 in buffer "*Compilation*". Call the commands asynchronously.
25313
25314 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25315 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25316 `shell-command', because it isn't magic in XEmacs. Reported by
25317 Adrian Aichner <adrian@xemacs.org>.
25318
25319 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25320 `substitute-in-file-name.
25321 (tramp-smb-handle-substitute-in-file-name): New defun.
25322 (tramp-smb-advice-PC-do-completion): Delete advice.
25323
25324 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25325
25326 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25327 Fix error in deleting region.
25328
25329 2005-01-15 Richard M. Stallman <rms@gnu.org>
25330
25331 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25332 In non-temp buffer, switch syntax table temporarily.
25333
25334 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25335
25336 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25337
25338 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25339
25340 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25341 (imenu--generic-function): Use START, not BEG, as pos of definition.
25342
25343 * simple.el (just-one-space): Argument specifies number of spaces.
25344
25345 * simple.el (eval-expression-print-format): Avoid warning
25346 about edebug-active.
25347
25348 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25349
25350 * progmodes/sh-script.el: Code copied from make-mode.el
25351 with small changes,
25352 (sh-mode-map): Bind C-c C-\.
25353 (sh-backslash-column, sh-backslash-align): New variables.
25354 (sh-backslash-region, sh-append-backslash): New functions.
25355
25356 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25357
25358 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25359 (rmail-pop-password, rmail-pop-password-required): Move to
25360 rmail-obsolete group.
25361 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25362 All callers updated.
25363 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25364 Take an argument specifying whether it is POP or IMAP mailbox we
25365 are using. All callers updated.
25366 (rmail-pop-password-error): Rename to
25367 rmail-remote-password-error. Added mailutils-specific error message.
25368 (rmail-movemail-search-path)
25369 (rmail-movemail-variant-in-use): New variables.
25370 (rmail-remote-password, rmail-remote-password-required):
25371 New customization variables.
25372 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25373 (rmail-parse-url): New function.
25374 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25375 with GNU mailutils movemail.
25376
25377 2005-01-15 Kevin Ryde <user42@zip.com.au>
25378
25379 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25380 suffix to space, $ or '$, to correctly position point when going
25381 to @table style constants like DBL_MAX.
25382
25383 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25384
25385 * type-break.el (type-break-mode, type-break-file-time)
25386 (type-break-file-keystroke-count, type-break-choose-file):
25387 Don't store data in or load data from the file if type-break-file-name
25388 is nil.
25389 (type-break-file-name): Doc update as per the above.
25390
25391 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25392
25393 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25394 lookup-key might return nil; handle that.
25395
25396 2005-01-15 Alan Mackenzie <acm@muc.de>
25397
25398 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25399 rather than the element found, thus enabling the tree to be setcar'd.
25400
25401 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25402
25403 * textmodes/org.el (org-show-following-heading): New option.
25404 (org-show-hierarchy-above): Use `org-show-following-heading'.
25405 (org-cycle): Documentation fix.
25406
25407 * textmodes/org.el (orgtbl-optimized): New option
25408 (orgtbl-mode): New command, a minor mode.
25409 (orgtbl-mode-map): New variable.
25410 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25411 (orgtbl-error, orgtbl-self-insert-command)
25412 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25413
25414 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25415 a local variable in each org-mode buffer.
25416
25417 * textmodes/org.el (org-set-regexps-and-options): Rename from
25418 `org-set-regexps'. Added checking for STARTUP keyword.
25419 (org-get-current-options): Add STARTUP options.
25420 (org-table-insert-row): Make mode intelligent about when
25421 realignment is needed.
25422 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25423 New commands.
25424 (org-enable-table-editor): New default value `optimized'.
25425 (org-table-blank-field): Support blanking regions if active.
25426
25427 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25428
25429 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25430 if the year is not given.
25431
25432 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25433 Add new escapes %m and %M, fixed bug with %F by adding
25434 save-match-data.
25435 (reftex-reference): Remove ?. from list of spaces.
25436 (reftex-label-info): Add automatic label prefix recognition.
25437
25438 * textmodes/reftex-index.el (reftex-index-next-phrase):
25439 Add slave parameter to call of `reftex-index-this-phrase'.
25440 (reftex-index-this-phrase): New optional argument.
25441 (reftex-index-region-phrases): Add slave parameter to call of
25442 `reftex-index-this-phrase'.
25443 (reftex-display-index): New argument redo.
25444 (reftex-index-rescan): Add `redo' to arguments of
25445 `reftex-display-index'.
25446 (reftex-index-Rescan, reftex-index-revert)
25447 (reftex-index-switch-index-tag): Add `redo' to arguments of
25448 `reftex-display-index'.
25449 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25450 indexing. Fix bug with matching is there is a quote before or
25451 after the word.
25452
25453 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25454 Fix bug when collecting citation keys in lines with comments.
25455 (reftex-citation): Prefix argument no longer rescans the document,
25456 but forces prompting for optional arguments of cite macros.
25457 (reftex-do-citation): Prompting for optional arguments implemented.
25458
25459 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25460 Add optional arguments to most cite commands.
25461 (reftex-cite-cleanup-optional-args): New option
25462 (reftex-cite-prompt-optional-args): New option.
25463 (reftex-trust-label-prefix): New option.
25464
25465 * textmodes/reftex-toc.el (reftex-toc-find-section):
25466 Add push-mark before changing the position in the buffer.
25467
25468 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25469 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25470
25471 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25472
25473 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25474 more carefully.
25475
25476 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25477
25478 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25479 (sgml-mode): Use it.
25480 (sgml-get-context): Better keep track of implicitly closed tags.
25481
25482 2005-01-13 Kenichi Handa <handa@m17n.org>
25483
25484 * textmodes/ispell.el: These changes are to fix misalignment error
25485 caused by equivalent characters of different Emacs charsets.
25486 (ispell-unified-chars-table): New variable.
25487 (ispell-get-decoded-string): New function.
25488 (ispell-get-casechars, ispell-get-not-casechars)
25489 (ispell-get-otherchars): Call ispell-get-decoded-string.
25490
25491 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25492
25493 * custom.el (custom-declare-variable): Just put symbol instead
25494 of (defvar . symbol) in `current-load-list'.
25495
25496 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25497
25498 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25499
25500 2005-01-12 Jay Belanger <belanger@truman.edu>
25501
25502 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25503 to create a Calc summary.
25504
25505 2005-01-12 Kim F. Storm <storm@cua.dk>
25506
25507 * mouse.el (mouse-on-link-p): Change functionality and doc
25508 string to comply with latest description in lisp ref.
25509
25510 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25511
25512 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25513 Enable mouse clicks on mode-line, header-line and margin.
25514 (event-type): Give mouse event symbols an `event-kind' property
25515 with value `mouse-click'.
25516
25517 2005-01-12 Juri Linkov <juri@jurta.org>
25518
25519 * facemenu.el (list-colors-display): Add new arg buffer-name.
25520 Use it. Fix docstring. Replace code for identifying duplicate
25521 colors by the name with call to `list-colors-duplicates' which
25522 identifies duplicate colors by the value unless the color
25523 is one of special Windows colors. Set truncate-lines to t.
25524 Print sorted duplicate color names on each line. Indent to 22
25525 \(the longest color name in rgb.txt) instead of 20. Optimize.
25526 (list-colors-duplicates): New function.
25527 (facemenu-color-name-equal): Delete function.
25528
25529 * facemenu.el (list-colors-print): New function created from code
25530 in list-colors-display. Print #RRGGBB at the window right edge.
25531 (list-colors-display): When temp-buffer-show-function is not
25532 defined, call list-colors-print from temp-buffer-show-hook
25533 to get the right value of window-width in list-colors-print
25534 after the buffer is displayed.
25535
25536 * simple.el (pop-mark): Move deactivate-mark out of conditional
25537 part to deactivate the active mark regardless of the state of the
25538 mark ring.
25539
25540 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25541 variables line in desktop files.
25542
25543 2005-01-12 Juri Linkov <juri@jurta.org>
25544
25545 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25546 Bring together isearch highlight related options.
25547 (lazy-highlight): Replace group `replace' by `matching'.
25548 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25549 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25550 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25551 and declare them obsolete.
25552 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25553 (isearch-faces): Remove defgroup.
25554 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25555 Move isearch highlighting code closer to lazy highlighting code.
25556
25557 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25558 (query-replace-highlight, query-replace-lazy-highlight)
25559 (query-replace): Move definitions to the beginning of the file.
25560
25561 2005-01-11 Juri Linkov <juri@jurta.org>
25562
25563 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25564 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25565 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25566
25567 * info.el (Info-history-forward): New variable.
25568 (Info-select-node): Reset Info-history-forward to nil.
25569 (Info-last): Turn into defalias.
25570 (Info-history-back): Rename from Info-last.
25571 Add current node to Info-history-forward.
25572 (Info-history-forward): New fun.
25573 (Info-mode-map): Replace Info-last by Info-history-back.
25574 Bind Info-history-forward to "r".
25575 (Info-mode-menu): Replace Info-last by Info-history-back.
25576 Fix menu item text. Add menu item for Info-history-forward.
25577 (info-tool-bar-map): Replace Info-last by Info-history-back.
25578 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25579 for Info-history-forward.
25580 (Info-mode): Replace Info-last by Info-history-back in docstring.
25581 Add local variable Info-history-forward.
25582 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25583
25584 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25585
25586 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25587 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25588 Ignore select-window events rather than fiddle with
25589 mouse-autoselect-window.
25590
25591 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25592
25593 * type-break.el (type-break-mode): Fix previous change.
25594
25595 2005-01-10 Jay Belanger <belanger@truman.edu>
25596
25597 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25598 calculator; only reset when point is inside a calculator.
25599 Don't adjust the window height if the window takes up the whole height
25600 of the frame.
25601
25602 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25603
25604 * ebuff-menu.el (Electric-buffer-menu-mode):
25605 Preserve value of buffer-local var header-line-format.
25606
25607 2005-01-09 Jay Belanger <belanger@truman.edu>
25608
25609 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25610 Make sure settings file exists before accessing it.
25611
25612 * calc/calc-embed.el (calc-embedded-subst):
25613 Replace math-multi-subst-rec, which is only supposed to be called
25614 by math-multi-subst, by math-multi-subst.
25615
25616 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25617
25618 * vc.el (vc-allow-async-revert): New user option.
25619 (vc-disable-async-diff): New internal variable.
25620 (vc-revert-buffer): Use them to disable asynchronous diff.
25621
25622 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25623 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25624 asynchronously if vc-disable-async-diff is t.
25625
25626 2005-01-09 Jay Belanger <belanger@truman.edu>
25627
25628 * calc/calc.el (defcalcmodevar): New macro.
25629 (calc-mode-var-list-restore-default-values)
25630 (calc-mode-var-list-restore-saved-values): New functions.
25631 (calc-mode-var-list): Use defcalcmodevar to define it.
25632 (calc-always-load-extensions, calc-line-numbering)
25633 (calc-line-breaking, calc-display-just, calc-display-origin)
25634 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25635 (calc-group-char, calc-point-char, calc-frac-format)
25636 (calc-prefer-frac, calc-hms-format, calc-date-format)
25637 (calc-float-format, calc-full-float-format, calc-complex-format)
25638 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25639 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25640 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25641 (calc-matrix-brackets, calc-language, calc-language-option)
25642 (calc-left-label, calc-right-label, calc-word-size)
25643 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25644 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25645 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25646 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25647 (calc-window-height, calc-display-trail, calc-show-selections)
25648 (calc-use-selections, calc-assoc-selections)
25649 (calc-display-working-message, calc-auto-why, calc-timing)
25650 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25651 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25652 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25653 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25654 (calc-gnuplot-geometry, calc-graph-default-resolution)
25655 (calc-graph-default-resolution-3d, calc-invocation-macro)
25656 (calc-show-banner): Use defcalcmodevar to declare them and set
25657 their default values.
25658
25659 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25660 instead of default values (but restore default values if there is
25661 an argument of 0).
25662
25663 2005-01-09 David Kastrup <dak@gnu.org>
25664
25665 * desktop.el (desktop-restore-eager): Fix typo in type.
25666
25667 2005-01-08 Richard M. Stallman <rms@gnu.org>
25668
25669 * cus-edit.el (customize): Delete :link.
25670
25671 2005-01-08 Jay Belanger <belanger@truman.edu>
25672
25673 * calc/calc.el (calc-mode): Remove the extension from the
25674 `calc-settings-file' file name when loading it.
25675
25676 2005-01-08 Kim F. Storm <storm@cua.dk>
25677
25678 * info.el (Info-mode-map, Info-next-link-keymap)
25679 (Info-prev-link-keymap, Info-up-link-keymap):
25680 Map follow-link to mouse-face.
25681 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25682
25683 2005-01-08 Jay Belanger <belanger@truman.edu>
25684
25685 * calc/calc.el (calc-settings-file): Change default value.
25686 Suggested by cgw in a comment in calc-mode.el.
25687
25688 * calc/calc-mode.el (calc-settings-file-name):
25689 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25690 Replace ~/.emacs in a prompt by calc-settings-file.
25691
25692 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25693
25694 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25695 (desktop-lazy-idle-delay): New customizable variables.
25696 (desktop-buffer-args-list): New variable.
25697 (desktop-append-buffer-args): New function.
25698 (desktop-save): Call desktop-append-buffer-args for some buffers.
25699 (desktop-lazy-create-buffer): New function.
25700 (desktop-idle-create-buffers): New function.
25701 (desktop-read): Add message about buffers to restore lazily.
25702 (desktop-lazy-abort): New command.
25703 (desktop-clear): Call desktop-lazy-abort.
25704 (desktop-lazy-complete): New command.
25705
25706 2005-01-06 Richard M. Stallman <rms@gnu.org>
25707
25708 * emacs-lisp/find-func.el (find-face-definition):
25709 Rename from find-face.
25710
25711 2005-01-06 Kim F. Storm <storm@cua.dk>
25712
25713 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25714
25715 * man.el (Man-xref-man-page, Man-xref-header-file)
25716 (Man-xref-normal-file): Add follow-link property.
25717
25718 2005-01-06 Jay Belanger <belanger@truman.edu>
25719
25720 * calc/calc-units.el: Make sure the proper macro definitions are
25721 available when compiling.
25722
25723 2005-01-06 Juri Linkov <juri@jurta.org>
25724
25725 * isearch.el (isearch-lazy-highlight-update):
25726 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25727
25728 2005-01-06 Miles Bader <miles@gnu.org>
25729
25730 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25731 (isearch-lazy-highlight-face): Use new name.
25732
25733 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25734
25735 * uniquify.el (uniquify-rationalize-file-buffer-names):
25736 Re-add an interactive spec.
25737 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25738 to the same name.
25739
25740 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25741 (isearch-update, isearch-done): Adjust calls accordingly.
25742
25743 2005-01-05 Richard M. Stallman <rms@gnu.org>
25744
25745 * custom.el (custom-set-variables, custom-theme-set-variables):
25746 Clarify documentation.
25747
25748 * emacs-lisp/find-func.el (find-variable)
25749 (find-variable-other-window, find-variable-other-frame):
25750 Fix the TYPE args to find-function-read and find-function-do-it.
25751 (find-function): Doc fix.
25752 (find-function-at-point): Replace function-at-point alias.
25753
25754 2005-01-04 Richard M. Stallman <rms@gnu.org>
25755
25756 * cus-face.el (custom-declare-face):
25757 Record defface in current-load-list.
25758
25759 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25760
25761 * emacs-lisp/find-func.el: Doc fixes.
25762 (find-face-regexp): New variable.
25763 (find-function-regexp-alist): New variable.
25764 (find-function-C-source): Third arg is now TYPE.
25765 (find-function-search-for-symbol): Handle general TYPE.
25766 (find-function-read, find-function-do-it): Handle general TYPE.
25767 (find-definition-noselect, find-face): New functions.
25768 (function-at-point): Alias deleted.
25769
25770 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25771
25772 * battery.el (display-battery-mode): Rename from display-battery.
25773 Handle the case where it gets turned off.
25774
25775 2005-01-04 Richard M. Stallman <rms@gnu.org>
25776
25777 * cus-edit.el (customize): Make :link point to user doc.
25778
25779 * man.el (Man-fontify-manpage): Turn off undo generation.
25780
25781 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25782
25783 2005-01-04 Andreas Schwab <schwab@suse.de>
25784
25785 * files.el (insert-directory): Only look for error lines in
25786 inserted text. Don't move too far after processing --dired markers.
25787
25788 2005-01-04 Richard M. Stallman <rms@gnu.org>
25789
25790 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25791 Don't expand if the character is @, period, dash, etc.
25792 (define-mail-abbrev): Quote names that contain problem characters.
25793
25794 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25795
25796 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25797
25798 2005-01-03 Richard M. Stallman <rms@gnu.org>
25799
25800 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25801 (query-replace-highlight, query-replace-lazy-highlight)
25802 (query-replace): Definitions moved up. Doc fix.
25803
25804 2005-01-03 Richard M. Stallman <rms@gnu.org>
25805
25806 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25807 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25808 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25809 (lazy-highlight-face): Rename from isearch-lazy-...
25810 Change all references to them.
25811
25812 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25813
25814 * cus-edit.el (custom-file): Doc fix for defcustom.
25815 (custom-file): The function no longer sets the variable
25816 `custom-file' to its return value.
25817
25818 * startup.el (command-line): No longer load `custom-file'.
25819
25820 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25821
25822 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25823
25824 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25825 Don't confuse module-prefixed identifiers for labels.
25826 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25827
25828 2005-01-02 Richard M. Stallman <rms@gnu.org>
25829
25830 * files.el (basic-save-buffer-1): Fix previous change.
25831
25832 * loadhist.el (file-loadhist-lookup): New function.
25833 (file-provides, file-requires): Use it.
25834
25835 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25836 instead of calculating the right size.
25837
25838 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25839
25840 * vc-svn.el (vc-svn-diff): Stay local if possible.
25841
25842 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25843
25844 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25845
25846 * files.el (hack-local-variables): Fix last change.
25847
25848 2005-01-02 Jay Belanger <belanger@truman.edu>
25849
25850 * calc/calc-yank.el (calc-edit-top): New variable.
25851 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25852 object. Change header properties.
25853 (calc-edit-finish, calc-edit-finish-stack-object)
25854 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25855 edited object.
25856 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25857 for the beginning of the edited object.
25858 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25859 for the beginning of the edited object.
25860 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25861 (calc-finish-formula-edit, calc-macro-repeats)
25862 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25863 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25864 beginning of the edited object.
25865 (calc-user-define-edit): Change the header for editing macros.
25866 Remove unnecessary variable.
25867
25868 2005-01-01 Jay Belanger <belanger@truman.edu>
25869
25870 * calc/calc-yank.el (calc-edit-mode): Change default header.
25871 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25872 * calc/calc-store.el (calc-edit-variable): Change title to match new
25873 header.
25874 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25875 mode to match new header.
25876 (calc-user-define-edit): Change titles to include names of commands.
25877 (calc-finish-formula-edit): Adjust to handle new header.
25878 (calc-finish-macro-edit): Remove.
25879 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25880 (calc-edit-macro-command, calc-edit-macro-command-type)
25881 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25882 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25883 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25884 (calc-edit-macro-finish-edit): New functions.
25885 (calc-user-define-edit): Use new functions to edit named calc macros.
25886
25887 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25888
25889 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25890
25891 * ses.el (copy-region-as-kill): Deactivate mark.
25892
25893 2005-01-01 Richard M. Stallman <rms@gnu.org>
25894
25895 * replace.el (occur-1): If the output buffer is also an input,
25896 don't kill it, rename it.
25897
25898 * faces.el (set-face-background, set-face-foreground): Doc fix.
25899
25900 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25901 for :foreground and :background.
25902
25903 * dired.el (dired-view-command-alist): Variable deleted.
25904 (dired-view-file, dired-mouse-find-file-other-window):
25905 Delete the code to use it.
25906
25907 2005-01-01 Kim F. Storm <storm@cua.dk>
25908
25909 * image.el (insert-sliced-image): Use t for line-height property.
25910
25911 See ChangeLog.11 for earlier changes.
25912
25913 ;; Local Variables:
25914 ;; coding: iso-2022-7bit
25915 ;; End:
25916
25917 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25918 Copying and distribution of this file, with or without modification,
25919 are permitted provided the copyright notice and this notice are preserved.
25920
25921 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1