]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
[gnu-emacs] / lisp / ChangeLog
1 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2
3 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
4
5 2006-08-10 Romain Francoise <romain@orebokech.com>
6
7 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8 (dns-mode-soa-auto-increment-serial): New user option.
9 (dns-mode-soa-maybe-increment-serial): New function.
10 (dns-mode): Add the latter to `write-contents-functions'.
11
12 * obsolete/zone-mode.el: Move to obsolete/ from net/.
13 Delete autoload cookies.
14
15 2006-08-10 John Wiegley <johnw@newartisans.com>
16
17 * eshell/em-glob.el (eshell-glob-chars-list)
18 (eshell-glob-translate-alist): Add support for [^g] in character globs.
19
20 2006-08-10 Richard Stallman <rms@gnu.org>
21
22 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
23 (facemenu-set-face): Doc fix.
24 (facemenu-listed-faces): Doc fix.
25
26 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
27
28 * avoid.el (mouse-avoidance-animating-pointer): New var.
29 (mouse-avoidance-nudge-mouse): Use it.
30 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
31 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
32 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
33 Don't activate if currently animating. All callers changed.
34
35 2006-08-09 John Wiegley <johnw@newartisans.com>
36
37 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
38 variable, which causes timeclock to report elapsed time worked,
39 instead of just work remaining.
40
41 2006-08-09 Kenichi Handa <handa@m17n.org>
42
43 * international/latexenc.el (latexenc-find-file-coding-system):
44 Fix for the case that the 2nd element of arg-list is a cons.
45
46 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
47
48 * info.el (Info-fontify-node): Handle preceding `in' for note
49 reference hiding rules.
50
51 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
54 mistake a closing " for an opening one.
55
56 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
57
58 * term/xterm.el (terminal-init-xterm): Add more key bindings.
59
60 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * complete.el (PC-do-completion): Filter out completions matching
63 completion-ignored-extensions before checking whether there are
64 multiple completions.
65 Don't use `list' unnecessarily when building completion tables.
66
67 2006-08-06 Richard Stallman <rms@gnu.org>
68
69 * help.el (describe-mode): Make minor mode list more concise.
70
71 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
72
73 * bindings.el: Give mode-line-format, mode-line-modes, and
74 mode-line-position `standard-value' properties.
75
76 2006-08-05 Eli Zaretskii <eliz@gnu.org>
77
78 * buff-menu.el (list-buffers-noselect): For Info buffers, use
79 "(file)node" instead of the file name.
80
81 2006-08-05 Richard Stallman <rms@gnu.org>
82
83 * faces.el (escape-glyph): Doc fix.
84
85 2006-08-04 Kenichi Handa <handa@m17n.org>
86
87 * international/mule-diag.el (describe-font): Improve docstring
88 and error message. Use frame-parameter (not frame-parameters).
89
90 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
93 Correctly mark the end-of-docstring char.
94
95 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
96
97 * simple.el (line-move-to-column): Constrain move-to-column to
98 current field.
99
100 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
101
102 * font-lock.el (font-lock-beg, font-lock-end)
103 (font-lock-extend-region-functions): New vars.
104 (font-lock-extend-region-multiline)
105 (font-lock-extend-region-wholelines): New functions.
106 (font-lock-default-fontify-region): Use them.
107 (font-lock-extend-jit-lock-region-after-change): Only round up
108 if font-lock-default-fontify-region will do it as well.
109
110 * font-lock.el (font-lock-extend-after-change-region-function):
111 Rename from font-lock-extend-region-function.
112 (font-lock-extend-region): Remove by inlining at call sites.
113 (font-lock-after-change-function): Don't needlessly round up to a whole
114 number of lines.
115 (font-lock-extend-jit-lock-region-after-change): Be more careful about
116 the boundary conditions and the interactions between the various ways
117 to extend the region.
118
119 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
122 modification status when forcing the second redisplay.
123
124 2006-08-03 Kim F. Storm <storm@cua.dk>
125
126 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
127
128 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
129
130 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
131 doesn't look like a file name.
132
133 * complete.el (PC-expand-many-files): Avoid signalling an error when
134 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
135
136 2006-08-02 Andreas Schwab <schwab@suse.de>
137
138 * bindings.el (mode-line-format): Simplify reference to vc-mode.
139
140 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
141
142 * bindings.el (map): Make mode-line-buffer-identification-keymap
143 before defining propertized-buffer-identification.
144
145 2006-08-01 Richard Stallman <rms@gnu.org>
146
147 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
148
149 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
150
151 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
152 default value.
153 (gdb-find-source-frame): New function.
154 (menu): Add to menu bar.
155
156 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
157
158 * font-core.el (font-lock-extend-region-function)
159 (font-lock-extend-region): Move to font-lock.el.
160
161 * font-lock.el (font-lock-extend-region-function)
162 (font-lock-extend-region): Move from font-core.el. Simplify.
163
164 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
165 if needed.
166 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
167 (jit-lock-after-change-extend-region-functions): New hook.
168 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
169
170 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
171 (font-lock-turn-on-thing-lock): Use it.
172
173 * longlines.el (longlines-show-region): Make it work on read-only
174 buffers as well.
175
176 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
177
178 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
179
180 2006-07-31 Richard Stallman <rms@gnu.org>
181
182 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
183 (vhdl-speedbar-display-projects): Update old obsolete
184 speedbar variable names.
185
186 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
187
188 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
189 (gdb-stopped): Use it.
190
191 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
192
193 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
194
195 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
196 for load-history elements.
197
198 2006-07-29 Eli Zaretskii <eliz@gnu.org>
199
200 * files.el (convert-standard-filename): For Cygwin, replace
201 characters not allowed in Windows file names.
202 (make-auto-save-file-name): Add Cygwin to the list of systems
203 where the auto-save file name needs to be run through
204 convert-standard-filename.
205
206 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
207
208 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
209
210 2006-07-28 Richard Stallman <rms@gnu.org>
211
212 * bindings.el (mode-line-frame-identification)
213 (propertized-buffer-identification): Centralize the code
214 to initialize the variable.
215
216 * progmodes/grep.el (grep-default-command): Catch errors from
217 wildcard-to-regexp.
218
219 2006-07-29 Kim F. Storm <storm@cua.dk>
220
221 * progmodes/grep.el (grep-tag-default): New function.
222 (grep-default-command, grep-read-regexp): Use it.
223 (grep-read-files): Use car of grep-files-history or grep-files-aliases
224 as default if nothing else applies.
225
226 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
227
228 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
229 Throw error if buffer is not in Dired and Wdired mode, respectively.
230
231 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
232
233 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
234 self-insert-command keys don't activate buttons.
235 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
236
237 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
238
239 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
240 faces for enable character.
241
242 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
243
244 * Makefile.in (recompile): Update comment to reflect change
245 on 2004-04-21.
246
247 2006-07-27 Richard Stallman <rms@gnu.org>
248
249 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
250 (customize-package-emacs-version): Change msg when pkg has no entry.
251 (custom-no-edit): On a button, do like widget-button-press.
252
253 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
254
255 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
256 S-tab and C-S-tab.
257
258 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
259
260 * progmodes/which-func.el (which-function): Fix documentation/
261 comment typo.
262
263 2006-07-26 Richard Stallman <rms@gnu.org>
264
265 * textmodes/ispell.el (ispell-word): If we replace the word,
266 move point to the end. Insert before deleting.
267
268 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
269
270 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
271 a timer.
272
273 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
274
275 * tumme.el (tumme-backward-image): Add prefix argument. Add error
276 when at first image.
277 (tumme-forward-image): Add prefix argument. Add error when at last
278 image.
279
280 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * tabify.el (tabify-regexp): Use more specific regexps.
283 (tabify): Avoid modifying the buffer unnecessarily.
284
285 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
286
287 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
288 (tumme-format-properties-string): Handle empty `buf'.
289 (tumme-get-comment): Change variable names inside `let'.
290 Add missing `let' variable that cause font-lock problems.
291 (tumme-write-comments): Change variable names inside `let'.
292 Add missing `let' variable that cause font-lock problems.
293 (tumme-forward-image): Rename from `tumme-forward-char'.
294 (tumme-backward-image): Rename from `tumme-backward-char'.
295
296 2006-07-25 Masatake YAMATO <jet@gyve.org>
297
298 * progmodes/ld-script.el (ld-script-keywords)
299 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
300 and add comments.
301
302 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
303
304 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
305 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
306 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
307 for status indicator.
308
309 2006-07-24 Richard Stallman <rms@gnu.org>
310
311 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
312
313 * subr.el (dolist, dotimes): Use interned symbols for locals.
314 (--dotimes-limit--, --dolist-tail--): New defvars.
315 (looking-back): Doc fix.
316
317 * replace.el (replace-match-string-symbols): Handle dotted lists.
318
319 2006-07-24 mathias <mathias@mattis>
320
321 * tumme.el (tumme-write-tags): Add.
322 (tumme-write-comments): Add.
323 (tumme-tag-files): Change to use `tumme-write-tags'.
324 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
325 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
326 (tumme-save-information-from-widgets): Change to use
327 `tumme-write-comments' and `tumme-write-tags'.
328 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
329 (tumme-write-tag): Remove.
330 (tumme-write-comment): Remove.
331 (tumme-display-previous-thumbnail-original): Remove empty line.
332 (tumme-widget-list): Add punctuation.
333
334 2006-07-24 mathias <mathias.dahl@gmail.com>
335
336 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
337
338 2006-07-24 Daiki Ueno <ueno@unixuser.org>
339
340 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
341 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
342 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
343
344 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
345
346 * mouse.el (mouse-on-link-p): Doc fix.
347
348 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
349
350 * emacs-lisp/find-func.el (find-function-search-for-symbol):
351 Handle "C-h f `".
352
353 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
354
355 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
356 column.
357
358 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
359
360 * textmodes/table.el: Add move-beginning-of-line and
361 move-end-of-line to Point Motion Only Group.
362
363 2006-07-22 Eric Hanchrow <offby1@blarg.net>
364
365 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
366
367 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
368
369 * startup.el (user-mail-address): Initialize from the `EMAIL'
370 environment variable first. Document this.
371 (command-line): Ditto.
372
373 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
374
375 * help-mode.el (help-function-def, help-variable-def)
376 (help-face-def): Print a message in the minibuffer.
377
378 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
379
380 * term/xterm.el (terminal-init-xterm): Fix key bindings
381 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
382
383 2006-07-21 Eli Zaretskii <eliz@gnu.org>
384
385 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
386 where `(nth 1 command)' is a cons cell. Doc fix.
387
388 * textmodes/po.el (po-find-charset): Doc fix.
389
390 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
391
392 * allout.el (allout-unprotected, allout-e-o-prefix-p)
393 (allout-beginning-of-current-line, allout-end-of-current-line)
394 (allout-next-visible-heading, allout-open-topic)
395 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
396 (allout-flag-current-subtree, allout-show-to-offshoot)
397 (allout-hide-current-entry, allout-show-current-branches)
398 (allout-hide-region-body, allout-old-expose-topic)
399 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
400 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
401 containing `beginning-of-line' and `end-of-line' with
402 `inhibit-field-text-motion' t.
403
404 2006-07-21 Eli Zaretskii <eliz@gnu.org>
405
406 * frame.el (focus-follows-mouse): Document that it doesn't have
407 any effect on MS-Windows.
408
409 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
412
413 2006-07-20 Jay Belanger <belanger@truman.edu>
414
415 * calc.el (calc-previous-alg-entry): Remove variable.
416
417 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
418 New variables.
419 (calc-alg-entry): Use `calc-alg-entry-history'.
420 (calc-do-quick-calc): Use `calc-quick-calc-history'.
421 Remove reference to `calc-previous-alg-entry'.
422 (calcAlg-edit, calcAlg-enter): Remove reference to
423 `calc-previous-alg-entry'.
424 (calcAlg-previous): Use `previous-history-element' instead of
425 `calc-previous-alg-entry'.
426 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
427 Change keybinding for `calcAlg-plus-minus', add keybindings for
428 `previous-history-element' and `next-history-element'.
429
430 * calc-rewr.el (calc-match): Remove reference to
431 `calc-previous-alg-entry'.
432
433 * calc-sel.el (calc-selection-history): New variable.
434 (calc-enter-selection, calc-sel-mult-both-sides)
435 (calc-sel-add-both-sides): Use `calc-selection-history'.
436
437 * calc-map.el (calc-get-operator-history): New variable.
438 (calc-get-operator): Use `calc-get-operator-history'.
439
440 * calcalg3.el (calc-curve-fit-history): New variable.
441 (calc-curve-fit): Use `calc-curve-fit-history'.
442
443 2006-07-20 Kenichi Handa <handa@m17n.org>
444
445 * international/mule-cmds.el (select-safe-coding-system): Fix the
446 way of deciding eol-type of the coding system.
447
448 2006-07-20 Alan Mackenzie <acm@muc.de>
449
450 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
451 (c-lang-setvar): New macro.
452 (c-make-init-lang-vars-fun): Use the initialization forms in
453 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
454 (comment-start, comment-end, comment-start-skip): Change these from
455 c-lang-defvar's to c-lang-setvar's.
456
457 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
458 which calls make-local-variable on the elements of
459 c-emacs-variable-inits.
460 (c-init-language-vars-for): Call this new macro.
461
462 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
463
464 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
465 Try to rule out false positives due to time stamps.
466 (compilation-mode-font-lock-keywords): Remove rules made redundant
467 because of the above change. Add `segmentation fault' to the known and
468 highlighted compilation termination messages.
469
470 2006-07-19 Kim F. Storm <storm@cua.dk>
471
472 * progmodes/grep.el (grep-find-ignored-directories):
473 Add .svn and _darcs to list.
474
475 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
476
477 * dired.el (dired-mode-map): Add key binding `C-te' for
478 `tumme-dired-edit-comment-and-tags'.
479
480 * tumme.el (tumme-display-thumbnail-original-image): Make sure
481 image display buffer is displayed before call to
482 `tumme-display-image.
483 (tumme-dired-display-image): Make sure image display buffer is
484 displayed before call to `tumme-display-image.
485 (tumme-mouse-display-image): Make sure image display buffer is
486 displayed before call to `tumme-display-image.
487 (tumme-widget-list): Add.
488 (tumme-dired-edit-comment-and-tags): Add.
489 (tumme-save-information-from-widgets): Add.
490
491 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
494
495 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * progmodes/sh-script.el (sh-font-lock-keywords-1):
498 Revert inadvertently installed patch hunk.
499
500 * progmodes/compile.el (compilation-find-file): Handle the
501 cases where the user selects a non-existent file.
502
503 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
504
505 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
506
507 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
508
509 * subr.el (sit-for): Just sleep-for if noninteractive.
510
511 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
512
513 * emacs-lisp/autoload.el (make-autoload): Use new arg.
514
515 * custom.el (custom-autoload): Add `noset' argument.
516 (custom-push-theme): Don't autoload the variable, let callers do it.
517 (custom-theme-set-variables): Autoload the variable if necessary.
518
519 * cus-edit.el (custom-variable-state-set): If the variable was
520 originally set outside custom, but to the same value as the default,
521 consider it to be standard.
522
523 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
524 file *before* telling Emacs to add the autoloads, in case it fails.
525
526 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
527 Use `cond', push', and `dolist'.
528
529 2006-07-17 Richard Stallman <rms@gnu.org>
530
531 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
532 Add defvars to silence warnings.
533
534 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
535
536 * progmodes/compile.el (compilation-mode-font-lock-keywords):
537 Don't highlight "Compiling file" messages as error.
538
539 * dired-aux.el (dired-compress-file): Confirm again if gzipped
540 file already exists.
541
542 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
543
544 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
545 entry, don't assign to free var; simply return the extracted filename.
546 (ff-treat-as-special): Incorporate common preamble from callers.
547 (ff-other-file-name, ff-find-the-other-file):
548 Update call to ff-treat-as-special.
549
550 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
551
552 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
553
554 * tumme.el (tumme-get-comment): Fix bug.
555
556 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * files.el: Remove spurious * in docstrings.
559
560 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
561
562 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
563 grammar.
564 (allout-beginning-of-current-line): Beware beginning of buffer.
565 Also, a comment is simplified.
566 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
567 when appropriate. (This fix enables use for other than
568 bullet-hotspot operation.)
569 (allout-hide-current-subtree): While escalating to sibling-close,
570 make sure to situate on a topic.
571
572 2006-07-14 Kim F. Storm <storm@cua.dk>
573
574 * emulation/cua-base.el (cua-delete-selection)
575 (cua-toggle-set-mark): New defcustoms.
576 (cua-rectangle-modifier-key): Add `alt' modifier.
577 (cua-replace-region): Don't delete if cua-delete-selection is nil.
578 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
579 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
580
581 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
582
583 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
584
585 * allout.el: Require 'cl during byte-compilation/interactive load,
586 for the `assert' macro.
587 (allout-mode-deactivate-hook): New hook, run when allout mode
588 deactivates.
589 (allout-developer): New allout customization subgroup.
590 (allout-run-unit-tests-on-load): New allout-developer
591 customization variable, when true allout unit tests are run towards
592 end of file load/eval.
593 (allout-inhibit-auto-fill): Disable auto-fill activity even during
594 auto-fill-mode.
595 (allout-resumptions): Remove, to be replaced by...
596 (allout-add-resumptions): Register variable settings to be
597 reinstated by `allout-do-resumptions'. The settings are made
598 buffer-local, but the locality/globality of the suspended setting
599 is restored on resumption.
600 (allout-do-resumptions): Reinstate all settings suspended using
601 `allout-add-resumptions'.
602 (allout-test-resumptions): Unit tests (and intermediate variables)
603 for resumptions.
604 (allout-tests-globally-unbound, allout-tests-globally-true)
605 (allout-tests-locally-true): Intermediate variables for
606 resumptions unit tests.
607 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
608 (allout-exposure-category): Replaces 'allout-overlay-category variable.
609 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
610 instead of retired `allout-resumptions'. For hook functions, use
611 `local' parameter so hook settings are created and removed as
612 buffer-local settings. Revise (resumptions) setting
613 auto-fill-function so it is set only if already active. (The
614 related fill-function settings are all made in either case, so
615 that activating auto-fill-mode activity will have the custom
616 allout-mode behaviors (hanging indent on topics, if configured for it).
617 Remove all allout-exposure-category overlays on mode deactivation.
618 (allout-hotspot-key-handler): New function extracted from
619 `allout-pre-command-business', so the functionality can be used
620 for other purposes, eg as a binding in an overlay.
621 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
622 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
623 customization variable.
624 (allout-run-unit-tests): Run the (currently quite small)
625 repertoire of unit tests. Called just before the provide iff user
626 has customized `allout-run-unit-tests-on-load' non-nil.
627
628 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
629
630 * emacs-lisp/authors.el (authors-aliases): Update.
631
632 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
633
634 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
635 gdb-source-window. Add dedicated argument.
636 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
637 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
638 (gdb-display-threads-buffer, gdb-display-memory-buffer)
639 (gdb-display-locals-buffer): Use it.
640
641 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
642 Set gdb-source-window.
643
644 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
645
646 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
647 minor modes, redundant with the custom-autoload line above.
648
649 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
650
651 * longlines.el (longlines-post-command-function): Handle open-line too.
652
653 2006-07-12 Richard Stallman <rms@gnu.org>
654
655 * progmodes/grep.el (grep-last-buffer): Doc fix.
656
657 * info.el (Info-try-follow-nearest-node): Doc fix.
658
659 * emacs-lisp/edebug.el (edebug-instrument-function):
660 Err if find-function-noselect gives no position.
661
662 * emacs-lisp/find-func.el (find-function-search-for-symbol):
663 If can't find definition, return nil for position.
664 (find-function-do-it): Handle new return value
665 of find-definition-noselect.
666 (find-definition-noselect, find-variable-noselect): Doc fix.
667 (find-function-noselect): Doc fix.
668
669 * help-mode.el (help-variable-def): Handle find-variable-noselect
670 returning no position.
671 (help-function-def): Likewise for find-function-search-for-symbol.
672 (help-face-def): Likewise.
673
674 * help-fns.el (describe-variable): Handle find-variable-noselect
675 returning no position.
676
677 * files.el (locate-file-completion): Avoid duplicates in result.
678
679 * cus-edit.el (custom-no-edit): New command.
680 (custom-mode-map): Remap to custom-no-edit instead of
681 using suppress-keymap.
682
683 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
684
685 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
686 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
687 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
688
689 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
690
691 2006-07-11 Kim F. Storm <storm@cua.dk>
692
693 * ido.el (ido-copy-current-file-name): Use buffer-name if
694 buffer-file-name is nil.
695
696 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
697
698 * simple.el (undo-ask-before-discard): Set to nil.
699
700 * vc.el (vc-exec-after): Don't delete process manually.
701 (vc-print-log): Run log-view-mode in process sentinel inside
702 inhibit-read-only. Don't shrink window due to timing issues.
703
704 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
705 Avoid using with-output-to-temp-buffer, which clobbers local vars.
706
707 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
708
709 * progmodes/compile.el (compilation-error-regexp-alist-alist):
710 Fix ambiguity introduced by last change.
711 (compilation-find-file): Move save-excursion to where it may
712 make sense. Fix a left over `find-file'.
713
714 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
715
716 * textmodes/texinfmt.el (texinfo-format-separate-node):
717 Insert a string before point, which fits documentation, not after.
718 (texinfo-multitable-item): In a multitable row, insert any
719 additional needed @tabs and spaces.
720
721 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
722
723 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
724 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
725 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
726 instead of shell-command.
727 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
728 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
729 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
730 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
731 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
732 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
733
734 2006-07-11 Kim F. Storm <storm@cua.dk>
735
736 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
737 Remove special case for seconds < 0. Use (redisplay t) instead.
738
739 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
740
741 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
742 avoid compilation error.
743
744 * subr.el (sit-for): New function.
745
746 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
747
748 2006-07-10 Richard Stallman <rms@gnu.org>
749
750 * ldefs-boot.el (edebug): Update page.
751
752 2006-07-10 Kim F. Storm <storm@cua.dk>
753
754 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
755 to FOR-RELEASE and TODO.
756
757 2006-07-10 Romain Francoise <romain@orebokech.com>
758
759 * emacs-lisp/authors.el (authors-aliases): Update.
760
761 2006-07-10 Alan Mackenzie <acm@muc.de>
762
763 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
764 * cc-mode.el: Changes to eradicate eval-after-load.
765
766 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
767
768 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
769 on non-char events.
770
771 2006-07-09 Romain Francoise <romain@orebokech.com>
772
773 * progmodes/compile.el (compilation-mode-font-lock-keywords):
774 Don't highlight start/end markers as compilation messages.
775
776 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
777 to t.
778
779 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
782
783 2006-07-08 Richard Stallman <rms@gnu.org>
784
785 * term/x-win.el (x-handle-display): Add doc string.
786
787 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
788
789 * subr.el (def-edebug-spec): Move here.
790 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
791
792 * imenu.el (imenu-choose-buffer-index): Doc fix.
793
794 2006-07-08 Romain Francoise <romain@orebokech.com>
795
796 * term/x-win.el (x-display-name): Fix typo.
797
798 2006-07-08 Eli Zaretskii <eliz@gnu.org>
799
800 * hexl.el (hexl-find-file): Doc fix.
801
802 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
803
804 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
805
806 * term/x-win.el (x-display-name): Doc fix.
807
808 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
809
810 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
811 long prefixes.
812 (fill-region-as-paragraph): Don't round up to a whole line.
813 (fill-comment-paragraph): Don't include the code-before-the-comment
814 when calling fill-region-as-paragraph.
815
816 * international/mule.el (make-char): Remove redundancy.
817
818 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
819 property may contain an anonymous function rather than a symbol.
820
821 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
822
823 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
824 Use shy regexp. Fix incorrect backref to potentially unmatched group.
825
826 * dirtrack.el (dirtrack-default-directory-function): Remove.
827 (dirtrack-directory-function): Use file-name-as-directory.
828 (dirtrack-windows-directory-function): Simplify.
829 (dirtrack-forward-slash, dirtrack-backward-slash)
830 (dirtrack-replace-slash): Remove.
831 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
832 (dirtrack): Fix wrong parenthesizing; use match-string.
833
834 * progmodes/octave-inf.el: Remove spurious * in docstrings.
835 (inferior-octave-mode): Only change the buffer-local value of
836 comint-dynamic-complete-functions.
837 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
838 Move the initialization to the declaration.
839 (inferior-octave-complete): Remove unused var `filter'.
840
841 * shell.el (shell-mode): Only change the buffer-local value of
842 comint-dynamic-complete-functions.
843
844 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
845
846 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
847 entry is skipped because it has been scheduled.
848 (org-prepare-agenda-buffers): Don't mark buffers as modified when
849 changing `:org-archived' and `:org-comment' properties.
850
851 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
852
853 * server.el (server-select-display): Don't make the temp frame
854 minibuffer-only, in case it's not a temp frame.
855 (server-process-filter): Don't delete the temp frame if it's the
856 only one we have on that display.
857
858 * files.el (find-alternate-file): Doc fix.
859
860 2006-07-05 Richard Stallman <rms@gnu.org>
861
862 * files.el (abbreviate-file-name): Add save-match-data.
863
864 2006-07-03 Richard Stallman <rms@gnu.org>
865
866 * faces.el (read-face-name): Doc fix.
867
868 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
869
870 * net/goto-addr.el (goto-address): Mark as safe for local evals.
871
872 2006-07-05 Andre Spiegel <spiegel@gnu.org>
873
874 * vc.el (vc-diff-internal): Fix prev change.
875
876 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
877
878 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
879 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
880
881 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
882
883 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
884 fails if the symbol contains chars like ( or '.
885 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
886 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
887 `short'.
888
889 2006-07-04 Kenichi Handa <handa@m17n.org>
890
891 * international/mule-cmds.el (set-language-info): If LANG-ENV is
892 the current one, don't call set-language-environment, but call one
893 of set-language-environment-XXX to make INFO effective now.
894 (set-language-environment): Call set-language-environment-XXX
895 functions instead of doing the various setups directly.
896 (set-language-environment-coding-systems): Delete argument eol-type.
897 (set-language-environment-input-method)
898 (set-language-environment-nonascii-translation)
899 (set-language-environment-charset)
900 (set-language-environment-fontset)
901 (set-language-environment-unibyte): New functions.
902
903 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
904
905 * locate.el (locate-update-when-revert): New option.
906 (locate-update-path): New option (suggested by Michael Albinus).
907 (locate-prompt-for-command): Whitespace change.
908 (locate-update): No longer offer to update the locate database by
909 default. Implement the two new options.
910
911 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
912
913 * tooltip.el: Move comment about track-mouse...
914
915 * progmodes/gud.el: ...to here.
916
917 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
918
919 * facemenu.el (facemenu-listed-faces): New var.
920 (facemenu-unlisted-faces): Variable deleted.
921 (facemenu-add-new-face): Use facemenu-listed-faces.
922
923 * emulation/viper-init.el, calendar/calendar.el:
924 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
925
926 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
927
928 * textmodes/org.el (org-mode): Remove no invalid settings for
929 calc embedded mode.
930 (org-mode-p): New defsubst.
931 (org-save-all-org-buffers): New function.
932 (org-first-headline-recenter): Enclose outline-regexp in group
933 delimiters.
934 (org-set-tags): Keep single space after stars.
935
936 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * window.el (set-window-text-height): Only set window-min-height to
939 1 if that's the requested size.
940
941 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
942 (diff-unified->context, diff-context->unified)
943 (diff-reverse-direction): Make sure the end marker stays at the end.
944 (diff-mode): Add the keymap table at the end of docstring.
945 Use lexical-let rather than constructing a closure manually.
946
947 * files.el (find-file-noselect-1): Remove unused var assignment.
948 (hack-local-variables-confirm): Print lists of strings as lists of
949 strings rather than lists of symbols.
950 (abbreviate-file-name, hack-local-variables-prop-line):
951 Use match-string.
952 (hack-one-local-variable): Move `make-local-variable' nearer its use.
953 (recover-session-finish): Use line-end-position.
954
955 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
956
957 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
958
959 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
960
961 * progmodes/make-mode.el (makefile-macroassign-regex):
962 Accept preceding keyword.
963 (makefile-gmake-statements): Reorganize, now that makepp has
964 "override" and also handle forgotten "override define".
965 (makefile-makepp-statements): Add new "global", "override export"
966 and "override global".
967
968 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
969
970 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
971 (ada-compile-mouse-goto-error, ada-deactivate-properties)
972 (ada-no-auto-case): Fix typos in docstrings.
973
974 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
975
976 * info.el (Info-find-node-2): Search for makeinfo version more
977 carefully.
978
979 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
980
981 * textmodes/org.el (org-prepare-agenda-buffers):
982 Use `invisible-OK' argument for `org-end-of-subtree'.
983 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
984 (org-beginning-of-item): Fix bug in regular expression for white line.
985 (org-export-as-html): Enforce space after bullet in plain list items.
986 (org-set-autofill-regexps): Require space after plain list bullet
987 for paragraph-start.
988 (org-ts-regexp3): New constant.
989 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
990 (org-timestamp-up-day, org-timestamp-down-day)
991 (org-timestamp-change): Work with inactive timestamps.
992 (org-ts-regexp1): Don't allow brackets in time stamps.
993
994 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
995
996 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
997 for ignoring links.
998
999 * faces.el (read-face-name): Use it.
1000
1001 2006-06-28 Juri Linkov <juri@jurta.org>
1002
1003 * buff-menu.el (list-buffers-noselect): Compare Info file
1004 with the string "dir" to detect Info directory.
1005
1006 * complete.el (partial-completion-mode): In lambda for
1007 `choose-completion-string-functions' use full function signature
1008 with 4 args, and move point to the end of the minibuffer only if arg
1009 `mini-p' is non-nil.
1010
1011 2006-06-28 John Paul Wallington <jpw@pobox.com>
1012
1013 * ibuffer.el (ibuffer-mode): Doc fix.
1014
1015 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1016
1017 * textmodes/org.el (org-context): New contexts :item-bullet,
1018 :latex-fragment, :latex-preview.
1019 (org-overlays-at, org-overlay-start, org-overlay-end):
1020 New compatibility functions.
1021 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1022 exact regexp that will be used during export.
1023 (org-latex-regexps): New variable.
1024 (org-cdlatex-mode): Improve advice for `texmathp'.
1025 (turn-on-org-cdlatex): New function.
1026
1027 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1028
1029 * term/mac-win.el (mac-handle-font-selection): Change keys of
1030 mac-atsu-font-table from strings to numbers.
1031 (mac-ts-caret-position): Use also when cursor-type is nil.
1032 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1033 Relax condition for using overlay strings.
1034 Use mac-ts-caret-position face when cursor-type is nil.
1035
1036 2006-06-26 Kim F. Storm <storm@cua.dk>
1037
1038 * help.el (view-emacs-news): Declare `res' in the right let* form.
1039
1040 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * net/rcompile.el (remote-compile): Replace ange-ftp based
1043 implementation by Tramp functions.
1044 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1045
1046 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1047
1048 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1049
1050 * international/fontset.el (setup-default-fontset): Fix a typo in
1051 the "Oriya-Akruti" registry name.
1052
1053 2006-06-23 Lars Hansen <larsh@soem.dk>
1054
1055 * desktop.el (desktop-full-file-name): New function.
1056 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1057 (desktop-revert): Use it.
1058 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1059 (desktop-after-read-hook): Add option list-buffers.
1060 (desktop-locals-to-save): Add tab-width.
1061 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1062 Fix docstring.
1063
1064 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1065
1066 * textmodes/org.el (org-cdlatex-mode-map)
1067 (org-cdlatex-texmathp-advice-is-done): New variables.
1068 (org-cdlatex-mode): New minor mode.
1069 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1070 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1071 (org-export-with-archived-trees): New option.
1072 (org-open-file): Remove the call to `convert-standard-filename'.
1073 (org-archive-tag, org-agenda-skip-archived-trees)
1074 (org-cycle-open-archived-trees)
1075 (org-sparse-tree-open-archived-trees): New options.
1076 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1077 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1078 New functions.
1079 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1080 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1081 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1082 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1083 Call `org-prepare-agenda-buffers'.
1084 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1085 (org-file-apps, org-file-apps-defaults-gnu)
1086 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1087 Handle remote files by forcing them to be opened in Emacs.
1088
1089 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1090
1091 * vc.el (vc-diff-knows-L): New variable.
1092 (vc-diff-internal): Use it to handle "diff" programs that don't
1093 understand -L. This works automatically, no user action is necessary.
1094
1095 2006-06-23 Daniel Brockman <daniel@brockman.se>
1096
1097 * net/rcirc.el (rcirc-default-user-full-name): Default to
1098 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1099 longer exists).
1100 (rcirc-process-list): Check `buffer-live-p' before attempting to
1101 switch to a buffer.
1102
1103 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1104
1105 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1106 based on rcirc-coding-system-alist.
1107
1108 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1109
1110 * cus-edit.el (customize-apropos): A better error message.
1111 (top level) <debug-ignored-errors>: Extend and update the list of
1112 ignored error messages.
1113
1114 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1115
1116 * complete.el (PC-do-completion): Retain capitalization of user
1117 input, when possible, even if completion-ignore-case is set.
1118
1119 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1120
1121 * generic-x.el (bat-generic-mode): Support .cmd files.
1122
1123 * dos-w32.el (top level): Use find-file-not-found-functions
1124 instead of the obsolete find-file-not-found-hooks.
1125
1126 2006-06-22 Kim F. Storm <storm@cua.dk>
1127
1128 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1129 to recognize mode name containing submodes, such as Grep/lw.
1130
1131 2006-06-21 Kim F. Storm <storm@cua.dk>
1132
1133 * simple.el (line-move-1): Check for move-end-of-line instead of
1134 end-of-line when setting temporary-goal-column.
1135
1136 2006-06-21 Miles Bader <miles@gnu.org>
1137
1138 * play/cookie1.el (cookie): Work properly when there's only one entry.
1139
1140 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1141
1142 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1143 (gdb-frame-handler): Generalize frame regexp for templates.
1144
1145 2006-06-20 Glenn Morris <rgm@gnu.org>
1146
1147 * calendar/appt.el (appt-display-format): Default value must be
1148 one of the customize options.
1149
1150 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1151
1152 * term/xterm.el (terminal-init-xterm): Update key availability info.
1153 Bind C-return.
1154
1155 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1156
1157 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1158
1159 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1160 whether or not a local variables list is defined.
1161
1162 * msb.el (msb): Move `sit-for' hack here to handle both
1163 "mouse-down and drag" and "mouse-up and select" situations.
1164 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1165
1166 2006-06-20 Kenichi Handa <handa@m17n.org>
1167
1168 * international/characters.el (word-combining-categories):
1169 Add entries for 2-byte Han characters.
1170
1171 2006-06-19 Richard Stallman <rms@gnu.org>
1172
1173 * bindings.el (mode-line-format): Save some mode line space.
1174
1175 * files.el (find-file-noselect): Improve the question wording.
1176 (basic-save-buffer-2): Mask UMASK against 666.
1177
1178 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1179 (mouse-drag-vertical-line): Call it.
1180
1181 * cus-edit.el (customize-option, customize-option-other-window):
1182 Error if SYMBOL is nil.
1183
1184 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1185
1186 * textmodes/org.el: Require noutline, also on XEmacs.
1187 (org-end-of-subtree): Return point.
1188 (org-dblock-start-re, org-dblock-end-re): New constants.
1189 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1190 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1191 (org-update-all-dblocks, org-find-dblock): New functions.
1192 (org-collect-clock-time-entries): New function.
1193 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1194 (org-fixup-indentation): Modify to deal correctly with lines
1195 starting with TAB. Only one argument DIFF now.
1196 (org-demote, org-promote): Call `org-fixup-indentation' with just
1197 one argument, DIFF.
1198 (org-mode): Don't mark buffer as modified when aligning tables.
1199 (org-clock-sum): Don't mark buffer modified when adding time sum
1200 properties.
1201 (org-export-as-html): Add support for a link validation function.
1202 (org-archive-all-done): New function.
1203 (org-archive-subtree): New prefix argument. When set, archive all
1204 done subtrees in this buffer.
1205 (org-remove-clock-overlays)
1206 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1207 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1208 (org-put-clock-overlay): Don't swallow last headline character
1209 when displaying overlay.
1210 (org-store-link): Link to `image-mode' with just the file name.
1211
1212 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1213
1214 * viper-cmd.el (viper-special-read-and-insert-char):
1215 Use read-key-sequence.
1216 (viper-after-change-undo-hook): Misc enhancements.
1217 (viper-after-change-undo-hook): New hook.
1218 (viper-undo): Use viper-after-change-undo-hook.
1219 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1220 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1221 clicking on that widget/button.
1222
1223 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1224
1225 * ediff-diff (ediff-test-patch-utility): Catch errors.
1226 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1227 (ediff-set-actual-diff-options): New function.
1228 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1229 Use ediff-set-actual-diff-options.
1230 (ediff-extract-diffs): Catch errors.
1231 (ediff-whitespace): Add non-breakable space.
1232 (ediff-same-file-contents): Catch errors.
1233
1234 * ediff-mult.el (ediff-collect-custom-diffs):
1235 Save coding-system-for-read.
1236
1237 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1238 (ediff-vc-internal, ediff-vc-merge-internal):
1239 Use ediff-delete-version-file.
1240 (ediff-delete-version-file): New function.
1241
1242 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1243
1244 * ediff.el (ediff-directories, ediff-directory-revisions)
1245 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1246 (ediff-directories-internal, ediff-merge-directory-revisions)
1247 (ediff-merge-directory-revisions-with-ancestor)
1248 (ediff-directories3): Use read-directory-name.
1249
1250 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1251
1252 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1253 Remove superfluous part of regexp for brace matching which is handled
1254 by `scan-lists' call.
1255
1256 2006-06-16 Richard Stallman <rms@gnu.org>
1257
1258 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1259
1260 * files.el (basic-save-buffer-2): For a new precious file,
1261 use the default modes in the return value.
1262
1263 * facemenu.el (facemenu-color-alist): Doc fix.
1264
1265 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1266
1267 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1268
1269 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1270
1271 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1272 (mac-utxt-to-string): Use it.
1273 (mac-ts-update-active-input-area): Use mac-ae-number.
1274
1275 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1276
1277 * term.el (term-handle-scroll, term-delete-lines)
1278 (term-insert-lines): Fix off by one errors.
1279
1280 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1281
1282 * net/tramp.el (tramp-touch): Use UTC to express time.
1283
1284 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1285
1286 * mail/sendmail.el (mail-send): Search explicitly for
1287 mail-header-separator when checking for corrupted header lines.
1288
1289 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1290
1291 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1292 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1293 (gdb-init-1): Initialise them.
1294 (gdb-starting): Reset gdb-printing
1295 (gdb-starting): Save value of gud-overlay-arrow-position.
1296 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1297 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1298 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1299 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1300
1301 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1304
1305 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1306
1307 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1308 (ldap-search-internal): Keep error messages, and a regexp fix.
1309
1310 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1311
1312 * files.el (hack-local-variables-confirm):
1313 Display string value using its printed representation.
1314
1315 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * server.el (server-edit): No-op if no server buffers exist.
1318
1319 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1320
1321 * textmodes/page-ext.el (pages-directory-for-addresses):
1322 Including `pages-directory-address-mode' in the function results
1323 in the message "Buffer in which pages were found is deleted".
1324
1325 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1326
1327 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1328 clocking functions.
1329
1330 (org-agenda-clock-in, org-check-running-clock)
1331 (org-clock-out-if-current, org-remove-clock-overlays)
1332 (org-put-clock-overlay): New functions.
1333 (org-clock-marker, org-clock-file-total-minutes)
1334 (org-clock-overlays): New variables.
1335 (org-clock-display, org-clock-sum, org-clock-cancel)
1336 (org-clock-out, org-clock-in): New commands.
1337 (org-export): New function.
1338 (org-emph-re): New constant.
1339 (org-set-emph-re, org-do-emphasis-faces): New functions.
1340 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1341 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1342 (org-export-html-convert-emphasize): Use the configurable emphasis.
1343 (org-cleaned-string-for-export): Make multiline emphasis visible
1344 to the exporter. New optional argument PARAMETERS.
1345 (org-export-as-html): Specify :emph-multiline parameter to
1346 `org-cleaned-string-for-export'.
1347
1348 2006-06-10 Richard Stallman <rms@gnu.org>
1349
1350 * help.el (help-for-help-internal): Clean up help text.
1351
1352 2006-06-10 Andreas Schwab <schwab@suse.de>
1353
1354 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1355 in doc string.
1356
1357 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1358
1359 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1360
1361 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1362 spaces after the comment start.
1363
1364 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1365
1366 * play/pong.el (pong-init-buffer):
1367 Fill buffer with spaces instead of ^A.
1368
1369 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1370 launched asynchronously, delete its process instead of being cool.
1371 (ispell-async-processp): Check for `delete-process' existence
1372 instead of `kill-process' one for consistency.
1373
1374 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1375
1376 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1377 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1378 in mode line at startup.
1379
1380 2006-06-08 Kim F. Storm <storm@cua.dk>
1381
1382 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1383 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1384 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1385 (ido-file-internal): Pass full file name to write-file.
1386 (ido-read-internal): Only pop stack elements automatically if they
1387 actually match an existing directory or file name.
1388
1389 2006-06-07 Kenichi Handa <handa@m17n.org>
1390
1391 * international/mule.el (find-auto-coding): Don't handle the short
1392 name `char-trans'.
1393
1394 * files.el (hack-local-variables-prop-line)
1395 (hack-local-variables): Cancel the previous change.
1396
1397 2006-06-06 Jesper Harder <harder@phys.au.dk>
1398
1399 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1400
1401 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1402
1403 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1404 diff-default-read-only is non-nil.
1405 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1406 (diff-refine-hunk): Set inhibit-read-only to t.
1407
1408 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1409 modifying the *Diff* buffer.
1410 (diff-process-filter): New filter function for diff process that
1411 sets inhibit-read-only to t when modifying the *Diff* buffer.
1412
1413 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1414
1415 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1416 insertion point and control the number of empty lines.
1417 (org-paste-subtree): Limit the number of empty lines at the end of
1418 the inserted tree.
1419 (org-agenda): Use buffer name of current file for narrowing.
1420 (org-export-as-xml): Command removed.
1421 (org-export-xml-type): Option removed.
1422 (org-mode-map): Call `org-export-as-xoxo' directly.
1423 (org-get-indentation): New optional argument LINE.
1424 (org-fix-indentation, org-remove-tabs): New functions.
1425 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1426 correct indentation for headlines that are converted it items.
1427 (org-skip-comments): Remove table lines that contain narrowing
1428 cookies but no other non-empty fields.
1429 (org-set-tags): Allow groups of mutually exclusive tags.
1430 (org-cmp-time): Sort 24:21 before items without time.
1431 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1432 (org-open-at-point): Require double colon also for numbers.
1433
1434 2006-06-06 Kim F. Storm <storm@cua.dk>
1435
1436 * ido.el (ido-default-file-method, ido-default-buffer-method):
1437 Make choice values consistent with corresponding command names.
1438 (ido-visit-buffer): Update accordingly. Default to selected-window.
1439
1440 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1441
1442 * progmodes/gud.el (gud-running): Fix doc string.
1443 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1444 (gud-tooltip-modes): Add python-mode.
1445 (gud-tooltip-print-command): Add pdb. Remove perldb.
1446
1447 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1448
1449 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1450 Quote $(EMACS).
1451
1452 2006-06-05 Richard Stallman <rms@gnu.org>
1453
1454 * faces.el (defined-colors): Doc fix.
1455
1456 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1457
1458 * vc.el (vc-process-filter): Inhibit undo info collection around
1459 call to insert.
1460 (vc-setup-buffer): Likewise for call to erase-buffer.
1461 (vc-do-command): Likewise for call to process-file.
1462
1463 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1464
1465 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1466 for gud-go.
1467 (gud-common-init): Other debuggers may trigger error.
1468
1469 2006-06-05 Kenichi Handa <handa@m17n.org>
1470
1471 * international/mule.el (find-auto-coding):
1472 Handle enable-character-translation in file header.
1473
1474 2006-06-04 Kim F. Storm <storm@cua.dk>
1475
1476 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1477 (authors-fixed-entries): Fix spelling.
1478 (authors-canonical-file-name): Don't report error for wildcards.
1479
1480 * help.el (view-emacs-news): Rewrite to support new NEWS,
1481 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1482 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1483 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1484
1485 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1486
1487 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1488 exec constructs like `foo bar`.
1489 (sh-quoted-subshell): New helper function to search for a possibly
1490 nested subshell (like `` or $()) within a "" quoted string.
1491 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1492 (sh-apply-quoted-subshell): Flag quote characters inside a
1493 subshell, which is itself already in a quoted region, as
1494 punctuation, since this is the closest to what they actually are.
1495 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1496 sh-apply-quoted-subshell.
1497 (sh-font-lock-syntactic-face-function): Apply the new face for
1498 text inside `` instead of the old font-lock-string-face.
1499
1500 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1501
1502 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1503 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1504 (mac-bytes-to-text-range, mac-ae-text-range-array)
1505 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1506 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1507 (mac-ts-unicode-for-key-event): New functions.
1508 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1509 (mac-handle-font-selection): Use mac-ae-number.
1510 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1511 New variables.
1512 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1513 (mac-ts-converted-text, mac-ts-selected-converted-text)
1514 (mac-ts-block-fill-text, mac-ts-outline-text)
1515 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1516 (mac-ts-hilite-style-faces): New constant.
1517 (mac-apple-event-map): Bind text input events.
1518 (mac-dispatch-apple-event): Use command-execute instead of
1519 call-interactively.
1520 (global-map): Don't bind mac-apple-event.
1521 (special-event-map): Bind mac-apple-event.
1522
1523 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1524
1525 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1526 file name.
1527 (emacs): Enclose the value of $(EMACS) in quotes.
1528
1529 2006-06-02 Juri Linkov <juri@jurta.org>
1530
1531 * international/mule.el (sgml-html-meta-auto-coding-function):
1532 Remove the condition `(search-forward "<html" size t)'.
1533 Replace `\"' with `[\"']?' in `re-search-forward'.
1534
1535 2006-06-02 Kenichi Handa <handa@m17n.org>
1536
1537 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1538 as well as `coding'.
1539 (hack-local-variables): Likewise.
1540
1541 * international/mule.el (enable-character-translation):
1542 Put permanent-local and safe-local-variable properties.
1543 (find-auto-coding): Handle char-trans: tag.
1544
1545 2006-06-02 Juri Linkov <juri@jurta.org>
1546
1547 * international/mule.el (sgml-html-meta-auto-coding-function):
1548 Limit the search by the end of the HTML header (if any).
1549
1550 2006-06-01 Richard Stallman <rms@gnu.org>
1551
1552 * subr.el (with-current-buffer): Doc fix.
1553
1554 2006-06-02 Masatake YAMATO <jet@gyve.org>
1555
1556 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1557 Almost rewrite. Underlines over all lines of gcov output are too
1558 uncomfortable to read. Suggested by Dan Nicolaescu.
1559
1560 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1561
1562 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1563
1564 * shell.el (shell-mode): Use shell-mode-map in docstring.
1565
1566 * comint.el (comint-send-input): Do not add help-echo and
1567 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1568
1569 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1570
1571 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1572
1573 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1574
1575 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1576 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1577 look up the stack and pop up GUD buffer if necessary.
1578 (gdb-frames-select): Remove redundant call to gud-display-frame.
1579 (gdb-info-threads-custom): Keep point at start of buffer.
1580 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1581
1582 2006-05-31 Juri Linkov <juri@jurta.org>
1583
1584 * replace.el (query-replace-read-from, query-replace-read-to):
1585 Bind `history-add-new-input' to nil. Call `add-to-history'.
1586
1587 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1588
1589 * textmodes/table.el: Convert all HTML tags to lower case for
1590 XHTML compatibility.
1591
1592 2006-05-31 Masatake YAMATO <jet@gyve.org>
1593
1594 * progmodes/compile.el:
1595 (compilation-error-regexp-alist-alist::gcov-called-line):
1596 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1597
1598 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1599
1600 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1601 Revert inadvertent changes made with last commit.
1602
1603 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1604
1605 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1606 New functions.
1607
1608 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1609
1610 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1611
1612 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1613 only matches in the right place.
1614 (org-upcoming-deadline): New face.
1615 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1616 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1617 and make it an option.
1618 (org-export-ascii-bullets): New option.
1619 (org-export-as-html): Many changes to emit valid XHTML.
1620 (org-par-open): New variable.
1621 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1622 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1623 (org-timeline): Pass `org-timeline-show-empty-dates' to
1624 `org-get-all-dates'. Interpret empty dates returned by
1625 `org-get-all-dates'.
1626 (org-get-all-dates): New argument EMPTY. Add dates without
1627 entries to the list, mark large ranges of empty dates.
1628 (org-point-in-group, org-context): New functions.
1629
1630 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1631
1632 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1633
1634 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1635 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1636 to C-mouse-3 (for 2 button mice).
1637 (gdb-send): Do the right thing for C-d.
1638
1639 * speedbar.el (speedbar-detach): Delete.
1640 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1641 it breaks things.
1642 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1643
1644 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1645
1646 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1647 Makeppfile.
1648
1649 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1650 Add makepp diagnostic.
1651
1652 2006-05-29 Richard Stallman <rms@gnu.org>
1653
1654 * window.el (fit-window-to-buffer): Doc fix.
1655
1656 * help.el (temp-buffer-max-height): Doc fix.
1657
1658 * subr.el (with-current-buffer): Doc fix.
1659
1660 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1661
1662 * term/x-win.el: Bind F10 to menu-bar-start if available.
1663
1664 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1665
1666 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1667 uses with a simple test.
1668 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1669 (term-send-raw-string, term-send-raw, term-mouse-paste)
1670 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1671 (term-handle-exit, term-read-input-ring)
1672 (term-previous-matching-input-string)
1673 (term-previous-matching-input-string-position)
1674 (term-previous-matching-input-from-input)
1675 (term-replace-by-expanded-history, term-send-input)
1676 (term-skip-prompt, term-bol, term-send-invisible)
1677 (term-kill-input, term-delchar-or-maybe-eof)
1678 (term-backward-matching-input, term-check-source)
1679 (term-proc-query, term-emulate-terminal)
1680 (term-handle-colors-array, term-process-pager, term-pager-line)
1681 (term-pager-bob, term-unwrap-line, term-word)
1682 (term-dynamic-complete-filename)
1683 (term-dynamic-complete-as-filename)
1684 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1685 unlesses.
1686
1687 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1690 during bootstrapping.
1691
1692 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1693 Basically undo the change of 2006-05-26: use extra arguments instead of
1694 dynamic scoping.
1695 (ewoc-locate): Remove unused var `footer'.
1696
1697 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1698
1699 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1700
1701 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1702 (generate-file-autoloads): Obey it. Return whether autoloads were
1703 added at point or not.
1704 (update-file-autoloads): Use this new return value.
1705 Remove redundant test for the presence of an autoload cookie.
1706
1707 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1708 This one calls hack-local-variables.
1709 (generate-file-autoloads, update-file-autoloads): Use it.
1710
1711 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1712 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1713 (bibtex-sort-entry-class-alist): Don't set the global value.
1714 (bibtex-init-sort-entry-class-alist): New fun.
1715 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1716 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1717 of bibtex-init-sort-entry-class.
1718
1719 2006-05-28 Richard Stallman <rms@gnu.org>
1720
1721 * subr.el (load-history-regexp): If FILE is relative, insist
1722 entire last name component must match it.
1723 (load-history-filename-element, load-history-regexp): Doc fixes.
1724
1725 2006-05-29 Kim F. Storm <storm@cua.dk>
1726
1727 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1728 `pos' and `raw-data' for clarity, as eval forms may access these.
1729
1730 2006-05-28 Kim F. Storm <storm@cua.dk>
1731
1732 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1733
1734 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1735
1736 * progmodes/make-mode.el (makefile-browser-map)
1737 (makefile-mode-syntax-table): Move initialization inside declaration.
1738 (makefile-fill-paragraph): Use the default comment-filling code.
1739
1740 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1741
1742 * replace.el (query-replace-defaults): New variable.
1743 (query-replace-read-from): Use `query-replace-defaults' for
1744 default value, instead of history list.
1745 (query-replace-read-to): Update `query-replace-defaults'.
1746
1747 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1750 with no X toolkit.
1751
1752 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1753
1754 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1755 (tumme-show-all-from-dir): Add autoload.
1756
1757 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1758
1759 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1760 (tumme-remove-tag): Fix bug.
1761
1762 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1763
1764 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1765 FOOTER args. Update unique caller.
1766 (ewoc-delete): Compute last node once before looping.
1767 (ewoc--node-branch): Merge into unique caller.
1768 (ewoc--node): Don't define constructor make-ewoc--node for this
1769 structure.
1770 (ewoc): Add member `hf-pp' to this structure.
1771 (ewoc--wrap): New func.
1772 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1773 header/footer pretty-printers. Save header/footer pretty-printer.
1774 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1775
1776 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1777
1778 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1779
1780 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1781 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1782 Tag'. Change "Compare directories..." to "Change Directories...".
1783 Move tumme commands to Operate, Regexp and Immediate menus.
1784 Change "Add Comment" to "Add Image Comment". Change "Add Image
1785 Tag" to "Add Image Tags".
1786
1787 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1788 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1789 `tumme-delete-tag'.
1790
1791 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1792
1793 * shell.el (shell-mode): Call shell-dirtrack-mode after
1794 list-buffers-directory is made a local variable, to avoid setting
1795 the default value.
1796
1797 2006-05-26 Kevin Ryde <user42@zip.com.au>
1798
1799 * info.el (Info-index-next): Use where-is-internal to report
1800 actual binding of Info-index-next, rather than hard-coded `,'.
1801
1802 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1803
1804 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1805 and "Find Command in Manual" to here.
1806
1807 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1808 Info-current-file as the file name.
1809
1810 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1811
1812 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1813 overrides will now be done a different way.
1814 (ses-set-parameter): Reapply this function for undo.
1815 (ses-set-header-row): Reconstruct header row during undo.
1816 (ses-widen): New function.
1817 (ses-goto-data, ses-reconstruct-all): Use new function.
1818 (ses-command-hook): Widen buffer during undo, before unupdating
1819 the cells.
1820 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1821 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1822 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1823 formula hasn't been executed yet.
1824
1825 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1826
1827 * comint.el (comint-kill-whole-line): Rename arg to count.
1828 Fix doc string.
1829
1830 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1831
1832 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1833 to copy-file.
1834
1835 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1836
1837 * simple.el (toggle-truncate-lines): Make arg optional for
1838 backward compatibility.
1839
1840 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1841
1842 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1843 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1844 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1845 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1846 (ewoc--adjust): Use ewoc--current-dll.
1847 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1848
1849 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1850
1851 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1852 compact error message.
1853 (org-tags-view): Refresh category table in each file.
1854 (org-table-justify-field-maybe): Remove superfluous arguments to
1855 `format'.
1856 (org-export-as-html): Insert "<p>" before postamble.
1857 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1858
1859 2006-05-26 Kenichi Handa <handa@m17n.org>
1860
1861 * textmodes/po.el (po-find-charset): Pay attention to the case
1862 FILENAME is a cons (NAME . BUFFER).
1863 (po-find-file-coding-system-guts): Likewise.
1864
1865 * arc-mode.el (archive-set-buffer-as-visiting-file):
1866 Call find-operation-coding-system with (FILENAME . BUFFER).
1867
1868 * tar-mode.el (tar-extract): Call find-operation-coding-system
1869 with (FILENAME . BUFFER).
1870
1871 * international/mule.el (decode-coding-inserted-region):
1872 Call find-operation-coding-system with (FILENAME . BUFFER).
1873
1874 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1875
1876 * image-mode.el (image-toggle-display): Use buffer contents to
1877 generate image for a remote file.
1878
1879 2006-05-25 Juri Linkov <juri@jurta.org>
1880
1881 * replace.el (query-replace-read-from, query-replace-read-to):
1882 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1883
1884 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1885
1886 * whitespace.el (whitespace-cleanup): Change to cleanup
1887 region if one is active.
1888 * whitespace.el (whitespace-cleanup-internal): New internal method.
1889
1890 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1891
1892 * dired.el (dired-mode-map): Add help-echo strings to tumme
1893 commands. Bind `tumme-dired-display-image' to C-t i.
1894
1895 * tumme.el (tumme-display-image): Change documentation string slightly.
1896 (tumme-dired-display-image): Add call to `display-buffer'.
1897
1898 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1899
1900 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1901 Signal error if RAW-DATA is a multibyte string.
1902
1903 2006-05-24 Richard Stallman <rms@gnu.org>
1904
1905 * subr.el (with-local-quit): When handling `quit' signal,
1906 make a chance for quit-flag to cause a quit.
1907
1908 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1909 (ad-disable-advice): Add autoloads.
1910
1911 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1912
1913 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1914
1915 * dired.el (dired-mode-map): Change menu items for tumme as per
1916 suggestions in emacs-devel.
1917
1918 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1919
1920 * dired.el (dired-mode-map): Fix breakage.
1921
1922 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1923
1924 * tumme.el (tumme-display-dired-image): Rename to...
1925 (tumme-dired-display-image): ...this.
1926 (tumme-track-movement): Change default value to t.
1927 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1928 used from `tumme-next-line-and-display' and similar commands.
1929
1930 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1931 Immediate menu. Add some tumme commands there.
1932
1933 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1934
1935 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1936
1937 2006-05-24 Chong Yidong <cyd@mit.edu>
1938
1939 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1940 menu entries that open submenus.
1941
1942 2006-05-24 Alan Mackenzie <acm@muc.de>
1943
1944 * startup.el (command-line): For names of preloaded files, don't
1945 append ".elc" (now done in Fload), and call file-truename on the
1946 lisp directory.
1947
1948 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1949 match ANY loaded file with the right name, not just those in
1950 load-path. Put a regexp matching the file name into
1951 after-load-alist, rather than the name itself.
1952
1953 * subr.el: New functions load-history-regexp,
1954 load-history-filename-element, do-after-load-evaluation.
1955
1956 * international/mule.el (load-with-code-conversion): Do the
1957 eval-after-load stuff by calling do-after-load-evaluation.
1958
1959 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1960
1961 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1962 has not been killed.
1963
1964 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1965
1966 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1967 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1968 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1969 Optionally set error message in reply.
1970
1971 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1972
1973 * textmodes/org.el (org-open-at-point): Use renamed variable
1974 `org-confirm-shell-link-function'.
1975 (org-confirm-shell-link-function): Rename from
1976 `org-confirm-shell-links'.
1977 (org-export-directory): New function.
1978 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1979 (org-export-icalendar): Use `org-export-directory'.
1980 (org-indent-item): Keep cursor position.
1981 (org-link-file-path-type): New option.
1982 (org-export-as-html): Fix bug with plain lists starting in
1983 column 0.
1984 (org-export-as-html): Remove deadline formatting, this happens
1985 now already in `org-html-handle-time-stamps'.
1986 (org-export-html-style): Deadline class removed.
1987 (org-insert-labeled-timestamps-at-point): New option.
1988 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1989 of `hide-sublevels 1', in case the first headline is not level 1.
1990 (org-overview, org-content): New fuction.
1991 (org-cycle-global-status, org-cycle-subtree-status): Make these
1992 variables buffer-local.
1993 (org-global-cycle): New command.
1994 (org-shifttab): Use `org-global-cycle'.
1995 (org-insert-heading, org-insert-item): Go to end of new
1996 headline/item after creating it.
1997 (org-export-visible): Rename from `org-export-copy-visible'.
1998 Now creates a temporary org-file and applies an exporting command
1999 to it.
2000 (org-table-eval-formula): Support for lisp forms.
2001 (org-agenda-todo-ignore-scheduled): New option.
2002 (org-agenda-get-todos): Use new option
2003 `org-agenda-todo-ignore-scheduled'.
2004 (org-export-html-inline-images): New value `maybe'.
2005 (org-export-as-html): Inlining of images dependent on link description.
2006 (org-archive-subtree): Check for end-of-buffer before trying
2007 `kill-line'.
2008 (org-agenda-follow-mode): New option.
2009 (org-export-with-tags, org-export-with-timestamps): New options.
2010 (org-html-handle-time-stamps): New function.
2011 (org-keyword-time-regexp): New variable.
2012 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2013 (org-agenda-todo-list-sublevels): New option.
2014 (org-html-level-start): When TITLE is nil, just close all levels.
2015 (org-parse-key-lines, org-parse-export-options): Remove functions,
2016 replaced by `org-infile-export-plist'.
2017 (org-combine-plists, org-infile-export-plist)
2018 (org-default-export-plist): New functions.
2019 (org-export-html-preamble, org-export-html-postamble)
2020 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2021 New variables.
2022 (org-export-publishing-directory): New option.
2023 (org-export-as-html, org-export-as-ascii): Use the new property
2024 lists for settings.
2025 (org-export-copy-visible, org-export-as-xoxo):
2026 Respect `org-export-publishing-directory'.
2027 (org-link-search, org-store-link, org-file-apps): Support for
2028 links to BibTeX database entries..
2029 (org-get-current-options, org-set-regexps-and-options):
2030 Implement logging as a startup option.
2031 (org-store-link): Make sure context string is never empty
2032 (org-insert-link): Use relative path when possible.
2033 (org-at-item-checklet-p): New function.
2034 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2035 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2036 (org-metaright, org-metaup, org-metadown, org-shiftup)
2037 (org-shiftdown, org-shiftright, org-shiftleft)
2038 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2039 Dispatch using `call-interactively'.
2040 (org-call-with-arg): New defsubst.
2041 (org-tag-alist, org-use-fast-tag-selection): New options.
2042 (org-complete): Use `org-tag-alist'.
2043 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2044 (org-next-item, org-previous-item): New commands.
2045 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2046 make command.
2047 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2048
2049 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2050
2051 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2052 (ewoc-filter): Use `ewoc-delete'.
2053
2054 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2055
2056 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2059 Signal more user-friendly error messages.
2060
2061 * complete.el (PC-do-completion): Undo the addition of implicit
2062 wildcards if they did not lead to finding any match.
2063 (read-file-name-internal): Don't add the final > if the completion is
2064 not finished.
2065
2066 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2067
2068 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2069 Quote safe-local-variable predicate.
2070
2071 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2072
2073 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2074
2075 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2076
2077 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2078
2079 * progmodes/make-mode.el (makefile-special-targets-list)
2080 (makefile-macro-table, makefile-target-table): Mark as risky.
2081 (makefile-query-one-target-method): Make this the alias for the
2082 following variable.
2083 (makefile-query-one-target-method-function): Make this the real name.
2084
2085 * textmodes/artist.el (artist-text-renderer): Make this the alias
2086 for the following variable.
2087 (artist-text-renderer-function): Make this the real name.
2088
2089 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2090 the alias for the following variable.
2091 (flyspell-generic-check-word-predicate): Make this the real name.
2092
2093 * textmodes/ispell.el (ispell-format-word): Make this the alias
2094 for the following variable.
2095 (ispell-format-word-function): Make this the real name.
2096 (ispell-message-text-end): Mark as risky.
2097
2098 * skeleton.el (skeleton-transformation, skeleton-filter)
2099 (skeleton-pair-filter): Make these the aliases for the following
2100 variables.
2101 (skeleton-transformation-function, skeleton-filter-function)
2102 (skeleton-pair-filter-function): Make these the real names.
2103
2104 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2105 and skeleton-pair-filter-function.
2106
2107 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2108 alias for the following variable.
2109 (sgml-transformation-function): Make this the real name.
2110 (sgml-tag-alist): Mark as risky.
2111
2112 2006-05-21 Richard Stallman <rms@gnu.org>
2113
2114 * simple.el (kill-region): Interactively, pass point, then mark.
2115
2116 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2117
2118 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2119
2120 2006-05-21 Romain Francoise <romain@orebokech.com>
2121
2122 * dired-x.el (dired-mode-map): Don't bind M-g.
2123
2124 2006-05-20 Richard Stallman <rms@gnu.org>
2125
2126 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2127 (dired-goto-file): Doc fix.
2128
2129 2006-05-21 Kim F. Storm <storm@cua.dk>
2130
2131 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2132 way to enable built-in cua-mode if user loads older CUA-mode package.
2133
2134 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2135 if default-filename is specified.
2136
2137 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2138
2139 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2140
2141 * info.el (info-apropos): Make sure current-file and current-node
2142 have non-nil values. Speed up by using add-to-list instead of
2143 manual consing.
2144
2145 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2146
2147 * progmodes/make-mode.el (makefile-mode): Doc fix.
2148
2149 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2150
2151 * dired-aux.el (dired-do-shell-command): Doc fix.
2152
2153 2006-05-20 Kevin Ryde <user42@zip.com.au>
2154
2155 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2156 ``(custom-manual :tag "Foo" "(foo)Node")''.
2157
2158 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2159
2160 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2161 value is an integer.
2162
2163 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2164
2165 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2166 "format".
2167 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2168
2169 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2170
2171 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2172 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2173
2174 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2175
2176 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2177 regexp for keywords.
2178
2179 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2180
2181 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2182 replace-regexp-in-string.
2183
2184 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2185 encode, and escape file name on conversion to URL.
2186
2187 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2188
2189 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2190 Don't unescape URL.
2191 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2192
2193 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2194 on conversion to URLs.
2195
2196 * net/browse-url.el (browse-url-file-url): Encode file name on
2197 conversion to URL.
2198
2199 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2200 conversion to URL.
2201
2202 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2203
2204 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2205
2206 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2207
2208 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2209 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2210
2211 2006-05-19 Glenn Morris <rgm@gnu.org>
2212
2213 * calendar/diary-lib.el (diary-bahai-date)
2214 (list-bahai-diary-entries, mark-bahai-diary-entries)
2215 (mark-bahai-calendar-date-pattern): Not interactive.
2216 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2217 (diary-entries-list): Change format of 4th element in each entry.
2218 (diary-list-entries): Use add-to-diary-list.
2219 (diary-goto-entry): Handle the case where the buffer visiting the
2220 diary has been killed.
2221 (fancy-diary-display): Add 'locator to button rather than 'marker.
2222 Only generate temp-face when there are marks to apply.
2223 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2224 (diary-fancy-date-pattern): New variable.
2225 (diary-time-regexp): Doc fix.
2226 (diary-anniversary, diary-time): New faces.
2227 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2228 diary-time-regexp. Add font-lock-multiline property where needed.
2229 Use new faces diary-anniversary and diary-time.
2230 (diary-fancy-font-lock-fontify-region-function): New function, to
2231 handle multiline font-lock pattern in fancy diary.
2232 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2233 (diary-font-lock-keywords): Tweak time regexp. Use new face
2234 diary-time.
2235
2236 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2237
2238 * international/code-pages.el (mik): Table corrected.
2239
2240 2006-05-18 Kim F. Storm <storm@cua.dk>
2241
2242 * progmodes/grep.el (grep-find): Don't check grep-find-command
2243 before running command (breaks non-interactive usage).
2244
2245 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2246
2247 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2248 (ewoc--insert-new-node): Don't insert trailing newline.
2249 Instead, adjust successor nodes's start markers.
2250 (ewoc--refresh-node): Delete all text from current node's start
2251 marker to the next one's; adjust successor nodes's start markers.
2252 (ewoc--create): Doc fixes.
2253 (ewoc--refresh): Don't insert newline.
2254 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2255 * pcvs.el (cvs-make-cvs-buffer):
2256 Specify extra newline for ewoc's header and footer.
2257 (cvs-update-header): Update initial header recognition.
2258 Append newline to final header and footer values.
2259 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2260
2261 2006-05-17 Richard Stallman <rms@gnu.org>
2262
2263 * files.el (file-name-extension): Doc fix.
2264
2265 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2266
2267 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2268 we can explicitly enable/disable rather than toggle.
2269 (shell-mode): Use it.
2270 (shell-cd): Don't try to reproduce what `cd' does.
2271
2272 2006-05-17 Kim F. Storm <storm@cua.dk>
2273
2274 * ido.el (ido-read-internal): Use only nondirectory part of
2275 default item.
2276
2277 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2278
2279 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2280 (ewoc-nth): Doc fix.
2281
2282 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2283
2284 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2285
2286 * international/mule.el (auto-coding-alist): Add .lha to files
2287 read with no-conversion.
2288
2289 * files.el (auto-mode-alist): Add .lha files to archive file
2290 extensions.
2291
2292 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2293 Convert csize to integer when computing offsets within the
2294 compressed archive file.
2295
2296 2006-05-16 Kim F. Storm <storm@cua.dk>
2297
2298 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2299 with read-from-minibuffer.
2300
2301 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2302
2303 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2304 (byte-compile-warnings): Fix safe-local-variable property.
2305
2306 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2307
2308 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2309 (allout-stylish-prefixes, allout-numbered-bullet)
2310 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2311 predicates to qualify `safe-local-variable' property, when
2312 available, else use equivalent lambda.
2313 (allout-current-topic-collapsed-p): Do the right thing regarding
2314 trailing blank lines.
2315
2316 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2317
2318 * server.el (server-start): Only create a directory if needed.
2319 (server-edit, server-unload-hook): server-start => server-mode.
2320 (kill-emacs-hook): Cleanup upon exit.
2321
2322 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2323
2324 * hexl.el (hexlify-buffer): Encode process arguments manually.
2325
2326 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2327
2328 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2329 call to gdb-tooltip-print.
2330
2331 2006-05-15 Romain Francoise <romain@orebokech.com>
2332
2333 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2334 systems, default to "tar" since those systems probably have GNU tar.
2335
2336 2006-05-14 Lars Hansen <larsh@soem.dk>
2337
2338 * desktop.el (desktop-missing-file-warning): Fix docstring.
2339 (desktop-restore-file-buffer): Correct question asked on missing file.
2340
2341 2006-05-14 Kim F. Storm <storm@cua.dk>
2342
2343 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2344 Add CUA move property.
2345
2346 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2347
2348 * custom.el (custom-push-theme): Load the variable before checking
2349 its `standard-value'.
2350
2351 2006-05-13 Lars Hansen <larsh@soem.dk>
2352
2353 * desktop.el (desktop-save): Use with-temp-buffer.
2354
2355 2006-05-12 Glenn Morris <rgm@gnu.org>
2356
2357 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2358 * calendar/calendar.el (calendar-mode-map):
2359 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2360 * calendar/appt.el (appt-check, appt-make-list): Refer to
2361 diary-view-entries, diary-list-entries, diary-show-all-entries
2362 rather than obsolete aliases.
2363
2364 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * simple.el (line-move-finish): Avoid calling point motion hooks
2367 while processing intangibility.
2368
2369 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2370
2371 * term/xterm.el (terminal-init-xterm): Fix typo.
2372
2373 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2374
2375 * allout.el (allout-view-change-hook): Mark as being deprecated,
2376 to be replaced by `allout-exposure-change-hook'.
2377 (allout-exposure-change-hook): New, replacing
2378 `allout-view-change-hook'.
2379 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2380 in addition to `allout-view-change-hook'.
2381 (allout-show-bodies, allout-old-style-prefixes)
2382 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2383 lambda forms to prevent their showing up in variable help
2384 presentations as inscrutable byte-compiled code.
2385 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2386 Use string-or-null-p to qualify safe-local-variable values.
2387 (allout-reindent-bodies): Use memq to qualify matches against
2388 valid safe-local-variable values. Also, quote the lambda as above.
2389 (allout-use-mode-specific-leader): Add missing candidate-value
2390 symbols, use memq, and quote the lambda.
2391 (allout-overlay-interior-modification-handler): Remove unused
2392 variables `msg' and 'opened'.
2393 (allout-hidden-p): Constrain invisibility consideration to allout's
2394 invisibility spec, disregarding invisibility for other reasons.
2395
2396 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2397
2398 * files.el (version-control): Correct safe values.
2399
2400 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2401
2402 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2403
2404 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2405 (ewoc--insert-new-node): New func.
2406 Update callers of deleted funcs to use it, instead.
2407
2408 2006-05-11 Glenn Morris <rgm@gnu.org>
2409
2410 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2411 obsolete alias `show-all-diary-entries'.
2412 (make-diary-entry): Not interactive.
2413 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2414 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2415 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2416 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2417 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2418 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2419
2420 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2421
2422 * calendar/calendar.el (calendar-french-date-string)
2423 (calendar-mayan-date-string, calendar-chinese-date-string)
2424 (calendar-astro-date-string, calendar-iso-date-string)
2425 (calendar-islamic-date-string, calendar-bahai-date-string)
2426 (calendar-hebrew-date-string, calendar-coptic-date-string)
2427 (calendar-ethiopic-date-string, calendar-persian-date-string):
2428 These functions are not interactive.
2429
2430 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2431
2432 * files.el: Balance parentheses.
2433
2434 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2435
2436 * files.el, newcomment.el, outline.el, simple.el,
2437 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2438 progmodes/cc-vars.el, progmodes/compile.el:
2439 Move `safe-local-variable' declarations to the respective files.
2440
2441 * help-fns.el (describe-variable): Don't print safe-var if it is
2442 byte-code. Improve wording as suggested by Luc Teirlinck.
2443
2444 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2445
2446 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2447 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2448 Use a token for pending-triggers to ensure gdb-var-update
2449 gets called once per user input again for pre-GDB 6.4.
2450 (gdb-var-delete): Match on more complex expressions.
2451 (gdb-var-list-children-handler, gdb-var-create-handler):
2452 Use a token for consistency.
2453
2454 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2455
2456 * textmodes/org.el (org-read-date, org-goto-calendar)
2457 (org-agenda-goto-calendar):
2458 Bind `view-calendar-holidays-initially' to nil.
2459
2460 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2461
2462 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2463 Update all callers to do it there, instead.
2464
2465 2006-05-10 Glenn Morris <rgm@gnu.org>
2466
2467 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2468 prefix arg case, to avoid view-diary-entries-initially error.
2469 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2470 (calendar-date-is-legal-p): Handle dates with no day part.
2471
2472 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2473
2474 * comint.el (comint-insert-input): Just make it when
2475 comint-use-prompt regexp is nil (default) and with the mouse.
2476 (comint-copy-old-input): Reinstate from 2004-06-23.
2477 (comint-mode-map): Bind C-c C-m to it.
2478
2479 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2480
2481 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2482 Remove spurious move to point-max (new comint behavior fixes).
2483
2484 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2485 compatibility function (Emacs 18/19).
2486 (idlwave-is-continuation-line): Always return point at start of
2487 previous non-blank continuation line.
2488 `keyword-parameters': Fix continued comment font-lock matcher.
2489 (idlwave-font-lock-fontify-region): Written, use as
2490 font-lock-fontify-region-function, to fix continued keyword
2491 fontification issues.
2492
2493 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2494
2495 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2496 (mac-service-selection, mac-service-open-file)
2497 (mac-service-open-selection, mac-service-mail-selection)
2498 (mac-service-mail-to, mac-service-insert-text): Rename from
2499 mac-services-*. All uses changed.
2500 (mac-apple-event-map): Rename event symbol `services' to `service'.
2501
2502 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2503
2504 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2505 (ewoc--node-enter-first, ewoc--node-enter-last)
2506 (ewoc--delete-node-internal): Merge funcs into unique callers.
2507
2508 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2509
2510 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2511 return value of read-from-minibuffer for empty input.
2512
2513 2006-05-09 Miles Bader <miles@gnu.org>
2514
2515 * comint.el (comint-insert-input): Remove redundant calls to setq
2516 and goto-char.
2517
2518 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2519
2520 * comint.el (comint-insert-input): Make it work when
2521 comint-use-prompt-regexp is t.
2522
2523 2006-05-10 Miles Bader <miles@gnu.org>
2524
2525 * subr.el (field-at-pos): New function.
2526
2527 * comint.el (comint-insert-input): Use it.
2528
2529 2006-05-09 Juri Linkov <juri@jurta.org>
2530
2531 * battery.el (battery-linux-proc-acpi): Also try
2532 `/proc/acpi/thermal_zone/THR2/temperature'.
2533
2534 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2535 for now unused lambda `string-or-null'.
2536
2537 * add-log.el (change-log-default-name): Put `string-or-null-p'
2538 instead of lambda on `safe-local-variable' property.
2539
2540 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2541 `region-end' instead of `mark' and `point'.
2542 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2543 Operate on region in Transient Mark mode when the mark is active.
2544 Use `region-beginning' and `region-end' instead of `mark' and
2545 `point'.
2546 (diff-hunk-text, diff-goto-source): Doc fix.
2547
2548 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2549 face `mode-line-buffer-id' for mode-line buffer face instead of
2550 hard-coded `(:weight bold)'.
2551
2552 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2553 buffer-undo-list to t (undo-ask is reproducible by visiting
2554 nested archives).
2555
2556 2006-05-09 Kim F. Storm <storm@cua.dk>
2557
2558 * progmodes/grep.el (rgrep): Set default directory of *grep*
2559 buffer if we start M-x rgrep in the *grep* buffer and choose
2560 a different base directory.
2561
2562 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2563
2564 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2565 completion also when ido is loaded.
2566
2567 2006-05-09 Masatake YAMATO <jet@gyve.org>
2568
2569 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2570 "warning" and "import".
2571 (cpp-font-lock-keywords): Added "warning".
2572
2573 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2574
2575 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2576
2577 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2578
2579 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2580 pages at a time, if we signal the end, we should indeed reach that end.
2581
2582 2006-05-08 David Reitter <david.reitter@gmail.com>
2583
2584 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2585 output during execution of the body.
2586
2587 2006-05-08 Kim F. Storm <storm@cua.dk>
2588
2589 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2590
2591 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2592
2593 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2594 Use with-current-buffer.
2595
2596 2006-05-07 Kim F. Storm <storm@cua.dk>
2597
2598 * subr.el (add-to-history): Remove keep-dups arg.
2599
2600 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2601 to nil around call to add-to-history.
2602
2603 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2604
2605 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2606 than after a buffer modification.
2607
2608 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2609
2610 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2611 call to...
2612 (gud-watch): ...here so speedbar is raised for already watched
2613 expressions.
2614 (gdb-speedbar-refresh): Delete function.
2615 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2616 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2617 earlier change).
2618 (gdb-var-evaluate-expression-handler)
2619 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2620
2621 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2622 Update localized contents for all buffers except ignored modes.
2623
2624 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2625
2626 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2627 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2628 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2629 (mac-handle-font-panel-closed, mac-handle-font-selection):
2630 New functions.
2631 (mac-font-panel-mode): New minor mode.
2632 (mac-apple-event-map): Add bindings for toolbar toggle button and
2633 font panel.
2634 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2635
2636 2006-05-07 John Paul Wallington <jpw@pobox.com>
2637
2638 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2639 Avoid `regexp-opt'; simplify regexp for readability.
2640
2641 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2642
2643 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2644 * files.el (buffer-stale-function):
2645 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2646 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2647 links to the main manual, not to emacs-xtra.
2648
2649 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2650
2651 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2652 MacJapanese if text is ASCII-only.
2653
2654 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2655
2656 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2657 unless so nil isn't returned.
2658 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2659
2660 2006-05-06 Kim F. Storm <storm@cua.dk>
2661
2662 * subr.el (add-to-history): New function.
2663
2664 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2665 (ediff-merge-files-with-ancestor):
2666 * env.el (setenv):
2667 * isearch.el (isearch-update-ring):
2668 * server.el (server-visit-files):
2669 * progmodes/grep.el (lgrep, rgrep):
2670 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2671 * progmodes/xscheme.el (xscheme-insert-expression):
2672 Use add-to-history.
2673
2674 * kmacro.el (kmacro-push-ring): Use add-to-history.
2675 (kmacro-ring-length): Remove unused defun.
2676 (kmacro-start-macro): Use kmacro-push-ring.
2677
2678 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2679
2680 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2681 directly instead of a lambda expression that calls it.
2682
2683 2006-05-06 Kim F. Storm <storm@cua.dk>
2684
2685 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2686 instead of compute-motion.
2687
2688 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2689
2690 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2691 change.
2692
2693 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2694
2695 * startup.el (command-line-1): Refer to "Pure Storage" on
2696 pure-space-overflow.
2697
2698 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2699
2700 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2701 provided faces once they all have been used up.
2702
2703 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2704
2705 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2706 reference to the Lisp manual to the warning about pure space
2707 overflow.
2708
2709 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2710
2711 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2712 argument to avoid the call to `ispell-internal-change-dictionary'
2713 when not needed.
2714 (ispell-change-dictionary): Use this argument and call
2715 `ispell-internal-change-dictionary' after the possible change
2716 to `ispell-local-dictionary'.
2717 (ispell-internal-change-dictionary): Check for a change in
2718 personal dictionary use too.
2719
2720 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2721
2722 * startup.el (command-line): On MS-Windows, probe "~", not
2723 "~USER", for warning about non-existent home directory
2724
2725 * arc-mode.el (archive-l-e): New optional argument `float' means
2726 generate a float value.
2727 (archive-arc-summarize, archive-lzh-summarize)
2728 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2729 with 3rd argument non-nil when file's size is being computed.
2730 Format the file sizes with %8.0f instead of %8d.
2731
2732 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2733
2734 * cus-start.el (all): Add mac-dnd-known-types.
2735
2736 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2737 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2738 (mac-TIFF-to-string): New functions.
2739 (x-get-selection, x-selection-value)
2740 (mac-select-convert-to-string): Use them.
2741 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2742 (mac-dnd-types-alist): New customization variable.
2743 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2744 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2745 (mac-dnd-handle-drag-n-drop-event): New functions.
2746 (mac-drag-n-drop): Remove function.
2747 (global-map): Bind drag-n-drop and M-drag-n-drop to
2748 mac-dnd-handle-drag-n-drop-event.
2749
2750 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2751
2752 * progmodes/perl-mode.el (perl-beginning-of-function):
2753 Skip anonymous subs.
2754
2755 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2756
2757 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2758 regexp-opt at run time.
2759
2760 * term.el (term-handle-ansi-escape): Fix off by one error.
2761
2762 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2763
2764 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2765 (gdb-init-1, gdb-post-prompt): ...and references to it.
2766 (gdb-frame-handler): Strip directory name from filename if present.
2767
2768 * progmodes/gud.el (gdb-force-update): Delete defvar
2769 (gud-speedbar-buttons): ...and references to it. Use window-start
2770 to try to keep positon in watch expression.
2771
2772 2006-05-03 Richard Stallman <rms@gnu.org>
2773
2774 * simple.el (next-history-element, previous-history-element): Doc fix.
2775
2776 * isearch.el (isearch-update-ring): Doc fix.
2777
2778 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2779
2780 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2781 into consideration. Replace one arm ifs with whens.
2782
2783 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2784
2785 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2786 (menu): Fix typo.
2787
2788 2006-05-02 Miles Bader <miles@gnu.org>
2789
2790 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2791
2792 2006-05-02 Jay Belanger <belanger@truman.edu>
2793
2794 * calc/calc-embed.el (calc-override-minor-modes-map)
2795 (calc-override-minor-modes): New variables.
2796 (calc-do-embedded): Make sure that Calc keystrokes aren't
2797 overwritten by minor modes.
2798
2799 2006-05-02 Chong Yidong <cyd@mit.edu>
2800
2801 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2802
2803 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2804
2805 * startup.el (command-line-1): Refer to Lisp manual when
2806 pure-space-overflow occurs.
2807
2808 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2809 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2810 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2811 (version-control): Don't use `t' for safe-local-variable declarations.
2812
2813 2006-05-01 Richard Stallman <rms@gnu.org>
2814
2815 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2816 M-r, M-R, M-A, M-SPC or M-DEL.
2817 (diff-mode-map): diff-refine-hunk now on C-c C-w
2818 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2819
2820 * help-mode.el (help-mode): view-exit-action calls delete-window
2821 only when it is safe and possible.
2822
2823 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2824 in messages.
2825
2826 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2827
2828 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2829 in the default tool-bar-map.
2830
2831 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2832
2833 * net/tramp.el (tramp-completion-file-name-handler-alist)
2834 (tramp-run-real-handler, tramp-completion-run-real-handler)
2835 (tramp-completion-handle-file-name-all-completions)
2836 (tramp-completion-handle-file-name-completion): Autoload them.
2837 (tramp-completion-handle-file-exists-p)
2838 (tramp-completion-handle-file-name-directory)
2839 (tramp-completion-handle-file-name-nondirectory)
2840 (tramp-completion-handle-expand-file-name): Remove them.
2841 (tramp-handle-file-name-directory): Return the real directory name.
2842 Returning "/" only doesn't need to be necessary any longer.
2843 (tramp-file-name-handler): Make special attention when in hostname
2844 completion mode.
2845 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2846 (tramp-register-file-name-handlers):
2847 Register `tramp-completion-file-name-handler' only when
2848 `partial-completion-mode' is enabled.
2849 (tramp-completion-handle-file-name-all-completions):
2850 Delete directory part from results.
2851 (tramp-get-completion-methods, tramp-get-completion-user-host):
2852 Discard deleting "/", it doesn't work after the change of
2853 `tramp-handle-file-name-directory' above.
2854
2855 2006-05-01 Kim F. Storm <storm@cua.dk>
2856
2857 * progmodes/grep.el (grep-expand-template): Use save-match-data
2858 and symbol-value.
2859
2860 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2861
2862 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2863 Use select-frame-set-input-focus instead of raise-frame.
2864 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2865
2866 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * progmodes/gud.el (gud-def): Add %c case.
2869 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2870 (gud-format-command): Make match case sensitive. Match on %F.
2871
2872 2006-04-30 Glenn Morris <rgm@gnu.org>
2873
2874 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2875 (cal-tex-preamble): Use cal-tex-preamble-extra.
2876 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2877 than alias `list-diary-entries'.
2878
2879 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2880
2881 * help-fns.el (describe-variable): Add info about safe local variables.
2882
2883 2006-04-29 Richard Stallman <rms@gnu.org>
2884
2885 * bindings.el (mode-line-format): help-echo doc fixes.
2886
2887 * net/tramp.el (tramp-file-name-handler-alist): Delete
2888 expand-file-name and other operations that can cause spurious loading.
2889
2890 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2891
2892 * files.el (safe-local-variable-p): Remove support for the special
2893 value t.
2894
2895 * textmodes/paragraphs.el (sentence-end-without-space):
2896 Fix safety predicate.
2897 (sentence-end-double-space, sentence-end-without-period)
2898 (paragraph-ignore-fill-prefix):
2899 * textmodes/fill.el (colon-double-space):
2900 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2901
2902 * subr.el (booleanp): New fun.
2903
2904 * textmodes/reftex-vars.el (reftex-guess-label-type):
2905 Tighten the safety predicate.
2906
2907 2006-04-28 Kim F. Storm <storm@cua.dk>
2908
2909 * progmodes/grep.el (defgroup grep): Doc fix.
2910 (grep-auto-highlight): Remove.
2911 (grep-template): New defcustom.
2912 (grep-find-template): Rename from grep-tree-template.
2913 (grep-files-aliases): Rename from grep-tree-files-aliases.
2914 Remove "all" alias, add "l" alias.
2915 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2916 (grep-find-ignored-directories): New defcustom to replace
2917 grep-tree-ignore-CVS-directories, to facilitate ignoring
2918 subdirectories for multiple version control systems.
2919 (grep-mode-map): Add Recursive grep item to GREP menu.
2920 (grep-regexp-history, grep-files-history): New defvars.
2921 (grep-probe): New helper function.
2922 (grep-compute-defaults): Use it to simplify code.
2923 Adapt to name changes.
2924 Use `.' as base in grep-find-template rather than <D>.
2925 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2926 Call grep-compute-defaults unconditionally.
2927 (grep-expand-keywords): New defconst.
2928 (grep-expand-template): Rename from grep-expand-command-macros.
2929 Simplify via grep-expand-keywords. Look at case-fold-search instead
2930 of grep-tree-ignore-case to add -i option.
2931 Bind case-fold-search to nil while matching keywords.
2932 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2933 (grep-read-regexp, grep-read-files): New helper functions.
2934 (rgrep): Rename from grep-tree. Rework to use proper histories.
2935 Adapt to changes in defcustoms and functions above.
2936 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2937
2938 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2939
2940 * net/tramp.el (tramp-completion-file-name-handler):
2941 Disable Tramp's functionality while loading Tramp itself.
2942 (tramp-register-file-name-handlers): That's a defsubst now.
2943 Code from `tramp-repair-jka-compr' moved here. Apply it via
2944 `after-init-hook'.
2945 (tramp-repair-jka-compr): Remove.
2946
2947 2006-04-27 Jay Belanger <belanger@truman.edu>
2948
2949 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2950 read expression when `math-read-big-expr' doesn't work.
2951
2952 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2953
2954 * startup.el (command-line-1): Display warning when
2955 pure-space-overflow is non-nil.
2956
2957 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2958
2959 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2960 risky.
2961
2962 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2963
2964 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2965 Return the URL or nil if none can be generated.
2966
2967 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2968
2969 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2970 byte compiler warnings.
2971 (gud-basic-call, gud-find-expr): Let user select an expression
2972 for printing. Print expression as well as value in GUD buffer.
2973
2974 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2975
2976 * allout.el: Remove local autoload declaration for
2977 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2978 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2979 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2980 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2981 (allout-stylish-prefixes, allout-numbered-bullet)
2982 (allout-file-xref-bullet, allout-presentation-padding)
2983 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2984 safe-local-variable with suitable value spec, and add autoload
2985 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2986 (move-beginning-of-line, move-end-of-line): Repair so these compat
2987 functions now actually resituate the point, when appropriate.
2988
2989 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2992
2993 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2994 (add-log-iso8601-time-string): Fix call to format-time-string.
2995
2996 2006-04-26 Kim F. Storm <storm@cua.dk>
2997
2998 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2999
3000 2006-04-26 Masatake YAMATO <jet@gyve.org>
3001
3002 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3003 Add support for "//" style comments. Remove `b' flag
3004 from ?* in `asm-mode-syntax-table'.
3005
3006 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * follow.el: Use (featurep 'xemacs) everywhere.
3009 (follow-mode): Use define-minor-mode.
3010 (follow-mode-map): Move initialization into the declaration.
3011 Use command remapping.
3012 (follow-emacs-version-xemacs-p): Remove.
3013 (follow-submit-feedback): Remove.
3014
3015 * allout.el (allout-layout, allout-passphrase-verifier-string)
3016 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3017
3018 * textmodes/reftex-vars.el (reftex-vref-is-default)
3019 (reftex-fref-is-default, reftex-guess-label-type):
3020 Tighten up a bit the safety predicate.
3021
3022 * textmodes/paragraphs.el (sentence-end-double-space)
3023 (sentence-end-without-period, sentence-end-without-space)
3024 (page-delimiter, paragraph-ignore-fill-prefix):
3025 Tighten up a bit the safety predicate.
3026
3027 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3028
3029 * progmodes/python.el (python-continuation-line-p)
3030 (python-beginning-of-statement): syntax-ppss may return
3031 a negative depth.
3032 (python-mode): Don't forcefully enable font-lock.
3033
3034 * time-stamp.el (time-stamp-start, time-stamp-end)
3035 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3036
3037 * add-log.el: Remove spurious * in docstrings.
3038 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3039 (add-change-log-entry): Use it here, since it's not specific
3040 to iso8601.
3041 (add-log-iso8601-time-string): Don't use it here any more.
3042 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3043
3044 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3045
3046 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3047
3048 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3049 (rcirc-toggle-low-priority): Doc fix.
3050 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3051 ChanServ regexp.
3052 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3053 #emacs.
3054 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3055 (rcirc-decode-coding-system): Use utf-8 as the default.
3056 (rcirc-multiline-minor-mode): Set the fill-column.
3057 (rcirc-format-response-string): Display bright and dim nicks.
3058 (rcirc-browse-url): Update interactive spec to fill ARG.
3059 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3060 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3061
3062 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3063
3064 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3065 case for @Article, etc.
3066
3067 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3068
3069 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3070 Added with autoload cookie.
3071 (tramp-unload-file-name-handlers): Rename from
3072 `tramp-unload-file-name-handler-alist'.
3073
3074 2006-04-23 Romain Francoise <romain@orebokech.com>
3075
3076 * comint.el (comint-match-partial-filename): Doc fix.
3077
3078 2006-04-21 Glenn Morris <rgm@gnu.org>
3079
3080 * calendar/cal-menu.el (calendar-mode-map): Refer to
3081 `diary-view-entries' rather than alias `view-diary-entries'.
3082 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3083
3084 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3085
3086 * progmodes/antlr-mode.el (antlr-default):
3087 * cus-edit.el (custom-documentation):
3088 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3089 in defface.
3090
3091 2006-04-21 Kim F. Storm <storm@cua.dk>
3092
3093 * image.el (image-type): New defun split out of create-image.
3094 (create-image): Use it.
3095
3096 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3097
3098 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3099 (org-open-at-point): Remove the "...done" message to keep output
3100 in the echo area visible.
3101 (org-export-as-xoxo): Fix call to `indent-region'.
3102
3103 2006-04-21 Kevin Ryde <user42@zip.com.au>
3104
3105 * international/mule.el (keyboard-coding-system): defcustom
3106 info-link fixes: "Specify Coding" has been split, keyboard now in
3107 "Terminal Coding", and "Single-Byte Character Support" is now
3108 "Unibyte Mode".
3109
3110 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3111
3112 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3113 Use font-lock-warning-face for any errors e.g. no stack.
3114 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3115
3116 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3117
3118 * progmodes/sh-script.el (sh-shell): Mark as safe.
3119
3120 * newcomment.el (comment-start, comment-start-skip)
3121 (comment-end-skip, comment-end): Mark as safe.
3122
3123 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3124
3125 * textmodes/org.el (org-deadline-announce): Face removed.
3126 (org-level-faces, org-n-levels): Convert to constant.
3127 (org-compatible-face): New function.
3128 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3129 (org-level-5, org-level-6, org-level-7, org-level-8)
3130 (org-special-keyword, org-warning, org-headline-done, org-link)
3131 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3132 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3133 Face definition revised for better color tty support.
3134 (org-bold-re, org-italic-re, org-underline-re): New constants.
3135 (org-set-font-lock-defaults): Use the new constants.
3136 (org-agenda-highlight-todo): New function.
3137 (org-agenda-todo): Fix bug with point at end of line.
3138 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3139 Fontify TODO keywords.
3140 (org-insert-link): Preserve relative path in ../ links.
3141 (org-export-as-html): Convert links pointing to .org files into
3142 links that will work beteen the exported HTML files.
3143 (org-todo-list): Fix bug when arg=0.
3144 (org-insert-heading): More fine-tuning.
3145
3146 2006-04-19 Romain Francoise <romain@orebokech.com>
3147
3148 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3149 from `rmail-mime-charset-pattern'.
3150
3151 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3152
3153 * progmodes/python.el (python-mode): Fix typo.
3154
3155 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3156
3157 * comint.el (comint-previous-input): Don't clobber input line
3158 when moving off either end of the input history ring.
3159 (comint-delete-input): New function, used by
3160 `comint-previous-input' and others.
3161 (comint-previous-matching-input):
3162 Use `coming-delete-input'. Save the partial input if leaving the
3163 edit line. Goto point-max before deleting input to avoid
3164 partial input fragments hanging around.
3165 (comint-restore-input): New function, used by `comint-previous-input'.
3166
3167 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3168
3169 * imenu.el (imenu--index-alist): Balance parentheses.
3170
3171 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3172
3173 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3174
3175 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3176
3177 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3178 file is nil.
3179
3180 2006-04-18 Richard Stallman <rms@gnu.org>
3181
3182 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3183
3184 * imenu.el (imenu-create-index-function, imenu--index-alist)
3185 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3186 (imenu-default-create-index-function, imenu--generic-function):
3187 Doc fixes.
3188
3189 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3190
3191 * help-mode.el (help-mode): Set view-exit-action to delete window.
3192
3193 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3194 now works by passing nil as arg.
3195
3196 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3197
3198 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3199 (read-abbrev-file): Provide default when reading filename.
3200
3201 * files.el (enable-local-variables): Allow :all as value.
3202 (hack-local-variables): Implement that value.
3203 (safe-local-variable-values, safe-local-eval-forms)
3204 (enable-local-variables): Mark as risky.
3205 (find-file-visit-truename, kept-old-versions): Mark safe.
3206
3207 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3208 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3209 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3210
3211 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3214 Use forward-line so as to get to BOL even in the presence of fields.
3215 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3216 in return.
3217 (inferior-tcl): Tell tclsh to work in interactive mode.
3218
3219 * complete.el (partial-completion-mode):
3220 Use 'choose-completion-string-functions to make sure that
3221 choose-completion fills the minibuffer properly.
3222
3223 * complete.el (PC-old-read-file-name-internal): Remove.
3224 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3225 of read-file-name-internal.
3226 (partial-completion-mode): Enable/disable this advice.
3227
3228 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3229
3230 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3231 of 2006-04-17.
3232
3233 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3234
3235 * textmodes/org.el (org-insert-heading): Insert heading before
3236 current if at beginning of line.
3237 (org-todo, org-date): New faces.
3238 (org-table-align): Make sure tooltip window contains full text.
3239 (org-no-properties): New defsubst.
3240 (org-set-font-lock-defaults): Use new faces.
3241
3242 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3245 for root variables.
3246
3247 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3248 (gdb-frame-address): Re-use to identify frame for watch expression.
3249 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3250 variables.
3251 (gdb-init-1, gdb-source, gdb-post-prompt)
3252 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3253 (gdb-frame-handler): Get gdb-frame-address.
3254
3255 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3256
3257 Sync with Tramp 2.0.53.
3258
3259 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3260 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3261 (tramp-completion-file-name-handler): Add autoload cookie for
3262 adding to `file-name-handler-alist'.
3263
3264 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3265 the prompt. If it returns earlier (when detecting an error
3266 message), the rest of the output will merge accidently with the
3267 output of the next command. Reported by M Jared Finder
3268 <jared@hpalace.com>.
3269
3270 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3271 for `process-file', in order to let it work for older Emacsen too.
3272
3273 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3274
3275 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3276 (tex-font-lock-keywords-3): Use it.
3277
3278 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * newcomment.el (comment-add): New function.
3281 (comment-region-default, comment-dwim): Use it.
3282
3283 2006-04-15 Michael Olson <mwolson@gnu.org>
3284
3285 * emacs-lisp/tq.el: Improve comments.
3286 (tq-queue-head-question): New accessor function.
3287 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3288 Update for modified queue structure.
3289 (tq-queue-add): Accept `question' argument.
3290 (tq-queue-pop): If a question is pending, send it.
3291 (tq-enqueue): Accept new optional argument `delay-question'.
3292 If this is non-nil, and at least one other question is pending a
3293 response, queue the question rather than sending it immediately.
3294
3295 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3296
3297 * calendar/appt.el (appt-add): Check whether an appointment is
3298 already present in appt-time-msg-list. Simplify code.
3299
3300 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3301
3302 * progmodes/cc-langs.el (c-mode-menu):
3303 Don't presume c-subword-mode is bound.
3304
3305 2006-04-13 Bill Wohler <wohler@newt.com>
3306
3307 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3308 (customize-package-emacs-version): Use cdr instead of cadr now
3309 that alists use dotted pairs.
3310
3311 * custom.el (defcustom): Fix docstring for :package-version.
3312
3313 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3314
3315 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3316 (tramp-handle-shell-command): Display output buffer only when
3317 `tramp-display-shell-command-buffer' is true.
3318 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3319
3320 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3321
3322 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3323 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3324
3325 2006-04-13 Romain Francoise <romain@orebokech.com>
3326
3327 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3328 leaving temporary .cvsignore buffers behind.
3329
3330 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3331
3332 * textmodes/org.el (org-set-regexps-and-options)
3333 (org-get-current-options): Better names for the startup folding
3334 options.
3335
3336 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3337
3338 * vc.el (vc-annotate): Arrange for point to end up at the same
3339 line number as in the original, but only when using a new buffer.
3340
3341 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3342
3343 * files.el (hack-one-local-variable-eval-safep):
3344 Recognize `edebug-form-spec' for `put', but only if it passes
3345 `edebug-basic-spec'. Generalize `put' handling.
3346
3347 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3348 vetting file-local form specs.
3349
3350 * allout.el (allout-layout): Autoload its `safe-local-variable'
3351 property.
3352
3353 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3354
3355 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3356 (org-agenda-mouse-1-follows-link)
3357 (org-mouse-1-follows-link): New options.
3358 (org-format-agenda-item): Fix bug if TAGS is nil.
3359 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3360
3361 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3362
3363 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3364 GDB 6.1+ gives full filename for "info sources" so use
3365 file-name-nondirectory.
3366
3367 2006-04-12 Romain Francoise <romain@orebokech.com>
3368
3369 * subr.el (read-passwd): Bind `message-log-max' to nil.
3370
3371 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3372
3373 * progmodes/perl-mode.el (perl-indent-new-calculate):
3374 Recompute parse-start after jumping backward by a whole sexp.
3375
3376 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3379 window configuration.
3380 (vc-annotate-display-select): Select the buffer so that current-buffer
3381 (and selected-window) is the output buffer at the end of vc-annotate.
3382
3383 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3384
3385 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3386 8-color terminals, to use all of the colors in a sensible order.
3387 256-color terminals work well with the standard map.
3388 (vc-annotate-lines): Only strip the first color character if it
3389 is "#", to allow for terminal-style named colors.
3390 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3391 the correct buffer is scrolled.
3392
3393 2006-04-11 Richard Stallman <rms@gnu.org>
3394
3395 * emacs-lisp/bytecomp.el (byte-compile-file):
3396 Bind enable-local-variables to :safe, and make normal-mode obey it.
3397
3398 * files.el (enable-local-variables): Allow value :safe.
3399 (normal-mode): Doc fix.
3400 (hack-local-variables): Implement enable-local-variables = :safe.
3401 (hack-local-variables-confirm): Don't prevent quitting.
3402
3403 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * loadhist.el (unload-feature): A bit of sanity check of
3406 load-history entries. Cancel timer-vars before unbinding them.
3407
3408 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3409 quote special chars, and make the trick work on the hex part of the
3410 buffer as well.
3411 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3412 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3413
3414 * startup.el (normal-splash-screen): Fix last change so we don't wait
3415 2 minutes if we don't show the splash screen.
3416
3417 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3418
3419 * textmodes/org.el (org-export-plain-list-max-depth)
3420 (org-table-spaces-around-separators)
3421 (org-radio-targets, org-activate-camels)
3422 (org-table-spaces-around-invisible-separators): Options removed.
3423 (org-time-stamp-rounding-minutes, org-remember-templates)
3424 (org-ellipsis, org-activate-links, org-descriptive-links):
3425 New options.
3426 (org-remember-apply-template, org-current-time)
3427 (org-finish-edit-table-field)
3428 (org-link-unescape, org-link-escape)
3429 (org-string-width, org-table-clean-line, org-html-do-expand)
3430 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3431 (org-read-agenda-file-list): New functions.
3432 (org-table-edit-field)
3433 (org-table-create-or-convert-from-region): New commands
3434 (org-table-toggle-vline-visibility): Command removed.
3435 (org-table-convert-region): Made a command.
3436 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3437 Replace with the normal org- functions.
3438 (org-self-insert-command): Don't trigger realign unnecessarily
3439 when blanking a field that is not full.
3440 (org-mode): `Set buffer-invisibility-spec' for links.
3441 (org-activate-links2): Hide link part and only show descriptive
3442 part of the link.
3443 (org-insert-link): Modify for new linking system.
3444 (org-store-link): Store description separately, for use by
3445 `org-insert-link'.
3446 (org-table-align): Use `org-string-width'.
3447 (defgroup): Completely new group structure for custom variables.
3448 (org-agenda-files): Option: Single file name allowed. Function:
3449 Optional argument unrestrited means ignore any restricitons.
3450 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3451 trying to modify the menu. Use generalized access to
3452 `org-agenda-files.'
3453 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3454 (org-agenda-file-to-front, org-remove-file, org-diary)
3455 (org-tags-view, org-export-icalendar-all-agenda-files)
3456 (org-export-icalendar-combine-agenda-files): Use generalized
3457 access to `org-agenda-files'.
3458 (org-remember-handler): Correctly preserve heading if present.
3459 (org-table-insert-row, org-table-insert-hline): Deal with
3460 invisible characters.
3461
3462 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3463
3464 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3465 (vc-annotate-color-map): New 18 element constant
3466 value/saturation, rotating hue colormap, from red->blue.
3467 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3468 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3469 (vc-annotate): To avoid killing the required local variables,
3470 set them before the end of `with-output-to-temp-buffer', and
3471 after first switching to annotate-mode.
3472 (vc-annotate-warp-version): Add buffer argument in goto-line to
3473 ensure annotation, not source, is scrolled.
3474
3475 2006-04-10 Bill Wohler <wohler@newt.com>
3476
3477 * custom.el (defcustom, custom-handle-keyword):
3478 Add :package-version keyword.
3479 (custom-add-package-version): New function. Sets value of new
3480 property 'custom-package-version from :package-version keyword.
3481 (defcustom): Create Common Keywords section in docstring.
3482 (defface, defgroup): Replace definitions of a select few keywords
3483 with a reference to the Common Keywords in defcustom.
3484 (defcustom, defface, defgroup): Replace reference to Customization
3485 chapter in manual with hyperlink.
3486
3487 * cus-edit.el (customize-package-emacs-version-alist):
3488 New variable.
3489 (customize-changed-options): Add check for custom-package-version.
3490 (customize-package-emacs-version): New function to look up Emacs
3491 version corresponding to the given package version.
3492
3493 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3494 defun name, in similar fashion to find-variable-regexp.
3495
3496 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3497
3498 * international/mule-cmds.el (set-locale-environment): Fix last
3499 change for when the locale's preferences don't specify any encoding.
3500
3501 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3502
3503 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3504 so the defined var/fun doesn't need to be quoted.
3505
3506 2006-04-10 Richard Stallman <rms@gnu.org>
3507
3508 * finder.el (finder-mode-map): Add n and p bindings.
3509
3510 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3511
3512 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3513 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3514 (gdb-setup-windows): Put something in source window if we can't find
3515 the source file.
3516 (gdb-frame-handler): Make it work again with just assembly.
3517 (gdb-data-list-register-values-handler): Make it work when there is
3518 no stack.
3519
3520 2006-04-09 Richard Stallman <rms@gnu.org>
3521
3522 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3523 specs while looking for charset.
3524
3525 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3526
3527 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3528 Make them faces.
3529 (lm-font-lock-keywords): Update appropriately.
3530
3531 2006-04-10 Kim F. Storm <storm@cua.dk>
3532
3533 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3534 it can also replace buffer-substring-no-properties.
3535
3536 * emulation/cua-base.el (cua-delete-region, cua-paste)
3537 (cua-repeat-replace-region): Use filter-buffer-substring.
3538
3539 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3540 (cua-cut-region-to-global-mark): Likewise.
3541
3542 * emulation/cua-rect.el (cua--extract-rectangle)
3543 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3544
3545 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3546
3547 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3548 entry-type. Add field delimiters to numerical fields if they are
3549 not present.
3550
3551 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3552
3553 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3554 string-const to return value.
3555 (bibtex-remove-delimiters): Use it.
3556
3557 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3560 cl-byte-compile-compiler-macro unless it exists.
3561
3562 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3563
3564 * files.el (hack-local-variables-confirm) <offer-save>:
3565 Clarify message text. Suggested by Ralf Angeli.
3566
3567 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3568
3569 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3570 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3571 instead of `buffer-substring' and `delete-region'. (Most of the
3572 code actually copied from `kill-region'.)
3573
3574 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3575
3576 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3577 (rcirc-default-port): Rename from rcirc-port.
3578 (rcirc-default-nick): Rename from rcirc-nick.
3579 (rcirc-default-user-name): Rename from rcirc-user-name.
3580 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3581 (rcirc-low-priority-flag): New variable.
3582 (rcirc-decode-coding-system): New defcustom.
3583 (rcirc-encode-coding-system): New defcustom.
3584 (rcirc-coding-system-alist): New defcustom.
3585 (rcirc-multiline-major-mode): New defcustom.
3586 (rcirc-nick): New internal variable.
3587 (rcirc-process): Remove variable.
3588 (rcirc-server-buffer): New variable.
3589 (rcirc): Update to use rcirc-default-* variables above.
3590 (rcirc-connect): Do not add window-configuration-hook-here.
3591 (rcirc-server): New internal variable.
3592 (rcirc-connect): Do not send keepalive pings if
3593 rcirc-keepalive-seconds is nil.
3594 (with-rcirc-server-buffer): New macro.
3595 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3596 (rcirc-server-name): Rename from rcirc-server.
3597 (rcirc-buffer-process): New function.
3598 (rcirc-buffer-nick): New function.
3599 (rcirc-buffer-target): Remove function.
3600 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3601 New commands.
3602 (rcirc-mode-map): Change binding of C-c C-l to
3603 rcirc-toggle-low-priority.
3604 (rcirc-mode): Initialize coding system based on
3605 rcirc-coding-system-alist. New change-major-mode-hook to part the
3606 channel on a mode change. Make kill-buffer-hook buffer-local.
3607 (rcirc-change-major-mode-hook): New function.
3608 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3609 (rcirc-last-post-time): New variable.
3610 (rcirc-process-message): Store the last time user posted a message
3611 to this target.
3612 (rcirc-multiline-minor-mode): New mode.
3613 (rcirc-multiline-minor-mode-map): New mode map.
3614 (rcirc-edit-multiline): Put multiline-edit buffer in
3615 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3616 (rcirc-print): Ignore any line starting with an ignored nick.
3617 (rcirc-print): Decode using rcirc-decode-coding-system.
3618 (rcirc-track-minor-mode): Update global-mode-string when disabling
3619 this mode.
3620 (minor-mode-alist): Add LowPri indicator.
3621 (rcirc-toggle-low-priority): New function.
3622 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3623 next lowpriority buffer with activity.
3624 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3625 last time the user posted a message in to the target.
3626 (rcirc-update-activity-string): New formatting for low priority
3627 buffers.
3628 (rcirc-split-activity): New function.
3629 (rcirc-handler-PART, rcirc-handler-KICK)
3630 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3631 (rcirc-nick-away-alist): New variable.
3632 (rcirc-handler-301): New handler. Away messages are printed once
3633 per change.
3634
3635 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3636
3637 * info.el (Info-follow-nearest-node): Doc fix.
3638
3639 * international/mule-cmds.el (set-locale-environment): Make sure
3640 the coding-system preferred by the locale's language has the same
3641 EOL conversion type as the original buffer-file-coding-system.
3642 (locale-language-names): Add a few MS Windows language codes.
3643
3644 2006-04-07 Richard Stallman <rms@gnu.org>
3645
3646 * simple.el (eval-expression): Doc fix.
3647
3648 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3649 (eval-defun): Doc fixes.
3650
3651 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3652
3653 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3654
3655 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3656
3657 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3658 GDB list command without argument for greater generality.
3659
3660 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3661
3662 * subr.el (string-or-null-p): New function.
3663
3664 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3665
3666 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3667
3668 * files.el: Update comment about safe-local-variable declarations.
3669
3670 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3671
3672 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3673 See idlwave.org.
3674
3675 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3676 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3677
3678 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3679 See idlwave.org.
3680
3681 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3682 version 6.0 (minimal changes). See idlwave.org.
3683
3684 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3685 6.0 (minimal changes). See idlwave.org.
3686
3687 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3688
3689 2006-04-06 Romain Francoise <romain@orebokech.com>
3690
3691 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3692 symmetric encryption features and a new asynchronous interface to
3693 GnuPG. This new version is version 1.4, plus whitespace changes.
3694
3695 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3696
3697 * files.el: Move some `safe-local-variable' declarations to the
3698 respective files.
3699
3700 * textmodes/ispell.el (ispell-check-comments)
3701 (ispell-local-dictionary): Mark as safe.
3702
3703 * abbrev.el (abbrev-mode): Mark as safe.
3704
3705 * add-log.el (change-log-default-name): Mark as safe.
3706
3707 * textmodes/reftex-vars.el (reftex-vref-is-default)
3708 (reftex-fref-is-default, reftex-level-indent)
3709 (reftex-guess-label-type): Mark as safe.
3710
3711 * textmodes/fill.el (colon-double-space): Mark as safe.
3712
3713 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3714 (sentence-end-double-space, sentence-end-without-period)
3715 (sentence-end-without-space, sentence-end, sentence-end-base)
3716 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3717
3718 2006-04-06 Kim F. Storm <storm@cua.dk>
3719
3720 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3721 the :set-after list.
3722 (ido-downcase-unc-hosts): New user option. Default on.
3723 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3724 when it is set, as regexps are now applied on the fly.
3725 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3726 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3727 on the fly, but only when ido-process-ignore-lists is set.
3728 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3729 Only downcase names if ido-downcase-unc-hosts is set.
3730
3731 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3732
3733 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3734
3735 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3736
3737 2006-04-05 Kim F. Storm <storm@cua.dk>
3738
3739 * ido.el (ido-mode): Set after ido-unc-hosts and
3740 ido-ignore-unc-host-regexps.
3741 (ido-save-history): Save ido-unc-hosts-cache.
3742 (ido-load-history): Load ido-unc-hosts-cache.
3743 (ido-reread-directory): Refresh unc hosts cache in // dir.
3744
3745 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3746 to nil while displaying slash screen.
3747
3748 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3749
3750 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3751 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3752
3753 2006-04-05 Kenichi Handa <handa@m17n.org>
3754
3755 * international/characters.el: Setup cases of Latin, Greek, and
3756 Cyrillic characters in CJK charsets.
3757
3758 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3759
3760 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3761 default-enable-multibyte-characters. This reverts the change from
3762 revision 6.17 which is no longer necessary because the passphrase
3763 is sent separately now. GnuPG messages are unreadable under
3764 multibyte locales with default-enable-multibyte-characters set to nil.
3765
3766 2006-04-04 Andreas Schwab <schwab@suse.de>
3767
3768 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3769 and `byte-compile-warnings' as `safe-local-variable'.
3770
3771 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3772
3773 * man.el (Man-mode-map): Restore the \r binding.
3774 (Man-abstract-xref-man-page): If Man-target-string is a function,
3775 call it.
3776 (Man-highlight-references): Use Man-default-man-entry to get the
3777 target. Deal with xrefs too.
3778 (Man-highlight-references0): Don't call the target function.
3779
3780 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3781 cannot deal with it.
3782
3783 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3784
3785 * pgg-gpg.el: Clean up process buffers every time gpg processes
3786 complete.
3787
3788 2006-04-04 Kenichi Handa <handa@m17n.org>
3789
3790 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3791 here.
3792 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3793 Temporarily bind inhibit-field-text-motion to t.
3794
3795 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3796
3797 * startup.el (normal-splash-screen): Only set mode-line-format in the
3798 splash buffer, so as not to interfere when debugging the code.
3799 Ignore errors when switching buffer.
3800
3801 2006-04-03 Romain Francoise <romain@orebokech.com>
3802
3803 * dired.el (dired-dnd-protocol-alist): Fix typo.
3804
3805 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3806
3807 * savehist.el (savehist): Add :version.
3808 (savehist-ignored-variables): New variable.
3809 (savehist-minibuffer-hook): Don't save variables listed in
3810 `savehist-ignored-variables'.
3811
3812 * dired.el (dired-dnd-protocol-alist): Mention that change does
3813 only apply to new buffers in doc string.
3814
3815 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3816
3817 * recentf.el (recentf-open-files-item): Include newline in button
3818 field, so opening a file will work, when the point is at the end
3819 of the file name. Allow, for example, to [i]search a file by
3820 extension and just push RET to open it.
3821
3822 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3823
3824 * pgg-gpg.el (pgg-gpg-process-filter)
3825 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3826
3827 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3828 lines, temporary fix.
3829
3830 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3831
3832 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3833
3834 2006-04-02 Richard Stallman <rms@gnu.org>
3835
3836 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3837
3838 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3839
3840 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3841 header-mouse-map.
3842
3843 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3844 (ibuffer-mode-header-map): New keymaps.
3845 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3846 and keybindings for column headers.
3847 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3848 property.
3849
3850 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3851
3852 * speedbar.el (speedbar-after-create-hook): Doc fix.
3853
3854 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3855
3856 * shell.el (shell-directory-tracker)
3857 (shell-dynamic-complete-command): Doc fixes.
3858
3859 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3860
3861 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3862 terminals.
3863
3864 2006-04-01 Kim F. Storm <storm@cua.dk>
3865
3866 * ido.el (ido-unc-hosts-cache): New defvar.
3867 (ido-unc-hosts): If value of defcustom is a function, call it to
3868 get list of UNC hosts. Add function-item choices to specify
3869 ido-unc-hosts-net-view or user function.
3870 (ido-ignore-unc-host-regexps): New defcustom.
3871 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3872 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3873 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3874
3875 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3876
3877 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3878 wwidth.
3879
3880 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3881
3882 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3883 (ido-max-work-file-list, ido-switch-buffer)
3884 (ido-read-file-name-as-directory-commands):
3885 Fix typos in docstrings.
3886
3887 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3888
3889 * term/mac-win.el (mac-system-coding-system): Define and use after
3890 Mac-specific coding systems are ready.
3891
3892 2006-03-27 Romain Francoise <romain@orebokech.com>
3893
3894 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3895
3896 * ldefs-boot.el: Update.
3897
3898 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3899
3900 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3901 passphrases when it is not needed.
3902 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3903 passphrase stuff from gpg, should only be necessary when you use
3904 gpg with a smartcard.
3905
3906 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * comint.el (comint-dynamic-list-completions): Allow user to
3909 select *Completions* buffer.
3910
3911 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3912
3913 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3914
3915 2006-03-26 Andreas Schwab <schwab@suse.de>
3916
3917 * progmodes/gud.el (gdb): Only complain about multiple debugging
3918 when the gdb process is still running.
3919
3920 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3921
3922 * mail/rmail.el (tool-bar-map): Defvar it.
3923 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3924 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3925
3926 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3927
3928 * help.el (print-help-return-message): Suggest to use
3929 display-buffer instead of switch-to-buffer-other-window to restore
3930 the previous window without selecting it.
3931
3932 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3933
3934 * frame.el (select-frame-by-name): Call x-focus-frame also when
3935 window-system is mac.
3936
3937 * term/mac-win.el: Adjust Courier font specifications in
3938 x-fixed-font-alist.
3939 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3940 when directly encoding to UTF-16 in native byte order, no BOM.
3941
3942 2006-03-25 Kim F. Storm <storm@cua.dk>
3943
3944 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3945 (cua--init-keymaps): Use it instead of fixed C-return.
3946 (cua-mode): Set after it.
3947
3948 * emulation/cua-rect.el (cua--init-rectangles):
3949 Use cua-rectangle-mark-key instead of fixed C-return.
3950
3951 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3952
3953 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3954 "run" in .gdbinit.
3955 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3956
3957 2006-03-24 Romain Francoise <romain@orebokech.com>
3958
3959 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3960 `display-buffer-other-frame'.
3961
3962 2006-03-24 Kim F. Storm <storm@cua.dk>
3963
3964 * apropos.el (apropos-synonyms): Add selection => region.
3965
3966 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3967
3968 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3969 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3970 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3971 (gdb-data-list-register-values-regexp)
3972 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3973 Future proof against new fields being added to MI output.
3974 (gdb-send): Don't treat backslashes for program input as
3975 continuations.
3976 (gdb-assembler-handler): Don't use window-start for this handler.
3977 (gdb-frame-handler): Don't change to hollow arrow if overlay
3978 arrow doesn't move to new frame.
3979
3980 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3981
3982 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3983 prevent compiler warnings.
3984 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3985 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3986 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3987 buffer too.
3988
3989 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3990
3991 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3992 make-network-process, so we can use the same code in Gnus v5-10
3993 too and have this file fully synchronized with that release.
3994
3995 2006-03-23 Romain Francoise <romain@orebokech.com>
3996
3997 * ibuf-ext.el (ibuffer-read-filter-group-name):
3998 Use `ibuffer-generate-filter-groups' to make completion list match
3999 the filter groups that are really displayed in the Ibuffer buffer.
4000 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4001
4002 2006-03-23 Kenichi Handa <handa@m17n.org>
4003
4004 * international/mule-cmds.el (sort-coding-systems): Describe that
4005 the argument is modified in docstring.
4006
4007 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4008
4009 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4010 (pgg-gpg-update-agent): New function.
4011 (pgg-gpg-use-agent-p): New function.
4012 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4013 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4014 (pgg-gpg-sign-region): Use it.
4015
4016 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4017
4018 * cus-edit.el (custom-face-set): Call custom-push-theme before
4019 face-spec set so that `changed' theme is correctly saved.
4020 (custom-face-reset-standard): Reset to recalculated face rather
4021 than defface spec.
4022
4023 * custom.el (custom-push-theme): Only save `changed' theme if the
4024 current face does not match the defface specs.
4025
4026 2006-03-21 Simon Josefsson <jas@extundo.com>
4027
4028 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4029 <wilde@sha-bang.de>.
4030 (pgg-gpg-use-agent): New variable.
4031 (pgg-gpg-process-region): Use it.
4032 (pgg-gpg-encrypt-region): Likewise.
4033 (pgg-gpg-encrypt-symmetric-region): Likewise.
4034 (pgg-gpg-decrypt-region): Likewise.
4035 (pgg-gpg-sign-region): Likewise.
4036 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4037
4038 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4039
4040 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4041 bracket links.
4042
4043 2006-03-21 Kim F. Storm <storm@cua.dk>
4044
4045 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4046 fringe-indicator-alist instead of modifying global value.
4047 (gdb-frame-handler): Likewise.
4048
4049 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4050
4051 * diff-mode.el (diff-function): Make it inherit from diff-header
4052 instead of diff-context.
4053
4054 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4055 bitmap.
4056 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4057 change names in macro above for consistency.
4058 (gdb-frame-handler): Use hollow-right-triangle for all selected
4059 frames which except the innermost (where execution has stopped).
4060 (gdb-reset): Reset buffer-local values of overlay-arrow.
4061
4062 2006-03-20 Richard Stallman <rms@gnu.org>
4063
4064 * simple.el (set-mark-command): Doc fix.
4065
4066 * files.el (display-buffer-other-frame): New command.
4067 (ctl-x-4-map): Bind C-x 5 C-o to it.
4068
4069 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4070
4071 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4072 rather than just defer-time, in case defer-time has been changed but
4073 the timer isn't running yet.
4074 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4075
4076 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4077
4078 * help-mode.el (help-follow-symbol): New function.
4079 Essentially identical to the old `help-follow', but do not let
4080 `push-button' do the work when on an xref.
4081 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4082
4083 2006-03-19 Richard Stallman <rms@gnu.org>
4084
4085 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4086 preceded by the word `program'.
4087 (help-follow-mouse, help-follow): Throw error if not on xref.
4088 Delete no longer used args.
4089
4090 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4091
4092 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4093 annotation ensure gud-overlay-arrow-position is redisplayed.
4094
4095 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4096
4097 * textmodes/bibtex.el (bibtex-include-OPTkey)
4098 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4099 (bibtex-autokey-name-case-convert)
4100 (bibtex-autokey-titleword-case-convert): Make these the aliases
4101 for the following two variables.
4102 (bibtex-autokey-name-case-convert-function)
4103 (bibtex-autokey-titleword-case-convert-function): Make these the
4104 real names.
4105 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4106 bibtex-font-lock-crossref sublists.
4107 (bibtex-mode): Revert 2005-12-30 change (which made
4108 completion-ignore-case buffer-local).
4109 (bibtex-url): Simplify.
4110
4111 2006-03-19 Kim F. Storm <storm@cua.dk>
4112
4113 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4114 cursor property value to 2 (to align with C level change).
4115
4116 2006-03-19 Bill Wohler <wohler@newt.com>
4117
4118 * image.el (image-load-path-for-library): Shorten first line in
4119 docstring.
4120
4121 2006-03-18 Richard Stallman <rms@gnu.org>
4122
4123 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4124
4125 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4126
4127 * isearch.el (isearch-other-meta-char): Handle user bindings for
4128 shifted control characters.
4129
4130 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4131
4132 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4133 part that matches email addresses, file names, etc.
4134
4135 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4136
4137 * term/w32-win.el (mouse-set-font):
4138 Mention w32-list-proportional-fonts in the doc string.
4139
4140 2006-03-18 Kim F. Storm <storm@cua.dk>
4141
4142 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4143 (ido-unc-hosts): New user option to explicitly define list of know
4144 UNC-style hosts for completion.
4145 (ido-cache-unc-host-shares-time): New user option.
4146 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4147 New helper functions for UNC file-name support.
4148 (ido-may-cache-directory): Check for UNC host. Simplify.
4149 (ido-wash-history): Clean out old UNC hosts.
4150 (ido-nonreadable-directory-p): UNC hosts are always readable.
4151 (ido-directory-too-big-p): UNC hosts are never too big.
4152 (ido-set-current-directory): Handle UNC root path.
4153 (ido-file-name-all-completions): Complete UNC host names from
4154 ido-unc-hosts list. Cache UNC host shares.
4155 (ido-make-file-list-1): Don't filter UNC root.
4156 (ido-exhibit): Check for // in root directory, and switch to UNC
4157 mode by setting ido-current-directory to //.
4158
4159 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4160
4161 * cus-edit.el (customize-changed-options): Mention explicit
4162 version number as default in prompt.
4163
4164 2006-03-17 Bill Wohler <wohler@newt.com>
4165
4166 * image.el (image-load-path-for-library): Minor docstring fix.
4167
4168 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4169
4170 * textmodes/org.el (org-read-date): Include subgroup 5 into
4171 replacement text.
4172 (org-popup-calendar-for-date-prompt): Fix customization type.
4173
4174 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4175
4176 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4177 (gdb-continuation): New variable.
4178 (gdb-send): Deal with continuation lines.
4179
4180 * progmodes/gud.el (gud-gdb-complete-command)
4181 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4182 expressions.
4183 (gud-tooltip-mode): Use buffer-local value.
4184
4185 2006-03-16 Kim F. Storm <storm@cua.dk>
4186
4187 * ido.el (ido-edit-input): Use selected match, if any.
4188
4189 2006-03-16 Bill Wohler <wohler@newt.com>
4190
4191 * image.el (image-load-path-for-library): Prefer user's images in
4192 image-load-path.
4193
4194 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4195
4196 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4197 when checking for attempt to drag leftmost or rightmost scrollbar.
4198
4199 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4200
4201 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4202 (gdb-force-mode-line-update): New function.
4203 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4204 (gdb-exited): Use them.
4205 (gdb-signal): New function.
4206 (gdb-annotation-rules): Provide a rule for it.
4207
4208 2006-03-16 Kenichi Handa <handa@m17n.org>
4209
4210 * international/mule.el (auto-coding-regexp-alist): Add entries
4211 for Unicode BOM.
4212
4213 * sort.el (sort-build-lists): Temporarily bind
4214 inhibit-field-text-motion to t.
4215
4216 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4217
4218 * locate.el (locate-command, locate-make-command-line)
4219 (locate-fcodes-file, locate-update-command)
4220 (locate-prompt-for-command, locate, locate-with-filter)
4221 (locate-get-file-positions): Doc fixes.
4222 (locate-buffer-name, locate-header-face): Remove leading `*' in
4223 defcustom.
4224 (locate-filter-output): Use `keep-lines' instead of its alias
4225 `delete-non-matching-lines'.
4226 (locate-get-filename, locate-get-dirname): Add introductory comment.
4227 (locate-find-directory-other-window): Give appropriate error
4228 message if used outside main listing.
4229
4230 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4231
4232 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4233 the new extend-region feature.
4234 (font-lock-after-change-function): Update correspondingly.
4235 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4236 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4237
4238 2006-03-15 Bill Wohler <wohler@newt.com>
4239
4240 * image.el (image-load-path-for-library): Fix example by not
4241 recommending that one binds image-load-path. Just defvar it to
4242 placate compiler and only use it if previously defined.
4243
4244 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4245
4246 * textmodes/org.el (org-insert-centered): Use `string-width' to
4247 make underlining work for wide characters.
4248 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4249 TAB to `org-cycle', to make sure that no binding in
4250 `outline-mode-map' can supercede it.
4251
4252 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4253
4254 * allout.el: Increment version to 2.2.1 in file commentary.
4255
4256 (allout-version): Increment to 2.2.1.
4257
4258 (allout-default-layout): New customization variable, used when the
4259 file lacks a specific allout-layout. Uses allout-layout-type for
4260 recursively nested definition.
4261
4262 (allout-layout-type): Widget defining allout layouts, necessary for
4263 self-recursive definition.
4264
4265 (allout-mode): Incorporate allout-default-layout as fallback for
4266 allout-layout.
4267
4268 (allout-layout): Mark as 'safe-local-variable', and refer mention
4269 fallback to `allout-default-layout' in absence of a specified value.
4270 (allout-passphrase-verifier-string)
4271 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4272
4273 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4274
4275 (allout-get-encryption-passphrase-verifier): Use correct name of
4276 passphrase verifier in docstring.
4277
4278 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4279
4280 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4281 elements.
4282 (gdb-find-watch-expression): Make it work for arrays too.
4283 Follow change to gdb-var-list.
4284 (gud-watch): Allow the user to enter variable name with a prexix
4285 arg. Create keybindings.
4286 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4287 (gdb-var-list-children-handler, gdb-var-update-handler)
4288 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4289 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4290 Follow change to gdb-var-list.
4291 (gdb-starting): Don't show the overlay arrows when program is running.
4292
4293 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4294 gdb-var-list.
4295
4296 2006-03-14 Bill Wohler <wohler@newt.com>
4297
4298 * image.el (image-load-path-for-library): Pass value of path
4299 rather than symbol. Always return list of directories.
4300 Guarantee that image directory comes first.
4301
4302 2006-03-14 Alan Mackenzie <acm@muc.de>
4303
4304 * font-core.el (font-lock-extend-region\(-function\)?.):
4305 New function/variable.
4306
4307 * font-lock.el (font-lock-after-change-function):
4308 Call font-lock-extend-region. Obey font-lock-lines-before.
4309 (font-lock-default-fontify-region): Remove reference to
4310 font-lock-lines-before.
4311
4312 * jit-lock.el (jit-lock-after-change):
4313 Call font-lock-extend-region. Obey font-lock-lines-before.
4314
4315 2006-03-14 David Ponce <david@dponce.com>
4316
4317 * tree-widget.el (tree-widget-themes-load-path)
4318 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4319
4320 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4321
4322 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4323 (rcirc-print): Mark the start of text at the end of the prompt.
4324 (rcirc-track-minor-mode): Add autoload cookie.
4325 (rcirc-update-activity-string): Add space to front of mode-line
4326 indicator.
4327
4328 2006-03-13 Miles Bader <miles@gnu.org>
4329
4330 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4331 (rcirc-abbrev-nick): Remove function.
4332 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4333
4334 2006-03-13 David Ponce <david@dponce.com>
4335
4336 * tree-widget.el: Handle themes across all occurrences of the main
4337 themes sub-directory found in tree-widget-themes-load-path.
4338 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4339 (tree-widget--locate-sub-directory): Return all occurrences.
4340 (tree-widget-themes-path): New function.
4341 Replace tree-widget-themes-directory, and return a list of directories.
4342 (tree-widget-set-parent-theme)
4343 (tree-widget-lookup-image): Use it.
4344
4345 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4346
4347 * textmodes/org.el (org-link-search): Avoid self-matching of
4348 links, allow target text to be distributed over several lines.
4349 (org-search-not-link): New function.
4350 (org-set-regexps-and-options, org-get-current-options):
4351 New startup options.
4352 (org-export-as-html): Take odd-level setting from local variable.
4353 (org-fontify-emphasized-text): New option.
4354 (org-set-font-lock-defaults): Include emphasized text.
4355 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4356 (org-font-lock): Customize group renamed from `org-faces'.
4357
4358 2006-03-13 John Paul Wallington <jpw@pobox.com>
4359
4360 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4361 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4362
4363 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4364
4365 * cus-start.el (all): Delete :version keyword for members of the
4366 fringe group, since the entire group is new in 22.1.
4367
4368 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4369
4370 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4371 map if value is hexadecimal (an address).
4372 (gud-watch): Only search roots for existing watch expressions.
4373 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4374 prevent caching problems with speedbar-update-directory-contents.
4375
4376 2006-03-12 Juri Linkov <juri@jurta.org>
4377
4378 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4379 before comparing with `low' and `warn'.
4380
4381 * info.el (Info-dir-remove-duplicates): Move point to the
4382 beginning of the current line after deleting the entries from
4383 redundant heading. Use marker for `limit' and compare it with
4384 point before calling `re-search-forward'.
4385
4386 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4387
4388 * simple.el (yank): Fix typo in docstring.
4389
4390 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4391
4392 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4393 messages, where "D" is the 6th character.
4394
4395 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4396
4397 * simple.el (yank): Fix last change.
4398
4399 2006-03-11 David Ponce <david@dponce.com>
4400
4401 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4402 merging elements from the standard ispell-dictionary-alist.
4403 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4404 alist, and return the new alist.
4405
4406 2006-03-11 Richard Stallman <rms@gnu.org>
4407
4408 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4409
4410 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4411 the way it is implemented is too unclean.
4412
4413 * simple.el (kill-region, yank): Doc fix.
4414
4415 * battery.el (battery-echo-area-format): Doc fix.
4416 (battery-mode-line-format): Likewise.
4417 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4418 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4419
4420 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4421
4422 * progmodes/octave-mod.el (octave-indent-for-comment):
4423 Behave according to do string.
4424
4425 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4426
4427 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4428 Be visible only if major mode is Mail Mode.
4429
4430 * textmodes/flyspell.el (flyspell-external-point-words)
4431 (flyspell-process-localwords): Fix last changes.
4432
4433 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4434
4435 * calendar/holidays.el (list-holidays): Doc fix.
4436
4437 * international/mule.el (auto-coding-alist): Add .odt
4438 (OpenOffice's open document) files.
4439
4440 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4441 document) files. Mention in the doc string the need to sync with
4442 auto-coding-alist.
4443
4444 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4445
4446 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4447 enable-local-variables is set to always query, or there is no
4448 savable variable.
4449
4450 2006-03-10 Bill Wohler <wohler@newt.com>
4451
4452 * image.el (image-load-path-for-library): Merge at least three
4453 functions from Gnus and MH-E into this one function that can now
4454 be shared.
4455
4456 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4457
4458 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4459 gdb-remove-mouse-face and remove help-echo too.
4460 (gdb-enqueue-input): Correct conditional clause.
4461
4462 2006-03-10 Glenn Morris <rgm@gnu.org>
4463
4464 * calendar/calendar.el (calendar-holidays): Doc fix.
4465 * calendar/holidays.el (list-holidays): Doc fix.
4466
4467 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4468
4469 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4470 it gets called in gdb-prompt anyway.
4471 (gdb-use-separate-io-buffer): Only restore window arrangement for
4472 gdb-many-windows.
4473 (gdb-enqueue-input): Make it harder to send GDB input when program
4474 is running.
4475 (gdb-buffer-list): New variable.
4476 (gdb-remove-mouse-face): New function.
4477 (gdb-starting): Use it when GDB input won't get sent.
4478
4479 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4480
4481 * help.el (view-lossage): Remove trailing whitespace before
4482 inserting "\n".
4483
4484 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4485
4486 * files.el (hack-local-variables-confirm):
4487 Set coding-system-for-read to nil before writing to .emacs.
4488
4489 * arc-mode.el (archive-extract): Check if an existing buffer name
4490 comes from a different archive.
4491
4492 * help.el (describe-key-briefly): If KEY is a down event, read and
4493 discard the up event.
4494
4495 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4496
4497 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4498 be edited and use font-lock-warning-face for any changes.
4499
4500 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4501 (gdb-edit-value): Use it to report any errors.
4502
4503 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4504
4505 * help.el (describe-key): Remove leftover test code.
4506
4507 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4508
4509 * textmodes/org.el: Move defvars out of eval-when-compile.
4510 Use buffer-file-name variable.
4511 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4512 arg `file'.
4513 (org-level-faces): Remove startup dependency.
4514 (org-cycle, org-map-tree, org-scan-tags)
4515 (org-remember-handler): Don't call `outline-level' directly.
4516 (org-mhe-search-all-folders): New option.
4517 (org-mhe-get-message-folder-from-index)
4518 (org-mhe-get-message-folder): Fix indexing search.
4519 (org-format-agenda-item): Handle nil TAGS argument.
4520 (org-cleaned-string-for-export, org-activate-target-links)
4521 (org-make-target-link-regexp): Deal with empty radio target list.
4522 (org-tag): New face.
4523 (org-get-level-face): New function.
4524 (org-set-font-lock-defaults): Simplify setup for headlines.
4525 (org-complete): Pass common substring to `display-completion-list'.
4526
4527 2006-03-06 David Ponce <david@dponce.com>
4528
4529 * tree-widget.el: Update Commentary header.
4530 (tree-widget-theme-name): Ignore parent themes.
4531 (tree-widget-set-parent-theme): New function.
4532 (tree-widget-set-theme): Use it.
4533 (tree-widget-set-image-properties): Move definition. Does nothing
4534 if image properties have already been set.
4535 (tree-widget-image-properties): Move definition. Receive an image
4536 name. Set the :pointer property.
4537 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4538 Don't set the :pointer image property.
4539 (tree-widget-convert-widget): New function. Handle :dynargs
4540 compatibility here.
4541 (tree-widget): Use it to :convert-widget. Add the :expander-p
4542 predicate to control when the :expander function is entered.
4543 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4544 (tree-widget-value-create): Handle :expander-p. widget-apply
4545 :expander.
4546 (tree-widget-expander-p): New function. Default value of the
4547 :expander-p property.
4548
4549 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4550
4551 * help.el (describe-key): Properly handle the return value of
4552 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4553 remaps. Handle string and vector `follow-link' values.
4554
4555 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4556
4557 * complete.el (PC-expand-many-files): Try be more careful when parsing
4558 the shell's output.
4559
4560 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * outline.el (hide-sublevels): Provide better interactive default.
4563
4564 2006-03-06 Kenichi Handa <handa@m17n.org>
4565
4566 * international/fontset.el (create-fontset-from-fontset-spec):
4567 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4568
4569 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4570
4571 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4572 backslashes instead of one in regexp.
4573 (gud-tooltip-dereference): Add missing optional argument.
4574
4575 2006-03-04 John Paul Wallington <jpw@pobox.com>
4576
4577 * wdired.el (toplevel): Require `cl' at compile-time.
4578
4579 2006-03-04 Andreas Schwab <schwab@suse.de>
4580
4581 * server.el (server-process-filter): Handle errors during
4582 evaluation of the argument.
4583
4584 2006-03-03 John Paul Wallington <jpw@pobox.com>
4585
4586 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4587 escape parentheses at beginning of line.
4588 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4589 (t-mouse-mode): Remove period from end of error message.
4590
4591 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4592
4593 * textmodes/flyspell.el (flyspell-process-localwords):
4594 Be case-sensitive.
4595
4596 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4597
4598 * cus-edit.el (custom-quote): Remove function, since it has been
4599 moved to custom.el.
4600
4601 * font-lock.el (lisp-font-lock-keywords-2)
4602 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4603 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4604 they have no special meaning.
4605
4606 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4607 indirect buffer gets killed before indirect buffer. Use dolist.
4608
4609 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4610
4611 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4612 value instead of a literal constant (1) on more pauses.
4613
4614 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4615
4616 * textmodes/flyspell.el (flyspell-external-point-words):
4617 Be case-sensitive.
4618
4619 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4620
4621 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4622 with "www".
4623
4624 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4625
4626 * allout.el: Restablish intermediate missing comment header to
4627 preserve outline structure.
4628 (allout-beginning-of-current-entry): Skip invisible text.
4629 (allout-open-topic): Fix opening a topic at end-of-buffer.
4630 (allout-minor-mode): Move nearer to allout-mode function.
4631
4632 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4633
4634 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4635
4636 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4637
4638 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4639 is nil.
4640
4641 * progmodes/gud.el (gud-speedbar-menu-items):
4642 Use buffer-local-value and add missing :visible keyword.
4643
4644 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4645
4646 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4647
4648 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4649 must be `follow-link'.
4650
4651 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4652
4653 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4654 formatting: No nested anchors.
4655 (org-all-targets): Fix bug with XEmacs compatibility.
4656 (org-read-date): Add (require 'parse-time).
4657 (org-set-tags): Fix bug with extra inserted space.
4658 (org-export-html-style): Define a style class for targets.
4659 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4660 (org-hide-leading-stars): New option.
4661 (org-hide): New face.
4662 (org-set-font-lock-defaults): Allow to hide leading stars.
4663 (org-get-legal-level, org-tr-level): New functions.
4664 (org-odd-levels-only): New option.
4665 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4666 (org-demote, org-promote): Deal with double-star levels.
4667 (org-convert-to-odd-levels): New command.
4668
4669 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * speedbar.el (speedbar-update-localized-contents): Try to
4672 preserve window-start.
4673 (speedbar-update-directory-contents): Try to preserve window-start
4674 and window-point.
4675 (speedbar-update-special-contents): Don't move back to start of window.
4676
4677 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4678 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4679 speedbar-timer-fn.
4680 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4681 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4682 instead of gdb-speedbar-timer-fn.
4683
4684 2006-02-28 Jay Belanger <belanger@truman.edu>
4685
4686 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4687 (math-compose-expr): Use latex option when calling
4688 `math-compose-tex-matrix' for latex mode.
4689
4690 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4691
4692 * speedbar.el: Re-instate comments about developing for speedbar
4693 [this is what info and gdb-ui use even if better methods exist now].
4694
4695 * t-mouse.el: New file.
4696 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4697 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4698 (t-mouse-make-event-element): Use posn-at-x-y instead.
4699 (t-mouse-make-event): Deal with Fedora Core 3.
4700 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4701 (t-mouse-mouse-position-function): New function. Use it instead
4702 of advising mouse-position.
4703 (t-mouse-mode): New minor mode.
4704 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4705
4706 2006-02-27 Glenn Morris <rgm@gnu.org>
4707
4708 * calendar/calendar.el (calendar-holidays): Doc fix.
4709
4710 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4711
4712 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4713 Re-introduce the concept of a source window.
4714 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4715 consistency with get-buffer-create.
4716 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4717 (gdb-data-list-register-values-handler)
4718 (gdb-stack-list-locals-handler): Try to preserve window-start as
4719 well as window-point.
4720 (gdb-display-source-buffer): New function (old concept).
4721 (gdb-goto-breakpoint): Use it.
4722
4723 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4724 for gdb-ui/gdb-mi (old concept).
4725
4726 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4727
4728 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4729 binding.
4730
4731 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4732
4733 * textmodes/reftex-sel.el (reftex-select-label-map)
4734 (reftex-select-bib-map): Add `follow-mouse' binding.
4735
4736 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4737
4738 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4739 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4740 Give :set functions to provide automatic updating.
4741 Update docstring. Give compiler defvars early in the file
4742 and move the defcustoms to a later spot where all called functions
4743 are defined.
4744 (jka-compr-file-name-handler-entry): Doc fix.
4745 (jka-compr-compression-info-list--internal)
4746 (jka-compr-mode-alist-additions--internal)
4747 (jka-compr-load-suffixes--internal): New variables.
4748 (jka-compr-install): Set the three above variables.
4749 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4750 (jka-compr-update, jka-compr-set): New functions.
4751 (auto-compression-mode): Doc fix.
4752
4753 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4754 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4755 Use jka-compr-compression-info-list--internal,
4756 jka-compr-mode-alist-additions--internal and
4757 jka-compr-load-suffixes--internal.
4758
4759 * files.el (load-library):
4760 * loadhist.el (file-loadhist-lookup):
4761 * startup.el (command-line):
4762 * subr.el (locate-library):
4763 * emacs-lisp/autoload.el (update-directory-autoloads):
4764 * emacs-lisp/find-func.el (find-library-suffixes):
4765 Use `get-load-suffixes' instead of `load-suffixes'.
4766
4767 * subr.el (locate-library):
4768 * emacs-lisp/find-func.el (find-library-name):
4769 Use `load-file-rep-suffixes' instead of '("").
4770
4771 2006-02-26 Kim F. Storm <storm@cua.dk>
4772
4773 * ido.el (ido-save-history, ido-load-history): Simplify.
4774 Don't use find-file-noselect to avoid interference from other modes.
4775
4776 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4777
4778 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4779 to use the default shell if filename is not available.
4780 Reported by Giorgos Keramidas.
4781
4782 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4783
4784 * progmodes/etags.el (tags-completion-table): Do completion from
4785 all the tables in the current list, as documented in the manual.
4786
4787 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4788
4789 * CC Mode Update to 5.31.3.
4790
4791 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4792
4793 * progmodes/cc-mode.el (c-postprocess-file-styles):
4794 Bind inhibit-read-only to t, around the call to
4795 c-remove-any-local-eval-or-mode-variables, so that it works on a
4796 RO file.
4797
4798 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4799
4800 * progmodes/cc-awk.el: Correct a typo.
4801
4802 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4803
4804 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4805 c-hungry-delete-backwards, at the request of RMS. Leave the old
4806 name as an alias.
4807
4808 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4809
4810 * progmodes/cc-mode.el: Correct a typo.
4811
4812 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4813
4814 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4815
4816 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4817
4818 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4819 brace-else-brace (error due to mbeg, mend being undefined).
4820
4821 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4822
4823 * progmodes/cc-mode.el: File Local variables: Solve the problem
4824 where both `mode' and c-file-offsets are specified: `mode' will
4825 overwrite c-f-o's settings:
4826 (c-remove-any-local-eval-or-mode-variables): New function.
4827 (c-postprocess-file-styles): Call the above new function, within
4828 c-tentative-buffer-change, to splat `mode' and `eval' before the
4829 second hack-local-variables.
4830
4831 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4832
4833 * progmodes/cc-mode.el:
4834 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4835 (c-after-change): Protect the match data with save-match-data.
4836 It was getting corrupted by c-after-change-check-<>-operators.
4837
4838 * cc-defs.el: [Supersedes patch V1.38]:
4839 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4840 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4841
4842 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4843 with save-match-data. It was being corrupted when Font Lock was
4844 not enabled.
4845
4846 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4847
4848 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4849 Mode and Subword Mode.
4850
4851 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4852 real labels ("case 1:" or "foo:") from non-labels ("public:").
4853 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4854 coding; c-f-t-2 doesn't move over a token at EOB.
4855
4856 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4857
4858 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4859 (c-update-modeline): Concatenate the minor mode indicators
4860 directly onto mode-name, removing c-submode-indicators.
4861 Sometimes, c-s-i got separated from the mode name on the mode line.
4862
4863 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4864 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4865
4866 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4867
4868 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4869 error message when there's an evaluation error to show whether
4870 it's loaded from source or not.
4871 (c-filter-ops): Make it available at runtime too to work when
4872 `c-make-init-lang-vars-fun' needs to evaluate from source.
4873
4874 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4875
4876 * help.el (help): Revert last part of 2006-02-23 change (deletion
4877 of the `provide' call).
4878
4879 2006-02-23 Juri Linkov <juri@jurta.org>
4880
4881 * compare-w.el (compare-windows-highlight): Add new value
4882 `persistent' and change :type from `boolean' to `choice'.
4883 (compare-windows-overlays1, compare-windows-overlays2):
4884 New internal variables.
4885 (compare-windows-highlight): If compare-windows-highlight is
4886 `persistent', add current overlays to compare-windows-overlays[12]
4887 instead of adding compare-windows-dehighlight to pre-command-hook.
4888 (compare-windows-dehighlight): Delete all overlays from
4889 compare-windows-overlays[12].
4890
4891 * info.el (Info-search): Don't bind search-spaces-regexp to
4892 Info-search-whitespace-regexp in non-regexp isearch mode.
4893
4894 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4895
4896 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4897
4898 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * textmodes/org.el (org-xemacs-p)
4901 (org-export-html-show-new-buffer, org-table-may-need-update)
4902 (org-insert-item, org-mhe-get-message-real-folder)
4903 (org-mhe-get-message-folder-from-index)
4904 (org-mhe-get-message-folder, org-mhe-get-message-num)
4905 (org-mhe-get-header, org-make-org-heading-search-string)
4906 (org-make-org-heading-camel, org-table-sort-lines)
4907 (org-format-org-table-html, org-format-table-table-html):
4908 Fix typos in docstrings.
4909
4910 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4911
4912 * textmodes/org.el (org-cleaned-string-for-export)
4913 (org-solidify-link-text): New function.
4914 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4915 XEmacs, just to silence the compiler.
4916 (org-export-as-ascii, org-export-as-html-and-open):
4917 Use `org-cleaned-string-for-export' and create internal links.
4918 (org-follow-mhe-link): Require mh-e, use folder.
4919
4920 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4921
4922 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4923
4924 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4925 gdb-debug-log-length.
4926 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4927 it a real ring but...
4928 (gud-gdba-marker-filter): ...make it work like mark-ring.
4929 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4930 (gdb-mouse-jump): New function. Add bindings.
4931
4932 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4933
4934 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4935 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4936 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4937 (gdb-debug-log-length): Customize it's length.
4938 (gud-watch, gdb-var-create-handler): Display function::var format
4939 but don't use to create variable object.
4940 (gdb-var-create-handler): Use message-box in place of message.
4941 (gdb-stopped): Call gdb-exited if signalled.
4942
4943 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4944
4945 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4946
4947 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4948
4949 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4950 if `reftex-try-all-extensions' is set.
4951
4952 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4953 fail silently when there is no valid argument at point.
4954 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4955 `fail-silently' argument. From a patch by David Reiter.
4956
4957 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4958 New commands.
4959 (org-mark-ring): New variable.
4960 (org-mark-ring-length): New option.
4961 (org-open-at-point, org-goto, org-open-file): Push old position
4962 onto the mark ring.
4963 (org-add-hook): New function.
4964 (org-export-table-remove-special-lines): New option.
4965 (org-skip-comments, org-format-org-table-html): Respect new
4966 option `org-export-table-remove-special-lines'.
4967 (org-open-file): Allow special command configuration for
4968 directory link.
4969 (org-file-apps): Fix bugs in customize type, added setting
4970 for directories.
4971 (org-activate-tags, org-format-agenda-item, org-complete)
4972 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4973 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4974 (org-link-search, org-make-org-heading-search-string)
4975 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4976 (org-radio-targets, org-file-link-context-use-camel-case)
4977 (org-activate-camels): New options.
4978 (org-update-radio-target-regexp, org-all-targets)
4979 (org-make-target-link-regexp, org-activate-target-links):
4980 New functions.
4981 (org-make-org-heading-search-string): New function.
4982 (org-store-link, org-insert-link): Use new option
4983 `org-file-link-context-use-camel-case'.
4984 (org-activate-camels): Use new option `org-activate-camels'.
4985 (org-link-regexp): Add mhe prefix.
4986 (org-open-at-point, org-store-link): Support for mhe links.
4987 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4988 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4989 (org-mhe-get-header, org-follow-mhe-link): New functions.
4990 (org-remove-angle-brackets, org-add-angle-brackets):
4991 New functions.
4992 (org-bracket-link-regexp): New constant.
4993 (org-read-date): Fix bug that was rejecting all typed dates.
4994 (org-link-search): Make hierarchy above visible after a match.
4995 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4996 (org-store-link): Fix bug with link creation when cursor is in
4997 an empty line.
4998 (org-open-at-point): Fix bug with matching a link.
4999 Fixed buggy argument sequence in call to `org-view-tags'.
5000 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5001 (org-prefix-has-tag): New variable.
5002 (org-format-agenda-item): Remove tags from headline
5003 if appropriate.
5004 (org-agenda-remove-tags-when-in-prefix): New option.
5005
5006 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5007
5008 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5009 Fix the regular expressions.
5010
5011 2006-02-21 Richard M. Stallman <rms@gnu.org>
5012
5013 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5014 if there's no other specific basis.
5015
5016 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5017 as variables at all.
5018 (unsafep-variable): Rename arg; doc fix.
5019
5020 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5021
5022 * calendar/appt.el (diary-selective-display): Add defvar.
5023
5024 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5025
5026 * isearch.el (search-whitespace-regexp): Fix custom type.
5027
5028 * help.el (describe-key-briefly): Compute interactive args
5029 in same was as before previous change.
5030
5031 * files.el (enable-local-variables): Doc fix.
5032
5033 2006-02-21 Kim F. Storm <storm@cua.dk>
5034
5035 * fringe.el: Cleanup as file is now pre-loaded.
5036 (fringe-bitmaps): Initialize unconditionally.
5037 (fringe-mode, set-fringe-style): Remove autoload cookies.
5038
5039 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5040
5041 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5042 `horizontal-bar'.
5043 (fringe-cursor-alist): Use `horizontal-bar'.
5044
5045 2006-02-20 Kim F. Storm <storm@cua.dk>
5046
5047 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5048 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5049
5050 * loadup.el: Load "fringe" on window systems.
5051
5052 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5053
5054 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5055 out of scope components.
5056
5057 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5058 default.
5059
5060 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5061
5062 * custom.el (customize-mark-to-save, customize-mark-as-set):
5063 Load the symbol first.
5064
5065 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5066
5067 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5068 strech spec so it doesn't display as "^J" on the header line
5069 when `Buffer-menu-use-header-line' is t.
5070
5071 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5072
5073 * speedbar.el (speedbar-make-button): Keep text properties
5074 of string arguments if desired.
5075
5076 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5077 expessions.
5078
5079 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5080 of speedbar.
5081
5082 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5083
5084 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5085 to value of `read-file-name-completion-ignore-case'.
5086
5087 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5088
5089 * custom.el (customize-mark-as-set): Push to `user' theme.
5090
5091 * cus-edit.el (custom-save-variables): Allow unthemed values.
5092 (customize-set-variable): Push setting to `user' theme.
5093
5094 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5095
5096 * progmodes/gud.el: Don't require font-lock as it's now
5097 automatically loaded.
5098 (gud-speedbar-buttons): Replace gdb-var-changed with
5099 gdb-force-update.
5100
5101 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5102 gdb-var-changed.
5103 (gdb-post-prompt): Use it.
5104 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5105 (gdb-var-update-handler, gdb-var-delete)
5106 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5107 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5108 gdb-force-update in gdb-post-prompt.
5109 (gdb-reset): Clear watch expressions from speedbar when quitting.
5110
5111 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5112
5113 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5114 (viper-change-state-to-vi, viper-change-state-to-emacs):
5115 Make aware of cursor coloring in the Emacs state.
5116 (viper-special-read-and-insert-char): Use read-char-exclusive.
5117 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5118
5119 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5120
5121 * viper-util.el (viper-save-cursor-color)
5122 (viper-get-saved-cursor-color-in-replace-mode)
5123 (viper-get-saved-cursor-color-in-insert-mode)
5124 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5125 state.
5126 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5127
5128 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5129 (ediff-ignore-case-option3, ediff-actual-diff-options)
5130 (ediff-actual-diff3-options): New variables to control case sensitivity.
5131 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5132 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5133 (ediff-toggle-ignore-case): New function.
5134 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5135
5136 * ediff-help.el (ediff-long-help-message-narrow2)
5137 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5138 (ediff-long-help-message-word-mode): Add ignore-case command.
5139 (ediff-help-for-quick-help): Add ignore-case command.
5140
5141 * ediff-merg.el: Move provide to the end.
5142
5143 * ediff-ptch.el: Move provide to the end.
5144
5145 * ediff-wind.el: Move provide to the end.
5146
5147 * ediff-mult.el: Move provide to the end.
5148 (ediff-set-meta-overlay): Enable follow-link.
5149
5150 * ediff.el: Move provide to the end.
5151 Break recursive load cycle in eval-when-compile.
5152 (ediff-patch-buffer): Better heuristics.
5153
5154 * ediff-util.el: Move provide to the end.
5155 Break recursive load cycle in eval-when-compile.
5156 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5157 defuns.
5158 (ediff-submit-report): Pass the values of ediff-diff3-program,
5159 ediff-diff3-options.
5160
5161 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5162
5163 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5164 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5165 `' (for example, in the docstring of `windmove-default-keybindings').
5166
5167 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5168
5169 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5170 shadow face. Don't provide binding to edit variable when it is
5171 out of scope.
5172
5173 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5174 (gdb-var-update-handler): Detect out of scope variables with pre
5175 GDB 6.4 too.
5176 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5177 Reset status of variable objects to nil in update handlers.
5178 (gdb-var-update-handler-1): Detect when a variable object comes
5179 in scope. setcar on var changes gdb-var-list directly.
5180
5181 2006-02-17 Juri Linkov <juri@jurta.org>
5182
5183 * ffap.el (ffap) <defface>: Add explicit face declaration.
5184 (ffap-highlight): Use face `ffap' directly instead of checking
5185 for its existence.
5186
5187 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5188 `visible-ok' of `other-buffer' to find the right original buffer.
5189
5190 * info.el (Info-search): Skip `Local Variables' node.
5191
5192 2006-02-17 Juri Linkov <juri@jurta.org>
5193
5194 * info.el (Info-find-file): Check for symbols `apropos', `history',
5195 `toc' in the input filename, and return these symbols as is.
5196 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5197 `history', `toc' instead of strings.
5198 (Info-set-mode-line): For non-string Info-current-file use the
5199 symbol's name inside **.
5200 (Info-isearch-push-state): Add quote before Info-current-file and
5201 Info-current-node.
5202 (Info-isearch-pop-state): Use `equal' instead of `string='.
5203 (Info-extract-pointer, Info-following-node-name): Use
5204 `match-string-no-properties' instead of `match-string'.
5205 (Info-up): Check `old-file' for `stringp'.
5206 (Info-history): Use `equal' instead of `string-equal'.
5207 Check `file' for `stringp'.
5208 (Info-history): Use symbol `history' instead of string as first arg
5209 of `Info-find-node'.
5210 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5211 `toc' instead of string.
5212 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5213 instead of `buffer-substring', and `match-string-no-properties'
5214 instead of `match-string'.
5215 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5216 instead of strings.
5217 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5218 Use symbol `apropos' instead of string.
5219 (Info-copy-current-node-name): Check `Info-current-file' for
5220 `stringp' and construct a command with `Info-find-node' from it.
5221 (Info-fontify-node): Use `match-string-no-properties' instead of
5222 `match-string' and check file names for `stringp'.
5223 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5224 `history', `toc' instead of strings.
5225
5226 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * files.el: Rearrange functions and variables in the file local
5229 variables section.
5230
5231 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5232
5233 * files.el: Add truncate-lines, ispell-check-comments and
5234 ispell-local-dictionary as safe local variables.
5235
5236 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5237
5238 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5239 out of scope variables.
5240 (gud-speedbar-buttons): Use unless.
5241
5242 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5243 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5244 (gdb-show-changed-values): Also use for out of scope variables.
5245 (gdb-var-update-handler-1): Note if variable goes out of scope.
5246
5247 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5248
5249 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5250 default to global variable values for unsupplied args.
5251 (rcirc-get-buffer-create): Fix bug with setting the target.
5252 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5253 test for rcirc-always-use-server-buffer-flag here.
5254 (rcirc-response-formats): Add %N, which is a facified nick. %n
5255 uses the default face. Change the ACTION format string. If the
5256 "nick" is the server, don't print anything for that field.
5257 Comment fixes.
5258 (rcirc-target-buffer): Don't test
5259 rcirc-always-use-server-buffer-flag here.
5260 (rcirc-print): Squeeze extra spaces out of the text before message.
5261 (rcirc-put-nick-channel): Strip potential "@" char from nick
5262 before adding them to nick table.
5263 (rcirc-url-regexp): Improve to match address like "foo.com".
5264
5265 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5266
5267 * allout.el (allout-hidden-p): Move this defsubst before
5268 allout-overlay-interior-modification-handler, where it is first
5269 used.
5270
5271 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5272
5273 * allout.el: Use allout invisible-text overlays instead of
5274 selective display for concealed text. Also, lots of general
5275 cleanup, and improved compatibility code.
5276
5277 (allout-version) Incremented, corrected, revised, and refined
5278 module commentary.
5279
5280 (provide 'allout): Moved to the bottom, added a require of overlay.
5281
5282 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5283 `except-current'.
5284 (allout-write-file-hook-handler): Minimize delay.
5285 (count-trailing-whitespace-region): New function so
5286 auto-encryption of current topic can resituate cursor exactly.
5287 PGP/GPG encryption trims trailing whitespace from lines, which
5288 must be accounted for across encryption then decryption.
5289
5290 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5291 just plain "\C-c", to avoid intruding on user's keybinding space.
5292
5293 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5294 parameter, so user request to provide a new password is done.
5295
5296 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5297 Refined mechanism for auto-filling behavior while in allout mode.
5298
5299 (allout-mode): Explicitly specify the mode map in the docstring.
5300 Clarify provision for various write-file hook var names.
5301 Adjusted for invisible-text overlays instead of selective-display.
5302
5303 (allout-depth): Really return 0 if not within any topic. This
5304 rectifies `allout-beginning-of-level' and sequence numbering
5305 errors that occur when cutting and pasting numbered topics.
5306 Changed from a in-line subst to a regular function, as well.
5307
5308 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5309
5310 (allout-end-of-subtree, allout-end-of-subtree)
5311 (allout-end-of-entry, allout-end-of-current-heading)
5312 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5313 (allout-show-children, allout-show-to-offshoot)
5314 (allout-hide-current-entry, allout-show-current-entry): Rectified
5315 handling of trailing blank lines between items.
5316
5317 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5318 (allout-current-depth, allout-unprotected, allout-hidden-p)
5319 (allout-on-current-heading-p, allout-listify-exposed)
5320 (allout-chart-subtree, allout-goto-prefix)
5321 (allout-back-to-current-heading, allout-get-body-text)
5322 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5323 (allout-hide-region-body, allout-toggle-subtree-encryption)
5324 (allout-encrypt-string, allout-encrypted-key-info)
5325 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5326 (allout-file-vars-section-data): Adjusted for use with
5327 invisible-text overlays instead of selective-display.
5328
5329 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5330 Reworked for use with invisible text overlays.
5331
5332 (allout-current-topic-collapsed-p): New function.
5333
5334 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5335 to know when to close the containing topic.
5336
5337 (allout-pre-command-business, allout-post-command-business):
5338 Simplify undo-batching and dynamic isearch exposure.
5339
5340 (allout-set-overlay-category): New for invisible-text overlays.
5341 Sets properties of allout-overlay-category, used by
5342 allout-flag-region to set invisible-text overlay properties.
5343 (allout-get-invisibility-overlay): Get the first qualifying
5344 invisibility overlay, so we can find the extent of it.
5345 (allout-back-to-visible-text): Get to just before the beginnining
5346 of the current invisibility overlay, if any.
5347
5348 (allout-overlay-insert-in-front-handler)
5349 (allout-overlay-interior-modification-handler)
5350 (allout-before-change-handler, allout-isearch-end-handler): New
5351 functions to handle extraordinary actions affecting concealed
5352 text.
5353
5354 (allout-flag-region): Use overlays instead of selective-display
5355 for invisible text - by inheritence from the properties of
5356 allout-overlay-category in mainline Emacs, and applied
5357 property-by-property in XEmacs, some recent versions of which
5358 don't inherit the properties from the category. Provisions to
5359 respond to concealed-text edits simplified drastically.
5360
5361 (allout-isearch-rectification, allout-isearch-was-font-lock)
5362 (allout-isearch-expose, allout-enwrap-isearch)
5363 (allout-isearch-abort, allout-pre-was-isearching)
5364 (allout-isearch-prior-pos, allout-isearch-did-quit)
5365 (allout-isearch-dynamic-expose)
5366 (allout-hide-current-entry-completely): Functions deleted.
5367
5368 (allout-undo-aggregation): Explicit undo aggregation no longer
5369 necessary due to transition away from selective-display.
5370
5371 (set-allout-regexp, allout-up-current-level)
5372 (allout-next-visible-heading, allout-forward-current-level)
5373 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5374 (allout-kill-line, allout-yank-processing, allout-show-children)
5375 (allout-expose-topic, allout-old-expose-topic)
5376 (allout-listify-exposed, allout-insert-latex-header)
5377 (allout-toggle-subtree-encryption, allout-encrypt-string)
5378 (remove-from-invisibility-spec, allout-hide-current-subtree):
5379 Ditched unused variables.
5380
5381 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5382
5383 * textmodes/ispell.el (ispell-change-dictionary): Call
5384 ispell-buffer-local-dict instead of
5385 ispell-accept-buffer-local-defs.
5386 (ispell-local-dictionary-alist): Accept as valid any coding-system
5387 supported by Emacs.
5388 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5389 changed to iso-8859-3.
5390
5391 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5392
5393 * speedbar.el (speedbar-frame-width): Make an inline function
5394 instead of a macro. Use frame-width.
5395 (speedbar-try-completion, speedbar-update-contents)
5396 (speedbar-timer-fn): Use consp.
5397 (speedbar-update-localized-contents): Try to preserve point.
5398
5399 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5400 (menu): Re-order menu items.
5401 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5402 field.
5403 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5404 (gdb-post-prompt): Speed things by not forcing update.
5405
5406 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5409 press and perform default action if we get a mouse movement event.
5410
5411 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * calendar/icalendar.el (icalendar--get-event-property)
5414 (icalendar--get-event-property-attributes): Fix typos in
5415 docstrings.
5416
5417 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5418 docstring.
5419
5420 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5421
5422 * bs.el (bs-mode): Use `buffer-disable-undo'.
5423 (bs--get-file-name): Simplify.
5424 (bs-show-in-buffer): Mark the buffer as not modified.
5425
5426 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5427
5428 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5429 widget-button-click.
5430
5431 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5432 (custom-mode): Update docstring.
5433
5434 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5435 binding.
5436
5437 * files.el (hack-local-variables-confirm): Allow scrolling if the
5438 file variable list is too long. Kill temp buffer after use.
5439
5440 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * progmodes/gud.el (gdb): Improve doc string.
5443 (gdb-script-font-lock-keywords): Expand allowed character set.
5444
5445 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5446 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5447 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5448 (gdb-separate-io-stop, gdb-separate-io-eof):
5449 Rename from gdb-inferior-* to gdb-separate-*.
5450 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5451
5452 2006-02-14 Jay Belanger <belanger@truman.edu>
5453
5454 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5455 expression is a symbol before checking that it is bound.
5456
5457 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5458 test to see if equation can be solved.
5459
5460 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5461
5462 * wid-edit.el (widget-button-click): Use :pressed-face property
5463 for overlay face, if it exists.
5464
5465 * cus-edit.el (custom-manual, custom-add-see-also)
5466 (custom-add-parent-links, custom-group-link): Add :pressed-face
5467 property to links.
5468
5469 * files.el (hack-local-variables): Remove ignored variables before
5470 checking if any variables need setting.
5471
5472 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5473
5474 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5475
5476 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * help.el (where-is): Fix message for remapped commands.
5479
5480 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5481 Fix typos in docstrings.
5482
5483 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5484
5485 * files.el (safe-local-variable-values): New option.
5486 (hack-local-variables-prop-line): Return a list of variable-value
5487 pairs if MODE-ONLY is non-nil.
5488 (hack-local-variables): Construct list of variable-value pairs,
5489 and apply or reject them in one go. Ask for confirmation if
5490 variables are not known safe.
5491 (hack-local-variables-confirm): Complete rewrite. Support
5492 `safe-local-variable-values'.
5493 (enable-local-variables): Update docstring to reflect new
5494 behavior.
5495 (ignored-local-variables): Ignore ignored-local-variables and
5496 safe-local-variable-values.
5497 (safe-local-variable-p): New function.
5498 (risky-local-variable-p): `safe-local-variable' property check
5499 moved to safe-local-variable-p.
5500 (hack-one-local-variable): Checks moved to hack-local-variables.
5501
5502 (byte-compile-dynamic, c-basic-offset, c-file-style)
5503 (c-indent-level, comment-column, fill-column, fill-prefix)
5504 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5505 (no-update-autoloads, outline-regexp, page-delimiter)
5506 (paragraph-start, paragraph-separate, sentence-end)
5507 (sentence-end-double-space tab-width, version-control):
5508 Add `safe-local-variable' property.
5509
5510 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5511
5512 * icomplete.el, play/landmark.el: Change nonexistent
5513 `outline-layout' file variable to `allout-layout'.
5514
5515 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5516
5517 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5518 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5519 to gud-comint-buffer.
5520 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5521 gdb-ui.el for gdb-mi.el.
5522 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5523 registers buffer to gdb-get-changed-registers.
5524 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5525 deletion of catchpoints (throw and catch).
5526 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5527 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5528 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5529 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5530 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5531
5532 2006-02-13 Jay Belanger <belanger@truman.edu>
5533
5534 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5535 expression is a symbol before checking that it is bound.
5536
5537 2006-02-13 Richard M. Stallman <rms@gnu.org>
5538
5539 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5540 for the minibuffer too, but not if resize-mini-windows will interfere.
5541
5542 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5543 inside `interactive' spec.
5544 (describe-key-briefly-internal, describe-key-internal):
5545 Functions merged back into their callers.
5546
5547 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5548
5549 * info.el (info-xref-visited): Inherit from info-xref too.
5550 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5551 when propertizing Info-current-file and Info-current-node.
5552
5553 2006-02-13 Juri Linkov <juri@jurta.org>
5554
5555 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5556 (tumme-thumb-name): Fix per-directory format.
5557
5558 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5559
5560 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5561
5562 2006-02-12 Miles Bader <miles@gnu.org>
5563
5564 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5565
5566 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5567
5568 * tumme.el: Remove history section. If someone needs the it, it
5569 can always be found in CVS.
5570
5571 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5572
5573 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5574 about the Thumbnail Managing Standard option.
5575
5576 2006-02-12 Richard M. Stallman <rms@gnu.org>
5577
5578 * subr.el (substitute-key-definition): Doc fix.
5579
5580 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5581
5582 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5583
5584 * info.el (Info-mode): Doc fix.
5585
5586 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5587
5588 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5589
5590 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5591 because on Solaris a POSIX compatible "id" is needed. Reported by
5592 Magnus Henoch <mange@freemail.hu>.
5593
5594 2006-02-12 Juri Linkov <juri@jurta.org>
5595
5596 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5597 (tumme) <defgroup>: Change :group to `multimedia'.
5598 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5599 Managing Standard.
5600 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5601 Fix dostring.
5602 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5603 and %y. Fix docstring.
5604 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5605 (tumme-cmd-create-standard-thumbnail-command): New user options.
5606 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5607 is `standard'. Fix docstring.
5608 (tumme-thumb-width, tumme-thumb-height): New user options.
5609 (tumme-external-viewer): Try to find various viewers.
5610 (tumme-get-thumbnail-image): Use `create-image' instead of
5611 constructing the `image' structure.
5612 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5613 `standard'.
5614 (tumme-thumb-name): Add file name generation for standard storage.
5615 Simplify code for other storages.
5616 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5617 Add modification time %m and thumbnail-nq8 %q.
5618 Use `tumme-cmd-create-standard-thumbnail-command' if
5619 tumme-thumbnail-storage is `standard'.
5620 (tumme-dired-insert-marked-thumbs): New autoload command.
5621 (tumme-dired-after-readin-hook): New function.
5622 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5623 `tumme-thumb-size'.
5624 (tumme-display-image): Replace size-x %x and size-y %y with
5625 width %w and height %h.
5626
5627 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5628 `tumme-dired-insert-marked-thumbs'.
5629
5630 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5631
5632 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5633 include path).
5634 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5635 matching tag.
5636
5637 2006-02-12 Miles Bader <miles@gnu.org>
5638
5639 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5640 New variables.
5641 (rcirc-abbrev-nick): New function.
5642 (rcirc-format-response-string): Rewrite to use the formats in
5643 `rcirc-response-formats' and expand escape sequences therein.
5644 A text-property `rcirc-text' is added over the actual response
5645 text to make easy to find inside the returned string.
5646 (rcirc-print): When filling, just look for the `rcirc-text'
5647 text-property to find the appropriate fill prefix, instead of
5648 using hardwired patterns.
5649
5650 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5651
5652 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5653 Managing Standard.
5654
5655 2006-02-11 Kim F. Storm <storm@cua.dk>
5656
5657 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5658 Don't use insert-buffer; do insert-buffer-substring directly.
5659 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5660
5661 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5662
5663 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5664 with inhibit-read-only. Suggested by Stefan Monnier.
5665 (revert-buffer): Let insert-file-contents discard
5666 buffer-undo-list. Simplify code.
5667 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5668
5669 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5670
5671 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5672
5673 * help.el (describe-key-briefly): Now a wrapper for
5674 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5675 to t. Populate yank-menu if empty.
5676 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5677 (describe-key): Now a wrapper for describe-key-internal. Bind
5678 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5679 (describe-key-internal): Renamed from describe-key.
5680
5681 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5682
5683 * progmodes/glasses.el (glasses-separator): Doc fix.
5684 (glasses-original-separator): New defcustom.
5685 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5686
5687 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5688
5689 * mwheel.el (mouse-wheel-up-event): Doc fix.
5690
5691 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5692
5693 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5694 (tumme-dir): New function. Copied from thumbs.el.
5695
5696 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5697
5698 * desktop.el (desktop-outvar): Fix typo.
5699 (desktop-save-buffer-p): Doc fix.
5700
5701 * subr.el (substitute-key-definition): Fix typo.
5702
5703 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5704
5705 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5706 when window-system is mac.
5707
5708 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5709
5710 2006-02-10 Kim F. Storm <storm@cua.dk>
5711
5712 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5713 indirect-function instead of using condition-case.
5714
5715 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5716
5717 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5718 less `colloquial'...
5719
5720 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5721
5722 * tumme.el: Add a couple of todo items.
5723
5724 2006-02-09 Lars Hansen <larsh@soem.dk>
5725
5726 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5727 (highlight-changes-mode): Don't change desktop-locals-to-save.
5728
5729 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5730
5731 * image-mode.el (image-toggle-display): Clear image cache if using
5732 filename.
5733
5734 2006-02-09 Masatake YAMATO <jet@gyve.org>
5735
5736 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5737 a `dired-man' target.
5738
5739 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5740 boundary of symbols.
5741
5742 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5743
5744 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5745
5746 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5749 `mapcar'; return nil.
5750
5751 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5752
5753 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5754 some other event.
5755
5756 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5757
5758 * net/rcirc.el (rcirc-startup-channels-alist):
5759 Add irc.freenode.net and #emacs as defaults.
5760 (rcirc-ignore-all-activity-flag): Remove variable.
5761 (rcirc-authinfo): New variable.
5762 (rcirc-authinfo-filename): Remove variable.
5763 (rcirc-always-use-server-buffer-flag): New flag.
5764 (rcirc): M-x rcirc will automatically connect without prompting.
5765 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5766 connection in lisp.
5767 (rcirc-process-server-response-1): Remove everything but the nick
5768 portion of the sender so it doesn't need to be done everywhere
5769 else. Update related code.
5770 (global-map): Remove global keybindings.
5771 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5772 (rcirc-send-input): Split into several functions.
5773 (rcirc-process-input-line, rcirc-process-message)
5774 (rcirc-process-command): New functions.
5775 (rcirc-target-buffer): New function to determine where to route
5776 messages.
5777 (rcirc-user-nick): Save match data.
5778 (rcirc-toggle-ignore-buffer-activity)
5779 (rcirc-update-activity-string): Remove global ignore functionality,
5780 which can be done now by toggling rcirc-track-minor-mode.
5781 (rcirc-track-minor-mode-map): New keymap.
5782 (rcirc-track-minor-mode): New minor-mode.
5783 (ignore): Make the ignore output nicer. Always print it when
5784 adding or removing nicks.
5785 (rcirc-url-regexp): Improve.
5786 (rcirc-mangle-text): Remove properties before using text in the
5787 modeline.
5788 (rcirc-authenticate): Authentication data comes from
5789 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5790 (rcirc-server-prefix): Inherit from rcirc-server.
5791
5792 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5793
5794 * Makefile.in (compile): Append "|| true" to the end of the `find'
5795 command, like compile-always does.
5796
5797 2006-02-08 Sam Steingold <sds@gnu.org>
5798
5799 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5800 output from a dead connection.
5801
5802 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5803
5804 * dired.el (dired-mode-map): Add more bindings for tumme.
5805
5806 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5807
5808 * wdired.el (wdired-mode-map): Use remap.
5809 (wdired-get-filename): Massage.
5810 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5811 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5812 `keymap' property rather than `local-map'.
5813
5814 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5815
5816 * tumme.el (tumme-get-thumbnail-image): New utility function.
5817 Suggested by from Chong Yidong.
5818 (tumme-dired-with-window-configuration): Rename from
5819 `tumme-dired'. Add code to save window configuration.
5820 (tumme-restore-window-configuration): New command to restore the
5821 window configuration that `tumme-dired-with-window-configuration'
5822 saves before it changes the window configuration.
5823 (tumme-show-all-from-dir): New command to display thumbnails for
5824 all files in a directory entered by the user, like M-x thumbs.
5825 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5826 have been created.
5827 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5828 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5829 Remove obsolete test function.
5830
5831 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5832
5833 * vc.el (small-temporary-file-directory): Remove defvar; there's
5834 a defcustom for it in files.el.
5835
5836 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5837 Fix typo in message.
5838 (tumme-gallery-generate): Fix typo in `error' message.
5839 (tumme-display-window-height-correction)
5840 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5841 (tumme-line-up-interactive): Dox fixes.
5842 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5843 (tumme-restore-window-configuration, tumme-format-properties-string)
5844 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5845 Fix typos in docstrings.
5846
5847 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5848
5849 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5850
5851 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5852
5853 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5854 User should use hook if desired.
5855
5856 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5857 buffer if necessary.
5858 (gdb-delete-frame-or-window): New function.
5859 (gdb-breakpoints-mode-map): Bind "q" to it.
5860
5861 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5862
5863 * textmodes/nroff-mode.el: Clean up name space.
5864 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5865 (nroff-mode): Obey the global setting of nroff-electric-mode.
5866 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5867
5868 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5869
5870 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5871
5872 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5873
5874 2006-02-06 Lars Hansen <larsh@soem.dk>
5875
5876 * generic-x.el (etc-fstab-generic-mode): Add file system types
5877 cifs and usbdevfs. Allow special chars in file names.
5878
5879 2006-02-05 Jay Belanger <belanger@truman.edu>
5880
5881 Update copyright notices of the files in lisp/calc.
5882
5883 2006-02-05 Romain Francoise <romain@orebokech.com>
5884
5885 Update copyright notices of all files in the lisp/play directory.
5886
5887 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5888
5889 * ldefs-boot.el: Regenerate.
5890
5891 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5892
5893 2006-02-05 Kim F. Storm <storm@cua.dk>
5894
5895 * files.el (magic-mode-regexp-match-limit): New defvar.
5896 (set-auto-mode): Use it to limit magic-mode-alist matching.
5897
5898 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5899
5900 * simple.el (display-message-or-buffer): Compare the number of
5901 characters to the frame width when determining whether a 1-line
5902 message string will fit in the echo area. Count screen lines
5903 instead of buffer lines when determining whether a multi-line
5904 message will fit in the echo area/minibuffer window.
5905
5906 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5907
5908 * info.el (Info-index, Info-mode): Improve the description of the
5909 `i' command.
5910
5911 * ldefs-boot.el: Regenerate.
5912
5913 2006-02-03 Werner Lemberg <wl@gnu.org>
5914
5915 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5916 greedy to find the closing bracket in \*[...] and similar
5917 expressions. This is a first rough fix -- many additional
5918 refinements are necessary to make nroff mode really usable with groff.
5919
5920 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5921
5922 * international/mule-cmds.el (set-locale-environment):
5923 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5924 libX11.
5925
5926 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5927
5928 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5929 archive are created in archive-tmpdir.
5930
5931 2006-02-02 John Paul Wallington <jpw@pobox.com>
5932
5933 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5934 (ibuffer-fontification-alist): Use it.
5935 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5936 to "* z" and the Ibuffer Mark menu.
5937
5938 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5939
5940 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * textmodes/table.el (*table--cell-describe-mode)
5943 (*table--cell-describe-bindings): Undo last change since
5944 print-help-return-message is not obsoleted by anything at all.
5945
5946 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * emulation/cua-base.el (cua-mode): Doc fix.
5949
5950 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5951
5952 * dframe.el (dframe-handle-make-frame-visible)
5953 (dframe-handle-iconify-frame, dframe-get-focus)
5954 (dframe-select-attached-frame, dframe-power-click)
5955 (dframe-frame-mode): Fix typos in docstrings.
5956
5957 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5958 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5959 Fix typos in docstrings.
5960
5961 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5962 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5963 (hi-lock-archaic-interface-message-used)
5964 (hi-lock-file-patterns-range): Fix typos in docstrings.
5965
5966 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5967 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5968
5969 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5970 Fix typo in docstring.
5971
5972 * net/newsticker.el (newsticker--decode-iso8601-date)
5973 (newsticker--set-customvar, newsticker--buffer-insert-item)
5974 (newsticker--do-run-auto-mark-filter)
5975 (newsticker--parse-generic-feed): Doc fixes.
5976 (newsticker--retrieval-timer-list, newsticker-url-list)
5977 (newsticker-hide-immortal-items-in-echo-area)
5978 (newsticker-hide-obsolete-items-in-echo-area)
5979 (newsticker-new-item-face, newsticker--enclosure)
5980 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5981 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5982 (newsticker--parse-generic-feed, newsticker--cache-contains)
5983 (newsticker--stat-num-items, newsticker-download-enclosures):
5984 Fix typos in docstrings.
5985
5986 * net/rcirc.el (rcirc-debug): Doc fix.
5987 (rcirc-fill-column, rcirc-receive-message-hooks)
5988 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5989 (rcirc-mode, rcirc-generate-new-buffer-name)
5990 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5991 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5992 Fix typos in docstrings.
5993 (rcirc-print): "?\ " -> "?\s".
5994 (rcirc-cmd-join): Improve argument/docstring consistency.
5995
5996 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5997
5998 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5999 before narrow-to-region.
6000
6001 2006-02-01 Richard M. Stallman <rms@gnu.org>
6002
6003 * simple.el (move-beginning-of-line): Scan properly for invis change.
6004
6005 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6006
6007 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6008
6009 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6010 change bit only when id-format is 'integer. Reported by Matt
6011 Hodges <M.P.Hodges@rl.ac.uk>.
6012
6013 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6014
6015 * hilit-chg.el (highlight-changes-initial-state)
6016 (highlight-changes-global-initial-state): Doc fixes.
6017 (highlight-changes-global-modes, global-highlight-changes):
6018 Fix typos in docstrings.
6019
6020 2006-02-01 Kim F. Storm <storm@cua.dk>
6021
6022 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6023 transient-mark-mode in doc string.
6024
6025 2006-01-31 Richard M. Stallman <rms@gnu.org>
6026
6027 * replace.el (multi-occur): Doc fix.
6028 (multi-occur-in-matching-buffers): Rename from
6029 multi-occur-by-filename-regexp. Prefix arg says match
6030 buffer names instead of file names.
6031
6032 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6033
6034 * bs.el: Allow non-default values of `bs-header-lines-length'.
6035 (bs--running-in-xemacs): Remove (not needed anymore).
6036 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6037 instead of `shrink-window', thus avoiding having to compute the
6038 height of the window.
6039 (bs--up): Wrap around even when there's no header.
6040 (bs--down): Use `forward-line' instead of `next-line'.
6041
6042 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6043
6044 * image-mode.el (image-toggle-display): Use file name if possible,
6045 instead of unnecessarily allocating a (possibly huge) lisp string.
6046
6047 2006-01-30 John Paul Wallington <jpw@pobox.com>
6048
6049 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6050 because the `assert' macro signals it at runtime.
6051
6052 * emacs-lisp/cl.el (toplevel): Remove definition of
6053 `cl-assertion-failed' condition.
6054
6055 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6056
6057 * thumbs.el (thumbs-marked-list): Make buffer-local and
6058 permanent-local.
6059 (thumbs-insert-thumb): Make help-echo non-sticky.
6060 (thumbs-file-alist): Use eolp as check for (non)-image.
6061
6062 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6063
6064 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6065 (ediff-before-session-group-setup-hooks)
6066 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6067 Fix typos in docstrings.
6068
6069 * window.el (bw-dir, bw-eqdir, balance-windows)
6070 (split-window-keep-point): Fix typos in docstrings.
6071
6072 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6073 (org-quote-string, org-calendar-to-agenda-key)
6074 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6075 (org-show-following-heading, org-tags-column)
6076 (org-use-tag-inheritance, org, org-allow-space-in-links)
6077 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6078 (org-enable-table-editor, org-calc-default-modes)
6079 (org-table-allow-automatic-line-recalculation)
6080 (org-export-html-style, org-export-with-fixed-width)
6081 (org-export-with-sub-superscripts, org-special-keyword)
6082 (org-formula, org-time-grid, org-table-may-need-update)
6083 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6084 (org-goto-quit, org-get-indentation, org-end-of-item)
6085 (org-move-item-down, org-move-item-up)
6086 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6087 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6088 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6089 (org-agenda-log-mode, org-agenda-toggle-diary)
6090 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6091 (org-agenda-file-to-end, org-agenda-no-heading-message)
6092 (org-agenda-get-closed, org-format-agenda-item)
6093 (org-cmp-priority, org-cmp-category, org-cmp-time)
6094 (org-agenda-change-all-lines, org-agenda-diary-entry)
6095 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6096 (org-link-search, org-camel-to-words, org-open-file)
6097 (org-remember-handler, org-table-convert-region)
6098 (org-table-move-row-down, org-table-move-row-up)
6099 (org-table-copy-region, org-table-wrap-region)
6100 (org-table-toggle-vline-visibility)
6101 (org-table-get-vertical-vector, org-table-modify-formulas)
6102 (org-table-get-specials, org-recalc-commands)
6103 (org-table-rotate-recalc-marks, org-table-eval-formula)
6104 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6105 (org-level-color-stars-only, org-insert-heading):
6106 Fix typos in docstrings.
6107 (last-arg): Add defvar.
6108
6109 * makefile.w32-in (WINS): Add erc.
6110 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6111
6112 2006-01-29 Bill Wohler <wohler@newt.com>
6113
6114 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6115 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6116 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6117 (mh-autoloads): Don't use comments on otherwise empty lines.
6118
6119 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6120
6121 * emulation/viper.el (viper-major-mode-modifier-list): Add
6122 insert-state and vi-state entries for erc-mode.
6123 (viper-go-away, viper-set-hooks): Add and remove
6124 viper-comint-mode-hook from erc-mode-hook as appropriate.
6125
6126 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6127
6128 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * bs.el (bs--format-aux): Implement `middle' alignment as
6131 described in the docstring for `bs-attributes-list'.
6132 (bs--get-name): Simplify. Don't pad the buffer name.
6133
6134 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6135
6136 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6137 English aspell dictionary is installed, use the first entry of
6138 ispell-dictionary-alist-1.
6139
6140 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6141
6142 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6143 Doc fix.
6144
6145 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6146
6147 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6148 for `process-file', in order to let it work for older Emacsen too.
6149
6150 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6151
6152 * international/latexenc.el: Add a suitable `coding:' tag.
6153 (latexenc-find-file-coding-system): Undo last change.
6154
6155 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6156
6157 * international/latexenc.el (latexenc-find-file-coding-system):
6158 Make sure latexenc-main-file is a regular file and is readable.
6159
6160 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6161
6162 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6163 Pass FILE to vc-user-login-name.
6164
6165 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6166
6167 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6168
6169 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6170 there are no more images to display.
6171 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6172 the next image.
6173
6174 2006-01-26 Richard M. Stallman <rms@gnu.org>
6175
6176 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6177
6178 * wid-edit.el (advertised-widget-backward): New alias.
6179 (widget-keymap): Use advertised-widget-backward for S-TAB.
6180
6181 * tumme.el: Correct the keywords.
6182 (tumme-dir-max-size): Use defvar.
6183 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6184
6185 * simple.el (move-beginning-of-line): Take account of fields.
6186 (clone-indirect-buffer-other-window): Take args like
6187 clone-indirect-buffer, and work like it.
6188
6189 * help-fns.el (describe-function): Don't pass `nil' as default.
6190
6191 * files.el (risky-local-variable-p): Follow var aliases.
6192
6193 * subr.el (lazy-completion-table): Doc fix.
6194
6195 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6196 global binding of `line'.
6197
6198 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6199
6200 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6201 Tramp.
6202
6203 * vc.el (vc-default-dired-state-info): Pass FILE to
6204 vc-user-login-name.
6205 (vc-default-update-changelog): Don't use vc-user-login-name, we
6206 don't need it here.
6207
6208 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6209 no longer necessary.
6210
6211 2006-01-25 Kenichi Handa <handa@m17n.org>
6212
6213 * international/mule.el (decode-char): Avoid the overhead of
6214 calling utf-lookup-subst-table-for-decode if
6215 utf-translate-cjk-mode is nil.
6216 (encode-char): Avoid the overhead of calling
6217 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6218 nil.
6219
6220 2006-01-22 Kenichi Handa <handa@m17n.org>
6221
6222 * international/mule.el (make-subsidiary-coding-system): Reset
6223 `coding-system-define-form' property of subsidiaries to nil.
6224 Avoid duplicated entry in coding-system-alist.
6225 (make-coding-system): Avoid duplicated entry in
6226 coding-system-alist.
6227 (define-coding-system-alias): Likewise.
6228
6229 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6230
6231 * completion.el: Minor fixes in introductory comment.
6232 (completion-def-wrapper): Fix alist.
6233
6234 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6235
6236 * thumbs.el (thumbs-new-image-size): New function.
6237 (thumbs-increment-image-size-element)
6238 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6239 (thumbs-decrement-image-size): Delete.
6240 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6241 temp files and use to resize.
6242 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6243 Use increment argument to enlarge/shrink. Preserve point.
6244 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6245 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6246 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6247 (thumbs-mark, thumbs-unmark): Preserve point.
6248 (thumbs-modify-image): Keep old temp files and use to modify.
6249 Cleanup old temp files at load time. Preserve point.
6250 (thumbs-view-image-mode-map): Use new command names.
6251
6252 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6253
6254 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6255
6256 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6257 the nastiest part of the cyclic dependency.
6258 (cal-menu-update): Use dotimes and calendar-increment-month.
6259
6260 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6261 (calendar-week-start-day): Add an :initializer.
6262 (calendar-mode-map): Use suppress-keymap, and command remapping.
6263 (describe-calendar-mode): Setup xref-stack info for the back button.
6264 (calendar-star-date): Insert before delete.
6265 (calendar-set-mode-line): Add file-modified info if applicable.
6266 (calendar-increment-month): New function.
6267
6268 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6269
6270 * font-lock.el (lisp-font-lock-keywords-2):
6271 Recognize "& keywords" only at word boundaries.
6272
6273 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6274
6275 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6276 and permanent-local.
6277 (thumbs-max-image-number): New variable.
6278 (thumbs-do-thumbs-insertion): Use them.
6279 (thumbs-per-line): Change default to 4.
6280 (thumbs-marked-list): Rename from thumbs-markedL.
6281 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6282 (thumbs-rename-images): Use -list instead of L for internal variables.
6283 (thumbs-call-convert): Use call-process instead of shell-command.
6284 (thumbs-insert-thumb): Add filename as help-echo to each image.
6285 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6286 Give dir to thumbs-show-thumbs-list.
6287 (thumbs-show-thumbs-list): Set default-directory to that of images.
6288 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6289 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6290 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6291 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6292
6293 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6294
6295 * ses.el (ses-read-cell): Provide a default value.
6296
6297 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6298
6299 * term/w32-win.el (image-library-alist): Add additional names for
6300 GIF library.
6301
6302 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6303
6304 * international/latexenc.el (latexenc-find-file-coding-system):
6305 Add file-regular-p check.
6306
6307 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6308
6309 * simple.el (clone-buffer): Don't show the new buffer in the same
6310 window.
6311
6312 2006-01-23 Juri Linkov <juri@jurta.org>
6313
6314 * faces.el (link, link-visited): New faces based on default values
6315 of `info-xref' and `info-xref-visited'.
6316
6317 * info.el (info-xref): Inherit from `link'.
6318 (info-xref-visited): Inherit from `link-visited'.
6319
6320 * cus-edit.el (custom-buffer-create-internal): Use widget type
6321 `custom-manual' instead of `info-link' and don't set properties
6322 `button-face' and `mouse-face' explicitly.
6323 (custom-browse-group-tag, custom-browse-variable-tag)
6324 (custom-browse-face-tag): Inherit from widget class
6325 `custom-group-link' instead of `push-button'.
6326 (custom-button-unraised): Inherit from `underline' face.
6327 (custom-link): Inherit from `link' face. Fix doc and group.
6328 (custom-add-parent-links, custom-group-value-create): Don't set
6329 properties `button-face' and `mouse-face' explicitly for
6330 `custom-group-link' widget.
6331 (custom-group-link): Add properties `button-face' and `mouse-face'
6332 to widget definition.
6333 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6334 editable-field's :keymap property.
6335 (custom-mode): Fix docstring: substitute keybindings for
6336 `widget-forward' and `widget-backward' from `widget-keymap',
6337 `widget-complete' from `custom-field-keymap', replace old
6338 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6339
6340 * desktop.el (desktop-load-file): Check for `fboundp' before
6341 calling `symbol-function'.
6342
6343 * simple.el (clone-buffer, clone-indirect-buffer)
6344 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6345 `read-string'. Fix prompts.
6346
6347 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6348
6349 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6350
6351 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6352
6353 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6354
6355 * startup.el (inhibit-splash-screen, initial-scratch-message):
6356 Doc fixes.
6357
6358 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6359
6360 Sync with Tramp 2.0.52.
6361
6362 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6363 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6364 `tramp-unload-tramp' for checklist.
6365
6366 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6367 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6368 (tramp-unload-file-name-handler-alist)
6369 (tramp-unload-tramp): New defuns.
6370 (tramp-advice-PC-expand-many-files): New defadvice.
6371 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6372 removed.
6373 (tramp-handle-expand-file-name): Remove double slash.
6374 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6375 It doesn't matter, because it will be converted later on.
6376 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6377 implementation was just heuristic.
6378 (tramp-post-connection): Set uid and gid properties.
6379 (tramp-convert-file-attributes): Set file's gid change bit.
6380 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6381 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6382 in case of su(do)? methods. The home directory of the local user
6383 will be taken else.
6384 (tramp-open-connection-telnet)
6385 (tramp-open-connection-rsh, tramp-open-connection-su)
6386 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6387 local shell prompt could hurt. Reported by Romain Francoise
6388 <romain@orebokech.com>.
6389 (tramp-let-maybe): Add `edebug-form-spec' property.
6390 (tramp-handle-expand-file-name): Bind `default-directory' locally
6391 to "/" in order to avoid problems with UNC shares or Cygwin
6392 mounts.
6393 (tramp-md5-function): Fix typo in error message.
6394
6395 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6396
6397 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6398 for byte-compiler pacification.
6399
6400 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6401
6402 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6403 ID-FORMAT `string'. This allows us to get rid of
6404 `vc-user-login-name UID'.
6405
6406 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6407
6408 2006-01-22 John Paul Wallington <jpw@pobox.com>
6409
6410 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6411
6412 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6413
6414 * emacs-lisp/find-func.el (find-definition-noselect)
6415 (find-variable-noselect): Search variables in C source code too.
6416 (find-function-C-source, find-function-noselect, find-function)
6417 (find-function-other-frame, find-variable-noselect, find-variable)
6418 (find-variable-other-frame, find-variable-at-point):
6419 Fix docstrings.
6420
6421 2006-01-21 Francesco Potorti` <pot@gnu.org>
6422
6423 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6424
6425 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6426
6427 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6428 Default to disabling the "Save affix" question.
6429
6430 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6431
6432 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6433 the first arg to run-python.
6434
6435 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6436
6437 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6438 is not loaded.
6439
6440 2006-01-20 Jay Belanger <belanger@truman.edu>
6441
6442 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6443 limit is 0.
6444
6445 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6446 the correct variable.
6447
6448 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6449
6450 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6451 link. Fixed buggy argument sequence in call to `org-view-tags'.
6452 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6453 (org-prefix-has-tag): New variable.
6454 (org-format-agenda-item): Remove tags from headline if
6455 appropriate.
6456 (org-agenda-remove-tags-when-in-prefix): New option.
6457 (org-get-tags-at): New function.
6458
6459 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6460
6461 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6462 (thumbs-find-image): Move image name and number from buffer name
6463 to mode name. Set thumbs-buffer. Preserve point so that large
6464 images remain visible.
6465 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6466 order.
6467 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6468 mode name.
6469 (thumbs-next-image, thumbs-previous-image): Make them work.
6470
6471 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6472
6473 * cus-edit.el (custom-buffer-create-internal): State in the text above
6474 the whole buffer buttons that they do not operate on hidden items.
6475 (custom-face-menu): Use `custom-face-save' instead of
6476 `custom-face-save-command'.
6477 (custom-face-save-command): Make it an alias for `custom-face-save'
6478 and declare it obsolete.
6479 (custom-face-save): Doc fix.
6480
6481 * dired.el (dired-no-confirm): Add quote.
6482 (dired-subdir-alist-pre-R): Add quote in
6483 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6484
6485 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6486
6487 * textmodes/table.el (table-mode-indicator): Typo in last change.
6488
6489 2006-01-19 Richard M. Stallman <rms@gnu.org>
6490
6491 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6492 Fixes bug reported in Nov 2005.
6493
6494 * isearch.el (isearch-forward): Doc fix.
6495
6496 * dired.el (dired-move-to-filename-regexp): Define as alias.
6497 (dired-no-confirm): Use defcustom.
6498 (dired-subdir-alist-pre-R): Put defvar at top level.
6499
6500 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6501
6502 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6503 Mark as risky.
6504
6505 * simple.el (set-mark-command): Doc fix.
6506 (clone-indirect-buffer-other-window):
6507 Read arg like clone-indirect-buffer.
6508 (move-beginning-of-line): Skip invisible newlines.
6509
6510 2006-01-19 Masatake YAMATO <jet@gyve.org>
6511
6512 * progmodes/cpp.el (cpp-edit-load): Make the order of
6513 listed conditions in a base C code buffer and its associate
6514 CPP Edit buffer the same.
6515
6516 2006-01-19 Kenichi Handa <handa@m17n.org>
6517
6518 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6519 (rmail-mime-feature): Likewise.
6520 (rmail-require-mime-maybe): Use display-warning to show a warning
6521 message.
6522
6523 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6524 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6525
6526 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6527
6528 * array.el: Move defvars out of eval-when-compile.
6529 (array-make-template): Replace undeclared global var with a local one.
6530 (array-mode): Inline initialization functions.
6531 (array-init-local-variables, array-init-max-row)
6532 (array-init-max-column, array-init-columns-per-line)
6533 (array-init-field-width, array-init-rows-numbered)
6534 (array-init-line-length, array-init-lines-per-row): Remove.
6535
6536 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6537 (doc-mode-map): Define explicitly.
6538 (doctor-txtype): Use mapc.
6539
6540 * textmodes/table.el: Move defvars out of eval-when-compile.
6541 Remove harmful code meant to avoid byte-compiler warnings.
6542 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6543 specification that checks table-fixed-width-mode directly.
6544 (table-recognize-region, table-recognize-cell):
6545 Use restore-buffer-modified-p.
6546 (table-fixed-width-mode): Remove code that refreshes
6547 table-fixed-mode-indicator.
6548 (*table--cell-describe-bindings, *table--cell-describe-mode):
6549 Avoid obsolete name print-help-return-message.
6550 (table--test-cell-list): Don't use replace-regexp from elisp.
6551 (table--point-entered-cell-function, table--point-left-cell-function):
6552 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6553
6554 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6555 that was after the end of file. Use buffer-file-name variable.
6556 (org-timestamp-change): Use with-current-buffer.
6557 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6558 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6559 `file'.
6560
6561 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6562 (fortran-break-line): Remove unused var `opoint'.
6563 (fortran-abbrev-start): Obey help-event-list.
6564
6565 2006-01-18 Jesper Harder <harder@phys.au.dk>
6566
6567 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6568
6569 2006-01-18 Masatake YAMATO <jet@gyve.org>
6570
6571 * progmodes/make-mode.el (makefile-imake-mode): New mode
6572 derived from makefile-mode.
6573 (makefile-imake-mode-syntax-table): New syntax table
6574 derived from makefile-mode-syntax-table.
6575 (makefile-mode): Write about makefile-imake-mode in doc string.
6576 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6577 (makefile-imake-font-lock-keywords): New font lock keywords.
6578
6579 * files.el (auto-mode-alist): Add Imakefile.
6580
6581 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6582
6583 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6584 loading the file rather than when turning on flyspell-mode.
6585
6586 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6587
6588 * cus-edit.el (customize-rogue): Minor doc fix.
6589
6590 2006-01-17 Juri Linkov <juri@jurta.org>
6591
6592 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6593 instead of the file at the mark as default if the file at the mark
6594 is the same as the file at point or if dired-dwim-target-directory
6595 is not the same as the current directory and the mark is not active.
6596
6597 * log-view.el (log-view-minor-wrap): Use the same logic to get
6598 revisions as `log-view-diff'.
6599
6600 * info.el (Info-revert-find-node): Check for Info-current-file
6601 before preserving new-history.
6602
6603 * man.el (Man-heading-regexp): Add `/'.
6604
6605 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6606 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6607
6608 2006-01-16 Juri Linkov <juri@jurta.org>
6609
6610 * faces.el (mode-line-faces): New defgroup.
6611 (mode-line-highlight): Move definition after new defgroup.
6612 (mode-line, mode-line-inactive, mode-line-highlight):
6613 Replace :group `modeline' with `mode-line-faces'.
6614 (mode-line-buffer-id): New face.
6615 (modeline-buffer-id): New face alias.
6616 (vertical-border): Remove :group `modeline'.
6617
6618 * bindings.el (propertized-buffer-identification): Use face
6619 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6620 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6621 (mode-line-buffer-identification-keymap): For mouse-1 replace
6622 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6623 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6624 mouse-3.
6625
6626 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6627 Buffer-menu-buffer. Doc fix.
6628 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6629 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6630 `Buffer-menu-buffer'.
6631
6632 * info.el (Info-mode-line-node-keymap): New defvar.
6633 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6634 Propertize Info-current-node with `mode-line-buffer-id' and
6635 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6636
6637 * time.el (display-time-mail-face): Replace :group `faces' with
6638 `mode-line-faces'.
6639
6640 2006-01-16 Kenichi Handa <handa@m17n.org>
6641
6642 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6643
6644 * language/european.el (cp1252): New alias for windows-1252.
6645
6646 * international/mule.el (autoload-coding-system): Prepare for EOL
6647 variants.
6648
6649 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6650
6651 * term.el (term-raw-map): Add mapping for insert.
6652 (term-send-insert): New.
6653 (term-mode): Make variables local here instead of doing it in
6654 `term-emulate-terminal'.
6655 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6656 Scroll reverse needs to take into account the scroll region.
6657 Saving and restoring the cursor should save the color attributes too.
6658 (term-reset-terminal): Reset the scroll region.
6659 (term-handle-ansi-escape): Cursor up and down should take into
6660 account the scroll region.
6661 (term-set-scroll-region): Rename from `term-scroll-region'.
6662 Move to 0,0 after setting the region.
6663 (term-handle-scroll): Handle scroll up.
6664 (term-down): Fix off by one error.
6665 (term-delete-lines): Do not delete outside the scroll region.
6666 (term-insert-lines): Take into account the scroll region.
6667
6668 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6669
6670 * textmodes/ispell.el (ispell-internal-change-dictionary)
6671 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6672 (start, end): Move declaration outside of eval-when-compile.
6673
6674 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6675 (flyspell-mode-on): Use it.
6676
6677 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6678 ispell-kill-ispell-hook.
6679
6680 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6683 (Custom-reset-saved): Do not ask for confirmation in single option
6684 buffers.
6685
6686 2006-01-13 Richard M. Stallman <rms@gnu.org>
6687
6688 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6689
6690 2006-01-13 Romain Francoise <romain@orebokech.com>
6691
6692 * add-log.el (add-change-log-entry, change-log-merge):
6693 Conditionally use `hard-newline'.
6694
6695 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6696
6697 * wid-edit.el (widget-field-end): If the overlay is no longer
6698 associated with a buffer, behave as if the overlay didn't exist.
6699
6700 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6701 Make sure the links use the `custom-link' face.
6702
6703 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6704
6705 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6706 (ld-script-mode): Don't set indent-line-function since we don't
6707 have one.
6708
6709 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6710
6711 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6712 application.
6713 (org-file-apps-defaults-gnu): Use mailcap as the default for
6714 selecting an application on a UNIX system.
6715 (org-agenda-show-tags): New command.
6716 (org-table-insert-hline): Keep cursor in current table line.
6717 (org-table-convert): Offset effect of modifying
6718 `org-table-insert-hline'.
6719 (org-format-agenda-item): New optional argument TAG.
6720 (org-compile-prefix-format): Handle %T format for the tag.
6721 (org-expand-wide-chars): New function.
6722 (org-table-insert-row, org-table-insert-hline):
6723 Use `org-expand-wide-chars'.
6724 (org-open-file): Fix bug in program launch.
6725 (org-get-time-of-day): Fix bug with times before 1am.
6726 (org-agenda-menu): Add tags commands.
6727
6728 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6729
6730 * textmodes/ispell.el (ispell-init-process): Include the used
6731 dictionary in ispell process start message.
6732 (ispell-internal-change-dictionary): When flyspell-mode is active
6733 and dictionary is changed, make sure ispell process is restarted
6734 and flyspell word cache cleared out for the current buffer.
6735 (ispell-change-dictionary): Make sure flyspell word cache is
6736 cleared out in all buffers with active flyspell mode when
6737 dictionary is globally changed.
6738 Call ispell-internal-change-dictionary after dictionary change.
6739
6740 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6741
6742 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6743
6744 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6745 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6746 years. Fix small differences wrt Makefile.in.
6747 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6748 Makefile.in does.
6749
6750 2006-01-12 Bill Wohler <wohler@newt.com>
6751
6752 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6753 mh-search.el.
6754
6755 2006-01-12 Masatake YAMATO <jet@gyve.org>
6756
6757 * progmodes/ld-script.el: Update copyright year.
6758
6759 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6762 Don't add widget if setting undefined.
6763
6764 2006-01-12 John Paul Wallington <jpw@pobox.com>
6765
6766 * help-fns.el (describe-variable): Remove newlines from void
6767 variable output.
6768
6769 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6770
6771 * wdired.el (wdired-mode-map): Add help echo for
6772 wdired-abort-changes.
6773
6774 * man.el (Man-file-name-regexp): Adjust for a list of files.
6775
6776 2006-01-12 Masatake YAMATO <jet@gyve.org>
6777
6778 * progmodes/ld-script.el (auto-mode-alist): Support
6779 suffix conventions used in netbsd and eCos.
6780
6781 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6782
6783 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6784 (custom-variable-menu, custom-face-menu, custom-group-menu)
6785 (Custom-mode-menu): Change names of menu items. (As discussed on
6786 emacs-devel.)
6787 (custom-face-menu): Add "Undo Edits" item.
6788
6789 * startup.el (init-file-user): defcustom -> defvar.
6790
6791 * tooltip.el (tooltip-mode): Doc fix.
6792
6793 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6794
6795 * reveal.el (reveal-post-command): window-buffer signals an error on
6796 dead windows rather than returning nil.
6797 (reveal-open-new-overlays): An overlay might die while we open others.
6798
6799 2006-01-11 Bill Wohler <wohler@newt.com>
6800
6801 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6802 phrasing in docstring.
6803
6804 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6805 can give some systems gas. Add new file mh-buffers.el.
6806
6807 2006-01-06 Masatake YAMATO <jet@gyve.org>
6808
6809 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6810 C preprocessor forward ported from GNU Emacs 21.2.
6811
6812 * progmodes/asm-mode.el (asm-font-lock-keywords):
6813 Use `cpp-font-lock-keywords'.
6814
6815 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6816
6817 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6818 of $ for "\\.ld[s]?".
6819
6820 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6821
6822 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6823 (tcl-indent-line): Return `noindent' if inside a string.
6824
6825 * progmodes/flymake.el (flymake-split-string): Remove more than one
6826 empty string at beg/end of the result.
6827 (flymake-find-buildfile, flymake-find-possible-master-files):
6828 Use expand-file-name.
6829 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6830 since expand-file-name does it for us. Use directory-file-name.
6831 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6832 (flymake-ler-get-type, flymake-ler-get-text)
6833 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6834 (flymake-current-line-no): Remove spurious interactive spec.
6835 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6836 (flymake-check-include): Remove arg inc-path merged into inc-name.
6837 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6838 Arg regexp-list replaced by a simple regexp.
6839 (flymake-master-make-header-init, flymake-master-tex-init):
6840 Correspondingly replace regexp-list with a regexp. Fix regexp.
6841
6842 2006-01-10 Simon Josefsson <jas@extundo.com>
6843
6844 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6845 describing AUTH PLAIN fix.
6846
6847 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6848
6849 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6850 (report-emacs-bug): Don't record initial prompt text.
6851 Instead, add text properties to prompting text.
6852 (report-emacs-bug-hook): Delete prompting text.
6853
6854 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6855
6856 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6857 `dirs'. Adjust callers.
6858
6859 2006-01-09 John Paul Wallington <jpw@gnu.org>
6860
6861 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6862
6863 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6864
6865 * reveal.el (reveal-open-new-overlays): New extracted fun.
6866 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6867 using them. Simplify the code.
6868 (reveal-post-command): Use them. Fix up obsolete windows in
6869 reveal-open-spots.
6870
6871 * progmodes/flymake.el: Use `require' rather than autoload for
6872 XEmacs's overlays.
6873 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6874 Delete. Use file-relative-name instead.
6875 (flymake-get-syntax-check-program-args, flymake-perl-init):
6876 Simplify the resulting code.
6877
6878 * log-view.el (log-view-file-re, log-view-message-re): Add support
6879 for DaRCS output.
6880
6881 2006-01-09 Alex Schroeder <alex@gnu.org>
6882
6883 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6884 identifiers sometimes added in square brackets at the beginning of
6885 subject lines.
6886
6887 2006-01-07 Richard M. Stallman <rms@gnu.org>
6888
6889 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6890 (Custom-reset-current, Custom-reset-saved): Change question text.
6891 (Custom-reset-standard): Likewise.
6892 (custom-variable-reset-saved): Doc fix.
6893
6894 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6895
6896 * startup.el (init-file-user): Doc fix.
6897
6898 2006-01-07 Alex Schroeder <alex@gnu.org>
6899
6900 * mail/rmail.el (rmail-current-subject): New function.
6901 (rmail-current-subject-regexp): New function.
6902 (rmail-next-same-subject): Use it.
6903
6904 * mail/rmailsum.el (rmail-summary-by-topic):
6905 Use rmail-current-subject and rmail-current-subject-regexp.
6906 (rmail-summary-next-same-subject): Ditto.
6907
6908 * net/rcirc.el (rcirc-send-input): No longer check whether the
6909 process is open, since not all commands need an open process.
6910 (rcirc-send-string): Check whether the process is open before
6911 sending anything.
6912 (rcirc-ignore-list): New option.
6913 (rcirc-ignore-list-automatic): New variable.
6914 (rcirc-print): Take rcirc-ignore-list into account.
6915 (rcirc-cmd-ignore): New command.
6916 (rcirc-ignore-update-automatic): New function.
6917 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6918 list if ignored nicks.
6919 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6920
6921 2006-01-06 David Reitter <david.reitter@gmail.com>
6922
6923 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6924 reflect the address to which the report will be sent.
6925
6926 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6927
6928 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6929 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6930
6931 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6932
6933 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6934
6935 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6936 the doc string: "functoin" => "function".
6937 * ldefs-boot.el: Likewise.
6938
6939 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6940 message text: "Duplicat" => "Duplicate".
6941
6942 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6943
6944 * files.el (basic-save-buffer-2): If backing-up failed, reset
6945 buffer-backed-up to nil.
6946
6947 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6948
6949 * progmodes/gud.el (gdb-script-skip-to-head)
6950 (gdb-script-calculate-indentation): Indent for breakpoint command
6951 lists also.
6952
6953 2006-01-05 Bill Wohler <wohler@newt.com>
6954
6955 * Makefile.in (compile-always): Add mh-autoloads dependency.
6956 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6957 provides it.
6958 (updates): Remove mh-autoloads dependency, since it probably has
6959 already run recently (via recompile).
6960
6961 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6964 argument `force' to disable the flyspell-last-buffer optimization.
6965 (flyspell-mode-on): Use it.
6966
6967 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6968 flymake-simple-cleanup.
6969 (flymake-allowed-file-name-masks): Use this new default.
6970 All the functions are now called in the right buffer rather than
6971 passing the buffer as argument.
6972 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6973 (flymake-parse-err-lines): Remove redundant buffer arg.
6974 (flymake-get-program-dir): Comment out unused function.
6975 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6976 Remove redundant buffer argument.
6977 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6978 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6979
6980 2006-01-05 Richard M. Stallman <rms@gnu.org>
6981
6982 * info.el (Info-find-node): Don't record previous node if have none.
6983 (info): Go to directory only if history is empty.
6984
6985 * simple.el (mark): Doc fix.
6986
6987 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6988
6989 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6990 already of desired type.
6991 (mac-ae-list): Coerce parameter to "list" type.
6992 (mac-dispatch-apple-event): Replace cadr part of event with a
6993 dummy position so that event-start returns it.
6994
6995 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6996
6997 * textmodes/org.el (org-end-of-subtree): New function.
6998 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6999 Use `org-end-of-subtree'.
7000 (org-agenda, org-agenda-convert-date): Protect calls to
7001 `fit-window-to-buffer'.
7002 (org-tags-view): Force matching of sublevels when doing a
7003 todo-only search. Define the correct redo command, including the
7004 arguments.
7005 (org-agenda-redo): Display message.
7006 (org-check-for-org-mode): New function.
7007 (org-agenda-type): New variable.
7008 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7009 Set `org-agenda-type'.
7010 (org-agenda-check-type): New function.
7011 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7012 (org-agenda-week-view, org-agenda-day-view)
7013 (org-agenda-next-date-line, org-agenda-previous-date-line)
7014 (org-agenda-log-mode, org-agenda-toggle-diary)
7015 (org-agenda-toggle-time-grid, org-agenda-date-later)
7016 (org-agenda-date-prompt, org-agenda-diary-entry)
7017 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7018 (org-agenda-convert-date, org-agenda-menu):
7019 Use `org-agenda-check-type'.
7020 (org-make-overlay, org-delete-overlay)
7021 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7022 New compatibility functions.
7023 (org-calendar-select-mouse): New command.
7024
7025 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7026
7027 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7028 (Custom-reset-standard): Fix y-or-n-p messages.
7029 (custom-link): New face for links.
7030 (custom-buffer-create-internal, custom-manual): Use it.
7031 (custom-face-save): Push to theme-face before setting face spec.
7032
7033 * wid-edit.el (widget-default-mouse-face-get): New function.
7034 (widget-specify-button): Handle mouse-face like button-face.
7035
7036 * custom.el (load-theme): Clear old theme settings if reloading.
7037
7038 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7039
7040 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7041 "Erase Customization" button back to same position it occupies in
7042 the individual State menus.
7043
7044 2006-01-04 Kim F. Storm <storm@cua.dk>
7045
7046 * wid-edit.el (key-sequence): Rework widget to read key binding
7047 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7048 (widget-key-sequence-default-value): Default value for empty sequence.
7049 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7050 (widget-key-sequence-read-event): New command for C-q.
7051 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7052 (widget-key-sequence-value-to-external): New functions.
7053
7054 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7055
7056 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7057 Use expand-file-name.
7058 (flymake-delete-temp-directory): Use expand-file-name,
7059 file-name-directory, and directory-file-name.
7060 (flymake-strrchr): Delete.
7061 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7062 to the init-f function.
7063 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7064 (flymake-init-find-buildfile-dir)
7065 (flymake-init-create-temp-source-and-master-buffer-copy)
7066 (flymake-simple-make-init-impl, flymake-simple-make-init)
7067 (flymake-master-make-init, flymake-master-make-header-init)
7068 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7069 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7070 (flymake-xml-init): Remove corresponding redundant buffer argument.
7071 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7072 the default anyway. Clean up regexps.
7073
7074 * progmodes/flymake.el (flymake-temp-source-file-name)
7075 (flymake-master-file-name, flymake-temp-master-file-name)
7076 (flymake-base-dir): New buffer-local vars.
7077 (flymake-buffer-data, flymake-get-buffer-value)
7078 (flymake-set-buffer-value): Replace those hash-tables by the new
7079 buffer-local vars. Update callers.
7080
7081 * progmodes/flymake.el (flymake-check-start-time)
7082 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7083 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7084 Move definition, so we can remove redundant earlier declaration.
7085 (flymake-replace-regexp-in-string, flymake-split-string)
7086 (flymake-get-temp-dir): Use defalias.
7087 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7088 (flymake-xemacs-window-edges): Remove unused function.
7089 (flymake-get-point-pixel-pos): Move.
7090 (flymake-pid-to-names, flymake-reg-names)
7091 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7092 Replace by a simple list flymake-processes and by process-buffer.
7093 Update callers. Other than simplify the code, it uses buffers rather
7094 than buffer-names so it doesn't get confused by uniquify.
7095 (flymake-buffer-data): The global value should just be nil.
7096
7097 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7098 Optimize the body of a defalias like any other code.
7099
7100 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7101 Make sure we've setup font-lock's vars. It may influence which
7102 function we then call.
7103 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7104 here since it's too late anyway.
7105
7106 2006-01-03 Romain Francoise <romain@orebokech.com>
7107
7108 * startup.el (fancy-splash-tail, normal-splash-screen):
7109 Update copyright year.
7110
7111 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7112
7113 * mouse.el (mouse-drag-track): Rename, from
7114 `mouse-drag-region-1'. Includes optional argument required to
7115 enable post-drag event processing (e.g. delete region keys).
7116 Can be used without this argument to track a mouse region and operate
7117 on it as soon as the drag completes.
7118 (mouse-drag-region): Use `mouse-drag-track'.
7119
7120 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7121
7122 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7123 Move to `custom-buffer' group.
7124
7125 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7126 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7127 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7128 (custom-theme-face-menu): New variables.
7129 (custom-theme-add-variable, custom-theme-variable-action)
7130 (custom-variable-reset-theme, custom-theme-delete-variable)
7131 (custom-face-reset-theme, custom-theme-face-action)
7132 (custom-theme-delete-face, custom-theme-merge-theme)
7133 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7134
7135 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7136
7137 * custom.el: Move Custom Themes commentary to start of theme code.
7138 (custom-known-themes): Rename `standard' theme to `changed'.
7139 (custom-push-theme): Caller no longer specifies what theme to use
7140 when doing `reset'---the setting is simply removed from the theme.
7141 Delete MODE from `theme-value' and `theme-settings' properties.
7142 (custom-declare-theme): Ignore &rest args since we don't use them.
7143
7144 (custom-loaded-themes): Delete variable.
7145 (custom-theme-load-themes, custom-theme-loaded-p)
7146 (custom-theme-value): Delete functions.
7147
7148 (custom-declare-theme): Signal error on invalid theme names.
7149 (provide-theme): custom-loaded-themes was deleted.
7150 (load-theme): Load the file unconditionally.
7151 (enable-theme): Call `load-theme' if theme is undefined.
7152 (custom-enabled-themes): Only update value for successful loads.
7153 (disable-theme): Complete from enabled themes when interactive.
7154 (custom-variable-theme-value): Calculate theme value directly.
7155
7156 (custom-theme-reset-variables, custom-reset-variables): Mark as
7157 XEmacs compatibility functions. We don't actually use these.
7158
7159 * cus-edit.el (custom-variable-state-set):
7160 Use custom-variable-theme-value instead of custom-theme-value.
7161 (custom-face-state-set): Rename `standard' theme to `changed'.
7162 (custom-save-variables, custom-save-faces): Delete unneeded
7163 references to custom-reset-variables.
7164 (custom-save-resets): Delete function.
7165 (custom-save-variables, custom-save-faces): MODE argument deleted.
7166 (custom-save-variables, custom-save-faces): Ignore theme values.
7167
7168 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7169 compatibility function.
7170
7171 2006-01-01 Richard M. Stallman <rms@gnu.org>
7172
7173 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7174 (Custom-reset-current, Custom-reset-saved): Likewise.
7175 (Custom-reset-standard): Show message if aborted.
7176 (custom-mode): Doc fix, describing those commands.
7177
7178 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7179 put on event-kind property.
7180
7181 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7182
7183 * custom.el (provide-theme): Ban `user' theme name.
7184 (custom-enabling-themes): New variable.
7185 (enable-theme): Don't enable user if custom-enabling-themes is t.
7186 (custom-enabled-themes): Make it a defcustom.
7187 (custom-theme-recalc-face): No-op if face is undefined.
7188
7189 * cus-edit.el (custom-button-mouse): New variable.
7190 (custom-button-mouse): New face.
7191 (custom-raised-buttons, custom-mode): Use it.
7192
7193 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7194
7195 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7196
7197 * progmodes/gud.el (gud-display-line): Support hl-line in the
7198 source buffer.
7199
7200 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7201
7202 * mouse.el (mouse-drag-window-above): Verify that the found window
7203 overlaps with the given window in the horizontal dimension.
7204
7205 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7206
7207 * Makefile.in (cvs-update): New target.
7208
7209 * makefile.w32-in (cvs-update): Ditto.
7210
7211 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7212
7213 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7214 (custom-new-theme-mode-map): New variable.
7215
7216 2005-12-30 Richard M. Stallman <rms@gnu.org>
7217
7218 * custom.el (custom-load-themes): Function deleted.
7219
7220 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7221 (custom-save-variables): Don't delete or add custom-load-themes call.
7222
7223 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * cus-start.el: Add `visible-cursor'.
7226
7227 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7228 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7229 (flymake-process-filter): Switch to buffer before calling it instead.
7230 (flymake-post-syntax-check, flymake-highlight-err-lines)
7231 (flymake-delete-own-overlays, flymake-parse-err-lines)
7232 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7233 (flymake-count-lines, flymake-parse-residual):
7234 Remove constant buffer argument.
7235 (flymake-start-syntax-check-for-current-buffer): Remove.
7236 Update callers to use flymake-start-syntax-check instead.
7237 (flymake-display-err-menu-for-current-line):
7238 Remove unused var `mouse-pos'.
7239 (flymake-restore-formatting): Comment out unused function.
7240 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7241 argument, use current-buffer instead. Update callers.
7242
7243 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7244
7245 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7246 buffer-local because choose-completion-delete-max-match requires
7247 that we set completion-ignore-case (i.e., binding via let is not
7248 sufficient).
7249 (bibtex-complete): Always set completion-ignore-case and
7250 choose-completion-string-functions. The latter is needed because
7251 choose-completion-string-functions keeps its value if we quit the
7252 *Completions* buffer without requesting a completion.
7253
7254 2005-12-30 Andreas Schwab <schwab@suse.de>
7255
7256 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7257
7258 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7259
7260 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7261
7262 2005-12-30 Juri Linkov <juri@jurta.org>
7263
7264 * locate.el (locate-fcodes-file, locate-header-face)
7265 * progmodes/delphi.el (delphi-other-face)
7266 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7267
7268 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7269 group `paren-showing-faces'.
7270
7271 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7272 (goto-address): Fix docstring.
7273
7274 * net/webjump.el (webjump-sample-sites): Update URLs.
7275
7276 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7277
7278 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7279
7280 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7281
7282 * font-lock.el (font-lock-compile-keywords): Signal an error when
7283 font-lock-set-defaults hasn't been called.
7284
7285 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7286
7287 * subr.el (noreturn, 1value): Doc fixes.
7288
7289 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7290
7291 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7292 that assoc-string returns nil.
7293
7294 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7295
7296 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7297 (bibtex-entry-type-str, bibtex-empty-field-re)
7298 (bibtex-search-backward-string, bibtex-preamble-prefix)
7299 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7300 (bibtex-any-valid-entry-type): New variable.
7301 (bibtex-parse-field-name): Simplify.
7302 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7303 (bibtex-preamble-prefix): Include left delimiter.
7304 (bibtex-search-forward-field, bibtex-search-backward-field):
7305 Allow unbounded search past entry boundaries (required by bibtex-pop).
7306 (bibtex-text-in-field-bounds): Use push.
7307 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7308 (bibtex-parse-preamble, bibtex-valid-entry)
7309 (bibtex-beginning-first-field): New functions.
7310 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7311 (bibtex-map-entries): Fix docstring.
7312 (bibtex-flash-head): New arg prompt. Simplify.
7313 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7314 (bibtex-insert-kill): Simplify. Always insert text past the
7315 current field or entry.
7316 (bibtex-format-entry): Use bibtex-parse-field.
7317 (bibtex-pop): Use bibtex-beginning-of-entry and
7318 bibtex-end-of-entry to initiate the search. Insert empty field if
7319 we found ourselves.
7320 (bibtex-print-help-message): New args field and comma.
7321 Handle entry keys.
7322 (bibtex-make-field): Use bibtex-beginning-of-entry.
7323 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7324 invalid entry.
7325 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7326 Handle preambles. Simplify code for thorough test.
7327 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7328 New arg comma. Handle entry heads.
7329 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7330 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7331 New arg comma.
7332 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7333 (bibtex-fill-field): Simplify.
7334 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7335 bibtex-parse-field.
7336 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7337 (bibtex-complete): Use bibtex-parse-preamble.
7338
7339 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7340
7341 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7342 Display name of expression instead of convenience variable.
7343 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7344
7345 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7346 toggle-gud-tooltip-dereference.
7347 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7348 (gud-tooltip-tips): ...here when dereferencing.
7349
7350 2005-12-28 Bill Wohler <wohler@newt.com>
7351
7352 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7353
7354 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7357 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7358 (vc-annotate-display-autoscale): Adjust call.
7359 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7360 Fix interactive spec.
7361 (vc-annotate-time-span): Remove.
7362 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7363 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7364 (vc-annotate-display-select): Use new name.
7365
7366 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7367 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7368 Correct the construction of span entries. Simplify.
7369 (vc-annotate-display-select): Fix the nil case.
7370 (vc-annotate): Remove obsolete (and now broken) code.
7371 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7372 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7373
7374 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7375
7376 * subr.el (lazy-completion-table): Correct typo in docstring.
7377
7378 * startup.el (command-line): Use `custom-reevaluate-setting' for
7379 `send-mail-function'.
7380
7381 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7382
7383 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7384
7385 * mail/smtpmail.el (smtpmail-try-auth-methods):
7386 Send credentials together with "AUTH PLAIN" command.
7387
7388 2005-12-27 Richard M. Stallman <rms@gnu.org>
7389
7390 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7391 mouse-2, go back to previously selected window, so it's selected
7392 when mouse-2 command runs.
7393
7394 2005-12-27 Juri Linkov <juri@jurta.org>
7395
7396 * descr-text.el (describe-text-sexp): Use square brackets for
7397 button [Show] to distinguish it from the property value `show'.
7398 (describe-property-list): Use `insert-text-button' with
7399 `help-face' type instead of putting face in quotes, because button
7400 is not created automatically for a list of faces.
7401 (describe-text-properties-1): Put button-type value in quotes to
7402 distinguish from plain text "button".
7403 (describe-char): Display code point values in hex. Don't use
7404 `symbol-name' for `current-input-method' because it is a string.
7405 Use `insert-text-button' with `help-face' type instead of putting
7406 hardcoded face in quotes, because button is not created automatically.
7407
7408 2005-12-27 Richard M. Stallman <rms@gnu.org>
7409
7410 * progmodes/glasses.el (glasses-face): More specific custom type.
7411
7412 * files.el (set-visited-file-name): Doc fix.
7413
7414 * textmodes/flyspell.el (flyspell-external-point-words):
7415 Use local var buffer-scan-pos to advance scan for next misspelling.
7416 Advance it only after we find the misspelling.
7417
7418 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7419
7420 * textmodes/flyspell.el (flyspell-external-point-words):
7421 New criteria for finding the misspelling in the buffer.
7422
7423 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7424
7425 * help-mode.el (help-insert-string): Set help-xref-stack-item
7426 rather than call help-setup-xref.
7427
7428 * descr-text.el (describe-char): Revert previous changes for
7429 optional buffer argument.
7430
7431 2005-12-27 Juri Linkov <juri@jurta.org>
7432
7433 * help-mode.el (help-insert-string): New function. Save buffer
7434 contents in cases where it is impossible to recompute the old contents.
7435
7436 * descr-text.el (describe-char): Set help-xref-stack-item
7437 explicitly after buffer has been generated.
7438
7439 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7440
7441 * cus-start.el (all): Add x-gtk-show-hidden-files.
7442
7443 2005-12-26 Richard M. Stallman <rms@gnu.org>
7444
7445 * replace.el (perform-replace): Calculate match-again
7446 before skipping read-only matches.
7447
7448 * paren.el (paren-showing-faces): New group.
7449 (show-paren-match, show-paren-mismatch): Move to that group.
7450
7451 * button.el (button): Put into group `basic-faces'.
7452
7453 * progmodes/make-mode.el: Remove faces from group `faces'.
7454
7455 * apropos.el (apropos, apropos-value): Doc fix.
7456 (apropos-documentation): Doc fix.
7457
7458 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * subr.el (lazy-completion-table): Remove argument `args'.
7461
7462 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7463 Don't use the `args' argument of lazy-completion-table.
7464
7465 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7466
7467 * descr-text.el (describe-char): Add optional argument for buffer.
7468 Set buffer appropriately. Call help-setup-xref.
7469 Suggested by Stefan Monnier.
7470
7471 2005-12-26 Juri Linkov <juri@jurta.org>
7472
7473 * descr-text.el: Require `help-fns' at runtime. Don't require
7474 `button' for byte compilation.
7475 (describe-text-widget): Add `help-echo' for first button.
7476 Use `help-info' for second.
7477 (describe-property-list): Use `help-argument-name' instead of `italic'.
7478 (describe-text-category): Add prompt to interactive spec.
7479 Call `help-setup-xref'.
7480 (describe-char): Use `help-character-set'. Add `help-echo' for
7481 code point. Use `help-input-method'. Remove superfluous insert.
7482
7483 2005-12-25 Richard M. Stallman <rms@gnu.org>
7484
7485 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7486 at point, in case of narrowing.
7487
7488 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7489
7490 * locate.el (locate-header-face): Allow nil in type.
7491
7492 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7493
7494 2005-12-25 Romain Francoise <romain@orebokech.com>
7495
7496 * battery.el (battery-linux-proc-acpi): Also try
7497 `/proc/acpi/thermal_zone/THM0/temperature'.
7498
7499 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7500
7501 * custom.el (custom-push-theme): Fix docstring.
7502
7503 * cus-edit.el (custom-variable-set, custom-variable-save)
7504 (custom-variable-save): Custom-quote widget values.
7505 (customize-save-variable): Fix custom-push-theme call.
7506
7507 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7508
7509 * w32-fns.el (w32-batch-update-autoloads): New function.
7510
7511 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7512 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7513 from the command line.
7514
7515 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7516
7517 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7518 reset means to remove setting from theme entirely. Don't keep
7519 expanding theme-settings list; delete old entries if necessary.
7520
7521 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7522 customization" button one line up.
7523 (custom-themed): New face.
7524 (custom-magic-alist): New value, THEMED, for theme settings.
7525 (custom-variable-state-set, custom-face-state-set):
7526 Check theme-value instead of saved-value.
7527 (custom-variable-reset-standard, custom-face-reset-standard):
7528 Remove theme setting entirely. Recalculate new values.
7529 (custom-variable-set, custom-variable-set)
7530 (custom-variable-reset-saved, custom-variable-reset-backup)
7531 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7532 (custom-variable-save): Fix typos.
7533
7534 2005-12-23 Juri Linkov <juri@jurta.org>
7535
7536 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7537 Add autoload cookies.
7538 (edebug-outside-d-c-i-n-s-w): New variable.
7539 (edebug-display, edebug-outside-excursion): Use it to save the
7540 original value of default-cursor-in-non-selected-windows.
7541 Set default-cursor-in-non-selected-windows to t while Edebug
7542 is active.
7543 (edebug-mode, edebug-eval-mode): Doc fix.
7544
7545 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7546 with `buffer-substring-no-properties' to remove common substring
7547 highlighting.
7548
7549 * info.el (info-other-window, info): Rename function argument
7550 `file' to `file-or-node'.
7551 (Info-complete-menu-item): Use local variable `complete-nodes' to
7552 keep the global value of `Info-complete-nodes' unchanged for
7553 subsequent completions.
7554 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7555
7556 * simple.el (get-next-valid-buffer, last-buffer)
7557 (next-error-buffer-p, next-error-find-buffer)
7558 (minibuffer-history-sexp-flag): Doc fix.
7559
7560 * savehist.el (savehist-mode-hook): Add `:group'.
7561
7562 * log-view.el: Call autoload for vc-find-version.
7563 (log-view-current-file): Adjust subgroup numbers.
7564 (log-view-current-tag): Add `length'.
7565
7566 2005-12-23 Richard M. Stallman <rms@gnu.org>
7567
7568 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7569
7570 2005-12-23 Juri Linkov <juri@jurta.org>
7571
7572 * hi-lock.el (hi-lock-archaic-interface-message-used)
7573 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7574 (hi-lock-mode): Display "Hi" in the mode line only when
7575 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7576 (hi-lock-write-interactive-patterns):
7577 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7578 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7579 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7580 font-lock-add-keywords to t.
7581
7582 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7583
7584 * hi-lock.el (hi-lock-highlight-range): New variable.
7585 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7586 only if font-lock-fontified is non-nil. Remove overlays.
7587 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7588 font-lock-fontified is non-nil, otherwise use overlays (instead of
7589 text properties).
7590 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7591 New variables.
7592 (hi-lock-string-serialize) New function.
7593
7594 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7595
7596 * menu-bar.el (menu-find-file-existing): New function.
7597 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7598
7599 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7600
7601 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7602
7603 * vc.el: Remove unnecessary leading * in docstrings.
7604 (vc-annotate-mode-map): Move initialization into declaration.
7605 (vc-static-header-alist): Nitpick on the regexp.
7606 (vc-default-init-version): New fun.
7607 (vc-register): Use it.
7608 (vc-insert-headers): Use dolist.
7609 (vc-annotate-get-backend): Remove unused function.
7610 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7611 (vc-annotate-mode): Remove corresponding call.
7612 (vc-annotate-car-last-cons): Simplify.
7613 (vc-annotate-buffers): Remove var.
7614 (vc-annotate-backend): Make it buffer-local.
7615 (vc-annotate): Move the interaction to the interactive spec.
7616 Add a `buf' argument.
7617 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7618 killing&creating a vc-annotate buffer, which is very disruptive when
7619 the buffers are shown in dedicated frames.
7620
7621 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7622
7623 * descr-text.el: Add FSF as maintainer.
7624 (describe-text-mode, describe-text-mode-map)
7625 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7626 help-mode.
7627 (describe-text-widget, describe-text-sexp)
7628 (describe-property-list, describe-text-category)
7629 (describe-text-properties, describe-text-properties-1)
7630 (describe-char): Use help buttons instead of widgets.
7631 (describe-char-unicodedata-file): Make URL link in doc string.
7632
7633 2005-12-22 Richard M. Stallman <rms@gnu.org>
7634
7635 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7636 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7637 Don't include buttons that write a file when there's no file.
7638 (custom-variable-menu, custom-face-menu, custom-group-menu):
7639 Don't include commands that write a file when there's no file.
7640 (customize-browse): Reword the top-of-buffer help intro.
7641 (custom-buffer-create-internal): Fix previous change.
7642 (customize-changed-options-previous-release): Prev release is 21.1.
7643 (customize-changed-options): Doc fix.
7644 (customize-changed): New alias.
7645 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7646 Say "standard values".
7647 (Custom-reset-standard): Doc fix.
7648 (custom-face-reset-standard): Doc fix.
7649
7650 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7653 even if font-lock-mode is non-nil since it may be t without having
7654 turned on font-lock-mode-internal.
7655 (font-lock-choose-keywords): Minor optimization.
7656 (font-lock-add-keywords, font-lock-remove-keywords)
7657 (font-lock-set-defaults): Don't call make-local-variable on a variable
7658 that we know to already be local.
7659
7660 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7661
7662 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7663 messages if in the minibuffer.
7664
7665 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7666
7667 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7668 (tex-mode-flyspell-verify, flyspell-get-word)
7669 (flyspell-external-point-words): Don't use point-min/max uselessly.
7670
7671 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7672 by Kevin Rodgers. Instead, just hide the completions buffer if we
7673 don't need to show it.
7674
7675 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7676
7677 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7678
7679 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7682 delete-windows-on with an inexistent buffer.
7683
7684 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7685
7686 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7687 Delete defcustom variable :tag names.
7688
7689 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7690
7691 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7692 (log-view-font-lock-keywords): Ajust subgroup numbers.
7693 (log-view-current-tag): Don't hard code the number of subgroups.
7694
7695 2005-12-20 Juri Linkov <juri@jurta.org>
7696
7697 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7698 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7699
7700 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7701 (menu-bar-non-minibuffer-window-p): Instead of checking
7702 display-multi-frame-p, use selected-frame when menu-updating-frame
7703 is nil.
7704
7705 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7706
7707 * align.el (align-rules-list): Use [ \t] instead of \s-
7708 for column separators in text mode.
7709
7710 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7711
7712 * help-mode.el (help-customize-variable, help-customize-face):
7713 Don't pop help-xref-stack as help-follow no longer pushes
7714 anything on to it.
7715
7716 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7717
7718 * textmodes/org.el (org-agenda-custom-commands): New option.
7719 (org-agenda): Offer custom commands on splash screen.
7720 (org-make-tags-matcher): Parser for Boolean logic added.
7721 (org-agenda-set-tags): New command.
7722 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7723 (org-set-tags): Efficiency improvements.
7724 (org-auto-align-tags): New option.
7725 (org-todo, org-demote, org-promote): Realign tags.
7726 (org-tags-completion-function): Use also "&" and "|" as separators.
7727 (org-org-menu): Agenda commands simplified.
7728
7729 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7730
7731 * cus-edit.el (customize-apropos, customize-apropos-options):
7732 Docstring changes.
7733
7734 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7735
7736 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7737
7738 * longlines.el (longlines-mode): Wrap while widened.
7739 (longlines-decode-region, longlines-encode-region): Compute max
7740 just once.
7741
7742 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7743
7744 * cus-edit.el (mac): New group.
7745
7746 * cus-start.el (all): Add user options in macterm.c. Add test for
7747 Mac-related built-ins. Fix test for GTK-related built-ins.
7748
7749 * term/mac-win.el (mac-handle-language-change)
7750 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7751 (mac-services-open-selection, mac-services-mail-selection)
7752 (mac-services-mail-to, mac-services-insert-text)
7753 (mac-dispatch-apple-event): Add docstrings.
7754 (x-get-selection, mac-select-convert-to-string): Select coding
7755 system from `utf-16be' and `utf-16le' using `byteorder'.
7756
7757 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7758
7759 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7760 a "list" (lambda ...) rather than a real completion list.
7761
7762 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7763 lexical-let when encountering ((lambda (...) ...) ...).
7764
7765 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7766
7767 * progmodes/sh-script.el (sh-mode):
7768 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7769 * textmodes/picture.el (picture-mode): Update docstrings.
7770
7771 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7772
7773 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7774 commands enclosed in $(ARGQUOTE)s should not be split between two
7775 lines, as that will break with GNU Make >3.80, when sh.exe is used
7776 and arg quoting is with '..'.
7777 (autoloads): Don't break the quoted --eval expression between
7778 several lines.
7779
7780 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7781
7782 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7783 Capture error from printing circular structures.
7784
7785 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7786
7787 * wid-edit.el (widget-checkbox-action): Clear undo info.
7788
7789 2005-12-16 Bill Wohler <wohler@newt.com>
7790
7791 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7792 bar, not menubar in comment.
7793
7794 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7797 After-change-functions should not clobber the match data.
7798
7799 2005-12-16 Juri Linkov <juri@jurta.org>
7800
7801 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7802 instead of `buffer-substring'.
7803 (completion-common-substring): Doc fix.
7804 (completion-setup-function): Use minibuffer-completion-contents
7805 instead of minibuffer-contents. Don't set common-string-length
7806 initially. Remove special handling of partial-completion-mode.
7807 Move computation of completion-base-size into one cond.
7808 Call completion-base-size-function in mainbuf. In computation of
7809 completion-base-size for file name completion don't move point to
7810 the end of the minibuffer. Move computation of common-string-length
7811 into one cond. Start putting faces only when common-string-length>=0.
7812 Add condition to put completions-common-part when
7813 common-string-length>0.
7814
7815 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7816 place point at the first different character in the minibuffer
7817 even if this position is at the beginning of the minibuffer.
7818
7819 * info.el (Info-read-node-name-1): In completion-base-size-function's
7820 lambda return 1 if common-substring or minibuffer-completion-contents
7821 starts with (, and 0 otherwise.
7822
7823 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7824 Use `crm-current-element' for second arg of `display-completion-list'.
7825
7826 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7827
7828 * files.el (set-auto-mode): Look for an interpreter specified on
7829 the first line also if search for mode specification succeeded,
7830 but the mode is not known.
7831
7832 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7833
7834 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7835 (org-open-at-point): Implement tag searches as links.
7836 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7837 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7838 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7839 (org-agenda-dispatch): New commands.
7840 (org-use-tag-inheritance, org-tags-column): New options.
7841 (org-tab-follows-link, org-return-follows-link): New options.
7842 (org-tags): New customize group.
7843 (org-start-icalendar-file): Get local time zone.
7844 (org-tags-completion-function): New function.
7845 (org-set-font-lock-defaults): Make sure links will also be
7846 highlighted inside headlines.
7847
7848 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7849
7850 * term.el (term-emulate-terminal):
7851 Let term-handle-ansi-terminal-messages override what Bash says about
7852 its current directory.
7853
7854 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7855
7856 * bindings.el (last-buffer): Move to simple.el.
7857 * simple.el (last-buffer): Move here.
7858 (get-next-valid-buffer): New function.
7859 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7860 (prev-buffer): Ditto. Rename to `previous-buffer'.
7861
7862 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7863 * bindings.el (global-map): Ditto.
7864
7865 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7866
7867 * cus-edit.el: Introductory comment change.
7868 (custom-magic-alist): Change message string for the `rogue' state.
7869
7870 2005-12-15 Richard M. Stallman <rms@gnu.org>
7871
7872 * tooltip.el: Delete defcustom variable :tag names.
7873
7874 * complete.el (partial-completion-mode): Doc fix.
7875
7876 * textmodes/flyspell.el (flyspell-external-point-words):
7877 Use save-excursion to ensure we don't move backward in the
7878 search loop, not even one character.
7879 (flyspell-delete-all-overlays): Use remove-overlays directly.
7880
7881 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7882 (ispell-start-process): Set that variable.
7883 Clear ispell-buffer-local-name.
7884 (ispell-internal-change-dictionary):
7885 Set ispell-current-dictionary after killing process.
7886 (ispell-buffer-local-dict):
7887 Don't set spell-personal-dictionary after killing process.
7888 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7889 (ispell-tex-skip-alists, ispell-html-skip-alists)
7890 (ispell-skip-region-alist): Mark as risky.
7891
7892 * net/newsticker.el (newsticker--retrieval-timer-list)
7893 (newsticker--display-timer, newsticker-running-p)
7894 (newsticker-ticker-running-p): Definitions moved up.
7895
7896 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7897
7898 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7899
7900 2005-12-15 David Ponce <david@dponce.com>
7901
7902 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7903 (recentf-edit-list, recentf-open-files): Signal an error when
7904 there is no recent file.
7905
7906 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7907
7908 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7909 read-only except for texinfo-format-region evaluation.
7910
7911 2005-12-14 Richard M. Stallman <rms@gnu.org>
7912
7913 * vc.el (vc-default-previous-version, vc-default-next-version)
7914 (vc-do-command): Doc fixes.
7915
7916 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7917
7918 * textmodes/bibtex.el (bibtex-expand-strings)
7919 (bibtex-autokey-expand-string, bibtex-name-part)
7920 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7921 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7922 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7923 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7924 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7925 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7926 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7927 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7928 (bibtex-beginning-of-last-entry): Remove.
7929 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7930 message if comma is missing but buffer is read-only.
7931 (bibtex-parse-field-text): Handle whitespaces at the end of field
7932 text. Return 3-element list with beginning and end of field text
7933 and end of field.
7934 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7935 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7936 (bibtex-search-forward-field, bibtex-search-backward-field):
7937 Search always delimited by limits of entry. Use more efficient
7938 search algorithms.
7939 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7940 bibtex-end-of-name-in-field.
7941 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7942 extracting the content of a field.
7943 (bibtex-text-in-field): Use search limits.
7944 (bibtex-parse-string-prefix): Handle empty string keys based on
7945 bibtex-string-empty-key.
7946 (bibtex-parse-string): Fix docstring.
7947 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7948 (bibtex-preamble-prefix, bibtex-strings): New functions.
7949 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7950 BibTeX entries (consistent with other BibTeX functions).
7951 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7952 (bibtex-search-entry): Fix docstring. Simplify.
7953 (bibtex-flash-head, bibtex-complete-string-cleanup)
7954 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7955 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7956 (bibtex-parse-entry): New optional arg content.
7957 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7958 Use bibtex-text-in-field-bounds.
7959 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7960 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7961 bibtex-parse-string-postfix.
7962 (bibtex-find-text-internal): New function.
7963 (bibtex-remove-delimiters): Use it.
7964 (bibtex-find-text): Use it. New optional arg help.
7965 (bibtex-complete): Handle BibTeX string and preamble entries.
7966 (bibtex-Preamble): Fix order of closing delimiters.
7967
7968 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7969
7970 * vc.el (vc-default-revert): New fun.
7971
7972 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7973
7974 2005-12-14 Romain Francoise <romain@orebokech.com>
7975
7976 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7977 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7978 (font-lock-remove-keywords): Likewise.
7979
7980 2005-12-14 Juri Linkov <juri@jurta.org>
7981
7982 * log-view.el (log-view-diff): Doc fix.
7983
7984 * isearch.el (isearch-query-replace): Use (mark) instead of
7985 isearch-opoint if mark is active in transient-mark-mode.
7986
7987 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7988
7989 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7990
7991 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7992
7993 * progmodes/cpp.el (cpp-face): New widget.
7994 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7995
7996 2005-12-14 Juri Linkov <juri@jurta.org>
7997
7998 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7999 around `erase-buffer' and `insert'.
8000
8001 * descr-text.el (describe-text-properties): Replace buffer name
8002 "*Help-2*" with "*Help*<2>".
8003 (describe-char): Add functions print-help-return-message,
8004 toggle-read-only. Use help-setup-xref with nil to not store
8005 describe-char in help-xref-stack. Use help-make-xrefs to
8006 make [back] button.
8007
8008 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8009
8010 * wdired.el (wdired-old-point): New internal variable.
8011 (wdired-change-to-wdired-mode): Set it buffer-locally.
8012 (wdired-abort-changes): Restore point after aborting changes.
8013
8014 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8015
8016 * vc.el (vc-do-command): Add a new value t for okstatus.
8017
8018 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8019 frame in case of errors.
8020
8021 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8022
8023 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8024 so it comes after "On the Left" in the menu.
8025
8026 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8027
8028 * cus-edit.el (customize-apropos, customize-apropos-options)
8029 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8030
8031 2005-12-12 Bill Wohler <wohler@newt.com>
8032
8033 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8034 non-writable Subversion-controlled files by saving window
8035 configuration before calling vc-do-command. vc-do-command calls
8036 pop-to-buffer on error which is unexpected during registration.
8037
8038 2005-12-12 Jay Belanger <belanger@truman.edu>
8039
8040 * calc/README: Update the summary of changes.
8041
8042 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8043
8044 * descr-text.el (describe-char): Rework last fix to solve the problem
8045 is the same way it's solved for everything else in that function
8046 (i.e. by extracting the info before setting up the *Help* buffer).
8047
8048 2005-12-12 Kim F. Storm <storm@cua.dk>
8049
8050 * subr.el (version-regexp-alist): Allow space as separator before
8051 non-numeric part, e.g. "1.0 alpha".
8052 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8053
8054 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8055
8056 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8057 Implement Logging and the keep-modes setting.
8058 (org-get-category): Make sure a string is returned.
8059 (org-log-done): New function.
8060 (org-log-done, org-closed-string): New options.
8061
8062 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8063
8064 * tooltip.el (tooltip-y-offset): Change default to 20.
8065
8066 2005-12-12 Richard M. Stallman <rms@gnu.org>
8067
8068 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8069
8070 * frame.el (display-hourglass): Doc fix.
8071
8072 * help.el (help-for-help-internal): Simplify entry for `a'.
8073
8074 * info.el (Info-on-current-buffer): Doc fix.
8075 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8076
8077 * startup.el (inhibit-splash-screen): Make this the real name.
8078 (inhibit-startup-message): Make this the alias.
8079 (command-line): Find only simple.el, and use its directory
8080 to fill in other preloaded files' names.
8081 (command-line): Deactivate the mark if deactivate-mark is set.
8082
8083 * international/mule.el (load-with-code-conversion):
8084 Bind deactivate-mark.
8085
8086 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8087
8088 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8089
8090 * cus-edit.el (customize-apropos): Avoid listing an option more
8091 than once under different aliases. No longer list user options
8092 that are not defined with defcustom (unless a prefix arg is given).
8093 Doc fix.
8094 (customize-apropos-options): Doc fix.
8095
8096 2005-12-11 Juri Linkov <juri@jurta.org>
8097
8098 * frame.el (set-background-color, set-foreground-color)
8099 (set-cursor-color, set-mouse-color, set-border-color):
8100 Add explicit prompts to read colors by `facemenu-read-color'.
8101 (show-trailing-whitespace, blink-cursor-delay)
8102 (blink-cursor-interval, display-hourglass, hourglass-delay):
8103 Remove tags.
8104 (display-hourglass, hourglass-delay): Doc fix.
8105 (cursor-in-non-selected-windows): Capitalize words in tag.
8106
8107 * faces.el (frame-background-mode): Replace `choice-item' keywords
8108 with `const' to not make [default] button. Change default value tag
8109 from `default' to `automatic'. Doc fix.
8110 (trailing-whitespace) <defface>: Change group `whitespace' to
8111 `whitespace-faces'.
8112
8113 2005-12-11 Richard M. Stallman <rms@gnu.org>
8114
8115 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8116
8117 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8118
8119 * term/mac-win.el: Create keymap for mac-apple-event-map.
8120
8121 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8122
8123 * tooltip.el (tooltip-mode): Move to start of file so that it
8124 appears at top of customize buffer.
8125
8126 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8127 Add the gud groupname.
8128 (gud-tooltip-mode): Add the tooltip groupname.
8129 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8130 avoid conflict with tooltip-use-echo-area.
8131
8132 2005-12-10 Romain Francoise <romain@orebokech.com>
8133
8134 * help.el (help-for-help-internal): Add `r' in doc string.
8135
8136 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8137
8138 * align.el (align-regexp, align-highlight-rule):
8139 Use region-beginning and region-end instead of point and mark, so that
8140 repetition (with `repeat-complex-command') recomputes the region
8141 bounds.
8142
8143 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8144
8145 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8146 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8147 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8148 (balance-windows): Rewrite using the above new functions.
8149
8150 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8151
8152 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8153 react if global-hi-lock-mode seems intended.
8154 (global-hi-lock-mode) Renamed from hi-lock-mode.
8155 (hi-lock-archaic-interface-message-used)
8156 (hi-lock-archaic-interface-deduce): New variables.
8157 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8158 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8159 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8160 Replace hi-lock-buffer-mode with hi-lock-mode.
8161
8162 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8163
8164 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8165 completion list, even after a partial completion has been
8166 inserted in the current buffer. If there are more than 1
8167 completion, redisplay the *Completions* buffer; if the
8168 completion is unique, delete the *Completions* window.
8169
8170 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8171
8172 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8173 strings and long subject lines that were broken into multiple
8174 lines at arbitrary places. Handle subjects that have "Re: " in
8175 the middle.
8176
8177 2005-12-10 John W. Eaton <jwe@octave.org>
8178
8179 * emacs/octave-mod.el (octave-electric-space): Don't indent
8180 comments or strings if octave-auto-indent is nil.
8181
8182 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8183
8184 * term/mac-win.el: Require url when compiling.
8185 Call mac-process-deferred-apple-events after loading init files.
8186 (mac-apple-event-map): New defvar. Define event handlers in it.
8187 (core-event, internet-event): New Apple event class symbols.
8188 (open-application, reopen-application, open-documents)
8189 (print-documents, open-contents, quit-application)
8190 (application-died, show-preferences, autosave-now, get-url):
8191 New Apple event ID symbols.
8192 (about): New HICommand ID symbol.
8193 (mac-event-spec, mac-event-ae): New macros.
8194 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8195 (mac-ae-selection-range, mac-ae-text-for-search)
8196 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8197 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8198 and Services menu events are now defined in mac-apple-event-map.
8199 (mac-drag-n-drop): Remove selection range handling.
8200
8201 2005-12-10 Kenichi Handa <handa@m17n.org>
8202
8203 * simple.el (zap-to-char):
8204 * isearch.el (isearch-process-search-char): Translate CHAR by
8205 translation-table-for-input.
8206
8207 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8208
8209 * foldout.el (foldout-exit-fold): Properly hide subtree.
8210
8211 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8212
8213 * files.el (save-buffer):
8214 * international/ucs-tables.el (ucs-set-table-for-input):
8215 * mail/mail-extr.el (mail-extract-address-components):
8216 * mail/sendmail.el (mail-mode): Reformat doc string.
8217
8218 2005-12-09 Juri Linkov <juri@jurta.org>
8219
8220 * isearch.el (isearch-highlight): Change main overlay priority
8221 from 1 to 1001. Simplify.
8222 (isearch-lazy-highlight-update): Change lazy overlay priority
8223 from 0 to 1000.
8224
8225 * replace.el (replace-highlight): Change overlay priority from
8226 1 to 1001.
8227
8228 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8229 Change overlay priority from 1 to 1001. Reuse existing overlay.
8230
8231 * compare-w.el (compare-windows-highlight): Change overlay
8232 priority from 1 to 1000.
8233
8234 * menu-bar.el (menu-bar-edit-menu): Add listp around
8235 pending-undo-list to disable menu item "undo" when pending
8236 undo list is empty.
8237
8238 * locate.el (locate): Disable undo in *Locate* buffer.
8239
8240 2005-12-09 Kim F. Storm <storm@cua.dk>
8241
8242 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8243
8244 2005-12-09 David Ponce <david@dponce.com>
8245
8246 * recentf.el: Improvement of the menu code.
8247 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8248 instead of menu hook.
8249 (recentf-show-menu, recentf-hide-menu): New functions.
8250 (recentf-menu-customization-changed, recentf-mode): Use them.
8251 (recentf-menu-action, recentf-max-menu-items)
8252 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8253 (recentf-arrange-by-rule-others)
8254 (recentf-arrange-by-rules-min-items)
8255 (recentf-arrange-by-rule-subfilter) : Don't use
8256 `recentf-menu-customization-changed'.
8257 (recentf-arrange-rules): Likewise. Accept functions to compute
8258 sub-menu titles.
8259 (recentf-menu-filter): Likewise. Doc fix.
8260 (recentf-menu-value-shortcut): Doc fix.
8261 (recentf-dump-variable): Quote atom value.
8262 (recentf-make-menu-items): Update to use it as a menu filter.
8263 (recentf-match-rule): New function.
8264 (recentf-arrange-by-rule): Use it.
8265 (recentf-indirect-mode-rule): New function.
8266 (recentf-build-mode-rules): Use it.
8267 (recentf-dir-rule): New function.
8268 (recentf-arrange-by-dir): Use it.
8269 (recentf-filter-changer-current): Rename from
8270 `recentf-filter-changer-state'. All references updated.
8271 (recentf-filter-changer-alist): Update filter names.
8272 (recentf-filter-changer-select): New function.
8273 (recentf-filter-changer): Use it. Make a sub-menu from filters
8274 available in `recentf-filter-changer-alist'.
8275 (recentf-data-cache, recentf-clear-data)
8276 (recentf-update-menu): Remove. All references updated.
8277 (recentf-match-rule-p, recentf-build-dir-rules)
8278 (recentf-filter-changer-goto-next)
8279 (recentf-filter-changer-get-current)
8280 (recentf-filter-changer-get-next): Remove.
8281
8282 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8283
8284 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8285 buffer "Reset" button to "Reset to Current" for consistency with
8286 the State buttons.
8287
8288 2005-12-08 John Paul Wallington <jpw@pobox.com>
8289
8290 * ibuf-ext.el (define-ibuffer-filter filename):
8291 If `dired-directory' is a list then really use its car.
8292
8293 2005-12-08 Kim F. Storm <storm@cua.dk>
8294
8295 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8296 Fix indention of text on right side of replaced rectangle.
8297
8298 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8299
8300 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8301 No need to check gud-comint-buffer is bound.
8302 (gdb): Prevent multiple debugging when first session uses gdba.
8303
8304 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8305
8306 CC Mode update to 5.31.
8307
8308 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8309 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8310 We might do this function properly in the future).
8311
8312 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8313 New macros c-sentence-end and c-default-value-sentence end, to cope
8314 with Emacs 22's new function `sentence-end'.
8315
8316 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8317
8318 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8319 compat issue using `c-put-overlay' and `c-delete-overlay'.
8320
8321 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8322 New compat macros to handle overlays/extents.
8323
8324 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8325
8326 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8327 (for GNU Emacs 20.4)
8328
8329 * progmodes/cc-defs.el:
8330 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8331
8332 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8333 highlighting mechanism so it will work in XEmacs too.
8334
8335 * progmodes/cc-defs.el: Insert c-int-to-char.
8336
8337 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8338 call to the new macro c-int-to-char. This solves XEmacs's
8339 regarding characters as different from integers.
8340
8341 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8342
8343 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8344 New internal helper.
8345
8346 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8347 construct to make the indirect face lookup work in XEmacs.
8348
8349 (c-cpp-matchers): Append the negation char face to the existing
8350 fontification, so that the cpp face doesn't disappear.
8351 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8352 and strings.
8353
8354 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8355 to map to `font-lock-negation-char-face' in emacsen where it exists.
8356
8357 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8358
8359 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8360
8361 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8362 Rename "c-subword-move-mode" as "c-subword-mode".
8363
8364 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8365 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8366
8367 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8368
8369 * progmodes/cc-mode.el: Added autoload directive for
8370 `c-subword-move-mode' for use in older emacsen.
8371
8372 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8373
8374 * progmodes/cc-mode.el:
8375 (i) Insert a binding for C-c C-backspace into
8376 c-bind-special-erase-keys which works in TTYs.
8377 (ii) Make sure that when file styles are used, any explicitly
8378 given style variables take priority over those in the style.
8379 Do this by calling `hack-local-variables' a second time.
8380
8381 * progmodes/cc-vars.el: Add language specific customization
8382 widgets for AWK to c-doc-comment-style, c-require-final-newline
8383 and c-default-style. Add a defcustom for awk-mode-hook.
8384 Give c-syntactic-element and c-syntactic-context doc-strings by
8385 directly setting their `variable-documentation' propery.
8386 This allows Emacs 22.1 to read these with C-h v.
8387
8388 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8389
8390 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8391
8392 * progmodes/cc-fonts.el, cc-vars.el
8393 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8394 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8395 Masatake YAMATO.
8396
8397 (c-doc-comment-style): Made GtkDoc default in C mode.
8398
8399 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8400 and C-c C-<delete>.
8401
8402 (c-bind-special-erase-keys): New function for use on
8403 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8404
8405 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8406 <delete> key behavior in XEmacs according to `delete-forward-p'.
8407 C.f. `c-electric-delete'.
8408
8409 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8410
8411 * progmodes/cc-mode.el: Give c-hungry-backspace and
8412 c-hungry-delete-forward permanent key bindings.
8413
8414 * progmodes/cc-cmds.el (c-electric-semi&comma):
8415 Bind c-syntactic-context for calls to "criteria functions", for
8416 consistency with other calls to user functions.
8417
8418 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8419 `current-prefix-arg', since this might be the prefix arg to a
8420 command which calls c-indent-command as a function. Change the
8421 interactive spec from "p" to "P".
8422
8423 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8424 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8425 was difficult to understand.
8426
8427 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8428
8429 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8430 first char of an identifier.
8431
8432 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8433 +" syntax in C++.
8434
8435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8436
8437 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8438 auto-fill doesn't split a c-comment's last word from a hanging
8439 "*/" when a space is typed between them after fill-column.
8440
8441 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8442
8443 * progmodes/cc-styles.el (c-set-style)
8444 (c-setup-paragraph-variables): Abort the command if we're not in a
8445 CC Mode buffer.
8446
8447 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8448 with blank comment-prefix, and a blank line as the comment's
8449 second line.
8450
8451 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8452
8453 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8454 Incorporate the patterns added in the Emacs development branch
8455 for the new Emacs 22 face `font-lock-negation-char-face'.
8456
8457 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8458 of "red" since it stands out better in xterms and DOS terminals.
8459
8460 * progmodes/cc-engine.el (c-literal-faces):
8461 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8462
8463 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8464
8465 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8466 forcibly enable c-electric-flag.
8467
8468 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8469 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8470 after the comment-prefix of a C-style comment will close that comment.
8471
8472 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8473
8474 * progmodes/cc-fonts.el (c-basic-matchers-before)
8475 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8476 in Pike.
8477
8478 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8479 digraphs.
8480
8481 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8482 (c-cpp-message-directives, c-cpp-include-directives)
8483 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8484 (c-cpp-expr-directives): Introduce new language constants to
8485 control cpp syntax in a cleaner way.
8486
8487 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8488
8489 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8490
8491 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8492 (c-multiline-string-start-char): New language constants and
8493 variables to specify how newlines in string literals work.
8494
8495 (c-font-lock-invalid-string): Use them.
8496
8497 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8498 unbalanced close brace is entered. Optimization by avoiding going
8499 back over arbitrarily large blocks. Removed hints that this
8500 function only would be relevant/useful in AWK.
8501
8502 (c-electric-brace): Indent syntactically after the cleanups since
8503 lineup functions might do it differently then.
8504
8505 * progmodes/cc-engine.el, cc-langs.el
8506 (c-opt-op-identifier-prefix): New language constant and variable.
8507
8508 (c-just-after-func-arglist-p, c-after-special-operator-id)
8509 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8510
8511 * progmodes/cc-align.el, cc-engine.el
8512 (c-after-special-operator-id): New helper to handle C++ operator
8513 identifiers.
8514
8515 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8516 (c-guess-basic-syntax): Handle C++ operator identifiers in
8517 declarations.
8518
8519 * progmodes/cc-langs.el (c-assignment-operators): Add the
8520 trigraph version of ^= too.
8521
8522 * progmodes/cc-langs.el (c-assignment-operators): Add the
8523 trigraph version of |= in C++.
8524
8525 * progmodes/cc-fonts.el (c-font-lock-declarators):
8526 Handle `c-decl-hangon-kwds' after the identifier name.
8527
8528 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8529 whether an arglist is "nonempty", ignore a comment after the open
8530 paren if it isn't followed by a non-comment token on the same line.
8531
8532 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8533 Enable heuristics below the point to cope with classes inside special
8534 brace lists in Pike.
8535
8536 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8537
8538 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8539
8540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8541
8542 * progmodes/cc-guess.el (cc-guess-install): New function to
8543 install an already guessed style in another buffer.
8544
8545 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8546 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8547 anyway if the change always is undone.
8548
8549 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8550
8551 Implement togglable electricity:
8552
8553 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8554 saying when it should be used.
8555
8556 * progmodes/cc-engine.el: Add the new buffer-local variable,
8557 c-electric-flag.
8558
8559 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8560 c-toggle-auto-newline.
8561
8562 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8563 c-toggle-auto-newline. Remove the binding for
8564 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8565 c-toggle-electric-state.
8566
8567 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8568
8569 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8570 c-\(forward\|backward\)-subword.
8571 (c-update-modeline): Add the new modeline flag `l' for
8572 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8573 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8574 Make the old name an alias of the new name.
8575 (c-toggle-electric-state): New function.
8576 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8577 Adapt these functions to do electric things only when
8578 c-electric-flag is non-nil.
8579 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8580 new functions from c-electric-brace.
8581 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8582 mode, so that the tentative extra newline doesn't change the
8583 syntax of the following brace.
8584 (c-electric-brace): Restructure by extracting the above functions.
8585 Tidy up the coding somewhat.
8586 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8587 restructure a bit.
8588
8589 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8590
8591 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8592 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8593
8594 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8595 (c-submode-indicators): Change name from `c-auto-hungry-string'
8596 since it's now used to track another submode.
8597
8598 (c-update-modeline): Convert to function and extended to check
8599 `c-subword-move-mode'.
8600
8601 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8602 Convert to compat aliases for `c-forward-subword' and
8603 `c-backward-subword'.
8604
8605 * progmodes/cc-subword.el: New functions and minor mode to handle
8606 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8607
8608 (c-forward-subword, c-backward-subword, c-mark-subword)
8609 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8610 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8611 Functions corresponding to the standard word handling functions.
8612
8613 (c-subword-move-mode): Minor mode that replaces all the standard
8614 word handling functions with their subword equivalences.
8615
8616 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8617
8618 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8619 entry for one-liner-defun.
8620
8621 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8622 name in its def-edebug-spec.
8623
8624 * progmodes/cc-cmds.el (c-electric-brace): Make the
8625 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8626 compacts space before a comment, if this will make things fit on
8627 one line.
8628
8629 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8630
8631 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8632
8633 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8634 clean-up one-liner-defun.
8635
8636 * progmodes/cc-styles.el: Add the new "awk" style.
8637
8638 * progmodes/cc-vars.el: Add description of one-liner-defun to
8639 c-cleanup-list's doc-string. New user options,
8640 c-max-one-liner-length. In c-default-style, set the default style
8641 for AWK to "awk".
8642
8643 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8644
8645 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8646 macros inside labels.
8647
8648 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8649 `c-at-statement-start-p' and `c-at-expression-start-p'.
8650
8651 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8652 error if the mark isn't set.
8653
8654 * progmodes/cc-engine.el (c-guess-continued-construct)
8655 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8656 accurately detect functions inside functions.
8657
8658 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8659 like `c-at-statement-start-p' that additionally recognizes commas
8660 and expression parentheses as delimiters.
8661
8662 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8663 to avoid heuristics that doesn't work for unclosed blocks.
8664 (c-at-statement-start-p): New function.
8665
8666 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8667 Objective-C directives, e.g. directives spanning lines should work
8668 reasonably well now.
8669
8670 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8671
8672 (c-forward-objc-directive): New function to move over any ObjC
8673 directive.
8674
8675 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8676 (c-basic-matchers-before): Use it.
8677
8678 (c-font-lock-objc-iip-decl): Remove.
8679
8680 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8681 in the template arglist recognition.
8682
8683 * progmodes/cc-styles.el (c-style-alist): Fix several
8684 inconsistencies in the Whitesmith style.
8685
8686 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8687 New lineup function to get lines after Whitesmith style blocks
8688 correctly indented.
8689
8690 (c-lineup-whitesmith-in-block): Back out the compensation for
8691 opening parens since it's done using `add' lists in the style
8692 definition instead. Don't use the anchor position since it varies
8693 too much between the syntactic symbols. :P
8694
8695 * progmodes/cc-vars.el (c-valid-offset): Update.
8696
8697 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8698 lists where the offsets are combined according to several
8699 different methods: `first', `min', `max', and `add'.
8700 Report offset evaluation errors with `c-benign-error' so that some kind
8701 of reindentation still is done.
8702
8703 * progmodes/cc-engine.el (c-guess-basic-syntax):
8704 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8705 `arglist-close'.
8706
8707 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8708 situations for `arglist-cont-nonempty' and `arglist-close'.
8709
8710 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8711
8712 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8713 cc-bytecomp-boundp' in a number of places.
8714
8715 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8716 macro related issue.
8717
8718 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8719
8720 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8721 list is now [asdf], a char class [:alpha:].
8722 Include code for char classes.
8723 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8724 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8725
8726 Remove (nearly all of) the cruft associated with AWK Mode's former
8727 concept of "virtual semicolons":
8728
8729 Adapt c-beginning-of-statement, c-end-of-statement (together with
8730 subfunctions) to use the new notion of "virtual semicolon" in
8731 place of the old awkward special handling for AWK. There remains
8732 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8733 * progmodes/cc-cmds.el:
8734 (c-ascertain-adjacent-literal): In the backwards direction, now
8735 recognises AWK regexp delimiters as string delimiters.
8736 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8737 check more rigorously for "end of macro".
8738 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8739 virtual semicolons;
8740 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8741 out the code for forward movement into ...
8742 (c-end-of-statement): Now contains the code for forward movement,
8743 adapted for virtual semicolons.
8744
8745 * progmodes/cc-engine.el:
8746 (c-ws*-string-limit-regexp): New regexp.
8747 (c-forward-single-comment, c-backward-single-comment): Comment out
8748 the (now redundant) "special" AWK stuff.
8749
8750 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8751 c-string-par-start, c-string-par-separate to be more like Text
8752 Mode than Fundamental Mode.
8753
8754 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8755
8756 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8757 to the fontified region so that fontification doesn't occur
8758 outside it (could happen e.g. when fontifying a line with an
8759 unfinished declaration).
8760
8761 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8762
8763 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8764 start of the file. ^L now separate sections of the file.
8765 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8766 (c-awk-one-line-possibly-open-string-re)
8767 (c-awk-regexp-one-line-possibly-open-char-class-re)
8768 (c-awk-one-line-possibly-open-regexp-re)
8769 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8770 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8771
8772 Amend the concept of "virtual semicolons" (in the indentation
8773 engine) for languages like AWK, such that they are now
8774 conceptually attached to end of the last token of a statement, not
8775 the end of the line. (In AWK Mode, however, the pertinent text
8776 property is still physically set on the EOL.) Remove the specific
8777 tests for awk-mode, thus facilitating the introduction of other
8778 language modes where EOLs can end statements.
8779 (Note: The funtionality in cc-cmds.el, specifically
8780 c-beginning/end-of-statement has yet to be amended.)
8781
8782 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8783 New macros.
8784
8785 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8786 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8787 c-vsemi-status-unknown-p-fn (in a new page).
8788
8789 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8790 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8791 numerous awkward forms like
8792 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8793 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8794 variable before-ws-ip, the place just after char-before-ip appears.
8795
8796 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8797 a comment.
8798
8799 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8800
8801 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8802 `c-tentative-buffer-changes'.
8803
8804 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8805 convert to macro to choose between Emacs and XEmacs at compile time.
8806
8807 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8808
8809 (c-tentative-buffer-changes): New macro to handle temporary buffer
8810 changes in a convenient way.
8811
8812 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8813 for `c-tentative-buffer-changes'.
8814
8815 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8816 the checks for paren sexps between the point and the keyword, to
8817 avoid some false alarms.
8818
8819 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8820 Fixed a situation where an error could be thrown for unbalanced
8821 parens. Changed to make use of c-keyword-member' to avoid some
8822 repeated regexp matches.
8823
8824 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8825 These language variable are no longer necessary.
8826
8827 (c-block-stmt-kwds): New language constant used by
8828 c-looking-at-inexpr-block'.
8829
8830 (c-guess-basic-syntax): Remove an optional check that looked at
8831 the existence of the now removed language variables.
8832
8833 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8834 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8835 object instantiation expressions as declarations in some contexts.
8836 This bug only affected languages where the declarator can't be
8837 enclosed in parentheses.
8838
8839 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8840 insert newlines before and after substatement braces.
8841
8842 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8843 function declaration headers and the handling of C++ style member
8844 init lists.
8845
8846 (c-just-after-func-arglist-p): Rewritten to use
8847 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8848
8849 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8850
8851 (c-guess-basic-syntax): Adapt case 5B for the new
8852 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8853 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8854 covers all cases now).
8855
8856 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8857
8858 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8859
8860 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8861 c-string-par-start/separate c-sentence-end-with-esc-eol,
8862 initialised in c-setup-paragraph-variables, used in string
8863 scanning subroutines of c-beginning-of-statement.
8864
8865 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8866 which precedes the newly inserted `{'.
8867
8868 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8869
8870 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8871 function for declaration level blocks. It should now cope with
8872 templates better and also be a lot more comprehensible.
8873
8874 (c-looking-at-decl-block): The new function.
8875
8876 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8877 for compatibility.
8878
8879 (c-add-class-syntax, c-guess-continued-construct)
8880 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8881
8882 (c-decl-block-key): Change to tell apart ambiguous and
8883 unambiguous keywords. Pike specials are now handled directly in
8884 the code instead.
8885
8886 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8887 New language constants and variables to make the backward skip in
8888 `c-looking-at-decl-block' as tight as possible.
8889
8890 (c-nonsymbol-token-char-list): New language constant.
8891
8892 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8893 find balanced template arglists backwards.
8894
8895 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8896 making char classes for `c-syntactic-skip-backward'.
8897
8898 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8899 16D - can't be a class-close at that point.
8900
8901 * progmodes/cc-engine.el (c-guess-basic-syntax)
8902 (c-add-class-syntax): Don't narrow out the enclosing declaration
8903 level. This makes everything a lot easier, and it was actually
8904 only four small places that needed it to work. Some places that
8905 previously did `widen' are removed now, which has the effect that
8906 `c-guess-basic-syntax' never will look at things outside the
8907 current narrowment now. The anchor position for `topmost-intro'
8908 is affected by this, but it was so bogus it was basically useless
8909 before, and now it's equally bogus but in a slightly different way.
8910
8911 (c-narrow-out-enclosing-class): Gone.
8912
8913 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8914 the narrowed region.
8915
8916 (c-least-enclosing-brace): Remove silly optional argument.
8917
8918 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8919 the point could be left directly after an open paren when finding
8920 the beginning of the first decl in the block.
8921
8922 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8923 Specify which submatch to use.
8924
8925 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8926
8927 (c-decl-start-re): No longer any need for special treatment of
8928 ObjC due to the above.
8929
8930 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8931 presumably follows C in that regard.
8932
8933 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8934 New language constants to specify operator tokens inside
8935 identifiers in a more high level way.
8936
8937 (c-opt-identifier-prefix-key): New internal language constant.
8938
8939 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8940 (c-identifier-start, c-identifier-key): Now completely calculated
8941 from other constants.
8942
8943 (c-identifier-last-sym-match): Decommission since it's no longer used.
8944
8945 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8946
8947 * progmodes/cc-engine.el (c-forward-name): Remove the
8948 optimization when c-identifier-key is equal to c-symbol-key since
8949 it doesn't work in byte compiled files. Don't record empty
8950 regions as identifiers.
8951
8952 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8953 simplify access to `c-operators' and its likes.
8954
8955 (c-operator-list, c-all-op-syntax-tokens)
8956 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8957 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8958 (c-primary-expr-regexp, c-cast-parens): Use it.
8959
8960 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8961 an explicit language in functions.
8962
8963 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8964 variant of adornment.
8965
8966 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8967 variable.
8968
8969 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8970 the Pike value.
8971
8972 * progmodes/cc-engine.el (c-on-identifier)
8973 (c-simple-skip-symbol-backward): Small fix for handling "-"
8974 correctly in `skip-chars-backward'. Affected the operator lfun
8975 syntax in Pike.
8976
8977 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8978 diagnostic message about precompiled language vars not being used.
8979
8980 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8981 "__attribute__" is followed by a parenthesis.
8982
8983 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8984 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8985 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8986
8987 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8988 Internal cleanups to properly detect the declared identifiers in
8989 various declarations.
8990
8991 (c-decl-start-kwds): New language constant to recognize
8992 declarations that can start anywhere. Used for class declarations
8993 in Pike.
8994
8995 (c-specifier-key, c-not-decl-init-keywords)
8996 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8997 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8998
8999 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9000 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9001 handling of the compiler specific extension keywords into a new
9002 language constant `c-decl-hangon-kwds' that defines keyword
9003 clauses to be ignored in declarations.
9004
9005 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9006 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9007 Necessary to stop at the declared identifier in e.g. IDL valuetype
9008 declarations.
9009
9010 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9011 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9012 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9013 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9014 class and enum declarations as such and not as part of the type.
9015
9016 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9017 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9018
9019 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9020 declarations when there's some syntax error later on.
9021
9022 (c-complex-decl-matchers): Did away with a reference to
9023 `c-specifier-key'.
9024
9025 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9026 value - this variable is always dynamically bound.
9027
9028 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9029 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9030 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9031 functions that might do hidden buffer changes: All such internal
9032 functions are now marked instead of those that don't.
9033
9034 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9035 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9036 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9037 (c-literal-type): Allow these functions to make hidden buffer changes,
9038 so that they are free to use text property caching later on.
9039
9040 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9041 (c-electric-brace, c-electric-slash, c-electric-star)
9042 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9043 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9044 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9045 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9046 with the changed semantics of the functions above.
9047
9048 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9049 when macros occur in obscure places. Optimized the sexp movement
9050 a bit.
9051
9052 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9053
9054 Enhancements for c-beginning-of-statement to work in AWK Mode:
9055
9056 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9057 (completed statement) with `}' (statement completed by closing
9058 brace or semicolon) and `$' (statement completed by EOL).
9059
9060 (c-awk-virtual-semicolon-ends-prev-line-p)
9061 (c-awk-virtual-semicolon-ends-line-p)
9062 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9063 (c-awk-at-statement-end-p): New functions.
9064
9065 * progmodes/cc-cmds.el: Simplify the structure of functions
9066 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9067 two functions and c-beginning-of-statement to handle AWK Mode.
9068
9069 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9070 c-backward-single-comment for AWK mode. Attempt to clarify their
9071 doc-strings.
9072
9073 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9074
9075 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9076
9077 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9078 label handling. Labels are now recognized in a uniform and more
9079 robust way, regardless of context. Text properties are put on all
9080 labels to recognize the following declarations better.
9081 Multiword labels are handled both in indentation and fontification for
9082 the benefit of language extensions like Qt. For consistency, keywords
9083 in labels are now fontified with the label face instead.
9084 That also applies to "case" and "default".
9085
9086 (c-beginning-of-statement-1): Fix some bugs in the label
9087 handling. Disregard `c-nonlabel-token-key' in labels that begin
9088 with `c-label-kwds'.
9089
9090 (c-find-decl-spots): Support that the callback adds more
9091 `c-decl-end' spots to find.
9092
9093 (c-forward-decl-or-cast-1): Don't treat a list of plain
9094 identifiers followed by a colon as a declaration.
9095
9096 (c-forward-label): New function to recognize labels.
9097
9098 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9099 `c-forward-label'. Moved the label recognition cases (14 and 15)
9100 earlier since they aren't so context sensitive now. Handle labels
9101 on the top level gracefully. Moved access label recognition to
9102 the generic label case (CASE 15) - removed CASE 5E.
9103
9104 (c-font-lock-declarations): Add recognition of labels in the
9105 same round since we need to handle labels in parallell with other
9106 declarations to recognize both accurately. It should also improve
9107 speed.
9108
9109 (c-simple-decl-matchers, c-basic-matchers-after):
9110 Move `c-font-lock-labels' so that it only is used on decoration level 2
9111 since `c-font-lock-declarations' handles it otherwise.
9112
9113 (c-complex-decl-matchers): Remove the simplistic recognition of
9114 access labels.
9115
9116 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9117 with labels earlier.
9118
9119 (c-decl-start-re): New language variable to make
9120 `c-font-lock-declarations' stop for the special protection labels
9121 in Objective-C that start with `@'.
9122
9123 (c-label-key): Remove since it's no longer used.
9124
9125 (c-recognize-colon-labels, c-label-prefix-re): New language
9126 constants to support recognition of generic colon-terminated labels.
9127
9128 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9129 are colon terminated labels.
9130
9131 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9132 first argument starts with a special brace list.
9133
9134 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9135 (c-font-lock-declarations): Break out the declaration and cast
9136 recognition from `c-font-lock-declarations' to a new function, so
9137 that it can be used in the indentation engine.
9138
9139 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9140 up to the start of the literal. Fixed bug with the point on the
9141 wrong side of the search limit that could happen when the start
9142 position is inside a literal.
9143
9144 * progmodes/cc-engine.el (c-parse-state)
9145 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9146 so that it's kept a little bit back to increase the hit rate.
9147
9148 (c-parse-state): Change the macro handling and fixed some
9149 glitches. Macro context is checked more often than necessary now,
9150 but otoh less garbage conses are generated.
9151
9152 * progmodes/cc-engine.el (c-parse-state)
9153 (c-invalidate-state-cache): Cache the last position where
9154 `c-state-cache' applies. This can speed up refontification quite
9155 a bit in blocks where there are many non-brace parens before the point.
9156
9157 (c-state-cache-end): New variable for this.
9158
9159 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9160 cache variable.
9161
9162 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9163 get close initial continue positions when the start position is
9164 inside a literal or macro. Do not call the callback for spots
9165 before the start position (which can happen e.g. for `c-decl-end'
9166 spots inside comments). Optimize better in special cases when the
9167 region is a single line inside a literal or macro (typically when
9168 the current line is refontified).
9169
9170 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9171 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9172 entries from the paren state.
9173
9174 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9175 special case for "else if" clauses.
9176
9177 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9178 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9179
9180 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9181 New language variable to recognize the gcc extension with statement
9182 blocks inside expressions.
9183
9184 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9185 it somewhat more comprehensible. The argument AT-BLOCK-START is
9186 no longer used and hence removed.
9187
9188 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9189 to `c-add-stmt-syntax'.
9190
9191 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9192 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9193 This fixes bogus label recognition.
9194
9195 * progmodes/cc-engine.el (c-add-type, c-check-type)
9196 (c-forward-name, c-forward-type): Improve storage of template
9197 types in `c-found-types' so that they can be recognized better.
9198
9199 (c-syntactic-content): Add option to skip past nested parens.
9200
9201 * progmodes/cc-engine.el (c-forward-name):
9202 Set `c-last-identifier-range' all the time. It's less work that way.
9203 Handle that there might not be an identifier to store in
9204 `c-last-identifier-range'.
9205
9206 (c-forward-type): Handle that `c-last-identifier-range' might be
9207 nil from `c-forward-name'.
9208
9209 * progmodes/cc-defs.el (c-safe-scan-lists)
9210 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9211
9212 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9213 to work even if the form fails.
9214
9215 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9216 down in a large file in one go.
9217
9218 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9219
9220 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9221 function which is like `c-lineup-math' but returns nil instead of
9222 `c-basic-offset' when it doesn't match.
9223
9224 (c-lineup-math): Change to use `c-lineup-assignments'.
9225
9226 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9227
9228 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9229 c-beginning-of-statement. New subfunctions
9230 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9231
9232 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9233
9234 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9235 hardcoded char classes whereever possible. Changed a couple of
9236 places to use skip by syntax instead of skip by char class.
9237
9238 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9239 Fix a bug in the regexp that caused extreme backtracking.
9240
9241 * progmodes/cc-langs.el (c-block-comment-starter)
9242 (c-block-comment-ender): New language constants to specify in a
9243 single place how block comments look.
9244
9245 (c-comment-start-regexp, c-block-comment-start-regexp)
9246 (comment-start, comment-end, comment-start-skip)
9247 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9248 (c-syntactic-ws, c-nonempty-syntactic-ws)
9249 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9250 `c-line-comment-starter', `c-block-comment-starter' and
9251 `c-block-comment-ender'.
9252
9253 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9254 New language constants to break up things a bit.
9255
9256 (c-simple-ws): New language constant for simple whitespace.
9257
9258 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9259
9260 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9261 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9262 newlines. Allow and ignore nil elements in the list.
9263
9264 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9265
9266 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9267 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9268
9269 * progmodes/cc-cmds.el: Tidy up the comments in
9270 c-beginning-of-statement and subfunctions.
9271
9272 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9273 more flexible c-put-char-property and c-clear-char-properties.
9274 Add the author's email address.
9275
9276 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9277
9278 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9279 closing "*/" of a block comment.
9280
9281 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9282 subfunctions) so that it works at BOB and EOB.
9283
9284 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9285 c-beginning-of-statement, including new variable
9286 c-block-comment-start-regexp.
9287
9288 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9289
9290 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9291 symbols from `*-font-lock-extra-types' so that there's no need to
9292 use `regexp-opt' on those lists.
9293
9294 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9295 `c-type-modifier-kwds' is empty.
9296
9297 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9298 there are several strings on the same line.
9299
9300 * progmodes/cc-engine.el (c-literal-limits): Remove the
9301 compatibility function for older emacsen. `c-literal-limits-fast'
9302 has now taken the place of this function.
9303
9304 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9305 with older emacsen: We now require `pps-extended-state'.
9306
9307 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9308
9309 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9310 which obviates the need to hack sentence-end. This now handles
9311 escaped newlines in strings correctly. Correct minor bugs in
9312 c-move-over-sentence and in c-beginning-of-statement.
9313
9314 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9315 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9316 that movement over macros and code are rigorously separated from
9317 eachother. Correct a few incidental bugs.
9318
9319 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9320 Improve its doc-string. Improve the handling of certain specific cases.
9321
9322 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9323
9324 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9325 (c-guess-basic-syntax): Change the way class-level labels are
9326 recognized; they can now contain essentially any symbols.
9327
9328 (c-opt-extra-label-key): New language variable to cope with the
9329 special protection label syntax in Objective-C.
9330
9331 (c-opt-access-key): Remove; this is now handled better by
9332 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9333
9334 (c-complex-decl-matchers): Update to handle that
9335 `c-opt-access-key' no longer exists.
9336
9337 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9338 improved label recognition in `c-beginning-of-statement-1'.
9339
9340 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9341 Recognize bitfields better.
9342
9343 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9344 Remove some cruft and fixed a bug that could cause it to go to a
9345 position further down.
9346
9347 * progmodes/cc-langs.el, cc-engine.el
9348 (c-beginning-of-statement-1): Improve detection of labels in
9349 declaration contexts.
9350
9351 (c-beginning-of-decl-1): Use it.
9352
9353 (c-nonlabel-token-key): New language constant and variable needed
9354 by `c-beginning-of-statement-1'.
9355
9356 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9357 manifested itself due to the correction in `c-forward-sexp'.
9358
9359 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9360 Make these behave as documented when used at the buffer limits.
9361
9362 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9363 (c-type-decl-end-used): Made this a language variable.
9364
9365 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9366 correctly when `combine-after-change-calls' is used together with
9367 temporary narrowings.
9368
9369 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9370 Report labels correctly when the start point is immediately after the
9371 colon.
9372
9373 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9374 Remove since it isn't used anymore.
9375
9376 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9377 bracket arglists such as template parens in C++.
9378
9379 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9380 in the last check-in. Some optimization.
9381
9382 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9383 where it could stop at the same level in a preceding sexp when
9384 PAREN-LEVEL is set.
9385
9386 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9387 text property lookup only when it's needed.
9388
9389 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9390 Change the policy for paren marked angle brackets to be more
9391 persistent; once marked they remain marked even when they're found
9392 to be unbalanced in the searched region. This should keep the
9393 paren syntax around even when individual lines are refontified in
9394 multiline template arglists.
9395
9396 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9397 to control markup so that incorrect angle bracket arglists aren't
9398 marked in contexts where the correct value for
9399 `c-disallow-comma-in-<>-arglists' isn't known.
9400
9401 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9402 argument has become `c-parse-and-markup-<>-arglists'.
9403
9404 (c-remove-<>-arglist-properties): Remove - no longer used.
9405
9406 (c-after-change-check-<>-operators): New function used on
9407 `after-change-functions' to avoid that "<" and ">" characters that
9408 are part of longer operators have paren syntax.
9409
9410 (c-<>-multichar-token-regexp): New language variable used by
9411 `c-after-change-check-<>-operators'.
9412
9413 (c-after-change): Call `c-after-change-check-<>-operators'.
9414
9415 (c-font-lock-<>-arglists): Use the context properties set by
9416 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9417 correctly to avoid doing invalid markup.
9418
9419 (c-font-lock-declarations): Remove code that undoes the invalid
9420 markup done by `c-font-lock-<>-arglists'.
9421
9422 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9423 after `c-font-lock-declarations'.
9424
9425 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9426 Add paren-level feature.
9427
9428 (c-guess-basic-syntax): Improve the anchor position for
9429 `template-args-cont' in nested template arglists. There's still
9430 much to be desired in this area, though.
9431
9432 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9433
9434 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9435 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9436
9437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9438
9439 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9440 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9441
9442 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9443 it doesn't work no longer are supported.
9444
9445 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9446 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9447 requires support for the syntax-table' text property, which rules
9448 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9449 cruft associated with those versions.
9450
9451 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9452 for the `syntax-table' text property, which rules out Emacs 19 and
9453 XEmacs < 21.4. Removed various compatibility cruft associated
9454 with those versions.
9455
9456 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9457 support for the `syntax-table' text property.
9458
9459 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9460 variable and use an extra quoted face name instead. All the
9461 emacsen flavors handle that correctly.
9462
9463 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9464 (c-font-lock-declarators, c-font-lock-declarations)
9465 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9466 property to mark the items in in declarator lists to handle
9467 refontification inside multiline declarations better.
9468
9469 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9470 construct like "a * b = c;" as a declaration.
9471
9472 2005-12-08 Kim F. Storm <storm@cua.dk>
9473
9474 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9475 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9476 select either meta, hyper, or super modifier for rectangle commands.
9477 (cua--rectangle-modifier-key): New defvar.
9478 (cua--M/H-key): Use it. Remove special case for `space'.
9479 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9480 on X, to meta otherwise. Always bind C-return to toggle
9481 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9482
9483 * emulation/cua-rect.el (cua-help-for-rectangle):
9484 Use cua--rectangle-modifier-key. Handle super modifier too.
9485 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9486 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9487
9488 * ido.el: Move Acknowledgements and History after Commentary.
9489 Minor changes to Commentary.
9490
9491 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9492 keymap if cua--prefix-override-timer is `shift'.
9493 (cua--shift-control-prefix): New function; emulate "type prefix
9494 key twice" functionality to handle shifted prefix key override.
9495 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9496 New commands.
9497 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9498
9499 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9500
9501 * textmodes/org.el (org-insert-heading): Try to do items before
9502 headings.
9503 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9504 (org-insert-item): New function.
9505 (org-renumber-ordered-list): Don't skip to higher level lists.
9506
9507 2005-12-08 Juri Linkov <juri@jurta.org>
9508
9509 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9510
9511 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9512
9513 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9514
9515 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9516 the constructed function name fun-1.
9517
9518 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9519 because such links don't lead to parent documentation.
9520
9521 2005-12-08 Kenichi Handa <handa@m17n.org>
9522
9523 * descr-text.el (describe-char): Use *Help-2* buffer if the
9524 current buffer is *Help*. Call describe-text-properties while
9525 setting the original buffer.
9526
9527 2005-12-07 Bill Wohler <wohler@newt.com>
9528
9529 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9530 and causes problems with non-MH users (such as Gnus users).
9531
9532 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9533
9534 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9535 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9536 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9537 command "info sources". Move calls to GDB command "list".
9538 (gdb-find-file-hook): Just use gdb-source-file-list.
9539 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9540 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9541 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9542 (gdb-data-list-register-values-handler): Use correct trigger name.
9543
9544 2005-12-07 Kim F. Storm <storm@cua.dk>
9545
9546 * ido.el (ido-completion-map): Rename from ido-mode-map.
9547 (ido-common-completion-map, ido-file-completion-map)
9548 (ido-file-dir-completion-map, ido-buffer-completion-map):
9549 Rename from ido-mode-....-map.
9550 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9551 (ido-setup-completion-map): Rename from ido-define-mode-map.
9552 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9553 to ido-completion-map.
9554
9555 2005-12-07 Kenichi Handa <handa@m17n.org>
9556
9557 * international/mule-cmds.el
9558 (set-display-table-and-terminal-coding-system): If the coding
9559 system specified in `unibyte-display' property is different from
9560 the arg coding-system, don't setup standard-display-table.
9561
9562 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9563
9564 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9565 that comments end at \n, regardless of selective-display.
9566
9567 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9568
9569 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9570 (gdb-version): New variables.
9571 (gdb-source-file-list, gdb-register-names)
9572 (gdb-changed-registers): New variables for use with GDB 6.4+.
9573 (gdb-ann3): Replace with...
9574 (gdb-init-1, gdb-init-2): ...two new functions.
9575 (gdba, gdb-prompt): Call gdb-init-1.
9576 (gdb-get-version): New function. Call gdb-init-2 from here.
9577 (gud-watch): Make it work with mouse events too.
9578 (gdb-post-prompt): Don't add to queue until GDB version is known.
9579 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9580 (gdb-locals-mode): Use gdb-version.
9581 (gdb-memory-format-map, gdb-memory-unit-map)
9582 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9583 (gdb-locals-font-lock-keywords-1)
9584 (gdb-locals-font-lock-keywords-2): New variables.
9585 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9586 (gdb-set-gud-minor-mode-existing-buffers-1)
9587 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9588 (gdb-var-update-1, gdb-var-update-handler-1)
9589 (gdb-data-list-register-values-handler)
9590 (gdb-data-list-register-values-custom)
9591 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9592 (gdb-stack-list-locals-handler, gdb-get-register-names):
9593 New functions for use with GDB 6.4+.
9594 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9595 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9596 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9597 (gdb-stack-list-locals-regexp)
9598 (gdb-data-list-register-names-regexp): New regexps for use with
9599 GDB 6.4+.
9600
9601 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9602
9603 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9604
9605 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9606
9607 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9608 prompts work for AUTH PLAIN. Also reported by Steve Allan
9609 <seallan@verizon.net>.
9610
9611 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9612
9613 * frame.el (set-frame-parameter): Add doc string.
9614
9615 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9616
9617 * textmodes/org.el (org-occur-highlights): New variable.
9618 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9619 (org-highlight-sparse-tree-matches): New option.
9620 (org-do-occur): New function.
9621 (org-get-heading): Make it work also at beginning of line.
9622 (org-category-table): New variable.
9623 (org-get-category-table, org-get-category)
9624 (org-camel-to-words, org-link-search): New functions.
9625 (org-select-this-todo-keyword): New variable.
9626 (org-todo-list): New command.
9627 (org-shiftright, org-shiftleft): New commands.
9628 (org-agenda-todo): Add prefix argument.
9629 (org-show-hierarchy-above): New option.
9630 (org-show-todo-tree): Numerical prefix creates tree for specific
9631 TODO keyword.
9632 (org-outline-level): New function, to assign a level to plain
9633 lists items.
9634 (org-cycle-include-plain-lists): New option.
9635 (org-mode): Use `org-outline-level' as value of `outline-level'.
9636 (org-cycle): Temporarily switch `outline-regexp' if
9637 `org-cycle-include-plain-lists' is non-nil.
9638 (org-start-icalendar-file): Fix format bug.
9639 (org-agenda-get-day-entries): Create category table.
9640 (org-agenda-get-todos, org-agenda-get-timestamps)
9641 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9642 (org-agenda-get-blocks): Use `org-get-category'.
9643 (org-context-in-file-links): Rename from
9644 `org-line-numbers-in-file-links'.
9645
9646 2005-12-06 Romain Francoise <romain@orebokech.com>
9647
9648 * window.el (balance-windows): Delete extraneous third arg in call
9649 to `enlarge-window'.
9650
9651 2005-12-06 Kenichi Handa <handa@m17n.org>
9652
9653 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9654
9655 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9656
9657 * progmodes/gdb-ui.el (gdb-var-create-handler)
9658 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9659 (gdb-var-list-children-handler, gdb-var-update-handler):
9660 Current buffer is already gdb-partial-output-buffer, don't
9661 make it current again.
9662
9663 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9664
9665 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9666 (list-buffers-noselect): Use it.
9667
9668 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9671 (mail-yank-ignored-headers): Use regexp-opt.
9672 (mail-mode-map): Move initialization into declaration.
9673 (mail-sent-via): Remove unused shadowed var `to-line'.
9674 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9675 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9676 (mail-do-fcc): Use dolist and push.
9677 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9678 (mail-yank-ignored-headers): Don't autoload.
9679
9680 2005-12-05 Kenichi Handa <handa@m17n.org>
9681
9682 * international/mule-cmds.el (set-language-info-internal): New fun.
9683 (set-language-info): Call set-language-info-internal to update
9684 language-info-alist. If LANG-ENV is the current one, call
9685 set-language-environment to make INFO effective now.
9686 (set-language-info-alist): Likewise.
9687 (locale-language-names): With locale "en", use English
9688 lang. env. but set the default codings to iso-8859-1.
9689
9690 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9691
9692 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9693 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9694 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9695 for plain strings.
9696 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9697 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9698 Create registers buffer if necessary. Echo new state in minibuffer.
9699 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9700
9701 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * info.el (Info-fontify-node): Match external links using
9704 non-directory part of filename.
9705
9706 2005-12-04 Juri Linkov <juri@jurta.org>
9707
9708 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9709 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9710 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9711 because there is no customization option for it.
9712
9713 * font-lock.el (lisp-font-lock-keywords-1):
9714 Add define-global-minor-mode.
9715
9716 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9717
9718 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9719 properties on the constructed variable names.
9720
9721 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9722 Put `definition-name' properties on the constructed function names
9723 next-sym and prev-sym.
9724
9725 * emacs-lisp/find-func.el (find-function-regexp):
9726 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9727 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9728 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9729 and easy-menu-define.
9730
9731 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9732 easy-mmode-define-global-mode and define-global-minor-mode.
9733 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9734
9735 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9736 instead of easy-mmode-define-global-mode.
9737
9738 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9739 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9740
9741 * cus-edit.el (customize-group, customize-group-other-window):
9742 Filter out autoloaded options from the group completion list by
9743 using heuristics that autoloaded groups don't have `custom-autoload'
9744 property on their symbols (they have only `custom-loads').
9745
9746 * simple.el (completion-setup-function): Put completions-common-part
9747 face on complete completion string too (i.e. completion string
9748 without completions-first-difference face).
9749
9750 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9751
9752 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9753
9754 * view.el (view-mode): Doc fix.
9755
9756 * disp-table.el (standard-display-european): Add to the warning
9757 message a reference to the doc string.
9758
9759 * play/yow.el (apropos-zippy): Call print-help-return-message,
9760 similar to other Help and Apropos commands.
9761
9762 * help.el (print-help-return-message): If pop-up-frames is
9763 non-nil, set up help-return-method to delete the help window and,
9764 possibly, its frame as well, and don't display message about
9765 scrolling the help window. Doc fix.
9766 (help-return-method): Doc fix.
9767
9768 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9769
9770 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9771 whereby names of length one or names starting with a
9772 symbol-constituent character would not be returned.
9773
9774 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9775
9776 * subr.el (atomic-change-group): Add edebug and indentation spec.
9777
9778 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9779
9780 * completion.el (save-completions-file-name): Fix typo in last change.
9781
9782 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9783
9784 * info.el: Move back/forward history to the beginning of the tool bar.
9785
9786 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9787
9788 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9789 Add fset of allout-real-isearch-abort during compile to fix
9790 byte-compilation warnings.
9791 (allout-mode-p): Move definition of this macro above all uses, or
9792 byte compilation in barren emacs (eg, during emacs build) will
9793 lack the definition.
9794 (allout-mode): Move this variable above any uses, or byte
9795 compilation will fail.
9796 (allout-resolve-xref): Remove use of personal file-reference function.
9797 (allout-toggle-current-subtree-encryption): Do the current (ie,
9798 visible containing) topic, rather than nearest around point. Doc fix.
9799 (allout-toggle-subtree-encryption): New function, workhorse that
9800 works on nearest topic containing point.
9801 (allout-encrypt-string): Signal requirement for newer version of pgg.
9802 (allout-resumptions): Doc fix.
9803
9804 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9805
9806 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9807
9808 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9809
9810 * textmodes/flyspell.el (flyspell-external-point-words):
9811 Consider a misspelling as found in the string search if: (a) misspelling
9812 and found string lengths match, or (b) misspelling is found as
9813 element in a boundary-chars separated longer string, or (c)
9814 ispell-program-name is really ispell and misspelling is found as
9815 part of a TeX string. After successful match move beginning of
9816 search region to end of match. Warn about not found misspellings
9817 once the process is done.
9818 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9819
9820 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9821
9822 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9823 tool bar (removed inadvertently).
9824
9825 2005-12-02 Juri Linkov <juri@jurta.org>
9826
9827 * log-view.el (log-view-diff): Clarify doc string.
9828
9829 2005-12-01 Bill Wohler <wohler@newt.com>
9830
9831 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9832 triggers lm-verify errors.
9833
9834 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9835
9836 * simple.el (transient-mark-mode, line-number-mode)
9837 (column-number-mode, size-indication-mode): Remove `:require nil'.
9838
9839 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9840
9841 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9842 in the margin also.
9843 (gdb-breakpoints-mode-map): Use D instead of d for
9844 gdb-delete-breakpoint.
9845 (gdb-get-frame-number): Require a number to match on.
9846 (gdb-threads-mode-map): Add follow-link binding.
9847
9848 2005-11-30 Jason Rumney <jasonr@gnu.org>
9849
9850 * isearch.el (isearch-mode-map): Avoid exiting search on
9851 language-change event.
9852
9853 2005-11-30 Romain Francoise <romain@orebokech.com>
9854
9855 * speedbar.el (speedbar-default-position): New defcustom.
9856 (speedbar-frame-reposition-smartly): Use it.
9857
9858 * dframe.el (dframe-reposition-frame-emacs): Fix position
9859 computation for `left' location.
9860 Update copyright year.
9861
9862 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9863
9864 * help.el (help-map): Move initialization into declaration.
9865
9866 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9867
9868 * help-fns.el (help-argument-name): Don't autoload.
9869 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9870 to be re-loaded when customizing the `help' group.
9871
9872 2005-11-30 John Paul Wallington <jpw@gnu.org>
9873
9874 * help-fns.el (describe-function-1): Fill arglist output.
9875
9876 2005-11-30 Kim F. Storm <storm@cua.dk>
9877
9878 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9879 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9880 after revert-buffer (or anything else which kills all local variables).
9881
9882 * apropos.el (apropos-parse-pattern): Doc fix.
9883 Set apropos-regexp directly, rather than expecting callers to do so.
9884 (apropos-command, apropos, apropos-value, apropos-documentation):
9885 Simplify calls to apropos-parse-pattern.
9886
9887 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9888
9889 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9890 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9891 (hi-lock-write-interactive-patterns): Use comment-region.
9892
9893 * longlines.el (longlines-mode): Add mail-setup-hook.
9894
9895 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9896
9897 * simple.el (sendmail-user-agent-compose, next-line):
9898 Conditionally use hard-newline.
9899
9900 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9901
9902 * international/latexenc.el (latex-inputenc-coding-alist):
9903 Reword doc string.
9904
9905 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9906
9907 * help.el (describe-key-briefly, describe-key): Recognize default
9908 bindings.
9909
9910 2005-11-29 Romain Francoise <romain@orebokech.com>
9911
9912 * view.el (view-inhibit-help-message): New defcustom.
9913 (view-mode-enter): Use it.
9914
9915 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9916
9917 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9918 Preserve user position.
9919
9920 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9921
9922 * font-lock.el: Throw error if facemenu is not loaded to prevent
9923 accidental change of loading order in loadup.el. (Suggested by RMS.)
9924
9925 * loadup.el: Add comment explaining why facemenu must be loaded
9926 before font-lock.
9927
9928 2005-11-28 Jay Belanger <belanger@truman.edu>
9929
9930 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9931 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9932
9933 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9934
9935 * calc/calc-embed.el (calc-do-embedded): Update help message.
9936
9937 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9938
9939 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9942
9943 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9944 called-interactively-p.
9945 (elp-profilable-p): Rename from elp-not-profilable-p.
9946 Invert result and take into account macros and autoloaded functions.
9947 (elp-instrument-function): Update call.
9948 (elp-instrument-package): Update call. Add completion.
9949 (elp-pack-number): Use match-string.
9950 (elp-results-jump-to-definition-by-mouse): Merge into
9951 elp-results-jump-to-definition and then remove.
9952 (elp-output-insert-symname): Make help echo text single-line.
9953
9954 * replace.el (query-replace-map): Move initialization into declaration.
9955 (occur-engine): Use with-current-buffer.
9956 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9957 (occur-mode-mouse-goto): Replace with an alias.
9958
9959 2005-11-28 Juri Linkov <juri@jurta.org>
9960
9961 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9962
9963 * term/w32-win.el: Bind [S-tab] to [backtab].
9964
9965 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9966 `Info-find-file' to t.
9967
9968 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9969 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9970 and same-window-regexps.
9971 (occur-next-error): Don't move point for arg 0.
9972
9973 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9974
9975 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9976
9977 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * log-edit.el (log-edit-changelog-use-first): New var.
9980 (log-edit-changelog-ours-p): Use it.
9981 (log-edit-insert-changelog): Set it with new arg `use-first'.
9982 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9983 (log-edit-hook): Add them to the list of suggested options.
9984
9985 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9986 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9987 redundant work.
9988 (flyspell-mode-on): Use add-hook for after-change-functions.
9989 (flyspell-mode-off): Use remove-hook for after-change-functions.
9990 (flyspell-changes): Make it buffer-local.
9991 (flyspell-after-change-function): Make it non-interactive. Use push.
9992 (flyspell-post-command-hook): Check input-pending-p while processing
9993 the potentially long list of buffer changes.
9994
9995 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9996
9997 * buff-menu.el (list-buffers-noselect): Display the selected
9998 frame's buffer list, not the global one.
9999
10000 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10001
10002 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10003 that (list last-input-event) works as in interactive spec.
10004
10005 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10006
10007 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10008 `facemenu-keymap' needs to be defined when font-lock is loaded.
10009 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10010
10011 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * completion.el: Remove useless leading * in defcustom docstrings.
10014 (save-completions-file-name): Use ~/.emacs.d if available.
10015 (completion-standard-syntax-table): Rename from
10016 cmpl-standard-syntax-table and fold initialization into declaration,
10017 thus removing cmpl-make-standard-completion-syntax-table.
10018 (completion-lisp-syntax-table, completion-c-syntax-table)
10019 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10020 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10021 (symbol-under-point, symbol-before-point)
10022 (symbol-under-or-before-point, symbol-before-point-for-complete)
10023 (add-completions-from-c-buffer): Use with-syntax-table.
10024 (make-completion): Don't return a list of completion entries.
10025 Update callers.
10026 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10027 (completion-initialize): Rename from initialize-completions.
10028 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10029 (kill-emacs-save-completions): Collect stats here.
10030 (save-completions-to-file, load-completions-from-file):
10031 Use with-current-buffer.
10032 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10033 into a function. Move all calls to toplevel.
10034 (completion-lisp-mode-hook): New fun.
10035 (completion-c-mode-hook, completion-setup-fortran-mode):
10036 Set the syntax-table here. Use local-set-key.
10037 (completion-saved-bindings): New var.
10038 (dynamic-completion-mode): Make it into a proper minor mode.
10039 (load-completions-from-file): Remove unused var `num-uses'.
10040
10041 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10042 constructor if it is explicitly overridden.
10043
10044 * complete.el (PC-completion-as-file-name-predicate):
10045 Use minibuffer-completing-file-name.
10046 (partial-completion-mode): Use find-file-not-found-functions.
10047 (PC-lisp-complete-symbol): Use with-syntax-table.
10048 (PC-look-for-include-file): Remove dead setq.
10049 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10050 (PC-complete): Use with-current-buffer.
10051
10052 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10053 escape single quotes.
10054
10055 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10056
10057 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10058 of `if' whose condition always returned nil. Doc fix.
10059
10060 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10061 window's buffer the current buffer around the call to
10062 `list-buffers-noselect'. This is necessary to mark that buffer
10063 with a `.' in the Buffer Menu when called from Lisp, for instance
10064 by Auto Revert Mode.
10065
10066 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10067
10068 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10069 attaching to it.
10070 (gdb-pre-prompt): Make sure gdb-error is reset.
10071
10072 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10073 with a child process, detect it.
10074 (gud-speedbar-buttons): Match regexp more carefully.
10075
10076 2005-11-27 Richard M. Stallman <rms@gnu.org>
10077
10078 * mouse.el (mouse-drag-move-window-bottom):
10079 Use adjust-window-trailing-edge.
10080
10081 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10082
10083 * simple.el (blink-matching-open): Ignore
10084 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10085 (blink-matching-paren-on-screen): Update docstring.
10086
10087 * paren.el (show-paren-mode): No longer change
10088 `blink-matching-paren-on-screen'.
10089
10090 2005-11-27 John Paul Wallington <jpw@pobox.com>
10091
10092 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10093 (gdb-threads-select, gdb-edit-register-value):
10094 Use `posn-set-point' instead of `mouse-set-point' because the
10095 latter is not fbound when configured without X.
10096
10097 2005-11-27 Kim F. Storm <storm@cua.dk>
10098
10099 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10100 existing face when partially highlighting a TAB in a rectangle.
10101
10102 2005-11-26 Kim F. Storm <storm@cua.dk>
10103
10104 * ido.el (ido-mode-map): Doc fix.
10105 (ido-mode-common-map, ido-mode-file-map)
10106 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10107 (ido-define-mode-map): Rewrite. Select one of the new maps as
10108 parent for ido-mode-map instead of building from scratch.
10109 (ido-init-mode-maps): New defun to initialize new maps.
10110 (ido-mode): Call it.
10111 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10112 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10113
10114 2005-11-26 John Paul Wallington <jpw@pobox.com>
10115
10116 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10117 `mouse-set-point' because the latter is not fbound when configured
10118 without X.
10119
10120 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10121
10122 * files.el (file-relative-name): Doc fix.
10123
10124 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10125
10126 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10127 non-empty string for secondary prompt PS2.
10128
10129 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10130
10131 * progmodes/compile.el (compilation-setup): Fix last change.
10132
10133 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10134
10135 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10136 (gdb-mouse-toggle-breakpoint-margin)
10137 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10138 Add gdb-server-prefix to keep out of command history.
10139 (gdb-edit-register-value): New function.
10140 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10141 (gdb-info-registers-custom): Use above map.
10142
10143 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10144
10145 * custom.el (enable-theme): Signal error if argument is not a
10146 theme. Don't recalculate a face if it's not loaded yet.
10147
10148 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10149 the `user' theme is in effect.
10150
10151 * info.el (Info-on-current-buffer): Record actual filename in
10152 Info-current-file, instead of t, or a fake filename if a non-file
10153 buffer. Make autoload.
10154 (Info-find-node, Info-revert-find-node): No need to check for
10155 Info-current-file nil.
10156 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10157 Info-current-file is now never `t'.
10158 (Info-fontify-node): Many simplifications due to Info-current-file
10159 always being valid. Use Info-find-file to find node filename.
10160
10161 2005-11-25 David Kastrup <dak@gnu.org>
10162
10163 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10164 new character, then delete" in order to preserve markers.
10165
10166 2005-11-25 David Ponce <david@dponce.com>
10167
10168 * recentf.el (recentf-arrange-by-rule): Handle a special
10169 `auto-mode-alist'-like "strip suffix" rule.
10170 (recentf-build-mode-rules): Handle second level auto-mode entries.
10171
10172 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10173
10174 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10175 window modes.
10176
10177 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10178 jde-javadoc-checker-report-mode.
10179
10180 * ediff-wind (ediff-make-wide-display): Slight simplification.
10181
10182 * ediff.el (ediff-date): Change the date of last update.
10183
10184 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10185
10186 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10187 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10188 (hi-lock-mode): New global minor mode.
10189 (turn-on-hi-lock-if-enabled): New function.
10190 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10191 Change arguments to regexp and face instead of a font-lock pattern.
10192 Directly set face property, instead of refontifying.
10193 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10194 (hi-lock-find-patterns): Use line-number-at-pos.
10195
10196 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10197 arguments for hi-lock-set-pattern.
10198 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10199 Call font-lock-fontify-buffer.
10200 (hi-lock-find-file-hook, hi-lock-current-line)
10201 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10202
10203 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10204 turned off.
10205
10206 * progmodes/compile.el (compilation-setup): Don't fiddle with
10207 font-lock-defaults.
10208
10209 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10210
10211 * progmodes/gdb-ui.el (gdb-var-create-handler)
10212 (gdb-var-list-children-handler): Find values for all variable
10213 objects. gud-speedbar-buttons decides whether to display them.
10214
10215 2005-11-24 Romain Francoise <romain@orebokech.com>
10216
10217 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10218 buffer name with a space.
10219
10220 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10221
10222 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10223 `org-export-local-list-max-depth'. Change default value to 3.
10224 (org-auto-renumber-ordered-lists)
10225 (org-plain-list-ordered-item-terminator): New options.
10226 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10227 (org-get-indentation, org-get-string-indentation)
10228 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10229 New functions.
10230 (org-move-item-down, org-move-item-up): New commands.
10231 (org-export-as-html): New classes for CSS support. Bug fix in
10232 regular expression detecting fixed-width regions. Respect
10233 `org-local-list-ordered-item-terminator'.
10234 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10235 also a list item.
10236 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10237 New item moving functions.
10238
10239 2005-11-24 Juri Linkov <juri@jurta.org>
10240
10241 * isearch.el (isearch-repeat): With empty search ring set
10242 `isearch-error' to the error string instead of signaling error
10243 with the function `error'.
10244
10245 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10246
10247 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10248
10249 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10250
10251 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10252 and variable.
10253 (gdb-var-create-handler, gdb-var-list-children-handler):
10254 Don't match on "char **...".
10255 (gdb-var-update-handler): Find values for all variable objects.
10256 (gdb-info-frames-custom): Identify frames by leading "#".
10257
10258 * progmodes/gud.el (gud-speedbar-menu-items): Add
10259 gdb-speedbar-auto-raise as radio button.
10260 (gud-speedbar-buttons): Raise speedbar if requested.
10261 Don't match on "char **...".
10262 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10263 Make it editable.
10264
10265 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10266
10267 * info.el (Info-fontify-node): Handle the case where
10268 Info-current-file is t.
10269
10270 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * simple.el (blink-matching-open): Fix off-by-one in last change.
10273
10274 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10275
10276 * term/mac-win.el: Don't change default directory.
10277
10278 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10279
10280 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10281 buffers correctly. (It used to throw an error in such buffers.)
10282 Make it ask for confirmation in group buffers and other Custom
10283 buffers containing more than one customization item.
10284
10285 2005-11-22 John Paul Wallington <jpw@gnu.org>
10286
10287 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10288 property on mail and url overlays.
10289 (goto-address-at-point): Use `posn-set-point' instead of
10290 `mouse-set-point' because the latter is not fbound when configured
10291 without X.
10292
10293 2005-11-22 Lars Hansen <larsh@soem.dk>
10294
10295 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10296 (ls-lisp-classify, ls-lisp-format): Delete call to
10297 ls-lisp-parse-symlink.
10298 (ls-lisp-handle-switches): Handle symlinks to directories as
10299 directories when ls-lisp-dirs-first in non-nil.
10300
10301 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10302
10303 * startup.el (command-line): Make sure that loaddefs.el is handled
10304 correctly in load-history.
10305
10306 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10307
10308 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10309 (gdb-struct-string, gdb-array-string): New constants.
10310 (gdb-info-locals-handler): Use them.
10311 (gdb-reset): Reset gdb-var-list to nil.
10312
10313 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10314
10315 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10316 in patterns.
10317
10318 2005-11-21 Juri Linkov <juri@jurta.org>
10319
10320 * custom.el (defcustom): Update link types in docstring.
10321
10322 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10323
10324 * custom.el (defgroup): Add doc-string-elt info.
10325
10326 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10327
10328 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10329
10330 * newcomment.el (comment-enter-backward): Fix last fix.
10331
10332 * simple.el (blink-matching-open):
10333 * paren.el (show-paren-function): Allow new paren-class info.
10334
10335 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10336
10337 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10338 handled automagically.
10339
10340 2005-11-20 Andreas Schwab <schwab@suse.de>
10341
10342 * descr-text.el (describe-char): When copying overlays put them
10343 over the full char description instead of just the first character
10344 of it.
10345
10346 2005-11-20 Juri Linkov <juri@jurta.org>
10347
10348 * simple.el (what-cursor-position):
10349 * descr-text.el (describe-char): Use Lisp-readable syntax
10350 for octal and hex. Reorder decimal, octal and hex values.
10351 Remove excess whitespace in the output. Use `=' in `column='
10352 like in `point=' and `Hscroll='.
10353
10354 * international/mule-cmds.el (encoded-string-description):
10355 Use Lisp-readable syntax for hex.
10356
10357 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * newcomment.el (comment-enter-backward): Handle the case where the
10360 comment is closed by EOB.
10361
10362 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10363
10364 * longlines.el (longlines-before-revert-hook)
10365 (longlines-after-revert-hook): New functions.
10366 (longlines-mode): Turn off longlines temporarily when reverting.
10367 Add a message-setup-hook.
10368 (longlines-decode-buffer): New function.
10369 (longlines-wrap-line): Preserve marker positions.
10370
10371 2005-11-19 Andreas Schwab <schwab@suse.de>
10372
10373 * emacs-lisp/shadow.el: Handle compressed files.
10374
10375 2005-11-19 Romain Francoise <romain@orebokech.com>
10376
10377 * net/browse-url.el (browse-url-default-browser): Signal an error
10378 if no usable browser can be found, rather than try to load w3.
10379
10380 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10381
10382 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10383 replacing existing properties.
10384 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10385 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10386 tty specs.
10387 (rcirc-server-prefix, rcirc-server): New faces.
10388 (rcirc-url-regexp): Generate with rx macro.
10389 (rcirc-last-server-message-time): New variable.
10390 (rcirc-filter): Record time of last message.
10391 (rcirc-keepalive): Kill processes that did not send a message
10392 since the last ping.
10393 (rcirc-mode): Give rcirc-topic a local binding here.
10394
10395 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10396
10397 * subr.el (read-passwd): Fontify the prompt as we do with other
10398 prompts.
10399
10400 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10401
10402 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10403 binding buffer-read-only to nil.
10404
10405 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10406
10407 * complete.el (partial-completion-mode):
10408 Mention completion-auto-help in the doc string.
10409
10410 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10411 more Lisp-ish way.
10412
10413 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10414
10415 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10416 digits, not 8, to avoid misalignment for files larger than 100MB.
10417
10418 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10419
10420 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10421 Mention "keyboard shortcuts" in the help text.
10422
10423 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10424
10425 * startup.el (fancy-splash-default-action): Discard only
10426 mouse-down and succeeding mouse-up events in the splash screen
10427 window so that drag-n-drop event can be processed.
10428
10429 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10430
10431 * longlines.el (longlines-mode): Add hacks for mail-mode and
10432 message-mode.
10433
10434 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10435
10436 * textmodes/org.el (org-table-sort-lines): New command.
10437 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10438 (org-add-file): Command removed, use `org-agenda-file-to-front'
10439 instead.
10440 (org-export-icalendar): Use `org-icalendar-combined-name'.
10441 (org-cycle-agenda-files, org-agenda-file-to-end)
10442 (org-agenda-file-to-front): New commands.
10443 (org-table-tab-jumps-over-hlines, org-export-html-style):
10444 New options.
10445 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10446 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10447 New functions.
10448 (org-fill-paragraph): Call `org-table-align' in tables.
10449 (org-mode): Call `org-set-autofill-regexps'.
10450 (org-export-as-html): Support for local handformatted lists.
10451 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10452 (org-export-local-list-max-depth): New option.
10453 (org-html-expand): Use `org-html-protect'.
10454
10455 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10456
10457 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10458 to "p".
10459 (gdb): Move definition of gud-pp to...
10460
10461 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10462 speedbar.
10463 (gdb-find-watch-expression): New function.
10464
10465 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10466
10467 * faces.el (face-attribute, set-face-attribute): Mention existence
10468 of `:ignore-defface' setting in docstring.
10469
10470 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10471
10472 * simple.el (completion-setup-function): Fix last change.
10473
10474 2005-11-17 John Paul Wallington <jpw@pobox.com>
10475
10476 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10477 Use `posn-set-point' instead of `mouse-set-point' because the
10478 latter is not fbound when configured without X.
10479
10480 * comint.el (comint-insert-input): Likewise.
10481
10482 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10483
10484 * simple.el (hard-newline): New variable.
10485 (sendmail-user-agent-compose, next-line): Use it.
10486
10487 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10488 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10489 (mail-mail-reply-to, mail-mail-followup-to)
10490 (mail-position-on-field, mail-signature, mail-yank-original)
10491 (mail-attach-file): Likewise.
10492
10493 * mail/mailheader.el (mail-header-format)
10494 (mail-header-format-function): Likewise.
10495
10496 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10497
10498 2005-11-17 Juri Linkov <juri@jurta.org>
10499
10500 * font-lock.el (font-lock-faces): Rename this defgroup from
10501 `font-lock-highlighting-faces'.
10502 (font-lock-comment-face, font-lock-comment-delimiter-face)
10503 (font-lock-string-face, font-lock-doc-face)
10504 (font-lock-keyword-face, font-lock-builtin-face)
10505 (font-lock-function-name-face, font-lock-variable-name-face)
10506 (font-lock-type-face, font-lock-constant-face)
10507 (font-lock-warning-face, font-lock-negation-char-face)
10508 (font-lock-preprocessor-face)
10509 (font-lock-regexp-grouping-backslash)
10510 (font-lock-regexp-grouping-construct): Rename :group from
10511 `font-lock-highlighting-faces' to `font-lock-faces'.
10512
10513 * cus-edit.el (lisp, c, tex):
10514 * progmodes/ada-mode.el (ada):
10515 * progmodes/asm-mode.el (asm):
10516 * progmodes/cperl-mode.el (cperl-faces):
10517 * progmodes/cpp.el (cpp):
10518 * progmodes/dcl-mode.el (dcl):
10519 * progmodes/f90.el (f90):
10520 * progmodes/fortran.el (fortran):
10521 * progmodes/icon.el (icon):
10522 * progmodes/idlwave.el (idlwave-misc):
10523 * progmodes/m4-mode.el (m4):
10524 * progmodes/make-mode.el (makefile):
10525 * progmodes/meta-mode.el (meta-font):
10526 * progmodes/modula2.el (modula2):
10527 * progmodes/octave-mod.el (octave):
10528 * progmodes/pascal.el (pascal):
10529 * progmodes/perl-mode.el (perl):
10530 * progmodes/prolog.el (prolog):
10531 * progmodes/ps-mode.el (PostScript-edit):
10532 * progmodes/scheme.el (scheme):
10533 * progmodes/sh-script.el (sh-script):
10534 * progmodes/simula.el (simula):
10535 * progmodes/tcl.el (tcl):
10536 * textmodes/nroff-mode.el (nroff):
10537 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10538 * textmodes/sgml-mode.el (sgml):
10539 * textmodes/texinfo.el (texinfo):
10540 Add :link (custom-group-link font-lock-faces) to defgroup.
10541
10542 * hi-lock.el (hi-lock): Rename this defgroup from
10543 `hi-lock-interactive-text-highlighting'. Change parent group from
10544 `faces' to `font-lock'. Add link to the manual.
10545 (hi-lock-mode, hi-lock-file-patterns-range)
10546 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10547 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10548 (hi-lock-faces): Add :group `faces'.
10549
10550 * cus-edit.el (custom-variable-prompt): Clarify the code.
10551
10552 * faces.el (face-read-string): Set the default value arg of
10553 completing-read.
10554
10555 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10556
10557 * rfn-eshadow.el (file-name-shadow-properties)
10558 (file-name-shadow-tty-properties, file-name-shadow-mode):
10559 Remove autoloads, because the file is now preloaded.
10560
10561 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10562
10563 * printing.el (easy-menu-intern): Don't define.
10564 (pr-get-symbol): Use easy-menu-intern only if defined.
10565
10566 * simple.el (blink-matching-open): Simplify a bit.
10567 (completion-setup-function): Fix the case of partial-completion-mode
10568 when the minibuffer's contents start with "-".
10569 Obey completion-base-size-function even when
10570 minibuffer-completing-file-name is non-nil.
10571
10572 2005-11-16 Richard M. Stallman <rms@gnu.org>
10573
10574 * net/eudcb-ph.el (eudc-ph-open-session):
10575 Use set-process-query-on-exit-flag.
10576
10577 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10578
10579 * international/ucs-tables.el (ucs-set-table-for-input):
10580 Use make-local-variable, not make-variable-buffer-local.
10581
10582 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10583 Improve warning message text.
10584
10585 * savehist.el (savehist-save-hook): Add :group.
10586
10587 * menu-bar.el (menu-bar-help-menu):
10588 Rename Find Extra Packages to External Packages.
10589
10590 * cus-edit.el (Custom-reset-standard): Verify that
10591 :custom-standard-value prop exists before calling it.
10592
10593 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10594
10595 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10596
10597 * wid-edit.el (color): Enclose %t in %{...%}.
10598
10599 * cus-edit.el (face): Enclose %t in %{...%}.
10600
10601 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10602
10603 * savehist.el (savehist-mode-hook): Re-add the var.
10604 (savehist-mode): Use it.
10605
10606 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * textmodes/flyspell.el: Fix commenting convention.
10609 Remove unnecessary leading * in custom docstrings.
10610 (flyspell-emacs): Remove unused var.
10611 (flyspell-delete-region-overlays): Use remove-overlays.
10612 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10613 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10614 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10615 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10616 (make-flyspell-overlay): Don't locally reuse a global name.
10617 (flyspell-highlight-incorrect-region)
10618 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10619 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10620 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10621 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10622 Wrap calls to accept-process-output inside with-local-quit since it's
10623 often called from a post-command-hook.
10624 (flyspell-correct-word, flyspell-auto-correct-word):
10625 Use ispell-send-string.
10626 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10627
10628 * calendar/diary-lib.el (diary-list-entries): Also hide the
10629 terminating newline.
10630
10631 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10632
10633 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10634 window-system, to allow fonts on tty.
10635
10636 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10637
10638 * progmodes/gud.el (gud-speedbar-item-info): New function.
10639 (gud-install-speedbar-variables): Use it to display data type
10640 of watch expression as a tooltip in speedbar.
10641
10642 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10643
10644 * font-core.el (global-font-lock-mode): Add :version keyword,
10645 because default was changed.
10646
10647 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10648
10649 * startup.el (command-line): Use `custom-reevaluate-setting' for
10650 `file-name-shadow-mode'.
10651
10652 * loadup.el: Preload rfn-eshadow.
10653
10654 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10655 Add :version keyword.
10656 (file-name-shadow-properties, file-name-shadow-tty-properties)
10657 (file-name-shadow): Add :version keyword.
10658
10659 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10660 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10661 in the custom-group property of the symbol frames and the fringe
10662 group got no link to its parent group frames.
10663 Doc fix.
10664
10665 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10666
10667 * progmodes/gud.el (gud-stop-subjob): New function.
10668 (gud-menu-map, gud-tool-bar-map): Use it.
10669
10670 2005-11-16 Kim F. Storm <storm@cua.dk>
10671
10672 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10673 than kill it.
10674 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10675 to a more useful/logical place.
10676
10677 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10678
10679 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10680 go buttons complementary.
10681
10682 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10683
10684 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10685 (rfn-eshadow-sifn-equal): New function.
10686 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10687
10688 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10689
10690 * viper-utils.el (viper-non-word-characters-reformed-vi):
10691 Quote `-' in string.
10692
10693 * viper.el (viper-emacs-state-mode-list): Ensure that
10694 rcirc-mode buffers come up in Emacs state.
10695
10696 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10697 operation.
10698
10699 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10700
10701 * term.el (term-termcap-format): Fix typos.
10702 (term-down): Fix the negative argument case.
10703
10704 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10705
10706 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10707 2005-08-15.
10708 (gdb-ann3): New command gud-go.
10709 (menu): Accomodate gdb-mi.el.
10710 (gdb-assembler-custom): Make buffer of selected window current
10711 so that set-window-point works.
10712
10713 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10714 buttons and include new ones.
10715
10716 2005-11-16 Kim F. Storm <storm@cua.dk>
10717
10718 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10719 (gud-menu-map): Use it.
10720
10721 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10722
10723 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10724 that works correctly for Custom and that does not override a user
10725 who disables it.
10726
10727 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10728 (help-xref-interned, help-follow): Make hyperlinks for variables
10729 that are unbound, but have a non-nil variable-documentation property.
10730
10731 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10732 mode hook. (It conflicted with defcustoms for some mode hooks.)
10733 Use the `variable-documentation' property to give the mode hook a
10734 docstring and expand that docstring.
10735
10736 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10737
10738 * savehist.el (savehist-mode): Don't bother with
10739 `custom-set-minor-mode'.
10740 (savehist-coding-system): Check XEmacs version.
10741 (history-length): Declare also at run time.
10742 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10743 Don't set the customize state.
10744 (savehist-minibuffer-hook): Special case for when
10745 minibuffer-history-variable is equal to t.
10746
10747 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * files.el (write-file): Refresh VC status.
10750
10751 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10752 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10753 than fundamental-mode to see if the mode was set.
10754
10755 2005-11-14 Romain Francoise <romain@orebokech.com>
10756
10757 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10758 dummy function in `eval-when-compile' to avoid compiler warning.
10759 Require `man' at compile time.
10760
10761 2005-11-14 Jay Belanger <belanger@truman.edu>
10762
10763 * calc-alg.el (calcFunc-write-out-power): Rename it to
10764 calcFunc-powerexpand.
10765 (math-write-out-power): Rename it to math-powerexpand; have it
10766 handle negative exponents.
10767 (calc-writeoutpower): Rename it to calc-powerexpand.
10768
10769 * calc-ext.el: Change calcFunc-writeoutpower and
10770 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10771 autoloads.
10772 Add calcFunc-ldiv to autoloads.
10773
10774 * calc-arith.el (calcFunc-ldiv): New function.
10775
10776 * calc.el (calc-left-divide): New function.
10777
10778 2005-11-14 Juri Linkov <juri@jurta.org>
10779
10780 * cus-edit.el (custom-variable-prompt): Set the default value arg
10781 of completing-read.
10782
10783 * cus-dep.el (custom-make-dependencies): Reverse the list of
10784 found dependencies.
10785
10786 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10787
10788 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10789 Highlighting" entry, it is on by default now.
10790 (menu-bar-options-save): Do not save global-font-lock-mode.
10791
10792 2005-11-13 Richard M. Stallman <rms@gnu.org>
10793
10794 * textmodes/flyspell.el (flyspell-large-region):
10795 Call flyspell-accept-buffer-local-defs.
10796
10797 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10798
10799 * textmodes/flyspell.el (flyspell-notify-misspell):
10800 Fix misspelling of "Misspelling".
10801 (flyspell-process-localwords): New function.
10802 (flyspell-large-region): Call flyspell-process-localwords and
10803 flyspell-delete-region-overlays.
10804 (flyspell-delete-region-overlays): New function.
10805 (flyspell-delete-all-overlays): Call that.
10806
10807 2005-11-13 Richard M. Stallman <rms@gnu.org>
10808
10809 * help.el (help-for-help-internal): Improve doc of C-h a.
10810 (describe-key): Improve prompt; doc fix.
10811
10812 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10813
10814 * vc-svn.el (vc-svn-registered): Catch all errors.
10815
10816 * cus-dep.el (custom-make-dependencies): Typo.
10817
10818 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10819
10820 * net/tramp-util.el (top): Fix compilation warning.
10821
10822 2005-11-13 Kim F. Storm <storm@cua.dk>
10823
10824 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10825
10826 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10827
10828 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10829 (gud-speedbar-buttons): Match on "const char *" too.
10830
10831 * progmodes/gdb-ui.el (gdb-var-create-handler)
10832 (gdb-var-list-children-handler): Match on "const char *" too.
10833 (gdb-var-evaluate-expression-handler): Match on empty string.
10834 (gdb-var-update-handler): Only call
10835 gdb-var-evaluate-expression-handler when required.
10836
10837 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10838
10839 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10840 selected window. This still doesn't work for speedbar.
10841 (gud-speedbar-buttons): Handle string expressions properly.
10842
10843 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10844 (gdb-var-create-handler): Handle string expressions properly.
10845 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10846 Handle string expressions properly. Move "type" field into regexp.
10847
10848 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10849
10850 * bookmark.el (bookmark-maybe-message): New function to reduce
10851 code duplication: invokes `message' iff baud-rate is high enough.
10852 (bookmark-write-file): Use above instead of an inline conditional.
10853 (bookmark-load): Same.
10854
10855 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10856
10857 * bookmark.el (bookmark-write-file): Don't visit the destination
10858 file, just write the data to it using write-region. This is
10859 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10860 change to avoid visiting the file in the first place.
10861
10862 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10863
10864 * hi-lock.el (hi-lock-mode): Set the default value of
10865 font-lock-defaults.
10866
10867 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10868
10869 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10870 arg to `file-attributes'.
10871 (find-lisp-format): The UID and GID can now be strings.
10872
10873 2005-11-12 Kim F. Storm <storm@cua.dk>
10874
10875 * help.el (help-map): Bind C-h d to apropos-documentation.
10876
10877 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10878 when point is at end-of-buffer.
10879
10880 * apropos.el (apropos-match-face): Doc fix.
10881 (apropos-sort-by-scores): Add new choice `verbose'.
10882 (apropos-documentation-sort-by-scores): New defcustom.
10883 (apropos-pattern): Now contains the pattern entered by the user.
10884 (apropos-pattern-quoted): New defvar.
10885 (apropos-regexp): New defvar, containing the regexp corresponding
10886 to apropos-pattern.
10887 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10888 (apropos-read-pattern): New defun. Use it to read pattern arg in
10889 interactive calls; returns list of words for a word list, and
10890 string for a regexp.
10891 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10892 parses a list of words or regexp as returned by apropos-read-pattern.
10893 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10894 (apropos-score-doc): Return a very high score if the string
10895 entered by the user matches literally.
10896 (apropos-variable): Doc fix. Use apropos-read-pattern.
10897 (apropos-command): Doc fix. Use apropos-read-pattern and
10898 apropos-parse-pattern. Call apropos-print with nosubst=t.
10899 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10900 apropos-parse-pattern.
10901 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10902 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10903 apropos-documentation-sort-by-scores. Call apropos-print with
10904 nosubst=t.
10905 (apropos-documentation-internal): Pass doc string through
10906 substitute-key-definition before adding text properties.
10907 Highlight substring matching literal user input if possible.
10908 (apropos-documentation-check-doc-file): Remove locals beg and end.
10909 Fix calculation of score (as added twice). Pass doc string through
10910 substitute-key-definition before adding text properties.
10911 (apropos-documentation-check-elc-file): Pass doc string through
10912 substitute-key-definition before adding text properties.
10913 Highlight substring matching literal user input if possible.
10914 (apropos-print): Add new arg NOSUBST; if set, command and variable
10915 doc strings have already been passed through substitute-key-definition.
10916 Add code to handle apropos-accumulator items without score element
10917 for backwards compatibility (e.g. with woman package).
10918 Only show scores if apropos-sort-by-scores is `verbose'.
10919
10920 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10923 Add jka-compr-load-suffixes to load-suffixes.
10924
10925 * jka-compr.el: Require jka-cmpr-hook.
10926 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10927 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10928 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10929 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10930 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10931 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10932 (jka-compr-uninstall): Remove entries from
10933 jka-compr-added-to-file-coding-system-alist after they are used.
10934 (jka-compr-error): Remove unused var `curbuf'.
10935 (jka-compr-file-local-copy): Remove unused var `notfound'.
10936
10937 2005-11-10 Romain Francoise <romain@orebokech.com>
10938
10939 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10940
10941 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * progmodes/gud.el (gud-menu-map): Move parentheses.
10944 (gdb): New command gud-pv.
10945
10946 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10947
10948 * tar-mode.el: Remove spurious or unnecessary leading stars
10949 in docstrings.
10950 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10951 (tar-parse-octal-integer-safe): Use mapc.
10952 (tar-header-block-summarize): Remove unused var `ck'.
10953 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10954 cleared before. Obey default-enable-multibyte-characters.
10955 Use mapconcat. Simplify setting of tar-header-offset.
10956 (tar-mode-map): Move initialization inside delcaration.
10957 (tar-flag-deleted): Use `abs'.
10958 (tar-expunge-internal): Remove unused var `line'.
10959 (tar-expunge-internal): Don't hardcode point-min==1.
10960 (tar-expunge): Widen while doing set-buffer-multibyte.
10961 (tar-rename-entry): Use file-name-coding-system.
10962 (tar-alter-one-field): Don't hardcode point-min==1.
10963 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10964 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10965
10966 2005-11-10 Masatake YAMATO <jet@gyve.org>
10967
10968 * add-log.el (add-log-current-defun): Handle class::method
10969 notation of c++. Fix incorrect comment.
10970
10971 2005-11-10 Alan Mackenzie <acm@muc.de>
10972
10973 * help-fns.el (describe-variable): Make C-h v work when a variable
10974 has variable documentation yet is unbound.
10975
10976 2005-11-10 Masatake YAMATO <jet@gyve.org>
10977
10978 * man.el (Man-highlight-references): Set an empty
10979 string to `Man-arguments' if it is nil.
10980 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10981
10982 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10985 commenting conventions.
10986
10987 * cus-dep.el (custom-make-dependencies): Simplify.
10988 Better follow the commenting conventions.
10989
10990 2005-11-09 Richard M. Stallman <rms@gnu.org>
10991
10992 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10993 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10994 All uses changed.
10995 (apropos-rewrite-regexp): Doc fix.
10996 (apropos-variable, apropos-command, apropos, apropos-value):
10997 Change prompt; carry through the argument renaming.
10998
10999 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11000
11001 * find-lisp.el: Require dired.
11002 (find-lisp-find-dired-internal): Do not call
11003 `abbreviate-file-name' on DIR.
11004
11005 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11006
11007 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11008
11009 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11010
11011 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11012 when using the speedbar.
11013 (gdb): New command gud-pp.
11014 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11015
11016 2005-11-09 Juri Linkov <juri@jurta.org>
11017
11018 * replace.el (occur-excluded-properties): New defcustom.
11019 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11020
11021 2005-11-08 Jay Belanger <belanger@truman.edu>
11022
11023 * calc/calc-units.el (math-convert-units): Replace any composite
11024 unit by its definition.
11025
11026 2005-11-08 Lars Hansen <larsh@soem.dk>
11027
11028 * emacs-lisp/autoload.el (update-directory-autoloads):
11029 Add obsolete function alias.
11030
11031 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11032
11033 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11034 comment-indent-function.
11035 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11036
11037 * reveal.el (reveal-post-command): Rework the handling of
11038 reveal-open-spots, so as to be more reliable. There were several
11039 tricky corner cases where an open spot might be lost, or where
11040 a closed spot might end up on the list of open spots.
11041 Only reveal text that's ellipsised.
11042
11043 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11044
11045 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11046
11047 2005-11-07 John Paul Wallington <jpw@gnu.org>
11048
11049 * ibuffer.el (ibuffer): Search iconified frames too when
11050 getting Ibuffer buffer's window.
11051
11052 2005-11-06 Richard M. Stallman <rms@gnu.org>
11053
11054 * progmodes/compile.el (compilation-internal-error-properties):
11055 save-excursion around the computation of MARKER.
11056
11057 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11058
11059 * textmodes/flyspell.el (flyspell-external-point-words):
11060 flyspell-get-word returns a list, not just a string.
11061
11062 2005-11-06 John Paul Wallington <jpw@pobox.com>
11063
11064 * ibuffer.el (ibuffer): Search all visible frames when getting
11065 Ibuffer buffer's window.
11066
11067 2005-11-07 Masatake YAMATO <jet@gyve.org>
11068
11069 * man.el (Man-reference-regexp): Accept spaces between
11070 `Man-name-regexp' and `Man-section-regexp'.
11071 (Man-apropos-regexp): New variable.
11072 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11073 if available.
11074 (Man-highlight-references, Man-highlight-references0):
11075 Handle the case when `Man-arguments' includes "-k".
11076 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11077 `TARGET'. `TARGET' can be a number, function or nil.
11078
11079 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11080
11081 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11082 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11083 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11084 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11085 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11086 (gdb-send-item): Use buffer-local-value and simplify.
11087
11088 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11089
11090 * startup.el (command-line): Use `custom-reevaluate-setting' for
11091 `global-font-lock-mode'.
11092
11093 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11094 by default, except in batch mode or when the -D option is given.
11095
11096 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11097 specified keyword args on to `define-minor-mode'. Update docstring.
11098
11099 2005-11-05 Romain Francoise <romain@orebokech.com>
11100
11101 * replace.el (occur-engine): Add marker at end of line, too.
11102
11103 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11104
11105 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11106 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11107 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11108 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11109 argument to all these routines, so the passphrase can be managed
11110 externally and passed in to the system.
11111 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11112 pgg-add-passphrase-to-cache function.
11113
11114 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11115 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11116 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11117 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11118 argument to all these routines, so the passphrase can be managed
11119 externally and passed in to the system.
11120 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11121 function.
11122
11123 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11124
11125 * font-lock.el: Don't deal with font-lock-face-attributes here,
11126 move the code ...
11127
11128 * startup.el (command-line): ... here. Use face-spec-set instead
11129 of custom-declare-face.
11130
11131 * faces.el (face-spec-set): Reset the face if spec is not nil.
11132
11133 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11134
11135 * newcomment.el (comment-region-internal): Box more tightly in the
11136 common case where there's no TAB in the boxed text.
11137
11138 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11139
11140 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11141 up-node.
11142
11143 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11144
11145 * newsticker.el: Commentary updated. Code formatting changed.
11146 (newsticker-version): Change to "1.9".
11147 (newsticker, newsticker-feed): Doc fix.
11148 (newsticker-url-list): Doc fix. Add option "Weekly".
11149 (newsticker-retrieval-interval): Add option "Weekly".
11150 (newsticker-headline-processing): Doc fix.
11151 (newsticker-auto-mark-filter): Remove.
11152 (newsticker-auto-mark-filter-list): New.
11153 (newsticker-layout, newsticker-sort-method): Doc fix.
11154 (newsticker-hide-old-items-in-newsticker-buffer)
11155 (newsticker-heading-format, newsticker-item-format)
11156 (newsticker-desc-format): Doc fix.
11157 (newsticker-show-all-rss-elements): Remove.
11158 (newsticker-show-all-news-elements): New.
11159 (newsticker-faces, newsticker-ticker): Doc fix.
11160 (remove-from-invisibility-spec): Code formatting.
11161 (newsticker--process-ids): New.
11162 (newsticker-mode): Doc fix.
11163 (newsticker-mode): Change mode-line-format.
11164 (newsticker-start): Remove debug output.
11165 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11166 (newsticker-w3m-show-inline-images): Code formatting.
11167 (newsticker-next-item): Call `force-mode-line-update'.
11168 (newsticker-previous-item): Call `force-mode-line-update'.
11169 (newsticker-next-feed): Call `force-mode-line-update'.
11170 (newsticker-previous-feed): Call `force-mode-line-update'.
11171 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11172 (newsticker-show-old-items): Do not show descs.
11173 (newsticker-hide-entry): Hide too much.
11174 (newsticker-hide-entry, newsticker-show-entry)
11175 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11176 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11177 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11178 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11179 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11180 (newsticker-get-news): Call `force-mode-line-update'.
11181 Collect process ids.
11182 (newsticker--sentinel): Change coding system handling.
11183 Move image retrieval to new functions newsticker--get-logo-url-*.
11184 Move feed parsing to new functions newsticker--parse-*.
11185 Update list of process ids.
11186 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11187 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11188 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11189 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11190 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11191 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11192 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11193 (newsticker--decode-coding-string): Remove.
11194 (newsticker--decode-numeric-entities): Check input. Format code.
11195 (newsticker--remove-whitespace): Check input.
11196 (newsticker--do-forget-preformatted): Doc fix.
11197 (newsticker--decode-rfc822-date): Allow for missing time.
11198 (newsticker--update-process-ids): New.
11199 (newsticker--image-sentinel): Change comment.
11200 (newsticker--image-read): Change error message.
11201 (newsticker--imenu-goto): Doc fix. Show headline title.
11202 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11203 (newsticker--buffer-do-insert-text): Clean whitespace in
11204 html-rendered headline title. Code formatting.
11205 Call `newsticker--buffer-print-extra-elements'.
11206 (newsticker--buffer-print-extra-element): Remove.
11207 (newsticker--buffer-print-extra-elements): New.
11208 (newsticker--buffer-do-print-extra-element): New.
11209 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11210 large sizes.
11211 (newsticker--run-auto-mark-filter)
11212 (newsticker--do-run-auto-mark-filter):
11213 Use `newsticker-auto-mark-filter-list'.
11214
11215 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11216
11217 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11218 (rcirc-print): Force redisplay before running hooks. Do long
11219 buffer truncation after making new text read-only. Deal with nil
11220 text when decoding strings. If TARGET is nil, use either the
11221 currently selected buffer, if it is an rcirc buffer and of the
11222 same process or the process buffer.
11223 (rcirc-mode): Remove header-line. Recompute short buffer names.
11224 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11225 (rcirc-short-buffer-name): Add variable.
11226 (rcirc-kill-buffer-hook): Recompute short buffer names.
11227 Remove nick from private channel.
11228 (rcirc-send-input): Send command text to current-buffer.
11229 Don't clear overlay arrow here.
11230 (rcirc-short-buffer-name): Return a short buffer name.
11231 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11232 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11233 buffer-name abbreviations.
11234 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11235 Do not touch nick-table when killing a parted channel.
11236 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11237 Clear arrow from current buffer if it is now hidden.
11238 (rcirc-current-buffer): Add variable.
11239 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11240 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11241 Remove -face from names.
11242 (rcirc-update-activity-string): Print "DND" when globally ignoring
11243 activity.
11244 (rcirc-ignore-buffer-activity-flag): Rename from
11245 rcirc-ignore-channel-activity.
11246 (rcirc-ignore-all-activity-flag): Doc fix.
11247 (rcirc-channels): Remove variable.
11248 (rcirc-kill-buffer-hook):
11249 (rcirc-get-buffer-create): Add nick to private channel.
11250 (rcirc-multiline-edit-submit): Remove tabs.
11251 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11252 folded.
11253 (rcirc-remove-nick-channel): Bug fix.
11254 (rcirc-toggle-ignore-buffer-activity): Rename from
11255 rcirc-toggle-ignore-channel-activity.
11256 (rcirc-record-activity): Add buffers to the front of the list.
11257 (rcirc-update-activity): Remove killed buffers from list.
11258 (rcirc-process-server-response-1): Remove last argument if it is
11259 null before calling handler.
11260 (rcirc): Add "rcirc" defcustom prefix.
11261 (rcirc-prompt): Simplify default prompt.
11262 Use custom-initialize-default.
11263 (rcirc-private-chats): Remove variable.
11264 (rcirc-prompt): Change initialization.
11265 (rcirc-version): Remove function.
11266 (rcirc-id-string): Add constant.
11267 (rcirc-last-buffer): Remove variable.
11268 (rcirc-buffer-alist): Add variable.
11269 (rcirc-connect): Update variable setup.
11270 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11271 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11272 default.
11273 (rcirc-handler-generic): Trigger activity.
11274 (rcirc-send-message): Create the buffor of the target.
11275 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11276 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11277 (rcirc-multiline-edit-cancel): Remove function.
11278 (rcirc-set-last-buffer): Remove function.
11279 (rcirc-get-any-buffer): Add function.
11280 (rcirc-join-channels): Don't print /join text.
11281 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11282 messages.
11283 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11284 (rcirc-handler-NOTICE): Recognize CTCP responses.
11285 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11286 constructing TOPIC string for buffers we are not JOINed.
11287 (rcirc-handler-CTCP-response): Add handler.
11288 (rcirc-multiline-edit-submit): Restore the window-configuration
11289 before adjusting point.
11290 (rcirc): Add customization group.
11291 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11292 (rcirc-user-full-name, rcirc-startup-channels-alist)
11293 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11294 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11295 (rcirc-input-ring-size, rcirc-read-only-flag)
11296 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11297 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11298 Change defvar to defcustom.
11299 (rcirc-update-prompt): Add optional ALL arg, which will update
11300 prompts in all rcirc buffers. Regexp quote replacement text.
11301 (rcirc-fill-column): Accept frame-width as a value.
11302 (rcirc-set-changed): Add function.
11303 (rcirc-next-active-buffer): Write more meaningful messages.
11304 (rcirc-faces): Add customization group.
11305 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11306 (rcirc-nick-in-message-face, rcirc-prompt-face)
11307 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11308 (with-rcirc-process-buffer): Move before first usage.
11309 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11310 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11311 (rcirc-debug): Rename from `rcirc-log'.
11312 (rcirc-format-response-string): Do not print `-' chars for a
11313 NOTICE with no sender. Simplify output of server responses.
11314
11315 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11316
11317 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11318 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11319 Make urls mouse and RET clickable.
11320
11321 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11322
11323 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11324
11325 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11326
11327 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11328 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11329 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11330 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11331 argument to all these routines, so the passphrase can be managed
11332 externally and passed in to the system.
11333 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11334 pgg-add-passphrase-to-cache function.
11335
11336 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11337 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11338 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11339 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11340 argument to all these routines, so the passphrase can be managed
11341 externally and passed in to the system.
11342 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11343 function.
11344
11345 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11346
11347 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11348 from goto-address-url-regexp.
11349
11350 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11351
11352 * textmodes/org.el (org-read-date, org-goto-calendar)
11353 (org-recenter-calendar, org-agenda-goto-calendar):
11354 Temporarily clear `calendar-move-hook'.
11355
11356 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11357
11358 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11359 merging.
11360
11361 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11362 have merge clashes.
11363
11364 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11365
11366 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11367 Undo previous change.
11368
11369 * startup.el (command-line): Use `custom-reevaluate-setting' for
11370 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11371 tty-register-default-colors on Mac.
11372
11373 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11374
11375 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11376 (gdb-buffer-type): Make it automatically buffer local...
11377 (gdb-get-create-buffer): ...and set it accordingly.
11378 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11379 actually work.
11380
11381 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11382
11383 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11384 not red.
11385
11386 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11387
11388 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11389 case GUD buffer is not visible.
11390 (gdb-goto-breakpoint): Try to force display in source buffer.
11391 (gdb-frame-gdb-buffer): Copy other similar functions.
11392 (gdb-restore-windows): Don't display source if not asked for.
11393 (gdb-assembler-buffer-name): Don't capitalise.
11394
11395 2005-11-03 Richard M. Stallman <rms@gnu.org>
11396
11397 * wid-edit.el (key-sequence): New widget type.
11398
11399 * simple.el (set-mark-command-repeat-pop): New variable.
11400 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11401 if set-mark-command-repeat-pop is true.
11402
11403 * info.el (Info-fontify-node): Don't display extra "see" if there
11404 already is one here.
11405
11406 * mouse.el: Fix special handling of DEL after dragging a region:
11407 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11408 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11409
11410 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11411
11412 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11413 not to assume it pertains to an affix.
11414
11415 * textmodes/flyspell.el (flyspell-post-command-hook):
11416 Bind deactivate-mark to prevent deactivation.
11417
11418 2005-11-03 Lars Hansen <larsh@soem.dk>
11419
11420 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11421 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11422 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11423
11424 2005-11-03 Romain Francoise <romain@orebokech.com>
11425
11426 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11427 Update copyright years.
11428
11429 2005-11-03 Sam Steingold <sds@gnu.org>
11430
11431 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11432 Use system-type instead of window-system because window-system is not
11433 correctly defined during loadup.
11434
11435 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11436
11437 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11438 (xml-parse-tag): Join strings separated by a comment properly.
11439
11440 2005-11-02 Andreas Schwab <schwab@suse.de>
11441
11442 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11443
11444 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11447 (byte-optimize-pure-func): Quote the eval'd value.
11448
11449 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11450 Rename from perl-font-lock-syntactic-face-function.
11451 Change the calling convention so it can be used as a font-lock MATCHER.
11452 Do the parse-partial-sexp loop outselves.
11453 (perl-font-lock-syntactic-keywords): Use it.
11454 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11455
11456 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11457
11458 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11459 disassembly buffer too.
11460 (gdb-exited): Remove overlay arrows when execution has finished.
11461 (gdb-info-frames-custom, gdb-info-threads-custom)
11462 (gdb-info-registers-custom): Don't add inappropriate text
11463 properties if inferior is not active.
11464
11465 2005-11-02 Glenn Morris <rgm@gnu.org>
11466
11467 * progmodes/fortran.el (fortran-blink-match):
11468 Use `blink-matching-delay'.
11469
11470 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11471
11472 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11473
11474 2005-11-02 Lars Hansen <larsh@soem.dk>
11475
11476 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11477 "Permission denied".
11478
11479 2005-11-01 Richard M. Stallman <rms@gnu.org>
11480
11481 * textmodes/flyspell.el (flyspell-external-point-words):
11482 Pass nil to flyspell-get-word.
11483
11484 2005-11-02 Kim F. Storm <storm@cua.dk>
11485
11486 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11487 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11488
11489 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11490
11491 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11492 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11493 (calendar-mouse-print-dates): Add optional `event' argument.
11494 Update interactive-spec.
11495 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11496 Use `calendar-event-to-date' instead of `event'.
11497
11498 2005-11-02 Masatake YAMATO <jet@gyve.org>
11499
11500 * progmodes/ld-script.el (ld-script-builtins):
11501 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11502 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11503 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11504
11505 2005-11-01 Romain Francoise <romain@orebokech.com>
11506
11507 * vc-sccs.el: Update copyright year.
11508 * ezimage.el: Likewise.
11509
11510 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11511
11512 * info.el (Info-fontify-node): Use `string-width' for fontifying
11513 underlined titles.
11514
11515 2005-11-01 Juri Linkov <juri@jurta.org>
11516
11517 * info.el (Info-fontify-node): Downcase node header keywords Node,
11518 Prev, Next, Up before comparison.
11519 (Info-history): Insert absolute directory name, and put invisible
11520 property on it.
11521
11522 2005-11-01 Juri Linkov <juri@jurta.org>
11523
11524 * info.el (Info-file-supports-index-cookies): New variable.
11525 (Info-find-node-2): Check makeinfo version for index cookie support.
11526 (Info-index-nodes): Search for nodes with index cookies only when
11527 Info-file-supports-index-cookies is t. Otherwise, search nodes
11528 with "Index" in the node name.
11529 (Info-index-node): Search index cookie in the current node only when
11530 Info-file-supports-index-cookies is t. Otherwise, check the word
11531 "Index" in the node name.
11532 (Info-find-emacs-command-nodes): Remove code that searches nodes
11533 with "Index" node name in the top menu.
11534
11535 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * progmodes/scheme.el (scheme-mode-variables): Use the default
11538 comment-indent-function.
11539
11540 * faces.el (face-attribute): Handle the case where a face inherits from
11541 a non-existent face.
11542
11543 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11544 for octal and hexa output, and merge the char into the paren.
11545 (kill-new): Use push.
11546 (copy-to-buffer): Use with-current-buffer.
11547 (completion-setup-function): Move code in loop to remove redundancy.
11548 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11549 those inherited from minibuffer-local-completion-map.
11550
11551 * savehist.el (savehist-mode) <defcustom>:
11552 Use custom-set-minor-mode if available.
11553 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11554 and emit a message if applicable.
11555
11556 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11557
11558 * savehist.el: Sync up to version 19.
11559 (savehist-mode): New minor mode.
11560 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11561 (savehist-length): Remove (use history-length instead).
11562 (savehist-file-modes): Rename from savehist-modes.
11563 (savehist-save-hook, savehist-loaded): New vars.
11564 (savehist-load): Use savehist-mode. Try to smooth up transition from
11565 old format to new format.
11566 (savehist-install): Allow savehist-autosave-interval to be nil.
11567 (savehist-save): Run the new hook. Be more careful to only trim the
11568 history variables.
11569 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11570 (savehist-printable): Print into a buffer rather than char-by-char.
11571
11572 2005-11-01 John Wiegley <johnw@newartisans.com>
11573
11574 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11575 toggle-ignore keybinding (C-a). The author said it had been
11576 disabled much earlier due to a possible incompatibility, but after
11577 many months of usage I have encountered no problems (and it is a
11578 rather useful option, especially for switching to " *temp*").
11579
11580 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11581 support for OS/X's AddressBook, by calling out to the open source
11582 program "contacts" (installable through Fink).
11583
11584 * net/eudc.el (eudc-expand-inline): If the
11585 `eudc-multiple-match-handling-method' is set to `all', delete the
11586 query string before inserting the query result.
11587
11588 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11589 flag, to prevent Eshell from using the system ls when
11590 `eshell-ls-insert-directory' is in used.
11591 (eshell-ls-insert-directory): Disable font-lock in directory
11592 buffer so that Eshell's own fontification is seen. This broke
11593 recently due to changes in font-lock, so this goes back to version
11594 21 behavior.
11595
11596 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11597
11598 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11599 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11600 (gdb-many-windows): Doc fix.
11601
11602 2005-10-31 Romain Francoise <romain@orebokech.com>
11603
11604 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11605
11606 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11607
11608 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11609 that global-font-lock-mode can be enabled by default.
11610
11611 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11612 (font-lock-add-keywords, font-lock-remove-keywords)
11613 (font-lock-fontify-buffer): Remove autoload cookies.
11614
11615 * jit-lock.el (jit-lock-register): Likewise.
11616
11617 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11618
11619 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11620
11621 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11622 intact if there is no gud-comint-buffer.
11623
11624 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11625
11626 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11627 old prompt comint-prompt-read-only is t and GDB commands are
11628 issued from tool bar etc.
11629
11630 2005-10-31 Masatake YAMATO <jet@gyve.org>
11631
11632 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11633
11634 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11637 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11638
11639 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11640
11641 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11642 starting at beginning of line. Fontification is messed up when
11643 `open-paren-in-column-0-is-defun-start' set to t.
11644 Reported by John Paul Wallington <jpw@pobox.com>.
11645
11646 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11647
11648 * comint.el (comint-send-input): Call `comint-update-fence' when
11649 `comint-process-echoes' and `comint-prompt-read-only' are both
11650 non-nil, to avoid leftover read-only newline.
11651
11652 2005-10-30 Richard M. Stallman <rms@gnu.org>
11653
11654 * textmodes/flyspell.el (flyspell-external-point-words):
11655 Detect when WORD can't be checked properly because
11656 flyspell-get-word finds just part of it, and move on.
11657
11658 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11659 boundarychar for Polish.
11660 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11661 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11662
11663 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11664
11665 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11666 (gdb-registers-font-lock-keywords): Delete.
11667 (gdb-registers-mode): Don't fontify.
11668 (gdb-info-registers-custom): Use text properties instead as, in
11669 future, changed register values will use font-lock-warning-face.
11670 (gdb-local-font-lock-keywords): Rename to...
11671 (gdb-locals-font-lock-keywords): ...for consistency.
11672
11673 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11674
11675 * vc.el (vc-switch-backend): Better error message if the buffer is
11676 not visiting a file under version control.
11677
11678 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11679
11680 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11681
11682 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11683 ~/.emacs.d/.emacs.
11684
11685 2005-10-29 Richard M. Stallman <rms@gnu.org>
11686
11687 * replace.el (occur-mode-mouse-goto): Always go to other window.
11688 (occur-mode-goto-occurrence): Always switch in same window.
11689
11690 * simple.el (undo): Display message at end, not at start.
11691
11692 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11693 New arg REUSE-CELL.
11694 (cancel-timer-internal): New function.
11695 (timer-event-handler): Use cancel-timer-internal,
11696 and pass the cell it returns to timer-activate...
11697
11698 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11699 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11700 (jit-lock-after-change): Test memory-full.
11701
11702 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11703
11704 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11705 part of the decoded armor to find the key-identifier.
11706 (pgg-gpg-lookup-key-owner): New function to return the
11707 human-readable identifier of a key owner.
11708 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11709 key itself.
11710 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11711 the key value) if we have a key and can match it against a secret
11712 key. Also, added a note pointing out fact that the prompt only
11713 indicates the first matching key.
11714
11715 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11716 pgg-decrypt-region.
11717 (pgg-pending-timers): A new hash for tracking the passphrase cache
11718 timers, so that new ones supercede old ones.
11719 (pgg-add-passphrase-to-cache): Rename from
11720 `pgg-add-passphrase-cache' to reduce confusion (all callers
11721 changed). Modified to cancel old timers when new ones are added.
11722 (pgg-remove-passphrase-from-cache): Rename from
11723 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11724 changed). Modified to cancel old timers when their keys are
11725 removed from the cache.
11726 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11727 XEmacs, an indirection to delete-itimer.
11728 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11729 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11730 users can only check cache without risk of prompting. Correct bug in
11731 notruncate behavior.
11732 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11733 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11734 Add informative docstrings.
11735 (pgg-decrypt): Convey provided passphrase in subordinate call to
11736 pgg-decrypt-region.
11737
11738 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11739 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11740 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11741 `passphrase' argument, so the passphrase can be managed externally
11742 and then passed in to the system.
11743
11744 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11745 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11746 so the passphrase cache can be used reliably with identifiers
11747 besides a pgp packet's key id.
11748
11749 * pgg-gpg.el (pgg-pgp-encrypt-region)
11750 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11751 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11752 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11753 argument to all these routines, so the passphrase can be managed
11754 externally and passed in to the system.
11755
11756 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11757 `notruncate' argument, so the passphrase cache can be used
11758 reliably with identifiers besides a pgp packet's key id.
11759
11760 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11761
11762 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11763 symmetric encryption.
11764 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11765 encrypted session key.
11766 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11767 message ask for the passphrase in a proper way.
11768
11769 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11770 New user commands for symmetric encryption.
11771
11772 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11773
11774 * textmodes/conf-mode.el (conf-assignment-sign)
11775 (conf-assignment-regexp): Fix docstrings.
11776 (conf-mode-initialize): New function.
11777 (conf-mode): Remove optional args. Use delay-mode-hooks to
11778 recognize recursive calls.
11779 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11780 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11781 (conf-xdefaults-mode): Use define-derived-mode and
11782 conf-mode-initialize.
11783
11784 2005-10-29 Romain Francoise <romain@orebokech.com>
11785
11786 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11787
11788 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11789
11790 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11791 part of the decoded armor to find the key-identifier.
11792 (pgg-gpg-lookup-key-owner): New function to return the
11793 human-readable identifier of a key owner.
11794 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11795 key itself.
11796 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11797 the key value) if we have a key and can match it against a secret
11798 key. Also, added a note pointing out fact that the prompt only
11799 indicates the first matching key.
11800
11801 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11802 pgg-decrypt-region.
11803 (pgg-pending-timers): A new hash for tracking the passphrase cache
11804 timers, so that new ones supercede old ones.
11805 (pgg-add-passphrase-to-cache): Rename from
11806 `pgg-add-passphrase-cache' to reduce confusion (all callers
11807 changed). Modified to cancel old timers when new ones are added.
11808 (pgg-remove-passphrase-from-cache): Rename from
11809 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11810 changed). Modified to cancel old timers when their keys are
11811 removed from the cache.
11812 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11813 XEmacs, an indirection to delete-itimer.
11814 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11815 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11816 users can only check cache without risk of prompting. Correct bug in
11817 notruncate behavior.
11818 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11819 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11820 Add informative docstrings.
11821 (pgg-decrypt): Convey provided passphrase in subordinate call to
11822 pgg-decrypt-region.
11823
11824 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11825
11826 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11827 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11828 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11829 `passphrase' argument, so the passphrase can be managed externally
11830 and then passed in to the system.
11831
11832 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11833 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11834 so the passphrase cache can be used reliably with identifiers
11835 besides a pgp packet's key id.
11836
11837 * pgg-gpg.el (pgg-pgp-encrypt-region)
11838 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11839 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11840 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11841 argument to all these routines, so the passphrase can be managed
11842 externally and passed in to the system.
11843
11844 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11845 `notruncate' argument, so the passphrase cache can be used
11846 reliably with identifiers besides a pgp packet's key id.
11847
11848 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11849
11850 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11851 symmetric encryption.
11852 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11853 encrypted session key.
11854 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11855 message ask for the passphrase in a proper way.
11856
11857 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11858 New user commands for symmetric encryption.
11859
11860 2005-10-28 Bill Wohler <wohler@newt.com>
11861
11862 * help-mode.el (help-url): New button type. Calls browse-url.
11863 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11864 Similar to Info nodes: URL `url'.
11865 (help-make-xrefs): Create help-url buttons for
11866 help-xref-url-regexp matches.
11867
11868 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11869
11870 * tool-bar.el (tool-bar-add-item-from-menu)
11871 (tool-bar-local-item-from-menu): Fix doc strings.
11872
11873 2005-10-28 Romain Francoise <romain@orebokech.com>
11874
11875 * ldefs-boot.el: Update.
11876
11877 * subr.el (locate-library): Move from help-fns.el.
11878 * help-fns.el (locate-library): Move to subr.el.
11879
11880 2005-10-28 Richard M. Stallman <rms@gnu.org>
11881
11882 * net/tramp.el (tramp-completion-mode): defvar moved up.
11883
11884 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11885
11886 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11887
11888 * files.el (find-file-noselect): Use %d to format large file size.
11889
11890 * bindings.el (mode-line-format): Add %e.
11891
11892 * loadup.el ("facemenu"): Load unconditionally.
11893 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11894 ("x-dnd"): Load, when appropriate.
11895
11896 * startup.el (command-line): Call before-init-hook earlier.
11897 Warn about some bad characters in -u user name.
11898
11899 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11900 (flyspell-external-point-words): Error if misspelled word is not found.
11901 Set flyspell-large-region-beg at end of word.
11902
11903 2005-10-28 Andreas Schwab <schwab@suse.de>
11904
11905 * view.el (View-revert-buffer-scroll-page-forward):
11906 Use view-page-size-default.
11907
11908 2005-10-28 Juri Linkov <juri@jurta.org>
11909
11910 * international/quail.el (quail-get-current-str): Translate last
11911 raw character for deterministic input methods.
11912
11913 2005-10-27 Jay Belanger <belanger@truman.edu>
11914
11915 * calc/calc-ext.el: Add functions to autoloads.
11916 (math-identity-matrix-p, math-ident-row-p): New functions.
11917
11918 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11919 multiplication by an identity matrix; don't turn multiplication by
11920 an inverse matrix into division.
11921 (math-div-symbol-fancy): Replace division by matrices with
11922 multiplication by inverse.
11923
11924 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11925
11926 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11927 (calc-writeoutpower): New functions.
11928
11929 2005-10-27 Romain Francoise <romain@orebokech.com>
11930
11931 * replace.el (occur-engine): Include colon in mouse-face highlight.
11932
11933 * dired-x.el: Change Maintainer field.
11934
11935 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11936
11937 * longlines.el (longlines-mode): Bind after-change-functions to
11938 nil during initial decoding and final encoding.
11939
11940 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11941
11942 * term.el (term-emulate-terminal, term-handle-colors-array)
11943 (term-handle-ansi-escape): Specify the terminfo capabilities
11944 implemented.
11945
11946 2005-10-26 Richard M. Stallman <rms@gnu.org>
11947
11948 * info.el (Info-fontify-node): Fix detection of sentence-break
11949 before *Note.
11950
11951 2005-10-26 Romain Francoise <romain@orebokech.com>
11952
11953 * smerge-mode.el: Add `tools' to file keywords.
11954
11955 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11956
11957 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11958 when the fringe is not available.
11959
11960 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11961 (def-gdb-auto-update-trigger): Simplify construction.
11962 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11963 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11964 defined explicitly.
11965 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11966 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11967 defined explicitly.
11968 (gdb-info-locals-custom): Remove as it's a no-op.
11969
11970 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11971
11972 * longlines.el (longlines-mode): Remove narrowing before
11973 performing the initial decoding or final encoding.
11974
11975 2005-10-25 Romain Francoise <romain@orebokech.com>
11976
11977 * emacs-lisp/find-func.el (find-library-name): Also strip
11978 extension if library name ends in .el, to take advantage of
11979 `find-library-suffixes'.
11980
11981 2005-10-25 Richard M. Stallman <rms@gnu.org>
11982
11983 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11984
11985 2005-10-25 Juri Linkov <juri@jurta.org>
11986
11987 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11988 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11989
11990 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11993 (blackbox-redefine-key): Add argument `map'.
11994
11995 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11996 regions when moving the jit-lock-context-unfontify-pos boundary.
11997
11998 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11999
12000 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12001
12002 2005-10-25 Masatake YAMATO <jet@gyve.org>
12003
12004 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12005
12006 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12007
12008 * play/blackbox.el (blackbox-redefine-key): New function.
12009 (blackbox-mode-map): Use it to remap existing bindings for cursor
12010 motion instead of binding literal keys.
12011
12012 2005-10-25 Glenn Morris <rgm@gnu.org>
12013
12014 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12015 diary does not end in a newline. Do not assume a blank line at
12016 the start of the diary file.
12017
12018 2005-10-25 Kenichi Handa <handa@m17n.org>
12019
12020 * international/quail.el (quail-translate-key): If the input
12021 method is deterministic and failed to handle the last key, restart
12022 the key handling loop from an appropriate key.
12023
12024 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12025
12026 * vc.el (vc-dired-mode): Extend comment for binding of
12027 `directory-listing-before-filename-regexp'.
12028
12029 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12030
12031 * textmodes/texinfo.el (texinfo-mode):
12032 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12033 not to unnecessarily expose emacs-mule's internal char codes.
12034
12035 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12036
12037 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12038 Display hand pointer and help-echo on disabled icon too.
12039 (gdb-mouse-until): New function.
12040 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12041
12042 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12043
12044 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12045 with 2005-10-23 change to doctor.el.
12046
12047 * finder.el (finder-mode-map): Add follow-link binding.
12048
12049 2005-10-25 Kim F. Storm <storm@cua.dk>
12050
12051 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12052 to gdb-mouse-toggle-breakpoint-fringe.
12053 (gdb-mouse-toggle-breakpoint-margin): Rename from
12054 gdb-mouse-toggle-breakpoint. Fix doc.
12055 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12056 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12057 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12058 string properties also for fringe breakpoint bitmaps.
12059
12060 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12061
12062 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12063
12064 2005-10-25 Masatake YAMATO <jet@gyve.org>
12065
12066 * simple.el (completion-common-substring):
12067 Use `completion-common-substring' prior to `completion-base-size'.
12068
12069 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12070
12071 * savehist.el: Require CL while compiling.
12072 (savehist-history-variables): Remove.
12073 (savehist-save-minibuffer-history, savehist-additional-variables)
12074 (savehist-minibuffer-history-variables): New vars.
12075 (savehist-save): Use them.
12076 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12077 (savehist-install): New fun, extracted from savehist-load.
12078 (savehist-load): Use them.
12079
12080 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12081
12082 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12083 a dummy doc-string-elt property.
12084 (defalias, defvaralias, define-category): Add a docstring property.
12085
12086 * image.el (defimage):
12087 * widget.el (define-widget):
12088 * custom.el (defface, defcustom): Add `doc-string' declaration.
12089
12090 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12091 (defadvice): Add `doc-string' declaration.
12092
12093 * emacs-lisp/byte-run.el (macro-declaration-function):
12094 Handle `doc-string' declarations.
12095 (define-obsolete-function-alias, define-obsolete-variable-alias):
12096 Add `doc-string' declaration.
12097
12098 2005-10-24 Kenichi Handa <handa@m17n.org>
12099
12100 * international/utf-7.el (utf-7): Add autoload cookie.
12101
12102 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12103
12104 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12105
12106 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12107 list of directories passed to batch-update-autoloads. Add "." to
12108 the list of the echoed directories.
12109
12110 * pgg-def.el:
12111 * pgg-gpg.el:
12112 * pgg-parse.el:
12113 * pgg-pgp.el:
12114 * pgg-pgp5.el:
12115 * pgg.el: Moved here from the gnus subdirectory.
12116
12117 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12118
12119 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12120 in case comint-prompt-read-only is set to t.
12121
12122 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12123 in case comint-prompt-read-only is set to t.
12124
12125 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12126
12127 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12128 Now a string.
12129 (icalendar-import-format): Handle CLASS, STATUS, URL.
12130 Rename `subject' to `summary'.
12131 (icalendar-import-format-summary): Rename from
12132 `icalendar-import-format-subject'.
12133 (icalendar-import-format-url, icalendar-import-format-status)
12134 (icalendar-import-format-class): New variables.
12135 (icalendar--rris): Take variable argument list.
12136 (icalendar--datestring-to-isodate): Remove unnecessary
12137 calendar-style check when converting dates with explicit month names.
12138 (icalendar-export-region): Change return type of conversion
12139 subroutines. Bury current buffer unless error occurred.
12140 (icalendar--convert-to-ical)
12141 (icalendar--parse-summary-and-rest): New functions.
12142 (icalendar--convert-ordinary-to-ical)
12143 (icalendar--convert-weekly-to-ical)
12144 (icalendar--convert-yearly-to-ical)
12145 (icalendar--convert-block-to-ical)
12146 (icalendar--convert-cyclic-to-ical)
12147 (icalendar--convert-anniversary-to-ical): Change return type.
12148 Strip trailing blanks from subject.
12149 (icalendar--convert-sexp-to-ical): Change return type.
12150 Strip trailing blanks from subject. Handle simple sexp
12151 entries as generated by icalendar.el.
12152 (icalendar--convert-float-to-ical)
12153 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12154 (icalendar-import-file): Doc fix.
12155 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12156 Correct call to icalendar--rris.
12157 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12158 `summary'.
12159 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12160
12161 2005-10-24 Romain Francoise <romain@orebokech.com>
12162
12163 * server.el (server-sentinel): Set query-on-exit flag to nil on
12164 new client processes (it isn't inherited from the server process).
12165
12166 * replace.el (occur-engine): Rearrange text properties.
12167
12168 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12169
12170 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12171 case-fold-search is nil.
12172 (debug-help-follow): Use help-xref-interned directly.
12173
12174 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12175
12176 * thumbs.el (thumbs-image-type): Add .pbm.
12177
12178 2005-10-23 Richard M. Stallman <rms@gnu.org>
12179
12180 * faces.el (inhibit-face-set-after-frame-default): New variable.
12181 (set-face-attribute): Bind it.
12182 (face-set-after-frame-default): Test it.
12183
12184 * help-fns.el (describe-simplify-lib-file-name): New function.
12185 (describe-function-1, describe-variable): Use it.
12186
12187 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12188
12189 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12190 Eliminate nil as possible value.
12191 (tooltip-hide-delay): Reduce internal-border-width.
12192
12193 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12194 (menu-bar-file-menu) <new-file>: Likewise.
12195
12196 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12197
12198 * international/mule.el (load-with-code-conversion):
12199 Pass full file name to `eval-buffer' unless preloading.
12200
12201 * textmodes/flyspell.el (flyspell-large-region):
12202 Call ispell-check-version.
12203
12204 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12205 Fix the make-variable-buffer-local call that was supposed
12206 to be for this variable.
12207 (ispell-aspell-supports-utf8): Doc fix.
12208 (ispell-find-aspell-dictionaries): Preserve elements of
12209 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12210 (ispell-aspell-find-dictionary): Return nil on error.
12211
12212 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12213 (doctor-symptoms): Likewise.
12214
12215 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12216
12217 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12218
12219 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12220 (custom-raised-buttons): Add :set spec.
12221 (custom-button-unraised, custom-button-pressed-unraised):
12222 New faces, so that custom-raised-buttons actually does something.
12223 (custom-mode): Use custom-button and custom-button-pressed.
12224
12225 * wid-edit.el (widget-specify-button): Don't ignore
12226 widget-mouse-face on graphic terminals.
12227 (widget-move-and-invoke): Cleanup.
12228
12229 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12230
12231 * whitespace.el (whitespace-cleanup): Doc fix.
12232
12233 2005-10-23 Romain Francoise <romain@orebokech.com>
12234
12235 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12236 `eval-after-load' to avoid evaluating their result.
12237
12238 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12239
12240 * files.el (directory-listing-before-filename-regexp):
12241 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12242
12243 * dired.el (dired-move-to-filename-regexp): Remove.
12244 All occurences replaced by `directory-listing-before-filename-regexp'.
12245
12246 * dired-x.el, locate.el, vc.el:
12247 Replace `dired-move-to-filename-regexp' by
12248 `directory-listing-before-filename-regexp'. In vc.el it is
12249 overwritten locally; maybe this can be handled in files.el too.
12250
12251 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12252 replaced by `directory-listing-before-filename-regexp'.
12253
12254 2005-10-23 Andreas Schwab <schwab@suse.de>
12255
12256 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12257 and eval-next-after-load.
12258
12259 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12260
12261 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12262 exist, create it.
12263
12264 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12265
12266 * allout.el: Remove autoloads for mailcrypt and crypt++.
12267 Require pgg, pgg-gpg during compilation.
12268 (allout-version): Increment version number to 2.1, and use a literal
12269 rather than RCS Id.
12270 (allout-default-encryption-scheme): Remove.
12271 (allout-passphrase-verifier-handling)
12272 (allout-passphrase-verifier-string)
12273 (allout-file-passphrase-verifier-string)
12274 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12275 (allout-passphrase-hint-handling): Rename and simplify.
12276 (allout-init): Use `find-file-hook' if available, otherwise
12277 `find-file-hooks'.
12278 (allout-mode): Use `write-file-functions' if available, otherwise
12279 `local-write-file-hooks' and, instead of making auto-save-hook
12280 buffer local, make the write-file-hook activity contingent to
12281 allout-mode.
12282 (allout-mode): Use key-binding substitution in the docstring.
12283 (allout-kill-line): Spell-out kill ring data structure mutation
12284 instead of using byte-compiler-complaint-provoking `pop'.
12285 (allout-insert-listified): Use `insert' rather than `insert-string'
12286 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12287 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12288 (allout-encrypt-string): Totally revamped vis new underlying
12289 encryption facilities.
12290 (allout-mc-activate-passwd): Remove.
12291 (allout-obtain-passphrase): New, more or less replaces
12292 allout-mc-activate-passwd.
12293 (allout-encrypted-key-info): More or less replaces
12294 allout-encrypted-text-type.
12295 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12296 (my-mark-marker): Use `(featurep 'xemacs)'.
12297
12298 2005-10-23 Lars Hansen <larsh@soem.dk>
12299
12300 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12301 (byte-compile-file-form-defmumble, byte-compile-defun)
12302 (byte-compile-defmacro): Use it.
12303 (byte-compile-form): Don't call byte-compile-set-symbol-position
12304 when a byte-compile handler is called.
12305
12306 2005-10-22 Romain Francoise <romain@orebokech.com>
12307
12308 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12309
12310 * subr.el (eval-after-load): Convert library name to an absolute
12311 file name using locate-library, since load-history no longer has
12312 library names in it.
12313
12314 2005-10-22 Richard M. Stallman <rms@gnu.org>
12315
12316 * files.el (make-temp-file): Move from subr.el.
12317 * subr.el (make-temp-file): Move to files.el.
12318
12319 * window.el (get-buffer-window-list): Move from subr.el.
12320 * subr.el (get-buffer-window-list): Move to window.el.
12321
12322 * image.el (image-load-path): Use eval-at-startup to initialize.
12323
12324 * subr.el (eval-at-startup): New macro.
12325
12326 * subr.el: Much rearrangement of functions and division
12327 into pages. No code changes.
12328
12329 2005-10-22 Kenichi Handa <handa@m17n.org>
12330
12331 * tar-mode.el (tar-extract): Be sure to call
12332 find-operation-coding-system if set-auto-coding doesn't find a
12333 coding system.
12334
12335 2005-10-22 Kim F. Storm <storm@cua.dk>
12336
12337 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12338 Change users.
12339 (image-type-file-name-regexps): New defconst.
12340 (image-type-from-data): Simplify loop.
12341 (image-type-from-buffer): New defun.
12342 (image-type-from-file-header): Use it instead of image-type-from-data.
12343 Use image-search-load-path instead of only looking in data-directory.
12344 (image-type-from-file-name): New defun.
12345 (image-search-load-path): Change `pathname' to `filename'.
12346 Make PATH arg optional, default to image-load-path.
12347
12348 2005-10-21 Richard M. Stallman <rms@gnu.org>
12349
12350 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12351
12352 * textmodes/paragraphs.el (sentence-end-base): New variable.
12353 (sentence-end): Use sentence-end-base.
12354
12355 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12358 property independently from the font-lock-multiline variable.
12359
12360 2005-10-21 Richard M. Stallman <rms@gnu.org>
12361
12362 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12363
12364 * startup.el (command-line): Convert library names
12365 in `load-history' to absolute file names.
12366
12367 * subr.el (symbol-file): Doc fix.
12368
12369 * loadhist.el (file-loadhist-lookup): Call locate-library
12370 instead of find-library-name. Don't try converting
12371 abs file names to library names, since load-history no longer
12372 has library names in it.
12373 (file-dependents, file-provides, file-requires): Doc fixes.
12374
12375 2005-10-21 Juri Linkov <juri@jurta.org>
12376
12377 * progmodes/etags.el (tags-table-mode): New function.
12378 (tags-verify-table): Replace initialize-new-tags-table with
12379 tags-table-mode.
12380
12381 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12382 default value.
12383 (desktop-modes-not-to-save): Add tags-table-mode to the
12384 default value.
12385
12386 * info.el (Info-index-next): Add total number of index
12387 alternatives to the message.
12388
12389 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12390 backward only space (instead of space and period) before looking
12391 at sentence end.
12392
12393 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12394 Add the old variable value as 4th default-value arg of read-string.
12395
12396 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12397
12398 * cus-face.el (custom-declare-face): Make face from X resources
12399 also on Mac.
12400
12401 * disp-table.el (standard-display-g1, standard-display-graphic):
12402 Refuse to use string glyphs also on Mac.
12403 (standard-display-european): Don't set terminal coding system also
12404 on Mac.
12405
12406 * frame.el (display-screens): Use x-display-screens also on Mac.
12407
12408 2005-10-21 Romain Francoise <romain@orebokech.com>
12409
12410 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12411
12412 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12413
12414 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12415 and $? into sexps.
12416
12417 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12418 warning face on open-paren-in-column-0.
12419
12420 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12421 boundary case. Fix typo.
12422 Suggested by Martin Rudalics <rudalics@gmx.at>.
12423
12424 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12425
12426 * textmodes/org.el (org-combined-agenda-icalendar-file)
12427 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12428 (org-export-icalendar-this-file)
12429 (org-export-icalendar-all-agenda-files)
12430 (org-export-icalendar-combine-agenda-files): New commands.
12431 (org-export-icalendar, org-print-icalendar-entries)
12432 (org-start-icalendar-file, org-finish-icalendar-file)
12433 (org-ical-ts-to-string): New functions.
12434 (org-read-date, org-goto-calendar)
12435 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12436 call to `calendar'.
12437 (orgtbl-setup): Remove the :keys arguments from the menu description.
12438 (org-after-save-iCalendar-file-hook): New variable.
12439
12440 2005-10-21 Kenichi Handa <handa@m17n.org>
12441
12442 * language/vietnamese.el (tcvn-5712): Make it an alias of
12443 vietnamese-tcvn coding-system.
12444
12445 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12446
12447 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12448 group id is given.
12449
12450 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12451
12452 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12453 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12454 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12455 whose line is either continued or ends with a comment.
12456
12457 2005-10-20 Romain Francoise <romain@orebokech.com>
12458
12459 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12460
12461 * replace.el (occur-engine): Add follow-link property.
12462
12463 * font-core.el (font-lock-mode): Doc fix.
12464
12465 2005-10-20 Richard M. Stallman <rms@gnu.org>
12466
12467 * net/rcirc.el: New file.
12468
12469 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12470
12471 * term.el (term-term-name): Initialize to "eterm-color".
12472
12473 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12474
12475 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12476 for encryption functionality.
12477 Move allout customization subgroup from `editing' to `outlines' group.
12478 Fix commentary keywords to legitimate ones.
12479 Update author info (using my current email address, obscurified).
12480 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12481 (allout-encrypted-topic-p, allout-encrypted-text-type)
12482 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12483 (allout-situate-encryption-key-verifier)
12484 (allout-get-encryption-key-verifier, allout-verify-key)
12485 (allout-next-topic-pending-encryption)
12486 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12487 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12488 (outline-key-verifier-handling, outline-key-hint-handling)
12489 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12490 (allout-file-key-verifier-string, allout-encryption-scheme)
12491 (allout-key-verifier-string, allout-key-hint-string)
12492 (allout-after-save-decrypt): New variables.
12493 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12494 (allout-after-saves-handler): New hook functions.
12495 (allout-post-command-business): Do allout-after-save-decrypt.
12496 (allout-enable-file-variable-adjustment): Custom var to enable
12497 mechanism for adding and adjusting settings of Emacs file variables.
12498 (allout-adjust-file-variable, allout-file-vars-section-data):
12499 New functions, implement the mechanism.
12500 (outlineify-sticky): Use the file vars mechanism.
12501 (allout-inhibit-protection, allout-during-write-cue)
12502 (allout-override-protect, allout-before-change-protect): Remove.
12503 (allout-flag-region, allout-open-topic): Adjust read-only text.
12504 (allout-open-line-not-read-only): Add to facilitate read-only
12505 text based protection.
12506 (allout-kill-line): Revise to adjust read-only text, clue the
12507 user about the inhibition.
12508 (allout-unprotected): Use unwind-protect.
12509 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12510 topic deeper than the offspring depth of the previous topic -
12511 avoiding confusing "containment discontinuities".
12512 (allout-reindent-bodies): Fix retention of body relative hanging
12513 indent during promotion of collapsed bodies.
12514 (allout-open-topic): Make it easy to open new topic with same
12515 bullet as current topic - topic creation functions provided with
12516 any universal argument provokes now prompt for bullet, defaulting
12517 to the bullet of the previous topic.
12518 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12519 Plain bullet alternates `.' period and `,' comma only. All other
12520 bullets are relegated to special status (but customizable).
12521 (allout-end-of-entry): Rename from allout-end-of-current-entry
12522 since it actually operates w.r.t. most immediately containing
12523 entry, visible or not.
12524 (allout-hide-current-entry, allout-show-current-entry): Use the
12525 revised version.
12526 (allout-old-expose-topic): Solidify deprecation.
12527 (allout-end-of-subtree): Add so we can span concealed as well
12528 as visible topics.
12529 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12530 (allout-end-of-current-heading): Tweak to just respect the first line.
12531 (allout-get-body-text): Add.
12532 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12533 when invoked interactively.
12534 (allout-up-current-level): Use `interactive-p'.
12535 (allout-mode, allout-init): Miscellaneous docstring and
12536 operational refinements, as well as hookups of new encryption stuff.
12537 (allout-beginning-of-current-entry): Now works as advertised.
12538 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12539 (allout-isearch-rectification): Refine condition for isearching.
12540 (allout-isearch-abort, allout-enwrap-isearch)
12541 (allout-flag-region, my-region-active-p): Relocate some macros.
12542 (allout-title): Fallback title is (buffer-name), not
12543 non-existing (current-buffer-name).
12544 (subst-char-in-string): Define if absent (for some XEmacs versions).
12545
12546 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12547
12548 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12549 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12550 (mail-citation-prefix-regexp, mail-signature-file)
12551 (mail-default-headers, mail-bury-selects-summary)
12552 (mail-send-nonascii): Add autoload cookies.
12553
12554 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12555
12556 * frame.el (blink-cursor-mode): Add `mac' to the list of
12557 window-system's that support blinking cursor.
12558
12559 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12560
12561 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12562
12563 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12564
12565 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12566 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12567 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12568
12569 2005-10-20 Kim F. Storm <storm@cua.dk>
12570
12571 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12572 (ido-set-current-directory): Don't add / after final @.
12573 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12574 Explicitly handle ange-ftp completion oddities.
12575 (ido-make-file-list): Don't rotate list at tramp root to avoid
12576 triggering tramp file handler for expand-file-name via get-file-buffer.
12577
12578 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12581
12582 2005-10-19 Jay Belanger <belanger@truman.edu>
12583
12584 * calc/calc-units.el (math-standard-units): Add units, adjust
12585 symbols and update values.
12586 (math-unit-prefixes): Add more prefixes.
12587
12588 2005-10-19 Romain Francoise <romain@orebokech.com>
12589
12590 * bookmark.el (bookmark-menu-heading): New face.
12591 (bookmark-bmenu-list): Use it.
12592 Don't fiddle with `baud-rate' at top-level.
12593
12594 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12595
12596 * image.el (create-image, find-image): Mention max-image-size in
12597 docstring.
12598
12599 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * savehist.el (savehist-load): Revert to checking XEmacs.
12602
12603 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12604 Various docstring and line-width fixups.
12605 (conf-mode): Use cond.
12606 Set font-lock-defaults. Don't set comment-use-syntax.
12607
12608 2005-10-18 David Ponce <david@dponce.com>
12609
12610 * tree-widget.el (tree-widget-button-click): New function.
12611 (tree-widget-button-keymap): Use it.
12612
12613 2005-10-18 Romain Francoise <romain@orebokech.com>
12614
12615 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12616 (bookmark-bmenu-hide-filenames): Add follow-link property.
12617 Improve help-echo text.
12618
12619 * ffap.el (find-file-at-point): Doc fix.
12620
12621 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12622
12623 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12624
12625 2005-10-18 Masatake YAMATO <jet@gyve.org>
12626
12627 Install to the CVS repository what I forgot to install in my
12628 2005-10-16 changes.
12629
12630 * progmodes/python.el (python-complete-symbol): Pass the common
12631 prefix substring of completion to `display-completion-list'.
12632
12633 * textmodes/org.el (org-complete): Ditto.
12634
12635 2005-10-18 Masatake YAMATO <jet@gyve.org>
12636
12637 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12638
12639 * woman.el (WoMan-xref-man-page): New button type derived
12640 from `Man-abstract-xref-man-page'.
12641 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12642
12643 * man.el (Man-abstract-xref-man-page): New button type.
12644 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12645 (Man-highlight-references): Add new optional argument `xref-man-type'.
12646
12647 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12648
12649 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12650
12651 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12652
12653 * cus-edit.el (Custom-move-and-invoke): Delete.
12654 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12655
12656 * wid-edit.el (widget-move-and-invoke): New function, from
12657 Custom-move-and-invoke.
12658
12659 2005-10-17 Bill Wohler <wohler@newt.com>
12660
12661 Move all remaining images from lisp/toolbar to etc/images, move
12662 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12663 the low resolution images in their own directory (low-color).
12664
12665 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12666 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12667 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12668 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12669 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12670 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12671 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12672
12673 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12674 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12675 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12676 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12677 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12678 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12679 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12680 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12681 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12682 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12683 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12684 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12685 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12686 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12687 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12688
12689 To conform with convention, replace the underscore (_) in the
12690 following image names with dash (-) or (/) as appropriate.
12691
12692 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12693 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12694 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12695 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12696 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12697 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12698 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12699 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12700 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12701 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12702 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12703 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12704 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12705 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12706 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12707
12708 * info.el (info-tool-bar-map): Replace underscores in image names
12709 with dashes.
12710
12711 * makefile.w32-in (WINS): Remove toolbar.
12712
12713 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12714
12715 * tool-bar.el: Move to lisp from toolbar. Now that
12716 toolbar is empty, it should be deleted when folks run "cvs up -P".
12717
12718 2005-10-18 Jay Belanger <belanger@truman.edu>
12719
12720 * calc/calc-store.el (calc-store-into): Get the proper variable name
12721 to display in message.
12722
12723 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12724
12725 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12726 expressions display in speedbar for all buffers when debugging.
12727 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12728
12729 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12730 (speedbar-insert-button, speedbar-make-button):
12731 Use add-text-properties.
12732 (speedbar-update-localized-contents)
12733 (speedbar-update-directory-contents)
12734 (speedbar-update-special-contents): Use dolist.
12735 (speedbar-buffer-easymenu-definition): Add a menu separator.
12736
12737 2005-10-17 Jason Rumney <jasonr@gnu.org>
12738
12739 * makefile.w32-in: Use $(lisp) consistently.
12740 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12741 for shell specific generation of mh-autoloads.
12742
12743 2005-10-17 Richard M. Stallman <rms@gnu.org>
12744
12745 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12746
12747 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * jit-lock.el (jit-lock-fontify-now):
12750 Move jit-lock-context-unfontify-pos to avoid wasted work.
12751
12752 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12753
12754 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12755 `tramp-completion-mode' for checking if we are in completion mode.
12756 (tramp-completion-handle-file-name-all-completions): Reorder code
12757 in order to complete for file names only in case there are no
12758 method/user/host completions. This is necessary for cooperation
12759 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12760
12761 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12762
12763 * longlines.el (longlines-search-forward)
12764 (longlines-search-backward): Match any number of spaces.
12765
12766 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12767
12768 * diff-mode.el (diff-mode): Doc fix.
12769
12770 2005-10-16 David Reitter <david.reitter@gmail.com>
12771
12772 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12773 as default on darwin and windows systems.
12774
12775 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12776
12777 * arc-mode.el (archive-zip-extract): Doc fix.
12778
12779 2005-10-16 Romain Francoise <romain@orebokech.com>
12780
12781 * mouse.el (mouse-1-click-follows-link): Doc fix.
12782
12783 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * savehist.el: Don't require CL at runtime.
12786 (savehist-xemacs): Remove.
12787 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12788 (savehist-no-conversion): Use (featurep 'xemacs).
12789 (savehist-load): Check existence of start-itimer rather than XEmacs.
12790 Use an idle timer.
12791 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12792 `delete-if-not'.
12793
12794 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12795
12796 * savehist.el: Newer version.
12797 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12798 (savehist-last-checksum, savehist-no-conversion): New vars.
12799 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12800 New functions.
12801 (savehist-load, savehist-save): Use them.
12802 (savehist-delimit): Remove.
12803
12804 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * progmodes/compile.el (compilation-goto-locus): Display the
12807 compilation buffer first and the source buffer second, in case they're
12808 in overlapping frames. Don't raise the compilation frame if it was the
12809 selected window upon entry. Pass the `other-window' arg to
12810 pop-to-buffer.
12811
12812 * info.el (Info-fontify-node): Use dolist.
12813 Change add-text-properties to put-text-property.
12814
12815 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12816
12817 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12818 bound of search.
12819
12820 2005-10-16 Masatake YAMATO <jet@gyve.org>
12821
12822 * dabbrev.el (dabbrev-completion): Pass the common
12823 prefix substring of completion to `display-completion-list'.
12824
12825 * filecache.el (file-cache-minibuffer-complete)
12826 (file-cache-complete): Ditto.
12827
12828 * tempo.el (tempo-display-completions): Ditto.
12829
12830 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12831
12832 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12833
12834 * eshell/em-hist.el (eshell-list-history): Ditto.
12835
12836 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12837
12838 * mail/mailalias.el (mail-complete): Ditto.
12839
12840 * progmodes/etags.el (complete-tag): Ditto.
12841
12842 * progmodes/make-mode.el (makefile-complete): Ditto.
12843
12844 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12845
12846 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12847
12848 * progmodes/pascal.el (pascal-complete-word)
12849 (pascal-show-completions): Ditto.
12850
12851 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12852
12853 * simple.el (completion-common-substring): New variable.
12854 (completion-setup-function): Use `completion-common-substring'
12855 to put faces.
12856
12857 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12858
12859 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12860 (x-get-selection, mac-select-convert-to-string): Convert from/to
12861 UTF-16 clipboard data as in native byte order, no BOM.
12862
12863 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12864
12865 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12866 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12867 (gud-sentinel): Use speedbar-frame to check for speedbar.
12868
12869 2005-10-15 Richard M. Stallman <rms@gnu.org>
12870
12871 * savehist.el: New file.
12872
12873 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12874
12875 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12876 Fix bug in \bf fontification.
12877
12878 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12879
12880 * pcvs.el (cvs-edit-log-files): New var.
12881 (cvs-mode-edit-log): New arg `file'.
12882 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12883 Instead force the use of the original file and nothing else.
12884 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12885 the cvs-minor-wrap-function is set.
12886 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12887
12888 2005-10-14 Bill Wohler <wohler@newt.com>
12889
12890 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12891 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12892 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12893 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12894 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12895 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12896 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12897 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12898 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12899 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12900 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12901 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12902 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12903 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12904 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12905
12906 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12907 appropriately (for example, gud-break to gud/break).
12908
12909 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12910
12911 * longlines.el (longlinges-search-function)
12912 (longlines-search-forward, longlines-search-backward): New functions.
12913 (longlines-mode): Set isearch-search-fun-function to
12914 longlinges-search-function.
12915
12916 * mouse.el (mouse-drag-region-1): Handle the case where a
12917 double-click event is bound to an arbitrary function.
12918
12919 2005-10-14 David Ponce <david@dponce.com>
12920
12921 * recentf.el (recentf-track-opened-file)
12922 (recentf-track-closed-file, recentf-update-menu)
12923 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12924 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12925 mouse-1-click-follows-link.
12926
12927 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12928
12929 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12930 Gnome file-manager.png. Suggested by
12931 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12932
12933 * toolbar/README: Add diropen.xpm.
12934
12935 2005-10-13 Bill Wohler <wohler@newt.com>
12936
12937 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12938 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12939
12940 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12943 Don't waste the byte-compiler's time on constant data.
12944
12945 2005-10-13 Kenichi Handa <handa@m17n.org>
12946
12947 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12948 byte with `escape-glyph' face.
12949
12950 * international/fontset.el (ccl-encode-unicode-font):
12951 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12952 Handle the case that ucs-mule-to-mule-unicode translates a character to
12953 ASCII (usually for IPA characters).
12954
12955 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12956
12957 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12958 Don't hide the underline of titles if font-lock-mode is disabled.
12959
12960 2005-10-12 Bill Wohler <wohler@newt.com>
12961
12962 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12963 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12964 files in MH-E-SRC have been updated.
12965 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12966
12967 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12968
12969 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12970 (mixal-mode-syntax-table): Add \n as end-comment.
12971 (mixal-operation-codes-alist): Immediately initialize to full value.
12972 (mixal-add-operation-code): Remove.
12973 (mixal-describe-operation-code): Make the arg non-optional.
12974 Use the interactive spec instead.
12975 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12976 (mixal-font-lock-keywords): Don't highlight comments here any more.
12977 (mixal-font-lock-syntactic-keywords): New var.
12978 (mixal-mode): Use it. Fix comment-start-skip.
12979
12980 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12981
12982 * startup.el (command-line-x-option-alist): -nb => -nbi
12983
12984 2005-10-12 Kim F. Storm <storm@cua.dk>
12985
12986 * startup.el (fancy-splash-default-action): Discard mouse click in
12987 the splash screen window, as it has no sensible meaning in the
12988 next window to be selected. Fixes error reported by Jan D.
12989
12990 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12991
12992 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12993
12994 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12997 Try to fix up minor layout issues like indentation, line break, etc...
12998 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12999 because it doesn't work.
13000 (mixal-operation-codes): Add some more codes.
13001 (mixal-font-lock-keywords): Process comments here.
13002 (mixal-mode): mixasm no longer needs -g option.
13003
13004 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13005
13006 * progmodes/sh-script.el (sh-tmp-file):
13007 Use mktemp -t. Finish support for es and rc shells.
13008
13009 2005-10-11 Jay Belanger <belanger@truman.edu>
13010
13011 * calc/calcalg2.el (calc-integral): With an argument, compute the
13012 definite integral.
13013
13014 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13015
13016 * mouse.el (mouse-drag-region-1): Don't try to catch a
13017 double-click when doing follow-link (it's overridden anyway).
13018
13019 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13020
13021 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13022 (autoload-print-form-outbuf): Add docstring.
13023
13024 2005-10-11 Juri Linkov <juri@jurta.org>
13025
13026 * info.el (Info-mode-menu): Delete menu item "Edit".
13027 (Info-mode): Delete description of Info-edit from docstring,
13028 and rearrange descriptions of Info commands in the order
13029 they are documented in the Info manual.
13030
13031 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * calendar/appt.el (appt-check): Use diary-selective-display var.
13034
13035 2005-10-10 Richard M. Stallman <rms@gnu.org>
13036
13037 * net/newsticker.el (newsticker-start, newsticker-show-news):
13038 Add autoload cookies.
13039
13040 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13041
13042 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13043
13044 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13045
13046 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13047
13048 2005-10-10 Jay Belanger <belanger@truman.edu>
13049
13050 * calc/calc-arith.el (math-check-known-scalarp)
13051 (math-check-known-matrixp): Check the values of arguments that are
13052 variables.
13053 (math-check-known-square-matrixp): New function.
13054 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13055 (math-super-types): Add sqmatrix type.
13056
13057 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13058 mode name `square' to `sqmatrix'.
13059
13060 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13061 mode name `square' to `sqmatrix'.
13062
13063 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13064
13065 * progmodes/etags.el (select-tags-table-mode): Don't use
13066 selective-display.
13067 (tags-select-tags-table): Pass `button' to the action function.
13068 (select-tags-table): Place the side-info on button properties rather
13069 than in hidden text. Abbreviate file names.
13070 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13071 (select-tags-table-select): Add `button' argument.
13072 Get side-info from the button property rather than from hidden text.
13073
13074 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13075
13076 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13077 (gud-speedbar-buttons): Preserve point if possible.
13078 (gud-sentinel): Restore previous speedbar display type.
13079
13080 * progmodes/gdb-ui.el (gdba): Improve diagram.
13081 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13082 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13083 Call get-buffer-window once.
13084
13085 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13086
13087 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13088 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13089 (pascal-indent-command): Remove unused var `ind'.
13090 (pascal-indent-case): Remove unused var `oldpos'.
13091 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13092 since it's now used as a proper minor mode map.
13093 (pascal-outline): Rename to pascal-outline-mode.
13094 (pascal-outline-mode): Use define-minor-mode.
13095 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13096 selective-display.
13097
13098 2005-10-10 Andreas Schwab <schwab@suse.de>
13099
13100 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13101 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13102
13103 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13104 outside source directory.
13105
13106 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13107
13108 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13109 C-x' as a prefix.
13110 (orgtbl-mode-map): Full keymap instead of sparse, because all
13111 `self-insert-command' keys are redefined in this map.
13112 (org-export-as-html): Specify charset for HTML file, by taking it
13113 from the coding system.
13114
13115 2005-10-10 Kenichi Handa <handa@m17n.org>
13116
13117 * textmodes/flyspell.el (flyspell-check-word-p):
13118 If unread-command-events is non-empty, don't call sit-for.
13119
13120 2005-10-09 Richard M. Stallman <rms@gnu.org>
13121
13122 * font-lock.el (font-lock-syntactic-keywords)
13123 (font-lock-keywords): Doc fixes.
13124
13125 * textmodes/flyspell.el (flyspell-external-point-words):
13126 Simplify logic, and don't try to check for consecutive appearances
13127 of one incorrect word.
13128
13129 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13130
13131 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13132 separator.
13133
13134 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13135 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13136 (gud-expansion-speedbar-buttons): New function.
13137 (gud-speedbar-buttons): Check for gud-comint-buffer.
13138
13139 2005-10-09 Bill Wohler <wohler@newt.com>
13140
13141 * Makefile.in (updates): Add mh-loaddefs dependency.
13142
13143 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13144
13145 * speedbar.el (speedbar-file-key-map): Fix typo.
13146
13147 2005-10-09 Daniel Brockman <daniel@brockman.se>
13148
13149 * cus-start.el (line-spacing): Add custom spec.
13150
13151 2005-10-09 Romain Francoise <romain@orebokech.com>
13152
13153 * textmodes/ispell.el (ispell-check-version): Fix last change.
13154
13155 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13156
13157 * term/x-win.el: Remove -i, --icon-type from comment.
13158
13159 * startup.el (command-line-x-option-alist): Remove options -i,
13160 -itype, --icon-type, added -nb, --no-bitmap-icon
13161
13162 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13163
13164 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13165 instead of :active.
13166
13167 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13168
13169 * textmodes/ispell.el (ispell-check-version):
13170 Ignore hyphen, and all that follows, in aspell's version text.
13171
13172 2005-10-08 Jay Belanger <belanger@truman.edu>
13173
13174 * calc/calc-arith.el (math-known-square-matrixp): New function.
13175 (math-pow-fancy): Check for matrices before distributing exponent
13176 across products.
13177
13178 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13179 fullscreen keypad. Suggested by Luc Teirlinck.
13180 (calc-keypad-show-input): Add space for formatting.
13181
13182 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13183 Add square matrix option.
13184
13185 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13186 of checking calc-matrix-mode when deciding how to expand.
13187
13188 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13189
13190 2005-10-08 Lars Hansen <larsh@soem.dk>
13191
13192 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13193 Add error handling.
13194 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13195
13196 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13197
13198 Sync with Tramp 2.0.51.
13199
13200 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13201 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13202 Insert special handling for `last-coding-system-used', again
13203 it still seems to be necessary (unlike stated before).
13204 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13205 (tramp-password-prompt-regexp): There might be other words before
13206 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13207 (tramp-chunksize): Improve docstring.
13208 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13209 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13210 Christian Joergensen <bugs@razor.dk>.
13211
13212 2005-10-07 Glenn Morris <rgm@gnu.org>
13213
13214 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13215 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13216 precision'.
13217
13218 2005-10-07 Romain Francoise <romain@orebokech.com>
13219
13220 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13221 (ibuffer-do-shell-command-pipe-replace)
13222 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13223 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13224 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13225 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13226 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13227 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13228 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13229 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13230 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13231 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13232 Autoload file sans suffix.
13233
13234 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13235
13236 2005-10-07 David Ponce <david@dponce.com>
13237
13238 * recentf.el (recentf-menu-open-all-flag): New option.
13239 (recentf-digit-shortcut-command-name): New function.
13240 (recentf--shortcuts-keymap): New variable.
13241 (recentf-menu-shortcuts): New variable.
13242 (recentf-make-menu-items): Initialize it. Replace the "More..."
13243 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13244 (recentf-menu-value-shortcut): New function.
13245 (recentf-make-menu-item): Use it. No more in-lined.
13246 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13247 (recentf-open-most-recent-file): Rename from
13248 `recentf-open-file-with-key'. Don't depend on key binding.
13249 (recentf-mode-map): New variable.
13250 (recentf-mode): Use it.
13251
13252 2005-10-06 Bill Wohler <wohler@newt.com>
13253
13254 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13255
13256 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13257 (MH-E-SRC): New. Used by mh-autoloads.
13258 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13259 files in MH-E-SRC have been updated.
13260 (compile, recompile, bootstrap): Depend on mh-autoloads.
13261
13262 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13263
13264 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13265 gud-break and gud-remove icons when the fringe is not available.
13266
13267 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13268 Typo.
13269
13270 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13271
13272 * play/zone.el (zone): Wrap body with save-window-excursion.
13273
13274 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13277 Use the new `list-only' arg to diary-list-entries.
13278
13279 * calendar/diary-lib.el: Use overlays rather than selective-display.
13280 (diary-selective-display): New var.
13281 (diary-header-line-format): Use it.
13282 (diary-list-entries): Add argument `list-only'.
13283 Put the buffer in diary-mode. Don't add \^M at beg and end.
13284 Replace \^M by invisible overlays.
13285 (diary-unhide-everything): Replace \^M by invisible overlays.
13286 (print-diary-entries): Look for overlays rather than \^M.
13287 Add a space to the temp buffer name.
13288 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13289 Put the buffer in diary-mode.
13290 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13291 (diary-anniversary): Make the year arg optional.
13292 (diary-time-regexp): New const.
13293 (diary-font-lock-keywords): Use it to accept a few more time formats.
13294
13295 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13296
13297 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13298
13299 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13300 Fix bug introduced 2005-07-03: Use (car (last ...))
13301 to faithfully reproduce replaced artist-last.
13302 (artist-set-arrow-points-for-poly): Likewise.
13303 Suggested by Johan Bockg\e,Ae\e(Brd.
13304
13305 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13306
13307 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13308 * wid-edit.el (widget):
13309 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13310 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13311
13312 2005-10-06 Kenichi Handa <handa@m17n.org>
13313
13314 * international/mule-cmds.el (set-language-environment):
13315 Fix setting up of case-table for unibyte mode.
13316
13317 * simple.el (what-cursor-position): If the character is displayed
13318 by some `display' text property, show that. Don't use
13319 single-key-description for eight-bit characters in multibyte mode.
13320
13321 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13322
13323 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13324 (gdb-ann3): Set it.
13325 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13326 (gdb-info-frames-custom): Use inverse-video for first five
13327 characters of selected frame only.
13328 (gdb-get-frame-number): Select frame even when point is on frame
13329 number.
13330
13331 2005-10-06 Masatake YAMATO <jet@gyve.org>
13332
13333 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13334 Put `font-lock-function-name-face'.
13335 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13336 and `font-lock-variable-name-face'
13337 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13338 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13339 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13340 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13341 (gdb-local-font-lock-keywords): New font lock keywords definition.
13342 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13343 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13344 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13345
13346 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13347
13348 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13349 (ediff-merge-region-is-non-clash-to-skip): Previously called
13350 ediff-merge-region-is-non-clash.
13351
13352 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13353 Use insert-buffer-substring.
13354
13355 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13356 selecting files to patch. Also bug fixes.
13357
13358 * ediff-util.el (ediff-setup): Bug fix.
13359 (ediff-next-difference): Never skip clashes that differ in white
13360 space only.
13361
13362 * ediff-wind.el (ediff-setup-control-frame)
13363 (ediff-destroy-control-frame): Check the menubar feature.
13364
13365 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13366 (viper-refresh-mode-line): Use make-local-variable to localize
13367 some vars instead of make-variable-buffer-local. Suggested by
13368 Stefan Monnier.
13369
13370 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13371 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13372 Use make-local-variable instead of make-variable-buffer-local.
13373 Suggested by Stefan Monnier.
13374
13375 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13376 (viper-comint-mode-hook): Use make-local-variable on
13377 require-final-newline.
13378 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13379
13380 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13381
13382 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13383 also the second char of a comment-start sequence.
13384 (scheme-sexp-comment-syntax-table): New var.
13385 (lambda, define): Set their scheme-doc-string-elt property.
13386 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13387 Use lisp-font-lock-syntactic-face-function now that it properly
13388 handles |...| symbols.
13389 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13390 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13391
13392 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13393 bit from # to |.
13394 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13395
13396 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13397 (lisp-doc-string-elt-property): New var.
13398 (lisp-font-lock-syntactic-face-function): Use it.
13399 Rewrite to recognize docstrings even for forms not at toplevel.
13400
13401 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13402 annotation on the | part of #| rather than on the # part.
13403 (scheme-font-lock-syntactic-face-function): New function, to
13404 distinguish strings from |...| symbols.
13405 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13406 syntax-table so that #|...|# is properly highlighted.
13407
13408 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13409 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13410
13411 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13414 and C-e.
13415
13416 * emacs-lisp/eldoc.el: Move comments into docstrings.
13417 (eldoc-message-commands): Initialize in its declaration.
13418 Add move-beginning-of-line and move-end-of-line.
13419 (eldoc-add-command, eldoc-add-command-completions)
13420 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13421
13422 * outline.el (outline-mark-subtree): Activate the mark.
13423
13424 * calendar/appt.el (appt-time-regexp): New var.
13425 (appt-add, appt-make-list): Use it.
13426 (appt-convert-time): Clean up.
13427
13428 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13429 Don't set any syntax-table property here.
13430 (tex-font-lock-verb): New function. Do it here.
13431 (tex-font-lock-syntactic-keywords): Use it.
13432
13433 2005-10-04 Richard M. Stallman <rms@gnu.org>
13434
13435 * wid-edit.el (widget-file-complete): Get the widget start point
13436 the right way. Default directory to `/' if file has none.
13437
13438 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13439
13440 * textmodes/flyspell.el (flyspell-mode-on):
13441 Call ispell-maybe-find-aspell-dictionaries.
13442
13443 * textmodes/ispell.el (ispell-word, ispell-region):
13444 Call ispell-maybe-find-aspell-dictionaries.
13445 (ispell-accept-buffer-local-defs):
13446 Don't call ispell-maybe-find-aspell-dictionaries
13447
13448 2005-10-04 Richard M. Stallman <rms@gnu.org>
13449
13450 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13451
13452 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13453
13454 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13455 instead of `fboundp' in order to allow for anonymous functions.
13456
13457 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13458
13459 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13460 case the user clicks on the link while another window is selected.
13461 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13462
13463 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13464 functionality.
13465 (dframe-help-echo): Save point in case mouse tracking is off.
13466
13467 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13468
13469 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13470
13471 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13472
13473 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13474 not change the global value of those vars.
13475
13476 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13477 make-local-variable which we do not need any more.
13478
13479 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13480
13481 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13482 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13483 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13484 (speedbar-path-line): Define obsolete aliases.
13485 (speedbar-line-directory): Doc fix.
13486
13487 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13488 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13489 instead of speedbar-line-path.
13490
13491 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13492
13493 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13494 to nil if dropping on a window. Handle dropping on a minibuffer window
13495 like dropping on a non-window part of Emacs.
13496
13497 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * net/ange-ftp.el: Use with-current-buffer.
13500 (ange-ftp-insert-directory): Do not follow symlinks any more.
13501
13502 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13503 Remove interactive spec.
13504
13505 2005-10-03 Kim F. Storm <storm@cua.dk>
13506
13507 * ido.el (ido-mode): Use custom-initialize-set.
13508
13509 2005-10-02 Richard M. Stallman <rms@gnu.org>
13510
13511 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13512 Use insert-buffer-substring.
13513
13514 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13515 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13516
13517 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13518
13519 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13520 in last change.
13521 (ange-ftp-insert-directory): Fix up the search for the case where
13522 `file' is absolute.
13523
13524 2005-10-02 Romain Francoise <romain@orebokech.com>
13525
13526 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13527
13528 2005-10-02 Andreas Schwab <schwab@suse.de>
13529
13530 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13531 directory component in the session info.
13532
13533 2005-10-01 Richard M. Stallman <rms@gnu.org>
13534
13535 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13536
13537 * simple.el (next-error-internal): New function.
13538
13539 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13540 (compilation-start): Pass new arg to compilation-buffer-name.
13541 (compile-goto-error): Use next-error-internal.
13542
13543 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13544
13545 * speedbar.el: Remove RCS tag.
13546 (speedbar-check-read-only): Handle non-existent files.
13547
13548 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13549
13550 * info.el (Info-speedbar-hierarchy-buttons)
13551 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13552
13553 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13554
13555 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13556 Do not match newline.
13557 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13558 (bibtex-summary): Remove unnecessary save-excursion.
13559 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13560
13561 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13562
13563 * term/mac-win.el: Add charset info for "iso10646-1".
13564 Modify default fontset to use ATSUI-compatible fonts for some charsets
13565 if available.
13566
13567 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13568
13569 * speedbar.el: Re-apply arch tag.
13570 (speedbar-version): Rename to version 1.0. Suggested by Eric
13571 M. Ludlam.
13572 Reapply two changes from Emacs CVS' version of speedbar lost
13573 during the merge:
13574 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13575 (speedbar-frame-parameters): Improve customize type.
13576
13577 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13578
13579 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13580 (ange-ftp-file-directory-p): Fix the symlink case.
13581 (ange-ftp-insert-directory): When listing a single file, get a list of
13582 the parent buffer and extract the relevant line. Inspired from a patch
13583 by Katsumi Yamaoka <yamaoka@jpl.org>.
13584 (ange-ftp-file-name-sans-versions): Simplify.
13585
13586 2005-09-30 Bill Wohler <wohler@newt.com>
13587
13588 Move MH-E image files from toolbar and mail directories into
13589 etc/images.
13590
13591 * mail/reply2.*: Move to etc/images/mail/reply*.
13592
13593 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13594 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13595 etc/images.
13596
13597 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13598 * toolbar/reply*: Move to etc/images/mail.
13599
13600 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13601
13602 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13603
13604 * speedbar.el: New version 1.0pre3.
13605
13606 Frame management code (including timer, and mouse click specifics)
13607 moved to dframe.el:
13608 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13609 (speedbar-timer): Removed. Use dframe-timer.
13610 (speedbar-close-frame): Removed. Use dframe-close-frame.
13611 (speedbar-activity-change-focus-flag): Removed. Use
13612 dframe-activity-change-focus-flag.
13613 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13614 dframe-update-speed.
13615
13616 (speedbar-current-frame): New macro. Use this instead of the
13617 variable speedbar-frame.
13618
13619 (speedbar-use-images, speedbar-expand-image-button-alist)
13620 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13621
13622 (speedbar-find-image-on-load-path): Removed. Replaced by
13623 defezimage in ezimage.el.
13624 (speedbar-expand-image-button-alist): Removed. Replaced by
13625 ezimage-expand-image-button-alist in ezimage.el.
13626
13627 (speedbar-ignored-directory-regexp)
13628 (speedbar-add-ignored-directory-regexp)
13629 (speedbar-ignored-directory-expressions)
13630 (speedbar-line-directory, speedbar-buffers-line-directory)
13631 (speedbar-directory-line, speedbar-buffers-line-directory):
13632 Renamed, replacing `path' with `directory'.
13633
13634 (speedbar-create-directory, speedbar-expand-line-descendants)
13635 (speedbar-toggle-line-expansion)
13636 (speedbar-contract-line-descendants): New commands.
13637
13638 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13639 (speedbar-use-tool-tips-flag): New options.
13640
13641 (speedbar-check-read-only, speedbar-require-version)
13642 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13643 (speedbar-handle-delete-frame, speedbar-try-completion)
13644 (speedbar-update-localized-contents): New functions.
13645
13646 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13647 (speedbar-object-read-only-indicator): New variables.
13648
13649 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13650 New hooks.
13651
13652 (speedbar-separator-face): New face.
13653
13654 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13655 (speedbar-ignored-modes): Add fundamental-mode.
13656 (speedbar-directory-unshown-regexp): Add . directories.
13657
13658 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13659 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13660 `]' for full expand/close.
13661 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13662
13663 (speedbar-check-vc): Support hidden files.
13664 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13665 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13666 state is nil, it is not checked out.
13667
13668 (speedbar-line-text, speedbar-line-token): Support expand buttons
13669 with no text.
13670 (speedbar-refresh): Universal argument acts as power-click.
13671 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13672 that buffer to get variable values.
13673
13674 And many other bugfixes.
13675
13676 * dframe.el, ezimage.el, sb-image.el: New files.
13677
13678 * sb-*.xpm: Remove files. New image files installed into
13679 etc/images/ezimage.
13680
13681 2005-09-30 Kenichi Handa <handa@m17n.org>
13682
13683 * ps-mule.el (ps-mule-show-warning): If a character is in
13684 ps-print-translation-table, don't treat it as non-printable.
13685
13686 2005-09-30 David Ponce <david@dponce.com>
13687
13688 * tree-widget.el (tree-widget-themes-load-path): New variable.
13689 (tree-widget-themes-directory): Doc fix.
13690 (tree-widget-image-formats) [Emacs]: Doc fix.
13691 (tree-widget--locate-sub-directory): New function.
13692 (tree-widget-themes-directory): Use it.
13693
13694 * recentf.el (recentf-filename-handlers): Rename from
13695 `recentf-filename-handler'. Allow a list of functions.
13696 (recentf-menu-items-for-commands): Fix :help strings.
13697 (recentf-apply-filename-handlers): New function.
13698 (recentf-expand-file-name): Use it.
13699 (recentf-cleanup): Remove duplicates too.
13700
13701 2005-09-29 Juri Linkov <juri@jurta.org>
13702
13703 * faces.el: Rearrange face definitions to be in the same order as
13704 their face descriptions in "(emacs)Standard Faces".
13705
13706 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13707
13708 * tooltip.el (tooltip): Add group `basic-faces'.
13709
13710 * buff-menu.el (Buffer-menu-buffer): Remove group
13711 `font-lock-highlighting-faces'.
13712
13713 * progmodes/compile.el (compilation-error, compilation-warning)
13714 (compilation-info, compilation-line-number, compilation-column-number):
13715 Change group from `font-lock-highlighting-faces' to `compilation'.
13716
13717 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13718 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13719 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13720 (vhdl-font-lock-reserved-words-face)
13721 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13722 `font-lock-highlighting-faces'.
13723
13724 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13725
13726 2005-09-28 Kim F. Storm <storm@cua.dk>
13727
13728 * emulation/cua-base.el: Set CUA move property on additional commands:
13729 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13730 forward-sexp, backward-sexp, forward-list, backward-list.
13731
13732 2005-09-28 Romain Francoise <romain@orebokech.com>
13733
13734 * comint.el (comint-show-output): Really set point at the
13735 beginning of the output when not using `comint-use-prompt-regexp'.
13736
13737 2005-09-27 Jay Belanger <belanger@truman.edu>
13738
13739 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13740 in TeX mode.
13741
13742 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13743
13744 * textmodes/org.el (org-table-sum): Fix format string.
13745
13746 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13747 Quote face names.
13748
13749 2005-09-26 Romain Francoise <romain@orebokech.com>
13750
13751 * isearch.el (isearch-forward-regexp): Close doc string.
13752
13753 2005-09-25 Richard M. Stallman <rms@gnu.org>
13754
13755 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13756
13757 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13758
13759 * progmodes/compile.el (compilation-error-properties):
13760 When getting the file from the previous error message,
13761 correctly decode the new data format.
13762
13763 * progmodes/cc-cmds.el (c-electric-paren):
13764 Call old-blink-paren only for close-paren.
13765
13766 2005-09-24 Andreas Schwab <schwab@suse.de>
13767
13768 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13769 condition.
13770
13771 2005-09-25 Romain Francoise <romain@orebokech.com>
13772
13773 * dired-aux.el (dired-copy-file-recursive):
13774 * dired.el (dired-delete-file):
13775 * ediff-mult.el (ediff-dir-diff-copy-file):
13776 * ediff-util.el (ediff-test-save-region):
13777 * forms.el (forms-mode):
13778 * ido.el (ido-file-internal, ido-delete-file-at-head):
13779 * log-edit.el (log-edit-done):
13780 * ses.el (ses-yank-resize):
13781 * play/gomoku.el (gomoku-human-plays, gomoku)
13782 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13783 (gomoku-offer-a-draw):
13784 * play/landmark.el (lm-human-resigns, lm):
13785 * net/eudcb-ldap.el (eudc-ldap-check-base):
13786 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13787 * progmodes/ebrowse.el (ebrowse-find-pattern):
13788 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13789 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13790 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13791
13792 * vc.el (vc-delete-file):
13793 * play/gomoku.el (gomoku-terminate-game, gomoku)
13794 (gomoku-prompt-for-move, gomoku-human-takes-back):
13795 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13796 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13797
13798 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13799
13800 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13801 color rxvt terminals by using the code xterm.el used to use before
13802 2005-04-09 in order to match the colors used by rxvt.
13803
13804 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13805
13806 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13807 colors rxvt-unicode terminals by using the same code as xterm.el.
13808
13809 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13810
13811 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13812 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13813 new symbol used for the tex-verbatim face.
13814
13815 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13816
13817 * woman.el (woman-file-name):
13818 * wid-edit.el (widget-file-prompt-value)
13819 (widget-coding-system-prompt-value):
13820 * w32-fns.el (set-w32-system-coding-system):
13821 * vc.el (vc-version-diff, vc-annotate):
13822 * textmodes/reftex-auc.el (reftex-arg-cite)
13823 (reftex-arg-index-tag):
13824 * textmodes/refer.el (refer-get-bib-files):
13825 * textmodes/artist.el (artist-figlet-choose-font):
13826 * terminal.el (terminal-emulator):
13827 * replace.el (occur-read-primary-args):
13828 * rect.el (string-rectangle, string-insert-rectangle):
13829 * ps-print.el (ps-print-preprint):
13830 * progmodes/pascal.el (pascal-goto-defun):
13831 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13832 * progmodes/compile.el (compilation-find-file):
13833 * printing.el (pr-interactive-n-up):
13834 * play/animate.el (animate-birthday-present):
13835 * net/rcompile.el (remote-compile):
13836 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13837 * mail/rmailsum.el (rmail-summary-search-backward)
13838 (rmail-summary-search):
13839 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13840 (rmail-output-read-file-name):
13841 * mail/rmail.el (rmail-search, rmail-search-backwards):
13842 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13843 * locate.el (locate):
13844 * international/quail.el (quail-show-keyboard-layout):
13845 * international/mule.el (set-buffer-file-coding-system)
13846 (revert-buffer-with-coding-system, set-file-name-coding-system)
13847 (set-terminal-coding-system, set-keyboard-coding-system)
13848 (set-next-selection-coding-system):
13849 * international/mule-diag.el (describe-coding-system)
13850 (describe-font, describe-fontset):
13851 * international/mule-cmds.el (universal-coding-system-argument)
13852 (search-unencodable-char, describe-input-method)
13853 (set-language-environment, describe-language-environment):
13854 * international/codepage.el (codepage-setup):
13855 * international/code-pages.el (codepage-setup):
13856 * info.el (Info-search, Info-follow-reference)
13857 (Info-search-backward):
13858 * emacs-lisp/advice.el (ad-read-advised-function)
13859 (ad-read-advice-class, ad-clear-cache, ad-activate)
13860 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13861 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13862 (ad-read-regexp):
13863 * ediff-util.el (ediff-toggle-regexp-match):
13864 * ediff-ptch.el (ediff-prompt-for-patch-file):
13865 * dired-aux.el (dired-diff):
13866 * diff.el (diff):
13867 * cus-edit.el (custom-variable-prompt):
13868 * calendar/timeclock.el (timeclock-ask-for-project):
13869 * calc/calcalg3.el (calc-get-fit-variables):
13870 * calc/calc-store.el (calc-edit-variable)
13871 (calc-permanent-variable):
13872 * vc-mcvs.el (vc-mcvs-register):
13873 * shadowfile.el (shadow-define-literal-group):
13874 * woman.el (woman-file-name):
13875 * vc.el (vc-version-diff, vc-merge):
13876 * textmodes/reftex-index.el (reftex-index-complete-tag):
13877 * format.el (format-decode-buffer, format-decode-region):
13878 * emulation/viper-cmd.el (viper-read-string-with-history):
13879 * emacs-lisp/debug.el (cancel-debug-on-entry):
13880 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13881 * ediff.el (ediff-merge-revisions)
13882 (ediff-merge-revisions-with-ancestor, ediff-revision):
13883 * completion.el (interactive-completion-string-reader):
13884 * calc/calc-prog.el (calc-user-define-formula):
13885 Follow convention for reading with the minibuffer.
13886
13887 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13888
13889 * progmodes/python.el (python-describe-symbol): Add globals() and
13890 locals() to the arguments of emacs.ehelp.
13891
13892 2005-09-24 Magnus Henoch <mange@freemail.hu>
13893
13894 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13895 New function, code extracted from ispell-valid-dictionary-list.
13896 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13897 Call it.
13898
13899 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13900
13901 * subr.el (version-regexp-alist): Extend valid syntax for version
13902 strings: allow any of the characters -,_,+ to separate the
13903 alpha/beta/rc part from the version part. Doc fix.
13904 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13905
13906 2005-09-23 David Reitter <david.reitter@gmail.com>
13907
13908 * mail/mailclient.el: New file.
13909
13910 2005-09-23 Richard M. Stallman <rms@gnu.org>
13911
13912 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13913 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13914 Doc fixes.
13915
13916 * progmodes/cc-mode.el (c-font-lock-init):
13917 Specify font-lock-lines-before.
13918
13919 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13922 whole conflict.
13923
13924 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13925
13926 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13927 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13928 of `remap' feature when available. Additional key bindings for
13929 better tty support.
13930 (org-mode-restart, org-force-self-insert): New commands.
13931 (org-time-stamp-inactive): New command.
13932 (org-remap): New function.
13933 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13934 (org-enable-fixed-width-editor): Move to `org-structure'
13935 customization group.
13936 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13937 blank field after field motion commands.
13938
13939 2005-09-23 Kenichi Handa <handa@m17n.org>
13940
13941 * international/mule-cmds.el (set-language-environment):
13942 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13943 have to call utf-translate-cjk-load-tables.
13944
13945 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * mouse.el (mouse-move-drag-overlay): Fix last change.
13948
13949 2005-09-22 David Ponce <david@dponce.com>
13950
13951 * tree-widget.el (tree-widget-value-create): Fix previous change.
13952
13953 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13954
13955 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13956
13957 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * mouse.el (mouse-move-drag-overlay): New function.
13960 (mouse-drag-region-1): Use it.
13961 Try to simplify a bit the state handling. Handle clicks on links
13962 inside intangible areas.
13963 (mouse-save-then-kill): Minor simplification.
13964 (mouse-secondary-overlay): Make it always non-nil instead of
13965 recreating it each time.
13966 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13967 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13968 Simplify accordingly.
13969
13970 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13971
13972 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13973
13974 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13975
13976 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13977 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13978 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13979 to patch.
13980
13981 * ediff-util.el: Use insert-buffer-substring.
13982
13983 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13984
13985 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13986 field boundaries in the minibuffer.
13987 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13988 (viper-minibuffer-post-command-hook): New hook.
13989 (viper-line): Don't move cursor at bolp.
13990
13991 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13992
13993 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13994 avoid compiler warnings.
13995
13996 * emulation/viper-macs.el (ex-map): Better messages.
13997
13998 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13999
14000 * emulation/viper.el: Replace make-variable-buffer-local with
14001 viper-make-variable-buffer-local everywhere, to avoid warnings.
14002
14003 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14006 Delete unused var `old-selected-window'.
14007 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14008 (mouse-drag-secondary): Delete unused var `start-frame'.
14009
14010 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14011
14012 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14013
14014 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14017 Re-indent within 80 columns. Use inhibit-read-only.
14018
14019 2005-09-19 Romain Francoise <romain@orebokech.com>
14020
14021 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14022
14023 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14024
14025 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14026 unconditionally, since the after-change-function already did it.
14027
14028 2005-09-19 Miles Bader <miles@gnu.org>
14029
14030 * net/newsticker.el: Get rid of CVS keyword.
14031
14032 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14033
14034 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14035 The prompt is formatted later.
14036
14037 2005-09-19 David Ponce <david@dponce.com>
14038
14039 * tree-widget.el (tree-widget-value-create): Save the converted
14040 tree :node widget.
14041
14042 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14043
14044 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14045 variable `message'.
14046
14047 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14048
14049 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14050 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14051 <slawomir.nowaczyk.847@student.lu.se>.
14052
14053 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14054
14055 * image.el (image-load-path): Use symbol `data-directory' instead
14056 of its value, for backward compatibility with packages that bind
14057 it during `find-image'. Suggested by Katsumi Yamaoka.
14058 (image-search-load-path): Handle symbols whose values are strings.
14059
14060 2005-09-18 Romain Francoise <romain@orebokech.com>
14061
14062 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14063 with-current-buffer form in save-excursion.
14064
14065 2005-09-18 Deepak Goel <deego@gnufans.org>
14066
14067 * apropos.el (apropos-command): Fix `message' call: first arg
14068 should be a format spec. In this and all other cases that appear
14069 below and elsewhere in the source code, I made a change only when
14070 two conditions were satisfied: [1] I can think of a possibility
14071 that the arguments would cause an error, for example, the code in
14072 question relies on external variables such as filenames. [2] I
14073 was sure that the arg to `message' could not have been nil in the code.
14074
14075 * textmodes/tildify.el (tildify-region): Ditto.
14076
14077 * textmodes/reftex-index.el (reftex-index-change-entry)
14078 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14079 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14080 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14081 (org-priority, org-table-sum):
14082 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14083 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14084 (flyspell-word, flyspell-display-next-corrections):
14085 * textmodes/bibtex.el (bibtex-print-help-message):
14086 * textmodes/artist.el (artist-key-set-point-poly):
14087 * term/mac-win.el (mac-services-insert-text):
14088 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14089 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14090 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14091 (vhdl-compose-configuration):
14092 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14093 (sh-set-indent, sh-learn-line-indent):
14094 * progmodes/ps-mode.el (ps-mode-target-column):
14095 * progmodes/idlwave.el (idlwave-make-tags)
14096 (idlwave-scan-library-catalogs):
14097 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14098 * progmodes/gud.el (gud-jdb-analyze-source):
14099 * progmodes/flymake.el (flymake-log):
14100 * progmodes/ebnf2ps.el (ebnf-generate-region):
14101 * progmodes/cmacexp.el (c-macro-expansion):
14102 * progmodes/ada-xref.el (ada-treat-cmd-string):
14103 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14104 (ada-justified-indent-current, ada-batch-reformat):
14105 * play/zone.el (zone):
14106 * play/landmark.el (lm-move):
14107 * play/decipher.el (decipher-show-alphabet):
14108 * net/newsticker.el (newsticker--display-jump)
14109 (newsticker--display-scroll):
14110 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14111 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14112 * mail/feedmail.el (feedmail-dump-message-to-queue):
14113 * eshell/esh-proc.el (eshell-remove-process-entry):
14114 * emulation/ws-mode.el (ws-last-error):
14115 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14116 (viper-record-kbd-macro):
14117 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14118 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14119 * emacs-lisp/find-func.el (find-function-noselect):
14120 * calendar/timeclock.el (timeclock-status-string)
14121 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14122 (timeclock-when-to-leave-string):
14123 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14124 * calc/calc-units.el (calc-enter-units-table):
14125 * calc/calc-mode.el (calc-mode-record-mode):
14126 * woman.el (woman-mini-help):
14127 * wdired.el (wdired-change-to-wdired-mode):
14128 * vc.el (vc-retrieve-snapshot):
14129 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14130 * startup.el (display-startup-echo-area-message):
14131 * simple.el (set-goal-column):
14132 * ses.el (ses-command-hook, ses-recalculate-cell):
14133 * server.el (server-process-filter):
14134 * printing.el (pr-interface-txt-print, pr-interface-printify)
14135 (pr-interface-ps):
14136 * pcvs.el (cvs-help):
14137 * log-edit.el (log-edit, log-edit-mode-help):
14138 * iswitchb.el (iswitchb-possible-new-buffer):
14139 * isearch.el (isearch-edit-string):
14140 * image-mode.el (image-mode, image-minor-mode):
14141 * ibuf-macs.el (define-ibuffer-filter):
14142 * hi-lock.el (hi-lock-find-patterns):
14143 * files.el (toggle-read-only):
14144 * ediff-util.el (ediff-copy-diff)
14145 (ediff-write-merge-buffer-and-maybe-kill):
14146 * echistory.el (Electric-history-undefined):
14147 * dnd.el (dnd-insert-text):
14148 * dired-aux.el (dired-query):
14149 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14150 * bookmark.el (bookmark-bmenu-locate):
14151 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14152 Fix `message' calls to ensure first arg is a format string.
14153 The change was made only when these two conditions were satisfied:
14154 [1] when there is a possibility that the arguments would cause an error
14155 for example, if the code in question relies on external variables
14156 such as filenames, and
14157 [2] if the arg to `message' could not have been nil in the code.
14158
14159 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14160 Not having a %s would be weird, though not technically wrong.
14161
14162 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14163
14164 * term/mac-win.el (mac-add-charset-info): Doc fix.
14165
14166 2005-09-17 Romain Francoise <romain@orebokech.com>
14167
14168 * shell.el (shell-resync-dirs): Handle echoing processes more
14169 reliably. Don't insert resync command if `comint-process-echoes'
14170 is non-nil.
14171
14172 2005-09-17 Magnus Henoch <mange@freemail.hu>
14173
14174 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14175 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14176 aspell versions >= 0.60.
14177 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14178 only if ispell-aspell-supports-utf8 is non-nil.
14179
14180 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14181
14182 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14183 buffer-local value to lisp-indent-function.
14184
14185 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14186
14187 * progmodes/glasses.el (glasses-make-readable): If
14188 glasses-separator differs from underscore, put appropriate
14189 overlays over underscore characters.
14190 (glasses-convert-to-unreadable): If glasses-separator differs from
14191 underscore, try to convert glasses-separator characters to
14192 underscores.
14193
14194 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14195
14196 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14197 Use with-syntax-table and dolist.
14198
14199 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14200
14201 * textmodes/reftex-auc.el:
14202 * textmodes/reftex-cite.el:
14203 * textmodes/reftex-dcr.el:
14204 * textmodes/reftex-global.el:
14205 * textmodes/reftex-parse.el:
14206 * textmodes/reftex-ref.el:
14207 * textmodes/reftex-sel.el:
14208 * textmodes/reftex-toc.el:
14209 * textmodes/reftex-vars.el:
14210 * textmodes/reftex.el: Small changes to remove compiler warnings.
14211
14212 * textmodes/reftex-index.el: Likewise.
14213 (reftex-query-index-phrase): More efficient use of markers.
14214
14215 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14216
14217 * image.el (image-load-path): New variable.
14218 (image-search-load-path): New function.
14219 (find-image): Search for images in `image-load-path'.
14220
14221 2005-09-15 Richard M. Stallman <rms@gnu.org>
14222
14223 * follow.el: Change Maintainer field.
14224
14225 2005-09-15 David Ponce <david@dponce.com>
14226
14227 * recentf.el (recentf-save-file-modes): New option.
14228 (recentf-save-list): Use it.
14229
14230 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14231
14232 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14233 (mode-line-mule-info, mode-line-modified): Move bindings from
14234 mouse-3 to mouse-1.
14235
14236 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14237
14238 * simple.el (sendmail-user-agent-compose): Revert last change.
14239
14240 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14241
14242 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14243 Use with-current-buffer.
14244 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14245 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14246 (ange-ftp-insert-directory): Remove unused var `short'.
14247 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14248
14249 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14250 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14251
14252 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14253 (check-calendar-holidays, diary-list-entries): Autoload.
14254 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14255 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14256
14257 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14258 which mistakenly removed a call to display-buffer.
14259
14260 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14261
14262 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14263
14264 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14265
14266 * progmodes/hideshow.el
14267 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14268 (hs-allow-nesting): New user var.
14269 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14270 (hs-hide-block-at-point): When nesting allowed,
14271 if there is already an overlay in place, delete it.
14272 (hs-safety-is-job-n): Delete func; remove call sites.
14273 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14274 (hs-overlay-at): New func.
14275 (hs-already-hidden-p, hs-show-block): Use it.
14276 (hs-hide-all): Don't pre-clean if nesting allowed.
14277 (hs-show-all): Temporarily disallow
14278 nesting around call to `hs-discard-overlays'.
14279
14280 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14281
14282 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14283 Delete unused local var.
14284
14285 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14286
14287 * help-fns.el (describe-categories): "?\ " -> "?\s".
14288 (help-do-arg-highlight): Recognize also ARG-n, as in
14289 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14290
14291 * international/codepage.el (dos-unsupported-char-glyph):
14292 * net/newsticker.el (tool-bar-map, w3-mode-map)
14293 (w3m-minor-mode-map):
14294 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14295 (ent-alist):
14296 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14297
14298 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14299
14300 * custom.el (custom-push-theme): Handle the case where a symbol is
14301 bound but face properties have not yet been assigned.
14302
14303 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14304 Fix behavior if noerase is `t' and there is no mail buffer.
14305
14306 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14307 if `continue' is nil, rather than signal an error.
14308
14309 2005-09-12 Richard M. Stallman <rms@gnu.org>
14310
14311 * font-lock.el (font-lock-keywords): Add autoload.
14312
14313 * help-fns.el (describe-variable): Rearrange to put source link
14314 in a predictable place.
14315
14316 * net/newsticker.el: New file.
14317
14318 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14321 (calendar-basic-setup): Use the new nil arg.
14322 (number-of-diary-entries): Move to diary-lib.el.
14323
14324 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14325 (diary-list-entries): Use with-syntax-table and dolist.
14326 Rename from list-diary-entries.
14327 Use number-of-diary-entries if `number' is nil.
14328 (diary, diary-view-entries): Use this new name and new nil arg value.
14329 (number-of-diary-entries): Move from calendar.el.
14330 (diary-unhide-everything): New function.
14331 (include-other-diary-files, fancy-diary-display)
14332 (diary-show-all-entries, make-diary-entry): Use it.
14333 (diary-mail-entries): Use buffer-string.
14334 (mark-diary-entries): Fix long standing paren typo.
14335 (diary-sexp-entry): Use count-lines.
14336 (make-diary-entry): Avoid `previous-line'.
14337 (diary-mode-map): New var.
14338 (diary-mode): Redraw cal after saving. Setup header-line.
14339 (fancy-diary-display-mode): Use local-set-key.
14340
14341 * startup.el (command-line): Try calling various terminal-init-foo-bar
14342 functions by stripping hyphenated suffixes from $TERM.
14343
14344 * files.el (normal-mode): Check boundness of font-lock-keywords.
14345
14346 2005-09-12 Richard M. Stallman <rms@gnu.org>
14347
14348 * progmodes/compile.el: Don't decide a file's directory
14349 until the user actually tries to go there.
14350 (compilation-next-error-function):
14351 Pass compilation-find-file the directory from the file-struct.
14352 (compilation-internal-error-properties): Separate local FILE-STRUCT
14353 from FILE. Doc the args better. Rename arg FMT to FMTS.
14354 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14355 Expand it, and if nil, use default-directory.
14356 (compilation-get-file-structure): Don't mix specified directory
14357 with default directory. Put specified directory into
14358 file-struct. Don't make the file name absolute.
14359
14360 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14361 (compile-command): Add autoload.
14362 (compilation-disable-input): Add autoload.
14363
14364 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14365
14366 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14367 strings of the variables it can override.
14368 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14369 %Q and %q, for fully-qualified domain name and unqualified host name.
14370
14371 2005-09-11 Kim F. Storm <storm@cua.dk>
14372
14373 * emacs-lisp/authors.el (authors-aliases): Update list.
14374 (authors-fixed-entries): Update mldrag.el entry.
14375
14376 2005-09-10 Alan Mackenzie <acm@muc.de>
14377
14378 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14379 from the region narrowed to.
14380
14381 2005-09-10 Magnus Henoch <mange@freemail.hu>
14382
14383 * textmodes/ispell.el (ispell-check-version): Signal an error if
14384 aspell version is less than 0.60.
14385
14386 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14387
14388 * progmodes/octave-inf.el (inferior-octave-startup):
14389 Resync current dir at the end.
14390
14391 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14392
14393 * woman.el (woman-topic-at-point-default):
14394 Rename to woman-use-topic-at-point-default.
14395 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14396 (woman-file-name): Reflect renames above. Automatically use the
14397 word at point as topic if woman-use-topic-at-point is non-nil.
14398 Otherwise offer it as default but don't insert it in the
14399 minibuffer. Also use `test-completion' instead of `assoc' as
14400 suggested by Stefan Monnier.
14401
14402 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14403
14404 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14405 the attempt to do it over Tramp. This is not yet supported.
14406
14407 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14408
14409 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14410 (menu-bar-non-minibuffer-window-p): New functions.
14411 ("Split Window", "Save As..."): Use them.
14412 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14413 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14414 Use menu-bar-menu-frame-live-and-visible-p.
14415 ("Save Buffer", "Insert File", "Open Directory...")
14416 ("Open File...", "Visit New File..."):
14417 Use menu-bar-non-minibuffer-window-p.
14418 (kill-this-buffer-enabled-p, dired <menu-enable>):
14419 Use menu-bar-non-minibuffer-window-p.
14420
14421 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14422
14423 * cus-start.el (all): Don't complain about fringe-related
14424 built-ins if fringes are not supported. Ditto about
14425 selection-related built-ins. Fix the test for GTK-related built-ins.
14426
14427 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14428 ("Postscript Print Buffer", "Print Region", "Save As...")
14429 ("Save", "Insert File...", "Open Directory...")
14430 ("Open File...", "Visit New File..."")
14431 ("Truncate Long Lines in this Buffer"): Don't look at
14432 menu-updating-frame if this display does not support multiple frames.
14433
14434 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14435
14436 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14437
14438 2005-09-09 Emilio Lopes <eclig@gmx.net>
14439
14440 * woman.el: Format- and whitespace-related changes.
14441
14442 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14443
14444 * woman.el: Fix my email address.
14445
14446 2005-09-08 Richard M. Stallman <rms@gnu.org>
14447
14448 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14449 (sh-mode): Locally set skeleton-pair-default-alist.
14450
14451 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14452
14453 * progmodes/flymake.el: Require `compile' unconditionally.
14454
14455 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14456
14457 * woman.el (woman-file-name): Provide a default, not initial input.
14458
14459 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14460
14461 * font-lock.el (font-lock-support-mode): Doc fix.
14462
14463 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14464
14465 2005-09-08 Richard M. Stallman <rms@gnu.org>
14466
14467 * simple.el (blink-matching-open): Get rid of text props from
14468 the string shown in echo area. Don't permanently set point.
14469 Some rearrangements.
14470
14471 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14472
14473 * recentf.el (recentf-filename-handler): Add custom choice
14474 `abbreviate-file-name'.
14475
14476 * msb.el (msb--very-many-menus): Fix typo.
14477
14478 * disp-table.el (standard-display-european): Don't set
14479 enable-multibyte-characters to nil.
14480
14481 2005-09-08 David Ponce <david@dponce.com>
14482
14483 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14484 (recentf-expand-file-name): Doc fix.
14485 (recentf-dialog-mode-map): Define digit shortcuts.
14486 (recentf--files-with-key): New variable.
14487 (recentf-show-digit-shortcut-filter): New function.
14488 (recentf-open-files-items): New function.
14489 (recentf-open-files): Use it.
14490 (recentf-open-file-with-key): New command.
14491
14492 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14493
14494 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14495 Suggested by Kim F. Storm.
14496 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14497 (Buffer-menu-make-sort-button): Use global keymap.
14498
14499 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14500
14501 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14502 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14503 necessary any longer with the remapped command.
14504 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14505 formatting time only.
14506
14507 * net/tramp.el (tramp-action-password)
14508 (tramp-multi-action-password): Compile the password prompt from
14509 `method', `user' and `host'. Sometimes it isn't obvious which
14510 password to enter, for example with remote files offered by
14511 recentf.el, or with multiple steps. Suggested by Robert Marshall
14512 <robert@chezmarshall.freeserve.co.uk>.
14513
14514 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14517 Fix regexp for when "s///" is at the beginning of line.
14518
14519 2005-09-07 Jay Belanger <belanger@truman.edu>
14520
14521 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14522 when in matrix mode.
14523
14524 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14525
14526 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14527 non-anonymous functions.
14528
14529 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14530
14531 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14532 when using a header line. Otherwise, use mouse-1-click-follows-link.
14533
14534 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14535 can't be moved; don't signal an error.
14536
14537 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14538
14539 * cus-theme.el (custom-theme-write-faces): Save the current face
14540 spec, not the defface spec.
14541
14542 * custom.el (custom-known-themes): Clarify meaning of "standard".
14543 (custom-push-theme): Save old values in the standard theme.
14544 (disable-theme): Correct typo.
14545 (custom-face-theme-value) Deleted unused function.
14546 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14547
14548 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14549
14550 * progmodes/compile.el (compilation-goto-locus): Take into account
14551 iconified frames when determining whether the buffer is
14552 already visible.
14553 Don't reset window height if the window already existed.
14554
14555 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14556
14557 * custom.el (load-theme): Rename from require-theme.
14558 Add interactive spec.
14559 (enable-theme): Rename from custom-enable-theme.
14560 Add interactive spec.
14561 (disable-theme): Rename from custom-disable-theme.
14562 Add interactive spec.
14563 (custom-make-theme-feature): Doc fix.
14564 (custom-theme-directory): Doc fix.
14565 (provide-theme): Call enable-theme.
14566
14567 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14568
14569 * obsolete/lazy-lock.el (lazy-lock-mode):
14570 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14571 font-lock-mode if it's off. Print a warning instead.
14572
14573 * progmodes/compile.el (compilation-start): Ignore errors if the
14574 process died before we get to send-eof.
14575
14576 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14577 Undo last change. Enclosing the result in quotes broke things on Unix
14578 since tex-send-command passes it through shell-quote-argument.
14579 (tex-send-command): Pass `file' through convert-standard-filename
14580 when possible.
14581 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14582 info in a transcript.
14583
14584 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14585
14586 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14587 fix compilation warning. Reorder the key definitions to group
14588 together keys emitted by the current version of xterm.
14589
14590 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14591 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14592 Reorder predicates to correct min-color usage.
14593
14594 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14595
14596 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14597 Kill local variables when longlines-mode is turned off.
14598
14599 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14600
14601 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14602
14603 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14604
14605 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14606
14607 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14608 (font-lock-lines-before): Change default to being inactive.
14609 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14610 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14611
14612 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14613
14614 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14615 Deactivate temporarily advice if active (not needed for Emacs 22,
14616 but for backwards compatibility).
14617 (tramp-exists-file-name-handler): Rewrite. First implementation
14618 was too simple.
14619 (tramp-advice-make-auto-save-file-name):
14620 Call `tramp-handle-make-auto-save-file-name' (again, just for
14621 backwards compatibility).
14622
14623 2005-08-31 Reto Zimmermann <reto@gnu.org>
14624
14625 * progmodes/vhdl-mode.el
14626 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14627 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14628 (vhdl-set-default-project): New function (easier setting of default).
14629 (vhdl-port-copy): Handle extended identifiers for generics.
14630 (vhdl-compiler-alist): Better description for error message regexp.
14631 (vhdl-make): Query for target, use previous as default.
14632 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14633 (vhdl-font-lock-keywords-2): Fix fontification for record
14634 el. assign.
14635 (vhdl-speedbar-make-subpack-line): Add package body link.
14636 (vhdl-generate-makefile-1): Not include itself as dependency.
14637 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14638 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14639 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14640 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14641 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14642 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14643 (vhdl-import-project): Add string argument for `error'.
14644 (vhdl-compose-configuration)
14645 (vhdl-compose-configuration-architecture): Add configuration
14646 declaration generation.
14647 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14648 (vhdl-trailer-re): Add "record" keyword (better indentation).
14649 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14650 "[^ \t-\"]+".
14651 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14652 (vhdl-testbench-entity-file-name)
14653 (vhdl-testbench-architecture-file-name): Allow separate
14654 customization of testbench file names.
14655 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14656 (vhdl-get-visible-signals): Allow newline within alias declaration.
14657 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14658 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14659 (member-ignore-case): Alias for missing function in XEmacs.
14660 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14661 (vhdl-update-sensitivity-list): Ignore case on read signals.
14662 (vhdl-replace-string): Adjust case only for file names.
14663 (vhdl-update-sensitivity-list): Fix search for read signals.
14664 (vhdl-update-sensitivity-list): Exclude formal parameters.
14665 (vhdl-get-visible-signals): Include aliases of signals.
14666 (vhdl-get-visible-signals): Fix signal name searching.
14667 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14668 (vhdl-fixup-whitespace-region): Fix for character
14669 literals (e.g. `:').
14670
14671 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14672
14673 * ansi-color.el (comint-last-output-start):
14674 * bs.el (font-lock-verbose):
14675 * diff-mode.el (add-log-buffer-file-name-function):
14676 * dired-x.el (vm-folder-directory):
14677 * faces.el (help-xref-stack-item):
14678 * files.el (font-lock-keywords):
14679 * find-lisp.el (dired-buffers, dired-subdir-alist):
14680 * ido.el (cua-inhibit-cua-keys):
14681 * log-view.el (cvs-minor-wrap-function):
14682 * outline.el (font-lock-warning-face):
14683 * simple.el (compilation-current-error):
14684 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14685 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14686 * tooltip.el (comint-prompt-regexp):
14687 * w32-fns.el (explicit-shell-file-name):
14688 * term/mac-win.el (mac-charset-info-alist)
14689 (mac-services-selection, mac-system-script-code):
14690 * term/tty-colors.el (msdos-color-values):
14691 * term/w32-win.el (xlfd-regexp-registry-subnum):
14692 * term/x-win.el (x-keysym-table, x-selection-timeout)
14693 (x-session-id, x-session-previous-id):
14694 * textmodes/ispell.el (mail-yank-prefix):
14695 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14696 * textmodes/org.el (calc-embedded-close-formula)
14697 (calc-embedded-open-formula)
14698 (font-lock-unfontify-region-function):
14699 * textmodes/reftex-global.el (isearch-next-buffer-function)
14700 (TeX-master):
14701 * textmodes/reftex.el (font-lock-keywords):
14702 * textmodes/tex-mode.el (font-lock-comment-face)
14703 (font-lock-doc-face):
14704 * textmodes/texinfo.el (outline-heading-alist):
14705 Add defvars.
14706
14707 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14708 (artist-spray-chars, artist-mode-init, artist-replace-string)
14709 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14710 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14711 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14712
14713 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14714 (conf-align-assignments): "?\ " -> "?\s".
14715
14716 * textmodes/reftex-index.el (TeX-master): Add defvar.
14717 (reftex-index-phrases-marker): Move up defvar.
14718
14719 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14720 (reftex-toc-include-labels-indicator)
14721 (reftex-toc-include-index-indicator)
14722 (reftex-toc-max-level-indicator): Move up declarations.
14723
14724 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14725 of args to `tramp-run-real-handler', even if it's empty in this case.
14726
14727 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14728
14729 * dired.el (dired-move-to-filename-regexp): Add date format for
14730 Mac OS X 10.3 in East Asian locales.
14731
14732 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14733
14734 * files.el (make-auto-save-file-name): Add file name handler call
14735 if applicable.
14736
14737 * net/tramp.el (tramp-file-name-handler-alist)
14738 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14739 (tramp-handle-make-auto-save-file-name): Rename from
14740 `tramp-make-auto-save-file-name'.
14741 (tramp-exists-file-name-handler): New defun.
14742 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14743 `make-auto-save-file-name' is not a magic file name operation.
14744
14745 2005-08-30 Richard M. Stallman <rms@gnu.org>
14746
14747 * files.el (risky-local-variable-p):
14748 Match `-predicates' and `-commands.
14749
14750 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14751 (custom-save-all): Visit the file if necessary;
14752 kill the buffer if we created it.
14753 (custom-save-delete): Don't visit file or kill buffer here.
14754
14755 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14756
14757 * textmodes/org.el (org-special-keyword): New face.
14758 (org-table-copy-down, org-table-eval-formula)
14759 (org-table-recalculate, org-init-section-numbers):
14760 Use `string-to-number' instead of `string-to-int'.
14761 (org-get-location): Use `insert-buffer-substring' instead of
14762 `insert-buffer'.
14763 (org-modify-diary-entry-string): New function.
14764 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14765 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14766 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14767 active region.
14768 (org-export-as-html): Handle QUOTE keyword.
14769 (org-quote-string): New option.
14770 (org-bookmark-jump-unhide): New function, used for
14771 `bookmark-after-jump-hook'.
14772 (org-diary-default-entry): Apply only when not called through
14773 `org-agenda'.
14774
14775 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14776
14777 * net/eudc.el (mode-popup-menu):
14778 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14779 * progmodes/ada-mode.el (compile-auto-highlight)
14780 (skeleton-further-elements):
14781 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14782 * progmodes/cmacexp.el (msdos-shells):
14783 * progmodes/compile.el (font-lock-extra-managed-props)
14784 (font-lock-keywords, font-lock-maximum-size)
14785 (font-lock-support-mode):
14786 * progmodes/grep.el (font-lock-lines-before):
14787 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14788 * progmodes/mixal-mode.el (compile-command):
14789 * progmodes/perl-mode.el (font-lock-comment-face)
14790 (font-lock-doc-face, font-lock-string-face):
14791 * progmodes/prolog.el (comint-prompt-regexp):
14792 * progmodes/sh-script.el (font-lock-comment-face)
14793 (font-lock-set-defaults, font-lock-string-face):
14794 * progmodes/sql.el (font-lock-keyword-face)
14795 (font-lock-set-defaults, font-lock-string-face):
14796 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14797 (itimer-version, lazy-lock-defer-contextually)
14798 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14799 Add defvars.
14800
14801 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14802 (cperl-electric-keyword, cperl-electric-pod)
14803 (cperl-electric-backspace, cperl-forward-re)
14804 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14805 (vc-rcs-header, vc-sccs-header): Add defvars.
14806
14807 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14808 (font-lock-syntactic-keywords, gud-find-expr-function):
14809 Add defvars.
14810
14811 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14812 (gdb-frame-parameters): Declare before use.
14813
14814 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14815 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14816 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14817 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14818
14819 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14820 (idlwave-help-with-source): Use `insert-buffer-substring', not
14821 `insert-buffer'.
14822
14823 2005-08-29 Juri Linkov <juri@jurta.org>
14824
14825 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14826 Put outline-back-to-heading function call inside save-excursion.
14827
14828 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14829
14830 * man.el (Man-init-defvars, Man-translate-references)
14831 (Man-support-local-filenames, Man-highlight-references):
14832 * progmodes/sql.el (sql-interactive-mode):
14833 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14834
14835 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14836 (compilation-mode-font-lock-keywords): Add defvars.
14837 (checkdoc-interactive-loop): "?\ " -> "?\s".
14838
14839 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14840 (font-lock-doc-face, font-lock-string-face)
14841 (font-lock-keywords-case-fold-search): Add defvars.
14842 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14843
14844 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14845 Don't pass X and Y (they are ignored anyway).
14846 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14847 (mouse-delete-window): Make arguments optional.
14848
14849 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14850 (caesar-translate-table, minor-modes, news-buffer-save)
14851 (news-group-name, news-minor-modes): Add defvars.
14852
14853 * emacs-lisp/lselect.el (mouse-highlight-priority)
14854 (x-lost-selection-functions, zmacs-regions):
14855 * emacs-lisp/pp.el (font-lock-verbose):
14856 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14857 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14858 (ses-mode-map):
14859 * emacs-lisp/tcover-unsafep.el (safe-functions):
14860 * international/mule-cmds.el (mac-system-coding-system)
14861 (mac-system-locale):
14862 * language/ethio-util.el (rmail-current-message)
14863 (rmail-message-vector):
14864 * language/thai-util.el (thai-auto-composition-mode):
14865 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14866 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14867 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14868 (vm-primary-inbox, vm-spool-files):
14869 * mail/rmail.el (deleted-head, font-lock-fontified)
14870 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14871 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14872 (total-messages):
14873 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14874 (rmail-summary-mode-map):
14875 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14876 (rmail-last-label, rmail-last-multi-labels)
14877 (rmail-summary-vector, rmail-total-messages):
14878 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14879 * mail/rmailsum.el (msgnum):
14880 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14881 (rmail-current-message):
14882 * obsolete/fast-lock.el (font-lock-face-list):
14883 * obsolete/rnewspost.el (mail-reply-buffer):
14884 * obsolete/scribe.el (compile-command):
14885 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14886
14887 2005-08-28 John Paul Wallington <jpw@gnu.org>
14888
14889 * ibuf-ext.el (ibuffer-auto-update-changed):
14890 Use `frame-or-buffer-changed-p' to check whether we need to update.
14891 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14892 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14893 as a `frame-or-buffer-changed-p' state vector instead.
14894
14895 2005-08-27 Romain Francoise <romain@orebokech.com>
14896
14897 * textmodes/makeinfo.el (makeinfo-compile):
14898 Use `compilation-start'. Set `next-error-function' according to
14899 `disable-errors'.
14900 (makeinfo-next-error): New function.
14901 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14902 (makeinfo-buffer): Likewise.
14903
14904 * progmodes/compile.el (compilation-start): Add autoload cookie.
14905
14906 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14907 * textmodes/sgml-mode.el: Likewise.
14908 * progmodes/python.el: Likewise.
14909
14910 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14911
14912 * simple.el (blink-matching-paren-distance): Document the meaning
14913 of nil value, and allow to customize to nil.
14914
14915 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14916 command.com, not command.exe.
14917
14918 2005-08-26 John Wiegley <johnw@newartisans.com>
14919
14920 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14921 code around a bit so that an extraneous nil argument is not added
14922 to a command when no args are given.
14923
14924 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14925 double-quoted argument resolves to nil, return it as an empty
14926 string rather than as nil. This made it impossible to pass "" to
14927 a shell script as a null string argument.
14928
14929 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14930
14931 * outline.el (outline-invent-heading): New fun.
14932 (outline-promote, outline-demote): Use it.
14933 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14934 (outline-end-of-subtree): Remove unused var `opoint'.
14935
14936 2005-08-26 David Reitter <david.reitter@gmail.com>
14937
14938 * menu-bar.el (truncate-lines, write-file, print-buffer)
14939 (ps-print-buffer-faces, ps-print-buffer, split-window):
14940 Disable menu items when the frame they refer to is invisible, or when
14941 they refer to a buffer and the minibuffer is selected.
14942
14943 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14944
14945 * progmodes/flymake.el (flymake-highlight-err-lines):
14946 Use save-excursion around flymake-highlight-line to preserve point.
14947
14948 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14949
14950 * progmodes/octave-mod.el: Change Author and Maintainer address.
14951 (octave-maintainer-address): Change Kurt's email address.
14952 * progmodes/octave-inf.el: Change Author and Maintainer address.
14953 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14954
14955 2005-08-26 Kim F. Storm <storm@cua.dk>
14956
14957 * subr.el (version-list-<, version-list-<=, version-list-=):
14958 Rename from integer-list-*.
14959 (version-list-not-zero): Likewise. Fix while loop.
14960 (version=): Use version-list-= instead of string-equal.
14961
14962 2005-08-26 Richard M. Stallman <rms@gnu.org>
14963
14964 * outline.el (outline-promote): Try shortening the heading.
14965 As last resort, read the heading to use.
14966 (outline-demote): As last resort, read the heading to use.
14967
14968 2005-08-26 Romain Francoise <romain@orebokech.com>
14969
14970 * progmodes/compile.el (compilation-start): Doc fix.
14971
14972 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14973 (antlr-font-lock-additional-keywords): Fix reference to
14974 `antlr-font-lock-literal-regexp' erroneously changed during the
14975 mass face rename.
14976 (antlr-run-tool): Use `compilation-start'.
14977
14978 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14979 instead of the obsolete `compile-internal'.
14980
14981 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14982
14983 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14984 (number, original-date):
14985 * calendar/cal-china.el (date):
14986 * calendar/cal-coptic.el (date):
14987 * calendar/cal-french.el (date):
14988 * calendar/cal-hebrew.el (date, entry, number, original-date):
14989 * calendar/cal-islam.el (date, number, original-date):
14990 * calendar/cal-iso.el (date):
14991 * calendar/cal-julian.el (date):
14992 * calendar/cal-mayan.el (date):
14993 * calendar/cal-menu.el (date, event):
14994 * calendar/cal-persia.el (date):
14995 * calendar/lunar.el (date):
14996 * calendar/solar.el (date): Add defvars.
14997
14998 * emerge.el:
14999 * ibuffer.el:
15000 * info-xref.el:
15001 * obsolete/bg-mouse.el:
15002 * obsolete/sun-curs.el:
15003 * obsolete/swedish.el: Move the `defvar's to the top level.
15004
15005 * smerge-mode.el (smerge-refined-change): Add :group.
15006
15007 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15008
15009 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15010 (smerge-keep-n): Remove props.
15011 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15012 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15013 now that it's done in smerge-keep-n.
15014 (smerge-refined-change): New face.
15015 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15016 (smerge-refine): New funs.
15017 (smerge-basic-map): Bind smerge-refine.
15018
15019 2005-08-25 Juri Linkov <juri@jurta.org>
15020
15021 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15022 compilation-process-setup-function and compilation-disable-input
15023 in grep-mode instead of let-bindings in grep.
15024
15025 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15026 Delete "Automatic File De/compression" (auto-compression-mode).
15027
15028 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15029
15030 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15031 Silence warning about non-existent variable.
15032
15033 2005-08-25 Richard M. Stallman <rms@gnu.org>
15034
15035 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15036 Rename "Describe Key" to "Describe Key or Mouse Operation".
15037
15038 * mail/mailalias.el (build-mail-aliases): Delete comments
15039 from the contents before processing them.
15040
15041 * isearch.el (isearch-edit-string): Erase the Search prompt
15042 if user enters an empty string and there is no default.
15043
15044 * comint.el (comint-file-name-prefix): Add autoload.
15045
15046 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15047
15048 * subr.el (play-sound): Rearrange to avoid warning.
15049
15050 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15051
15052 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15053 New hook.
15054 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15055
15056 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15057
15058 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15059
15060 * custom.el (custom-theme-set-variables): Sort minor modes last.
15061
15062 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15063
15064 * subr.el (version-separator, version-regexp-alist): New vars used by
15065 version comparison funs.
15066 (integer-list-<, integer-list-=, integer-list-<=)
15067 (integer-list-not-zero): New funs for integer list comparison.
15068 (version-to-list, version=, version<, version<=): New funs for version
15069 comparison.
15070
15071 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15072
15073 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15074 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15075 time to silence the byte-compiler.
15076
15077 * ibuffer.el (ibuffer-compile-make-eliding-form)
15078 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15079 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15080 so it's silly to get warnings for it).
15081 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15082 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15083 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15084 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15085 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15086 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15087 Defvar at compile time.
15088 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15089 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15090 Declare them before use.
15091
15092 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15093 (info-xref-good, info-xref-bad): Defvar at compile time.
15094
15095 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15096 Use `let*' instead of `let'.
15097
15098 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15099 (*mouse-y*, menu, char): Defvar at compile time.
15100 (sc::menu): Declare it before use.
15101 (sc::pack-one-line): Use `let', not `let*'.
15102
15103 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15104 (mail-send-hook): Defvar at compile time.
15105
15106 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15107 Defvar at compile time.
15108
15109 * term/sun-mouse.el (current-global-mousemap)
15110 (current-local-mousemap): Declare them before use.
15111
15112 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15113
15114 * bookmark.el (bookmark-after-jump-hook): New hook.
15115 (bookmark-jump): Run `bookmark-after-jump-hook'.
15116
15117 2005-08-23 Juri Linkov <juri@jurta.org>
15118
15119 * faces.el (minibuffer-prompt): Doc fix.
15120
15121 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15122
15123 * progmodes/xscheme.el: Trivial changes to silence warnings.
15124 (xscheme-previous-mode, xscheme-previous-process-state):
15125 Add defvars.
15126 (xscheme-last-input-end, xscheme-process-command-line)
15127 (xscheme-process-name, xscheme-buffer-name)
15128 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15129 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15130 (xscheme-control-g-synchronization-p)
15131 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15132 (default-xscheme-runlight, xscheme-runlight)
15133 (xscheme-runlight-string, xscheme-process-filter-state)
15134 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15135 Move to beginning of file.
15136 (scheme-interaction-mode-commands-alist)
15137 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15138 Declare them before use. Note: the initialization code for the variables
15139 has not been moved because it uses functions that reference the variables.
15140 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15141 (xscheme-prompt-for-expression-map): Declare them before use.
15142 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15143
15144 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15145
15146 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15147
15148 2005-08-22 Juri Linkov <juri@jurta.org>
15149
15150 * faces.el (set-face-underline): Delete this duplicate function
15151 and make an obsolete alias to set-face-underline-p.
15152 (set-face-underline-p): Use docstring of set-face-underline.
15153 (describe-face): Create hyperlink to parent face.
15154
15155 * info.el (Info-insert-dir): Use save-excursion around
15156 insert-buffer-substring.
15157 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15158 (Info-escape-percent): Delete function.
15159 (Info-fontify-node): Replace Info-escape-percent by
15160 replace-regexp-in-string with REP arg set to lambda that
15161 duplicates `%' and preserves text properties.
15162
15163 * progmodes/compile.el (compilation-disable-input): Doc fix.
15164 (define-compilation-mode): Doc fix and refill.
15165 (kill-compilation): Use `mode-name' in the error message.
15166 (compilation-find-file): Use `compilation-error' in the
15167 read-file-name's prompt.
15168
15169 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15170
15171 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15172 (smerge-auto-leave): Make undo re-enable the mode.
15173 (debug-ignored-errors): Add the user-error of impossible resolution.
15174 (smerge-resolve): Move things around a bit, in preparation for later.
15175 (smerge-diff): Don't fail if the buffer has no associated file.
15176 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15177 (smerge-conflict-overlay): New function.
15178 (smerge-match-conflict): Don't add text properties here.
15179 (smerge-find-conflict): Instead, add an overlay here.
15180 Also check for the case where we're inside a conflict already, so as to
15181 obviate the need for font-lock-multiline, which is unbearably slow with
15182 large conflicts and ciomplex font-lock patterns.
15183 (smerge-remove-props): Remove overlay rather than text-properties.
15184 (smerge-mode): Don't set font-lock-multiline.
15185 Remove overlays when turned off.
15186
15187 2005-08-21 Kim F. Storm <storm@cua.dk>
15188
15189 * ido.el (ido-ignore-item-p): Use save-match-data.
15190 Bind case-fold-search to ido-case-fold locally.
15191
15192 2005-08-20 Richard M. Stallman <rms@gnu.org>
15193
15194 * files.el (normal-mode): If font lock is on, turn it off and on.
15195
15196 * subr.el (replace-regexp-in-string): Doc fix.
15197
15198 * startup.el (command-line-1): Don't suppress startup screen
15199 due to existing processes.
15200
15201 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15202
15203 * progmodes/compile.el (compilation-disable-input): Default to nil.
15204
15205 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15206
15207 * progmodes/compile.el (compilation-disable-input): New defcustom.
15208 (compilation-start): If compilation-disable-input is non-nil, send
15209 EOF to the compilation process.
15210
15211 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15212
15213 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15214 Run the argument of tex-shell-cd-command through
15215 convert-standard-filename, to get the correct style of slashes on
15216 Windows, and enclose the result in quotes, in case the file name
15217 includes whitespace or other special characters.
15218
15219 2005-08-19 Andreas Schwab <schwab@suse.de>
15220
15221 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15222 process.
15223
15224 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15225
15226 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15227
15228 2005-08-18 Kim F. Storm <storm@cua.dk>
15229
15230 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15231
15232 2005-08-18 Richard M. Stallman <rms@gnu.org>
15233
15234 * scroll-lock.el: New file.
15235
15236 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15237
15238 * dired.el (dired-move-to-end-of-filename):
15239 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15240
15241 2005-08-18 Kim F. Storm <storm@cua.dk>
15242
15243 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15244 rather than toggle mode when custom value is nil.
15245 (ido-everywhere): Fix defun doc string.
15246
15247 2005-08-17 Richard M. Stallman <rms@gnu.org>
15248
15249 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15250 as tag instead of "Inviolable".
15251
15252 2005-08-17 Kim F. Storm <storm@cua.dk>
15253
15254 * windmove.el (windmove-coordinates-of-position): Remove.
15255 (windmove-coordinates-of-window-position): Remove.
15256 (windmove-reference-loc): Use posn-at-point instead.
15257
15258 * subr.el (insert-for-yank-1): Doc fix.
15259
15260 * ido.el (ido-enter-matching-directory): Rename from
15261 ido-enter-single-matching-directory. Change `slash' choice to
15262 `only'. Add `first' choice.
15263 (ido-exhibit): Adapt to above changes.
15264
15265 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15266
15267 * Makefile.in: Expand comment about building loaddefs.el.
15268
15269 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15270
15271 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15272 Comment use of defadvice.
15273
15274 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15275
15276 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15277
15278 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15279 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15280 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15281 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15282 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15283 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15284 for backward compatibility for faces that did not appear in the
15285 previous Emacs release.
15286
15287 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15288
15289 2005-08-15 Kim F. Storm <storm@cua.dk>
15290
15291 * emulation/cua-base.el (cua-delete-region): Return t if
15292 deleted region was non-empty.
15293 (cua-replace-region): Inhibit overwrite-mode for
15294 self-insert-command if replaced region was non-empty.
15295 (cua--explicit-region-start, cua--status-string): Make them
15296 buffer-local at top-level...
15297 (cua-mode): ...rather than when mode is enabled.
15298
15299 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15300
15301 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15302 Set t for Emacs 21, 22, and so on.
15303
15304 2005-08-15 David Ponce <david@dponce.com>
15305
15306 * tree-widget.el: Update Commentary header.
15307 (tree-widget-theme): Doc fix.
15308 (tree-widget-space-width): New option.
15309 (tree-widget-image-properties): Look up in the default theme too.
15310 (tree-widget--cursors): Only for images with arrow pointer shape.
15311 (tree-widget-lookup-image): Pointer shape is hand by default.
15312 (tree-widget-icon): Rename generic icon widget from
15313 `tree-widget-control'.
15314 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15315 derive from `tree-widget-icon'.
15316 (tree-widget-handle): Improve default look and feel of the text
15317 representation.
15318 (tree-widget): Rename :*-control properties to :*-icon properties.
15319 Add :action and :help-echo properties.
15320 (tree-widget-after-toggle-functions): Move.
15321 (tree-widget-close-node, tree-widget-open-node): Remove.
15322 (tree-widget-before-create-icon-functions): New hook.
15323 (tree-widget-value-create): Update to allow customization of icons
15324 and nodes at run-time via that new hook.
15325 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15326 (tree-widget-icon-action, tree-widget-icon-help-echo)
15327 (tree-widget-action, tree-widget-help-echo): New functions.
15328
15329 2005-08-15 Kim F. Storm <storm@cua.dk>
15330
15331 * ido.el (ido-buffer-internal): Use with-no-warnings.
15332 (ido-make-merged-file-list): Use while-no-input.
15333
15334 2005-08-15 Richard M. Stallman <rms@gnu.org>
15335
15336 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15337 (flyspell-large-region): Fix doc and custom type.
15338
15339 2005-08-14 Richard M. Stallman <rms@gnu.org>
15340
15341 * files.el (interpreter-mode-alist): Doc fix.
15342
15343 * mail/rmail.el (rmail-nonignored-headers): New variable.
15344 (rmail-clear-headers): Use it.
15345 (rmail-reply): Better handling of mail-followup-to header.
15346
15347 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15348 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15349 don't try to refer to executable-font-lock-keywords.
15350 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15351 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15352 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15353 (sh-mode): Set comment-start-skip, local-abbrev-table,
15354 imenu-case-fold-search.
15355 (sh-set-shell): Don't set them here.
15356 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15357 Don't cache the results in the original alist; don't ever modify
15358 that alist.
15359
15360 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15361
15362 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15363 empty.
15364
15365 2005-08-15 Andreas Schwab <schwab@suse.de>
15366
15367 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15368
15369 * dired.el, info.el, mail/rmail.el: Revert last change.
15370
15371 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15372
15373 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15374 modification in `eval-after-load' form.
15375 * info.el: Likewise.
15376 * mail/rmail.el: Likewise.
15377
15378 2005-08-14 Juri Linkov <juri@jurta.org>
15379
15380 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15381 Remove highlighting of "Compilation started". Highlight only
15382 the word "finished" in "Compilation finished". Add highlighting
15383 of "interrupt", "killed", "terminated" and the exit code.
15384 (compilation-start): Add newline after header. Use exactly the
15385 same time stamp format as the finishing message.
15386 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15387
15388 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15389 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15390 Add highlighting of "interrupt", "killed", "terminated".
15391
15392 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15393 enabled and the current command is self-insert-command, call it
15394 explicitly with overwrite-mode bound to nil, to not allow it
15395 to delete the character after the selected region.
15396
15397 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15398
15399 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15400 move-end-of-line, end-of-line, and beginning-of-line to the list
15401 of commands after which the echo area is updated.
15402
15403 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15404
15405 * cus-edit.el (custom-save-all, custom-save-delete):
15406 Bind recentf-exclude to exclude custom-file.
15407
15408 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15409
15410 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15411 to go to the bottom of the mail message. Added to
15412 `rmail-summary-mode-map' with key "/".
15413 (rmail-summary-show-message): New (internal) function for use by
15414 both `rmail-summary-beginning/end-of-message'.
15415 (rmail-summary-beginning-of-message): Change to use
15416 rmail-summary-show-message.
15417
15418 * mail/rmail.el (rmail-end-of-message): New command to go to the
15419 end of the current message. Added to `rmail-mode-map' with key "/".
15420 (rmail-beginning-of-message): Fix to work as documented.
15421 (rmail-mode): Change documentation.
15422
15423 * progmodes/compile.el (compilation-start): Add the line
15424 "Compilation started" with compilation start time.
15425 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15426
15427 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15428
15429 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15430 of menu items.
15431
15432 2005-08-11 Richard M. Stallman <rms@gnu.org>
15433
15434 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15435
15436 * battery.el (battery-status-function): Don't use ignore-errors.
15437
15438 2005-08-11 Lute Kamstra <lute@gnu.org>
15439
15440 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15441 define-obsolete-variable-alias.
15442
15443 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15444
15445 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15446 (ange-ftp-send-cmd): Revert last change, and expand
15447 the comment explaining the problem.
15448
15449 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15450
15451 * ldefs-boot.el: Update.
15452
15453 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15454 item to "Time, Load and Mail". Change help echo text.
15455
15456 * time.el (display-time-use-mail-icon, display-time-format)
15457 (display-time-string-forms): Shorten first line of docstrings.
15458
15459 2005-08-10 Lars Hansen <larsh@soem.dk>
15460
15461 * desktop.el (desktop-buffer-mode-handlers):
15462 Make non-customizable. Add autoload cookie. Change initial value to
15463 nil; add elements in respective modules instead. Fix doc string.
15464 (desktop-load-file): New function.
15465 (desktop-minor-mode-handlers): New autoloaded variable.
15466 (desktop-create-buffer): Call minor mode handlers.
15467 Use desktop-load-file to load major and minor mode modules prior to
15468 checking for a handler.
15469 (desktop-save): Don't add nil to desktop-minor-modes for minor
15470 modes with nil function in desktop-minor-mode-table. Don't delete
15471 desktop file before rewriting it.
15472 (desktop-locals-to-save): Add autoload cookie. Don't make
15473 automatically buffer-local. Add variables column-number-mode,
15474 size-indication-mode, indent-tabs-mode,
15475 indicate-buffer-boundaries, indicate-empty-lines and
15476 show-trailing-whitespace.
15477 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15478 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15479 (desktop-clear-preserve-buffers-regexp): Delete.
15480 (desktop-clear-preserve-buffers): Update initial value and docstring.
15481 (desktop-save-buffer): Fix doc string.
15482
15483 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15484 (hilit-chg-desktop-restore): New function.
15485 (highlight-changes-mode): Add highlight-changes-mode to
15486 desktop-locals-to-save.
15487
15488 * dired.el: Add handler to desktop-buffer-mode-handlers.
15489 (dired-restore-desktop-buffer): Remove autoload cookie.
15490 (dired-mode): Add autoload cookie.
15491
15492 * info.el: Add handler to desktop-buffer-mode-handlers.
15493 (Info-restore-desktop-buffer): Remove autoload cookie.
15494 (Info-mode): Add autoload cookie.
15495
15496 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15497 (mh-restore-desktop-buffer): Remove autoload cookie.
15498 (mh-folder-mode): Add autoload cookie.
15499
15500 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15501 (rmail-restore-desktop-buffer): Remove autoload cookie.
15502
15503 2005-08-11 Masatake YAMATO <jet@gyve.org>
15504
15505 * hexl.el (hexl-address-region):
15506 (hexl-ascii-region, hexl-font-lock-keywords):
15507 (hexl-highlight-line-range): Use the term "region"
15508 instead of "area" for consistency with the other symbols
15509 defined in hexl.el.
15510
15511 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15512
15513 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15514 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15515 out by Juri Linkov). Add `display-battery-mode'.
15516
15517 2005-08-09 Juri Linkov <juri@jurta.org>
15518
15519 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15520 Remove `-text' from face variable names.
15521 (compilation-error-file-name, compilation-warning-file-name)
15522 (compilation-info-file-name): Delete faces.
15523 (compilation-line-number, compilation-column-number):
15524 Remove face underlining.
15525 (compilation-message-face): Set to `underline' value by default.
15526 (compilation-error-face, compilation-warning-face)
15527 (compilation-info-face): Remove `-file-name' from face names.
15528 (compilation-error-text-face, compilation-warning-text-face)
15529 (compilation-info-text-face): Delete face variables.
15530 (compilation-text-face): Delete function.
15531
15532 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15533 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15534 (grep-error-face): Set to `compilation-error' instead of
15535 `compilation-error-face' (which is redefined to `grep-hit-face' in
15536 grep buffers).
15537 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15538 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15539
15540 * dired-aux.el (dired-do-query-replace-regexp):
15541 Use `query-replace-read-args'.
15542
15543 * replace.el (query-replace-read-from, query-replace-read-to)
15544 (query-replace-read-args): Rename arg `string' to `prompt'.
15545
15546 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15547
15548 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15549
15550 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15551 uploading files.
15552 (ange-ftp-canonize-filename): Handle file names beginning with ~
15553 correctly.
15554
15555 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * textmodes/fill.el (canonically-space-region)
15558 (fill-context-prefix, fill-french-nobreak-p)
15559 (fill-delete-newlines, fill-comment-paragraph)
15560 (justify-current-line): "?\ " -> "?\s".
15561
15562 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15563
15564 * textmodes/fill.el (fill-nonuniform-paragraphs):
15565 Improve argument/docstring consistency.
15566
15567 2005-08-09 Richard M. Stallman <rms@gnu.org>
15568
15569 * textmodes/ispell.el (ispell-word): More fboundp checks.
15570
15571 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15572 (find-file-noselect-1): Call it here, only if RAWFILE.
15573 (normal-mode): Always set some major mode.
15574 (save-some-buffers-action-alist): Change some explanation strings.
15575 (file-name-non-special): In the `quote' method, use unwind-protect.
15576
15577 2005-08-09 Magnus Henoch <mange@freemail.hu>
15578
15579 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15580 (ispell-have-aspell-dictionaries): New variable.
15581 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15582 (ispell-get-aspell-config-value): New function.
15583 (ispell-aspell-find-dictionary): New function.
15584 (ispell-aspell-add-aliases): New function.
15585 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15586 appropriate. Don't look for ispell dictionaries if we use aspell.
15587 (ispell-menu-map): Don't build a submenu of dictionaries.
15588
15589 2005-08-09 Richard M. Stallman <rms@gnu.org>
15590
15591 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15592 (sql-read-passwd): Use read-passwd.
15593
15594 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15595 (idlwave-toolbar-is-possible): Add defvars.
15596
15597 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15598 Avoid warnings.
15599
15600 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15601 (idlwave-system-class-info, idlwave-executive-commands-alist):
15602 Use defvar.
15603
15604 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15605
15606 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15607 Avoid warnings.
15608
15609 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15610 and content-type: headers.
15611
15612 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15613
15614 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15615 and rename some of them to be more self-explanatory.
15616
15617 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15618
15619 * startup.el (command-line-1): Implement -scriptload.
15620
15621 * replace.el (occur-engine): Initial *Occur* output not undoable.
15622
15623 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15624 and improve help strings.
15625
15626 * isearch.el (isearch-repeat): When changing direction,
15627 mark search successful.
15628
15629 * ediff-init.el: Use (featurep 'xemacs).
15630
15631 * comint.el (send-invisible): Identify buffer, if not selected.
15632
15633 * align.el: Delete autoload for c-guess-basic-syntax.
15634
15635 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15636
15637 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15638 Improve argument/docstring consistency. Doc fixes.
15639 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15640 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15641 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15642 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15643 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15644 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15645 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15646 Defvar at compile time.
15647
15648 2005-08-09 Juri Linkov <juri@jurta.org>
15649
15650 * info.el: Replace `info' with upper-case `Info' where appropriate.
15651 (info-title-1, info-title-2, info-title-3, info-title-4)
15652 (info-menu-header): Move up face definitions.
15653 (info-menu-star): Rename from `info-menu-5'.
15654 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15655 (Info-fontify-visited-nodes): Fix docstring.
15656 (Info-hide-note-references): Fix docstring.
15657 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15658 menu items in the same way as on cross-references.
15659 (info-apropos): Fix sorting order and formatting to be like in the
15660 stand-alone Info browser. Display error messages for 1 sec.
15661 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15662 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15663 from the menu bar.
15664 (Info-insert-dir): Restore point after calling
15665 `insert-buffer-substring'.
15666
15667 2005-08-08 Richard M. Stallman <rms@gnu.org>
15668
15669 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15670 (recompute-lucid-menubar): Add defvars.
15671
15672 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15673
15674 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15675
15676 * net/net-utils.el (run-dig): Rename from `dig'.
15677
15678 * play/gametree.el (gametree-mode): Use make-local-variable,
15679 not make-variable-buffer-local.
15680
15681 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15682
15683 * ansi-color.el (ansi-color-make-extent)
15684 (ansi-color-set-extent-face): Use fboundp, not functionp.
15685
15686 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15687 not make-variable-buffer-local.
15688
15689 * bookmark.el (Info-current-file): Add defvar.
15690 (bookmark-jump-noselect): Use with-no-warnings.
15691
15692 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15693
15694 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15695
15696 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15697
15698 * find-file.el (ada-procedure-start-regexp)
15699 (ada-package-start-regexp): Add defvars.
15700
15701 * info.el (Info-insert-dir): Use insert-buffer-substring.
15702
15703 * xml.el (xml-att-def-re): Add defvar.
15704
15705 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15706 calling convention.
15707
15708 * subr.el (while-no-input): Return t if there is input.
15709
15710 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15711
15712 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15713
15714 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15715
15716 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15717 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15718
15719 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15720
15721 * cmuscheme.el (scheme-start-file): Replace reference to
15722 `user-emacs-directory' by "~/.emacs.d/".
15723
15724 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15725
15726 * info.el (Info-dir-remove-duplicates): Avoid case folding
15727 in loop; instead, keep downcased strings for comparison.
15728 Suggested by Helmut Eller.
15729
15730 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15731
15732 Sync with Tramp 2.0.50.
15733
15734 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15735 XEmacs case; not necessary anymore.
15736 (tramp-user-regexp): Allow "@" as part of user name.
15737 (tramp-handle-set-visited-file-modtime)
15738 (tramp-handle-insert-file-contents)
15739 (tramp-handle-write-region): No special handling for
15740 `last-coding-system-used, because this is done in
15741 `tramp-accept-process-output' now.
15742 (tramp-accept-process-output): New defun.
15743 (tramp-process-one-action, tramp-process-one-multi-action)
15744 (tramp-wait-for-regexp, tramp-wait-for-output)
15745 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15746 Howells <dhowells@redhat.com>.
15747 (clear-visited-file-modtime): Defadvice removed. The check for
15748 unset buffer's modtime does not need to be based on
15749 `tramp-buffer-file-attributes'. Suggested by RMS.
15750 (tramp-message): Insert "\n" if not being at beginning of line.
15751 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15752 sequence with same logic.
15753 (tramp-completion-handle-expand-file-name): Discard call of
15754 `tramp-drop-volume-letter'. It is not necessary, and there have
15755 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15756 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15757 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15758 should always be visible.
15759 (tramp-handle-insert-directory, tramp-setup-complete)
15760 (tramp-set-process-query-on-exit-flag)
15761 (tramp-append-tramp-buffers): Pacify byte-compiler.
15762 (tramp-bug): Delete non-existing variables from list.
15763 Apply `tramp-load-report-modules' as pre-hook.
15764 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15765 `shell-prompt-pattern' because of non-7bit characters.
15766 Reported by Sebastian Luque <sluque@mun.ca>.
15767 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15768 (tramp-match-string-list): Remove function.
15769 (tramp-wait-for-regexp): Remove call of that function.
15770 Suggested by Kim F. Storm <storm@cua.dk>.
15771 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15772 instead of octal character code ?\600. The latter resulted in a
15773 syntax error with XEmacs.
15774
15775 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15776 XEmacs case; not necessary anymore.
15777 (tramp-smb-handle-write-region): No special handling for
15778 `last-coding-system-used, because this is done in
15779 `tramp-accept-process-output' now.
15780 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15781
15782 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15783
15784 * wid-edit.el (widget-choice-value-create):
15785 Unconditionally respect user choice. Set :explicit-choice back to nil
15786 when no longer needed.
15787 (widget-choice-action): Unconditionally respect user choice.
15788 Eliminate :explicit-choice-value.
15789
15790 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15791
15792 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15793 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15794 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15795 running new function `toggle-indicate-empty-lines'.
15796 Rename "Customize" item to "Customize fringe".
15797 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15798 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15799 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15800 Delete "Empty lines only" item.
15801 (menu-bar-showhide-fringe-ind-customize): New function.
15802 (menu-bar-showhide-fringe-ind-mixed)
15803 (menu-bar-showhide-fringe-ind-box)
15804 (menu-bar-showhide-fringe-ind-right)
15805 (menu-bar-showhide-fringe-ind-left)
15806 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15807 instead of `fringe-indicators'.
15808
15809 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15810
15811 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15812 Change the date of last update.
15813
15814 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15815
15816 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15817 (viper-exec-yank, viper-put-back): Don't display modification msg
15818 if in the minibuffer.
15819
15820 * viper-init.el (viper-replace-overlay-cursor-color)
15821 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15822 Make variables frame local.
15823
15824 * viper-util.el (viper-append-filter-alist): Use append instead of
15825 nconc.
15826
15827 * viper.el (viper-vi-state-mode-list)
15828 (viper-emacs-state-mode-list): Move help-mode and
15829 completion-list-mode from the first list to the second.
15830 (viper-mode): Docstring.
15831 (viper-go-away, viper-non-hook-settings): Don't localize
15832 minor-mode-alist in newer Emacsen. Add advice to
15833 set-cursor-color. Don't bind "\C-c\\".
15834
15835 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15836
15837 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15838 (scheme-macro-expand-command): New user options.
15839 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15840 (scheme-form-at-point, scheme-start-file)
15841 (scheme-interactively-start-process): New functions.
15842 (scheme-get-process): New function, extracted from `scheme-proc'.
15843 (run-scheme): Call `scheme-start-file' to get start file, and pass
15844 it to `make-comint'.
15845 (switch-to-scheme, scheme-proc):
15846 Call `scheme-interactively-start-process' if no Scheme buffer/process
15847 is available.
15848
15849 2005-08-06 Juri Linkov <juri@jurta.org>
15850
15851 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15852 Use `compilation-text-face', `compilation-info-text-face' and
15853 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15854 (compilation-error): New face.
15855 (compilation-error-file-name): Inherit from
15856 `compilation-error' instead of `font-lock-warning-face'.
15857 (compilation-warning-file-name): Inherit from
15858 `compilation-warning' instead of `font-lock-warning-face'.
15859 (compilation-info, compilation-error-file-name)
15860 (compilation-warning-file-name, compilation-info-file-name)
15861 (compilation-line-number, compilation-column-number): Doc fix.
15862 (compilation-error-text-face, compilation-warning-text-face)
15863 (compilation-info-text-face): New face variables.
15864 (compilation-line-face, compilation-column-face)
15865 (compilation-enter-directory-face)
15866 (compilation-leave-directory-face): Doc fix.
15867 (compilation-text-face): New function.
15868
15869 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15870 instead of 1 to display binary file names as info file links.
15871 (grep-error-face): Use `compilation-error-face' instead of
15872 `font-lock-keyword-face'.
15873 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15874 and `compilation-warning-text-face' instead of
15875 `font-lock-keyword-face'. Use `compilation-error-text-face'
15876 instead of `grep-error-face'.
15877
15878 2005-08-05 Kenichi Handa <handa@m17n.org>
15879
15880 * international/code-pages.el: Add autoload cookies for all coding
15881 systems.
15882
15883 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15884
15885 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15886
15887 2005-08-04 Juri Linkov <juri@jurta.org>
15888
15889 * progmodes/compile.el (compilation-mode-map):
15890 * progmodes/grep.el (grep-mode-map):
15891 Bind TAB to `compilation-next-error' and [backtab] to
15892 `compilation-previous-error'.
15893
15894 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15895 matching line numbers, column numbers and their ranges with regexp
15896 matching only line numbers.
15897 (grep-context-face): New face variable.
15898 (grep-mode-font-lock-keywords): Use it.
15899
15900 * faces.el (read-face-name): Delete duplicate faces.
15901
15902 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15903
15904 * thumbs.el (thumbs-find-image): Don't make variables
15905 automatically buffer local.
15906 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15907 (thumbs-image-num): Make automatically buffer local.
15908 (thumbs-show-thumbs-list): Use `make-local-variable', not
15909 `make-variable-buffer-local'.
15910 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15911
15912 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15913 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15914 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15915 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15916 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15917 (feelings-about, foullst, found, hello, history, howareyoulst)
15918 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15919 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15920 (neglst, obj, object, owner, please, problems, qlist)
15921 (random-adjective, relation, remlst, repetitive-shortness)
15922 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15923 (shortlst, something, sportslst, stallmanlst, states, subj)
15924 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15925 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15926 Defvar at compile time.
15927
15928 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15929 not `make-variable-buffer-local'.
15930
15931 2005-08-02 Kim F. Storm <storm@cua.dk>
15932
15933 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15934 rectangle overlay in selected window.
15935
15936 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15937
15938 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15939 instead of display group. Make `indicate-buffer-boundaries'
15940 customizable through Custom.
15941
15942 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15943
15944 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15945 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15946 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15947 (gdb-put-string): Fix typos in docstrings.
15948
15949 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15950
15951 Update copyright notices of files in progmodes directory for
15952 release of Emacs 22.1.
15953
15954 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15955
15956 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15957 Don't barf if the GUD buffer has been killed.
15958
15959 2005-08-01 Kim F. Storm <storm@cua.dk>
15960
15961 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15962
15963 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15964
15965 * simple.el (next-error-follow-minor-mode):
15966 make-variable-buffer-local -> make-local-variable.
15967
15968 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15969
15970 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15971 (byte-compile-form-make-variable-buffer-local): New functions to warn
15972 about misuses of make-variable-buffer-local where make-local-variable
15973 was meant.
15974
15975 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15976
15977 * bs.el (bs-attributes-list): Doc fix.
15978 (bs): Update url-link.
15979
15980 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15981 (desktop-load-default): Simplify.
15982
15983 * ibuffer.el (ibuffer-columnize-and-insert-list)
15984 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15985 (ibuffer-unmark-all, ibuffer-toggle-marks)
15986 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15987 (ibuffer-compile-make-format-form, ibuffer-format-column)
15988 (ibuffer-current-buffers-with-marks)
15989 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15990 (ibuffer): Doc fix.
15991 (ibuffer-mode): Fix typo in docstring.
15992 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15993 with `define-obsolete-variable-alias'.
15994 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15995
15996 2005-07-29 Kenichi Handa <handa@m17n.org>
15997
15998 * international/mule-cmds.el (select-message-coding-system):
15999 Be sure to use LF for end-of-line. If no coding system is decided,
16000 return iso-8859-1-unix.
16001
16002 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16003
16004 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16005 (ange-ftp-pending-error-line): New vars.
16006 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16007 to handle the non-fatal no-route-to-host messages.
16008 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16009
16010 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16011
16012 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16013 (isearch-quote-char, isearch-printing-char)
16014 (isearch-text-char-description): "?\ " -> "?\s".
16015 (isearch-lazy-highlight-cleanup)
16016 (isearch-lazy-highlight-initial-delay)
16017 (isearch-lazy-highlight-interval)
16018 (isearch-lazy-highlight-max-at-a-time)
16019 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16020 Declare with define-obsolete-*-alias macros.
16021 (isearch-forward): Fix typo in docstring.
16022 (search-invisible, search-ring-yank-pointer)
16023 (regexp-search-ring-yank-pointer): Doc fixes.
16024
16025 * recentf.el (recentf-menu-append-commands-p): Declare with
16026 `define-obsolete-variable-alias'.
16027 (recentf-max-saved-items, recentf-menu-filter)
16028 (recentf-arrange-by-rule-subfilter): Doc fixes.
16029 (recentf-menu-append-commands-flag)
16030 (recentf-initialize-file-name-history, recentf-expand-file-name)
16031 (recentf-clear-data): Fix typos in docstrings.
16032
16033 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16034
16035 * progmodes/gdb-ui.el: Smarten comments.
16036 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16037
16038 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16039
16040 * term/apollo.el (terminal-init-apollo): New function containing
16041 all former top level forms in the file.
16042 * term/bobcat.el (terminal-init-bobcat):
16043 * term/cygwin.el (terminal-init-cygwin):
16044 * term/iris-ansi.el (terminal-init-iris-ansi):
16045 * term/linux.el (terminal-init-linux):
16046 * term/news.el (terminal-init-news):
16047 * term/rxvt.el (terminal-init-rxvt):
16048 * term/sun.el (terminal-init-sun):
16049 * term/tvi970.el (terminal-init-tvi970):
16050 * term/vt100.el (terminal-init-vt100):
16051 * term/vt102.el (terminal-init-vt102):
16052 * term/vt125.el (terminal-init-vt125):
16053 * term/vt200.el (terminal-init-vt200):
16054 * term/vt201.el (terminal-init-vt201):
16055 * term/vt220.el (terminal-init-vt220):
16056 * term/vt240.el (terminal-init-vt240):
16057 * term/vt300.el (terminal-init-vt300):
16058 * term/vt320.el (terminal-init-vt320):
16059 * term/vt400.el (terminal-init-vt400):
16060 * term/vt420.el (terminal-init-vt420):
16061 * term/wyse50.el (terminal-init-wyse50):
16062 * term/xterm.el (terminal-init-xterm): Likewise.
16063
16064 * term/README: Describe the terminal-init-* functionality.
16065
16066 * startup.el (command-line): After loading the terminal initialization
16067 file call the corresponding terminal initialization function.
16068
16069 2005-07-27 Kenichi Handa <handa@m17n.org>
16070
16071 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16072 negative.
16073
16074 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16075 (ps-mule-composition-prologue): Fix for the case that
16076 RelativeCompose is false.
16077
16078 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16079
16080 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16081
16082 * descr-text.el (describe-char): Handle the case where the list of
16083 chars is displayed in a separate frame.
16084 Be a bit more discriminating when looking for the char.
16085
16086 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16087
16088 * bookmark.el (bookmark-automatically-show-annotations)
16089 (bookmark-read-annotation-text-func): Doc fixes.
16090 (bookmark-save): Improve argument/docstring consistency.
16091 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16092 (bookmark-alist-from-buffer)
16093 (bookmark-upgrade-file-format-from-0)
16094 (bookmark-grok-file-format-version)
16095 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16096 (bookmark-read-annotation-mode)
16097 (bookmark-insert-current-bookmark, bookmark-jump)
16098 (bookmark-exit-hook): Fix typos in docstrings.
16099 (bookmark-exit-hooks): Define as obsolete alias.
16100 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16101 not `bookmark-exit-hooks'. Fix docstring.
16102 (bookmark-bmenu-select): "?\ " -> "?\s".
16103
16104 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16105
16106 * startup.el (command-line): Fix typo.
16107
16108 2005-07-24 Richard M. Stallman <rms@gnu.org>
16109
16110 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16111 not emacs-quick-startup.
16112
16113 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16114
16115 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16116 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16117 instead of `reb-with-current-window'.
16118 (reb-prev-match): Likewise. Also, don't move left if the search
16119 was unsuccessful.
16120 (reb-initialize-buffer): New function.
16121 (re-builder, reb-change-syntax): Use it.
16122
16123 * man.el (Man-goto-page): Make second argument NOERROR optional.
16124
16125 2005-07-23 Richard M. Stallman <rms@gnu.org>
16126
16127 * man.el (Man-bgproc-sentinel): Check here for failure to find
16128 any man page in the output, and report the error here.
16129 (Man-arguments): Make it permanent local.
16130 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16131 (Man-mode): Pass t for NOERROR.
16132
16133 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16134 (grep-mode-font-lock-keywords):
16135 Don't use compilation-...-face for messages that are not file names.
16136
16137 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16138 Don't use compilation-...-face for messages that are not file names.
16139
16140 2005-07-22 Juri Linkov <juri@jurta.org>
16141
16142 * startup.el (normal-splash-screen): Update menu name.
16143
16144 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16145
16146 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16147
16148 * term/xterm.el: Load term/rxvt if the terminal is actually an
16149 rxvt terminal.
16150 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16151
16152 * term/rxvt.el (function-key-map): Use substitute-key-definition
16153 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16154
16155 * term/cygwin.el: New file.
16156
16157 2005-07-22 Kim F. Storm <storm@cua.dk>
16158
16159 * image-file.el (insert-image-file, image-file-yank-handler):
16160 Fix last change to maintain a (unique) yank-handler on yanked images.
16161
16162 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16163
16164 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16165 of the file size (as in "177B" for 177 bytes). This happens with
16166 "ls -lh" on FreeBSD.
16167
16168 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16169
16170 * hilit-chg.el (highlight-changes-global-initial-state)
16171 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16172 (hilit-chg-fixup, highlight-changes-mode):
16173 Fix typos in docstrings.
16174 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16175 Doc fixes.
16176
16177 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16178
16179 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16180 mode function using `eval-after-load'.
16181
16182 2005-07-21 Kim F. Storm <storm@cua.dk>
16183
16184 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16185 included when reporting an emacs crash, and tell about the DEBUG file.
16186
16187 * image-file.el (insert-image-file): Add yank-handler.
16188 (image-file-yank-handler): Yank handler to make unique copies of
16189 images when they are yanked into a buffer next to each other.
16190
16191 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16192
16193 * comint.el (comint-use-prompt-regexp, comint-send-input)
16194 (comint-source-default, comint-extract-string)
16195 (comint-get-source, comint-word, comint-completion)
16196 (comint-source, comint-prompt-read-only, comint-update-fence):
16197 Fix typos in docstrings.
16198 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16199 Declare with define-obsolete-*-alias macros.
16200 (comint-previous-matching-input-from-input)
16201 (comint-next-matching-input-from-input)
16202 (comint-previous-matching-input, comint-next-matching-input)
16203 (comint-forward-matching-input):
16204 Improve argument/docstring consistency.
16205
16206 * desktop.el (desktop-clear-preserve-buffers-regexp):
16207 Also preserve the *server* buffer.
16208
16209 * simple.el (clone-indirect-buffer): Doc fix.
16210 (fixup-whitespace, just-one-space)
16211 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16212 (next-error, next-error-highlight)
16213 (next-error-highlight-no-select, next-error-last-buffer)
16214 (next-error-buffer-p, next-error-find-buffer, next-error)
16215 (previous-error, next-error-no-select, previous-error-no-select)
16216 (open-line, split-line, minibuffer-prompt-width, kill-new)
16217 (binary-overwrite-mode): Fix typos in docstrings.
16218 (set-fill-column): Fix typo in message.
16219
16220 * skeleton.el (skeleton-proxy-new): Doc fix.
16221
16222 * strokes.el (strokes-load-hook): Doc fix.
16223 (strokes-grid-resolution, strokes-get-grid-position)
16224 (strokes-renormalize-to-grid, strokes-read-stroke)
16225 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16226 (strokes-global-map): Fix typos in docstrings.
16227 (strokes-help): Doc fix. Fix help message and pass it through
16228 `substitute-command-keys'.
16229
16230 * tempo.el (tempo-insert-prompt, tempo-interactive)
16231 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16232 (tempo-insert-string-functions, tempo-local-tags)
16233 (tempo-define-template, tempo-insert-template)
16234 (tempo-insert-prompt-compat, tempo-is-user-element)
16235 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16236 Fix typos in docstrings.
16237
16238 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16239 (vcursor-key-bindings, vcursor-use-vcursor-map)
16240 (vcursor-find-window, vcursor-scroll-down)
16241 (vcursor-disable, vcursor-beginning-of-buffer)
16242 (vcursor-end-of-buffer): Fix typos in docstrings.
16243 (vcursor-relative-move, vcursor-get-char-count):
16244 Improve argument/docstring consistency.
16245
16246 * version.el: "?\ " -> "?\s".
16247
16248 * wid-edit.el (widget-default-create, widget-after-change)
16249 (widget-default-format-handler, widget-checklist-add-item)
16250 (widget-radio-add-item, widget-choose, widget-specify-secret)
16251 (widget-field-value-create, widget-field-value-get)
16252 (widget-editable-list-format-handler)
16253 (widget-editable-list-entry-create, widget-group-value-create)
16254 (widget-documentation-link-add)
16255 (widget-documentation-string-value-create): "?\ " -> "?\s".
16256 (widget-convert-text): Doc fix.
16257 (widget-narrow-to-field, widget-field-find)
16258 (widget-url-link-action, widget-emacs-library-link-action)
16259 (widget-color-notify): Fix typos in docstrings.
16260
16261 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16262 (x-select-text, set-w32-system-coding-system)
16263 (w32-add-charset-info): Fix typos in docstrings.
16264
16265 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16266 (cua-enable-cua-keys, cua-use-hyper-key)
16267 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16268 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16269
16270 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16271
16272 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16273 `defalias' instead of faking it.
16274
16275 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16276 (eshell-ls-missing, eshell-ls-dired-initial-args)
16277 (eshell-ls-use-in-dired): Fix typos in docstrings.
16278
16279 2005-07-20 Kim F. Storm <storm@cua.dk>
16280
16281 * emulation/cua-base.el (cua-mode): Improve doc string.
16282
16283 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16284
16285 * abbrev.el (expand-region-abbrevs): Doc fix.
16286 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16287 Improve argument/docstring consistency.
16288
16289 * arc-mode.el (archive-get-descr, archive-alternate-display):
16290 Doc fixes.
16291 (archive-l-e): Improve argument/docstring consistency.
16292 (archive-tmpdir, archive-unixdate, archive-unixtime)
16293 (archive-chmod-entry): Fix typos in docstrings.
16294 (archive-unflag, archive-unflag-backwards)
16295 (archive-unmark-all-files): "?\ " -> "?\s".
16296
16297 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16298 (Buffer-menu-not-modified, Buffer-menu-execute)
16299 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16300 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16301
16302 * composite.el (compose-string, encode-composition-rule)
16303 (compose-last-chars): Fix typos in docstrings.
16304
16305 * desktop.el (desktop-enable, desktop-basefilename):
16306 Declare with `define-obsolete-variable-alias'.
16307 (desktop-internal-v2s): Don't quote keywords.
16308 (desktop-clear): "?\ " -> "?\s".
16309
16310 * dired.el (dired-align-file, dired-flag-backup-files)
16311 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16312 (dired-listing-switches, dired-ls-F-marks-symlinks)
16313 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16314 (dired-directory, dired-faces, dired, dired-revert)
16315 (dired-mode, dired-summary, dired-view-file)
16316 (dired-copy-filename-as-kill, dired-delete-file)
16317 (dired-no-confirm, dired-unmark-all-marks)
16318 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16319 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16320 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16321 Fix typos in message strings.
16322
16323 * dired-x.el (virtual-dired): Declare with `defalias'.
16324 (dired-mark-unmarked-files, dired-local-variables-file)
16325 (dired-omit-here-always): Doc fix.
16326 (dired-omit-mode, dired-find-subdir)
16327 (dired-enable-local-variables, dired-clean-up-buffers-too)
16328 (dired-extra-startup, dired-mark-extension, dired-jump)
16329 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16330 (dired-smart-shell-command, dired-guess-shell-alist-user)
16331 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16332 (dired-x-bind-find-file, dired-x-submit-report):
16333 Fix typos in docstrings.
16334 (dired-mark-unmarked-files): "?\ " -> "?\s".
16335
16336 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16337
16338 * faces.el (describe-face): "?\ " -> "?\s".
16339 (read-all-face-attributes, read-face-font, modify-face)
16340 (face-attr-construct, italic): Fix typos in docstrings.
16341 (frame-update-face-colors): Declare with
16342 `define-obsolete-function-alias'.
16343
16344 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16345 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16346 (magic-mode-alist, buffer-file-numbers-unique)
16347 (write-file-functions, get-free-disk-space):
16348 Fix typos in docstrings.
16349 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16350 (write-contents-hooks, write-file-hooks):
16351 Declare with `define-obsolete-variable-alias'.
16352
16353 * forms-d2.el (arch-rj): Fix typo in docstrings.
16354 (arch-tocol): Likewise. "?\ " -> "?\s".
16355
16356 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16357 Fix typo in docstring.
16358 (set-screen-width, set-screen-height): Delete redundant info in
16359 doctrings.
16360 (new-frame, screen-height, screen-width): Declare with
16361 `define-obsolete-function-alias'.
16362 (delete-frame-hook, blink-cursor): Declare with
16363 `define-obsolete-variable-alias'.
16364
16365 * paths.el (prune-directory-list): Fix typos in docstring.
16366
16367 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16368 (cvs-prefix-get): Fix typos in docstrings.
16369
16370 * ps-print.el (ps-extend-face-list, ps-extend-face)
16371 (ps-print-background-image): Fix typos in docstrings.
16372 (ps-default-fg, ps-default-bg): Doc fixes.
16373
16374 * s-region.el (s-region-bind): Doc fix.
16375 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16376
16377 * textmodes/org.el (org-table-formula-substitute-names)
16378 (org-table-get-vertical-vector): Doc fixes.
16379 (org-table-recalculate): Remove unused argument to `message'.
16380
16381 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16382
16383 * textmodes/org.el (org-table-column-names)
16384 (org-table-column-name-regexp)
16385 (org-table-named-field-locations): New variables.
16386 (org-archive-subtree): Protect `this-command' when calling
16387 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16388 the kill buffer.
16389 (org-complete): Remove fixed-formula completion.
16390 (org-edit-formulas-map): New variable.
16391 (org-table-edit-formulas): New command.
16392 (org-finish-edit-formulas, org-abort-edit-formulas)
16393 (org-show-variable, org-table-get-vertical-vector): New functions.
16394 (org-table-maybe-eval-formula): Handle `:=' fields.
16395 (org-table-get-stored-formulas, org-table-store-formulas)
16396 (org-table-get-formula, org-table-modify-formulas)
16397 (org-table-replace-in-formulas): Handle named field formulas.
16398 (org-table-get-specials): Store locations of named fields.
16399
16400 2005-07-19 Juri Linkov <juri@jurta.org>
16401
16402 * progmodes/grep.el (grep-regexp-alist)
16403 (grep-mode-font-lock-keywords, grep-process-setup):
16404 Use default GNU grep match color "01;31m" instead of "01;41m".
16405 (grep-regexp-alist, grep-mode-font-lock-keywords):
16406 Use `\\[[0-9]*m' instead of `\\[00m'.
16407 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16408 sgr_start where its handling is more important. Use the real
16409 length of sgr_start instead of constant 8.
16410 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16411 specially. Delete all remaining escape sequences.
16412 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16413 (grep-regexp-alist): Make hyperlink only for binary file name
16414 instead of the whole line.
16415 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16416 (grep-mode): Add autoload.
16417
16418 * emacs-lisp/find-func.el (find-function-regexp):
16419 Add `define-compilation-mode'.
16420
16421 2005-07-19 Juri Linkov <juri@jurta.org>
16422
16423 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16424 (compare-windows-sync-string-size, compare-windows-recenter)
16425 (compare-windows-highlight, compare-windows): Add version 22.1.
16426 (compare-windows) <defface>: Inherit from lazy-highlight instead
16427 of duplicating its default value.
16428
16429 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16430 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16431
16432 * descr-text.el (describe-char): Create link buttons for `charset'
16433 and `code point'. Add the current input method name with a link
16434 button to `to input' field. Print face names of display table
16435 characters in `The display table entry is displayed by' section
16436 instead of printing face-id in the `display' field.
16437 Guess hardcoded faces and create a link button for them.
16438 Skip empty fields when calculating max-width.
16439 Treat `widget-create' specially while inserting strings from the
16440 collected field list.
16441 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16442
16443 * diff-mode.el (diff-file-header): Change foreground color from
16444 yellow to green on light backgrounds.
16445 (diff-context): Inherit from `shadow' only for color/grayscale
16446 with more than 88 colors.
16447 (diff-indicator-removed, diff-indicator-added)
16448 (diff-indicator-changed): New faces.
16449 (diff-font-lock-keywords): Use new faces. Regroup rules.
16450 Add "^---$" for `normal' diff format. Fontify `#' lines with
16451 font-lock-comment-delimiter-face and font-lock-comment-face.
16452 Add `#' to ^[^...] in the rule for `diff-context-face'.
16453
16454 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16455 a button-like box. Inherit from `highlight' on low colors.
16456 (shadow): Use shades of gray only for color/grayscale with
16457 more than 88 colors. Use green for light backgrounds with
16458 8 colors, and yellow for dark backgrounds with 8 colors.
16459
16460 * font-lock.el (font-lock-regexp-grouping-backslash):
16461 Don't inherit from escape-glyph (use bold for all cases).
16462
16463 * info.el (info-xref-visited): Use light foreground color `violet'
16464 for dark backgrounds instead of dark color `magenta3'.
16465 (info-title-1): Use `yellow' color for dark backgrounds.
16466
16467 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16468 too-light magenta2.
16469
16470 * replace.el (match): Use slightly more light RoyalBlue3 instead
16471 of dark RoyalBlue4.
16472
16473 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16474
16475 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16476
16477 * novice.el (disabled-command-hook): Declare it with
16478 `define-obsolete-variable-alias'.
16479
16480 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16481 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16482 (desktop-load-default): Add release to obsolescence info.
16483 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16484 (desktop-append-buffer-args, desktop-read):
16485 Fix typos in docstrings.
16486 (desktop-kill): Fix typo in message.
16487 (desktop-save): Doc fix.
16488
16489 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16490
16491 * viper-cmd.el (viper-escape-to-state): Bug fix.
16492 (viper-envelop-ESC-key): Change the definition of fast
16493 keysequence so it'll work with keyboard macros.
16494
16495 * ediff.el (ediff-patch-buffer): Change the docstring.
16496
16497 2005-07-19 Kenichi Handa <handa@m17n.org>
16498
16499 * international/mule-cmds.el (select-safe-coding-system): Try to
16500 use an auto-coding (if any) before anything else. If the found
16501 auto-coding is invalid, show a warning message.
16502
16503 * international/mule.el (find-auto-coding): New function created
16504 by modifying the body of set-auto-coding.
16505 (set-auto-coding): Use find-auto-coding to find a coding.
16506
16507 2005-07-18 Richard M. Stallman <rms@gnu.org>
16508
16509 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16510 not isearch-mode-end-hook-error.
16511 (allout-before-change-protect): Fix error message.
16512
16513 2005-07-18 Juri Linkov <juri@jurta.org>
16514
16515 * allout.el (allout-mode):
16516 * calculator.el (calculator-copy):
16517 * custom.el (custom-known-themes):
16518 * dired.el (dired-desktop-buffer-misc-data)
16519 (dired-restore-desktop-buffer):
16520 * dired-x.el (dired-omit-marker-char):
16521 * files.el (basic-save-buffer):
16522 * font-core.el (font-lock-mode):
16523 * calendar/calendar.el (calendar-goto-hebrew-date)
16524 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16525 (calendar-goto-persian-date):
16526 * language/ethio-util.el (ethio-sera-to-fidel-region):
16527 * textmodes/picture.el (picture-mode):
16528 Delete duplicate duplicate words.
16529
16530 2005-07-18 Juri Linkov <juri@jurta.org>
16531
16532 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16533 chars * ? } |.
16534 (isearch-fallback): Don't call `isearch-process-search-char'.
16535 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16536 (isearch-process-search-char): Call `isearch-fallback' for regexp
16537 chars * ? } |.
16538 (isearch-return-char): Make obsolete with `make-obsolete' instead
16539 of simply documenting it as obsolete in the docstring.
16540 (isearch-fallback): Refill docstring.
16541
16542 * international/isearch-x.el
16543 (isearch-process-search-multibyte-characters): Remove unneeded
16544 `concat'. Add intermediate values to `junk-hist' instead of
16545 `minibuffer-history'. Test the length of `str'.
16546
16547 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16548
16549 * allout.el (allout-resolve-xref): Fix typos in error strings.
16550 (allout-before-change-protect): Remove unneeded `concat'.
16551
16552 * array.el (array-mode, array-reconfigure-rows)
16553 (untabify-backward): Fix typos in docstrings.
16554 (array-reconfigure-rows): Use `insert-buffer-substring', not
16555 `insert-buffer'.
16556
16557 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16558 * progmodes/ada-mode.el (ada-make-body):
16559 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16560
16561 * dired.el (dired-log):
16562 * tar-mode.el (tar-subfile-save-buffer):
16563 * play/zone.el (zone-pgm-stress-destress):
16564 Use `insert-buffer-substring', not `insert-buffer'.
16565
16566 2005-07-17 Simon Josefsson <jas@extundo.com>
16567
16568 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16569
16570 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16571
16572 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16573 Add plain auth method.
16574 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16575
16576 2005-07-17 Kim F. Storm <storm@cua.dk>
16577
16578 * ido.el (dired-other-window): Add ido property.
16579
16580 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16581
16582 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16583 Fix typo in docstring.
16584 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16585 `insert-file-literally'.
16586
16587 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16588 info and delete redundant message. Doc fix.
16589 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16590 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16591
16592 2005-07-16 Richard M. Stallman <rms@gnu.org>
16593
16594 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16595 (byte-compile-and): Use byte-compile-and-recursion.
16596 (byte-compile-or-recursion): New function.
16597 (byte-compile-or): Use that.
16598 (byte-compile-if): Guard the else-clause too.
16599 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16600
16601 * isearch.el (isearch-mode-end-hook-quit): New variable.
16602 (isearch-done): Bind it.
16603 (isearch-mode-end-hook): Doc fix.
16604
16605 * allout.el (allout-isearch-did-quit): Variable deleted.
16606 (allout-real-isearch-abort): Function name no longer used.
16607 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16608 (allout-isearch-rectification): isearch-mode always exists.
16609 Don't set allout-isearch-did-quit.
16610 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16611 allout-isearch-did-quit.
16612 (allout-enwrap-isearch): Just add the hook.
16613 (allout-isearch-abort): Function deleted.
16614 (allout-pre-command-business): Avoid warning.
16615
16616 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16617 Correctly avoid warnings.
16618 (pascal-outline): Likewise.
16619
16620 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16621
16622 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16623
16624 * play/tetris.el (tetris-mode): Avoid warning.
16625
16626 * play/snake.el (snake-mode): Avoid warning.
16627
16628 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16629 (gamegrid-set-display-table): Avoid warning.
16630 (gamegrid-set-timer): Likewise.
16631 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16632 (gamegrid-add-score-with-update-game-score-1): Take FILE
16633 as argument.
16634 (gamegrid-add-score-with-update-game-score): Pass that argument.
16635 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16636
16637 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16638
16639 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16640 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16641
16642 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16643 and insert-file.
16644
16645 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16646 (sc-ask): Avoid warnings.
16647
16648 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16649 (eshell-hist-initialize): Use that var the natural way.
16650
16651 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16652
16653 * emacs-lisp/re-builder.el (reb-cook-regexp):
16654 Avoid warning calling lre-compile-string.
16655 (reb-color-display-p): Avoid warning.
16656
16657 * calculator.el (calculator-last-input): Guard uses
16658 of event-key and key-press-event-p.
16659 (event-key, key-press-event-p): Delete definitions.
16660
16661 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16662 (find-gc-source-directory, find-gc-subrs-callers)
16663 (find-gc-noreturn-list, find-gc-source-files)
16664 (find-gc-subrs-called): Vars renamed and defvar'd.
16665
16666 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16667 (checkdoc-overlay-put, checkdoc-delete-overlay)
16668 (checkdoc-overlay-start, checkdoc-overlay-end)
16669 (checkdoc-mode-line-update, checkdoc-char=):
16670 Define such that compiler knows they are defined.
16671 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16672 (checkdoc-read-event): Delete. Use read-event directly.
16673
16674 * whitespace.el (whitespace-make-overlay)
16675 (whitespace-overlay-put, whitespace-delete-overlay)
16676 (whitespace-overlay-start, whitespace-overlay-end):
16677 Define such that compiler knows they are defined.
16678 (whitespace): Move conditional inside.
16679
16680 * tempo.el (tempo-insert-template): Suppress warning.
16681
16682 * ediff-diff.el (longlines-mode): Add defvar.
16683
16684 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16685
16686 * server.el: Bind "C-x #" in a way that works even if C-x is
16687 redefined to a command key, not a prefix key.
16688
16689 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16690
16691 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16692 cl-make-type-test till execution time.
16693
16694 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16695
16696 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16697 arg ARG and use it.
16698
16699 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16700
16701 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16702
16703 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16704
16705 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16706 a defcustom with two :set or :type keywords.
16707
16708 2005-07-15 Richard M. Stallman <rms@gnu.org>
16709
16710 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16711 Don't give ^M comment-end syntax.
16712
16713 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16714
16715 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16716 Don't consider gdbmi (gdb-mi.el has its own update functions).
16717 (gdb-var-delete): Make it work for gdbmi as well.
16718 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16719
16720 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16721 (gud-speedbar-menu-items): Correct logic for enabling items.
16722
16723 2005-07-15 Kim F. Storm <storm@cua.dk>
16724
16725 * ido.el: Fix commentary.
16726 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16727 Use with-no-warnings around ffap-guesser.
16728 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16729 Let bind minibuffer-completing-file-name to t.
16730
16731 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16732
16733 * startup.el (site-run-file, keyboard-type): Doc fixes.
16734 (command-line): Check for "--basic-display" argument; also for
16735 "--quick", not "--bare-bones" (which was renamed).
16736 (fancy-splash-text): Add missing item "Getting New Versions".
16737 (normal-splash-screen): Fix typos and improve consistency with
16738 `fancy-splash-text'. Update copyright year.
16739
16740 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16741 valid binding for `help-char'.
16742
16743 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16744
16745 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16746
16747 * term.el (term-mode): Disable cua-mode for term buffers.
16748
16749 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16750
16751 * add-log.el (add-log-mailing-address, change-log-merge):
16752 Doc fixes.
16753 (change-log-get-method-definition): Fix typo in docstring.
16754
16755 2005-07-14 Kim F. Storm <storm@cua.dk>
16756
16757 * emulation/cua-base.el:
16758 (cua--pre-command-handler-1, cua--pre-command-handler)
16759 (cua--post-command-handler-1, cua--post-command-handler):
16760 Split in two. Check (buffer local) value of cua-mode.
16761 (cua-selection-mode): New command.
16762
16763 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16764
16765 * custom.el (custom-initialize-safe-set)
16766 (custom-initialize-safe-default): Doc fixes.
16767
16768 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16769 and simplify :init-value again.
16770
16771 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16772 and simplify :init-value again. Delete autoload.
16773
16774 * startup.el (command-line): Use `custom-reevaluate-setting' again
16775 for tooltip-mode.
16776
16777 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16778 a defcustom with two :initialize keywords.
16779
16780 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16781
16782 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16783 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16784 (allout-post-command-business, allout-flag-region)
16785 (isearch-reenable-font-lock, allout-yank)
16786 (allout-insert-latex-header, allout-insert-latex-trailer)
16787 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16788 (allout-latex-verb-quote): Fix typos in docstrings.
16789 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16790 (allout-unprotected, allout-prefix-data):
16791 Improve argument/docstring consistency.
16792 (allout-chart-subtree): Fix argument spec.
16793 (allout-open-topic): Rename `use_sib_bullet' argument to
16794 `use-sib-bullet'. Doc fix.
16795
16796 * whitespace.el (whitespace-check-buffer-leading)
16797 (whitespace-check-buffer-trailing)
16798 (whitespace-check-buffer-indent)
16799 (whitespace-check-buffer-spacetab)
16800 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16801 (whitespace-check-leading-whitespace)
16802 (whitespace-check-trailing-whitespace)
16803 (whitespace-check-spacetab-whitespace)
16804 (whitespace-check-indent-whitespace)
16805 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16806 (whitespace-modes): Fix typos in docstrings.
16807 (defgroup, defcustom): Doc fixes.
16808
16809 * winner.el (winner-mode, winner-boring-buffers)
16810 (winner-pending-undo-ring): Doc fixes.
16811 (winner-ring): Remove unneeded `progn'.
16812 (winner-equal): `defsubst' it.
16813 (winner-redo): Fix message.
16814
16815 2005-07-13 Kim F. Storm <storm@cua.dk>
16816
16817 * simple.el (line-move-1): Always use vertical-motion to
16818 do the last (or only) line move to ensure some movement.
16819 Undo 2005-06-23 change--don't check for overlays.
16820
16821 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16822
16823 * term/mac-win.el (ccl-encode-mac-roman-font)
16824 (ccl-encode-mac-centraleurroman-font)
16825 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16826 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16827 Change charset-id boundary of dimension to ?\xef.
16828 (mac-char-fontspec-list): New constant.
16829 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16830 argument. Nil uses itself as family in font-spec. Previous
16831 behavior for nil is now provided by non-nil non-string argument.
16832 All callers changed. Add font-specs for Mac fonts to
16833 "fontset-default" unless iso8859-1 fonts are installed.
16834
16835 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16836
16837 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16838 a continuation line if the \ is preceded by SPC or TAB.
16839 (sh-get-indent-info): Simplify.
16840 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16841 Use with-current-buffer.
16842
16843 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16844 when the matched text is empty.
16845
16846 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16847
16848 * startup.el (command-line): Revert to previous handling of
16849 tooltip-mode. Explain in comment why the complexity is needed.
16850
16851 * tooltip.el (tooltip-mode): Revert to previous implementation of
16852 its defcustom.
16853
16854 * frame.el (blink-cursor-mode): Revert to previous implementation
16855 of its defcustom. Update comment.
16856
16857 2005-07-12 Lars Hansen <larsh@soem.dk>
16858
16859 * desktop.el: Update e-mail address.
16860
16861 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16862
16863 * term/mac-win.el (mac-services-mail-selection)
16864 (mac-services-mail-to): New functions.
16865 (mac-application-menu-map): Bind them.
16866
16867 2005-07-12 wulei <milton@wulei.net> (tiny change)
16868
16869 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16870
16871 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16872
16873 * custom.el (custom-reevaluate-setting): Doc fix.
16874
16875 2005-07-11 Jay Belanger <belanger@truman.edu>
16876
16877 * calc/calc.el (calc-embedded-announce-formula-alist)
16878 (calc-embedded-open-close-plain-alist)
16879 (calc-embedded-open-close-mode-alist): Add checks for additional
16880 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16881
16882 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16883
16884 * custom.el (custom-enable-theme): Don't add theme to
16885 `custom-enabled-themes' with `push' because there is no
16886 setf-method for `delq'.
16887
16888 2005-07-11 Richard M. Stallman <rms@gnu.org>
16889
16890 * custom.el (custom-declare-variable): Doc fix.
16891
16892 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16893 from the alists.
16894
16895 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16896 Do nothing if edebug-active.
16897
16898 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16899 (edebug-display): Do it here instead.
16900
16901 2005-07-10 Richard M. Stallman <rms@gnu.org>
16902
16903 * cus-face.el (custom-theme-set-faces): Make it work.
16904 (custom-reset-faces): Doc fix.
16905 (custom-theme-reset-internal-face, custom-theme-face-value):
16906 Functions deleted.
16907
16908 * custom.el (custom-push-theme): Maintain list of the settings
16909 of a given theme in its theme-settings property.
16910 Maintain position of old settings in the theme-value
16911 or theme-face property.
16912 (custom-enabled-themes): New variable.
16913 (custom-theme-enabled-p): New function.
16914 (provide-theme): Update custom-enabled-themes.
16915 Disable and reenable the `user' theme.
16916 (require-theme): Doc fix.
16917 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16918 (custom-theme-value, custom-theme-variable-value): Likewise.
16919 (custom-theme-reset-internal): Likewise.
16920 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16921 (custom-enable-theme, custom-disable-theme): New functions.
16922 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16923 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16924 (custom-theme-reset-variables): Simplify.
16925 (deftheme, custom-declare-theme, custom-make-theme-feature):
16926 Definitions moved.
16927
16928 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16929
16930 * longlines.el (longlines-show-region)
16931 (longlines-unshow-hard-newlines): Recognize hard newlines by
16932 non-nil hard property, instead of t.
16933
16934 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16935
16936 * viper-cmd.el (viper--key-maps): New variable.
16937 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16938 emulation-mode-map-alists.
16939 (viper-envelop-ESC-key): Use viper-subseq.
16940 (viper-search-forward/backward/next): Disable debug-on-error.
16941
16942 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16943 (viper-ESC-key): New defcustoms.
16944
16945 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16946
16947 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16948 (viper-subseq): Copy of subseq from cl.el.
16949
16950 * viper.el (viper-go-away, viper-set-hooks): Use
16951 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16952
16953 * viper-mous.el (viper-current-frame-saved): Use defvar.
16954
16955 * viper-init.el: Get rid of -face in face names.
16956
16957 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16958 Make it work with longlines mode
16959
16960 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16961
16962 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16963
16964 * ediff-init.el: Get rid of -face in face names.
16965
16966 2005-07-10 Richard M. Stallman <rms@gnu.org>
16967
16968 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16969 and with-timeout-unsuspend.
16970
16971 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16972 and with-timeout-unsuspend.
16973
16974 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16975 (with-timeout): Bind that variable to record timers.
16976 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16977
16978 * emacs-lisp/debug.el (debug-help-follow): New function.
16979 (debugger-mode-map): Use that instead of help-follow.
16980 (debugger-setup-buffer): Use eval-buffer-list
16981 to handle eval-buffer frames.
16982
16983 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16984
16985 * timezone.el (timezone-parse-date): Change first regexp
16986 so it will not mistakenly match dates with no time zone.
16987
16988 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16989
16990 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16991
16992 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16993
16994 * custom.el (custom-initialize-safe-set)
16995 (custom-initialize-safe-default): New functions.
16996
16997 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16998 and simplify :init-value.
16999
17000 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17001 and simplify :init-value. Delete obsolete comment.
17002
17003 * startup.el (command-line): Use `custom-reevaluate-setting' to
17004 handle `tooltip-mode'. Delete obsolete comment.
17005
17006 * files.el (set-visited-file-name): Avoid calling
17007 `file-name-nondirectory' with a nil argument.
17008
17009 2005-07-09 Richard M. Stallman <rms@gnu.org>
17010
17011 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17012 was called with nil for the buffer, handle the read position right.
17013 Handle read position for eval-region, too.
17014
17015 2005-07-09 Juri Linkov <juri@jurta.org>
17016
17017 * fringe.el (fringe-mode): Add period in docstring.
17018 (fringe-query-style): Build prompt depending on `all-frames' arg.
17019
17020 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17021 to not create links to unrelated functions in the Help buffer.
17022
17023 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17024 Doc fix.
17025
17026 * simple.el (next-error-hook): New variable.
17027 (next-error): Use it. Doc fix.
17028
17029 * textmodes/ispell.el (ispell-command-loop): Add current
17030 dictionary name and program name to mode-line-format.
17031 (ispell-region, ispell-process-line): Add current dictionary name
17032 and program name to messages.
17033
17034 2005-07-08 Jay Belanger <belanger@truman.edu>
17035
17036 * calc/calc.el (calc-embedded-announce-formula-alist)
17037 (calc-embedded-open-close-formula-alist)
17038 (calc-embedded-open-close-word-alist)
17039 (calc-embedded-open-close-plain-alist)
17040 (calc-embedded-open-close-new-formula-alist)
17041 (calc-embedded-open-close-mode-alist)
17042 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17043 (calc-embedded-mode-hook): New variables.
17044
17045 * calc/calc-embed.el (calc-embedded-firsttime)
17046 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17047 New variables.
17048 (calc-do-embedded): Use calc-embedded-firsttime,
17049 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17050 determine whether or not to run hooks.
17051 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17052 calc-embedded-firsttime-formula appropriately.
17053 Set calc-embedded delimiter variables according to mode.
17054
17055 2005-07-08 Richard M. Stallman <rms@gnu.org>
17056
17057 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17058 Check for "emacs", etc., as entire symbol, not just as word.
17059 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17060
17061 * files.el (set-visited-file-name): Report the error
17062 for "empty filename" earlier.
17063 (kill-some-buffers): Ignore buffers already dead.
17064
17065 * fringe.el (fringe-mode): Doc fix.
17066
17067 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17068 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17069 Use unwind-protect to ensure byte-compile-unresolved-functions
17070 is updated.
17071
17072 * whitespace.el (whitespace-buffer-leading-cleanup):
17073 Simplify w/ skip-chars-forward.
17074 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17075
17076 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17077 Unconditionally try to leave point at the same old place.
17078
17079 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17080
17081 * comint.el (comint-postoutput-scroll-to-bottom)
17082 (comint-show-maximum-output): Take scroll-margin into consideration.
17083
17084 2005-07-08 Kim F. Storm <storm@cua.dk>
17085
17086 * ido.el (ido-use-filename-at-point): New choice `guess'.
17087 (ido-file-internal): Try ffap-guesser if selected.
17088
17089 * ido.el (ido-before-fallback-functions): New hook.
17090 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17091 (ido-read-file-name): Run it.
17092
17093 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17094
17095 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17096 strings rather than a list of symbols to the completion function.
17097
17098 2005-07-07 Jay Belanger <belanger@truman.edu>
17099
17100 * calc/calc-units.el (math-apply-units): Change the places in
17101 which units are simplified.
17102
17103 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17104
17105 * cus-edit.el (customize-option, customize-option-other-window):
17106 Make them handle aliases.
17107
17108 * custom.el (custom-variable-p): Make it recursively follow
17109 aliases. Mention that in the docstring.
17110
17111 2005-07-07 Richard M. Stallman <rms@gnu.org>
17112
17113 * cus-start.el (exec-path): Use `directory' instead of `file'.
17114 Fix tag for nil.
17115
17116 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17117
17118 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17119 when called non-interactively. Doc fix.
17120
17121 2005-07-07 Lute Kamstra <lute@gnu.org>
17122
17123 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17124 new address as well.
17125
17126 2005-07-07 Kenichi Handa <handa@m17n.org>
17127
17128 * international/mule.el (make-coding-system):
17129 Describe `ascii-incompatible' property in the docstring.
17130 (set-file-name-coding-system): Signal an error if coding-system is
17131 ascii-incompatible.
17132 (set-keyboard-coding-system): Likewise.
17133
17134 * international/mule-cmds.el (set-default-coding-systems):
17135 Don't set default-file-name-coding-system and
17136 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17137
17138 * international/utf-16.el: Declare that all UTF-16-based coding
17139 systems are ASCII-incompatible.
17140
17141 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17142
17143 * progmodes/gud.el: Require font-lock for displaying errors.
17144 Used by gdb-ui.el.
17145
17146 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17147
17148 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17149 values for the pattern lists which are `read'able but not
17150 `append'able (like symbols).
17151
17152 2005-07-06 Richard M. Stallman <rms@gnu.org>
17153
17154 * progmodes/flymake.el (flymake-float-time): Instead of
17155 with-no-warnings, test for xemacs.
17156 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17157 to avoid warning.
17158
17159 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17160
17161 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17162
17163 2005-07-05 Lute Kamstra <lute@gnu.org>
17164
17165 * battery.el: Add support for Darwin (with much debugging help
17166 from Samuel Lauber <sam124@operamail.com>).
17167 (battery-status-function, battery-echo-area-format)
17168 (battery-mode-line-format): Add support for pmset on Darwin.
17169 (battery-load-low, battery-load-critical): New user options.
17170 (battery-pmset): New function.
17171
17172 2005-07-05 Lute Kamstra <lute@gnu.org>
17173
17174 Update FSF's address in GPL notices.
17175
17176 * textmodes/page-ext.el: Update FSF's address.
17177
17178 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17179
17180 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17181 filling from using prefix when filling a single-line docstring.
17182
17183 * progmodes/flymake.el: Remove useless eval-when-compile.
17184
17185 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17186
17187 2005-07-04 Richard M. Stallman <rms@gnu.org>
17188
17189 * textmodes/org.el (org-file-apps-defaults-gnu):
17190 Rename from org-file-apps-defaults-linux.
17191 (org-default-apps): Don't test system-type for `linux'.
17192 (org-file-apps): Doc fix.
17193
17194 2005-07-04 David Ponce <david@dponce.com>
17195
17196 * tree-widget.el: Improve header Commentary section.
17197 (tree-widget) [defgroup]
17198 (tree-widget-image-enable, tree-widget-themes-directory)
17199 (tree-widget-theme, tree-widget-image-properties-emacs)
17200 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17201 (tree-widget-image-formats, tree-widget-control)
17202 (tree-widget-empty-control, tree-widget-leaf-control
17203 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17204 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17205 (tree-widget-keep, tree-widget-after-toggle-functions)
17206 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17207 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17208 :help-echo message.
17209 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17210 (tree-widget-image-properties): Doc fix. Clearer implementation.
17211 (tree-widget--cursors): New constant.
17212 (tree-widget-lookup-image): New function split from
17213 `tree-widget-find-image'. Clearer implementation.
17214 (tree-widget-find-image): Use it.
17215 (tree-widget-button-keymap): Use `set-keymap-parent'.
17216 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17217 Define the sub-widgets here.
17218 (tree-widget-node): Check that :node is not a tree-widget.
17219 (tree-widget-get-super, tree-widget-open-control)
17220 (tree-widget-close-control, tree-widget-empty-control)
17221 (tree-widget-leaf-control, tree-widget-guide)
17222 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17223 (tree-widget-no-handle, tree-widget-value-delete)
17224 (tree-widget-map): Remove.
17225 (tree-widget-children-value-save): Doc fix. Simplified.
17226 (tree-widget-value-create): Update according to previous changes.
17227
17228 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17229
17230 * textmodes/org.el: Leading space replaced by TABS.
17231 (org-recalc-marks, org-table-rotate-recalc-marks)
17232 (org-table-get-specials): Treat "^" and "_" marks.
17233 (org-table-justify-field-maybe): Optional argument NEW.
17234 (org-table-eval-formula): Parsing of the format simplified.
17235 New modes C,I. Honor the %= parameter in the current table.
17236 Avoid unnecessary re-align by using the NEW argument to
17237 `org-table-justify-field-maybe'.
17238 (org-calc-default-modes): Default for date-format mimicks org-mode.
17239 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17240
17241 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17242
17243 * cus-face.el (custom-theme-set-faces): Make it handle face
17244 aliases whose alias declarations are pre- or autoloaded.
17245
17246 2005-07-04 Juri Linkov <juri@jurta.org>
17247
17248 * faces.el (read-face-name): Put the code for getting a face name
17249 from the buffer before adding the faces from the `face' property.
17250 Use `completing-read-multiple' instead of `completing-read'.
17251 Require `crm'. Add default value and post-process the returned
17252 list of faces.
17253
17254 * emacs-lisp/crm.el (crm-find-current-element)
17255 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17256
17257 * emacs-lisp/lisp-mode.el (eval-defun-1):
17258 * emacs-lisp/edebug.el (edebug-eval-defun):
17259 Remove unnecessary quotes.
17260
17261 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17262
17263 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17264 (prolog-indent-level): Fix typo in docstring.
17265
17266 * info.el (Info-history, Info-history-forward)
17267 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17268
17269 * add-log.el (add-change-log-entry):
17270 * comint.el (comint-dynamic-list-input-ring)
17271 (comint-dynamic-list-completions):
17272 * dabbrev.el (dabbrev-expand):
17273 * delim-col.el (delimit-columns-rectangle-line):
17274 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17275 (diff-unified->context):
17276 * ediff-init.el (ediff-abbrev-jobname):
17277 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17278 (ediff-replace-session-activity-marker-in-meta-buffer):
17279 * info.el (Info-summary):
17280 * lpr.el (printify-region):
17281 * printing.el (pr-create-interface):
17282 * ps-print.el (ps-print-quote):
17283 * ses.el (ses-column-widths, ses-print-cell)
17284 (ses-adjust-print-width, ses-center):
17285 * shell.el (shell-file-name-quote-list):
17286 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17287 (strokes-fill-current-buffer-with-whitespace)
17288 (strokes-xpm-for-stroke, strokes-list-strokes)
17289 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17290 * term.el (term-dynamic-list-input-ring)
17291 (term-dynamic-list-completions):
17292 * calc/calc.el (math-format-stack-value):
17293 * emacs-lisp/edebug.el (edebug-display-freq-count):
17294 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17295 (delphi-new-comment-line):
17296 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17297 * progmodes/executable.el (executable-set-magic):
17298 * progmodes/python.el (inferior-python-mode):
17299 * progmodes/scheme.el (scheme-mode-syntax-table):
17300 * progmodes/sh-script.el (sh-maybe-here-document):
17301 * progmodes/sql.el (sql-copy-column):
17302 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17303 * textmodes/bibtex.el (bibtex-mode):
17304 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17305 (sgml-auto-attributes):
17306 * textmodes/table.el (table-insert, table-shorten-cell)
17307 (table--generate-source-scan-lines, table-delete-row)
17308 (*table--cell-delete-char, table--spacify-frame)
17309 (table--horizontally-shift-above-and-below)
17310 (table--cell-insert-char, table--cell-blank-str)
17311 (table--fill-region-strictly):
17312 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17313 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17314
17315 * add-log.el (change-log):
17316 * apropos.el (apropos):
17317 * comint.el (comint-completion, comint-source):
17318 * dabbrev.el (dabbrev):
17319 * delim-col.el (columns):
17320 * diff-mode.el (diff-mode):
17321 * ediff.el (ediff):
17322 * ediff-diff.el (ediff-diff):
17323 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17324 * ediff-mult.el (ediff-mult):
17325 * ediff-ptch.el (ediff-ptch):
17326 * ediff-wind.el (ediff-window):
17327 * facemenu.el (facemenu):
17328 * indent.el (indent):
17329 * info.el (info):
17330 * jka-cmpr-hook.el (compression, jka-compr):
17331 * lpr.el (lpr):
17332 * outline.el (outlines):
17333 * pcmpl-cvs.el (pcmpl-cvs):
17334 * pcmpl-rpm.el (pcmpl-rpm):
17335 * printing.el (printing):
17336 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17337 (ps-print-vertical, ps-print-headers, ps-print-font)
17338 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17339 (ps-print-background, ps-print-printer, ps-print-page)
17340 (ps-print-miscellany):
17341 * ses.el (ses):
17342 * shell.el (shell, shell-directories, shell-faces):
17343 * startup.el (initialization):
17344 * strokes.el (strokes):
17345 * term.el (term):
17346 * uniquify.el (uniquify):
17347 * w32-vars.el (w32):
17348 * calc/calc.el (calc):
17349 * emacs-lisp/bytecomp.el (bytecomp):
17350 * emacs-lisp/cl-indent.el (lisp-indent):
17351 * emacs-lisp/edebug.el (edebug):
17352 * emacs-lisp/elp.el (elp):
17353 * emacs-lisp/testcover.el (testcover):
17354 * emacs-lisp/trace.el (trace):
17355 * emulation/viper-ex.el (viper-ex):
17356 * emulation/viper-mous.el (viper-mouse):
17357 * mail/mailalias.el (mailalias):
17358 * mail/supercite.el (supercite, supercite-frames)
17359 (supercite-attr, supercite-cite, supercite-hooks):
17360 * net/rcompile.el (remote-compile):
17361 * net/rlogin.el (rlogin):
17362 * obsolete/ooutline.el (outlines):
17363 * progmodes/delphi.el (delphi):
17364 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17365 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17366 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17367 (ebnf-optimization):
17368 * progmodes/etags.el (etags):
17369 * progmodes/executable.el (executable):
17370 * progmodes/idlwave.el (idlwave):
17371 * progmodes/pascal.el (pascal):
17372 * progmodes/prolog.el (prolog):
17373 * progmodes/python.el (python):
17374 * progmodes/scheme.el (scheme):
17375 * progmodes/sh-script.el (sh, sh-script):
17376 * progmodes/sql.el (SQL):
17377 * progmodes/tcl.el (tcl):
17378 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17379 * textmodes/enriched.el (enriched):
17380 * textmodes/makeinfo.el (makeinfo):
17381 * textmodes/sgml-mode.el (sgml):
17382 * textmodes/table.el (table-hooks):
17383 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17384 * textmodes/texinfo.el (texinfo):
17385 * textmodes/two-column.el (two-column):
17386 Finish `defgroup' description with period.
17387
17388 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17389 * eshell/esh-var.el (eshell-var):
17390 * progmodes/vhdl-mode.el (vhdl-testbench):
17391 * textmodes/org.el (org): Fix typos in docstrings.
17392
17393 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17394 consistency.
17395
17396 * progmodes/flymake.el (flymake-find-file): Remove.
17397 (flymake-float-time): Use `with-no-warnings'.
17398 (flymake-check-start-time, flymake-check-was-interrupted)
17399 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17400 (flymake-new-err-info): `defvar' at compile time.
17401
17402 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17403
17404 * replace.el (occur-hook): Doc fix.
17405 (occur-1): Don't call `occur-hook' if there are no matches.
17406
17407 2005-07-03 Richard M. Stallman <rms@gnu.org>
17408
17409 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17410 global-map, save the same map.
17411 (global-map): Don't alter it at top level.
17412 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17413 Then alter it here instead.
17414 (tpu-edt-off): Set global-map to the saved one.
17415
17416 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17417 All references simplified.
17418 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17419 (zmacs-regions): Add defvar.
17420 (repeat-complex-command-map): Everything about that deleted.
17421
17422 * textmodes/artist.el (artist-key-is-drawing)
17423 (artist-key-endpoint1, artist-key-poly-point-list)
17424 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17425 (artist-key-compl-table, artist-rb-save-data)
17426 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17427 Don't put them in eval-when-compile.
17428 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17429
17430 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17431 Use with-no-warnings.
17432
17433 * net/browse-url.el (dos-windows-version): Add defvar.
17434
17435 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17436
17437 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17438 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17439 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17440 Add defvar.
17441 (rmail-summary-beginning-of-message): Use with-no-warnings.
17442 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17443
17444 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17445 Use with-no-warnings.
17446
17447 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17448 (c-mark-function): Add point-moving-unit property.
17449 (vi-goto-line): Use with-no-warnings.
17450
17451 * emulation/edt.el (edt-last-copied-word): Add defvar.
17452 (zmacs-region-stays): Likewise.
17453 (edt-mark-section-wisely): Use c-mark-function for C.
17454 Use makr-defun for Fortran.
17455 (time-string): defvar deleted.
17456 (edt-display-the-time): Don't set time-string.
17457
17458 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17459
17460 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17461 Don't warn when name is not constant
17462 or for defining the group `emacs'.
17463
17464 * tooltip.el (gud-tooltip-mode): Add defvar.
17465
17466 * startup.el (default-frame-background-mode): Add defvar.
17467
17468 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17469
17470 * info.el (tool-bar-map): Add defvar.
17471
17472 * dired.el (dnd-protocol-alist): Add defvar.
17473
17474 * dired-aux.el (dired-query): Display question with answer, when
17475 the user answers.
17476
17477 * custom.el (custom-add-option): Doc fix.
17478
17479 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17480
17481 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17482
17483 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17484 bogus name from the last change.
17485
17486 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17487
17488 * custom.el (custom-declare-variable): Fix typos in comment.
17489 (custom-known-themes): Doc fix.
17490 (custom-theme-directory): New defcustom.
17491 (require-theme): Make it check `custom-theme-directory'.
17492
17493 * cus-theme.el (custom-new-theme-mode): New function.
17494 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17495 (custom-theme-description): Add compiler defvars.
17496 (customize-create-theme): Add doc to the "*New Custom Theme*"
17497 buffer. Use `custom-new-theme-mode'.
17498 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17499 and save it to the `custom-theme-directory'. Make this the
17500 default directory of the buffer.
17501
17502 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17503
17504 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17505 Fix unbalanced parentheses.
17506
17507 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17508
17509 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17510 into flymake-mode and delegate to flymake-mode.
17511
17512 * find-file.el (ff-which-function-are-we-in): Clean up.
17513
17514 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17515
17516 * replace.el (occur-rename-buffer): Fix docstring.
17517
17518 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17519 (edt-last-copied-word, edt-learn-macro-count)
17520 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17521 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17522 (time-string, zmacs-region-stays):
17523 * emulation/edt-mapper.el (edt-save-function-key-map)
17524 (EDT-key-name): `defvar' to silence the byte-compiler.
17525
17526 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17527
17528 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17529 font-lock-regexp-backslash. Doc fix.
17530 (font-lock-regexp-backslash-grouping-construct): Rename from
17531 font-lock-regexp-backslash-construct. Doc fix.
17532 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17533 grouping constructs.
17534
17535 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17536
17537 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17538 updating all the prerequisites.
17539
17540 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17541
17542 * textmodes/org.el (org-agenda-start-on-weekday)
17543 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17544 (org-agenda-use-time-grid, org-archive-location)
17545 (org-allow-space-in-links, org-usenet-links-prefer-google)
17546 (org-enable-table-editor, org-export-default-language)
17547 (org-export-html-show-new-buffer, org-fill-paragraph)
17548 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17549 (org-goto-quit, org-occur, org-eval-in-calendar)
17550 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17551 (org-agenda-diary-entry, org-remember-help)
17552 (org-table-convert-region, org-at-table-p)
17553 (org-table-move-row-down, org-table-move-row-up)
17554 (org-table-copy-region, org-table-toggle-vline-visibility)
17555 (org-table-get-stored-formulas, org-table-get-specials)
17556 (org-recalc-commands, org-table-eval-formula)
17557 (org-table-formula-substitute-names, orgtbl-make-binding)
17558 (org-format-org-table-html, org-format-table-table-html)
17559 (org-format-table-table-html-using-table-generate-source)
17560 (org-customize): Fix typos in docstrings.
17561 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17562 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17563 (org-back-to-heading): Doc fixes.
17564 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17565 (org-agenda-change-all-lines, org-get-header):
17566 Improve argument/docstring consistency.
17567 (orgtbl-error): Fix error message.
17568
17569 * progmodes/flymake.el (flymake-find-possible-master-files)
17570 (flymake-master-file-compare, flymake-get-line-err-count)
17571 (flymake-highlight-line, flymake-gui-warnings-enabled):
17572 Fix typos in docstrings.
17573 (flymake-parse-line, flymake-get-project-include-dirs-function)
17574 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17575 Doc fixes.
17576 (flymake-get-project-include-dirs-function)
17577 (flymake-make-err-menu-data):
17578 Improve argument/docstring consistency.
17579
17580 2005-07-01 Lute Kamstra <lute@gnu.org>
17581
17582 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17583 Catch errors with ignore-errors. Use temporary buffer.
17584 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17585
17586 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17587 background color faces.
17588 (facemenu-set-foreground, facemenu-set-background):
17589 Use facemenu-set-face-from-menu.
17590 (facemenu-set-face-from-menu): Treat face names that start with
17591 "fg:" or "bg:" as special.
17592 (facemenu-add-new-color): Don't create faces. Simplify.
17593
17594 2005-06-30 Richard M. Stallman <rms@gnu.org>
17595
17596 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17597 (crm-find-current-element): Likewise.
17598
17599 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17600
17601 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17602
17603 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17604
17605 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17606 (archive-mouse-extract): Make it an obsolete alias.
17607 (archive-mode-map): Don't use archive-mouse-extract any more.
17608 (archive-mode, archive-extract): write-contents-hooks ->
17609 write-contents-functions.
17610 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17611 first arg.
17612 (archive-rename-entry): Update the call.
17613 (archive-zip-summarize): Remove unused var `method'.
17614 (archive-lzh-summarize): Remove unused var `creator'.
17615
17616 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17617 dedicated frame upon exit.
17618
17619 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17620 (archive-zip-extract, archive-zip-expunge)
17621 (archive-zip-update, archive-zip-update-case): Use executable-find.
17622 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17623 Use restore-buffer-modified-p.
17624 (archive-extract, archive-add-new-member, archive-write-file-member):
17625 Use with-current-buffer.
17626 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17627
17628 2005-06-30 Andreas Schwab <schwab@suse.de>
17629
17630 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17631
17632 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17633
17634 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17635
17636 2005-06-30 Juri Linkov <juri@jurta.org>
17637
17638 * faces.el (vertical-border): Inherit from mode-line-inactive
17639 only on tty.
17640
17641 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17642
17643 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17644 example, -NLINES in the `occur' docstring).
17645
17646 * replace.el (occur-1): When no matches are found, do not set the
17647 `buffer-read-only' and modified flags for the occur buffer,
17648 because it is deleted.
17649
17650 * emulation/cua-base.el (cua-check-pending-input)
17651 (cua-repeat-replace-region, cua-mode, cua-debug)
17652 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17653 Fix typos in docstrings.
17654
17655 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17656 (cua-cut-region-to-global-mark)
17657 (cua--cut-rectangle-to-global-mark):
17658 Remove period from end of messages.
17659
17660 * emulation/cua-rect.el (cua-do-rectangle-padding):
17661 Remove period from end of messages.
17662 (cua--rectangle-seq-format): Fix typo in docstring.
17663 (cua-sequence-rectangle, cua-fill-char-rectangle):
17664 Improve argument/docstring consistency.
17665
17666 2005-06-29 Juri Linkov <juri@jurta.org>
17667
17668 * faces.el (default-frame-background-mode): New internal variable.
17669 (frame-set-background-mode): Use it.
17670
17671 * startup.el (normal-top-level): Set default-frame-background-mode
17672 instead of frame-background-mode. Before setting it, test for its
17673 nil value. Remove tests for frame-background-mode and frame
17674 parameter `reverse'. Add test for "unspecified-fg".
17675
17676 * term/xterm.el (xterm-rxvt-set-background-mode):
17677 * term/rxvt.el (rxvt-set-background-mode):
17678 Set default-frame-background-mode instead of frame-background-mode.
17679
17680 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17681
17682 * simple.el (set-variable): Warn about obsolete user variables.
17683
17684 * imenu.el (imenu--completion-buffer):
17685 * mouse.el (mouse-buffer-menu-alist):
17686 * msb.el (msb-invisible-buffer-p):
17687 * calendar/diary-lib.el (diary-header-line-format):
17688 * emacs-lisp/pp.el (pp-buffer):
17689 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17690 * textmodes/picture.el (picture-replace-match):
17691 Change space constants followed by a sexp to "?\s ".
17692
17693 * play/decipher.el (decipher-loop-with-breaks):
17694 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17695 constants "protected" from end of line by a comment to "?\s".
17696
17697 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17698
17699 * font-lock.el (save-buffer-state): Use `declare'.
17700
17701 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17702 reset the syntax-table to cperl-mode-syntax-table.
17703 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17704 "foo_print_bar" is not matched as a reserved keyword.
17705
17706 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17707
17708 * textmodes/org.el (orgtbl-setup): New function, for delayed
17709 setup for the orgtbl commands.
17710 (org-calc-default-modes): New option.
17711 (orgtbl-make-binding): Use `defun' to get better help display.
17712 (org-diary): Call `org-compile-prefix-format'.
17713 (org-table-formula-substitute-names): New function.
17714 (org-agenda-day-view, org-agenda-week-view): New commands.
17715 (org-agenda-toggle-week-view): Command removed.
17716 (org-tbl-menu): Split off from org-org-menu.
17717 (org-mode): Move removal of outline-mode menus to here.
17718 (org-table-formula-debug): New option.
17719 (org-table-insert-row): Keep first field if just "#" or "*".
17720 (org-mode): Paragraph regexps fixed.
17721 (org-table-recalculate-regexp): New constant.
17722 (org-table-justify-field-maybe): Avoid replace if not necessary.
17723 (org-copy-special, org-cut-special): Use `call-interactively'.
17724 (org-table-copy-region): Take region from `interactive' call.
17725 (org-trim): Return string even if no match.
17726 (org-formula): New face.
17727 (org-set-font-lock-defaults): No longer highlight "FIXME".
17728 But highlight formula-related fields in table.
17729 (org-table-p): Use regexp, not fontification.
17730 (org-table-align): Handle white space at end of line.
17731 (org-table-formula-evaluate-inline): New option.
17732 (org-mode): Auto-wrapping in comment lines turned off.
17733 (org-table-copy-down): Evaluate only in copied field, not in
17734 destination.
17735 (org-table-current-formula): Variable removed.
17736 (org-table-store-formulas, org-table-get-stored-formulas)
17737 (org-table-modify-formulas, org-table-replace-in-formulas)
17738 (org-table-maybe-eval-formula): New functions.
17739 (org-table-get-formula): Modify to use stored formulas.
17740 (org-table-insert-column, org-table-delete-column)
17741 (org-table-move-column): Call `org-table-modify-formulas'.
17742 (org-complete): Add completion for keyword formulas.
17743 (orgtbl-mode): Pull orgtbl-mode-map to start of
17744 minor-mode-map-alist.
17745
17746 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17747
17748 * progmodes/python.el (python-check): Require `compile' before
17749 modifying its variables.
17750
17751 * newcomment.el (comment-indent-default): Don't get fooled by an early
17752 end of buffer.
17753
17754 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17755
17756 * ps-print.el (ps-print-version): Fix version number.
17757
17758 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17759
17760 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17761
17762 2005-06-28 Richard M. Stallman <rms@gnu.org>
17763
17764 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17765 (flyspell-local-mouse-map): Declaration deleted.
17766 (flyspell-mouse-map): Bind only mouse-2.
17767 (flyspell-mode-map): Don't test flyspell-use-local-map.
17768 (flyspell-overlay-keymap-property-name): Var deleted.
17769 (flyspell-mode-on): Don't make local bindings for
17770 flyspell-mouse-map and flyspell-mode-map.
17771 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17772
17773 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17774
17775 * progmodes/compile.el (compilation-next-error-function):
17776 Don't switch buffers; operate on the current buffer.
17777
17778 * progmodes/compile.el (compilation-error-file-name)
17779 (compilation-warning-file-name, compilation-info-file-name)
17780 (compilation-line-number, compilation-column-number): New faces.
17781 (compilation-error-face, compilation-warning-face)
17782 (compilation-info-face, compilation-line-face)
17783 (compilation-column-face): Use them.
17784
17785 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17786
17787 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17788
17789 * bindings.el (global-map): Bind insertchar and its variants.
17790
17791 2005-06-27 Richard M. Stallman <rms@gnu.org>
17792
17793 * textmodes/artist.el (artist-text-overwrite)
17794 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17795
17796 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17797
17798 * ps-print.el: It was not working the page selection for printing.
17799 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17800 (ps-print-version): New version 6.6.7.
17801 (ps-end-sheet): New fun.
17802 (ps-header-sheet, ps-end-job): Call it.
17803
17804 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17805
17806 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17807
17808 2005-06-27 Lute Kamstra <lute@gnu.org>
17809
17810 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17811 background color faces.
17812 (facemenu-get-face): Delete function.
17813 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17814 (facemenu-add-new-color): Make second argument mandatory.
17815 Create the appropriate face and return it. Simplify.
17816 (facemenu-set-foreground, facemenu-set-background): Don't check if
17817 color is defined. Use return value of facemenu-add-new-color.
17818
17819 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17820
17821 * progmodes/gud.el (gud-filter): Add missing argument to
17822 with-selected-window.
17823
17824 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17825
17826 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17827 a :require to the defcustom.
17828
17829 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17830 defcustoms corresponding to minor modes.
17831
17832 2005-06-26 David Ponce <david@dponce.com>
17833
17834 * recentf.el: Require tree-widget instead of wid-edit.
17835 (recentf-filename-handler): Fix widget :type.
17836 (recentf-cancel-dialog, recentf-open-more-files)
17837 (recentf-open-files-action): Doc fix.
17838 (recentf-dialog-goto-first): New function.
17839 (recentf-dialog-mode-map): Set parent keymap first.
17840 (recentf-dialog-mode): Define with define-derived-mode.
17841 Don't display continuation lines in dialogs.
17842 (recentf-edit-list): Rename from recentf-edit-selected-items.
17843 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17844 Simplify.
17845 (recentf-edit-list-validate): New function.
17846 (recentf-edit-list): Update accordingly.
17847 (recentf-open-files-item-shift): Remove.
17848 (recentf-open-files-item): Convert menu elements into tree and
17849 link widgets. Don't create the widgets.
17850 (recentf-open-files): Update accordingly.
17851 (recentf-save-list): Untabify.
17852
17853 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17854
17855 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17856 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17857 partially contained in the active region. Do not take active
17858 region into account when called from Lisp, unless INTERACTIVE arg
17859 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17860 avoid trouble with fields. Make marker point nowhere when no
17861 longer used. Always return nil. Doc fix.
17862 (flush-lines): Add INTERACTIVE arg. Do not take active region
17863 into account when called from Lisp, unless INTERACTIVE arg is
17864 non-nil. Use `forward-line' instead of `beginning-of-line' to
17865 avoid trouble with fields. Make marker point nowhere when no
17866 longer used. Always return nil. Doc fix.
17867 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17868 interchangeable. Do not take active region into account when
17869 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17870 message in echo area when called from Lisp, unless INTERACTIVE arg
17871 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17872 Return the number of matches. Doc fix.
17873 (occur): Doc fix.
17874 (perform-replace): Make comment follow double space convention for
17875 the sake of `outline-minor-mode'.
17876
17877 * faces.el (facep): Doc fix.
17878
17879 2005-06-25 Richard M. Stallman <rms@gnu.org>
17880
17881 * facemenu.el (facemenu-enable-faces-p): New function.
17882 (facemenu-background-menu, facemenu-foreground-menu)
17883 (facemenu-face-menu): Add menu-enable property.
17884
17885 * jka-compr.el (jka-compr-insert-file-contents):
17886 Special handling if cannot find the uncompression program.
17887
17888 * cus-face.el (custom-face-attributes): Add autoload.
17889
17890 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17891 Bind comment-indent-function locally.
17892
17893 * window.el (save-selected-window): Use save-current-buffer.
17894
17895 * subr.el (with-selected-window): Use save-current-buffer.
17896
17897 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17898 and with-current-buffer.
17899
17900 2005-06-24 Richard M. Stallman <rms@gnu.org>
17901
17902 * simple.el (line-move-1): Fix previous change.
17903
17904 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17905
17906 * replace.el (occur-1): Set `buffer-read-only' and the
17907 buffer-modified flag before running `occur-hook' to protect
17908 against unintentional buffer switches that can lead to data loss.
17909
17910 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17911
17912 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17913 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17914 initial error.
17915
17916 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17917 after fresh input.
17918 (gdb-var-create-handler): Put name of expression in quotes.
17919
17920 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17921
17922 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17923 elements of RING in order, and without bogus nil elements.
17924
17925 2005-06-23 Richard M. Stallman <rms@gnu.org>
17926
17927 * simple.el (set-variable): Args renamed; doc fix.
17928 (line-move-1): When there are overlays around, use vertical-motion.
17929
17930 * faces.el (escape-glyph): Use brown against light background.
17931 (nobreak-space): Rename from no-break-space.
17932 Fix previous change.
17933
17934 * dired-aux.el (dired-do-copy): Fix arg prompt.
17935
17936 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17937
17938 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17939
17940 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17941 rather than "Distributor".
17942
17943 2005-06-23 Lute Kamstra <lute@gnu.org>
17944
17945 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17946 (debug-on-entry): Use it. New interactive declaration that uses
17947 function-called-at-point.
17948
17949 2005-06-23 Kim F. Storm <storm@cua.dk>
17950
17951 * subr.el (save-match-data): Add comment about using evaporate arg
17952 to set-match-data.
17953
17954 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17955
17956 * cus-edit.el (customize-face)
17957 (customize-face-other-window): Handle face aliases.
17958
17959 * faces.el (face-documentation, set-face-attribute)
17960 (face-spec-set): Handle face aliases.
17961
17962 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17963
17964 * help-mode.el (help-make-xrefs): If a symbol representing a face
17965 name is not followed by the word "face", it could still be a
17966 function or variable name, so don't bypass other checks.
17967
17968 2005-06-22 Juri Linkov <juri@jurta.org>
17969
17970 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17971 Replace aliased functions with calls where second arg `inherit' is t.
17972
17973 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17974
17975 * progmodes/gdb-ui.el (gdb-error): New variable.
17976 (gdb-error): New function.
17977 (gdb-annotation-rules): Act on error-begin and error annotations.
17978 (gdb-concat-output): Use font-lock-warning-face for errors.
17979
17980 2005-06-22 Miles Bader <miles@gnu.org>
17981
17982 * bindings.el (propertized-buffer-identification): Use renamed
17983 `Buffer-menu-buffer' face.
17984
17985 * faces.el (vertical-border): Rename from `vertical-divider'.
17986 (escape-glyph): Change dark-background color back to `cyan'.
17987
17988 2005-06-21 Juri Linkov <juri@jurta.org>
17989
17990 * faces.el (face-user-default-spec): Try getting `customized-face'
17991 prior to `saved-face'.
17992 (frame-background-mode): Refill docstring.
17993
17994 * emacs-lisp/lisp-mode.el (eval-defun-1):
17995 * emacs-lisp/edebug.el (edebug-eval-defun):
17996 Set `saved-face' temporarily to nil before calling form.
17997 Set `customized-face' to the new spec after that.
17998
17999 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18000
18001 * subr.el (1value, lambda, key-substitution-in-progress):
18002 Doc fixes.
18003
18004 * autoinsert.el (auto-insert-alist):
18005 * ses.el (ses-call-printer):
18006 * subr.el (noreturn):
18007 * emacs-lisp/lisp.el (check-parens):
18008 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18009 * net/browse-url.el (browse-url-mosaic):
18010 * progmodes/cc-defs.el (c-safe-scan-lists):
18011 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18012 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18013 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18014 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18015 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18016 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18017
18018 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18019
18020 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18021
18022 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18023
18024 * calendar/appt.el (appt-make-list): Activate the package, if
18025 not already active (for backwards compatibility).
18026
18027 2005-06-20 Kim F. Storm <storm@cua.dk>
18028
18029 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18030
18031 2005-06-20 Miles Bader <miles@gnu.org>
18032
18033 * faces.el (vertical-divider): New face.
18034
18035 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18036
18037 * simple.el (kill-whole-line): Doc fix.
18038 (next-error-buffer-p, next-error-find-buffer)
18039 (clone-indirect-buffer): Fix typos in docstrings.
18040 (comment-line-break-function): Doc fix: don't say variable
18041 is automatically buffer-local (it isn't).
18042
18043 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18044
18045 * net/tramp-ftp.el (top):
18046 * net/tramp-smb.el (top):
18047 * net/tramp-util.el (top):
18048 * net/tramp-uu.el (top):
18049 * net/tramp-vc.el (top):
18050 * net/tramp.el (top): Revert copyright years back to original
18051 ones. Tramp has a life outside GNU Emacs.
18052
18053 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18054
18055 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18056
18057 2005-06-18 Juri Linkov <juri@jurta.org>
18058
18059 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18060 end of first regexp to limit the match to the position between
18061 line number and source line with same separator character as used
18062 between file name and line number. In the second regexp limit
18063 mouse-face area to file name and line number by adding new group
18064 for them and referring it in HYPERLINK arg.
18065 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18066 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18067 previous line where grep markers may be already removed.
18068
18069 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18070
18071 * progmodes/ps-mode.el: Update version and maintainer's email address.
18072
18073 2005-06-18 Steve Youngs <steve@xemacs.org>
18074
18075 * net/browse-url.el (browse-url-browser-function)
18076 (browse-url-default-browser): Add firefox.
18077 (browse-url-firefox-program, browse-url-firefox-arguments)
18078 (browse-url-firefox-startup-arguments)
18079 (browse-url-firefox-new-window-is-tab): New defcustoms.
18080 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18081
18082 2005-06-17 Richard M. Stallman <rms@gnu.org>
18083
18084 * startup.el (command-line): Warn if specified user name has
18085 no home directory.
18086
18087 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18088 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18089
18090 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18091 Doc fixes.
18092
18093 * faces.el (underline): Try bold if terminal doesn't support underline.
18094
18095 * mail/sendmail.el (mail-setup-with-from): New variable.
18096 (mail-insert-from-field): New function.
18097 (sendmail-send-it): Call it.
18098 (mail-setup): Optionally call it here.
18099
18100 * term/linux.el: Call tty-no-underline.
18101
18102 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18103
18104 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18105
18106 2005-06-17 Miles Bader <miles@gnu.org>
18107
18108 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18109 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18110 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18111 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18112 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18113 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18114 Remove "-face" suffix from face names.
18115 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18116 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18117 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18118 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18119 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18120 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18121 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18122 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18123 New backward-compatibility aliases for renamed faces.
18124 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18125 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18126 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18127 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18128 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18129 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18130 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18131 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18132 Use renamed ediff faces.
18133
18134 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18135 Remove "-face" suffix from face names.
18136 (eshell-test-ok-face, eshell-test-failed-face):
18137 New backward-compatibility aliases for renamed faces.
18138 (eshell-run-test): Use renamed eshell-test faces.
18139
18140 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18141 face name.
18142 (eshell-prompt-face): New backward-compatibility alias for renamed
18143 face.
18144 (eshell-emit-prompt): Use renamed eshell-prompt face.
18145
18146 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18147 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18148 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18149 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18150 Remove "-face" suffix from face names.
18151 (eshell-ls-directory-face, eshell-ls-symlink-face)
18152 (eshell-ls-executable-face, eshell-ls-readonly-face)
18153 (eshell-ls-unreadable-face, eshell-ls-special-face)
18154 (eshell-ls-missing-face, eshell-ls-archive-face)
18155 (eshell-ls-backup-face, eshell-ls-product-face)
18156 (eshell-ls-clutter-face):
18157 New backward-compatibility aliases for renamed faces.
18158 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18159
18160 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18161 Remove "-face" suffix from face name.
18162 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18163 instead of literal face.
18164
18165 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18166
18167 * emacs-lisp/warnings.el (display-warning, lwarn)
18168 (warning-minimum-log-level): Doc fixes.
18169 (warning-minimum-level, warning-minimum-log-level):
18170 Add :debug to :type choices.
18171
18172 * progmodes/ada-mode.el (ada-format-paramlist)
18173 (ada-get-indent-case, ada-check-matching-start)
18174 (ada-check-defun-name, ada-goto-matching-decl-start)
18175 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18176 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18177 (ada-make-subprogram-body): Follow error conventions.
18178 (ada-case-exception-file, ada-indent-comment-as-code)
18179 (ada-indent-handle-comment-special, ada-indent-renames)
18180 (ada-indent-return, ada-search-directories-internal)
18181 (ada-tab-policy, ada-case-exception-substring)
18182 (ada-other-file-alist, ada-matching-start-re)
18183 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18184 (ada-imenu-generic-expression, ada-compile-goto-error)
18185 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18186 (ada-popup-menu, ada-add-extensions, ada-mode)
18187 (ada-region-selected, ada-create-case-exception)
18188 (ada-create-case-exception-substring, ada-after-keyword-p)
18189 (ada-activate-keys-for-case, ada-adjust-case-region)
18190 (ada-adjust-case-buffer, ada-format-paramlist)
18191 (ada-scan-paramlist, ada-insert-paramlist)
18192 (ada-indent-newline-indent)
18193 (ada-indent-newline-indent-conditional)
18194 (ada-justified-indent-current, ada-goto-previous-word)
18195 (ada-indent-current, ada-get-indent-open-paren)
18196 (ada-get-indent-paramlist, ada-get-indent-end)
18197 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18198 (ada-get-indent-block-start, ada-get-indent-subprog)
18199 (ada-get-indent-noindent, ada-get-indent-label)
18200 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18201 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18202 (ada-goto-stmt-end, ada-goto-next-word)
18203 (ada-check-matching-start, ada-check-defun-name)
18204 (ada-goto-matching-decl-start, ada-goto-matching-start)
18205 (ada-goto-matching-end, ada-search-ignore-string-comment)
18206 (ada-in-decl-p, ada-looking-at-semi-or)
18207 (ada-looking-at-semi-private, ada-in-paramlist-p)
18208 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18209 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18210 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18211 (ada-previous-package, ada-create-menu)
18212 (ada-fill-comment-paragraph-justify)
18213 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18214 (ada-other-file-name, ada-last-which-function-line)
18215 (ada-last-which-function-subprog, ada-which-function)
18216 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18217 (ada-gen-treat-proc, ada-check-emacs-version)
18218 (ada-continuation-indent, ada-align-region-separate):
18219 Fix typos in docstrings.
18220 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18221
18222 2005-06-16 Lute Kamstra <lute@gnu.org>
18223
18224 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18225 conditionally.
18226
18227 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18228
18229 * comint.el (comint-replace-by-expanded-filename)
18230 (comint-prompt-regexp, comint-delimiter-argument-list)
18231 (comint-preinput-scroll-to-bottom):
18232 * info.el (Info-hide-cookies-node):
18233 * ls-lisp.el (ls-lisp-classify):
18234 * find-file.el (ff-search-directories, ff-special-constructs)
18235 (ff-find-other-file):
18236 * font-lock.el (font-lock-keywords):
18237 * shell.el (shell-prompt-pattern)
18238 (shell-dynamic-complete-functions, shell-mode)
18239 (shell-delimiter-argument-list):
18240 * term.el (term-replace-by-expanded-filename)
18241 (term-prompt-regexp, term-delimiter-argument-list):
18242 * woman.el (woman-ignore, woman0-if):
18243 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18244 * emacs-lisp/elint.el (elint-init-env):
18245 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18246 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18247 * language/ethio-util.el (ethio-tilde-escape)
18248 (ethio-use-three-dot-question):
18249 * net/zone-mode.el (zone-mode-load-time-setup):
18250 * progmodes/cc-align.el (c-lineup-argcont):
18251 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18252 * progmodes/cperl-mode.el (cperl-set-style-back):
18253 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18254 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18255 Fix spellings in docstrings.
18256
18257 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18258 * progmodes/modula2.el (m2-for): Fix spellings.
18259
18260 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18261
18262 * simple.el (undo-more): Don't use `format' on `error' arguments.
18263 Improve argument/docstring consistency.
18264 (pending-undo-list): Doc fix.
18265
18266 * smerge-mode.el (smerge-ensure-match):
18267 * emulation/vip.el (vip-ex):
18268 * net/zone-mode.el (zone-mode-update-serial):
18269 * progmodes/idlwave.el (idlwave-complete):
18270 * progmodes/vhdl-mode.el (vhdl-visit-file)
18271 (vhdl-compose-wire-components):
18272 Don't use `format' on `error' arguments.
18273
18274 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18275 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18276 (tooltip-help-tips): Fix typos in docstrings.
18277
18278 2005-06-16 David Ponce <david@dponce.com>
18279
18280 * tree-widget.el (tree-widget-value-create): Simplify last change.
18281
18282 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18283
18284 * ido.el (ido-incomplete-regexp): New variable.
18285 (ido-set-matches-1): Handle invalid-regexp error and set
18286 ido-incomplete-regexp.
18287 (ido-incomplete-regexp): New face.
18288 (ido-completions): Use it.
18289 (ido-complete, ido-exit-minibuffer, ido-completions):
18290 Handle incomplete regexps.
18291 (ido-completions): Add check for complete match when entering a regexp.
18292
18293 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18294
18295 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18296
18297 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18298
18299 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18300 by field delimiters.
18301
18302 2005-06-15 David Ponce <david@dponce.com>
18303
18304 * tree-widget.el: eval-and-compile inlined functions so they will
18305 be available at run-time too.
18306 (tree-widget-super-format-handler)
18307 (tree-widget-format-handler): Remove.
18308 (tree-widget-value-create): Handle the :indent property.
18309
18310 2005-06-15 Miles Bader <miles@gnu.org>
18311
18312 * progmodes/which-func.el (which-func): Only inherit
18313 `font-lock-function-name-face' when that makes sense against the
18314 default mode-line face, otherwise set the face color explicitly.
18315
18316 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18317 faces instead of (non-existent) variables.
18318
18319 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18320
18321 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18322 (iswitchb-get-matched-buffers): Likewise. Simplify.
18323
18324 2005-06-14 Miles Bader <miles@gnu.org>
18325
18326 * progmodes/ld-script.el (ld-script-location-counter):
18327 Remove "-face" suffix from face name.
18328 (ld-script-location-counter-face):
18329 New backward-compatibility alias for renamed face.
18330 (ld-script-location-counter-face): Use renamed face.
18331
18332 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18333 (cperl-hash): Remove "-face" suffix from face names.
18334 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18335 New backward-compatibility aliases for renamed faces.
18336 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18337 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18338
18339 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18340 name.
18341 (which-func-face): New backward-compatibility alias for renamed face.
18342 (which-func-format): Use renamed which-func face.
18343
18344 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18345 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18346 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18347 names.
18348 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18349 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18350 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18351 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18352 (vhdl-speedbar-architecture-selected)
18353 (vhdl-speedbar-configuration-selected)
18354 (vhdl-speedbar-package-selected)
18355 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18356 names.
18357 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18358 Use renamed faces.
18359 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18360 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18361 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18362 Use renamed faces.
18363 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18364 names.
18365 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18366 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18367 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18368 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18369 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18370 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18371
18372 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18373 face name.
18374 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18375 (sh-heredoc-face): Use renamed sh-heredoc face.
18376
18377 * progmodes/idlw-help.el (idlwave-help-link):
18378 Remove "-face" suffix from face name.
18379 (idlwave-help-link-face):
18380 New backward-compatibility alias for renamed face.
18381 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18382
18383 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18384 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18385 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18386 New backward-compatibility aliases for renamed faces.
18387 (idlwave-shell-disabled-breakpoint-face)
18388 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18389
18390 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18391 Remove "-face" suffix from face names.
18392 (flymake-errline-face, flymake-warnline-face):
18393 New backward-compatibility aliases for renamed faces.
18394 (flymake-highlight-line): Use renamed flymake faces.
18395
18396 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18397 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18398 (ebrowse-member-class, ebrowse-progress):
18399 Remove "-face" suffix from face names.
18400 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18401 (ebrowse-file-name-face, ebrowse-default-face)
18402 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18403 (ebrowse-progress-face):
18404 New backward-compatibility aliases for renamed faces.
18405 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18406 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18407 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18408 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18409
18410 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18411 antlr-syntax)
18412 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18413 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18414 names.
18415 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18416 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18417 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18418 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18419 backward-compatibility aliases for renamed faces.
18420 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18421 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18422 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18423 remove "font-lock-". Use renamed antlr-mode faces.
18424 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18425 literal face-names with face variable references.
18426
18427 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18428 face name.
18429 (Buffer-menu-buffer-face): New backward-compatibility alias for
18430 renamed face.
18431 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18432
18433 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18434
18435 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18436 Eliminate "-face" suffix.
18437 (makefile-targets): Inherit from font-lock-function-name-face and
18438 eliminate "-face" suffix.
18439 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18440 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18441 actions, instead of prepending, to make it less visible.
18442 (makefile-previous-dependency, makefile-match-dependency):
18443 Don't match a target on a continuation line.
18444
18445 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18446
18447 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18448
18449 * progmodes/gdb-ui.el (menu): Re-order menu items.
18450 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18451
18452 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18453 Define in tooltip.el.
18454 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18455 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18456 gud-tooltip-echo-area.
18457
18458 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18459 backward compatibility and make obsolete.
18460 (tooltip-help-tips): Use tooltip-use-echo-area.
18461 (tooltip-show-help-function): Rename to...
18462 (tooltip-show-help): ...this, because it is a function.
18463 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18464
18465 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18466
18467 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18468 (edebug-print-length, edebug-print-level, edebug-print-circle)
18469 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18470 (edebug-eval-print-last-sexp): Doc fixes.
18471
18472 2005-06-14 Kim F. Storm <storm@cua.dk>
18473
18474 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18475 as the coverage buffer/file/both may change.
18476
18477 2005-06-14 Lute Kamstra <lute@gnu.org>
18478
18479 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18480 and run-mode-hooks. Simplify.
18481
18482 * mail/rmailedit.el (rmail-edit-mode):
18483 * progmodes/octave-inf.el (inferior-octave-mode):
18484 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18485
18486 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18487 and run-mode-hooks.
18488 (recentf-edit-list, recentf-open-files): Don't call
18489 kill-all-local-variables directly.
18490
18491 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18492
18493 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18494
18495 * emacs-lisp/byte-run.el (make-obsolete)
18496 (define-obsolete-function-alias): Rename arguments FUNCTION and
18497 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18498 (make-obsolete-variable, define-obsolete-variable-alias):
18499 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18500 respectively.
18501
18502 * isearchb.el (isearchb-activate):
18503 * pcvs.el (cvs-mode):
18504 * ses.el (ses-load):
18505 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18506 * net/tramp.el (tramp-find-file-exists-command)
18507 (tramp-find-shell):
18508 * progmodes/ada-mode.el (ada-create-case-exception)
18509 (ada-create-case-exception-substring, ada-make-subprogram-body):
18510 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18511 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18512 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18513 * textmodes/org.el (org-promote, org-evaluate-time-range)
18514 (org-agenda-next-date-line, org-agenda-previous-date-line)
18515 (org-agenda-error, org-open-at-point, org-table-move-row)
18516 (org-format-table-table-html-using-table-generate-source)
18517 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18518 * textmodes/reftex.el (reftex-access-scan-info):
18519 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18520 (reftex-toc-promote-prepare): Follow error conventions.
18521
18522 * diff-mode.el (diff-mode): Fix typo in docstring.
18523
18524 * forms.el (forms--intuit-from-file): Fix reference to
18525 `forms-number-of-fields' in error message.
18526 (forms-print): Fix quoting in error message.
18527
18528 * forms.el (forms-mode):
18529 * emulation/vi.el (vi-goto-insert-state):
18530 * progmodes/flymake.el (flymake-new-err-info)
18531 (flymake-start-syntax-check-for-current-buffer)
18532 (flymake-simple-cleanup):
18533 * eshell/esh-var.el (eshell/export):
18534 * progmodes/gud.el (xdb):
18535 * textmodes/flyspell.el (flyspell-incorrect-hook)
18536 (flyspell-maybe-correct-transposition)
18537 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18538
18539 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18540
18541 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18542 minibuffer prompt.
18543
18544 2005-06-13 Kim F. Storm <storm@cua.dk>
18545
18546 * subr.el (add-to-ordered-list): New defun.
18547
18548 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18549 add cua--keymap-alist to emulation-mode-map-alists.
18550
18551 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18552
18553 * subr.el (complete-in-turn): New macro.
18554 (dynamic-completion-table, lazy-completion-table): Add debug info.
18555
18556 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18557 in preference to face aliases.
18558
18559 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18560 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18561 Remove unused vars `start' and `firstline'.
18562 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18563 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18564
18565 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18566
18567 * cus-start.el (all): Don't complain about missing GTK-related
18568 variables, unless either `gtk' is boundp or this isn't a
18569 `windows-nt' build.
18570
18571 2005-06-13 Lute Kamstra <lute@gnu.org>
18572
18573 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18574 run-mode-hooks.
18575
18576 * ediff-mult.el (ediff-meta-mode):
18577 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18578
18579 * ledit.el (ledit-mode): Use delay-mode-hooks.
18580
18581 * woman.el (woman-mode-line-format): Delete constant.
18582 (woman-mode-map): Initialize it properly.
18583 (woman-mode): Set mode-class property to special.
18584 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18585 Set major-mode and mode-name. Don't set mode-line-format directly.
18586 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18587
18588 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18589 string argument obsolete.
18590
18591 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18592
18593 * textmodes/org.el (org-CUA-compatible): New option.
18594 (org-disputed-keys): New variable.
18595 (org-key): New function.
18596 (orgtbl-make-binding): Add docstring to the created function.
18597 (org-mode): Set paragraph start/separate regexps.
18598 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18599 (org-archive-location, org-archive-mark-done)
18600 (org-archive-stamp-time): New options.
18601 (org-archive-subtree): New command.
18602 (org-fill-paragraph): New function.
18603 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18604 (org-fake-empty-table-line): Function removed.
18605 (org-format-org-table-html): Do not create empty table lines at
18606 separator lines. Improved table header treatment.
18607 (org-link-format): New option.
18608 (org-make-link): New function.
18609 (org-insert-link, org-store-link): Use org-make-link.
18610 (org-open-file): Quote file name for shell command, to allow
18611 spaces in file names.
18612 (org-link-regexp): Fix bug with mailto link.
18613 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18614 New constants.
18615 (org-export-as-html): Deal with the optional angles around a link.
18616 Better treatment of file: links.
18617 (org-open-at-point): Replace @{ and @} with < and >.
18618 (org-run-mode-hooks): Function removed.
18619 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18620
18621 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18622
18623 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18624 MI command -data-list-register-values.
18625 (gdb-post-prompt): Indent properly.
18626
18627 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18628
18629 * hilit-chg.el (highlight-changes-colors): Rename from
18630 `highlight-changes-colours'.
18631 (highlight-changes-colours): Keep as obsolete alias.
18632 (highlight-changes-face-list): Doc fix.
18633 (hilit-chg-make-list): Use `highlight-changes-colors'.
18634
18635 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18636
18637 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18638 defun-prompt-regexp.
18639
18640 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18641
18642 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18643 and cygwin.
18644
18645 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18646 Don't use an old loaddefs.el, as in Makefile.in.
18647
18648 2005-06-12 Lute Kamstra <lute@gnu.org>
18649
18650 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18651
18652 * man.el (Man-mode-map): Initialize it properly.
18653 (Man-mode): Set mode-class property to special.
18654
18655 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18656
18657 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18658
18659 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18660 A newline is needed in the docstring there.
18661
18662 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18663 Doc fixes.
18664
18665 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18666
18667 * printing.el: Doc fix. The menubar is no more changed when printing
18668 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18669 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18670 (pr-version): New version number (6.8.4).
18671 (pr-menu-bind): New command.
18672 (pr-update-menus): Docstring and code fix.
18673 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18674 Docstring fix.
18675 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18676 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18677
18678 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18679
18680 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18681 "Returns" to "return", document useful return values, etc.
18682
18683 2005-06-11 Alan Mackenzie <acm@muc.de>
18684
18685 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18686 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18687 (adaptive-file-function): Minor amendment to doc-string.
18688
18689 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18690
18691 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18692 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18693 Fix :type--it is `integer', not `string'.
18694
18695 * faces.el (modeline-highlight): Rename from (the erroneous)
18696 `modeline-higilight'.
18697
18698 2005-06-11 Lute Kamstra <lute@gnu.org>
18699
18700 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18701 lisp-interaction-mode-map but make it the parent.
18702 (edebug-eval-mode): Use define-derived-mode.
18703
18704 2005-06-11 Andreas Schwab <schwab@suse.de>
18705
18706 * bindings.el: Add binding of `ESC functionkey' for every
18707 `M-functionkey'.
18708 * hexl.el (hexl-mode-map): Likewise.
18709
18710 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18711
18712 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18713 [msft]: update regexp for newer msft compilers.
18714
18715 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18716
18717 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18718 ATTLIST portions of included DTDs.
18719 (xml-parse-dtd): Eliminate use of inefficient match-data.
18720
18721 2005-06-10 Miles Bader <miles@gnu.org>
18722
18723 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18724 (mpuz-text): Remove "-face" suffix from face names.
18725 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18726 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18727 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18728
18729 * play/gomoku.el (gomoku-O, gomoku-X):
18730 Remove "-face" suffix from face names.
18731 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18732 New backward-compatibility aliases for renamed faces.
18733 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18734
18735 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18736
18737 * thumbs.el: Fixes for changes of 2005-06-09.
18738 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18739 as a directory.
18740 (thumbs-thumbname): Remove directory separator from format string;
18741 `thumbs-thumbsdir' now returns a valid directory name.
18742 (thumbs-temp-dir): New defsubst.
18743 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18744 Use it.
18745
18746 * cus-edit.el (minibuffer):
18747 * files.el (make-backup-file-name-function):
18748 * filesets.el (filesets-external-viewers):
18749 * hilit-chg.el (highlight-changes-colours)
18750 (highlight-changes-face-list, highlight-changes-rotate-faces):
18751 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18752 * kmacro.el (kmacro-call-macro):
18753 * log-edit.el (log-edit-changelog-full-paragraphs):
18754 * mouse.el (mouse-1-click-follows-link):
18755 * skeleton.el (skeleton-autowrap):
18756 * subr.el (insert-for-yank-1):
18757 * tempo.el (tempo-insert-region):
18758 * terminal.el (terminal-emulator):
18759 * time.el (display-time-mail-face):
18760 * vc.el (vc-annotate):
18761 * vcursor.el (vcursor-copy-line):
18762 * woman.el (woman-bold-headings, woman-ignore)
18763 (woman-default-faces, woman-monochrome-faces):
18764 * calendar/todo-mode.el (todo-insert-threshold):
18765 * emulation/pc-select.el (pc-select-selection-keys-only)
18766 (pc-selection-mode):
18767 * emulation/vip.el (vip-find-char-forward):
18768 * emulation/viper-cmd.el (viper-find-char-forward):
18769 * international/mule-cmds.el
18770 (select-safe-coding-system-accept-default-p)
18771 (input-method-exit-on-invalid-key):
18772 * international/mule-diag.el (describe-coding-system):
18773 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18774 * net/browse-url.el (browse-url-xterm-program):
18775 * obsolete/lazy-lock.el (lazy-lock-mode):
18776 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18777 (cperl-mode):
18778 * progmodes/cpp.el (cpp-face-light-name-list)
18779 (cpp-face-dark-name-list):
18780 * progmodes/delphi.el (delphi-newline-always-indents):
18781 Fix spellings in docstrings.
18782
18783 * ido.el (ido-mode, ido-file-extensions-order)
18784 (ido-default-file-method, ido-default-buffer-method)
18785 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18786 (ido-decorations, ido-read-file-name-as-directory-commands)
18787 (ido-read-file-name-non-ido, ido-work-directory-list)
18788 (ido-ignore-item-temp-list, ido-current-directory)
18789 (ido-magic-forward-char, ido-enter-find-file)
18790 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18791 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18792
18793 2005-06-10 Lute Kamstra <lute@gnu.org>
18794
18795 * play/dunnet.el (dun-mode): Use define-derived-mode.
18796 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18797 obsolete alias.
18798
18799 * play/doctor.el (doctor-mode-map): Remove defvar.
18800 (doctor-mode): Use define-derived-mode.
18801
18802 * mail/mspools.el (mspools-mode):
18803 * net/eudc-hotlist.el (eudc-hotlist-mode):
18804 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18805
18806 2005-06-10 Miles Bader <miles@gnu.org>
18807
18808 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18809 Remove "-face" suffix from face names.
18810 (flyspell-incorrect-face, flyspell-duplicate-face):
18811 New backward-compatibility aliases for renamed faces.
18812 (flyspell-mode-on, make-flyspell-overlay)
18813 (flyspell-highlight-incorrect-region)
18814 (flyspell-highlight-duplicate-region)
18815 (flyspell-display-next-corrections)
18816 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18817
18818 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18819 from face name.
18820 (texinfo-heading-face): New backward-compatibility alias for
18821 renamed face.
18822 (texinfo-heading-face): Use renamed texinfo-heading face.
18823
18824 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18825 suffix from face names.
18826 (tex-math-face, tex-verbatim-face):
18827 New backward-compatibility aliases for renamed faces.
18828 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18829 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18830 literal face name.
18831
18832 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18833 name.
18834 (table-cell-face): New backward-compatibility alias for renamed face.
18835 (table--put-cell-face-property, table--update-cell-face):
18836 Use renamed table-cell face.
18837
18838 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18839 from face name.
18840 (sgml-namespace-face): New backward-compatibility alias for
18841 renamed face.
18842 (sgml-namespace-face): Use renamed sgml-namespace face.
18843
18844 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18845 (org-level-4, org-level-5, org-level-6, org-level-7)
18846 (org-level-8, org-warning, org-headline-done)
18847 (org-deadline-announce, org-scheduled-today)
18848 (org-scheduled-previously, org-link, org-done, org-table)
18849 (org-time-grid): Remove "-face" suffix from face names.
18850 (org-level-1-face, org-level-2-face, org-level-3-face)
18851 (org-level-4-face, org-level-5-face, org-level-6-face)
18852 (org-level-7-face, org-level-8-face, org-warning-face)
18853 (org-headline-done-face, org-deadline-announce-face)
18854 (org-scheduled-today-face, org-scheduled-previously-face)
18855 (org-link-face, org-done-face, org-table-face)
18856 (org-time-grid-face):
18857 New backward-compatibility aliases for renamed faces.
18858 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18859 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18860 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18861 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18862
18863 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18864 (viper-minibuffer-emacs, viper-minibuffer-insert)
18865 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18866 (viper-search-face, viper-replace-overlay-face)
18867 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18868 (viper-minibuffer-vi-face):
18869 New backward-compatibility aliases for renamed faces.
18870 (viper-search-face, viper-replace-overlay-face)
18871 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18872 (viper-minibuffer-vi-face): Use renamed viper faces.
18873
18874 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18875 Remove "-face" suffix from face names.
18876 (testcover-nohits-face, testcover-1value-face):
18877 New backward-compatibility aliases for renamed faces.
18878 (testcover-mark): Use renamed testcover faces.
18879
18880 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18881 face name.
18882 (diary-button-face): New backward-compatibility alias for renamed face.
18883 (diary-entry): Use renamed diary-button face.
18884
18885 * calendar/calendar.el (diary, calendar-today, holiday)
18886 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18887 (diary-face, calendar-today-face, holiday-face):
18888 New backward-compatibility aliases for renamed faces.
18889 (eval-after-load "facemenu", diary-entry-marker)
18890 (calendar-today-marker, calendar-holiday-marker, diary-face):
18891 Use renamed calendar faces.
18892
18893 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18894 (compare-windows-face): New backward-compatibility alias for
18895 renamed face.
18896 (compare-windows-highlight): Use renamed compare-windows face.
18897
18898 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18899 (strokes-char-face): New backward-compatibility alias for renamed face.
18900 (strokes-encode-buffer): Use renamed strokes-char face.
18901
18902 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18903 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18904 Remove "-face" suffix from face names.
18905 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18906 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18907 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18908 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18909 Use renamed pcvs faces.
18910 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18911 * pcvs-defs.el (cvs-mode-map): Likewise.
18912 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18913
18914 * info.el (info-title-1, info-title-2, info-title-3)
18915 (info-title-4): Remove "-face" suffix from and downcase face names.
18916 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18917 (Info-title-4-face):
18918 New backward-compatibility aliases for renamed faces.
18919 (Info-fontify-node): Use renamed info faces.
18920
18921 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18922 Remove "-face" suffix from face names.
18923 (highlight-changes-face, highlight-changes-delete-face):
18924 New backward-compatibility aliases for renamed faces.
18925 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18926 (hilit-chg-make-list): Use renamed highlight-changes faces.
18927
18928 * generic-x.el (show-tabs-tab, show-tabs-space):
18929 Remove "-face" suffix from face names.
18930 (show-tabs-tab-face, show-tabs-space-face):
18931 New backward-compatibility aliases for renamed faces.
18932 (show-tabs-generic-mode-font-lock-defaults-1)
18933 (show-tabs-generic-mode-font-lock-defaults-2):
18934 Use renamed show-tabs faces.
18935
18936 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18937 (smerge-markers): Remove "-face" suffix from face names.
18938 (smerge-mine-face, smerge-other-face, smerge-base-face)
18939 (smerge-markers-face):
18940 New backward-compatibility aliases for renamed faces.
18941 (smerge-mine-face, smerge-other-face, smerge-base-face)
18942 (smerge-markers-face): Use renamed smerge faces.
18943
18944 * log-view.el (log-view-file, log-view-message): Remove "-face"
18945 suffix from face names.
18946 (log-view-file-face, log-view-message-face):
18947 New backward-compatibility aliases for renamed faces.
18948 (log-view-file-face, log-view-message-face): Use renamed log-view
18949 faces.
18950
18951 * paren.el (show-paren-match, show-paren-mismatch):
18952 Remove "-face" suffix from face names.
18953 (show-paren-match-face, show-paren-mismatch-face):
18954 New backward-compatibility aliases for renamed faces.
18955 (show-paren-function): Use renamed show-paren faces.
18956
18957 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18958 (ruler-mode-margins, ruler-mode-fringes)
18959 (ruler-mode-column-number, ruler-mode-fill-column)
18960 (ruler-mode-comment-column, ruler-mode-goal-column)
18961 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18962 suffix from face names.
18963 (ruler-mode-default-face, ruler-mode-pad-face)
18964 (ruler-mode-margins-face, ruler-mode-fringes-face)
18965 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18966 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18967 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18968 New backward-compatibility aliases for renamed faces.
18969 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18970 (ruler-mode-column-number, ruler-mode-fill-column)
18971 (ruler-mode-comment-column, ruler-mode-goal-column)
18972 (ruler-mode-tab-stop, ruler-mode-current-column)
18973 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18974 faces.
18975
18976 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18977 face name.
18978 (whitespace-highlight-the-space): Use renamed face.
18979 (whitespace-highlight-face): New backward-compatibility alias for
18980 renamed face.
18981
18982 * woman.el (woman-italic, woman-bold, woman-unknown)
18983 (woman-addition, woman-symbol-face):
18984 Remove "-face" suffix from face names.
18985 (woman-italic-face, woman-bold-face, woman-unknown-face)
18986 (woman-addition-face):
18987 New backward-compatibility aliases for renamed faces.
18988 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18989 (woman-decode-region, woman-replace-match)
18990 (woman-display-extended-fonts, woman-special-characters)
18991 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18992 Use renamed woman faces.
18993
18994 * longlines.el (longlines-visible-face): Face removed.
18995
18996 * diff-mode.el (diff-header, diff-file-header, diff-index)
18997 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18998 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18999 suffix from face names.
19000 (diff-header-face, diff-file-header-face, diff-index-face)
19001 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19002 (diff-changed-face, diff-function-face, diff-context-face)
19003 (diff-nonexistent-face): New backward-compatibility aliases for
19004 renamed faces.
19005 (diff-header-face, diff-file-header-face)
19006 (diff-index, diff-index-face, diff-hunk-header)
19007 (diff-hunk-header-face, diff-removed, diff-removed-face)
19008 (diff-added, diff-added-face, diff-changed-face, diff-function)
19009 (diff-function-face, diff-context-face, diff-nonexistent)
19010 (diff-nonexistent-face): Use renamed diff-mode faces.
19011
19012 * progmodes/compile.el (compilation-warning-face)
19013 (compilation-info-face): Remove "-face" suffix from face names.
19014 (compilation-warning-face, compilation-info-face):
19015 New backward-compatibility aliases for renamed faces.
19016 (compilation-warning-face, compilation-info-face):
19017 Use renamed compilation faces.
19018
19019 * add-log.el (change-log-date, change-log-name)
19020 (change-log-email, change-log-file, change-log-list)
19021 (change-log-conditionals, change-log-function)
19022 (change-log-acknowledgement): Remove "-face" suffix from face names.
19023 (change-log-date-face, change-log-name-face)
19024 (change-log-email-face, change-log-file-face)
19025 (change-log-list-face, change-log-conditionals-face)
19026 (change-log-function-face, change-log-acknowledgement-face):
19027 New backward-compatibility aliases for renamed faces.
19028 (change-log-font-lock-keywords): Use renamed change-log faces.
19029
19030 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19031 (custom-set, custom-changed, custom-saved, custom-button)
19032 (custom-button-pressed, custom-documentation, custom-state)
19033 (custom-comment, custom-comment-tag, custom-variable-tag)
19034 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19035 (custom-group-tag): Remove "-face" suffix from face names.
19036 (custom-magic-alist, custom-magic-value-create)
19037 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19038 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19039 (custom-set-face, custom-changed-face, custom-saved-face)
19040 (custom-button-face, custom-button-pressed-face)
19041 (custom-documentation-face, custom-state-face)
19042 (custom-comment-face, custom-comment-tag-face)
19043 (custom-variable-tag-face, custom-variable-button-face)
19044 (custom-face-tag-face, custom-group-tag-face-1)
19045 (custom-group-tag-face):
19046 New backward-compatibility aliases for renamed faces.
19047
19048 * wid-edit.el (widget-documentation, widget-button)
19049 (widget-field, widget-single-line-field, widget-inactive)
19050 (widget-button-pressed): "-face" suffix removed from face names.
19051 (widget-documentation-face, widget-button-face)
19052 (widget-field-face, widget-single-line-field-face)
19053 (widget-inactive-face, widget-button-pressed-face):
19054 New backward-compatibility aliases for renamed faces.
19055 (widget-documentation-face, widget-button-face)
19056 (widget-button-pressed-face, widget-specify-field)
19057 (widget-specify-inactive): Use renamed widget faces.
19058
19059 2005-06-10 Kenichi Handa <handa@m17n.org>
19060
19061 * term/x-win.el (x-clipboard-yank): Remove condition-case
19062 wrapping.
19063
19064 2005-06-11 Kenichi Handa <handa@m17n.org>
19065
19066 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19067 date lines stricter.
19068
19069 2005-06-10 Zhang Wei <id.brep@gmail.com>
19070
19071 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19072 of x-get-selection.
19073
19074 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19075
19076 * comint.el (comint-mode, comint-snapshot-last-prompt):
19077 * frame.el (frame-current-scroll-bars):
19078 * term.el (term-mode, term-check-proc, term-input-sender)
19079 (term-simple-send, term-extract-string, term-word)
19080 (term-match-partial-filename):
19081 * window.el (window-current-scroll-bars):
19082 * emulation/cua-base.el (cua-normal-cursor-color)
19083 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19084 (cua-global-mark-cursor-color):
19085 * mail/undigest.el (rmail-forward-separator-regex):
19086 Fix typos in docstrings.
19087
19088 * comint.el (comint-check-proc, make-comint-in-buffer)
19089 (comint-source-default): Doc fixes.
19090
19091 * term.el (term-send-string): Improve argument/docstring consistency.
19092
19093 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19094
19095 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19096 call to `delete-region'.
19097 (comint-mode-hook): Do not enable Font Lock by default.
19098
19099 2005-06-09 Lute Kamstra <lute@gnu.org>
19100
19101 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19102 could be void.
19103
19104 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19105
19106 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19107 (debug): Use it.
19108 (debugger-step-through, debugger-continue, debugger-jump)
19109 (debugger-return-value): Set it when needed.
19110 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19111 Use inhibit-read-only.
19112
19113 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19114
19115 * window.el (shrink-window-if-larger-than-buffer)
19116 (window-size-fixed): Fix typo in docstring.
19117
19118 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19119 thumbnails directory on loading.
19120 (thumbs-conversion-program): Use `eq' to check the system type,
19121 not `equal'.
19122 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19123 not "/tmp". Fix docstring.
19124 (thumbs-thumbsdir): New function to return the thumbnails
19125 directory, creating it if needed.
19126 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19127 (thumbs-temp-file): Delete variable and make it into a function.
19128 (thumbs-resize-image, thumbs-modify-image): Use it.
19129 (thumbs-kill-buffer): Simplify.
19130 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19131 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19132 docstrings.
19133
19134 2005-06-09 Kim F. Storm <storm@cua.dk>
19135
19136 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19137 set-match-data to free markers in match-data.
19138
19139 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19140 match-data to unchain markers in match-data.
19141
19142 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19143
19144 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19145 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19146 unnecessary now.
19147
19148 2005-06-08 Richard M. Stallman <rms@gnu.org>
19149
19150 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19151 give the variable a doc string that doesn't say don't set it directly.
19152
19153 * textmodes/ispell.el (ispell-check-version):
19154 Use match-string-no-properties.
19155 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19156 (ispell-buffer-local-words): Likewise.
19157
19158 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19159 except on terminals with enough colors to really display it.
19160 (makefile-dependency-regex): Delete spurious `bb'.
19161
19162 * faces.el (escape-glyph): Use blue once again in last case.
19163 (no-break-space): Redefine so that it isn't invisible on a tty.
19164
19165 2005-06-08 Kim F. Storm <storm@cua.dk>
19166
19167 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19168 also when reading directory name.
19169
19170 2005-06-08 Lute Kamstra <lute@gnu.org>
19171
19172 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19173 (flyspell-mode-line-string): Remove autoload cookie.
19174 (flyspell-mode): Remove defvar.
19175
19176 2005-06-07 Lute Kamstra <lute@gnu.org>
19177
19178 * textmodes/org.el (org-run-mode-hooks): New function.
19179 (org-agenda-mode): Use it.
19180
19181 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19182
19183 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19184
19185 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19186
19187 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19188
19189 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19190
19191 * font-lock.el (font-lock-add-keywords): Doc fix.
19192
19193 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19196 (tex-compile-default): In the absence of any history, use the order in
19197 tex-compile-alist to choose the preferred command.
19198 (tex-compile-commands): Reorder a bit.
19199
19200 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19201 (flyspell-incorrect-face, flyspell-duplicate-face):
19202 Use (X)Emacs-agnostic code.
19203 (flyspell-mode-map): Don't overwrite at each load. Remove code
19204 redundant with the subsequent add-minor-mode. Merge Emacs and
19205 XEmacs code.
19206 (flyspell-word): Minor simplification.
19207 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19208 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19209 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19210 Merge the corresponding Emacs code.
19211 (flyspell-correct-word, flyspell-xemacs-popup):
19212 Use flyspell-do-correct.
19213
19214 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19215 a dedicated window.
19216
19217 * international/latexenc.el (latexenc-find-file-coding-system):
19218 Undo part of last patch, to turn off a compiler warning.
19219
19220 2005-06-06 Juri Linkov <juri@jurta.org>
19221
19222 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19223 Rename `tmm-inactive-face' to `tmm-inactive'.
19224
19225 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19226
19227 * iswitchb.el: Rename faces.
19228
19229 2005-06-06 Kim F. Storm <storm@cua.dk>
19230
19231 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19232 (cua-global-mark): Remove -face suffix from face names.
19233
19234 * emulation/cua-gmrk.el (cua--init-global-mark):
19235 Remove cua-global-mark face setup.
19236
19237 2005-06-06 Richard M. Stallman <rms@gnu.org>
19238
19239 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19240 just like other allowed characters.
19241 (makefile-match-dependency): Exclude leading and training whitespace
19242 from the range of regexp subexp 1.
19243 (makefile-macroassign-regex): Don't try to match the body,
19244 just the name of the macro being defined.
19245
19246 * info.el (Info-read-node-name-2): New function.
19247 (Info-read-node-name-1): Use that.
19248 Add a completion-base-size-function property.
19249
19250 * simple.el (completion-setup-function): Look for
19251 completion-base-size-function property of minibuffer-completion-table.
19252
19253 * files.el (locate-file-completion): Doc fix.
19254
19255 * printing.el: Don't call pr-update-menus; user must do that.
19256
19257 * emacs-lisp/debug.el (debugger-window): New variable.
19258 (debug): Use debugger-window if it is set and still alive.
19259 Record debugger-window for next entry.
19260
19261 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19262
19263 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19264
19265 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19266 (hack-one-local-variable, hack-local-variables)
19267 (hack-local-variables-prop-line): Pass that arg.
19268
19269 2005-06-06 Kim F. Storm <storm@cua.dk>
19270
19271 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19272 (ido-indicator): Remove -face suffix from face names.
19273
19274 2005-06-06 Juri Linkov <juri@jurta.org>
19275
19276 * font-lock.el (font-lock-regexp-backslash)
19277 (font-lock-regexp-backslash-construct): New faces.
19278 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19279 after `('. Add `while-no-input' to control structures.
19280
19281 * faces.el (no-break-space, shadow): New faces.
19282 (escape-glyph): Use less loud colors pink2 and red4.
19283
19284 * diff-mode.el (diff-context-face)
19285 * dired.el (dired-ignored)
19286 * rfn-eshadow.el (file-name-shadow)
19287 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19288
19289 * info.el (Info-title-1-face): Use green instead of yellow because
19290 bold yellow is not readable on light backgrounds.
19291
19292 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19293 before selecting the desired mode to not spend time fontifying
19294 old contents.
19295
19296 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19297
19298 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19299 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19300
19301 * ps-print.el (ps-default-fg, ps-default-bg):
19302 Fix typos in docstrings.
19303
19304 * isearchb.el (isearchb): Don't pass a spurious second argument to
19305 `iswitchb-completions'.
19306
19307 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19308
19309 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19310 to preserve point.
19311 (gdb-find-file-hook): Add doc string.
19312
19313 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19314 C dereferenced pointer expression.
19315 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19316
19317 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19318
19319 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19320 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19321 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19322 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19323 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19324 Make background transparent.
19325
19326 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19327
19328 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19329 (font-lock-remove-keywords): Doc fix.
19330 (font-lock-mode-major-mode): Compiler defvar.
19331 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19332
19333 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19334 (font-lock-mode): Update `font-lock-mode-major-mode'.
19335 (font-lock-set-defaults): Compiler defvar.
19336 (font-lock-default-function): Take `font-lock-mode-major-mode'
19337 into account.
19338
19339 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19340 keep track of which major mode it enabled the minor mode for.
19341 Use find-file-hook again. Update docstring.
19342
19343 * simple.el (eval-expression-print-level)
19344 (eval-expression-print-length, eval-expression-debug-on-error):
19345 Doc fixes.
19346
19347 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19348
19349 * iswitchb.el (iswitchb-single-match-face)
19350 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19351 (iswitchb-invalid-regexp-face): New faces.
19352 (iswitchb-completions): Use them.
19353 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19354 now marked as an obsolete alias.
19355 (iswitchb-read-buffer): Remove check for bound font variables.
19356 (iswitchb-invalid-regexp): New free variable.
19357 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19358 set iswitchb-invalid-regexp.
19359 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19360 invalid regexps.
19361 (iswitchb-completions): Add check for complete match when entering
19362 a regexp.
19363 (iswitchb-completions): Remove require-match argument.
19364 (iswitchb-exhibit): Fix caller.
19365 (iswitchb-common-match-inserted): New variable.
19366 (iswitchb-complete, iswitchb-completion-help): Use it.
19367
19368 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19369
19370 * url-http.el (url-http-chunked-encoding-after-change-function):
19371 Use `url-http-debug' instead of `message'.
19372
19373 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19374
19375 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19376 callback argument.
19377
19378 2005-06-04 Kim F. Storm <storm@cua.dk>
19379
19380 * simple.el (line-move): Only call sit-for when moving backwards.
19381
19382 * ido.el (ido-make-merged-file-list-1): New defun split from
19383 ido-make-merged-file-list.
19384 (ido-make-merged-file-list): Bind throw-on-input around call to
19385 ido-make-merged-file-list-1. Return input-pending-p if
19386 interrupted by more input available.
19387 (ido-read-internal): Handle input-pending-p return value from
19388 ido-make-merged-file-list.
19389
19390 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19391
19392 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19393 compatibility code.
19394
19395 * international/latexenc.el (latexenc-find-file-coding-system):
19396 Don't inherit the EOL part of the coding-system from the
19397 tex-main buffer. Fit within 80 columns.
19398
19399 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19400
19401 * tmm.el (tmm-inactive-face): New face.
19402 (tmm-remove-inactive-mouse-face): New function.
19403 (tmm-prompt, tmm-add-one-shortcut)
19404 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19405 but not selectable.
19406
19407 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19408
19409 * faces.el (face-equal): Improve argument/docstring consistency.
19410
19411 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19412
19413 * progmodes/make-mode.el (makefile-targets-face)
19414 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19415 (makefile-bsdmake-dependency-regex)
19416 (makefile-makepp-rule-action-regex)
19417 (makefile-bsdmake-rule-action-regex): New constants.
19418 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19419
19420 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19421 Allow (...) within `...' for makepp messages.
19422
19423 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19424
19425 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19426
19427 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19428 "." files are deleted from all file lists before comparison.
19429
19430 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19431 (viper-ESC-key): Made them customizable.
19432
19433 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19434
19435 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19436
19437 * autorevert.el (auto-revert-buffers): Use save-match-data.
19438
19439 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19440
19441 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19442 menu items with a nil command binding.
19443
19444 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19445
19446 * emacs-lisp/cl-macs.el (defsetf):
19447 Improve argument/docstring consistency.
19448
19449 * faces.el (list-faces-display): Improve the formatting by
19450 computing the maximum length required for any face-name (reworked
19451 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19452 (internal-find-face): Remove redundant info in docstring.
19453
19454 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19455
19456 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19457 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19458 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19459 (gdb-assembler-custom): Improve regexps.
19460 (def-gdb-auto-update-handler): Use window point to preserve point.
19461
19462 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19463
19464 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19465
19466 2005-05-31 Jay Belanger <belanger@truman.edu>
19467
19468 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19469 to calc-embedded.
19470 (calc-embedded-make-info): Have plain prefix argument select
19471 entire line.
19472
19473 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19474
19475 * faces.el (list-faces-display): Signal error if passed a regexp
19476 that matches no face name.
19477
19478 * simple.el (filter-buffer-substring): Fix typo in docstring.
19479
19480 2005-05-31 Richard M. Stallman <rms@gnu.org>
19481
19482 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19483 (vhdl-emacs-21): Doc fix.
19484 (vhdl-mode): Unconditionally set comment-padding.
19485 (vhdl-fixup-whitespace-region): Insert spaces only where
19486 there are none.
19487 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19488
19489 2005-05-30 John Wiegley <johnw@newartisans.com>
19490
19491 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19492 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19493 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19494 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19495 `string-to-number'.
19496
19497 2005-05-30 Jay Belanger <belanger@truman.edu>
19498
19499 * calc/calc.el (calc-bug-address): Fix docstring.
19500 (calc-window-hook, calc-trail-window-hook): New variables.
19501 (calc-trail-display): Restore use of calc-trail-window-hook.
19502 (calc): Restore use of calc-window-hook.
19503
19504 2005-05-31 Masatake YAMATO <jet@gyve.org>
19505
19506 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19507
19508 * help-fns.el (help-C-file-name): Add autoload mark for
19509 `find-function-noselect'.
19510
19511 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19514 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19515
19516 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19517
19518 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19519 included diary buffer if it was not already being visited.
19520 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19521
19522 * calendar/icalendar.el (top-level): Do not require appt.
19523
19524 * mail/supercite.el (sc-select-attribution): Only use a list
19525 element from sc-attrib-selection-list if it returns a string.
19526 Reported by Davide G. M. Salvetti <salve@debian.org>.
19527
19528 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19529
19530 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19531 includes a hash value to improve its uniqueness, and has a ".jpg"
19532 extension. Also, it is now a valid filename on all systems.
19533 (thumbs-make-thumb): Use `let', not `let*'.
19534 (thumbs-show-thumbs-list): Check for JPEG availability.
19535
19536 2005-05-30 Richard M. Stallman <rms@gnu.org>
19537
19538 * filesets.el (filesets-menu-ensure-use-cached):
19539 Prevent warning when emacs-version>= is undefined.
19540
19541 * printing.el (pr-interactive-n-up): Use string-to-number.
19542
19543 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19544
19545 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19546 Warn only when name to be defined is quoted.
19547
19548 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19549
19550 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19551 Make regexp more robust.
19552 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19553 Force regeneration of disassembly.
19554
19555 2005-05-29 Jay Belanger <belanger@truman.edu>
19556
19557 * calc/calc.el (calc-user-invocation): Check if
19558 calc-invocation-macro is non-nil.
19559
19560 2005-05-29 Juri Linkov <juri@jurta.org>
19561
19562 * add-log.el (change-log-font-lock-keywords):
19563 Add `+' to e-mail regexp to accept mail address with keywords.
19564
19565 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19566
19567 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19568
19569 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19570
19571 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19572
19573 2005-05-29 Richard M. Stallman <rms@gnu.org>
19574
19575 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19576 Undo the change that moves to end of the current word.
19577
19578 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19579
19580 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19581 Throw error when count <= 0 to ensure input is a number.
19582 (gdb-read-memory-custom): Pick up address from buffer.
19583 (gdb-memory-mode): Allow user to increment and decrement
19584 memory address from header line.
19585
19586 2005-05-29 Richard M. Stallman <rms@gnu.org>
19587
19588 * flyspell.el (flyspell-version): Function deleted.
19589 (flyspell-auto-correct-previous-hook): Doc fix.
19590
19591 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19592 Do nothing if memory is full.
19593
19594 * font-lock.el (font-lock-fontify-syntactically-region):
19595 Pass t for GREEDY to looking-back.
19596
19597 * saveplace.el (save-place-alist-to-file): Write the file
19598 using write-region.
19599
19600 * subr.el (looking-back): New argument GREEDY.
19601
19602 * progmodes/compile.el (compilation-start): Set the mode
19603 before inserting the initial text.
19604
19605 * progmodes/which-func.el (which-func-update-1): Turn the mode
19606 off in case of error by setting which-func-mode.
19607
19608 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19609
19610 * flyspell.el (flyspell-auto-correct-previous-word):
19611 Narrow down to what's on the screen, and recenter overlays
19612 at the end of the next word.
19613
19614 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19615
19616 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19617 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19618 (flyspell-abbrev-p): Default to nil.
19619 (flyspell-use-global-abbrev-table-p): Doc fix.
19620 (flyspell-large-region): Allow nil as value.
19621 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19622
19623 (mail-mode-flyspell-verify): More robust handling
19624 of `mail-header-separator'. More efficient signature detection.
19625 Allow for regexp metacharacters in message-header-separator.
19626 Adding `To' not to be checked in mail-mode-flyspell-verify.
19627
19628 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19629 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19630 Bind flyspell-auto-correct-binding.
19631 Bind C-. and C-, .
19632 (flyspell-mode-map): Likewise.
19633 (flyspell-mode): Doc fix.
19634 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19635 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19636 (flyspell-word-cache-result): New var, always local.
19637 (flyspell-check-pre-word-p): Doc fix.
19638 (flyspell-check-changed-word-p): Handle spc like newline.
19639 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19640 (flyspell-word-search-backward, flyspell-word-search-forward):
19641 New functions.
19642 (flyspell-word): Return t if nothing to check.
19643 When parsing TeX code, check for after } or \.
19644 Use flyspell-word-search-backward to find previous word.
19645 Return nil if duplicated word.
19646 For word already checked, return same value as last time.
19647 Set flyspell-word-cache-result after checking.
19648 Don't clobber the return value.
19649 (flyspell-get-word): Major rewrite.
19650 (flyspell-external-point-words): New locals pword, pcount.
19651 Fix size used in progress message.
19652 Find the proper corresponding word in flyspell-large-region-buffer.
19653 (flyspell-region): Check for flyspell-large-region = nil.
19654 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19655 (flyspell-auto-correct-word): Check that WORD is a cons.
19656 (flyspell-correct-word): Likewise.
19657
19658 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19659
19660 * progmodes/make-mode.el (makefile-rule-action-regex)
19661 (makefile-macroassign-regex, makefile-makepp-mode)
19662 (makefile-bsdmake-mode): Continuation lines may be empty.
19663 Reported by Joshua Varner.
19664 (makefile-makepp-font-lock-keywords): Add $(stem).
19665
19666 2005-05-28 Karl Berry <karl@gnu.org>
19667
19668 * textmodes/tex-mode.el: Now that tex-send-command calls
19669 shell-quote-argument (2005-03-31 change), remove all calls to
19670 shell-quote-argument; they all end up invoking tex-send-command.
19671 The double quoting loses on filenames with non-safe characters,
19672 such as "@". Reported by Frederik Fouvry.
19673
19674 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19675
19676 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19677 about preserving point.
19678
19679 2005-05-27 Jay Belanger <belanger@truman.edu>
19680
19681 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19682 Info-goto-node.
19683
19684 * calc/calc-embed.el (calc-embed-arg): New variable.
19685 (calc-do-embedded-activate, calc-embedded-activate-formula)
19686 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19687 variable by new variable.
19688 (calc-embedded-make-info): Replace undeclared variable by new
19689 variable. When selecting region with positive prefix
19690 argument, use end of previous line instead of beginning of line.
19691
19692 * calc/calc-aent.el (calc-arg-values): Declare it.
19693
19694 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19695 Declare them.
19696
19697 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19698
19699 * calc/calc.el (calc-alg-map): Declare it.
19700
19701 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19702
19703 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19704
19705 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19706 (gdb-registers-buffer, toggle-gdb-all-registers):
19707 Toggle display of floating point registers.
19708 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19709
19710 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19711 (toggle-gud-tooltip-dereference):
19712 Rename from gud-toggle-tooltip-dereference.
19713
19714 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19717
19718 2005-05-27 Jay Belanger <belanger@truman.edu>
19719
19720 * calc/calc-prog.el (calc-kbd-report): Remove.
19721 (calc-kbd-query): Rewrite.
19722
19723 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19724
19725 * image.el (image-library-alist): Move to image.c.
19726 (image-type-available-p): Doc fix.
19727
19728 2005-05-27 Lute Kamstra <lute@gnu.org>
19729
19730 * calc/calc.el (calc):
19731 * outline.el (outline-1, outline-2, outline-3, outline-4)
19732 (outline-5, outline-6, outline-7, outline-8):
19733 * textmodes/dns-mode.el (dns-mode):
19734 * textmodes/sgml-mode.el (sgml-namespace-face):
19735 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19736 (tex-verbatim-face, tex-use-reftex):
19737 * textmodes/texinfo.el (texinfo-heading-face):
19738 Specify customization group.
19739
19740 * longlines.el: Don't require easy-mmode.
19741 (longlines-visible-face): Specify customization group.
19742
19743 2005-05-27 Kenichi Handa <handa@m17n.org>
19744
19745 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19746 encoding table of windows-1251.
19747
19748 * international/ucs-tables.el (ucs-set-table-for-input):
19749 If translation-table-for-input of a coding system is a symbol, get
19750 its translation-table property.
19751
19752 * international/code-pages.el: Don't register a coding system into
19753 non-iso-charset-alist more than once.
19754 (cp-make-coding-system): Likewise.
19755
19756 2005-05-26 John Wiegley <johnw@newartisans.com>
19757
19758 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19759 `eshell-resume-eval' is wrapped in a list, it indicates that the
19760 command was run asynchronously. In that case, unwrap the value
19761 before checking the delimiter value.
19762
19763 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19764 character before a space at the end of a line is \, assume the space
19765 is part of the last argument rather than a final argument separator.
19766
19767 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19768 is in use, and the target is `t' or `nil' (which are the most common
19769 values), don't assume that the symbol target is a buffer.
19770
19771 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19772
19773 * calendar/calendar.el (calendar-mode-line-format):
19774 Use mode-line-highlight as mouse-face.
19775
19776 * time.el (display-time-string-forms, display-time-update):
19777 Use mode-line-highlight as mouse-face.
19778
19779 2005-05-26 Jay Belanger <belanger@truman.edu>
19780
19781 * calc/calc.el (calc-language-alist): Remove extra defvar.
19782
19783 2005-05-26 Lute Kamstra <lute@gnu.org>
19784
19785 * arc-mode.el (archive-mode):
19786 * bookmark.el (bookmark-read-annotation-mode)
19787 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19788 * bs.el (bs-mode):
19789 * calc/calc-yank.el (calc-edit-mode):
19790 * calc/calc.el (calc-mode, calc-trail-mode):
19791 * calculator.el (calculator-mode):
19792 * chistory.el (command-history-mode):
19793 * comint.el:
19794 * cus-edit.el (custom-mode):
19795 * descr-text.el (describe-text-mode):
19796 * ebuff-menu.el (Electric-buffer-menu-mode):
19797 * ediff-util.el (ediff-mode):
19798 * emacs-lisp/re-builder.el (reb-mode):
19799 * emulation/vi.el (vi-mode-setup):
19800 * emulation/ws-mode.el (wordstar-mode):
19801 * eshell/esh-mode.el (eshell-mode):
19802 * forms.el (forms-mode):
19803 * help-mode.el (help-mode):
19804 * hexl.el (hexl-mode):
19805 * ibuffer.el (ibuffer-mode):
19806 * ielm.el (inferior-emacs-lisp-mode):
19807 * info.el (Info-mode, Info-edit-mode):
19808 * international/swedish.el:
19809 * ledit.el (ledit-from-lisp-mode):
19810 * locate.el (locate-mode):
19811 * mail/rmail.el (rmail-mode):
19812 * mail/rmailedit.el (rmail-edit-mode):
19813 * mail/rmailsum.el (rmail-summary-mode):
19814 * mail/supercite.el (sc-electric-mode):
19815 * net/eudc.el (eudc-mode):
19816 * net/quickurl.el (quickurl-list-mode):
19817 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19818 * obsolete/ooutline.el (outline-mode):
19819 * obsolete/options.el (Edit-options-mode):
19820 * obsolete/rnews.el (news-mode):
19821 * obsolete/rnewspost.el (news-reply-mode):
19822 * play/5x5.el (5x5-mode):
19823 * play/decipher.el (decipher-mode, decipher-stats-mode):
19824 * play/gomoku.el (gomoku-mode):
19825 * play/snake.el (snake-mode):
19826 * play/solitaire.el (solitaire-mode):
19827 * play/tetris.el (tetris-mode):
19828 * progmodes/ada-mode.el (ada-mode):
19829 * progmodes/antlr-mode.el (antlr-mode):
19830 * progmodes/autoconf.el (autoconf-mode):
19831 * progmodes/dcl-mode.el (dcl-mode):
19832 * progmodes/delphi.el (delphi-mode):
19833 * progmodes/ebrowse.el (ebrowse-tree-mode)
19834 (ebrowse-electric-list-mode, ebrowse-member-mode)
19835 (ebrowse-electric-position-mode):
19836 * progmodes/f90.el (f90-mode):
19837 * progmodes/fortran.el (fortran-mode):
19838 * progmodes/icon.el (icon-mode):
19839 * progmodes/idlw-help.el (idlwave-help-mode):
19840 * progmodes/idlw-shell.el (idlwave-shell-mode):
19841 * progmodes/idlwave.el (idlwave-mode):
19842 * progmodes/inf-lisp.el (inferior-lisp-mode):
19843 * progmodes/m4-mode.el (m4-mode):
19844 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19845 * progmodes/modula2.el (modula-2-mode):
19846 * progmodes/octave-inf.el (inferior-octave-mode):
19847 * progmodes/octave-mod.el (octave-mode):
19848 * progmodes/pascal.el (pascal-mode):
19849 * progmodes/sh-script.el (sh-mode):
19850 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19851 * progmodes/vhdl-mode.el (vhdl-mode):
19852 * progmodes/xscheme.el (scheme-interaction-mode):
19853 * replace.el (occur-mode):
19854 * ses.el (ses-mode):
19855 * simple.el (completion-list-mode):
19856 * skeleton.el:
19857 * speedbar.el (speedbar-mode):
19858 * term.el (term-mode):
19859 * terminal.el (terminal-edit-mode):
19860 * textmodes/reftex-index.el (reftex-index-mode)
19861 (reftex-index-phrases-mode):
19862 * textmodes/reftex-sel.el (reftex-select-label-mode)
19863 (reftex-select-bib-mode):
19864 * textmodes/reftex-toc.el (reftex-toc-mode):
19865 * wdired.el (wdired-change-to-wdired-mode):
19866 * wid-browse.el (widget-browse-mode):
19867 Use run-mode-hooks.
19868
19869 * array.el (array-mode):
19870 * calendar/todo-mode.el (todo-mode):
19871 * man.el (Man-mode):
19872 * play/landmark.el (lm-mode):
19873 * play/mpuz.el (mpuz-mode):
19874 Use kill-all-local-variables and run-mode-hooks.
19875
19876 * subr.el (delay-mode-hooks): Specify indentation.
19877
19878 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19879
19880 * xml.el (xml-substitute-special): Don't die for undefined xml
19881 entities.
19882
19883 2005-05-26 Jay Belanger <belanger@truman.edu>
19884
19885 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19886 of nil.
19887
19888 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19889
19890 * progmodes/gdb-ui.el (gdb-frame-address):
19891 Rename from gdb-current-address.
19892 (gdb-previous-frame-address): Rename from gdb-previous-address.
19893 (gdb-selected-frame): Rename from gdb-current-frame.
19894 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19895 (gdb-frame-number): Rename from gdb-current-stack-level.
19896 (gdb-ann3): Match new mode-name for disassembly buffer.
19897 Extend initialization of variables.
19898 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19899 (gdb-memory-mode): Use mouse-face in header line.
19900 (gdb-assembler-buffer-name): Call it disassembly and give frame
19901 in mode line.
19902 (gdb-source-spec-regexp, gdb-assembler-custom)
19903 (gdb-invalidate-assembler, gdb-frame-handler):
19904 Make robust to leading zeroes in address format.
19905
19906 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19907
19908 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19909 define `org-mode'.
19910 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19911
19912 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19913
19914 * log-edit.el (log-edit-changelog-entries): Distinguish between
19915 filenames like xfns.c and fns.c.
19916
19917 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19918
19919 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19920 point after reverting.
19921 (Buffer-menu-make-sort-button): Handle the case where
19922 `Buffer-menu-use-header-line' is nil.
19923
19924 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19925
19926 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19927 New funcs. In minibuffer-local-completion-map bind `]', `/'
19928 and `:' to them.
19929
19930 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19931
19932 * startup.el (normal-top-level): Allow modification of load-path while
19933 we're iterating over it.
19934
19935 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19936
19937 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19938 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19939 (thumbs-resize-interactive, thumbs-insert-image)
19940 (thumbs-insert-thumb, thumbs-dired-show-marked)
19941 (thumbs-find-image-at-point, thumbs-delete-images)
19942 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19943 (thumbs-increment-image-size, thumbs-decrement-image-size):
19944 Fix typos in docstrings.
19945
19946 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19947
19948 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19949 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19950 (cperl-mode): Use them.
19951
19952 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19953
19954 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19955 Doc fixes.
19956
19957 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19958
19959 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19960 Bind C-d to gdb-inferior-io-eof.
19961
19962 * dired.el (dired-dnd-popup-notice): Use message-box.
19963
19964 2005-05-23 Masatake YAMATO <jet@gyve.org>
19965
19966 * bindings.el (mode-line-major-mode-keymap):
19967 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19968
19969 * faces.el (mode-line-highlight): New face.
19970
19971 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19972 as mouse-face.
19973
19974 * bindings.el (top-level, help-echo, mode-line-modified)
19975 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19976 as mouse-face.
19977
19978 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19979
19980 * progmodes/cc-engine.el (c-guess-basic-syntax):
19981 Remove spurious call to `zerop'.
19982
19983 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19984
19985 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19986
19987 CC Mode update to 5.30.10:
19988
19989 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19990 could go past the limit in decoration level 2, thereby causing
19991 errors during interactive fontification.
19992
19993 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19994 the file is evaluated interactively.
19995
19996 * cc-engine.el (c-guess-basic-syntax): Handle operator
19997 declarations somewhat better in C++.
19998
19999 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20000 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20001 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20002 (awk-mode): Use it.
20003 (make-local-hook): Suppress warning about obsoleteness.
20004
20005 * cc-engine.el, cc-align.el, cc-cmds.el
20006 (c-append-backslashes-forward, c-delete-backslashes-forward)
20007 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20008 Compensate for return value from `forward-line' when it has moved
20009 but not to a different line due to eob.
20010
20011 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20012 `objc-method-intro' and `objc-method-args-cont'.
20013
20014 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20015
20016 CC Mode update to 5.30.10:
20017
20018 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20019 in the copyright statement. Incidentally, change "along with GNU
20020 Emacs" to "along with this program" where it occurs.
20021
20022 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20023 so that it is interactive, hence can be found by M-x awk-mode
20024 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20025 <gmorris+emacs@ast.cam.ac.uk>.
20026
20027 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20028 Mode's regexps.
20029
20030 2005-05-23 Kevin Ryde <user42@zip.com.au>
20031
20032 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20033 c-parse-state, to avoid a lisp error (on bad code).
20034
20035 2005-05-23 Lute Kamstra <lute@gnu.org>
20036
20037 * subr.el (font-lock-defaults): Remove defvar as it's already
20038 defined in font-core.el.
20039
20040 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20041
20042 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20043
20044 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20045 more general and work when GDB variable "print pretty" is on,
20046 as with Emacs, for example.
20047
20048 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20049
20050 * font-core.el: Update comment.
20051
20052 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20053 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20054
20055 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20056
20057 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20058
20059 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20060 and `yank-handler' in the doc strings.
20061
20062 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20063
20064 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20065
20066 2005-05-22 Richard M. Stallman <rms@gnu.org>
20067
20068 * help.el (describe-key): Move print-help-return-message call
20069 out of conditional.
20070
20071 * progmodes/etags.el (list-tags): Use with-no-warnings.
20072
20073 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20074 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20075 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20076
20077 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20078
20079 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20080 Add defvar.
20081
20082 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20083 Use defvar, not defconst.
20084
20085 * hexl.el (hexl-follow-line): Use with-no-warnings.
20086
20087 * emulation/tpu-extras.el: Use write-file-functions instead of
20088 write-file-hooks.
20089
20090 * dired.el (dired-font-lock-keywords): Fontify files with junk
20091 extensions even if marked by -F.
20092
20093 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20094
20095 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20096 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20097 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20098 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20099 (concatenate, list-length, get*, getf, cl-remprop):
20100 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20101 (etypecase, progv, lexical-let, lexical-let*)
20102 (multiple-value-bind, multiple-value-setq, shiftf):
20103 Improve argument/docstring consistency.
20104
20105 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20106
20107 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20108
20109 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20110 doesn't exist.
20111
20112 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20113 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20114
20115 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20116
20117 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20118 already deleted variables: auto-fill-hook, blink-paren-hook,
20119 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20120 suspend-hooks, comment-indent-hook, meta-flag,
20121 before-change-function, after-change-function,
20122 font-lock-doc-string-face.
20123
20124 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20125
20126 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20127
20128 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20129
20130 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20131 rmail-dont-reply-to.
20132
20133 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20134
20135 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20136 literal blank when splitting new-header-values.
20137
20138 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20139
20140 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20141 string so that tmm doesn't create a completion entry for it.
20142
20143 * textmodes/table.el (table-disable-menu): Ditto.
20144
20145 2005-05-21 Richard M. Stallman <rms@gnu.org>
20146
20147 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20148
20149 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20150
20151 * net/rcompile.el (remote-compile): Use compilation-start.
20152
20153 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20154
20155 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20156
20157 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20158 Default to makefile-bsdmake-mode on BSD systems.
20159
20160 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20161 REGEXP may also be a search function now. The part of doc-string
20162 for describing the structure was 95% identical to that of
20163 `imenu--generic-function'. Unify it there.
20164
20165 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20166 Use function to find dependencies, because regexp alone is so complex,
20167 it easily goes into an endless loop.
20168 (makefile-makepp-mode): Also add submenu for Perl functions
20169 defined in the makefile.
20170 (makefile-bsdmake-mode): Special imenu-generic-expression no
20171 longer needed, due to function call.
20172 (makefile-match-dependency): Take BOUND into account when checking
20173 if we're through.
20174
20175 2005-05-20 Jay Belanger <belanger@truman.edu>
20176
20177 * calc/calc-units.el (calc-invalidate-units-table):
20178 Use inhibit-read-only.
20179 (math-build-units-table-buffer): Use view-mode.
20180
20181 2005-05-20 David Kastrup <dak@gnu.org>
20182
20183 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20184 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20185
20186 2005-05-20 Lute Kamstra <lute@gnu.org>
20187
20188 * diff-mode.el (diff-header-face, diff-file-header-face)
20189 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20190 (diff-added-face, diff-changed-face, diff-function-face)
20191 (diff-context-face, diff-nonexistent-face): Put them in the
20192 diff-mode customization group.
20193
20194 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20195
20196 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20197
20198 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20199
20200 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20201 Minor regexp-optimization.
20202
20203 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20204
20205 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20206 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20207 (org-agenda-add-time-grid-maybe): New function.
20208 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20209 (org-table-create): `dotimes' instead of `mapcar'.
20210 (org-xor): Simplify implementation.
20211 (org-agenda): `inhibit-redisplay' turned on.
20212 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20213 a consistent line after a state change.
20214 (org-agenda-remove-times-when-in-prefix): New option.
20215 (org-prefix-has-time): New variable.
20216 (org-parse-time-string): Optional argument NODEFAULT.
20217 (org-format-agenda-item): Parse items for time-of-day
20218 specifications and move these into the prefix if possible.
20219 (org-agenda-priority): Get current heading, not previous heading
20220 during agenda remote editing.
20221
20222 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20223
20224 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20225 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20226 (remove-duplicates, delete-duplicates, substitute)
20227 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20228 (nsubstitute-if-not, find, find-if, find-if-not, position)
20229 (position-if, position-if-not, count, count-if, count-if-not)
20230 (mismatch, search, sort*, stable-sort, merge, member*)
20231 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20232 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20233 (intersection, nintersection, set-difference, nset-difference)
20234 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20235 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20236 (nsublis, tree-equal): Improve argument/docstring consistency.
20237
20238 * subr.el (send-string, send-region): Remove obsolescence declaration.
20239 (window-dot, set-window-dot, read-input, show-buffer)
20240 (eval-current-buffer, string-to-int):
20241 Add release number to obsolescence declarations.
20242
20243 2005-05-19 Kim F. Storm <storm@cua.dk>
20244
20245 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20246 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20247
20248 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20249
20250 * faces.el (list-faces-display): Make back button respect optional
20251 regexp arg.
20252
20253 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20254
20255 * calculator.el (calculator-radix-grouping-mode)
20256 (calculator-radix-grouping-digits, calculator-displayer)
20257 (calculator-radix-grouping-separator, calculator-copy-displayer):
20258 * dabbrev.el (dabbrev-search-these-buffers-only):
20259 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20260 (diff-advance-after-apply-hunk, diff-mode-hook)
20261 (diff-minor-mode-prefix):
20262 * imenu.el (imenu-use-popup-menu):
20263 * jit-lock.el (jit-lock-context-time):
20264 * newcomment.el (comment-fill-column, comment-column)
20265 (comment-style, comment-padding, comment-multi-line)
20266 (comment-empty-lines, comment-auto-fill-only-comments):
20267 * reveal.el (reveal-around-mark):
20268 * uniquify.el (uniquify-buffer-name-style)
20269 (uniquify-after-kill-buffer-p)
20270 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20271 (uniquify-min-dir-content, uniquify-separator)
20272 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20273 * w32-vars.el (w32-fixed-font-alist):
20274 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20275 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20276 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20277 * progmodes/perl-mode.el (perl-indent-level)
20278 (perl-continued-statement-offset, perl-continued-brace-offset)
20279 (perl-brace-offset, perl-brace-imaginary-offset)
20280 (perl-label-offset, perl-indent-continued-arguments)
20281 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20282 * progmodes/tcl.el (tcl-indent-level)
20283 (tcl-continued-indent-level, tcl-auto-newline)
20284 (tcl-tab-always-indent, tcl-electric-hash-style)
20285 (tcl-help-directory-list, tcl-use-smart-word-finder)
20286 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20287 (inferior-tcl-source-command):
20288 * textmodes/fill.el (enable-kinsoku):
20289 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20290 * textmodes/table.el (table-yank-handler):
20291 Specify missing group (and type, if simple) in defcustom.
20292
20293 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20294
20295 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20296
20297 2005-05-19 Richard M. Stallman <rms@gnu.org>
20298
20299 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20300
20301 * subr.el (event-basic-type): Don't get an error.
20302 (left-fringe-p): Function deleted.
20303
20304 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20305 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20306
20307 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20308 in recursive copy.
20309
20310 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20311
20312 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20313
20314 * emacs-lisp/bytecomp.el
20315 (byte-compile-file-form-custom-declare-variable):
20316 Call byte-compile-nogroup-warn if appropriate.
20317
20318 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20319 (compilation-set-window): Don't call left-fringe-p; do it directly.
20320
20321 2005-05-19 Jay Belanger <belanger@truman.edu>
20322
20323 * calc/calc-graph.el (calc-graph-format-data): Make sure
20324 var-PlotRejects is bound before trying to check its value.
20325
20326 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20327
20328 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20329 definition of this variable from reftex-global.el to reftex.el,
20330 because it is needed in the menu.
20331
20332 2005-05-19 Lute Kamstra <lute@gnu.org>
20333
20334 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20335 years are fixed. Don't insert a space after a dash.
20336
20337 2005-05-19 Kim F. Storm <storm@cua.dk>
20338
20339 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20340
20341 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20342
20343 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20344 strings, because (eq ... ?\\) is fairly frequent.
20345
20346 * progmodes/make-mode.el (makefile-add-this-line-targets):
20347 Simplify and integrate into `makefile-pickup-targets'.
20348 (makefile-add-this-line-macro): Simplify and integrate into
20349 `makefile-pickup-macros.
20350 (makefile-pickup-filenames-as-targets): Simplify.
20351 (makefile-previous-dependency, makefile-match-dependency):
20352 Don't stumble over `::'.
20353
20354 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20355
20356 * subr.el (post-command-idle-hook, post-command-idle-delay):
20357 Remove obsoletion of post-command-idle-hook and
20358 post-command-idle-delay.
20359
20360 * faces.el (list-faces-display): Provide button when describe-face
20361 is called to take user back to the list of faces.
20362
20363 * help-fns.el (describe-variable): Remove hyperlinks in a
20364 variable's value as these are quite frequently inappropriate.
20365
20366 * follow.el (follow-submit-feedback, follow-mode):
20367 Remove references to post-command-idle-hook.
20368
20369 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20370
20371 * progmodes/make-mode.el (makefile-previous-dependency)
20372 (makefile-match-dependency): Check for := (and in bsd mode also
20373 !=) to give a better result, even when font-lock is not on.
20374
20375 2005-05-18 Jay Belanger <belanger@truman.edu>
20376
20377 * calc/calc-help.el (calc-s-prefix-help):
20378 Add `calc-copy-special-constant' to help string.
20379
20380 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20381
20382 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20383
20384 2005-05-18 Jay Belanger <belanger@truman.edu>
20385
20386 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20387 in linear factors are in proper order.
20388
20389 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20390
20391 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20392 Support for jurabib.
20393
20394 * textmodes/reftex.el (featurep): Define aliases for overlay
20395 commands, for XEmacs compatibility, and use these aliases in
20396 overlay initializations.
20397 (reftex-highlight): Use `reftex-move-overlay'.
20398 (reftex-unhighlight): Use `reftex-delete-overlay'.
20399 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20400 (reftex-access-search-path): Use `reftex-uniquify' instead of
20401 `reftex-uniq'
20402
20403 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20404 `before-string' property modification enables for Emacs as well.
20405 (reftex-select-item): Use `reftex-delete-overlay'.
20406 (reftex-select-mark): Use `reftex-make-overlay' and
20407 `reftex-overlay-put'.
20408 (reftex-select-unmark): Use `reftex-delete-overlay' and
20409 `reftex-overlay-put'.
20410
20411 2005-05-18 Lute Kamstra <lute@gnu.org>
20412
20413 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20414
20415 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20416
20417 * add-log.el (add-change-log-entry):
20418 * array.el (array-make-template, array-reconfigure-rows)
20419 (array-init-max-row, array-init-max-column)
20420 (array-init-columns-per-line, array-init-field-width):
20421 * replace.el (replace-match-maybe-edit, perform-replace):
20422 * textmodes/spell.el (spell-region):
20423 Replace `read-input' by `read-string'.
20424
20425 * forms.el (forms-mode):
20426 * finder.el (finder-compile-keywords):
20427 * shadowfile.el (shadow-read-files):
20428 Replace `eval-current-buffer' by `eval-buffer'.
20429
20430 * terminal.el (te-pass-through):
20431 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20432 (ange-ftp-raw-send-cmd):
20433 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20434 (send-process-next-char, telnet-initial-filter, telnet):
20435 Replace `send-string' by `process-send-string'.
20436
20437 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20438 (prolog-consult-region): Replace `send-string' by
20439 `process-send-string'; replace `send-region' by `process-send-region'.
20440
20441 * progmodes/delphi.el (delphi-log-msg):
20442 Replace `set-window-dot' by `set-window-point'.
20443
20444 * subr.el (window-dot, set-window-dot, read-input, send-string)
20445 (send-region, show-buffer, eval-current-buffer):
20446 Make really obsolete, as the comment says.
20447
20448 2005-05-17 Kim F. Storm <storm@cua.dk>
20449
20450 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20451 (cua--init-keymaps): Bind C-return instead of S-return to set
20452 rectangle mark.
20453
20454 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20455 instead of S-return to toggle/clear rectangle mark.
20456
20457 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20458
20459 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20460 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20461 Also fontify plain strings assigned to variables, mostly so that a
20462 colon has a face and is thus not taken as a dependency separator.
20463 (makefile-previous-dependency): Inline the new matcher, because it
20464 is too complex to work in both directions.
20465 (makefile-match-dependency): Eliminate `backward' arg (see above).
20466 Completely reimplemented so as to not sometimes go into an endless
20467 loop. It should also be more efficient, because first it only
20468 searches for `:', instead of applying the very complex regexp.
20469 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20470 to be fontified in one piece can be too long for JIT.
20471 Makefiles are never *that* big.
20472
20473 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20474
20475 * dired.el (dired-mode): Simplify.
20476
20477 2005-05-17 Lute Kamstra <lute@gnu.org>
20478
20479 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20480 defcustom for the mode hook variable.
20481
20482 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20483 Emacs Lisp Reference Manual.
20484
20485 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20486
20487 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20488 (evenp, list*):
20489 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20490 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20491
20492 * net/tramp-smb.el (tramp-smb-open-connection):
20493 Pass `tramp-chunksize' as fifth (required) argument.
20494
20495 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20496
20497 * font-lock.el (lisp-font-lock-keywords-1):
20498 Set `font-lock-negation-char-face' for [^...] char group.
20499 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20500
20501 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20502 a var, and refine it to mask one more level of nested vars.
20503 (makefile-rule-action-regex): Turn it into a var, and refine it so
20504 it recognizes backslashed continuation lines as belonging to the
20505 same command.
20506 (makefile-macroassign-regex): Refine it so it recognizes
20507 backslashed continuation lines as belonging to the same command.
20508 (makefile-var-use-regex): Don't look at the next char, because it
20509 might be the same one to be skipped by the initial [^$], leading
20510 to an overlooked variable use.
20511 (makefile-make-font-lock-keywords): Remove two parameters, which
20512 are now variables that some of the modes set locally.
20513 Handle dependency and rule action matching through functions, because
20514 regexps alone match too often. Dependency matching now comes
20515 last, so it can check, whether a colon already matched something else.
20516 (makefile-mode): Inform that font-lock improves makefile parsing
20517 capabilities.
20518 (makefile-match-dependency, makefile-match-action): New functions.
20519
20520 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20521
20522 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20523
20524 * align.el (align-regexp):
20525 * ansi-color.el (ansi-color-get-face):
20526 * array.el (array-reconfigure-rows, array-init-max-row)
20527 (array-init-max-column, array-init-columns-per-line)
20528 (array-init-field-width):
20529 * dired-aux.el (dired-trample-file-versions):
20530 * dired-x.el (dired-mark-sexp):
20531 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20532 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20533 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20534 * faces.el (face-read-integer):
20535 * files.el (backup-extract-version, insert-directory):
20536 * hexl.el (hexl-insert-decimal-char):
20537 * server.el (server-process-filter):
20538 * shell.el (shell-extract-num):
20539 * startup.el (command-line-1):
20540 * term.el (term-command-hook):
20541 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20542 (time-stamp-do-number):
20543 * time.el (display-time-update):
20544 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20545 (timezone-fix-time):
20546 * vms-patch.el (vms-suspend-resume-hook):
20547 * calendar/appt.el (appt-convert-time):
20548 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20549 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20550 * calendar/cal-islam.el (mark-islamic-diary-entries):
20551 * calendar/calendar.el (calendar-cursor-to-date)
20552 (calendar-star-date):
20553 * calendar/diary-lib.el (diary-attrtype-convert)
20554 (mark-diary-entries, diary-entry-time):
20555 * calendar/solar.el (solar-get-number):
20556 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20557 * emacs-lisp/re-builder.el (reb-display-subexp):
20558 * emulation/edt.el (edt-set-scroll-margins):
20559 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20560 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20561 (vip-get-ex-count):
20562 * emulation/viper-ex.el (viper-get-ex-token)
20563 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20564 * international/fontset.el (fontset-plain-name):
20565 * mail/feedmail.el (feedmail-look-at-queue-directory):
20566 * mail/mailalias.el (mail-get-names):
20567 * mail/rmail.el (rmail-convert-to-babyl-format):
20568 * mail/rmailsum.el (rmail-make-basic-summary-line)
20569 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20570 (rmail-summary-goto-msg):
20571 * mail/smtpmail.el (smtpmail-read-response):
20572 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20573 (ange-ftp-vms-add-file-entry):
20574 * play/gametree.el (gametree-looking-at-ply)
20575 (gametree-current-branch-score):
20576 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20577 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20578 * progmodes/cperl-mode.el (condition-case):
20579 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20580 (ebrowse-set-member-buffer-column-width)
20581 (ebrowse-select-1st-to-9nth):
20582 * progmodes/etags.el (etags-snarf-tag):
20583 * progmodes/flymake.el (flymake-parse-line):
20584 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20585 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20586 (idlwave-shell-menu-def):
20587 * progmodes/ps-mode.el (ps-run-goto-error):
20588 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20589 (vhdl-speedbar-contract-level):
20590 * term/mac-win.el (x-handle-numeric-switch):
20591 * term/sun-mouse.el (sun-get-frame-data):
20592 * term/w32-win.el (x-handle-numeric-switch):
20593 * term/x-win.el (x-handle-numeric-switch):
20594 * textmodes/ispell.el (ispell-parse-output):
20595 * textmodes/nroff-mode.el (nroff-outline-level):
20596 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20597 (reftex-bib-sort-year-reverse, reftex-format-citation):
20598 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20599 (reftex-section-number):
20600 * textmodes/texinfmt.el (texinfo-paragraphindent):
20601 Replace `string-to-int' by `string-to-number'.
20602
20603 * international/latexenc.el: Add page marker to force the "Local
20604 Variables:" string out of the last page.
20605
20606 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20607
20608 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20609 tooltip-change-major-mode.
20610 (gud-tooltip-print-command): Remove case where gud-minor-mode
20611 is gdb ("--fullname").
20612 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20613 explain to user.
20614
20615 2005-05-16 Jay Belanger <belanger@truman.edu>
20616
20617 * calc/calc-store.el (calc-copy-special-constant): New function.
20618
20619 * calc/calc-ext.el (calc-init-extensions): Add binding for
20620 `calc-copy-special-constant'.
20621
20622 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20623 for the `calc-copy-special-constant' command.
20624
20625 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20626
20627 * subr.el (left-fringe-p): New function.
20628
20629 * progmodes/compile.el (compilation-setup): Set local value of
20630 overlay-arrow-string to "" always.
20631 (compilation-set-window): Left fringe then don't scroll.
20632 No left fringe then no arrow and scroll message to top.
20633 (compilation-context-lines): Adjust doc string accordingly.
20634
20635 2005-05-16 Kim F. Storm <storm@cua.dk>
20636
20637 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20638 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20639 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20640 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20641 (ido-read-file-name): Handle commands with ido property value
20642 equal to find-file as reading a file name, to allow C-d to enter dired.
20643 (ibuffer-find-file): Add ido property with value find-file.
20644
20645 2005-05-15 Kim F. Storm <storm@cua.dk>
20646
20647 * subr.el (open-network-stream-nowait): Remove.
20648 (open-network-stream-server): Remove.
20649
20650 2005-05-15 Richard M. Stallman <rms@gnu.org>
20651
20652 * faces.el (describe-face): Output a definition link button.
20653
20654 * help-mode.el (help-face-def): New button type.
20655
20656 * emacs-lisp/copyright.el (copyright-fix-years):
20657 Match properly if the first year is 2-digit.
20658 Don't mess up the whitespace after the years by filling.
20659
20660 * dired-aux.el (dired-mark-confirm):
20661 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20662
20663 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20664 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20665 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20666
20667 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20668 Set font-lock-comment-start-skip.
20669
20670 * font-lock.el (font-lock-comment-start-skip): New variable.
20671 (font-lock-comment-end-skip): New variable.
20672 (font-lock-fontify-syntactically-region): Use them if non-nil.
20673
20674 2005-05-15 Jay Belanger <belanger@truman.edu>
20675
20676 * calc/calc-store.el (calc-store-value): Return a string rather
20677 than display it as a message.
20678 Use calc-var-name for variable name.
20679 (calc-store-into): Add the result of calc-store-value to message.
20680 (calc-copy-variable): Add a message.
20681 (calc-store-exchange): Improve error messages.
20682 (calc-store-binary, calc-store-map): Don't reset the values of
20683 special constants.
20684
20685 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20686
20687 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20688 manual to docstring.
20689
20690 * files.el (hack-local-variables-confirm): Add STRING argument.
20691 Make the function handle non file visiting buffers correctly.
20692 (hack-local-variables-prop-line, hack-local-variables)
20693 (hack-one-local-variable): Use STRING arg of
20694 `hack-local-variables-confirm'.
20695
20696 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20697
20698 Sync with Tramp 2.0.49.
20699
20700 * net/tramp.el (tramp-handle-dired-call-process)
20701 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20702 because the contents of the Tramp buffer is changed before
20703 insertion (`expand-file' and alike).
20704 (tramp-handle-insert-directory): If `localname' has an empty
20705 nondirectory name, it must not be quoted.
20706 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20707 variable `tramp-chunksize'. Change callees.
20708 (tramp-open-connection-setup-interactive-shell): Check remote host
20709 for buggy `send-process-string' implementation.
20710 Set `tramp-chunksize' if found. Reported by Michael Kifer
20711 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20712 (tramp-handle-shell-command): `insert-buffer' cannot be used
20713 because the contents of the Tramp buffer is changed before
20714 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20715 <frederic.bothamy@free.fr>.
20716 (tramp-set-auto-save): Actions should be done for Tramp file name
20717 handler only. Ange-FTP has its own auto-save mechanism.
20718 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20719 (tramp-set-auto-save-file-modes): Set file modes of
20720 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20721 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20722 (tramp-bug): Remove obsolete variable.
20723 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20724 for presence of `mml-mode'. Make it running for older Emacsen as well.
20725
20726 2005-05-14 John Paul Wallington <jpw@pobox.com>
20727
20728 * ibuf-ext.el (define-ibuffer-filter filename):
20729 If `dired-directory' is a list, use its car.
20730
20731 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20732
20733 * ibuffer.el (define-ibuffer-column filename):
20734 If `dired-directory' is a list, use its car.
20735
20736 2005-05-14 Richard M. Stallman <rms@gnu.org>
20737
20738 * subr.el (symbol-file): Doc fix.
20739
20740 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20741 (byte-compile-form): Call byte-compile-nogroup-warn.
20742 (byte-compile-warning-types): Doc fix.
20743
20744 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20745
20746 * progmodes/cc-engine.el (c-literal-faces):
20747 Add font-lock-comment-delimiter-face.
20748
20749 * net/net-utils.el (dig): Use with-no-warnings.
20750
20751 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20752 (sc-recite-frame-alist, sc-default-cite-frame)
20753 (sc-default-uncite-frame, sc-default-recite-frame)
20754 (sc-attrib-selection-list, sc-rewrite-header-list):
20755 Mark as risky-local-variable.
20756
20757 * international/ogonek.el (ogonek-jak, ogonek-how):
20758 Don't use beginning-of-buffer.
20759
20760 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20761
20762 * calendar/solar.el (solar-data-list): Move definition up.
20763
20764 * dnd.el (dnd-protocol-alist): Add autoload.
20765
20766 * progmodes/sh-script.el: Many doc usage fixes.
20767 (sh-indent-after-do): Change default to match common styles.
20768
20769 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20770
20771 * files.el (interpreter-mode-alist)
20772 (auto-mode-interpreter-regexp): Doc fixes.
20773
20774 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20775
20776 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20777
20778 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20779
20780 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20781
20782 * dired.el (dired-mode): make-variable-buffer-local =>
20783 make-local-variable.
20784
20785 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20786
20787 * term/mac-win.el (mac-select-convert-to-string): Try coding
20788 systems in mac-script-code-coding-systems if specified one cannot
20789 encode string for `com.apple.traditional-mac-plain-text'.
20790
20791 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20792
20793 * progmodes/make-mode.el (makefile-targets-face)
20794 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20795 (makefile-dependency-regex): Fix it to not make the colon in
20796 $(var:a=b) special.
20797 (makefile-rule-action-regex): New regexp for highlighting embedded
20798 Shell strings.
20799 (makefile-macroassign-regex): Handle != for highlighting as
20800 embedded Shell strings.
20801 (makefile-var-use-regex): New const.
20802 (makefile-statements, makefile-automake-statements)
20803 (makefile-gmake-statements, makefile-makepp-statements)
20804 (makefile-bsdmake-statements): New consts.
20805 (makefile-make-font-lock-keywords): New function.
20806 (makefile-automake-font-lock-keywords)
20807 (makefile-gmake-font-lock-keywords)
20808 (makefile-makepp-font-lock-keywords)
20809 (makefile-bsdmake-font-lock-keywords): New consts.
20810 (makefile-mode-map): Add switchers between the various submodes.
20811 (makefile-mode): Document the availability of the variants.
20812 (makefile-automake-mode, makefile-gmake-mode)
20813 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20814
20815 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20816 new variants of makefile-mode.
20817
20818 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20819
20820 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20821 the inheritance.
20822
20823 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20824
20825 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20826 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20827
20828 * files.el (normal-mode): Extend the scope of the
20829 `enable-local-variables' binding to include the `set-auto-mode' call.
20830 (magic-mode-alist): Doc fix.
20831
20832 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20833
20834 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20835 font-lock-comment-face rather than copying its setting.
20836
20837 2005-05-12 Andreas Schwab <schwab@suse.de>
20838
20839 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20840
20841 2005-05-12 Lute Kamstra <lute@gnu.org>
20842
20843 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20844 defcustom for the mode hook variable. Delete the last argument.
20845 * generic-x.el: Fix callers of define-generic-mode.
20846 (generic-x-modes): Delete group.
20847 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20848 generic-x customization group.
20849
20850 2005-05-12 Kim F. Storm <storm@cua.dk>
20851
20852 * font-lock.el (font-lock-negation-char-face): Default to "off".
20853
20854 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20855 font-lock-negation-char-face to ! in !=.
20856
20857 2005-05-12 Masatake YAMATO <jet@gyve.org>
20858
20859 * add-log.el (find-change-log): Fix typos in the docstring
20860 of function.
20861
20862 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20863
20864 * international/latexenc.el (latexenc-find-file-coding-system):
20865 Avoid `re-search-forward' when looking for input encoding because
20866 of speed and safety. Better regular expressions for recognizing
20867 input encoding. Limit a search for TeX-master/tex-main-file to
20868 the local variable section.
20869
20870 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20871
20872 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20873 syntax of $ to "'" (quote).
20874
20875 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20876
20877 * dnd.el (dnd-protocol-alist): Improve custom type.
20878
20879 * dired.el (dired-dnd-protocol-alist): New variable.
20880 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20881 `dired-mode-hook' to the end.
20882
20883 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20884
20885 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20886 comment-end if comment-start-skip is not set.
20887 Obey the font-lock-comment-delimiter-face variables.
20888
20889 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20890
20891 * files.el (executable-find): Move from executable.el. Use
20892 locate-file.
20893 * progmodes/executable.el (executable-find): Move to files.el.
20894
20895 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20896 when trying to ensure forward progress.
20897
20898 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20899
20900 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20901 (mouse-select, mouse-select-internal, mouse-extend-internal):
20902 Use it to implement mouse-1-click-follows-link functionality.
20903
20904 2005-05-11 Richard M. Stallman <rms@gnu.org>
20905
20906 * font-lock.el (font-lock-fontify-syntactically-region):
20907 Use font-lock-comment-delimiter-face for comment delimiters.
20908
20909 2005-05-10 Jay Belanger <belanger@truman.edu>
20910
20911 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20912 preserving embedded modes.
20913
20914 2005-05-10 Richard M. Stallman <rms@gnu.org>
20915
20916 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20917
20918 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20919 Move from ada-stmt.el.
20920 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20921
20922 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20923 Move to ada-mode.el.
20924 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20925
20926 * cus-edit.el (custom-file): Call file-chase-links.
20927
20928 * files.el (read-directory-name): Fix previous change.
20929 (hack-local-variables-confirm): New function.
20930 (hack-local-variables-prop-line, hack-local-variables)
20931 (hack-one-local-variable): Use it.
20932
20933 2005-05-10 Lute Kamstra <lute@gnu.org>
20934
20935 * font-lock.el (font-lock-keywords-alist)
20936 (font-lock-removed-keywords-alist): Clarify docstrings.
20937
20938 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20939
20940 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20941 (gdb-source-info): Check for preprocessor info.
20942 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20943 a macro for a function.
20944 (gdb-info-breakpoints-custom): Try to find file again if not already
20945 found (user might have used GDB dir command).
20946 (gdb-get-location): Update gdb-location-alist correctly for change
20947 to gdb-info-breakpoints-custom.
20948
20949 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20950 (gud-tooltip-print-command): Add gdbmi case.
20951 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20952 preprocessor info.
20953
20954 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20955
20956 * startup.el (fancy-splash-insert): Fix typo in doc string.
20957
20958 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20959
20960 * obsolete/float.el (string-to-float):
20961 * obsolete/hilit19.el (hilit-add-pattern):
20962 * obsolete/rnews.el (news-parse-range, news-select-message)
20963 (news-get-pruned-list-of-files): Replace `string-to-int' by
20964 `string-to-number'.
20965
20966 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20967 `find-file-not-found-hooks'; use `add-hook'.
20968 (uncompress-while-visiting): Set `write-file-functions', not
20969 `write-file-hooks'; use `add-hook'.
20970
20971 2005-05-09 Kim F. Storm <storm@cua.dk>
20972
20973 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20974 (cua-paste): Handle clipboard action.
20975 (cua--init-keymaps): Remap clipboard-kill-region and
20976 clipboard-kill-ring-save.
20977
20978 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20979
20980 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20981 Improve commentary.
20982
20983 * simple.el (next-error-overlay-arrow-position): Revert the change
20984 made on 2005-04-30.
20985
20986 2005-05-07 Jay Belanger <belanger@truman.edu>
20987
20988 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20989 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20990 `calc-sel-reselect'.
20991
20992 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20993 Calc is in embedded mode.
20994
20995 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20996
20997 * progmodes/compile.el (compilation-setup):
20998 Set overlay-arrow-string to an empty string on text terminals.
20999
21000 * textmodes/ispell.el (ispell-program-name): Try looking for
21001 "aspell" along exec-path, and if found, use it as the default
21002 speller program.
21003
21004 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21005
21006 * international/mule.el (sgml-xml-auto-coding-function):
21007 Recognize encoding='FOO' in single quotes as well as in double quotes.
21008
21009 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21010
21011 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21012 as well as `interactive', so that defmacro* would recognize
21013 `declare' forms.
21014
21015 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21016
21017 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21018 Explain more about the LIGHTER arg's usage in the doc string.
21019 Add commentary to clarify what the code does. Fix the regexp that
21020 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21021 since it could have characters special to regular expressions.
21022
21023 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21024
21025 * replace.el (occur-1): Bind inhibit-read-only so that
21026 erase-buffer doesn't barf on read-only text properties (likewise
21027 for add-text-properties in occur-engine). Mark buffer as unmodified.
21028 (occur-engine): Don't set buffer-read-only here.
21029
21030 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21031
21032 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21033 list-buffers-directory. This caused the *cvs-commit* buffer to be
21034 sometimes mistakenly reused as a *cvs* buffer.
21035
21036 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21037
21038 * tooltip.el: Move code for GUD tooltips into gud.el.
21039 (require): CL no longer needed to compile case.
21040 (tooltip-mode): Do not toggle functions for GUD tooltips.
21041 (tooltip-gud-tips-p): Remove. Replace with minor mode
21042 gud-tooltip-mode in gud.el.
21043 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21044 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21045 tooltip-gud prefix with gud-tooltip and obsolete.
21046 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21047 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21048 (tooltip-mouse-motion): Mouse movement functions/variable.
21049 Rename in gud.el by adding gud prefix.
21050 (tooltip-gud-original-filter, tooltip-gud-dereference)
21051 (tooltip-gud-event, tooltip-toggle-gud-tips)
21052 (tooltip-gud-process-output, tooltip-gud-print-command)
21053 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21054 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21055 (gdb-tooltip-print): Move to gdb-ui.el.
21056
21057 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21058 (require): CL needed to compile case.
21059 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21060 tooltip-gud-tips-p. Make it a minor-mode.
21061 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21062 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21063 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21064 (gud-tooltip-change-major-mode)
21065 (gud-tooltip-activate-mouse-motions-if-enabled)
21066 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21067 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21068 (gud-tooltip-original-filter, gud-tooltip-dereference)
21069 (gud-tooltip-event, tooltip-toggle-gud-tips)
21070 (gud-tooltip-process-output, gud-tooltip-print-command)
21071 (gud-tooltip-tips): Move from tooltip.el.
21072
21073 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21074 (gdb-cpp-define-alist-flags): Doc fix.
21075 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21076 gud-tooltip-mode is t.
21077
21078 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21079
21080 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21081 evaporate if their text is deleted.
21082 (goto-address-at-point): Make it work as a mouse binding as well.
21083 (goto-address-at-mouse): Obsolete it. Update users.
21084
21085 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21086
21087 * calendar/appt.el (top-level): No longer activate on load.
21088
21089 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21090
21091 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21092 * net/webjump.el (webjump):
21093 * progmodes/idlw-help.el (idlwave-do-context-help1)
21094 (idlwave-highlight-linked-completions):
21095 * textmodes/po.el (po-find-file-coding-system-guts):
21096 Replace `assoc-ignore-case' by `assoc-string'.
21097
21098 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21099
21100 * files.el (locate-file): Doc fix.
21101
21102 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21103 Remove the redundant test for ms-dos.
21104
21105 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21106 look for the preprocessor with exec-suffixes. If not found in
21107 standard places, look in exec-path. Remove most of the tests that
21108 used system-type.
21109
21110 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21111
21112 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21113
21114 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21115 file-name clash with jka-compr.el on 8+3 filesystems.
21116
21117 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21118
21119 * term/mac-win.el: Don't define or bind scroll bar functions if
21120 x-toolkit-scroll-bars is t.
21121 (x-select-text, x-get-selection-value): Clear
21122 x-last-selected-text-clipboard if x-select-enable-clipboard is
21123 nil.
21124 (PRIMARY): Put mac-scrap-name property.
21125 (mac-select-convert-to-file-url): New function.
21126 (public.file-url): New selection target type. Add to
21127 selection-converter-alist.
21128 (x-get-selection, x-selection-value): Handle it.
21129 (x-cut-buffer-or-selection-value): New alias.
21130
21131 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21132
21133 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21134 entry to avoid calling bibtex-find-entry with arg global
21135 being t. Remove arg key.
21136 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21137 (bibtex-copy-summary-as-kill): Change accordingly.
21138
21139 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21140
21141 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21142 (org-agenda-date-later): Use with-current-buffer.
21143
21144 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21145
21146 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21147 (define-obsolete-variable-alias): Doc Fixes.
21148
21149 2005-05-06 Kim F. Storm <storm@cua.dk>
21150
21151 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21152 vertical-motion when selective-display is active.
21153
21154 * ido.el (ido-setup-hook): New hook.
21155 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21156 (ido-input-stack): New var.
21157 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21158 ido-next-work-file binding to M-O.
21159 Bind M-f to ido-wide-find-file-or-pop-dir.
21160 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21161 (ido-read-internal): Run ido-setup-hook.
21162 Catch quit in read-file-name and read-string to cancel edit.
21163 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21164 Automatically pop-all when completing a directory name (RET).
21165 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21166 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21167 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21168 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21169 New functions for M-b/M-f to move among the directory components.
21170 (ido-make-merged-file-list): Catch quit to cancel merge.
21171 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21172 (ido-completion-help): No warnings for ido-completion-buffer-full.
21173
21174 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21175
21176 * font-lock.el (font-lock-negation-char-face): New face and variable.
21177 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21178 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21179 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21180 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21181
21182 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21183
21184 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21185 Fix typo in docstring.
21186
21187 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21188 (ebrowse-print-statistics-line)
21189 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21190
21191 * term/w32-win.el (image-library-alist): Add additional name for
21192 Xpm library.
21193
21194 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21195
21196 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21197 use gcc instead of cpp.
21198
21199 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21200 (gdb-create-define-alist): Use it.
21201 (gdb-cpp-define-alist-program): Update for MS-DOS.
21202
21203 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21204
21205 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21206
21207 2005-05-04 Richard M. Stallman <rms@gnu.org>
21208
21209 * help.el (describe-key): No error when UNTRANSLATED is nil.
21210
21211 * simple.el (line-move-1): Fix previous change to signal errors
21212 appropriately.
21213
21214 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21215
21216 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21217 (icalendar-duration-correction): Remove.
21218 (icalendar--get-event-properties): Split result at commas.
21219 (icalendar--decode-isoduration): New optional argument
21220 DURATION-CORRECTION.
21221 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21222 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21223 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21224 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21225 (icalendar--convert-anniversary-to-ical): New functions, extracted
21226 from icalendar-export-region, with bug fixes.
21227 (icalendar-export-region): Use the above functions.
21228 (icalendar-import-buffer): Check before saving diary file.
21229 (icalendar--convert-recurring-to-diary)
21230 (icalendar--convert-non-recurring-all-day-to-diary)
21231 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21232 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21233 (icalendar--convert-ical-to-diary): Use the above functions.
21234
21235 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21236
21237 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21238 Remove these recent additions.
21239 (c-mode): Restore to before 2005-04-28.
21240
21241 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21242 recent addition.
21243
21244 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21245 (gdb-define-alist): New variables.
21246 (gdb-create-define-alist): New function.
21247 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21248 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21249 with string-to-number.
21250 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21251
21252 * progmodes/gud.el: Replace string-to-int with string-to-number.
21253 (gud-find-file): Handle gdb-define-alist.
21254
21255 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21256
21257 2005-05-02 Jay Belanger <belanger@truman.edu>
21258
21259 * calc/calc-aent.el (math-read-token):
21260 * calc/calc-bin.el (calc-word-size):
21261 * calc/calc-ext.el (calc-read-number-fancy):
21262 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21263 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21264 * calc/calc-frac.el (calc-over-notation):
21265 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21266 (calc-graph-num-points, calc-graph-init):
21267 * calc/calc-prog.el (calc-read-parse-table-part)
21268 (calc-edit-macro-repeats):
21269 * calc/calc-yank.el (calc-do-grab-rectangle):
21270 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21271 Replace `string-to-int' by `string-to-number'.
21272
21273 2005-05-02 Kim F. Storm <storm@cua.dk>
21274
21275 * kmacro.el: Use executing-kbd-macro-index variable.
21276
21277 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21278
21279 * net/rlogin.el (rlogin-parse-words): Delete func.
21280 (rlogin): Use split-string, not rlogin-parse-words.
21281 Also, if there are option-like elements in the parsed args,
21282 take the host to be the first arg immediately following them.
21283 Suggested by Michael Mauger.
21284
21285 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21286
21287 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21288
21289 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21290
21291 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21292 (cc-mode-cpp-program): Rename to cc-define-list-program and
21293 move to cc-vars.el.
21294
21295 * progmodes/cc-vars.el (cc-define-list-program):
21296 Change to "gcc -E -dM -". Make customizable.
21297
21298 2005-05-02 Kim F. Storm <storm@cua.dk>
21299
21300 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21301
21302 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21303
21304 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21305
21306 * international/mule-util.el (truncate-string): Remove alias and
21307 obsolete declaration.
21308
21309 * international/mule-cmds.el (update-iso-coding-systems):
21310 Remove alias and obsolete declaration.
21311
21312 * international/mule.el (coding-system-parent): Remove alias and
21313 obsolete declaration.
21314
21315 * subr.el (define-function, sref): Remove aliases and obsolete
21316 declarations.
21317 (chars-in-region): Remove obsolete declaration.
21318
21319 2005-05-01 Richard M. Stallman <rms@gnu.org>
21320
21321 * info.el (Info-mode): Set widen-automatically to nil, locally.
21322
21323 * simple.el (widen-automatically): New variable.
21324 (pop-global-mark): Obey widen-automatically.
21325
21326 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21327
21328 * term/xterm.el (function-key-map): Call substitute-key-definition
21329 before the keymap size is increased by a lot of define-key calls.
21330
21331 2005-05-01 Richard M. Stallman <rms@gnu.org>
21332
21333 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21334 Rename ARG to ELEMENT. Doc fix.
21335
21336 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21337
21338 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21339 Remove references to allout-exposure/change to allout-new-exposure.
21340
21341 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21342 bytecode symbols.
21343
21344 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21345 (compiled-function-p, focus-frame, unfocus-frame):
21346 Remove aliases and obsolete declarations.
21347 Back out inadvertent changes from previous commit.
21348
21349 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21350
21351 * files.el (require-final-newline): Make Custom tags consistent
21352 with mode-require-final-newline.
21353 (mode-require-final-newline): Doc fix.
21354
21355 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21356
21357 * international/latexenc.el (latexenc-find-file-coding-system):
21358 Fix regular expressions.
21359
21360 2005-05-01 David Kastrup <dak@gnu.org>
21361
21362 * international/latexenc.el (latexenc-find-file-coding-system):
21363 Fix regular expressions.
21364
21365 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21366
21367 * subr.el (string-to-int): Make obsolete.
21368
21369 2005-04-30 Richard M. Stallman <rms@gnu.org>
21370
21371 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21372
21373 * loadup.el: load jka-comp-hook.
21374
21375 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21376 (jka-compr-handler): Add autoload. `put' calls moved
21377 to jka-comp-hook.el.
21378 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21379 (jka-compr-inhibit): Autoload.
21380
21381 * jka-comp-hook.el: New file.
21382 Enable the mode by default.
21383
21384 * files.el (backup-buffer-copy): Use copy-file instead
21385 of write-region, and put back the 'excl.
21386
21387 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21388
21389 * progmodes/flymake.el (flymake-split-string)
21390 (flymake-split-string, flymake-log, flymake-pid-to-names)
21391 (flymake-reg-names, flymake-get-source-buffer-name)
21392 (flymake-unreg-names, flymake-add-line-err-info)
21393 (flymake-add-err-info): Clarify docstrings.
21394 (flymake-popup-menu, flymake-make-emacs-menu)
21395 (flymake-make-xemacs-menu): Add docstrings.
21396 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21397 Set variables directly throughout.
21398
21399 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21400
21401 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21402 exists. Initialize cc-define-alist.
21403 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21404 If there is no file (Macroexpansion) don't create an alist.
21405
21406 2005-04-29 Sam Steingold <sds@gnu.org>
21407
21408 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21409 (cc-create-define-alist): Use it instead of the hard-coded string.
21410
21411 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21412
21413 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21414 for latexenc.
21415
21416 2005-04-29 Lute Kamstra <lute@gnu.org>
21417
21418 * emacs-lisp/generic.el: Improve commentary section.
21419 (define-generic-mode): Improve docstring.
21420
21421 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21422
21423 * textmodes/org.el (many places): Change to quiet the byte compiler.
21424 (org-prefix-format-compiled): New variable.
21425 (org-compile-prefix-format): New function.
21426 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21427 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21428 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21429 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21430 consistency with entries from `org-mode' files.
21431 (org-get-time-of-day): Fix bug with partial matches early in a line.
21432 (org-non-link-chars): New constant.
21433 (org-link-regexp): Respect `org-non-link-chars'.
21434 (org-agenda-day-view): Remove command.
21435 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21436 (org-follow-bbdb-link, org-store-link): Search also company field.
21437 (org-highlight-overlay): New variable.
21438 (org-highlight, org-unhighlight): New functions.
21439 (org-agenda-mode): Add pre-command-hook to remove highlight.
21440 (org-evaluate-time-range): Behavior depends upon whether time stamp
21441 contains a time or not.
21442 (org-show-subtree, org-show-entry): New functions.
21443 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21444
21445 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21446
21447 * comint.el (comint-output-filter-functions): Add autoload cookie.
21448
21449 2005-04-28 Kim F. Storm <storm@cua.dk>
21450
21451 * ido.el (ido-everywhere): Fix last change.
21452
21453 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21454
21455 * international/latexenc.el: New file.
21456 * international/mule-conf.el (file-coding-system-alist): For .tex,
21457 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21458
21459 2005-04-28 Lute Kamstra <lute@gnu.org>
21460
21461 * font-lock.el (font-lock-add-keywords)
21462 (font-lock-remove-keywords): Clarify docstring.
21463 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21464 Don't start docstrings with a `*'.
21465 (font-lock-update-removed-keyword-alist): Give it a docstring.
21466
21467 * generic-x.el: Update commentary section.
21468 Only require font-lock when compiling.
21469 Define all modes conditionally.
21470 Place all generic modes in the generic-x-modes customization group.
21471 (generic-x-modes): New customization group.
21472 (generic-default-modes, generic-mswindows-modes)
21473 (generic-unix-modes, generic-other-modes): New constants.
21474 (generic-define-mswindows-modes, generic-define-unix-modes):
21475 Update docstrings. Make them obsolete.
21476 (generic-extras-enable-list): New default value. Update docstring.
21477 Improve :type. Change :set function.
21478 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21479 Fix docstring.
21480
21481 * emacs-lisp/generic.el (generic-mode-internal):
21482 Simplify font-lock-defaults.
21483 (define-generic-mode): Fix docstring.
21484
21485 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21486
21487 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21488 font-lock-face property to highlight matches.
21489
21490 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21491
21492 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21493 (cc-define-alist): New variable.
21494 (c-mode): Make it local and initialize it.
21495
21496 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21497 (gdb-exited): New function.
21498 (gdb-annotation-rules): Use it.
21499 (gdb-starting): Set gdb-active-process to t.
21500 (gdb-stopping): Amend doc string.
21501 (gdb-reset): Set gdb-active-process to nil.
21502
21503 * tooltip.el (tooltip-gud-tips): Show the associated #define
21504 directives when a C program under GDB is not executing.
21505
21506 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21507
21508 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21509 font-lock-fontify-syntactic-keywords.
21510
21511 * font-lock.el (font-lock-default-fontify-region): Don't force
21512 parse-sexp-lookup-properties to nil.
21513
21514 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21515
21516 * man.el (man-mode-syntax-table): Set up `:' to have
21517 word-constituent syntax.
21518
21519 2005-04-27 Lute Kamstra <lute@gnu.org>
21520
21521 * novice.el (disable-command): Don't add spurious newlines to the
21522 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21523
21524 2005-04-26 Jay Belanger <belanger@truman.edu>
21525
21526 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21527 than one window before deleting window.
21528
21529 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21530
21531 * shell.el (shell-prompt-pattern): Doc fix.
21532 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21533
21534 * comint.el (comint-prompt-regexp, comint-get-old-input)
21535 (comint-use-prompt-regexp)
21536 (comint-use-prompt-regexp-instead-of-fields)
21537 (comint-replace-by-expanded-history, comint-send-input)
21538 (comint-output-filter, comint-get-old-input-default)
21539 (comint-line-beginning-position, comint-bol, comint-show-output)
21540 (comint-backward-matching-input, comint-forward-matching-input)
21541 (comint-next-prompt, comint-previous-prompt):
21542 Rename `comint-use-prompt-regexp-instead-of-fields' to
21543 `comint-use-prompt-regexp'. Keep old name as alias and declare
21544 obsolete.
21545 (comint-use-prompt-regexp): Shorten first line of doc string.
21546
21547 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21548 Set paragraph-separate buffer locally to "\\'".
21549
21550 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21551 Adapt to above name change.
21552
21553 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21554 (smbclient-prompt-regexp): Ditto.
21555
21556 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21557
21558 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21559
21560 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21561 gdb-location-list.
21562 Break lines that are over 80 characters wide.
21563
21564 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21565
21566 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21567 New fun and var, to preserve compatibility.
21568
21569 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21570
21571 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21572
21573 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21574 name to file-newer-than-file-p.
21575
21576 2005-04-26 Richard M. Stallman <rms@gnu.org>
21577
21578 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21579
21580 * progmodes/python.el (python-mode):
21581 Use new name eldoc-documentation-function.
21582
21583 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21584
21585 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21586 (eldoc-documentation-function):
21587 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21588
21589 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21590
21591 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21592
21593 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21594
21595 * term/xterm.el (function-key-map): Fix strings for
21596 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21597 {C,S,A,C-S}-{f1-f12}.
21598
21599 2005-04-26 Kenichi Handa <handa@m17n.org>
21600
21601 * international/mule-cmds.el (select-safe-coding-system):
21602 Fix previous change.
21603
21604 2005-04-26 Lute Kamstra <lute@gnu.org>
21605
21606 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21607
21608 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21609 (font-lock-comment-delimiter-face): Ditto.
21610
21611 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21612
21613 2005-04-25 Jay Belanger <belanger@truman.edu>
21614
21615 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21616 to t while inserting information; use help-mode.
21617
21618 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21619
21620 * term.el (ansi-term-color-vector): Use the xterm colors.
21621 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21622
21623 2005-04-25 Lute Kamstra <lute@gnu.org>
21624
21625 * font-core.el (font-lock-defaults): Fix docstring.
21626
21627 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21628
21629 2005-04-25 Kenichi Handa <handa@m17n.org>
21630
21631 * international/mule-cmds.el (select-safe-coding-system):
21632 Don't check consistency with coding: spec, etc if raw-text or
21633 no-conversion was found to be safe.
21634
21635 2005-04-24 Richard M. Stallman <rms@gnu.org>
21636
21637 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21638 citation markers at start of each line.
21639
21640 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21641 citation markers at start of each line.
21642
21643 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21644
21645 * files.el (mode-require-final-newline): Fix previous change.
21646 (require-final-newline): Fix type label.
21647
21648 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21649
21650 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21651 statement in buffer (broken by 2004-11-24 change).
21652
21653 2005-04-24 Kim F. Storm <storm@cua.dk>
21654
21655 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21656 and read-file-name-function values. Don't overwrite existing
21657 non-nil values if ido-mode is enabled without ido-everywhere.
21658
21659 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21660
21661 * files.el (mode-require-final-newline): Minor doc fix.
21662
21663 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21664
21665 * subr.el (syntax-after): Doc fix.
21666 (syntax-class): If argument is nil, return nil. Mask off upper 16
21667 bits, not 8 bits.
21668
21669 * files.el (mode-require-final-newline): Doc fix.
21670 (backup-buffer-copy): Fix last change.
21671
21672 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21673
21674 * term/mac-win.el: Require select. Set selection-coding-system to
21675 mac-system-coding-system. Call menu-bar-enable-clipboard.
21676 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21677 (x-select-enable-clipboard): New variables.
21678 (x-select-text, x-get-selection, x-selection-value)
21679 (x-get-selection-value, mac-select-convert-to-string)
21680 (mac-services-open-file, mac-services-open-selection)
21681 (mac-services-insert-text): New functions.
21682 (CLIPBOARD, FIND): Put mac-scrap-name property.
21683 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21684 (public.tiff): Put mac-ostype property.
21685 (selection-converter-alist): Add entries for them.
21686 (mac-application-menu-map): New keymap.
21687 (interprogram-cut-function, interprogram-paste-function): Set to
21688 x-select-text and x-get-selection-value, respectively.
21689 (split-window-keep-point): Set to t.
21690
21691 2005-04-23 Richard M. Stallman <rms@gnu.org>
21692
21693 * files.el (read-directory-name): Always pass non-nil
21694 DEFAULT-FILENAME arg to read-file-name.
21695 (backup-buffer-copy, basic-save-buffer-2): Take care against
21696 writing thru an unexpected existing symlink.
21697 (revert-buffer): In indirect buffer, revert the base buffer.
21698 (magic-mode-alist): Doc fix.
21699 (buffer-stale-function): Doc fix.
21700 (minibuffer-with-setup-hook): Avoid warning.
21701 (mode-require-final-newline): Doc and custom fix.
21702
21703 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21704
21705 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21706 use the default appearance.
21707 (font-lock-comment-delimiter-face): New face, new variable.
21708
21709 * imenu.el (imenu--generic-function): The official position of a
21710 definition is the start of the line that BEG is in.
21711
21712 * midnight.el (midnight-timer): Move defvar up.
21713
21714 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21715
21716 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21717
21718 * startup.el (command-line): Use with-no-warnings.
21719
21720 * window.el (window-size-fixed): New defvar.
21721
21722 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21723
21724 * mail/rmail.el (rmail-font-lock-keywords):
21725 Use font-lock-comment-delimiter-face.
21726
21727 * mail/sendmail.el (mail-font-lock-keywords):
21728 Use font-lock-comment-delimiter-face.
21729
21730 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21731
21732 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21733
21734 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21735 Specify t for LAXMATCH when matching directories.
21736 Save match data around compilation-compat-error-properties form.
21737
21738 2005-04-23 David Kastrup <dak@gnu.org>
21739
21740 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21741 Mention that the autoloaded aliases should be kept for AUCTeX.
21742
21743 2005-04-23 Andreas Schwab <schwab@suse.de>
21744
21745 * isearch.el (isearch-forward): Doc fix.
21746
21747 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21748
21749 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21750 (jit-lock-stealth-nice): Change default value to 0.5.
21751
21752 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21753
21754 * abbrev.el (write-abbrev-file): Write table entries in
21755 alphabetical order by table name.
21756
21757 2005-04-22 Kim F. Storm <storm@cua.dk>
21758
21759 * ido.el (ido-read-internal): Fix `list' completion.
21760
21761 2005-04-22 Kenichi Handa <handa@m17n.org>
21762
21763 * recentf.el (recentf-save-file-coding-system): New variable.
21764 (recentf-save-list): Encode the file by
21765 recentf-save-file-coding-system and add coding: tag.
21766
21767 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21768
21769 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21770
21771 2005-04-21 Lute Kamstra <lute@gnu.org>
21772
21773 * loadhist.el (unload-feature): Don't remove a function from hooks
21774 if it is about to be restored to an autoload . Remove functions
21775 that will become unbound from auto-mode-alist. Simplify the code.
21776
21777 * subr.el (assq-delete-all): New implementation that is linear,
21778 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21779 (rassq-delete-all): New function.
21780
21781 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21782 Add size-indication-mode.
21783
21784 2005-04-21 Kenichi Handa <handa@m17n.org>
21785
21786 * international/mule-cmds.el: Add autoload for widget-value in
21787 eval-when-compile.
21788
21789 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21790
21791 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21792 Add tooltip-mode.
21793
21794 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21795
21796 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21797
21798 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21799 (inferior-lisp-filter-regexp, inferior-lisp-program)
21800 (inferior-lisp-load-command, inferior-lisp-prompt)
21801 (inferior-lisp-mode-hook, lisp-source-modes)
21802 (inferior-lisp-load-hook): defvar->defcustom.
21803 (inferior-lisp-program, inferior-lisp-prompt)
21804 (inferior-lisp-load-hook): Doc fixes.
21805 (inferior-lisp-install-letter-bindings): Small change in
21806 introductory comment.
21807
21808 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21809
21810 * vc.el (vc-annotate-color-map): Change some colors so that text
21811 using them as foreground is readable on both white and black
21812 backgrounds.
21813
21814 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21815
21816 * international/mule-conf.el (translation-table-for-input):
21817 Remove redundant declaration.
21818
21819 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21820
21821 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21822
21823 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21824 (tooltip-toggle-gud-tips): New function.
21825
21826 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21827
21828 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21829 right angle brackets.
21830
21831 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21832
21833 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21834
21835 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21836
21837 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21838 Remove. Update callers to use expand-file-name instead.
21839
21840 * subr.el (syntax-class): New function.
21841
21842 * simple.el (blink-matching-open): Use it.
21843
21844 * paren.el (show-paren-function): Use it to recognize parens that are
21845 also used in 2-char comment markers.
21846
21847 2005-04-19 Lute Kamstra <lute@gnu.org>
21848
21849 * loadhist.el (unload-feature): Update for new format of
21850 load-history. Simplify the code.
21851
21852 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21853
21854 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21855 (mac-add-charset-info): New function. Initialize variable
21856 mac-charset-info-alist using it.
21857 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21858 for translation.
21859 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21860 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21861 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21862 New CCL programs.
21863
21864 2005-04-19 Kim F. Storm <storm@cua.dk>
21865
21866 * simple.el (next-buffer, prev-buffer, next-error)
21867 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21868 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21869
21870 * bindings.el (next-buffer, prev-buffer, next-error)
21871 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21872 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21873 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21874 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21875
21876 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21877
21878 * isearch.el (isearch-edit-string): Make the search-ring available for
21879 minibuffer history commands.
21880 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21881 the default history commands now work just as well.
21882 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21883
21884 2005-04-18 Kim F. Storm <storm@cua.dk>
21885
21886 * emulation/cua-base.el (cua--pre-command-handler): Add more
21887 elaborate check for shift modifier on non-window systems.
21888
21889 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21890
21891 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21892
21893 2005-04-18 Kim F. Storm <storm@cua.dk>
21894
21895 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21896 and make it optional. Don't test tooltip-gud-echo-area here.
21897 (tooltip-gud-process-output, gdb-tooltip-print):
21898 Pass tooltip-gud-echo-area to tooltip-show.
21899 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21900
21901 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21902
21903 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21904 `display-graphic-p' may not be bound yet.
21905
21906 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21907
21908 * startup.el (command-line): No longer enable Xterm Mouse mode by
21909 default in terminals compatible with xterm.
21910
21911 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21912
21913 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21914
21915 * tooltip.el (tooltip-gud-echo-area): Rename from
21916 tooltip-use-echo-area.
21917 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21918 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21919 area independently of where help tooltips are displayed.
21920
21921 2005-04-17 David Kastrup <dak@gnu.org>
21922
21923 * cus-theme.el (custom-theme-write-variables): Quote variables
21924 where necessary.
21925
21926 2005-04-17 Richard M. Stallman <rms@gnu.org>
21927
21928 * simple.el (yank-excluded-properties): Add follow-link to value.
21929
21930 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21931
21932 * startup.el (fancy-splash-max-time): Just 30 seconds.
21933 (fancy-splash-delay): Just 7.
21934 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21935
21936 * loadhist.el (unload-feature): Update for new format of load-history.
21937 Simplify the code.
21938
21939 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21940 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21941
21942 * mail/sendmail.el (mail-font-lock-keywords):
21943 Don't fontify subject text.
21944 Don't fontify the text of a citation.
21945
21946 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21947
21948 * comint.el (comint-output-filter): Run comint-output-filter-functions
21949 with point where the user had it.
21950
21951 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21952
21953 * international/ucs-tables.el (ucs-set-table-for-input):
21954 Disable when using unify-on-decoding.
21955
21956 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21957
21958 * emulation/cua-base.el (cua-global-mark-face): Add special case
21959 for displays supporting a high number of colors.
21960
21961 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21962
21963 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21964
21965 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21966
21967 * filesets.el (filesets-add-buffer): If user supplies a name of a
21968 non-existing fileset, create a new fileset.
21969
21970 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21971
21972 * textmodes/org.el (org-up-heading-all): Fix bug with
21973 `outline-up-heading-all'.
21974
21975 2005-04-16 Andreas Schwab <schwab@suse.de>
21976
21977 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21978 /etc/permissions.d/* and /etc/aliases.d/*.
21979
21980 2005-04-16 Kenichi Handa <handa@m17n.org>
21981
21982 * international/code-pages.el (cp-make-coding-system):
21983 Set `translation-table-for-input' property value to the symbol
21984 ucs-mule-to-mule-unicode, not to that value.
21985 (pt154): Escape guillemet by `\'.
21986
21987 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21988
21989 * loadup.el: Load tooltip if x-show-tip is fboundp.
21990
21991 * startup.el (command-line): Add comment.
21992
21993 * tooltip.el (tooltip-mode): Specify correct standard value for
21994 Custom in init-value.
21995
21996 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21997
21998 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21999 possible.
22000
22001 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22002
22003 * textmodes/org.el (org-agenda-date-prompt): Rename from
22004 `org-agenda-date-today'.
22005 (org-evaluate-time-range): Insert at point instead of directly
22006 after time range.
22007 (org-first-headline-recenter, org-subtree-end-visible-p)
22008 (org-optimize-window-after-visibility-change): New functions
22009 (org-agenda-post-command-hook): Don't allow point at end of line,
22010 to make sure it always hits the text properties.
22011 (org-agenda-next-date-line, org-agenda-previous-date-line):
22012 New commands.
22013 (org-set-regexps-and-options): Category may contain white space.
22014 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22015 Improve marker positions.
22016 (org-agenda-new-marker): Argument POS made optional.
22017 (org-agenda-get-timestamps): Deadlines which are done are listed
22018 in org-done-face now.
22019 (org-agenda-get-todos, org-agenda-get-timestamps)
22020 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22021 Set `undone-face' and `done-face' properties.
22022 (org-last-todo-state-is-todo): New variable.
22023 (org-todo): Set `org-last-todo-state-is-todo'.
22024 (org-agenda-todo): Change face according to
22025 `org-last-todo-state-is-todo'. And change other lines referring to
22026 the same entry.
22027 (org-calendar-goto-agenda): New command.
22028 (org-calendar-to-agenda-key): New option.
22029 (org-startup-folded): New allowed value `content'.
22030 (org-set-regexps-and-options): Accept new value `content' for
22031 `org-startup-folded'.
22032 (org-get-current-options): Handle new value `content' for
22033 `org-startup-folded'.
22034 (org-insert-todo-heading): New command.
22035 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22036 interactively in empty file and option
22037 `org-insert-mode-line-in-empty-file' has been set.
22038 (org-agenda-todo, org-agenda-priority): Modify to use
22039 `org-agenda-change-all-lines'.
22040 (org-warning-face): Change color on dark background
22041
22042 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22043
22044 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22045 use preferences AppleLocale and AppleLanguages, and variable
22046 mac-system-locale for default locale. On Mac OS Classic, use
22047 mac-system-coding-system for default coding systems.
22048
22049 * term/mac-win.el: Don't set file-name-coding-system.
22050 Decode variables system-name, emacs-build-system, user-login-name, and
22051 user-full-name by mac-system-coding-system on Mac OS Classic.
22052 (mac-system-coding-system): New variable.
22053
22054 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22055
22056 * startup.el (command-line): Handle `xterm-mouse-mode' before
22057 reading init file.
22058
22059 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22060
22061 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22062
22063 * progmodes/sh-script.el (sh-here-document-word): Make it a
22064 defcustom. Doc fix.
22065 (sh-add): Bash uses $(( )) for arithmetic.
22066 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22067 (sh-maybe-here-document): Remove quotes and leading whitespace
22068 from heredoc word when closing. Indent heredoc with tabs if word
22069 starts with "-".
22070
22071 2005-04-13 Richard M. Stallman <rms@gnu.org>
22072
22073 * simple.el (undo): Fix previous change.
22074
22075 * custom.el (defface): Doc fix.
22076
22077 2005-04-13 Lute Kamstra <lute@gnu.org>
22078
22079 * Makefile.in (DONTCOMPILE): Remove list.
22080 (compile, compile-always): Don't use DONTCOMPILE.
22081 (update-authors): Load the library in which batch-update-authors
22082 is defined.
22083 * makefile.w32-in (DONTCOMPILE): Remove list.
22084 (compile, compile-always): Fix comments.
22085 (update-authors): Load the library in which batch-update-authors
22086 is defined.
22087
22088 * generic-x.el (generic-mode-ini-file-find-file-hook):
22089 Rename to ini-generic-mode-find-file-hook.
22090 Keep generic-mode-ini-file-find-file-hook as an alias.
22091 (ini-generic-mode-find-file-hook): Rename from
22092 generic-mode-ini-file-find-file-hook. Fix docstring.
22093 (ini-generic-mode): Docstring change.
22094 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22095
22096 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22097 called from lisp.
22098
22099 * generic.el: Move to the emacs-lisp subdir.
22100
22101 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22102
22103 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22104 and C-S- function and cursor motion keys.
22105
22106 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22107
22108 * startup.el (command-line): Enable Xterm Mouse mode by default.
22109 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22110 for Custom. No longer show "Mouse" in mode line when enabled.
22111 Doc fix.
22112
22113 2005-04-12 Kim F. Storm <storm@cua.dk>
22114
22115 * emulation/cua-base.el (cua-rectangle-face)
22116 (cua-rectangle-noselect-face): Define face attributes here.
22117
22118 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22119
22120 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22121
22122 * startup.el (command-line): Turn off blinking cursor if
22123 cursorBlink in resources is off or false.
22124
22125 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22126
22127 * term/mac-win.el (dnd): Require dnd.
22128 (mac-drag-n-drop): Call dnd-handle-one-url.
22129 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22130 (kTextEncodingISOLatin2): Remove constants.
22131 (mac-script-code-coding-systems): New constant.
22132 (mac-handle-language-change): New function.
22133 (special-event-map): Bind it to `language-change' event.
22134 (mac-centraleurroman, mac-cyrillic): New coding systems.
22135 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22136 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22137 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22138 encode-mac-cyrillic, respectively.
22139
22140 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22141
22142 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22143 Don't set overlay-arrow-string to "=>" as this is done
22144 globally in C now.
22145
22146 2005-04-12 Lute Kamstra <lute@gnu.org>
22147
22148 * generic-x.el (rc-generic-mode, rul-generic-mode):
22149 Fix auto-mode-alist entries.
22150 (etc-fstab-generic-mode): Tweak fontification.
22151
22152 * generic.el (generic-make-keywords-list): Fix docstring.
22153 (generic-mode-internal): Simplify generic-font-lock-keywords.
22154
22155 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22156
22157 * whitespace.el (whitespace-buffer-leading)
22158 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22159 However, fix the highlight area for the leading and
22160 trailing whitespaces to show space.
22161
22162 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22163
22164 * whitespace.el (whitespace-version): Bump to 3.5
22165
22166 (whitespace-buffer-leading, whitespace-buffer-trailing):
22167 Invert sense of the test to highlight the whitespace.
22168
22169 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22170
22171 * progmodes/gud.el (gud-display-line): GUD uses its own
22172 overlay arrow now so don't set overlay-arrow-string.
22173 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22174
22175 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22176
22177 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22178 (term-ansi-current-reverse, term-ansi-current-invisible)
22179 (term-ansi-face-already-done): Change to boolean.
22180 (term-reset-terminal, term-handle-colors-array): Handle the above
22181 vars accordingly.
22182 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22183 (term-emulate-terminal): Use the new name.
22184
22185 * faces.el (secondary-selection): Use yellow1, not yellow.
22186 (trailing-whitespace): Use red1, not red.
22187
22188 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22189
22190 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22191 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22192 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22193
22194 * cus-edit.el (dnd): New group.
22195
22196 * term/w32-win.el (dnd): Require dnd
22197 (w32-drag-n-drop): Call dnd-handle-one-url.
22198
22199 * x-dnd.el: Require dnd.
22200 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22201 Call dnd-handle-one-url.
22202 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22203 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22204 to dnd-insert-text.
22205 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22206 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22207 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22208 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22209
22210 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22211
22212 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22213
22214 * wdired.el: Doc fixes.
22215 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22216 (wdired-use-dired-vertical-movement): Rename from
22217 wdired-always-move-to-filename-beginning.
22218 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22219 (wdired-change-to-wdired-mode): Change mode name.
22220 (wdired-newline): Delete.
22221
22222 2005-04-11 Richard M. Stallman <rms@gnu.org>
22223
22224 * whitespace.el (whitespace-highlight-the-space):
22225 Don't call whitespace-unhighlight-the-space here.
22226
22227 * simple.el (undo): Record t in undo-equiv-table
22228 for the redo record made by an undo-in-region.
22229
22230 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22231
22232 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22233 (gdb-frame-inferior-io-buffer): New Functions to control
22234 display of separate IO buffer.
22235 (menu): Add them to menu-bar.
22236 (gdb-display-buffer): Check for buffer another frame.
22237 Protect GUD buffer.
22238 (gdb-setup-windows): Create IO buffer if not already there.
22239 (gdb-memory-mode): Remove purecopy noops.
22240
22241 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22242
22243 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22244 and pass to self-insert-command.
22245
22246 2005-04-11 Lute Kamstra <lute@gnu.org>
22247
22248 * generic.el: Commentary section cleanup.
22249 (generic): Delete.
22250 (generic-use-find-file-hook, generic-lines-to-scan)
22251 (generic-find-file-regexp, generic-ignore-files-regexp)
22252 (default-generic-mode, generic-mode-find-file-hook)
22253 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22254 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22255 (generic-use-find-file-hook, generic-lines-to-scan)
22256 (generic-find-file-regexp, generic-ignore-files-regexp)
22257 (default-generic-mode, generic-mode-find-file-hook)
22258 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22259
22260 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22261
22262 * bookmark.el (bookmark-write-file): Catch errors writing file.
22263 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22264
22265 2005-04-10 Richard M. Stallman <rms@gnu.org>
22266
22267 * startup.el (fancy-splash-tail): Update copyright year.
22268 (command-line): Split part of -Q into -D.
22269 (emacs-basic-display): New defvar.
22270 (fancy-splash-text): Correct name of menu item.
22271
22272 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22273
22274 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22275 lines in one node.
22276
22277 * comint.el (comint-send-input): New arg ARTIFICIAL.
22278 Callers in this file changed.
22279
22280 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22281
22282 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22283
22284 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22285
22286 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22287 `ldap-search-internal'.
22288
22289 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22290
22291 * files.el (set-auto-mode-1): Use line-end-position.
22292
22293 * international/latin-1.el:
22294 * international/latin-2.el:
22295 * international/latin-3.el:
22296 * international/latin-4.el:
22297 * international/latin-5.el:
22298 * international/latin-8.el:
22299 * international/latin-9.el: Give punctuation syntax to NBSP.
22300
22301 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22302 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22303 Use char-classes to accept non-ascii letters, accepted in some recent
22304 bibtex implementations.
22305
22306 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22307
22308 * custom.el (custom-set-minor-mode): Any non-nil value for the
22309 variable should enable the mode when set through Custom.
22310
22311 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22312
22313 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22314 TAB binding so tab-always-indent is obeyed.
22315 (vhdl-minibuffer-local-map): Move initialization into declaration.
22316 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22317 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22318 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22319 (vhdl-current-line): Use line-beginning-position.
22320 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22321 with-output-to-temp-buffer, so the current position can be recorded.
22322
22323 2005-04-10 Masatake YAMATO <jet@gyve.org>
22324
22325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22326 Add regexp for gcov.
22327
22328 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22329
22330 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22331 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22332 syntax which Emacs 20 doesn't support.
22333
22334 2005-04-09 Richard M. Stallman <rms@gnu.org>
22335
22336 * help.el (describe-key-briefly, describe-key):
22337 Replace strings as event types with "(any string)".
22338
22339 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22340
22341 * arc-mode.el (archive-mode-map): Move initialization into
22342 the declaration. Override *all* bindings of `undo'.
22343 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22344
22345 2005-04-09 Jay Belanger <belanger@truman.edu>
22346
22347 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22348
22349 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22350
22351 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22352 (xterm-register-default-colors): Update color values computation
22353 to match xterm-200.
22354
22355 2005-04-09 Kenichi Handa <handa@m17n.org>
22356
22357 * international/code-pages.el (iso-latin-7): Fix the map.
22358
22359 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22360
22361 * emacs-lisp/lisp.el (defun-prompt-regexp)
22362 (parens-require-spaces, buffer-end, end-of-defun)
22363 (insert-parentheses): Doc fixes.
22364
22365 2005-04-08 Kim F. Storm <storm@cua.dk>
22366
22367 * comint.el (comint-highlight-prompt): Fix face spec.
22368 * hi-lock.el (hi-green): Likewise.
22369
22370 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22371
22372 * cus-edit.el (custom-modified-face):
22373 * comint.el (comint-highlight-input): Fix previous changes.
22374 * term.el (term-handle-ansi-escape): Add a comment.
22375
22376 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22377
22378 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22379 in the buffer and in whitespace-highlighted-space.
22380 (whitespace-unhighlight-the-space): Simplify.
22381 (whitespace-buffer): Simplify.
22382
22383 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22384
22385 * textmodes/table.el (table-cell-face): Add special case for
22386 displays supporting a high number of colors.
22387 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22388 (vhdl-font-lock-reserved-words-face)
22389 (vhdl-speedbar-architecture-face)
22390 (vhdl-speedbar-instantiation-face)
22391 (vhdl-speedbar-architecture-selected-face)
22392 (vhdl-speedbar-instantiation-selected-face): Likewise.
22393 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22394 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22395 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22396 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22397 (ebrowse-progress-face): Likewise.
22398 * progmodes/compile.el (compilation-info-face): Likewise.
22399 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22400 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22401 * calendar/calendar.el (diary-face): Likewise.
22402 * woman.el (woman-italic-face, woman-bold-face)
22403 (woman-unknown-face): Likewise.
22404 * wid-edit.el (widget-button-pressed-face): Likewise.
22405 * whitespace.el (whitespace-highlight-face): Likewise.
22406 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22407 * pcvs-info.el (cvs-marked-face): Likewise.
22408 * info.el (info-xref): Likewise.
22409 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22410 * hilit-chg.el (highlight-changes-face)
22411 (highlight-changes-delete-face): Likewise.
22412 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22413 (hi-red-b): Likewise.
22414 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22415 * font-lock.el (font-lock-keyword-face)
22416 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22417 * cus-edit.el (custom-invalid-face, custom-modified-face)
22418 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22419 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22420 * comint.el (comint-highlight-prompt): Likewise.
22421
22422 2005-04-08 Lute Kamstra <lute@gnu.org>
22423
22424 * font-lock.el (font-lock-keywords): Docstring fixes.
22425
22426 2005-04-08 Kenichi Handa <handa@m17n.org>
22427
22428 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22429 chars are more than a limit, print " and more..." at the tail.
22430
22431 2005-04-08 Kim F. Storm <storm@cua.dk>
22432
22433 * emacs-lisp/authors.el (authors-aliases): Update list.
22434 (authors-ignored-files): New list.
22435 (authors-fixed-entries): Fix typo.
22436 (authors-renamed-files-alist): Update list.
22437 (authors-add): Check authors-ignored-files.
22438
22439 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22440
22441 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22442 optional, to ensure backward compatibility.
22443
22444 2005-04-08 Stephen Eglen <stephen@gnu.org>
22445
22446 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22447
22448 2005-04-08 Kim F. Storm <storm@cua.dk>
22449
22450 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22451
22452 * mouse.el (mouse-on-link-p): Doc fix.
22453
22454 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22455
22456 * ielm.el (ielm-prompt-read-only): Doc fix.
22457
22458 * comint.el (comint-prompt-read-only): Doc fix.
22459
22460 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22461
22462 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22463 ensure dired always handles wildcards passed to ffap.
22464 (find-file-at-point): Use it.
22465 (ffap-dired-wildcards): Doc fix.
22466
22467 2005-04-07 Juri Linkov <juri@jurta.org>
22468
22469 * simple.el (next-error-overlay-arrow-position): New defvar.
22470 Put "=>" on its property `overlay-arrow-string'. Add it to
22471 `overlay-arrow-variable-list'.
22472
22473 * progmodes/compile.el (compilation-setup):
22474 Set `next-error-overlay-arrow-position' to nil. Also set it to
22475 nil in the local hook `kill-buffer-hook'. Make local variable
22476 `overlay-arrow-string' and set it to "=>".
22477 (compilation-goto-locus): Set BOL position to
22478 `next-error-overlay-arrow-position' instead of
22479 `overlay-arrow-position'.
22480
22481 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22482 locally instead of adding it to the global hook.
22483 (Info-kill-buffer): Move up.
22484
22485 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22486
22487 * term/xterm.el (xterm-standard-colors): Update color values from
22488 xterm-200.
22489
22490 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22491
22492 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22493
22494 * fast-lock.el:
22495 * lazy-lock.el: Move them to the obsolete subdir.
22496
22497 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22498
22499 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22500 (wdired-add-replace-advice): Remove.
22501 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22502
22503 2005-04-06 Kim F. Storm <storm@cua.dk>
22504
22505 * startup.el (command-line): Add --bare-bones alias for -Q.
22506
22507 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22508
22509 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22510 create the startup fontset if a font specification ends with
22511 `mac-roman'.
22512
22513 2005-04-06 Lute Kamstra <lute@gnu.org>
22514
22515 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22516 change.
22517
22518 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22519 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22520
22521 2005-04-05 Lute Kamstra <lute@gnu.org>
22522
22523 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22524 (define-generic-mode): Ditto. Fix debug declaration.
22525
22526 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22527 Put them in the generic-x group.
22528
22529 * calendar/timeclock.el (timeclock): Doc fix.
22530
22531 * generic.el (define-generic-mode): Don't use custom-current-group.
22532 Document default :group value.
22533 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22534 (define-global-minor-mode): Don't use custom-current-group.
22535
22536 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22537
22538 * startup.el (command-line-1): Display startup-echo-area-message
22539 when fancy splash screen is in use.
22540
22541 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22542 (sh-escaped-newline): New face.
22543 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22544 newline, and use sh-escaped-newline face.
22545
22546 * progmodes/tcl.el (tcl-escaped-newline): New face.
22547 (tcl-builtin-list): New variable.
22548 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22549 newlines. Fix keywords subexpression number.
22550
22551 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22552
22553 * textmodes/org.el (org-diary-default-entry): Fix call to
22554 `add-to-diary-entry'.
22555
22556 2005-04-05 Kim F. Storm <storm@cua.dk>
22557
22558 * ediff-init.el: Use (featurep 'xemacs).
22559
22560 2005-04-05 David Ponce <david@dponce.com>
22561
22562 * cus-edit.el (face): Derive from symbol widget. Display sample
22563 of the current face on the fly.
22564 (widget-face-sample-face-get, widget-face-notify): New functions.
22565 (widget-face-value-create): Remove.
22566
22567 * wid-edit.el (widget-field-end): Temporarily remove field
22568 narrowing before to call `get-char-property'.
22569
22570 2005-04-04 Jay Belanger <belanger@truman.edu>
22571
22572 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22573 (math-read-subscripts): New variable.
22574 (math-read-preprocess-string): Process subscripts.
22575
22576 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22577
22578 * comint.el (comint-prompt-read-only): Doc fix.
22579
22580 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22581 `-1'. Doc fix.
22582
22583 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22584
22585 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22586 Change default value to nil.
22587
22588 2005-04-04 Lute Kamstra <lute@gnu.org>
22589
22590 * autorevert.el (auto-revert-mode): Specify :group.
22591 * battery.el (display-battery-mode): Specify :group.
22592 * diff-mode.el (diff-minor-mode): Specify :group.
22593 * font-core.el (font-lock-mode): Specify :group.
22594 * hl-line.el (hl-line-mode): Specify :group.
22595 * iimage.el (iimage): New customization group.
22596 (iimage-mode): Specify :group.
22597 * longlines.el (longlines-mode): Specify :group.
22598 * master.el: Don't require easy-mmode.
22599 (master): New customization group.
22600 (master-mode): Specify :group.
22601 * msb.el (msb-mode): Specify :group.
22602 * reveal.el (reveal-mode): Specify :group.
22603 * simple.el (next-error-follow-minor-mode): Specify :group.
22604 * smerge-mode.el (smerge-mode): Specify :group.
22605 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22606 * emulation/cua-base.el (cua-mode): Specify :group.
22607 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22608 * language/thai-util.el (thai-auto-composition-mode)
22609 (thai-word-mode): Specify :group.
22610 * mail/supercite.el (sc-minor-mode): Specify :group.
22611 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22612 * progmodes/flymake.el (flymake-mode): Specify :group.
22613 * progmodes/glasses.el (glasses-mode): Specify :group.
22614 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22615 * textmodes/enriched.el (enriched-mode): Specify :group.
22616 * textmodes/refill.el (refill-mode): Specify :group.
22617
22618 * add-log.el (change-log-font-lock-keywords): Names in
22619 parenthesized lists can contain spaces.
22620
22621 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22622
22623 * startup.el (fancy-splash-text): Shorten default text of
22624 "Emacs Tutorial" line. Also, if the current language env
22625 indicates an available tutorial file other than TUTORIAL,
22626 extract its title and append it to the line in parentheses.
22627 (fancy-splash-insert): If arg is a thunk, funcall it.
22628
22629 2005-04-04 Jay Belanger <belanger@truman.edu>
22630
22631 * calc.el (calc-language-alist): Add tags to customization type.
22632
22633 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22634
22635 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22636 Doc fix.
22637
22638 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22639
22640 * add-log.el (change-log-font-lock-keywords): The manual
22641 describing a Change Log entry, says: (...) "Aside from these
22642 header lines, every line in the change log starts with a space or
22643 a tab.". The font-lock was not highlighting lines started with
22644 spaces, added support for it.
22645
22646 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22647
22648 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22649 (bibtex-generate-url-list): Update docstring accordingly. Put the
22650 complex example in the docstring.
22651 (bibtex-font-lock-url): Use pop.
22652
22653 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22654
22655 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22656
22657 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22658
22659 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22660
22661 * filesets.el (filesets-set-default): Doc fix.
22662
22663 2005-04-03 Lute Kamstra <lute@gnu.org>
22664
22665 * generic.el (define-generic-mode): Add argument to specify
22666 keywords for defcustom.
22667 (default-generic-mode): Specify :group.
22668
22669 * generic-x.el: Specify :group for all generic modes.
22670
22671 * desktop.el (desktop-no-desktop-file-hook)
22672 (desktop-after-read-hook): Doc fix.
22673
22674 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22675
22676 * simple.el (visible-mode): Use explicit :group keyword.
22677 This changes the group of `visible-mode-hook' from paren-blinking
22678 to editing-basics.
22679
22680 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22681
22682 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22683 mailbox specifications as well as URLs.
22684 (rmail-insert-inbox-text): Remove unused conditional branches.
22685
22686 2005-04-01 Jay Belanger <belanger@truman.edu>
22687
22688 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22689 (calc-gnuplot-print-command): Move definitions to calc.el.
22690
22691 * calc/calc-embed.el (calc-embedded-announce-formula)
22692 (calc-embedded-open-formula, calc-embedded-close-formula)
22693 (calc-embedded-open-word, calc-embedded-close-word)
22694 (calc-embedded-open-plain, calc-embedded-close-plain)
22695 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22696 (calc-embedded-open-mode, calc-embedded-close-mode):
22697 Move definitions to calc.el.
22698
22699 * calc/calc.el (calc-settings-file, calc-language-alist):
22700 Make customizable.
22701 (calc-embedded-announce-formula, calc-embedded-open-formula)
22702 (calc-embedded-close-formula, calc-embedded-open-word)
22703 (calc-embedded-close-word, calc-embedded-open-plain)
22704 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22705 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22706 (calc-embedded-close-mode, calc-gnuplot-name)
22707 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22708 from other files and make customizable.
22709
22710 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22711
22712 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22713 Use buffer-live-p.
22714 (cvs-mode-run): Don't call cvs-update-header here.
22715 (cvs-run-process): Call cvs-update-header.
22716 Use process properties for cvs-postprocess and cvs-buffer so that
22717 the sentinel can behave better if the temp buffer is killed.
22718 Use a pipe rather than a tty, to better handle unexpected prompts.
22719 (cvs-sentinel): Rewrite. Call cvs-update-header.
22720
22721 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22722
22723 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22724 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22725
22726 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22727
22728 * generic.el (define-generic-mode): Add indentation rule.
22729
22730 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22731
22732 * files.el (mode-require-final-newline): Make Custom correctly
22733 report a nil value and allow to set it to nil via Custom.
22734 Doc fix.
22735
22736 2005-04-01 Kenichi Handa <handa@m17n.org>
22737
22738 * international/characters.el: Enable the correct case setting for
22739 dotless-i and dotted-I.
22740
22741 2005-04-01 Kim F. Storm <storm@cua.dk>
22742
22743 * ido.el (ido-file-internal): Fall back to non-ido command if
22744 initial directory is on slow ftp (or tramp) host.
22745
22746 2005-03-31 Richard M. Stallman <rms@gnu.org>
22747
22748 * emacs-lisp/autoload.el (make-autoload):
22749 Handle define-global-minor-mode.
22750
22751 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22752 Rename from easy-mmode-define-global-mode.
22753 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22754
22755 * progmodes/scheme.el (scheme-mode-syntax-table):
22756 Update syntax of | and # for two-character comment syntax.
22757
22758 2005-03-31 Lute Kamstra <lute@gnu.org>
22759
22760 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22761 (define-minor-mode): Call custom-current-group at load-time.
22762
22763 * generic.el (define-generic-mode): Add debug declaration.
22764 Add defcustom for the mode hook.
22765 (generic-mode-internal): Use run-mode-hooks.
22766
22767 2005-03-31 Kim F. Storm <storm@cua.dk>
22768
22769 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22770 (mouse-fixup-help-message): New defun called by show_help_echo
22771 to fixup mouse-2 prefix in help messages when applicable.
22772
22773 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22774
22775 2005-03-31 Kenichi Handa <handa@m17n.org>
22776
22777 * language/thai-word.el (thai-find-word-ends): Pay attention to
22778 the case that we reach the end of buffer.
22779
22780 * textmodes/fill.el (fill-text-properties-at): New function.
22781 (fill-newline): Use fill-text-properties-at instead of
22782 text-properties-at.
22783
22784 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22785
22786 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22787 not comint-quote-filename.
22788
22789 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22790
22791 * help-fns.el (help-with-tutorial): Revert last change.
22792
22793 2005-03-31 Kim F. Storm <storm@cua.dk>
22794
22795 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22796
22797 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22798
22799 * calendar/cal-china.el: Update reference to "Calendrical
22800 Calculations" book; there's a new edition.
22801 * calendar/cal-coptic.el: Likewise.
22802 * calendar/cal-french.el: Likewise.
22803 * calendar/cal-hebrew.el: Likewise.
22804 * calendar/cal-islam.el: Likewise.
22805 * calendar/cal-iso.el: Likewise.
22806 * calendar/cal-julian.el: Likewise.
22807 * calendar/cal-mayan.el: Likewise.
22808 * calendar/cal-persia.el: Likewise.
22809 * calendar/calendar.el: Likewise.
22810 * calendar/holidays.el: Likewise.
22811 * calendar/lunar.el: Likewise.
22812 * calendar/solar.el: Likewise.
22813
22814 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22815 white space from doc string.
22816
22817 2005-03-30 Jay Belanger <belanger@truman.edu>
22818
22819 * calc/calc-help.el (calc-full-help): Remove email address.
22820
22821 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22822
22823 * help-fns.el (help-with-tutorial): Delete title line.
22824
22825 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22826
22827 * calendar/cal-x.el (calendar-one-frame-setup)
22828 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22829 rather than `symbol' for set-window-dedicated-p.
22830
22831 * calendar/appt.el (appt-buffer-name): Make it a constant.
22832 (appt-add): Doc fix.
22833
22834 * filesets.el (filesets-menu-path, filesets-menu-before)
22835 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22836 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22837 (filesets-add-submenu): Delete and use add-submenu instead.
22838
22839 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22840
22841 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22842 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22843 (org-diary-default-entry): New function.
22844 (org-get-entries-from-diary): Better parsing of diary entries.
22845 (org-agenda-check-no-diary): New function.
22846 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22847 linking to diary entries.
22848 (org-agenda-execute-calendar-command): New function.
22849 (org-agenda): Improve visible section in window.
22850 Use `org-fit-agenda-window'.
22851 (org-fit-agenda-window): New option.
22852 (org-move-subtree-down): Better handling of empty lines
22853 at end of subtree.
22854 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22855 levels up.
22856 (org-fontify-done-headline): New option.
22857 (org-headline-done-face): New face.
22858 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22859 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22860 When current field is non-empty, it is copied to next row.
22861 (org-table-copy-from-above): Fix bug which made it
22862 impossible to copy fields containing only a single non-white character.
22863
22864 2005-03-30 Kim F. Storm <storm@cua.dk>
22865
22866 * kmacro.el (kmacro-end-macro): Isearch may store this command
22867 into the macro -- so ignore it when executing keyboard macro.
22868
22869 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22870
22871 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22872
22873 2005-03-29 Kenichi Handa <handa@m17n.org>
22874
22875 * language/thai.el ("Thai"): Set setup-function and exit-function
22876 for Thai language environment.
22877
22878 * language/thai-util.el: Require thai-word.
22879 (thai-word-mode-map): New variable.
22880 (thai-word-mode): New minor mode.
22881 (setup-thai-language-environment-internal): New function.
22882 (exit-thai-language-environment-internal): New function.
22883
22884 * language/thai-word.el (thai-word-table): Declare it by defvar,
22885 use dolist to initialize it.
22886 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22887 (thai-fill-find-break-point): New functions.
22888
22889 2005-03-29 Richard M. Stallman <rms@gnu.org>
22890
22891 * simple.el (idle-update-delay): Move definition up.
22892 (set-mark): Doc fix.
22893
22894 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22895
22896 * longlines.el: New file.
22897
22898 * simple.el (buffer-substring-filters): New variable.
22899 (filter-buffer-substring): New function.
22900 (kill-region, copy-region-as-kill): Use it.
22901
22902 * register.el (copy-to-register, append-to-register)
22903 (prepend-to-register): Use filter-buffer-substring.
22904
22905 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22906
22907 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22908 (gud-filter-pending-text): Move in front of gdb.
22909 (gud-overlay-arrow-position): New variable.
22910 (gud-sentinel, gud-display-line): Use it in place of
22911 overlay-arrow-position.
22912
22913 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22914
22915 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22916 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22917 (fortran-font-lock-keywords-4): New variable.
22918 (fortran-blocks-re, fortran-end-block-re)
22919 (fortran-start-block-re): New constants, for hideshow.
22920 (hs-special-modes-alist): Add a Fortran entry.
22921 (fortran-mode-map): Bind fortran-end-of-block,
22922 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22923 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22924 (fortran-looking-at-if-then, fortran-end-of-block)
22925 (fortran-beginning-of-block): New functions, for hideshow.
22926
22927 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22928 Doc fix. Tweak regexp.
22929 (f90-beginning-of-block): Push mark first.
22930
22931 2005-03-29 Jay Belanger <belanger@truman.edu>
22932
22933 * calc/calc.el: Update copyright date.
22934 (calc-version): Increase to 2.1.
22935 (calc-version-date): Remove.
22936
22937 * calc/calc-help.el: Update copyright date.
22938 (calc-full-help): Remove reference to calc-version-date.
22939 Update copyright date.
22940
22941 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22942
22943 * vc.el (vc-do-command): Use a pipe for async processes, so password
22944 prompts don't show up at places where the user can't reply.
22945
22946 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22947
22948 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22949 on the file name we pass to the inferior shell.
22950
22951 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22952
22953 * progmodes/which-func.el (which-function): Be robust in the face of an
22954 imenu--make-index-alist failure.
22955
22956 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22957
22958 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22959
22960 * progmodes/python.el (python-preoutput-filter): Fix last change.
22961
22962 2005-03-29 Lute Kamstra <lute@gnu.org>
22963
22964 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22965 functions and compiled macros.
22966 (debug-convert-byte-code): Handle macros too.
22967 (debug-on-entry-1): Don't signal an error when trying to clear a
22968 function that is not set to debug on entry.
22969
22970 2005-03-29 Jay Belanger <belanger@truman.edu>
22971
22972 * calc/calc-lang.el: Add functions to math-function-table
22973 properties of tex and math.
22974
22975 2005-03-29 Kenichi Handa <handa@m17n.org>
22976
22977 * ps-mule.el (ps-mule-plot-string): Translate characters by
22978 ps-print-translation-table.
22979 (ps-mule-begin-job): Call find-charset-region/string with
22980 ps-print-translation-table.
22981 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22982
22983 * ps-print.el (ps-print-translation-table): New variable.
22984 (ps-plot-region): Translate characters by ps-print-translation-table.
22985
22986 2005-03-29 Juri Linkov <juri@jurta.org>
22987
22988 * simple.el (next-error-highlight-timer): New variable.
22989
22990 * progmodes/compile.el (compilation-goto-locus):
22991 Use `next-error-highlight-timer' instead of `sit-for'.
22992
22993 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22994
22995 * mail/supercite.el (sc-mail-field): Use assoc-string.
22996 (sc-get-address): Simplify regexps.
22997
22998 * files.el (minibuffer-with-setup-hook): New macro.
22999 (find-file-read-args): Use it to avoid let-binding
23000 minibuffer-with-setup-hook (which breaks turning on/off
23001 file-name-shadow-mode while in the prompt).
23002
23003 * complete.el (PC-read-include-file-name-internal):
23004 Use test-completion.
23005
23006 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23007
23008 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23009
23010 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23011
23012 * window.el (window-buffer-height): Use count-screen-lines.
23013
23014 * progmodes/python.el (python-preoutput-leftover): New var.
23015 (python-preoutput-filter): Use it.
23016 (python-send-receive): Loop until all the result has been received.
23017
23018 2005-03-28 Juri Linkov <juri@jurta.org>
23019
23020 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23021
23022 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23023 "Recover Crashed Session".
23024 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23025 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23026 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23027 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23028 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23029 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23030 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23031 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23032
23033 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23034 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23035 Ediff Sessions", "Toggle use of separate control buffer frame",
23036 "Use separate frame for Ediff control buffer".
23037
23038 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23039 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23040 "Rename Bookmark", "Delete Bookmark".
23041
23042 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23043 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23044 Add `:active Info-index-alternatives' to "Next Matching Item".
23045
23046 * wdired.el (wdired-change-to-wdired-mode):
23047 Mention `wdired-abort-changes' key in the initial message.
23048
23049 * international/mule.el (auto-coding-alist): Associate non-ascii
23050 image filename extensions with `no-conversion'.
23051
23052 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23053
23054 * international/iso-acc.el:
23055 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23056
23057 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23058
23059 * textmodes/sgml-mode.el (html-mode): Doc update.
23060
23061 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23062
23063 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23064
23065 * term.el (term-move-columns): Fix face after extending a line.
23066 (term-insert-spaces): Likewise.
23067 (term-reset-terminal): Fix off by one error.
23068
23069 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23070
23071 * international/mule.el (auto-coding-alist): Add .xpi files.
23072
23073 * files.el (auto-mode-alist): Add .xpi files.
23074
23075 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23076
23077 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23078
23079 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23080
23081 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23082
23083 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23084
23085 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23086 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23087
23088 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23089 cursor to Jan 1 when needed.
23090 (calendar-end-of-year): Fix -/+ typo.
23091 Reported by Chong Yidong <cyd@stupidchicken.com>.
23092
23093 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23094
23095 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23096
23097 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23098 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23099
23100 2005-03-25 Richard M. Stallman <rms@gnu.org>
23101
23102 * filesets.el (filesets-init): Add autoload.
23103
23104 * mail/mailalias.el (mail-directory): Doc fix.
23105
23106 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23107
23108 * mail/mailalias.el (mail-directory-process): Do nothing if
23109 mail-directory-process is an atom.
23110 (mail-get-names): Ignore mail-directory-names if it is an atom.
23111 (mail-directory-process defvar): Doc fix.
23112 (mail-names): Doc fix.
23113
23114 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23115
23116 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23117
23118 2005-03-26 Kenichi Handa <handa@m17n.org>
23119
23120 * international/mule-util.el (detect-coding-with-priority):
23121 Call update-coding-systems-internal before detect-coding-region.
23122
23123 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23124
23125 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23126 (gdb-frames-mode-map): Add follow-link property.
23127
23128 2005-03-25 Jay Belanger <belanger@truman.edu>
23129
23130 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23131 for variables.
23132
23133 2005-03-25 Juri Linkov <juri@jurta.org>
23134
23135 * image-mode.el: Optimize image filename extension regexps in
23136 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23137 in `auto-mode-alist'.
23138 (image-mode): Add `image-toggle-display-text' to local hook
23139 `change-major-mode-hook'. Display the image as an image by
23140 default. Set `cursor-type' and `truncate-lines' if the image
23141 is already displayed. Take into account the current mode (image
23142 or text) in message.
23143 (image-minor-mode): New minor mode.
23144 (image-mode-maybe, image-toggle-display-text): New functions.
23145 (image-toggle-display): Use called-interactively-p.
23146 Let-bind `inhibit-read-only' to t.
23147
23148 * image-mode.el (image-minor-mode): Set `cursor-type' and
23149 `truncate-lines' if the image is already displayed. Add turning
23150 image-minor-mode off to `change-major-mode-hook'. Add message.
23151 Call `image-toggle-display-text' after turning image-minor-mode off.
23152
23153 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23154
23155 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23156 Terminal.app, use utf-8.
23157 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23158 (set-locale-environment): Use it.
23159
23160 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23161
23162 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23163
23164 * progmodes/python.el (python-close-block-statement-p)
23165 (python-outdent-p, python-current-defun): Use symbol-end.
23166
23167 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23168
23169 * files.el (save-some-buffers): Doc fix.
23170
23171 2005-03-25 Werner Lemberg <wl@gnu.org>
23172
23173 * complete.el, thumbs.el: Replace `legal' with `valid'.
23174 * calendar/calendar.el: Replace `legal' with `valid'.
23175 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23176 * mail/supercite.el: Replace `legal' with `valid'.
23177 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23178 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23179 Replace `legal' with `valid'.
23180 * textmodes/reftex-vars.el, textmodes/reftex.el:
23181 Replace `legal' with `valid'.
23182
23183 2005-03-25 Werner Lemberg <wl@gnu.org>
23184
23185 * calc/calc-forms.el, calc/calc-sel.el
23186 * midnight.el, vc-cvs.el
23187 * emacs-lisp/cl-macs.el
23188 * emulation/vip.el
23189 * eshell/esh-io.el, eshell/esh-var.el
23190 * mail/supercite.el
23191 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23192 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23193 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23194 * progmodes/sh-script.el, progmodes/xscheme.el
23195 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23196 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23197 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23198 * textmodes/reftex.el, textmodes/org.el:
23199 Replace `illegal' with `invalid'.
23200
23201 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23202
23203 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23204 (flymake-find-buildfile, flymake-find-possible-master-files)
23205 (flymake-check-include, flymake-parse-line): Replace loops over the
23206 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23207
23208 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23209 Substitute file-name-as-directory in the rest of the file.
23210 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23211 (flymake-replace-region): Remove unused arg `buffer'.
23212 (flymake-check-patch-master-file-buffer): Update calls to it.
23213 (flymake-add-err-info): Remove unused var `count'.
23214 (flymake-mode): Use define-minor-mode.
23215
23216 * progmodes/flymake.el: Use with-current-buffer.
23217 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23218 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23219 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23220 Avoid testing for `xemacs'.
23221 (flymake-nop): Move.
23222 (flymake-region-has-flymake-overlays): Return the computed value.
23223 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23224 Remove unused var `endline'.
23225 (flymake-get-line-count): Remove unused function.
23226 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23227
23228 * emulation/vi.el:
23229 * generic.el:
23230 * hilit-chg.el (global-highlight-changes):
23231 * hi-lock.el (hi-lock-mode):
23232 * follow.el: find-file-hooks -> find-file-hook.
23233
23234 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23235
23236 2005-03-24 Juri Linkov <juri@jurta.org>
23237
23238 * dired.el (dired-mode-map): Add menu item "Compare directories"
23239 for dired-compare-directories.
23240
23241 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23242 Doc fix. Replace `read-file-name' with `read-directory-name'.
23243
23244 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23245
23246 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23247
23248 2005-03-24 Jay Belanger <belanger@truman.edu>
23249
23250 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23251 relevant mode settings in calc-embedded-original-modes when modes
23252 are permanently changed.
23253
23254 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23255
23256 * autoinsert.el: find-file-hooks -> find-file-hook.
23257
23258 2005-03-24 Lute Kamstra <lute@gnu.org>
23259
23260 * generic.el (generic-font-lock-defaults): Make it obsolete.
23261 (generic-font-lock-keywords): New variable to replace
23262 generic-font-lock-defaults.
23263 (generic-mode-set-font-lock): Delete it.
23264 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23265 (generic-bracket-support): Add docstring.
23266
23267 * generic-x.el: Rename generic-font-lock-defaults to
23268 generic-font-lock-keywords throughout.
23269 (mailagent-rules-setup-function): Delete it.
23270 (mailagent-rules-generic-mode): Use anonymous function instead.
23271 (show-tabs-generic-mode-font-lock-defaults-1)
23272 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23273 Quote faces.
23274 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23275 not foreground.
23276
23277 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23278 Recognize define-generic-mode.
23279
23280 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23281
23282 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23283 if there's no completion table.
23284
23285 2005-03-23 Miles Bader <miles@gnu.org>
23286
23287 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23288 Remove tty-specific variants, as they're no longer needed.
23289
23290 2005-03-23 Lute Kamstra <lute@gnu.org>
23291
23292 * generic-x.el: Code cleanup: make args constant whenever possible.
23293 (installshield-statement-keyword-list)
23294 (installshield-system-functions-list)
23295 (installshield-system-variables-list, installshield-types-list)
23296 (installshield-funarg-constants-list): Make them constants.
23297
23298 * generic.el (generic-make-keywords-list): Add autoload cookie.
23299
23300 * calendar/time-date.el: Add comment on time value formats.
23301 Don't require parse-time.
23302 (with-decoded-time-value): New macro.
23303 (encode-time-value): New function.
23304 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23305 (days-to-time): Return a valid time value when arg is huge.
23306 (time-since): Use time-subtract.
23307 (time-to-number-of-days): Use time-to-seconds.
23308
23309 2005-03-23 David Ponce <david@dponce.com>
23310
23311 * recentf.el (recentf-keep): New option.
23312 (recentf-menu-action): Default to `find-file'.
23313 (recentf-keep-non-readable-files-flag)
23314 (recentf-keep-non-readable-files-p)
23315 (recentf-file-readable-p, recentf-find-file)
23316 (recentf-cleanup-remote): Remove.
23317 (recentf-include-p): More robust.
23318 (recentf-keep-p): New function.
23319 (recentf-remove-if-non-kept): Rename from
23320 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23321 All callers updated.
23322 (recentf-menu-items-for-commands): Fix help string.
23323 (recentf-track-closed-file): Update. Doc fix.
23324 (recentf-cleanup): Update. Count removed files. Doc fix.
23325
23326 2005-03-23 Kim F. Storm <storm@cua.dk>
23327
23328 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23329 Don't inherit from fringe face (now happens automatically).
23330
23331 2005-03-22 Kim F. Storm <storm@cua.dk>
23332
23333 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23334 position values.
23335
23336 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23337
23338 * menu-bar.el (showhide-date-time): Remove.
23339 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23340 (menu-bar-make-mm-toggle): Simplify.
23341
23342 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23343
23344 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23345 Accept qualified variable and function names.
23346
23347 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23348
23349 * bindings.el (completion-ignored-extensions):
23350 Remove ".lis" for `vax-vms'.
23351
23352 2005-03-22 Andreas Schwab <schwab@suse.de>
23353
23354 * generic-x.el: Revert last change.
23355 * ldefs-boot.el: Update.
23356
23357 2005-03-22 Jay Belanger <belanger@truman.edu>
23358
23359 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23360 (calc-embedded-save-original-modes)
23361 (calc-embedded-restore-original-modes): New functions.
23362 (calc-do-embedded): Save original modes when entering embedded mode
23363 and restore when leaving embedded mode.
23364 (calc-embedded-modes-change): Change the value of
23365 calc-embedded-original-modes to reflect permanent changes.
23366
23367 2005-03-22 Lute Kamstra <lute@gnu.org>
23368
23369 * generic-x.el: Require generic again.
23370
23371 2005-03-22 Miles Bader <miles@gnu.org>
23372
23373 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23374 Tweak details to look good on both ttys and bitmap displays, light
23375 or dark background, etc.
23376
23377 2005-03-21 Kim F. Storm <storm@cua.dk>
23378
23379 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23380 mouse position.
23381
23382 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23383
23384 * icomplete.el: Don't forcibly turn on the mode upon load.
23385 (icomplete-mode): Use define-minor-mode.
23386 (icomplete-eoinput): Default to nil.
23387 (icomplete-minibuffer-setup): Remove autoload.
23388 (icomplete-tidy): Simplify.
23389 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23390 in the initial state or if the user has modified the field.
23391 Fix handling of icomplete-max-delay-chars.
23392 Remove code that handles the oddball case where
23393 minibuffer-completion-table is an integer.
23394 Wrap icomplete-completions in while-no-input in case building
23395 completions takes more time than expected.
23396 (icomplete-completions): Simplify.
23397
23398 2005-03-21 Richard M. Stallman <rms@gnu.org>
23399
23400 * jka-compr.el (jka-compr-really-do-compress):
23401 Make variable buffer-local.
23402
23403 * image-mode.el: Handle .xpm files too.
23404 (image-toggle-display): Preserve modification flag.
23405
23406 * help.el (where-is): Don't mention aliases with no key bindings.
23407
23408 2005-03-21 Lute Kamstra <lute@gnu.org>
23409
23410 * generic.el: Fix commentary section. Don't require cl for
23411 compilation.
23412 (generic-mode-list): Add autoload cookie.
23413 (generic-use-find-file-hook, generic-lines-to-scan)
23414 (generic-find-file-regexp, generic-ignore-files-regexp)
23415 (generic-mode, generic-mode-find-file-hook)
23416 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23417 (define-generic-mode): Make it a defmacro. Fix docstring.
23418 (generic-mode-internal): Code cleanup. Add autoload cookie.
23419 (generic-mode-set-comments): Code cleanup.
23420 * generic-x.el: Don't prevent compilation. Don't require generic.
23421 Follow coding conventions. Minor code cleanup.
23422 (etc-fstab-generic-mode): Add some keywords.
23423 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23424 define-generic-mode like a function declaration.
23425
23426 2005-03-21 Jay Belanger <belanger@truman.edu>
23427
23428 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23429 changing modes.
23430
23431 2005-03-21 Sam Steingold <sds@gnu.org>
23432
23433 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23434
23435 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23436
23437 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23438 Add underscore to "f$ lexicals" regexp.
23439
23440 2005-03-20 Juri Linkov <juri@jurta.org>
23441
23442 * subr.el (progress-reporter-do-update): When `min-value' is equal
23443 to `max-value', set `percentage' to 0 and prevent division by zero.
23444
23445 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23446
23447 Sync with Tramp 2.0.48.
23448
23449 * net/tramp.el (all): Change all addresses to .gnu.org.
23450 (tramp-append-tramp-buffers): New defun.
23451 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23452 Catch `dont-send' signal.
23453 (tramp-set-auto-save-file-modes): Set always permissions, because
23454 there might be an old auto-saved file belonging to another
23455 original file. This could be a security threat. Reported by
23456 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23457 Check for Emacs 21.3.50 removed.
23458
23459 * net/tramp-smb.el (all): Remove debug construct for
23460 `with-parsed-tramp-file-name'.
23461 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23462 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23463 No error message if DIRECTORY or FILENAME doesn't exist.
23464 (tramp-smb-open-connection): Check existence of
23465 `tramp-smb-program'.
23466
23467 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23468
23469 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23470 Properly handle the case where the `m' or `s' command's argument is not
23471 yet terminated.
23472 (perl-indent-new-calculate): New function.
23473 (perl-indent-line): Use it.
23474
23475 2005-03-20 Miles Bader <miles@gnu.org>
23476
23477 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23478 in text-mode too. Change to new face names.
23479 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23480 Add `:weight bold' attribute.
23481 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23482
23483 2005-03-19 Juri Linkov <juri@jurta.org>
23484
23485 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23486
23487 * international/mule.el (auto-coding-alist): Sync with
23488 `auto-mode-alist' by adding upper case archive file extensions
23489 and adding ear/war to jar extension.
23490
23491 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23492
23493 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23494 running, restart it.
23495
23496 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23497
23498 * finder.el (finder-current-item): Throw an error on an empty line.
23499
23500 * man.el (Man-follow-manual-reference): If current-word returns
23501 nil, use "".
23502
23503 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23504
23505 * simple.el (goto-line): Doc fix.
23506
23507 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23508
23509 * files.el (save-buffer): Doc fix.
23510
23511 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23512
23513 * recentf.el (recentf-cleanup-remote): New variable.
23514 (recentf-cleanup): Use it to conditionally check availability of
23515 remote files.
23516
23517 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23518
23519 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23520 function names.
23521
23522 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23523
23524 * language/thai-word.el: New file.
23525
23526 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23527
23528 * files.el (backup-buffer): If the file's directory is not
23529 writable, use copy instead of move to backup the file.
23530
23531 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23532
23533 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23534
23535 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23536
23537 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23538 Use functionp instead of symbolp and fboundp. Reported by Drkm
23539 <darkman_spam@yahoo.fr>.
23540 (ps-print-version): New version 6.6.6.
23541
23542 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23543
23544 * textmodes/table.el (table--line-column-position): New idiom.
23545 (table--row-column-insertion-point-p): New function to test
23546 validity of row and column insertion operation at a location.
23547 (table-global-menu, table-cell-menu): Use above functions for
23548 deterministic test operation.
23549 (table--editable-cell-p): Behave in deterministic fashion.
23550
23551 2005-03-18 Juri Linkov <juri@jurta.org>
23552
23553 * isearch.el (isearch-lazy-highlight-new-loop):
23554 Make arguments beg and end optional.
23555 (isearch-update): Remove optional arguments nil from
23556 isearch-lazy-highlight-new-loop.
23557 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23558 isearch-lazy-highlight-case-fold-search instead of
23559 isearch-case-fold-search, and let-bind isearch-regexp to
23560 isearch-lazy-highlight-regexp.
23561 Use isearch-lazy-highlight-last-string instead of isearch-string.
23562
23563 * replace.el (perform-replace): Remove bindings of global
23564 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23565 Add three new arguments to `replace-highlight'.
23566 (replace-highlight): Add arguments string, regexp, case-fold.
23567 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23568 to allow isearch-lazy-highlight-new-loop to use these values
23569 to set corresponding isearch-lazy-highlight-* internal
23570 variables whose values lazy highlighting will use regardless of
23571 changes to global variables isearch-string, isearch-regexp,
23572 isearch-case-fold-search during lazy highlighting loop.
23573 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23574 to `lazy-highlight-cleanup'.
23575
23576 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23577 (ispell-highlight-face): Set default face to `isearch' when
23578 lazy highlighting is enabled.
23579 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23580 priority to 1. Add lazy highlighting.
23581 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23582 from `isearch-dehighlight'.
23583
23584 2005-03-18 David Ponce <david@dponce.com>
23585
23586 * files.el (hack-local-variables): Do a case-insensitive search
23587 for End.
23588
23589 2005-03-18 Juri Linkov <juri@jurta.org>
23590
23591 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23592 `isearch-lazy-highlight-cleanup', add alias to old name and
23593 declare obsolete. Add release numbers to other obsolete vars.
23594 (isearch-done, isearch-lazy-highlight-new-loop):
23595 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23596 (lazy-highlight-cleanup) <variable>: Doc fix.
23597 (isearch-lazy-highlight-update): Rename obsolete
23598 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23599
23600 2005-03-18 Kenichi Handa <handa@m17n.org>
23601
23602 * language/thai-util.el: Fix categorization of Thai characters in
23603 thai-category-table.
23604 (thai-composition-pattern): Adjust it for the above change.
23605 (thai-self-insert-command, thai-compose-syllable): New functions.
23606 (thai-compose-region): Use thai-compose-syllable.
23607 (thai-compose-string): Likewise.
23608 (thai-composition-function): Likewise.
23609 (thai-auto-composition): New function.
23610 (thai-auto-composition-mode): New minor mode.
23611
23612 * language/thai.el: Fix patterns to be registered in
23613 composition-function-table.
23614
23615 * international/quail.el (quail-input-method): Locally bind
23616 inhibit-modification-hooks to t.
23617
23618 2005-03-17 Richard M. Stallman <rms@gnu.org>
23619
23620 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23621 (perl-mode): Use run-mode-hooks.
23622
23623 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23624 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23625 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23626
23627 * mail/sendmail.el (sendmail-send-it): Reenable the code
23628 to compute resend-to-address and use it.
23629
23630 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23631
23632 * image-mode.el: New file.
23633
23634 * image.el (insert-sliced-image): Add autoload cookie.
23635
23636 * font-lock.el (font-lock-lines-before): New user option.
23637 (font-lock-after-change-function): Obey it.
23638
23639 * bindings.el (esc-map): Make M-g a prefix.
23640 Bind M-g g and M-g M-g to goto-line.
23641
23642 * faces.el (face-id): Doc fix.
23643
23644 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23645
23646 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23647 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23648 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23649
23650 * mail/sendmail.el (mail-yank-ignored-headers)
23651 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23652 Add Mail-Followup-To and Mail-Reply-To headers.
23653 (mail-citation-hook): Add autoload cookie.
23654 (mail-mode): Doc fix.
23655 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23656 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23657 (mail-mode-fill-paragraph): Handle those headers.
23658 (mail-mailing-lists): New variable.
23659 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23660
23661 2005-03-17 Juri Linkov <juri@jurta.org>
23662
23663 * isearch.el (isearch-fallback): Check for `(car previous)'
23664 before calling `isearch-other-end-state'.
23665
23666 2005-03-17 Kim F. Storm <storm@cua.dk>
23667
23668 * simple.el (move-beginning-of-line): Move to beginning of buffer
23669 line, as well as beginning of screen line.
23670
23671 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23672
23673 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23674 argument REDRAW rather than calendar-redrawing variable.
23675 * calendar/calendar.el (calendar-redrawing): Delete.
23676 (redraw-calendar): Do not bind calendar-redrawing.
23677
23678 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23679
23680 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23681 diary-file buffer.
23682
23683 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23684
23685 * help.el (describe-mode): Allow a :minor-mode-function property to
23686 specify a different minor mode toggle function than the variable.
23687 * simple.el (auto-fill-function):
23688 * subr.el (add-minor-mode): Use it.
23689
23690 2005-03-16 Kenichi Handa <handa@m17n.org>
23691
23692 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23693 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23694 (ethio-fidel-to-sera-buffer): Likewise.
23695
23696 2005-03-16 Juri Linkov <juri@jurta.org>
23697
23698 * emacs-lisp/find-func.el (find-function-regexp):
23699 Add defun-emitting macro `menu-bar-make-toggle'.
23700
23701 * isearch.el: Put `isearch-scroll' property to
23702 `split-window-horizontally'.
23703
23704 * info.el: Update error messages for `debug-ignored-errors'.
23705 (Info-isearch-search): Doc fix.
23706 (Info-find-node): Move up code to go into info buffer before
23707 recording the node to the history.
23708 (Info-fontify-node): Fontify titles only if the next line
23709 has two or more `*', `=', `-', `.'.
23710 Display "go to this node" for empty (match-string 3).
23711
23712 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23713
23714 * term/mac-win.el: Add mouse pointer shape constants.
23715
23716 2005-03-15 Kim F. Storm <storm@cua.dk>
23717
23718 * simple.el (move-beginning-of-line): Use vertical-motion.
23719
23720 2005-03-15 Juri Linkov <juri@jurta.org>
23721
23722 * isearch.el (isearch-error): New variable.
23723 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23724 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23725 (isearch-within-brackets-state): Remove.
23726 (isearch-case-fold-search-state, isearch-pop-fun-state):
23727 Decrease frame index.
23728 (isearch-mode, isearch-top-state, isearch-push-state)
23729 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23730 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23731 (isearch-search, isearch-lazy-highlight-new-loop):
23732 Replace `isearch-invalid-regexp' with `isearch-error'.
23733 Remove `isearch-within-brackets'.
23734 (isearch-search): Add `search-failed' handler to `condition-case'.
23735 (isearch-lazy-highlight-search): Add `condition-case' to catch
23736 errors and allow `isearch-lazy-highlight-update' to try
23737 highlighting from the beginning of the window.
23738 (isearch-repeat): Move up code to set isearch-wrapped to t
23739 before calling isearch-wrap-function.
23740
23741 * info.el (Info-isearch-initial-node): New internal variable.
23742 (Info-search): Signal an error in isearch mode when search leaves
23743 the initial node. Signal an error when `bound' is non-nil and
23744 nothing was found in the current subfile.
23745 (Info-isearch-search): Remove `condition-case'.
23746 (Info-isearch-wrap): Don't wrap when search failed during leaving
23747 the initial node. If `Info-isearch-search' is nil, wrap around
23748 the current node.
23749 (Info-isearch-start): New fun.
23750 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23751 `isearch-mode-hook'.
23752
23753 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23754
23755 * simple.el (normal-erase-is-backspace): Set default to t if
23756 running on Mac.
23757
23758 * term/mac-win.el (function-key-map): Sync with x-win.el.
23759
23760 2005-03-15 Kenichi Handa <handa@m17n.org>
23761
23762 * international/mule-cmds.el (locale-language-names): Modify the
23763 format of elements and add more entries.
23764 (locale-preferred-coding-systems): Add more entries.
23765 (set-locale-environment): Adjust for the change of
23766 locale-language-names.
23767
23768 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23769
23770 * pcvs.el (smerge-ediff): Remove bogus autoload.
23771
23772 2005-03-14 Lute Kamstra <lute@gnu.org>
23773
23774 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23775 Ignore a `*' at the beginning of a line.
23776
23777 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23778 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23779 subr.el.
23780 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23781 to specify indentation.
23782
23783 * generic.el (define-generic-mode): Let generic-mode-list be a
23784 list of strings; test membership with equal.
23785
23786 2005-03-14 Kim F. Storm <storm@cua.dk>
23787
23788 * simple.el (next-line, previous-line): Add optional try-vscroll
23789 arg to recognize interactive use. Pass it on to line-move.
23790 (line-move): Don't perform auto-window-vscroll when defining or
23791 executing keyboard macro to ensure consistent behavior.
23792
23793 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23794
23795 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23796
23797 2005-03-13 Lute Kamstra <lute@gnu.org>
23798
23799 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23800 debugger-setup-buffer so that backtrace marks the frames set to
23801 debug-on-exit and we don't have to do it manually. Set an extra
23802 debug-on-exit for macro's.
23803 (debugger-setup-buffer): Don't mark the top frame manually.
23804
23805 2005-03-12 Lute Kamstra <lute@gnu.org>
23806
23807 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23808 lisp-indent-function throughout.
23809 (with-no-warnings): Set lisp-indent-function property.
23810
23811 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23812
23813 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23814 Add entry for backslash.
23815
23816 2005-03-12 Juri Linkov <juri@jurta.org>
23817
23818 * info.el (Info-search): Four fixes for backward search.
23819
23820 2005-03-11 Jay Belanger <belanger@truman.edu>
23821
23822 * calc/calc.el (calc-language-alist): New variable.
23823 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23824 (calc-embedded-find-modes): Use calc-language-alist instead of
23825 calc-embedded-language-alist.
23826
23827 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23828
23829 * calendar/calendar.el (calendar-redrawing): New internal
23830 variable.
23831 (redraw-calendar): Remove bogus save-excursion from previous
23832 change. Bind calendar-redrawing to t for mark-diary-entries.
23833 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23834 calendar if that is why we were called.
23835
23836 2005-03-11 Kenichi Handa <handa@m17n.org>
23837
23838 * international/mule.el (make-coding-system): Set property
23839 coding-system-define-form to nil.
23840 (define-coding-system-alias): Likewise.
23841
23842 2005-03-11 Kenichi Handa <handa@m17n.org>
23843
23844 These changes are suggested by Dave Love <fx@gnu.org>.
23845
23846 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23847 coding: tag.
23848 (adaptive-fill-regexp): Add more bullets.
23849 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23850 regexps.
23851
23852 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23853
23854 * help.el (describe-mode): Properly handle non-trivial lighters.
23855 Don't ignore minor modes that are not listed in minor-mode-list.
23856
23857 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23858 feature ON when the user requests to turn it OFF.
23859
23860 2005-03-10 Lute Kamstra <lute@gnu.org>
23861
23862 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23863 (implement-debug-on-entry): New function to replace debug-entry-code.
23864 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23865 second argument as the 2005-03-07 change makes it obsolete.
23866 (debug-on-entry, cancel-debug-on-entry): Update call to
23867 debug-on-entry-1.
23868 (debug, debugger-setup-buffer): Comment update.
23869 (debugger-frame-number): Update to work with implement-debug-on-entry.
23870
23871 2005-03-10 Jay Belanger <belanger@truman.edu>
23872
23873 * calc/calc-embed.el (math-ms-args): Declare it.
23874 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23875 math-ms-args.
23876 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23877 variables.
23878
23879 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23880
23881 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23882 Use message-box.
23883
23884 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23885 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23886 (tooltip-gud-tips): Simplify.
23887 (tooltip-gud-tips-p): Remove superfluous :set.
23888 (tooltip-gud-modes): Add fortran-mode.
23889 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23890
23891 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23892
23893 2005-03-09 Kim F. Storm <storm@cua.dk>
23894
23895 * play/animate.el (animate-place-char): Use forward-line instead
23896 of next-line to improve performance.
23897
23898 2005-03-09 Simon Josefsson <jas@extundo.com>
23899
23900 * net/browse-url.el (browse-url-default-browser): Doc fix.
23901
23902 2005-03-09 Miles Bader <miles@gnu.org>
23903
23904 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23905 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23906
23907 2005-03-09 Kenichi Handa <handa@m17n.org>
23908
23909 * international/latin-1.el: Set case and syntax for 255 only if
23910 set-case-syntax-set-multibyte is nil.
23911
23912 * textmodes/ispell.el (ispell-insert-word): New function.
23913 (ispell-word): Use ispell-insert-word to insert a new word.
23914 (ispell-process-line): Likewise.
23915 (ispell-complete-word): Likewise.
23916
23917 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23918
23919 * calendar/calendar.el (redraw-calendar): Preserve point.
23920 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23921 (calendar-week-start-day): Move after definition of
23922 redraw-calendar. Delete buffer test, since redraw-calendar has
23923 that now.
23924
23925 * calendar/diary-lib.el (mark-diary-entries): Only call
23926 redraw-calendar in the first of any recursive calls.
23927 Reported by Alan Shutko <ats@acm.org>.
23928
23929 2005-03-08 Juri Linkov <juri@jurta.org>
23930
23931 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23932 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23933 (html-radio-buttons): Add a space before the trailing `/>' where
23934 sgml-xml-mode is non-nil.
23935 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23936 the subsequent tag of the empty XML tag.
23937 (html-href-anchor): Don't set initial input to "http:".
23938 (html-image): Ask for the image URL and set point inside alt="".
23939 (html-name-anchor): Duplicate the name in the `id' attribute when
23940 sgml-xml-mode is non-nil.
23941 (html-paragraph): Remove \n before <p>.
23942 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23943 instead of `checked' when sgml-xml-mode is non-nil.
23944
23945 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23946 Remove 1 space before #RRGGBB to not truncate it on terminal
23947 windows w/o fringes. Remove 1 space between bg and fg examples
23948 to get more space.
23949 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23950 avoid byte-compile warnings.
23951
23952 * image-file.el (image-file-handler): Put `safe-magic' property to
23953 `image-file-handler'.
23954
23955 * info.el (Info-isearch-search): Emulate word search in
23956 isearching through multiple Info nodes with Info-search.
23957 (Info-isearch-wrap): Allow isearch-word.
23958
23959 2005-03-08 Lute Kamstra <lute@gnu.org>
23960
23961 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23962 stepping into the debugger's code is not possible.
23963 (debugger-jumping-flag): Docstring update.
23964
23965 2005-03-08 Jay Belanger <belanger@truman.edu>
23966
23967 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23968 embedded mode begins.
23969 (calc-embedded-language-alist): New variable.
23970 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23971 set default language mode.
23972
23973 2005-03-08 Kenichi Handa <handa@m17n.org>
23974
23975 * international/ccl.el (define-ccl-program): Fix docstring about
23976 extra 256 bytes assured for the output buffer.
23977
23978 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23979 Fix BUFFER_MAGNIFICATION to 2.
23980 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23981
23982 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23983
23984 * align.el (align-rules-list): Added an alignment rule for CSS
23985 declarations (applies to css-mode and html-mode buffers).
23986
23987 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23988
23989 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23990
23991 2005-03-07 Kim F. Storm <storm@cua.dk>
23992
23993 * simple.el (move-beginning-of-line): New command.
23994
23995 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23996
23997 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23998
23999 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24000 and move-beginning-of-line.
24001
24002 * apropos.el (apropos-print): Omit command from M-x ... RET.
24003
24004 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24005
24006 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24007 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24008
24009 2005-03-06 Richard M. Stallman <rms@gnu.org>
24010
24011 * bindings.el (esc-map): Bind M-g to goto-line.
24012
24013 * facemenu.el (global-map): Bind M-o, not M-g.
24014
24015 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24016
24017 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24018 "Open Directory" as for "Open File".
24019
24020 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24021
24022 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24023 (push-mark-command): Run activate-mark-hook.
24024
24025 2005-03-06 Richard M. Stallman <rms@gnu.org>
24026
24027 * help-mode.el (help-mode-finish): Don't alter the element
24028 in view-return-to-alist if there already is one.
24029
24030 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24031 make sure the current buffer is the expected one.
24032
24033 * novice.el (disabled-command-function): Output in *Disabled Command*.
24034 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24035
24036 * textmodes/flyspell.el (flyspell-large-region):
24037 Pass args differently for aspell.
24038
24039 * files.el (mode-require-final-newline): Doc fix.
24040
24041 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24042
24043 * progmodes/which-func.el (which-function):
24044 Specify NOERROR when calling imenu--make-index-alist.
24045
24046 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24047
24048 * simple.el (normal-erase-is-backspace): Define default value.
24049
24050 * custom.el (custom-theme-set-variables): Remove unused var
24051 `immediate'.
24052 (custom-reevaluate-setting): Simple function to handle variables
24053 that are defined before their default value can really be
24054 computed.
24055
24056 * startup.el (command-line): Use it for temporary-file-directory,
24057 small-emporary-file-directory, auto-save-file-name-transforms,
24058 blink-cursor-mode, and normal-erase-is-backspace.
24059
24060 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24061 progress, even with buggy anchored keywords.
24062
24063 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24064
24065 * simple.el (goto-line): Remove unbalanced final parenthesis.
24066
24067 2005-03-05 Richard M. Stallman <rms@gnu.org>
24068
24069 * simple.el (goto-line): Use a number at point as the default.
24070 With C-u as arg, switch buffers.
24071
24072 2005-03-05 Juri Linkov <juri@jurta.org>
24073
24074 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24075 with `no-blinking-cursor'.
24076
24077 * startup.el (no-blinking-cursor): New defvar.
24078 (command-line): Add `--no-blinking-cursor' to longopts.
24079 Set `no-blinking-cursor' to t for command line arguments
24080 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24081 with `no-blinking-cursor' in the condition for calling
24082 `blink-cursor-mode'.
24083
24084 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24085
24086 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24087 (menu-bar-options-save): Add blink-cursor-mode.
24088 (menu-bar-options-menu): Add blink-cursor-mode.
24089
24090 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24091
24092 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24093 (icalendar-export-file, icalendar-export-region)
24094 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24095 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24096
24097 2005-03-04 Lute Kamstra <lute@gnu.org>
24098
24099 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24100 (debug-function-list): Ditto.
24101
24102 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24103
24104 * textmodes/texinfmt.el (texinfo-append-refill):
24105 Redefine the types of line to which @refill
24106 is not appended by replacing a search for `@refill\\|@bye' with
24107 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24108 itemize@refill' bug and the unfilled long lines bug.
24109 (texinfmt-version): Update number and date.
24110
24111 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24112
24113 * international/code-pages.el (windows-1250, windows-125[2-8])
24114 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24115
24116 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24117
24118 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24119 bound yet.
24120
24121 2005-03-02 Romain Francoise <romain@orebokech.com>
24122
24123 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24124 buffer after removing limits.
24125 (ibuffer-pop-filter): Ditto.
24126 Update copyright.
24127
24128 2005-03-02 Miles Bader <miles@gnu.org>
24129
24130 * button.el (make-text-button): If the user doesn't specify a
24131 type, use the default. Rewrite to use `add-text-properties' and
24132 plist functions.
24133
24134 2005-03-01 Lute Kamstra <lute@gnu.org>
24135
24136 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24137 (debugger-jumping-flag): New var.
24138 (debug-entry-code): Use it.
24139 (debugger-jump): Use debugger-jumping-flag and add
24140 debugger-reenable to post-command-hook.
24141 (debugger-reenable): Use debugger-jumping-flag and remove itself
24142 from post-command-hook.
24143 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24144 debugger-reenable.
24145
24146 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24147
24148 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24149 inclusion of "itemize\\|", which may be unnecessary, is certainly
24150 inelegant, and stops refilling in itemize lists when formatting
24151 Japanese Texinfo files to Info.
24152 Update copyright to 2005.
24153
24154 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24155
24156 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24157 of an error if GDB can't find the source file.
24158
24159 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24160
24161 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24162 not just the calendar.
24163
24164 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24165 first.
24166 (diary-redraw-calendar): New function.
24167 (make-diary-entry): Add diary-redraw-calendar to local
24168 write-contents-functions. Turn off selective display before
24169 inserting in diary.
24170
24171 2005-03-01 Kim F. Storm <storm@cua.dk>
24172
24173 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24174
24175 2005-03-01 Lute Kamstra <lute@gnu.org>
24176
24177 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24178 that debug-entry-code can be safely removed from a function while
24179 this code is being evaluated. Revert the 2005-02-27 change as the
24180 new implementation no longer requires it. Make sure that a
24181 function body containing just a string is not mistaken for a docstring.
24182 (debug): Skip one more frame in case of debug on entry.
24183 (debugger-setup-buffer): Delete one more frame line in case of
24184 debug on entry.
24185 (debugger-frame-number): Update to use the new text introduced by
24186 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24187
24188 2005-02-28 Kim F. Storm <storm@cua.dk>
24189
24190 * double.el (double-translate-key): Call force-window-update after
24191 read-event to avoid crash in redisplay.
24192
24193 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24194
24195 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24196 (debug): Use it. Move the inhibit-trace earlier.
24197 (debug-entry-code): New const.
24198 (debug-on-entry-1): Use it.
24199
24200 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24201
24202 * international/utf-16.el (ccl-encode-mule-utf-16le):
24203 Fix BUFFER_MAGNIFICATION to 2.
24204 (ccl-encode-mule-utf-16be): Likewise.
24205
24206 2005-02-28 Kenichi Handa <handa@m17n.org>
24207
24208 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24209 Fix BUFFER_MAGNIFICATION to 4.
24210 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24211
24212 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24213
24214 * speedbar.el (speedbar-update-flag): Doc fix.
24215 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24216 argument.
24217
24218 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24219
24220 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24221 have a non-nil `invisible' property but are actually visible.
24222
24223 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24224 for perldoc sections.
24225 (perl-outline-regexp, perl-outline-level): New var and function.
24226 (perl-mode): Use them.
24227
24228 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24229
24230 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24231 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24232
24233 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24234
24235 * cus-edit.el: Comment change.
24236 (custom-buffer-create-internal): Slightly reword text at top of
24237 Custom buffers. Mention there that saving an option edits the
24238 init file. Add link to Emacs manual node on `custom-file'.
24239 (custom-magic-alist): Rewrite individual State messages to use
24240 capitalized keywords. Doc fix.
24241
24242 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24243
24244 * calendar/calendar.el (calendar-buffer): Move above
24245 calendar-week-start-day.
24246 (calendar-week-start-day): Doc fix. Add :set function.
24247 (calendar-minimum-window-height): New variable.
24248 (generate-calendar-window): Only resize window if selected-window
24249 is displaying the calendar buffer. Use new variable
24250 calendar-minimum-window-height.
24251 (generate-calendar): Reword error message.
24252 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24253
24254 2005-02-27 Andreas Schwab <schwab@suse.de>
24255
24256 * vc.el (vc-do-command): Don't run command asynchronously when
24257 operating in a remote directory.
24258
24259 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24260 change from sync with Tramp 2.0.47.
24261
24262 2005-02-27 Richard M. Stallman <rms@gnu.org>
24263
24264 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24265
24266 * textmodes/flyspell.el (flyspell-mode-on):
24267 Call ispell-change-dictionary only if necessary.
24268
24269 * emacs-lisp/re-builder.el (regexp-builder): New function.
24270
24271 * register.el (describe-register-1): Explicitly handle
24272 yank-excluded-properties = t.
24273
24274 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24275 (custom-magic-alist): Change the status descriptions again.
24276 (face widget-type): Total rewrite based on `restricted-sexp'
24277 to eliminate the confusing double hiding levels.
24278
24279 * emacs-lisp/debug.el (debug-on-entry-1):
24280 If function body is empty, add nil as body form.
24281
24282 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24283
24284 * emacs-lisp/trace.el (inhibit-trace): New var.
24285 (trace-make-advice): Use it.
24286
24287 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24288
24289 2005-02-26 Kim F. Storm <storm@cua.dk>
24290
24291 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24292 (mouse-on-link-p, mouse-drag-region-1): Use it.
24293
24294 2005-02-25 Lute Kamstra <lute@gnu.org>
24295
24296 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24297
24298 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24299
24300 * frame.el (blink-cursor-mode): Add :group keyword.
24301
24302 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24303
24304 * calendar/icalendar.el (icalendar--decode-isodatetime):
24305 New optional argument DAY-SHIFT.
24306 (icalendar-export-region): Fix coding-system-for-write.
24307 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24308 events by one.
24309
24310 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24311
24312 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24313
24314 2005-02-24 Kim F. Storm <storm@cua.dk>
24315
24316 * international/iso-acc.el (iso-accents-compose): Fix crash
24317 during redisplay. Call force-window-update after read-event
24318 and delete-region to signal that window is not accurate.
24319
24320 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24321
24322 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24323 Remove unused and inexistent var `inhibit-trace'.
24324 (debugger-mode): Use run-mode-hooks.
24325 (debugger-list-functions): Add buttons; setup xref stack.
24326
24327 2005-02-23 Richard M. Stallman <rms@gnu.org>
24328
24329 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24330 appointment says it was explicitly made.
24331 (appt-add): Set the 3rd element.
24332 (appt-make-list): Preserve explicit appointments.
24333
24334 * subr.el (find-tag-default): Catch errors in forward-sexp.
24335
24336 2005-02-23 Juri Linkov <juri@jurta.org>
24337
24338 * info.el (Info-isearch-search): New defcustom.
24339 (Info-isearch-search): Call the default isearch function
24340 when Info-isearch-search is nil.
24341 (Info-isearch-wrap): Use variable Info-isearch-search.
24342
24343 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24344
24345 * cus-edit.el: Comment change.
24346
24347 2005-02-22 Kim F. Storm <storm@cua.dk>
24348
24349 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24350 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24351
24352 2005-02-22 Simon Josefsson <jas@extundo.com>
24353
24354 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24355 New variable.
24356 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24357 Oskarsson" <myrkraverk@users.sourceforget.net>.
24358
24359 2005-02-22 Kim F. Storm <storm@cua.dk>
24360
24361 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24362 check that window of that event is the selected window.
24363 (mouse-drag-region-1): Compare mouse event window to selected
24364 window before setting point.
24365
24366 * tooltip.el (tooltip-show-help-function): Pass event to
24367 mouse-on-link-p so it can check selected window.
24368
24369 2005-02-22 Kenichi Handa <handa@m17n.org>
24370
24371 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24372 (ps-mule-show-warning): New function.
24373 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24374 characters are found.
24375
24376 * ps-print.el (ps-header-footer-string): Return a list of header
24377 and footer strings.
24378
24379 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24380
24381 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24382
24383 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24384
24385 * frame.el (blink-cursor-mode): Use define-minor-mode.
24386
24387 * term/mac-win.el (function-key-map): Use char-names more consistently.
24388 (file-name-coding-system): Only set it for MacOS-9. The other case is
24389 already handled in mule-cmds.el (where it also works when mac-win.el
24390 is not used).
24391
24392 2005-02-21 Kenichi Handa <handa@m17n.org>
24393
24394 * international/mule.el (ctext-pre-write-conversion): Always use
24395 " *code-converting-work*" buffer for work.
24396
24397 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24398
24399 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24400
24401 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24402
24403 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24404
24405 * ses.el (undo-more): Restore defadvice, but only the part that
24406 allows changes outside the restricted area of the buffer.
24407
24408 2005-02-20 Kim F. Storm <storm@cua.dk>
24409
24410 * simple.el (line-move): Add fourth optional arg try-vscroll which
24411 must be set to perform auto-window-vscroll.
24412 When moving backwards and doing auto-window-vscroll, automatically
24413 vscroll to the last part of lines which are taller than the window.
24414 (next-line, previous-line): Set try-vscroll arg on line-move.
24415
24416 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24417
24418 * replace.el (query-replace, query-replace-regexp)
24419 (replace-string, replace-regexp): When operating on region, make
24420 the minibuffer prompt say so.
24421
24422 * isearch.el (isearch-forward): Document isearch-query-replace and
24423 isearch-query-replace-regexp keybindings.
24424
24425 2005-02-19 Jay Belanger <belanger@truman.edu>
24426
24427 * calc/calc-aent.el (math-read-token): Add local variable.
24428
24429 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24430 (calc-edit-top): Move declaration to earlier in file.
24431 (calc-edit-macro-repeats): Add local variables.
24432
24433 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24434 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24435 calcFunc-tanh.
24436 Adjust integration rule for calcFunc-tan.
24437
24438 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24439
24440 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24441 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24442 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24443 (viper-skip-separators): Bug fix.
24444 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24445 particular major mode.
24446 (viper-del-backward-char-in-replace): Don't put deleted char on the
24447 kill ring.
24448
24449 * viper-ex.el (viper-color-display-p): New function.
24450 (viper-has-face-support-p): Use viper-color-display-p.
24451
24452 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24453
24454 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24455
24456 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24457 (viper-file-remote-p): Make equivalent to file-remote-p.
24458
24459 * viper.el (viper-major-mode-modifier-list):
24460 Use viper-gnus-modifier-map.
24461
24462 2005-02-19 David Kastrup <dak@gnu.org>
24463
24464 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24465 quoting.
24466
24467 2005-02-19 Jay Belanger <belanger@truman.edu>
24468
24469 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24470 Remove extra definitions.
24471 (calc-coth): New function.
24472 (calcFunc-cot): Fix `let'.
24473
24474 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24475
24476 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24477 the reasons we use "type pc" in these faces.
24478
24479 * button.el (button): Ditto.
24480
24481 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24482
24483 * replace.el (query-replace-read-from): Set the value of
24484 query-replace-from-history-variable to handle the case of an empty
24485 string entered to accept the suggested default.
24486
24487 * net/tramp.el (tramp-file-name-for-operation):
24488 Use dired-call-process instead of dired-call-process-command.
24489
24490 2005-02-19 Jay Belanger <belanger@truman.edu>
24491
24492 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24493 (math-div-non-trig): New variables.
24494 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24495 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24496 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24497 trig expressions.
24498
24499 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24500
24501 * progmodes/gdb-ui.el (gdb-var-update-handler)
24502 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24503 for watch expressions,
24504 (gdb-var-create-handler): Don't set speedbar-update-flag.
24505 (gdb-post-prompt): Simplify test for speedbar.
24506
24507 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24508
24509 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24510 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24511 we use the syntax table of the correct buffer.
24512 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24513 Felix Gatzemeier.
24514
24515 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24516 (ediff-file-remote-p): Make synonymous with file-remote-p.
24517 In all deffaces ediff-*-face-*, use min-colors.
24518
24519 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24520 ediff-recurse-to-subdirectories.
24521 (ediff-mark-if-equal): Check that the arguments are strings, use
24522 ediff-same-contents (after to Felix Gatzemeier).
24523
24524 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24525 nil.
24526
24527 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24528
24529 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24530
24531 2005-02-18 David Kastrup <dak@gnu.org>
24532
24533 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24534 use `mark-active' when defined.
24535
24536 2005-02-18 Kenichi Handa <handa@m17n.org>
24537
24538 * ps-print.el (ps-font-info-database): New entry
24539 ZapfChancery-MediumItalic with correct font name. Fix font name
24540 of the entry Zapf-Chancery-MediumItalic.
24541
24542 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24543
24544 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24545
24546 2005-02-16 Kim F. Storm <storm@cua.dk>
24547
24548 * ido.el (ido-fallback-command): Pass user input to fallback command.
24549
24550 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24551
24552 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24553 (gdb-find-file-hook): Add server prefix.
24554
24555 2005-02-16 Richard M. Stallman <rms@gnu.org>
24556
24557 * replace.el (perform-replace): Pass new args to replace-highlight.
24558 (replace-highlight): Take region args,
24559 and pass them to isearch-lazy-highlight-new-loop.
24560
24561 * novice.el (disabled-command-hook): Autoload the defalias
24562 and the make-obsolete-variable call.
24563
24564 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24565
24566 * isearch.el (isearch-lazy-highlight-start-limit)
24567 (isearch-lazy-highlight-end-limit): New variables limit
24568 the region for highlighting.
24569 (isearch-lazy-highlight-new-loop): New args BEG and END.
24570 (isearch-lazy-highlight-search): Use the new vars.
24571 (isearch-lazy-highlight-update): Likewise.
24572
24573 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24574
24575 * cus-start.el (all): Use default-boundp.
24576
24577 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24578
24579 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24580
24581 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24582
24583 * autorevert.el (auto-revert-stop-on-user-input)
24584 (auto-revert-verbose): Doc fixes.
24585
24586 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24587
24588 * international/mule-cmds.el (set-locale-environment): Remove call
24589 to set-selection-coding-system on Windows.
24590
24591 2005-02-15 Jay Belanger <belanger@truman.edu>
24592
24593 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24594 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24595 calcFunc-coth.
24596 (math-simplify-sqrt): Add simplifications.
24597
24598 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24599 to list.
24600
24601 * calc/calc-ext.el: Add functions to autoloads.
24602
24603 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24604 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24605 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24606 (math-csc-raw, math-cot-raw): New functions.
24607
24608 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24609
24610 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24611 the variable name in a message.
24612
24613 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24614 calcFunc-csc, calcFunc-cot.
24615
24616 * calc/calcalg2.el: Add derivative and integration rules for
24617 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24618 calcFunc-csch, calcFunc-coth.
24619 (math-do-integral-methods): Add to checks for when to use
24620 substitutions.
24621
24622 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24623
24624 2005-02-15 Lute Kamstra <lute@gnu.org>
24625
24626 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24627 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24628 <monnier@iro.umontreal.ca>
24629 (lisp-outline-level): Improve efficiency. Suggested by David
24630 Kastrup <dak@gnu.org>.
24631
24632 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24633
24634 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24635 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24636 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24637 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24638 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24639
24640 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24641
24642 * cus-start.el (all): Comment change.
24643
24644 2005-02-14 Lute Kamstra <lute@gnu.org>
24645
24646 * cus-start.el (all): Check if symbol is void.
24647
24648 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24649
24650 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24651 optional argument to \cite.
24652
24653 2005-02-14 Richard M. Stallman <rms@gnu.org>
24654
24655 * cus-edit.el (custom-buffer-create-internal): Update help message.
24656 (custom-magic-alist): Update help messages.
24657
24658 * cus-start.el (all): Allow a var to specify a standard value.
24659
24660 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24661
24662 * custom.el (custom-theme-set-variables): Handle variable aliases.
24663
24664 * frame.el (blink-cursor-timer): Doc fix.
24665 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24666 declare obsolete.
24667 (blink-cursor-mode): Define with defcustom and use correct
24668 standard expression in that defcustom.
24669 * startup.el (command-line): Adapt to above changes in frame.el.
24670
24671 2005-02-11 Lute Kamstra <lute@gnu.org>
24672
24673 * apropos.el (apropos-score-doc): Prevent division by zero.
24674
24675 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24676
24677 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24678 (icalendar--get-event-property-attributes)
24679 (icalendar--get-event-properties)
24680 (icalendar--datetime-to-diary-date): New functions.
24681 (icalendar--split-value): Doc fix.
24682 (icalendar--datetime-to-noneuropean-date)
24683 (icalendar--datetime-to-european-date): New optional argument
24684 SEPARATOR. Return result as a string instead of a list.
24685 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24686 (icalendar--convert-string-for-export): Rename arg S to STRING.
24687 (icalendar-export-region): Doc fix. Change name of error buffer.
24688 Save output buffer.
24689 (icalendar-import-file): Add blank at end of prompt.
24690 (icalendar-import-buffer): Doc fix. Do not switch to error
24691 buffer. Indicate status in return value.
24692 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24693 buffer. Save output buffer. Handle exception from recurrence
24694 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24695 events. Fix problems with weekly all-day events.
24696
24697 2005-02-10 Richard M. Stallman <rms@gnu.org>
24698
24699 * simple.el (eval-expression-print-format):
24700 Avoid warning about edebug-active.
24701
24702 * help.el (help-for-help-internal): Rename from help-for-help.
24703 (help-for-help): Define with defalias.
24704
24705 * font-core.el (font-lock-default-function): Use with-no-warnings.
24706
24707 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24708
24709 * custom.el (defface): Doc fix.
24710
24711 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24712
24713 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24714 width 0" to prevent word wrapping problems.
24715
24716 2005-02-09 Kim F. Storm <storm@cua.dk>
24717
24718 * ido.el (ido-file-extensions-order): New defcustom.
24719 (ido-file-extension-lessp, ido-file-extension-aux)
24720 (ido-file-extension-order): New advanced file ordering.
24721 (ido-file-lessp): New simple file ordering.
24722 (ido-sort-list): Remove.
24723 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24724 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24725
24726 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24727
24728 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24729 that some versions of grep produce.
24730 (grep-mode-font-lock-keywords): Likewise.
24731
24732 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24733
24734 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24735 (gdb-cdir): Delete.
24736 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24737 (gdb-source-info): Treat case when source file is in another
24738 directory properly.
24739 (gdb-get-location): New function.
24740
24741 2005-02-07 Jay Belanger <belanger@truman.edu>
24742
24743 * calc/calc-prog.el (calc-write-parse-table-part)
24744 (calc-fix-token-name): Fix a check for language type.
24745
24746 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24747
24748 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24749
24750 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24751 as directory not writable.
24752
24753 2005-02-07 Kim F. Storm <storm@cua.dk>
24754
24755 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24756 (cua--standard-movement-commands): Remove list.
24757 Instead, set CUA property value to move for movement commands.
24758 (cua-movement-commands): Remove. Users must set CUA prop instead.
24759 (cua--pre-command-handler): Check CUA property.
24760 (cua--init-keymaps): Don't remap undo commands.
24761 (cua-mode): Don't call cua--rectangle-on-off.
24762
24763 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24764 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24765 (cua--rect-undo-set-point): New var.
24766 (cua--rectangle-undo-boundary): Setup undo apply entry.
24767 (cua--rect-undo-handler): New function for rectangle undo.
24768 (cua--rect-start-position, cua--rect-end-position): Add.
24769 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24770 for restored rectangle. Set point if cua--rect-undo-set-point.
24771
24772 2005-02-06 Jay Belanger <belanger@truman.edu>
24773
24774 * calc/calc-lang.el (calc-tex-language): Display more information
24775 in messages.
24776
24777 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24778 in TeX mode.
24779
24780 2005-02-06 Richard M. Stallman <rms@gnu.org>
24781
24782 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24783
24784 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24785
24786 * net/ldap.el (ldap-search-internal): Support attributes with
24787 optional descriptions separated by a semi-colon, as in
24788 "userCertificate;binary".
24789
24790 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24791
24792 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24793 isn't a cons (i.e. the version is 0).
24794
24795 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24796
24797 * help.el (help-for-help): Doc fix.
24798
24799 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24800
24801 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24802 GDB-Windows on the menu-bar as this works better.
24803
24804 2005-02-04 Jay Belanger <belanger@truman.edu>
24805
24806 * calc/calc-embed.el (calc-embedded-update): Don't put in
24807 unnecessary newlines. Adjust the end of formula marker.
24808
24809 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24810 (math-latex-parse-two-args): New function.
24811
24812 2005-02-03 Lute Kamstra <lute@gnu.org>
24813
24814 * help-fns.el (help-with-tutorial): Make sure that users cannot
24815 remove the entire text of the tutorial by means of `undo'.
24816
24817 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24818
24819 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24820 in recent changes, where the ispell process was repeatedly
24821 killed & restarted.
24822
24823 * international/mule-cmds.el (set-locale-environment): Set file-name
24824 coding system to utf-8 on Darwin systems.
24825 (set-default-coding-systems): Don't set default-file-name-coding-system
24826 on Darwin systems.
24827
24828 2005-02-03 Richard M. Stallman <rms@gnu.org>
24829
24830 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24831
24832 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24833
24834 * faces.el (list-faces-display): Add optional argument.
24835
24836 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24837
24838 * font-core.el (font-lock-default-function): Handle the rare case where
24839 only font-lock-keywords is set.
24840
24841 2005-02-02 Kenichi Handa <handa@m17n.org>
24842
24843 * international/characters.el: Cancel previous change for
24844 I-WITH-DOT-ABOVE and DOTLESS-i.
24845
24846 * international/latin-5.el: Cancel previous change.
24847
24848 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24849
24850 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24851
24852 2005-02-02 Kenichi Handa <handa@m17n.org>
24853
24854 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24855 DOTLESS-i.
24856
24857 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24858 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24859
24860 * case-table.el (get-upcase-table): New function.
24861 (copy-case-table): Copy upcaes table too if non-nil.
24862 (set-case-syntax-delims): Maintain upcase table too.
24863 (set-case-syntax-pair): Likewise.
24864 (set-upcase-syntax, set-downcase-syntax): New functions.
24865 (set-case-syntax): Maintain upcase table too.
24866
24867 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24868
24869 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24870
24871 * progmodes/gud.el (gud-goto-info): New function.
24872 (gud-tool-bar-map): Use correct icon.
24873
24874 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24875
24876 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24877 When delegating, order args in the funcall correctly.
24878
24879 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24880
24881 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24882
24883 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24884
24885 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24886 buffer not visiting a file.
24887
24888 2005-01-31 Jay Belanger <belanger@truman.edu>
24889
24890 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24891 bound on the line with the formula.
24892
24893 2005-01-31 Kim F. Storm <storm@cua.dk>
24894
24895 * ses.el (ses-create-cell-variable-range)
24896 (ses-destroy-cell-variable-range, ses-reset-header-string)
24897 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24898 (ses-insert-row): Fix format of apply undo entries.
24899
24900 2005-01-31 Jay Belanger <belanger@truman.edu>
24901
24902 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24903 parts.
24904
24905 * calc/calc-embed.el (calc-embedded-open-formula)
24906 (calc-embedded-close-formula): Ignore matrix environments.
24907
24908 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24909 TeX mode.
24910
24911 * calc/calc-lang.el (math-function-table, math-oper-table)
24912 (math-variable-table): Adjust the LaTeX portions.
24913
24914 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24915 (math-latex-ignore-words): New constant.
24916
24917 2005-01-31 Richard M. Stallman <rms@gnu.org>
24918
24919 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24920 (ispell-local-dictionary): Doc fix.
24921 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24922 Don't reinitialize at run time. Don't defcustom.
24923 All uses changed to append ispell-local-dictionary-alist,
24924 or check it first.
24925 (ispell-current-dictionary): New variable for dictionary in use.
24926 (ispell-dictionary): Now used only for global default.
24927 (ispell-start-process): Set ispell-current-dictionary,
24928 not ispell-dictionary.
24929 (ispell-change-dictionary): Use this only for setting
24930 user preferences.
24931 (ispell-internal-change-dictionary): New function
24932 to change the current dictionary in use.
24933 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24934 Use ispell-current-dictionary.
24935 Handle ispell-local-dictionary-overridden.
24936 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24937
24938 2005-01-31 Jay Belanger <belanger@truman.edu>
24939
24940 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24941
24942 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24943 (calc-mode-map): Add calc-latex-language.
24944
24945 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24946 (math-latex-print-frac): New functions.
24947 (math-oper-table, math-function-table, math-variable-table)
24948 (math-complex-format, math-input-filter): Add latex properties.
24949 (calc-set-language): Set math-expr-special-function-mapping.
24950
24951 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24952 (calc-write-parse-table-part): Add LaTeX support.
24953
24954 * calc/calc.el (calc-language): Adjust docstring.
24955 (calc-set-mode-line): Add LaTeX support.
24956 (math-expr-special-function-mapping): New variable.
24957 (math-tex-ignore-words): Add to list.
24958
24959 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24960 Add LaTeX support.
24961 (math-compose-expr): Add support for special functions.
24962
24963 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24964
24965 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24966
24967 * progmodes/gdb-ui.el (gdb-memory-address)
24968 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24969 (gdb-memory-mode-map, gdb-memory-format-keymap)
24970 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24971 (gdb-memory-unit-menu): New variables for a buffer
24972 that lets the user examine program memory.
24973 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24974 (gdb-memory-format-binary, gdb-memory-format-octal)
24975 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24976 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24977 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24978 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24979 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24980 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24981 (gdb-memory-mode, gdb-memory-buffer-name)
24982 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24983 New functions for above buffer.
24984
24985 2005-01-30 Richard M. Stallman <rms@gnu.org>
24986
24987 * cus-edit.el (custom-bury-buffer): Function deleted.
24988 (custom-buffer-done-function): Option deleted.
24989 (custom-buffer-done-kill): New replacement option.
24990 (Custom-buffer-done): Call quit-window.
24991 (custom-buffer-create-internal): Update for above changes.
24992
24993 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24994
24995 * simple.el (undo-ask-before-discard): New var.
24996 (undo-outer-limit-truncate): Implement it.
24997 (undo-extra-outer-limit): Doc update.
24998
24999 2005-01-29 Richard M. Stallman <rms@gnu.org>
25000
25001 * ses.el (undo-more): Delete defadvice.
25002 (ses-begin-change): Doc fix.
25003
25004 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25005 instead of rebinding C-x u and C-_.
25006
25007 * files.el (normal-backup-enable-predicate): Return nil for files
25008 in /tmp, regardless of temporary-file-directory.
25009
25010 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25011
25012 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25013 (open-rectangle, delete-whitespace-rectangle-line)
25014 (clear-rectangle-line): If FILL, pass t instead of FILL
25015 for move-to-column's 2nd arg.
25016
25017 * simple.el (undo): Fix the test for continuing a series of undos.
25018 (undo-more): Set pending-undo-list to t when we reach end.
25019 (pending-undo-list): Move up defvar.
25020
25021 * wid-edit.el (widget-button-click):
25022 Shorten the range of the track-mouse binding.
25023
25024 * comint.el (comint-insert-input): Undo previous changes;
25025 use last-input-event in interactive spec.
25026
25027 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25028
25029 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25030 to nil before invoking call-process. Reset buffer's modified flag
25031 after fontifying it in the no-async branch.
25032
25033 * wid-edit.el (widget-specify-button): If mouse pointer shape
25034 cannot be changed, use mouse face instead.
25035
25036 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25037
25038 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25039 (gdb-goto-breakpoint): Make breakpoint handling work on template
25040 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25041 (gdb-assembler-custom): Update to recognize breakpoint information
25042 added on 2005-01-19.
25043
25044 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25045
25046 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25047 (dsssl-mode): Use define-derived-mode.
25048 (scheme-mode-initialize): Remove.
25049 (scheme-mode): Use run-mode-hooks.
25050
25051 * cus-edit.el (customize-group-other-window)
25052 (custom-buffer-create-other-window): Don't override special-display-*.
25053 (custom-mode-map): Make it dense.
25054
25055 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25056 sets the default value.
25057
25058 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25059
25060 * descr-text.el: Add more keywords.
25061
25062 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25063
25064 * speedbar.el: Avoid unnecessary use of locate-library.
25065
25066 * international/mule-cmds.el (standard-display-european-internal):
25067 Don't fiddle with latin-1 non-break space any more since it's now
25068 special cased in the C code.
25069 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25070
25071 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25072
25073 * cus-start.el (all): Add `undo-outer-limit'.
25074
25075 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25076
25077 * textmodes/bibtex.el (bibtex-format-entry):
25078 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25079 field lines.
25080 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25081 not on part of a buffer.
25082
25083 2005-01-25 Lute Kamstra <lute@gnu.org>
25084
25085 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25086 nonempty field text strings like "{letters\\macro{}more letters}".
25087 Clarify docstring.
25088 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25089 (bibtex-entry-offset, bibtex-parse-association)
25090 (bibtex-parse-field-name): Fix typos in docstrings.
25091 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25092
25093 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25094
25095 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25096 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25097 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25098 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25099
25100 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25101 isearch minor mode.
25102
25103 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25104
25105 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25106
25107 2005-01-24 Lute Kamstra <lute@gnu.org>
25108
25109 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25110 CASECHARS and NOT-CASECHARS regular expressions of the
25111 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25112 striding over charsets" error.
25113
25114 2005-01-24 Jay Belanger <belanger@truman.edu>
25115
25116 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25117 display variable name.
25118
25119 2005-01-24 Kenichi Handa <handa@m17n.org>
25120
25121 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25122 Fix setting of the element of encoded-kbd-iso2022-invocations.
25123
25124 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25125
25126 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25127 (gdb-threads-select): Change to also accept mouse events.
25128 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25129 (gdb-threads-mouse-select): Delete.
25130
25131 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25132
25133 * files.el (insert-directory): Take care of empty directory,
25134 listed without -a switch.
25135
25136 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25137
25138 * textmodes/refill.el (refill-post-command-function):
25139 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25140 to the list of functions that we should be careful not to undo.
25141 (refill-late-fill-paragraph-function): Remove.
25142 (refill-saved-state): New var.
25143 (refill-mode): Use it to save fill-paragraph-function.
25144 Save also the value of auto-fill-function.
25145
25146 * term/w32-win.el: Simplify code.
25147
25148 2005-01-23 Kim F. Storm <storm@cua.dk>
25149
25150 * simple.el (line-move): Adapt to new return value from
25151 pos-visible-in-window-p.
25152
25153 * simple.el (line-move): Fix last change. Check partial
25154 visibility at point rather than at window-start.
25155
25156 2005-01-22 Jason Rumney <jasonr@gnu.org>
25157
25158 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25159
25160 2005-01-22 David Kastrup <dak@gnu.org>
25161
25162 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25163
25164 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25165
25166 * type-break.el (type-break-mode): Add a test for
25167 type-break-file-name being non-nil.
25168
25169 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25170
25171 * net/eudc.el (top level): Call (message "") via progn, so that
25172 eudc-options-file is loaded.
25173
25174 2005-01-22 Kim F. Storm <storm@cua.dk>
25175
25176 * simple.el (line-move-1): Rename from line-move.
25177 (line-move): New function that adjusts vscroll for partially
25178 visible rows, and calls line-move-1 otherwise.
25179
25180 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25181
25182 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25183 since it's not a complete read-event implementation
25184
25185 2005-01-20 Jay Belanger <belanger@truman.edu>
25186
25187 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25188 for called function.
25189
25190 2005-01-20 Steven Tamm <steventamm@mac.com>
25191
25192 * term/mac-win.el (process-connection-type): Remove.
25193 Controlled now by s/darwin.h:PTY_ITERATION.
25194
25195 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25196
25197 * window.el (handle-select-window): Don't switch window when we're
25198 in the minibuffer.
25199
25200 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25201
25202 * subr.el (dotimes-with-progress-reporter): New macro.
25203
25204 * ses.el (ses-dotimes-msg): Remove macro.
25205 Use `dotimes-with-progress-reporter' instead.
25206
25207 2005-01-19 Steven Tamm <steventamm@mac.com>
25208
25209 * term/mac-win.el (process-connection-type): Use new
25210 operating-system-release variable to use ptys on Darwin 7 (OS X
25211 10.3) when using carbon build.
25212
25213 2005-01-19 Jay Belanger <belanger@truman.edu>
25214
25215 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25216 flags if the last command was a tab or M-tab.
25217
25218 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25219 in formula editing buffer.
25220
25221 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25222
25223 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25224 breakpoint image symbol in margin.
25225
25226 2005-01-19 Jay Belanger <belanger@truman.edu>
25227
25228 * calc/calc-prog.el (calc-execute-kbd-macro):
25229 Ignore calc-keep-arg-flag.
25230
25231 2005-01-19 Kenichi Handa <handa@m17n.org>
25232
25233 * textmodes/ispell.el (ispell-looking-at): New function.
25234 (ispell-process-line): Use ispell-looking-at to compare the ispell
25235 output and the buffer contents.
25236
25237 2005-01-18 Jay Belanger <belanger@truman.edu>
25238
25239 * calc/calc.el (calc-display-raw): Fix docstring.
25240
25241 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25242
25243 * simple.el (blink-matching-open): Strip extra info from syntax.
25244
25245 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25246 funny chars in the end-of-here-doc marker.
25247
25248 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25249
25250 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25251 that enable/disabled state of breakpoints is shown correctly in
25252 fringe and on ttys.
25253 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25254 Add breakpoint information as text properties.
25255 (gdb-mouse-toggle-breakpoint):
25256 Rename to gdb-mouse-set-clear-breakpoint.
25257 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25258 breakpoints in the margin.
25259 (gdb-remove-strings): Simplify.
25260
25261 2005-01-17 Jay Belanger <belanger@truman.edu>
25262
25263 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25264 erasing buffer.
25265
25266 2005-01-17 Richard M. Stallman <rms@gnu.org>
25267
25268 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25269 for calling grep-compute-defaults.
25270
25271 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25272 if buffer is empty.
25273
25274 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25275
25276 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25277
25278 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25279
25280 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25281 non-preloaded variables.
25282
25283 2005-01-17 Steven Tamm <steventamm@mac.com>
25284
25285 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25286 tex-shell cause to force interactivity when using pipes.
25287
25288 2005-01-17 Kim F. Storm <storm@cua.dk>
25289
25290 * simple.el (just-one-space): Make arg optional.
25291
25292 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25293
25294 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25295 posn-at-x-y to t to access left-margin.
25296
25297 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25298
25299 Sync with Tramp 2.0.47.
25300
25301 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25302 catching keep-date problems in cp/scp operations.
25303 (tramp-handle-copy-file): Don't call `set-file-modes'
25304 unconditionally. Specialized functions should know better what is
25305 necessary. This improves performance a little bit, and the
25306 functions could catch errors with `cp -p' and `scp -p'.
25307 (tramp-do-copy-or-rename-file-via-buffer)
25308 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25309 when appropriate.
25310 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25311 Call `set-file-modes' when appropriate.
25312 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25313 Johnsson <isak@hypergene.com>
25314 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25315 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25316 <joakim@verona.se>
25317 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25318 Emacs only.
25319
25320 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25321 `find-file-hooks' and `dired-mode-hook'.
25322 (tramp-minor-mode-map): Respective map. Add remapping for
25323 `compile' and `recompile'.
25324 (tramp-remap-command, tramp-recompile): New defuns.
25325 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25326 in buffer "*Compilation*". Call the commands asynchronously.
25327
25328 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25329 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25330 `shell-command', because it isn't magic in XEmacs. Reported by
25331 Adrian Aichner <adrian@xemacs.org>.
25332
25333 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25334 `substitute-in-file-name.
25335 (tramp-smb-handle-substitute-in-file-name): New defun.
25336 (tramp-smb-advice-PC-do-completion): Delete advice.
25337
25338 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25339
25340 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25341 Fix error in deleting region.
25342
25343 2005-01-15 Richard M. Stallman <rms@gnu.org>
25344
25345 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25346 In non-temp buffer, switch syntax table temporarily.
25347
25348 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25349
25350 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25351
25352 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25353
25354 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25355 (imenu--generic-function): Use START, not BEG, as pos of definition.
25356
25357 * simple.el (just-one-space): Argument specifies number of spaces.
25358
25359 * simple.el (eval-expression-print-format): Avoid warning
25360 about edebug-active.
25361
25362 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25363
25364 * progmodes/sh-script.el: Code copied from make-mode.el
25365 with small changes,
25366 (sh-mode-map): Bind C-c C-\.
25367 (sh-backslash-column, sh-backslash-align): New variables.
25368 (sh-backslash-region, sh-append-backslash): New functions.
25369
25370 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25371
25372 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25373 (rmail-pop-password, rmail-pop-password-required): Move to
25374 rmail-obsolete group.
25375 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25376 All callers updated.
25377 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25378 Take an argument specifying whether it is POP or IMAP mailbox we
25379 are using. All callers updated.
25380 (rmail-pop-password-error): Rename to
25381 rmail-remote-password-error. Added mailutils-specific error message.
25382 (rmail-movemail-search-path)
25383 (rmail-movemail-variant-in-use): New variables.
25384 (rmail-remote-password, rmail-remote-password-required):
25385 New customization variables.
25386 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25387 (rmail-parse-url): New function.
25388 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25389 with GNU mailutils movemail.
25390
25391 2005-01-15 Kevin Ryde <user42@zip.com.au>
25392
25393 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25394 suffix to space, $ or '$, to correctly position point when going
25395 to @table style constants like DBL_MAX.
25396
25397 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25398
25399 * type-break.el (type-break-mode, type-break-file-time)
25400 (type-break-file-keystroke-count, type-break-choose-file):
25401 Don't store data in or load data from the file if type-break-file-name
25402 is nil.
25403 (type-break-file-name): Doc update as per the above.
25404
25405 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25406
25407 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25408 lookup-key might return nil; handle that.
25409
25410 2005-01-15 Alan Mackenzie <acm@muc.de>
25411
25412 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25413 rather than the element found, thus enabling the tree to be setcar'd.
25414
25415 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25416
25417 * textmodes/org.el (org-show-following-heading): New option.
25418 (org-show-hierarchy-above): Use `org-show-following-heading'.
25419 (org-cycle): Documentation fix.
25420
25421 * textmodes/org.el (orgtbl-optimized): New option
25422 (orgtbl-mode): New command, a minor mode.
25423 (orgtbl-mode-map): New variable.
25424 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25425 (orgtbl-error, orgtbl-self-insert-command)
25426 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25427
25428 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25429 a local variable in each org-mode buffer.
25430
25431 * textmodes/org.el (org-set-regexps-and-options): Rename from
25432 `org-set-regexps'. Added checking for STARTUP keyword.
25433 (org-get-current-options): Add STARTUP options.
25434 (org-table-insert-row): Make mode intelligent about when
25435 realignment is needed.
25436 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25437 New commands.
25438 (org-enable-table-editor): New default value `optimized'.
25439 (org-table-blank-field): Support blanking regions if active.
25440
25441 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25442
25443 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25444 if the year is not given.
25445
25446 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25447 Add new escapes %m and %M, fixed bug with %F by adding
25448 save-match-data.
25449 (reftex-reference): Remove ?. from list of spaces.
25450 (reftex-label-info): Add automatic label prefix recognition.
25451
25452 * textmodes/reftex-index.el (reftex-index-next-phrase):
25453 Add slave parameter to call of `reftex-index-this-phrase'.
25454 (reftex-index-this-phrase): New optional argument.
25455 (reftex-index-region-phrases): Add slave parameter to call of
25456 `reftex-index-this-phrase'.
25457 (reftex-display-index): New argument redo.
25458 (reftex-index-rescan): Add `redo' to arguments of
25459 `reftex-display-index'.
25460 (reftex-index-Rescan, reftex-index-revert)
25461 (reftex-index-switch-index-tag): Add `redo' to arguments of
25462 `reftex-display-index'.
25463 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25464 indexing. Fix bug with matching is there is a quote before or
25465 after the word.
25466
25467 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25468 Fix bug when collecting citation keys in lines with comments.
25469 (reftex-citation): Prefix argument no longer rescans the document,
25470 but forces prompting for optional arguments of cite macros.
25471 (reftex-do-citation): Prompting for optional arguments implemented.
25472
25473 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25474 Add optional arguments to most cite commands.
25475 (reftex-cite-cleanup-optional-args): New option
25476 (reftex-cite-prompt-optional-args): New option.
25477 (reftex-trust-label-prefix): New option.
25478
25479 * textmodes/reftex-toc.el (reftex-toc-find-section):
25480 Add push-mark before changing the position in the buffer.
25481
25482 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25483 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25484
25485 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25486
25487 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25488 more carefully.
25489
25490 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25491
25492 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25493 (sgml-mode): Use it.
25494 (sgml-get-context): Better keep track of implicitly closed tags.
25495
25496 2005-01-13 Kenichi Handa <handa@m17n.org>
25497
25498 * textmodes/ispell.el: These changes are to fix misalignment error
25499 caused by equivalent characters of different Emacs charsets.
25500 (ispell-unified-chars-table): New variable.
25501 (ispell-get-decoded-string): New function.
25502 (ispell-get-casechars, ispell-get-not-casechars)
25503 (ispell-get-otherchars): Call ispell-get-decoded-string.
25504
25505 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25506
25507 * custom.el (custom-declare-variable): Just put symbol instead
25508 of (defvar . symbol) in `current-load-list'.
25509
25510 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25511
25512 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25513
25514 2005-01-12 Jay Belanger <belanger@truman.edu>
25515
25516 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25517 to create a Calc summary.
25518
25519 2005-01-12 Kim F. Storm <storm@cua.dk>
25520
25521 * mouse.el (mouse-on-link-p): Change functionality and doc
25522 string to comply with latest description in lisp ref.
25523
25524 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25525
25526 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25527 Enable mouse clicks on mode-line, header-line and margin.
25528 (event-type): Give mouse event symbols an `event-kind' property
25529 with value `mouse-click'.
25530
25531 2005-01-12 Juri Linkov <juri@jurta.org>
25532
25533 * facemenu.el (list-colors-display): Add new arg buffer-name.
25534 Use it. Fix docstring. Replace code for identifying duplicate
25535 colors by the name with call to `list-colors-duplicates' which
25536 identifies duplicate colors by the value unless the color
25537 is one of special Windows colors. Set truncate-lines to t.
25538 Print sorted duplicate color names on each line. Indent to 22
25539 \(the longest color name in rgb.txt) instead of 20. Optimize.
25540 (list-colors-duplicates): New function.
25541 (facemenu-color-name-equal): Delete function.
25542
25543 * facemenu.el (list-colors-print): New function created from code
25544 in list-colors-display. Print #RRGGBB at the window right edge.
25545 (list-colors-display): When temp-buffer-show-function is not
25546 defined, call list-colors-print from temp-buffer-show-hook
25547 to get the right value of window-width in list-colors-print
25548 after the buffer is displayed.
25549
25550 * simple.el (pop-mark): Move deactivate-mark out of conditional
25551 part to deactivate the active mark regardless of the state of the
25552 mark ring.
25553
25554 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25555 variables line in desktop files.
25556
25557 2005-01-12 Juri Linkov <juri@jurta.org>
25558
25559 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25560 Bring together isearch highlight related options.
25561 (lazy-highlight): Replace group `replace' by `matching'.
25562 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25563 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25564 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25565 and declare them obsolete.
25566 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25567 (isearch-faces): Remove defgroup.
25568 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25569 Move isearch highlighting code closer to lazy highlighting code.
25570
25571 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25572 (query-replace-highlight, query-replace-lazy-highlight)
25573 (query-replace): Move definitions to the beginning of the file.
25574
25575 2005-01-11 Juri Linkov <juri@jurta.org>
25576
25577 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25578 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25579 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25580
25581 * info.el (Info-history-forward): New variable.
25582 (Info-select-node): Reset Info-history-forward to nil.
25583 (Info-last): Turn into defalias.
25584 (Info-history-back): Rename from Info-last.
25585 Add current node to Info-history-forward.
25586 (Info-history-forward): New fun.
25587 (Info-mode-map): Replace Info-last by Info-history-back.
25588 Bind Info-history-forward to "r".
25589 (Info-mode-menu): Replace Info-last by Info-history-back.
25590 Fix menu item text. Add menu item for Info-history-forward.
25591 (info-tool-bar-map): Replace Info-last by Info-history-back.
25592 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25593 for Info-history-forward.
25594 (Info-mode): Replace Info-last by Info-history-back in docstring.
25595 Add local variable Info-history-forward.
25596 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25597
25598 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25599
25600 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25601 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25602 Ignore select-window events rather than fiddle with
25603 mouse-autoselect-window.
25604
25605 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25606
25607 * type-break.el (type-break-mode): Fix previous change.
25608
25609 2005-01-10 Jay Belanger <belanger@truman.edu>
25610
25611 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25612 calculator; only reset when point is inside a calculator.
25613 Don't adjust the window height if the window takes up the whole height
25614 of the frame.
25615
25616 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25617
25618 * ebuff-menu.el (Electric-buffer-menu-mode):
25619 Preserve value of buffer-local var header-line-format.
25620
25621 2005-01-09 Jay Belanger <belanger@truman.edu>
25622
25623 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25624 Make sure settings file exists before accessing it.
25625
25626 * calc/calc-embed.el (calc-embedded-subst):
25627 Replace math-multi-subst-rec, which is only supposed to be called
25628 by math-multi-subst, by math-multi-subst.
25629
25630 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25631
25632 * vc.el (vc-allow-async-revert): New user option.
25633 (vc-disable-async-diff): New internal variable.
25634 (vc-revert-buffer): Use them to disable asynchronous diff.
25635
25636 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25637 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25638 asynchronously if vc-disable-async-diff is t.
25639
25640 2005-01-09 Jay Belanger <belanger@truman.edu>
25641
25642 * calc/calc.el (defcalcmodevar): New macro.
25643 (calc-mode-var-list-restore-default-values)
25644 (calc-mode-var-list-restore-saved-values): New functions.
25645 (calc-mode-var-list): Use defcalcmodevar to define it.
25646 (calc-always-load-extensions, calc-line-numbering)
25647 (calc-line-breaking, calc-display-just, calc-display-origin)
25648 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25649 (calc-group-char, calc-point-char, calc-frac-format)
25650 (calc-prefer-frac, calc-hms-format, calc-date-format)
25651 (calc-float-format, calc-full-float-format, calc-complex-format)
25652 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25653 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25654 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25655 (calc-matrix-brackets, calc-language, calc-language-option)
25656 (calc-left-label, calc-right-label, calc-word-size)
25657 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25658 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25659 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25660 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25661 (calc-window-height, calc-display-trail, calc-show-selections)
25662 (calc-use-selections, calc-assoc-selections)
25663 (calc-display-working-message, calc-auto-why, calc-timing)
25664 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25665 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25666 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25667 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25668 (calc-gnuplot-geometry, calc-graph-default-resolution)
25669 (calc-graph-default-resolution-3d, calc-invocation-macro)
25670 (calc-show-banner): Use defcalcmodevar to declare them and set
25671 their default values.
25672
25673 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25674 instead of default values (but restore default values if there is
25675 an argument of 0).
25676
25677 2005-01-09 David Kastrup <dak@gnu.org>
25678
25679 * desktop.el (desktop-restore-eager): Fix typo in type.
25680
25681 2005-01-08 Richard M. Stallman <rms@gnu.org>
25682
25683 * cus-edit.el (customize): Delete :link.
25684
25685 2005-01-08 Jay Belanger <belanger@truman.edu>
25686
25687 * calc/calc.el (calc-mode): Remove the extension from the
25688 `calc-settings-file' file name when loading it.
25689
25690 2005-01-08 Kim F. Storm <storm@cua.dk>
25691
25692 * info.el (Info-mode-map, Info-next-link-keymap)
25693 (Info-prev-link-keymap, Info-up-link-keymap):
25694 Map follow-link to mouse-face.
25695 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25696
25697 2005-01-08 Jay Belanger <belanger@truman.edu>
25698
25699 * calc/calc.el (calc-settings-file): Change default value.
25700 Suggested by cgw in a comment in calc-mode.el.
25701
25702 * calc/calc-mode.el (calc-settings-file-name):
25703 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25704 Replace ~/.emacs in a prompt by calc-settings-file.
25705
25706 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25707
25708 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25709 (desktop-lazy-idle-delay): New customizable variables.
25710 (desktop-buffer-args-list): New variable.
25711 (desktop-append-buffer-args): New function.
25712 (desktop-save): Call desktop-append-buffer-args for some buffers.
25713 (desktop-lazy-create-buffer): New function.
25714 (desktop-idle-create-buffers): New function.
25715 (desktop-read): Add message about buffers to restore lazily.
25716 (desktop-lazy-abort): New command.
25717 (desktop-clear): Call desktop-lazy-abort.
25718 (desktop-lazy-complete): New command.
25719
25720 2005-01-06 Richard M. Stallman <rms@gnu.org>
25721
25722 * emacs-lisp/find-func.el (find-face-definition):
25723 Rename from find-face.
25724
25725 2005-01-06 Kim F. Storm <storm@cua.dk>
25726
25727 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25728
25729 * man.el (Man-xref-man-page, Man-xref-header-file)
25730 (Man-xref-normal-file): Add follow-link property.
25731
25732 2005-01-06 Jay Belanger <belanger@truman.edu>
25733
25734 * calc/calc-units.el: Make sure the proper macro definitions are
25735 available when compiling.
25736
25737 2005-01-06 Juri Linkov <juri@jurta.org>
25738
25739 * isearch.el (isearch-lazy-highlight-update):
25740 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25741
25742 2005-01-06 Miles Bader <miles@gnu.org>
25743
25744 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25745 (isearch-lazy-highlight-face): Use new name.
25746
25747 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25748
25749 * uniquify.el (uniquify-rationalize-file-buffer-names):
25750 Re-add an interactive spec.
25751 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25752 to the same name.
25753
25754 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25755 (isearch-update, isearch-done): Adjust calls accordingly.
25756
25757 2005-01-05 Richard M. Stallman <rms@gnu.org>
25758
25759 * custom.el (custom-set-variables, custom-theme-set-variables):
25760 Clarify documentation.
25761
25762 * emacs-lisp/find-func.el (find-variable)
25763 (find-variable-other-window, find-variable-other-frame):
25764 Fix the TYPE args to find-function-read and find-function-do-it.
25765 (find-function): Doc fix.
25766 (find-function-at-point): Replace function-at-point alias.
25767
25768 2005-01-04 Richard M. Stallman <rms@gnu.org>
25769
25770 * cus-face.el (custom-declare-face):
25771 Record defface in current-load-list.
25772
25773 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25774
25775 * emacs-lisp/find-func.el: Doc fixes.
25776 (find-face-regexp): New variable.
25777 (find-function-regexp-alist): New variable.
25778 (find-function-C-source): Third arg is now TYPE.
25779 (find-function-search-for-symbol): Handle general TYPE.
25780 (find-function-read, find-function-do-it): Handle general TYPE.
25781 (find-definition-noselect, find-face): New functions.
25782 (function-at-point): Alias deleted.
25783
25784 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25785
25786 * battery.el (display-battery-mode): Rename from display-battery.
25787 Handle the case where it gets turned off.
25788
25789 2005-01-04 Richard M. Stallman <rms@gnu.org>
25790
25791 * cus-edit.el (customize): Make :link point to user doc.
25792
25793 * man.el (Man-fontify-manpage): Turn off undo generation.
25794
25795 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25796
25797 2005-01-04 Andreas Schwab <schwab@suse.de>
25798
25799 * files.el (insert-directory): Only look for error lines in
25800 inserted text. Don't move too far after processing --dired markers.
25801
25802 2005-01-04 Richard M. Stallman <rms@gnu.org>
25803
25804 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25805 Don't expand if the character is @, period, dash, etc.
25806 (define-mail-abbrev): Quote names that contain problem characters.
25807
25808 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25809
25810 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25811
25812 2005-01-03 Richard M. Stallman <rms@gnu.org>
25813
25814 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25815 (query-replace-highlight, query-replace-lazy-highlight)
25816 (query-replace): Definitions moved up. Doc fix.
25817
25818 2005-01-03 Richard M. Stallman <rms@gnu.org>
25819
25820 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25821 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25822 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25823 (lazy-highlight-face): Rename from isearch-lazy-...
25824 Change all references to them.
25825
25826 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25827
25828 * cus-edit.el (custom-file): Doc fix for defcustom.
25829 (custom-file): The function no longer sets the variable
25830 `custom-file' to its return value.
25831
25832 * startup.el (command-line): No longer load `custom-file'.
25833
25834 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25835
25836 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25837
25838 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25839 Don't confuse module-prefixed identifiers for labels.
25840 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25841
25842 2005-01-02 Richard M. Stallman <rms@gnu.org>
25843
25844 * files.el (basic-save-buffer-1): Fix previous change.
25845
25846 * loadhist.el (file-loadhist-lookup): New function.
25847 (file-provides, file-requires): Use it.
25848
25849 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25850 instead of calculating the right size.
25851
25852 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25853
25854 * vc-svn.el (vc-svn-diff): Stay local if possible.
25855
25856 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25857
25858 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25859
25860 * files.el (hack-local-variables): Fix last change.
25861
25862 2005-01-02 Jay Belanger <belanger@truman.edu>
25863
25864 * calc/calc-yank.el (calc-edit-top): New variable.
25865 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25866 object. Change header properties.
25867 (calc-edit-finish, calc-edit-finish-stack-object)
25868 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25869 edited object.
25870 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25871 for the beginning of the edited object.
25872 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25873 for the beginning of the edited object.
25874 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25875 (calc-finish-formula-edit, calc-macro-repeats)
25876 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25877 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25878 beginning of the edited object.
25879 (calc-user-define-edit): Change the header for editing macros.
25880 Remove unnecessary variable.
25881
25882 2005-01-01 Jay Belanger <belanger@truman.edu>
25883
25884 * calc/calc-yank.el (calc-edit-mode): Change default header.
25885 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25886 * calc/calc-store.el (calc-edit-variable): Change title to match new
25887 header.
25888 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25889 mode to match new header.
25890 (calc-user-define-edit): Change titles to include names of commands.
25891 (calc-finish-formula-edit): Adjust to handle new header.
25892 (calc-finish-macro-edit): Remove.
25893 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25894 (calc-edit-macro-command, calc-edit-macro-command-type)
25895 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25896 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25897 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25898 (calc-edit-macro-finish-edit): New functions.
25899 (calc-user-define-edit): Use new functions to edit named calc macros.
25900
25901 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25902
25903 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25904
25905 * ses.el (copy-region-as-kill): Deactivate mark.
25906
25907 2005-01-01 Richard M. Stallman <rms@gnu.org>
25908
25909 * replace.el (occur-1): If the output buffer is also an input,
25910 don't kill it, rename it.
25911
25912 * faces.el (set-face-background, set-face-foreground): Doc fix.
25913
25914 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25915 for :foreground and :background.
25916
25917 * dired.el (dired-view-command-alist): Variable deleted.
25918 (dired-view-file, dired-mouse-find-file-other-window):
25919 Delete the code to use it.
25920
25921 2005-01-01 Kim F. Storm <storm@cua.dk>
25922
25923 * image.el (insert-sliced-image): Use t for line-height property.
25924
25925 See ChangeLog.11 for earlier changes.
25926
25927 ;; Local Variables:
25928 ;; coding: iso-2022-7bit
25929 ;; End:
25930
25931 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25932 Copying and distribution of this file, with or without modification,
25933 are permitted provided the copyright notice and this notice are preserved.
25934
25935 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1