]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-07-29 Kim F. Storm <storm@cua.dk>
2
3 * progmodes/grep.el (grep-tag-default): New function.
4 (grep-default-command, grep-read-regexp): Use it.
5
6 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7
8 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9 Throw error if buffer is not in Dired and Wdired mode, respectively.
10
11 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
12
13 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
14 self-insert-command keys don't activate buttons.
15 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
16
17 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
18
19 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
20 faces for enable character.
21
22 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
23
24 * Makefile.in (recompile): Update comment to reflect change
25 on 2004-04-21.
26
27 2006-07-27 Richard Stallman <rms@gnu.org>
28
29 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
30 (customize-package-emacs-version): Change msg when pkg has no entry.
31 (custom-no-edit): On a button, do like widget-button-press.
32
33 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
34
35 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
36 S-tab and C-S-tab.
37
38 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
39
40 * progmodes/which-func.el (which-function): Fix documentation/
41 comment typo.
42
43 2006-07-26 Richard Stallman <rms@gnu.org>
44
45 * textmodes/ispell.el (ispell-word): If we replace the word,
46 move point to the end. Insert before deleting.
47
48 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
49
50 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
51 a timer.
52
53 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
54
55 * tumme.el (tumme-backward-image): Add prefix argument. Add error
56 when at first image.
57 (tumme-forward-image): Add prefix argument. Add error when at last
58 image.
59
60 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
61
62 * tabify.el (tabify-regexp): Use more specific regexps.
63 (tabify): Avoid modifying the buffer unnecessarily.
64
65 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
66
67 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
68 (tumme-format-properties-string): Handle empty `buf'.
69 (tumme-get-comment): Change variable names inside `let'. Add
70 missing `let' variable that cause font-lock problems.
71 (tumme-write-comments): Change variable names inside `let'. Add
72 missing `let' variable that cause font-lock problems.
73 (tumme-forward-image): Rename from `tumme-forward-char'.
74 (tumme-backward-image): Rename from `tumme-backward-char'.
75
76 2006-07-25 Masatake YAMATO <jet@gyve.org>
77
78 * progmodes/ld-script.el (ld-script-keywords)
79 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
80 and add comments.
81
82 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
83
84 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
85 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
86 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
87 for status indicator.
88
89 2006-07-24 Richard Stallman <rms@gnu.org>
90
91 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
92
93 * subr.el (dolist, dotimes): Use interned symbols for locals.
94 (--dotimes-limit--, --dolist-tail--): New defvars.
95 (looking-back): Doc fix.
96
97 * replace.el (replace-match-string-symbols): Handle dotted lists.
98
99 2006-07-24 mathias <mathias@mattis>
100
101 * tumme.el (tumme-write-tags): Add.
102 (tumme-write-comments): Add.
103 (tumme-tag-files): Change to use `tumme-write-tags'.
104 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
105 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
106 (tumme-save-information-from-widgets): Change to use
107 `tumme-write-comments' and `tumme-write-tags'.
108 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
109 (tumme-write-tag): Remove.
110 (tumme-write-comment): Remove.
111 (tumme-display-previous-thumbnail-original): Remove empty line.
112 (tumme-widget-list): Add punctuation.
113
114 2006-07-24 mathias <mathias.dahl@gmail.com>
115
116 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
117
118 2006-07-24 Daiki Ueno <ueno@unixuser.org>
119
120 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
121 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
122 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
123
124 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
125
126 * mouse.el (mouse-on-link-p): Doc fix.
127
128 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
129
130 * emacs-lisp/find-func.el (find-function-search-for-symbol):
131 Handle "C-h f `".
132
133 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
134
135 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
136 column.
137
138 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
139
140 * textmodes/table.el: Add move-beginning-of-line and
141 move-end-of-line to Point Motion Only Group.
142
143 2006-07-22 Eric Hanchrow <offby1@blarg.net>
144
145 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
146
147 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
148
149 * startup.el (user-mail-address): Initialize from the `EMAIL'
150 environment variable first. Document this.
151 (command-line): Ditto.
152
153 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
154
155 * help-mode.el (help-function-def, help-variable-def)
156 (help-face-def): Print a message in the minibuffer.
157
158 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
159
160 * term/xterm.el (terminal-init-xterm): Fix key bindings
161 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
162
163 2006-07-21 Eli Zaretskii <eliz@gnu.org>
164
165 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
166 where `(nth 1 command)' is a cons cell. Doc fix.
167
168 * textmodes/po.el (po-find-charset): Doc fix.
169
170 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
171
172 * allout.el (allout-unprotected, allout-e-o-prefix-p)
173 (allout-beginning-of-current-line, allout-end-of-current-line)
174 (allout-next-visible-heading, allout-open-topic)
175 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
176 (allout-flag-current-subtree, allout-show-to-offshoot)
177 (allout-hide-current-entry, allout-show-current-branches)
178 (allout-hide-region-body, allout-old-expose-topic)
179 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
180 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
181 containing `beginning-of-line' and `end-of-line' with
182 `inhibit-field-text-motion' t.
183
184 2006-07-21 Eli Zaretskii <eliz@gnu.org>
185
186 * frame.el (focus-follows-mouse): Document that it doesn't have
187 any effect on MS-Windows.
188
189 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
190
191 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
192
193 2006-07-20 Jay Belanger <belanger@truman.edu>
194
195 * calc.el (calc-previous-alg-entry): Remove variable.
196
197 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
198 New variables.
199 (calc-alg-entry): Use `calc-alg-entry-history'.
200 (calc-do-quick-calc): Use `calc-quick-calc-history'.
201 Remove reference to `calc-previous-alg-entry'.
202 (calcAlg-edit, calcAlg-enter): Remove reference to
203 `calc-previous-alg-entry'.
204 (calcAlg-previous): Use `previous-history-element' instead of
205 `calc-previous-alg-entry'.
206 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
207 Change keybinding for `calcAlg-plus-minus', add keybindings for
208 `previous-history-element' and `next-history-element'.
209
210 * calc-rewr.el (calc-match): Remove reference to
211 `calc-previous-alg-entry'.
212
213 * calc-sel.el (calc-selection-history): New variable.
214 (calc-enter-selection, calc-sel-mult-both-sides)
215 (calc-sel-add-both-sides): Use `calc-selection-history'.
216
217 * calc-map.el (calc-get-operator-history): New variable.
218 (calc-get-operator): Use `calc-get-operator-history'.
219
220 * calcalg3.el (calc-curve-fit-history): New variable.
221 (calc-curve-fit): Use `calc-curve-fit-history'.
222
223 2006-07-20 Kenichi Handa <handa@m17n.org>
224
225 * international/mule-cmds.el (select-safe-coding-system): Fix the
226 way of deciding eol-type of the coding system.
227
228 2006-07-20 Alan Mackenzie <acm@muc.de>
229
230 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
231 (c-lang-setvar): New macro.
232 (c-make-init-lang-vars-fun): Use the initialization forms in
233 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
234 (comment-start, comment-end, comment-start-skip): Change these from
235 c-lang-defvar's to c-lang-setvar's.
236
237 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
238 which calls make-local-variable on the elements of
239 c-emacs-variable-inits.
240 (c-init-language-vars-for): Call this new macro.
241
242 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
245 Try to rule out false positives due to time stamps.
246 (compilation-mode-font-lock-keywords): Remove rules made redundant
247 because of the above change. Add `segmentation fault' to the known and
248 highlighted compilation termination messages.
249
250 2006-07-19 Kim F. Storm <storm@cua.dk>
251
252 * progmodes/grep.el (grep-find-ignored-directories):
253 Add .svn and _darcs to list.
254
255 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
256
257 * dired.el (dired-mode-map): Add key binding `C-te' for
258 `tumme-dired-edit-comment-and-tags'.
259
260 * tumme.el (tumme-display-thumbnail-original-image): Make sure
261 image display buffer is displayed before call to
262 `tumme-display-image.
263 (tumme-dired-display-image): Make sure image display buffer is
264 displayed before call to `tumme-display-image.
265 (tumme-mouse-display-image): Make sure image display buffer is
266 displayed before call to `tumme-display-image.
267 (tumme-widget-list): Add.
268 (tumme-dired-edit-comment-and-tags): Add.
269 (tumme-save-information-from-widgets): Add.
270
271 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
272
273 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
274
275 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * progmodes/sh-script.el (sh-font-lock-keywords-1):
278 Revert inadvertently installed patch hunk.
279
280 * progmodes/compile.el (compilation-find-file): Handle the
281 cases where the user selects a non-existent file.
282
283 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
286
287 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
288
289 * subr.el (sit-for): Just sleep-for if noninteractive.
290
291 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
292
293 * emacs-lisp/autoload.el (make-autoload): Use new arg.
294
295 * custom.el (custom-autoload): Add `noset' argument.
296 (custom-push-theme): Don't autoload the variable, let callers do it.
297 (custom-theme-set-variables): Autoload the variable if necessary.
298
299 * cus-edit.el (custom-variable-state-set): If the variable was
300 originally set outside custom, but to the same value as the default,
301 consider it to be standard.
302
303 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
304 file *before* telling Emacs to add the autoloads, in case it fails.
305
306 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
307 Use `cond', push', and `dolist'.
308
309 2006-07-17 Richard Stallman <rms@gnu.org>
310
311 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
312 Add defvars to silence warnings.
313
314 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
315
316 * progmodes/compile.el (compilation-mode-font-lock-keywords):
317 Don't highlight "Compiling file" messages as error.
318
319 * dired-aux.el (dired-compress-file): Confirm again if gzipped
320 file already exists.
321
322 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
323
324 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
325 entry, don't assign to free var; simply return the extracted filename.
326 (ff-treat-as-special): Incorporate common preamble from callers.
327 (ff-other-file-name, ff-find-the-other-file):
328 Update call to ff-treat-as-special.
329
330 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
331
332 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
333
334 * tumme.el (tumme-get-comment): Fix bug.
335
336 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * files.el: Remove spurious * in docstrings.
339
340 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
341
342 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
343 grammar.
344 (allout-beginning-of-current-line): Beware beginning of buffer.
345 Also, a comment is simplified.
346 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
347 when appropriate. (This fix enables use for other than
348 bullet-hotspot operation.)
349 (allout-hide-current-subtree): While escalating to sibling-close,
350 make sure to situate on a topic.
351
352 2006-07-14 Kim F. Storm <storm@cua.dk>
353
354 * emulation/cua-base.el (cua-delete-selection)
355 (cua-toggle-set-mark): New defcustoms.
356 (cua-rectangle-modifier-key): Add `alt' modifier.
357 (cua-replace-region): Don't delete if cua-delete-selection is nil.
358 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
359 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
360
361 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
362
363 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
364
365 * allout.el: Require 'cl during byte-compilation/interactive load,
366 for the `assert' macro.
367 (allout-mode-deactivate-hook): New hook, run when allout mode
368 deactivates.
369 (allout-developer): New allout customization subgroup.
370 (allout-run-unit-tests-on-load): New allout-developer
371 customization variable, when true allout unit tests are run towards
372 end of file load/eval.
373 (allout-inhibit-auto-fill): Disable auto-fill activity even during
374 auto-fill-mode.
375 (allout-resumptions): Remove, to be replaced by...
376 (allout-add-resumptions): Register variable settings to be
377 reinstated by `allout-do-resumptions'. The settings are made
378 buffer-local, but the locality/globality of the suspended setting
379 is restored on resumption.
380 (allout-do-resumptions): Reinstate all settings suspended using
381 `allout-add-resumptions'.
382 (allout-test-resumptions): Unit tests (and intermediate variables)
383 for resumptions.
384 (allout-tests-globally-unbound, allout-tests-globally-true)
385 (allout-tests-locally-true): Intermediate variables for
386 resumptions unit tests.
387 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
388 (allout-exposure-category): Replaces 'allout-overlay-category variable.
389 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
390 instead of retired `allout-resumptions'. For hook functions, use
391 `local' parameter so hook settings are created and removed as
392 buffer-local settings. Revise (resumptions) setting
393 auto-fill-function so it is set only if already active. (The
394 related fill-function settings are all made in either case, so
395 that activating auto-fill-mode activity will have the custom
396 allout-mode behaviors (hanging indent on topics, if configured for it).
397 Remove all allout-exposure-category overlays on mode deactivation.
398 (allout-hotspot-key-handler): New function extracted from
399 `allout-pre-command-business', so the functionality can be used
400 for other purposes, eg as a binding in an overlay.
401 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
402 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
403 customization variable.
404 (allout-run-unit-tests): Run the (currently quite small)
405 repertoire of unit tests. Called just before the provide iff user
406 has customized `allout-run-unit-tests-on-load' non-nil.
407
408 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
409
410 * emacs-lisp/authors.el (authors-aliases): Update.
411
412 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
413
414 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
415 gdb-source-window. Add dedicated argument.
416 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
417 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
418 (gdb-display-threads-buffer, gdb-display-memory-buffer)
419 (gdb-display-locals-buffer): Use it.
420
421 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
422 Set gdb-source-window.
423
424 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
427 minor modes, redundant with the custom-autoload line above.
428
429 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
430
431 * longlines.el (longlines-post-command-function): Handle open-line too.
432
433 2006-07-12 Richard Stallman <rms@gnu.org>
434
435 * progmodes/grep.el (grep-last-buffer): Doc fix.
436
437 * info.el (Info-try-follow-nearest-node): Doc fix.
438
439 * emacs-lisp/edebug.el (edebug-instrument-function):
440 Err if find-function-noselect gives no position.
441
442 * emacs-lisp/find-func.el (find-function-search-for-symbol):
443 If can't find definition, return nil for position.
444 (find-function-do-it): Handle new return value
445 of find-definition-noselect.
446 (find-definition-noselect, find-variable-noselect): Doc fix.
447 (find-function-noselect): Doc fix.
448
449 * help-mode.el (help-variable-def): Handle find-variable-noselect
450 returning no position.
451 (help-function-def): Likewise for find-function-search-for-symbol.
452 (help-face-def): Likewise.
453
454 * help-fns.el (describe-variable): Handle find-variable-noselect
455 returning no position.
456
457 * files.el (locate-file-completion): Avoid duplicates in result.
458
459 * cus-edit.el (custom-no-edit): New command.
460 (custom-mode-map): Remap to custom-no-edit instead of
461 using suppress-keymap.
462
463 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
464
465 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
466 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
467 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
468
469 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
470
471 2006-07-11 Kim F. Storm <storm@cua.dk>
472
473 * ido.el (ido-copy-current-file-name): Use buffer-name if
474 buffer-file-name is nil.
475
476 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
477
478 * simple.el (undo-ask-before-discard): Set to nil.
479
480 * vc.el (vc-exec-after): Don't delete process manually.
481 (vc-print-log): Run log-view-mode in process sentinel inside
482 inhibit-read-only. Don't shrink window due to timing issues.
483
484 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
485 Avoid using with-output-to-temp-buffer, which clobbers local vars.
486
487 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * progmodes/compile.el (compilation-error-regexp-alist-alist):
490 Fix ambiguity introduced by last change.
491 (compilation-find-file): Move save-excursion to where it may
492 make sense. Fix a left over `find-file'.
493
494 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
495
496 * textmodes/texinfmt.el (texinfo-format-separate-node):
497 Insert a string before point, which fits documentation, not after.
498 (texinfo-multitable-item): In a multitable row, insert any
499 additional needed @tabs and spaces.
500
501 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
502
503 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
504 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
505 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
506 instead of shell-command.
507 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
508 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
509 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
510 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
511 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
512 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
513
514 2006-07-11 Kim F. Storm <storm@cua.dk>
515
516 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
517 Remove special case for seconds < 0. Use (redisplay t) instead.
518
519 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
520
521 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
522 compilation error.
523
524 * subr.el (sit-for): New function.
525
526 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
527
528 2006-07-10 Richard Stallman <rms@gnu.org>
529
530 * ldefs-boot.el (edebug): Update page.
531
532 2006-07-10 Kim F. Storm <storm@cua.dk>
533
534 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
535 to FOR-RELEASE and TODO.
536
537 2006-07-10 Romain Francoise <romain@orebokech.com>
538
539 * emacs-lisp/authors.el (authors-aliases): Update.
540
541 2006-07-10 Alan Mackenzie <acm@muc.de>
542
543 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
544 * cc-mode.el: Changes to eradicate eval-after-load.
545
546 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
547
548 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
549 on non-char events.
550
551 2006-07-09 Romain Francoise <romain@orebokech.com>
552
553 * progmodes/compile.el (compilation-mode-font-lock-keywords):
554 Don't highlight start/end markers as compilation messages.
555
556 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
557 to t.
558
559 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
562
563 2006-07-08 Richard Stallman <rms@gnu.org>
564
565 * term/x-win.el (x-handle-display): Add doc string.
566
567 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
568
569 * subr.el (def-edebug-spec): Move here.
570 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
571
572 * imenu.el (imenu-choose-buffer-index): Doc fix.
573
574 2006-07-08 Romain Francoise <romain@orebokech.com>
575
576 * term/x-win.el (x-display-name): Fix typo.
577
578 2006-07-08 Eli Zaretskii <eliz@gnu.org>
579
580 * hexl.el (hexl-find-file): Doc fix.
581
582 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
583
584 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
585
586 * term/x-win.el (x-display-name): Doc fix.
587
588 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
589
590 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
591 long prefixes.
592 (fill-region-as-paragraph): Don't round up to a whole line.
593 (fill-comment-paragraph): Don't include the code-before-the-comment
594 when calling fill-region-as-paragraph.
595
596 * international/mule.el (make-char): Remove redundancy.
597
598 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
599 property may contain an anonymous function rather than a symbol.
600
601 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
602
603 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
604 Use shy regexp. Fix incorrect backref to potentially unmatched group.
605
606 * dirtrack.el (dirtrack-default-directory-function): Remove.
607 (dirtrack-directory-function): Use file-name-as-directory.
608 (dirtrack-windows-directory-function): Simplify.
609 (dirtrack-forward-slash, dirtrack-backward-slash)
610 (dirtrack-replace-slash): Remove.
611 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
612 (dirtrack): Fix wrong parenthesizing; use match-string.
613
614 * progmodes/octave-inf.el: Remove spurious * in docstrings.
615 (inferior-octave-mode): Only change the buffer-local value of
616 comint-dynamic-complete-functions.
617 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
618 Move the initialization to the declaration.
619 (inferior-octave-complete): Remove unused var `filter'.
620
621 * shell.el (shell-mode): Only change the buffer-local value of
622 comint-dynamic-complete-functions.
623
624 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
625
626 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
627 entry is skipped because it has been scheduled.
628 (org-prepare-agenda-buffers): Don't mark buffers as modified when
629 changing `:org-archived' and `:org-comment' properties.
630
631 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
632
633 * server.el (server-select-display): Don't make the temp frame
634 minibuffer-only, in case it's not a temp frame.
635 (server-process-filter): Don't delete the temp frame if it's the
636 only one we have on that display.
637
638 * files.el (find-alternate-file): Doc fix.
639
640 2006-07-05 Richard Stallman <rms@gnu.org>
641
642 * files.el (abbreviate-file-name): Add save-match-data.
643
644 2006-07-03 Richard Stallman <rms@gnu.org>
645
646 * faces.el (read-face-name): Doc fix.
647
648 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
649
650 * net/goto-addr.el (goto-address): Mark as safe for local evals.
651
652 2006-07-05 Andre Spiegel <spiegel@gnu.org>
653
654 * vc.el (vc-diff-internal): Fix prev change.
655
656 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
657
658 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
659 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
660
661 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
662
663 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
664 fails if the symbol contains chars like ( or '.
665 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
666 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
667 `short'.
668
669 2006-07-04 Kenichi Handa <handa@m17n.org>
670
671 * international/mule-cmds.el (set-language-info): If LANG-ENV is
672 the current one, don't call set-language-environment, but call one
673 of set-language-environment-XXX to make INFO effective now.
674 (set-language-environment): Call set-language-environment-XXX
675 functions instead of doing the various setups directly.
676 (set-language-environment-coding-systems): Delete argument eol-type.
677 (set-language-environment-input-method)
678 (set-language-environment-nonascii-translation)
679 (set-language-environment-charset)
680 (set-language-environment-fontset)
681 (set-language-environment-unibyte): New functions.
682
683 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
684
685 * locate.el (locate-update-when-revert): New option.
686 (locate-update-path): New option (suggested by Michael Albinus).
687 (locate-prompt-for-command): Whitespace change.
688 (locate-update): No longer offer to update the locate database by
689 default. Implement the two new options.
690
691 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
692
693 * tooltip.el: Move comment about track-mouse...
694
695 * progmodes/gud.el: ...to here.
696
697 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
698
699 * facemenu.el (facemenu-listed-faces): New var.
700 (facemenu-unlisted-faces): Variable deleted.
701 (facemenu-add-new-face): Use facemenu-listed-faces.
702
703 * emulation/viper-init.el, calendar/calendar.el:
704 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
705
706 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
707
708 * textmodes/org.el (org-mode): Remove no invalid settings for
709 calc embedded mode.
710 (org-mode-p): New defsubst.
711 (org-save-all-org-buffers): New function.
712 (org-first-headline-recenter): Enclose outline-regexp in group
713 delimiters.
714 (org-set-tags): Keep single space after stars.
715
716 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
717
718 * window.el (set-window-text-height): Only set window-min-height to
719 1 if that's the requested size.
720
721 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
722 (diff-unified->context, diff-context->unified)
723 (diff-reverse-direction): Make sure the end marker stays at the end.
724 (diff-mode): Add the keymap table at the end of docstring.
725 Use lexical-let rather than constructing a closure manually.
726
727 * files.el (find-file-noselect-1): Remove unused var assignment.
728 (hack-local-variables-confirm): Print lists of strings as lists of
729 strings rather than lists of symbols.
730 (abbreviate-file-name, hack-local-variables-prop-line):
731 Use match-string.
732 (hack-one-local-variable): Move `make-local-variable' nearer its use.
733 (recover-session-finish): Use line-end-position.
734
735 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
736
737 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
738
739 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
740
741 * progmodes/make-mode.el (makefile-macroassign-regex):
742 Accept preceding keyword.
743 (makefile-gmake-statements): Reorganize, now that makepp has
744 "override" and also handle forgotten "override define".
745 (makefile-makepp-statements): Add new "global", "override export"
746 and "override global".
747
748 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
749
750 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
751 (ada-compile-mouse-goto-error, ada-deactivate-properties)
752 (ada-no-auto-case): Fix typos in docstrings.
753
754 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
755
756 * info.el (Info-find-node-2): Search for makeinfo version more
757 carefully.
758
759 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
760
761 * textmodes/org.el (org-prepare-agenda-buffers):
762 Use `invisible-OK' argument for `org-end-of-subtree'.
763 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
764 (org-beginning-of-item): Fix bug in regular expression for white line.
765 (org-export-as-html): Enforce space after bullet in plain list items.
766 (org-set-autofill-regexps): Require space after plain list bullet
767 for paragraph-start.
768 (org-ts-regexp3): New constant.
769 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
770 (org-timestamp-up-day, org-timestamp-down-day)
771 (org-timestamp-change): Work with inactive timestamps.
772 (org-ts-regexp1): Don't allow brackets in time stamps.
773
774 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
775
776 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
777 for ignoring links.
778
779 * faces.el (read-face-name): Use it.
780
781 2006-06-28 Juri Linkov <juri@jurta.org>
782
783 * buff-menu.el (list-buffers-noselect): Compare Info file
784 with the string "dir" to detect Info directory.
785
786 * complete.el (partial-completion-mode): In lambda for
787 `choose-completion-string-functions' use full function signature
788 with 4 args, and move point to the end of the minibuffer only if arg
789 `mini-p' is non-nil.
790
791 2006-06-28 John Paul Wallington <jpw@pobox.com>
792
793 * ibuffer.el (ibuffer-mode): Doc fix.
794
795 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
796
797 * textmodes/org.el (org-context): New contexts :item-bullet,
798 :latex-fragment, :latex-preview.
799 (org-overlays-at, org-overlay-start, org-overlay-end):
800 New compatibility functions.
801 (org-inside-LaTeX-fragment-p): More accurate matching, using the
802 exact regexp that will be used during export.
803 (org-latex-regexps): New variable.
804 (org-cdlatex-mode): Improve advice for `texmathp'.
805 (turn-on-org-cdlatex): New function.
806
807 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
808
809 * term/mac-win.el (mac-handle-font-selection): Change keys of
810 mac-atsu-font-table from strings to numbers.
811 (mac-ts-caret-position): Use also when cursor-type is nil.
812 (mac-ts-update-active-input-area): Add Mac OS Classic support.
813 Relax condition for using overlay strings.
814 Use mac-ts-caret-position face when cursor-type is nil.
815
816 2006-06-26 Kim F. Storm <storm@cua.dk>
817
818 * help.el (view-emacs-news): Declare `res' in the right let* form.
819
820 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
821
822 * net/rcompile.el (remote-compile): Replace ange-ftp based
823 implementation by Tramp functions.
824 Suggested by Marc Abramowitz <msabramo@gmail.com>.
825
826 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
827
828 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
829
830 * international/fontset.el (setup-default-fontset): Fix a typo in
831 the "Oriya-Akruti" registry name.
832
833 2006-06-23 Lars Hansen <larsh@soem.dk>
834
835 * desktop.el (desktop-full-file-name): New function.
836 (desktop-kill, desktop-save, desktop-remove, desktop-read)
837 (desktop-revert): Use it.
838 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
839 (desktop-after-read-hook): Add option list-buffers.
840 (desktop-locals-to-save): Add tab-width.
841 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
842 Fix docstring.
843
844 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
845
846 * textmodes/org.el (org-cdlatex-mode-map)
847 (org-cdlatex-texmathp-advice-is-done): New variables.
848 (org-cdlatex-mode): New minor mode.
849 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
850 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
851 (org-export-with-archived-trees): New option.
852 (org-open-file): Remove the call to `convert-standard-filename'.
853 (org-archive-tag, org-agenda-skip-archived-trees)
854 (org-cycle-open-archived-trees)
855 (org-sparse-tree-open-archived-trees): New options.
856 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
857 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
858 New functions.
859 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
860 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
861 (org-mode-map): Add binding for `org-toggle-archive-tag'.
862 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
863 Call `org-prepare-agenda-buffers'.
864 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
865 (org-file-apps, org-file-apps-defaults-gnu)
866 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
867 Handle remote files by forcing them to be opened in Emacs.
868
869 2006-06-23 Andre Spiegel <spiegel@gnu.org>
870
871 * vc.el (vc-diff-knows-L): New variable.
872 (vc-diff-internal): Use it to handle "diff" programs that don't
873 understand -L. This works automatically, no user action is necessary.
874
875 2006-06-23 Daniel Brockman <daniel@brockman.se>
876
877 * net/rcirc.el (rcirc-default-user-full-name): Default to
878 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
879 longer exists).
880 (rcirc-process-list): Check `buffer-live-p' before attempting to
881 switch to a buffer.
882
883 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
884
885 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
886 based on rcirc-coding-system-alist.
887
888 2006-06-23 Martin Rudalics <rudalics@gmx.at>
889
890 * cus-edit.el (customize-apropos): A better error message.
891 (top level) <debug-ignored-errors>: Extend and update the list of
892 ignored error messages.
893
894 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
895
896 * complete.el (PC-do-completion): Retain capitalization of user
897 input, when possible, even if completion-ignore-case is set.
898
899 2006-06-23 Eli Zaretskii <eliz@gnu.org>
900
901 * generic-x.el (bat-generic-mode): Support .cmd files.
902
903 * dos-w32.el (top level): Use find-file-not-found-functions
904 instead of the obsolete find-file-not-found-hooks.
905
906 2006-06-22 Kim F. Storm <storm@cua.dk>
907
908 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
909 to recognize mode name containing submodes, such as Grep/lw.
910
911 2006-06-21 Kim F. Storm <storm@cua.dk>
912
913 * simple.el (line-move-1): Check for move-end-of-line instead of
914 end-of-line when setting temporary-goal-column.
915
916 2006-06-21 Miles Bader <miles@gnu.org>
917
918 * play/cookie1.el (cookie): Work properly when there's only one entry.
919
920 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
921
922 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
923 (gdb-frame-handler): Generalize frame regexp for templates.
924
925 2006-06-20 Glenn Morris <rgm@gnu.org>
926
927 * calendar/appt.el (appt-display-format): Default value must be
928 one of the customize options.
929
930 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
931
932 * term/xterm.el (terminal-init-xterm): Update key availability info.
933 Bind C-return.
934
935 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
936
937 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
938
939 * files.el (hack-local-variables): Run `hack-local-variables-hook'
940 whether or not a local variables list is defined.
941
942 * msb.el (msb): Move `sit-for' hack here to handle both
943 "mouse-down and drag" and "mouse-up and select" situations.
944 (mouse-select-buffer): Move `sit-for' hack to `msb'.
945
946 2006-06-20 Kenichi Handa <handa@m17n.org>
947
948 * international/characters.el (word-combining-categories):
949 Add entries for 2-byte Han characters.
950
951 2006-06-19 Richard Stallman <rms@gnu.org>
952
953 * bindings.el (mode-line-format): Save some mode line space.
954
955 * files.el (find-file-noselect): Improve the question wording.
956 (basic-save-buffer-2): Mask UMASK against 666.
957
958 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
959 (mouse-drag-vertical-line): Call it.
960
961 * cus-edit.el (customize-option, customize-option-other-window):
962 Error if SYMBOL is nil.
963
964 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
965
966 * textmodes/org.el: Require noutline, also on XEmacs.
967 (org-end-of-subtree): Return point.
968 (org-dblock-start-re, org-dblock-end-re): New constants.
969 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
970 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
971 (org-update-all-dblocks, org-find-dblock): New functions.
972 (org-collect-clock-time-entries): New function.
973 (org-html-handle-time-stamps): Never export CLOCK timeranges.
974 (org-fixup-indentation): Modify to deal correctly with lines
975 starting with TAB. Only one argument DIFF now.
976 (org-demote, org-promote): Call `org-fixup-indentation' with just
977 one argument, DIFF.
978 (org-mode): Don't mark buffer as modified when aligning tables.
979 (org-clock-sum): Don't mark buffer modified when adding time sum
980 properties.
981 (org-export-as-html): Add support for a link validation function.
982 (org-archive-all-done): New function.
983 (org-archive-subtree): New prefix argument. When set, archive all
984 done subtrees in this buffer.
985 (org-remove-clock-overlays)
986 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
987 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
988 (org-put-clock-overlay): Don't swallow last headline character
989 when displaying overlay.
990 (org-store-link): Link to `image-mode' with just the file name.
991
992 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
993
994 * viper-cmd.el (viper-special-read-and-insert-char):
995 Use read-key-sequence.
996 (viper-after-change-undo-hook): Misc enhancements.
997 (viper-after-change-undo-hook): New hook.
998 (viper-undo): Use viper-after-change-undo-hook.
999 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1000 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1001 clicking on that widget/button.
1002
1003 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1004
1005 * ediff-diff (ediff-test-patch-utility): Catch errors.
1006 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1007 (ediff-set-actual-diff-options): New function.
1008 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1009 Use ediff-set-actual-diff-options.
1010 (ediff-extract-diffs): Catch errors.
1011 (ediff-whitespace): Add non-breakable space.
1012 (ediff-same-file-contents): Catch errors.
1013
1014 * ediff-mult.el (ediff-collect-custom-diffs):
1015 Save coding-system-for-read.
1016
1017 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1018 (ediff-vc-internal, ediff-vc-merge-internal):
1019 Use ediff-delete-version-file.
1020 (ediff-delete-version-file): New function.
1021
1022 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1023
1024 * ediff.el (ediff-directories, ediff-directory-revisions)
1025 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1026 (ediff-directories-internal, ediff-merge-directory-revisions)
1027 (ediff-merge-directory-revisions-with-ancestor)
1028 (ediff-directories3): Use read-directory-name.
1029
1030 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1031
1032 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1033 Remove superfluous part of regexp for brace matching which is handled
1034 by `scan-lists' call.
1035
1036 2006-06-16 Richard Stallman <rms@gnu.org>
1037
1038 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1039
1040 * files.el (basic-save-buffer-2): For a new precious file,
1041 use the default modes in the return value.
1042
1043 * facemenu.el (facemenu-color-alist): Doc fix.
1044
1045 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1046
1047 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1048
1049 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1050
1051 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1052 (mac-utxt-to-string): Use it.
1053 (mac-ts-update-active-input-area): Use mac-ae-number.
1054
1055 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1056
1057 * term.el (term-handle-scroll, term-delete-lines)
1058 (term-insert-lines): Fix off by one errors.
1059
1060 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1061
1062 * net/tramp.el (tramp-touch): Use UTC to express time.
1063
1064 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1065
1066 * mail/sendmail.el (mail-send): Search explicitly for
1067 mail-header-separator when checking for corrupted header lines.
1068
1069 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1070
1071 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1072 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1073 (gdb-init-1): Initialise them.
1074 (gdb-starting): Reset gdb-printing
1075 (gdb-starting): Save value of gud-overlay-arrow-position.
1076 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1077 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1078 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1079 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1080
1081 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1084
1085 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1086
1087 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1088 (ldap-search-internal): Keep error messages, and a regexp fix.
1089
1090 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1091
1092 * files.el (hack-local-variables-confirm):
1093 Display string value using its printed representation.
1094
1095 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1096
1097 * server.el (server-edit): No-op if no server buffers exist.
1098
1099 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1100
1101 * textmodes/page-ext.el (pages-directory-for-addresses):
1102 Including `pages-directory-address-mode' in the function results
1103 in the message "Buffer in which pages were found is deleted".
1104
1105 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1106
1107 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1108 clocking functions.
1109
1110 (org-agenda-clock-in, org-check-running-clock)
1111 (org-clock-out-if-current, org-remove-clock-overlays)
1112 (org-put-clock-overlay): New functions.
1113 (org-clock-marker, org-clock-file-total-minutes)
1114 (org-clock-overlays): New variables.
1115 (org-clock-display, org-clock-sum, org-clock-cancel)
1116 (org-clock-out, org-clock-in): New commands.
1117 (org-export): New function.
1118 (org-emph-re): New constant.
1119 (org-set-emph-re, org-do-emphasis-faces): New functions.
1120 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1121 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1122 (org-export-html-convert-emphasize): Use the configurable emphasis.
1123 (org-cleaned-string-for-export): Make multiline emphasis visible
1124 to the exporter. New optional argument PARAMETERS.
1125 (org-export-as-html): Specify :emph-multiline parameter to
1126 `org-cleaned-string-for-export'.
1127
1128 2006-06-10 Richard Stallman <rms@gnu.org>
1129
1130 * help.el (help-for-help-internal): Clean up help text.
1131
1132 2006-06-10 Andreas Schwab <schwab@suse.de>
1133
1134 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1135 in doc string.
1136
1137 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1138
1139 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1140
1141 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1142 spaces after the comment start.
1143
1144 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1145
1146 * play/pong.el (pong-init-buffer):
1147 Fill buffer with spaces instead of ^A.
1148
1149 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1150 launched asynchronously, delete its process instead of being cool.
1151 (ispell-async-processp): Check for `delete-process' existence
1152 instead of `kill-process' one for consistency.
1153
1154 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1155
1156 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1157 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1158 in mode line at startup.
1159
1160 2006-06-08 Kim F. Storm <storm@cua.dk>
1161
1162 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1163 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1164 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1165 (ido-file-internal): Pass full file name to write-file.
1166 (ido-read-internal): Only pop stack elements automatically if they
1167 actually match an existing directory or file name.
1168
1169 2006-06-07 Kenichi Handa <handa@m17n.org>
1170
1171 * international/mule.el (find-auto-coding): Don't handle the short
1172 name `char-trans'.
1173
1174 * files.el (hack-local-variables-prop-line)
1175 (hack-local-variables): Cancel the previous change.
1176
1177 2006-06-06 Jesper Harder <harder@phys.au.dk>
1178
1179 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1180
1181 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1182
1183 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1184 diff-default-read-only is non-nil.
1185 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1186 (diff-refine-hunk): Set inhibit-read-only to t.
1187
1188 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1189 modifying the *Diff* buffer.
1190 (diff-process-filter): New filter function for diff process that
1191 sets inhibit-read-only to t when modifying the *Diff* buffer.
1192
1193 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1194
1195 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1196 insertion point and control the number of empty lines.
1197 (org-paste-subtree): Limit the number of empty lines at the end of
1198 the inserted tree.
1199 (org-agenda): Use buffer name of current file for narrowing.
1200 (org-export-as-xml): Command removed.
1201 (org-export-xml-type): Option removed.
1202 (org-mode-map): Call `org-export-as-xoxo' directly.
1203 (org-get-indentation): New optional argument LINE.
1204 (org-fix-indentation, org-remove-tabs): New functions.
1205 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1206 correct indentation for headlines that are converted it items.
1207 (org-skip-comments): Remove table lines that contain narrowing
1208 cookies but no other non-empty fields.
1209 (org-set-tags): Allow groups of mutually exclusive tags.
1210 (org-cmp-time): Sort 24:21 before items without time.
1211 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1212 (org-open-at-point): Require double colon also for numbers.
1213
1214 2006-06-06 Kim F. Storm <storm@cua.dk>
1215
1216 * ido.el (ido-default-file-method, ido-default-buffer-method):
1217 Make choice values consistent with corresponding command names.
1218 (ido-visit-buffer): Update accordingly. Default to selected-window.
1219
1220 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * progmodes/gud.el (gud-running): Fix doc string.
1223 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1224 (gud-tooltip-modes): Add python-mode.
1225 (gud-tooltip-print-command): Add pdb. Remove perldb.
1226
1227 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1228
1229 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1230 Quote $(EMACS).
1231
1232 2006-06-05 Richard Stallman <rms@gnu.org>
1233
1234 * faces.el (defined-colors): Doc fix.
1235
1236 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1237
1238 * vc.el (vc-process-filter): Inhibit undo info collection around
1239 call to insert.
1240 (vc-setup-buffer): Likewise for call to erase-buffer.
1241 (vc-do-command): Likewise for call to process-file.
1242
1243 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1244
1245 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1246 for gud-go.
1247 (gud-common-init): Other debuggers may trigger error.
1248
1249 2006-06-05 Kenichi Handa <handa@m17n.org>
1250
1251 * international/mule.el (find-auto-coding):
1252 Handle enable-character-translation in file header.
1253
1254 2006-06-04 Kim F. Storm <storm@cua.dk>
1255
1256 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1257 (authors-fixed-entries): Fix spelling.
1258 (authors-canonical-file-name): Don't report error for wildcards.
1259
1260 * help.el (view-emacs-news): Rewrite to support new NEWS,
1261 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1262 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1263 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1264
1265 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1266
1267 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1268 exec constructs like `foo bar`.
1269 (sh-quoted-subshell): New helper function to search for a possibly
1270 nested subshell (like `` or $()) within a "" quoted string.
1271 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1272 (sh-apply-quoted-subshell): Flag quote characters inside a
1273 subshell, which is itself already in a quoted region, as
1274 punctuation, since this is the closest to what they actually are.
1275 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1276 sh-apply-quoted-subshell.
1277 (sh-font-lock-syntactic-face-function): Apply the new face for
1278 text inside `` instead of the old font-lock-string-face.
1279
1280 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1281
1282 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1283 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1284 (mac-bytes-to-text-range, mac-ae-text-range-array)
1285 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1286 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1287 (mac-ts-unicode-for-key-event): New functions.
1288 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1289 (mac-handle-font-selection): Use mac-ae-number.
1290 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1291 New variables.
1292 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1293 (mac-ts-converted-text, mac-ts-selected-converted-text)
1294 (mac-ts-block-fill-text, mac-ts-outline-text)
1295 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1296 (mac-ts-hilite-style-faces): New constant.
1297 (mac-apple-event-map): Bind text input events.
1298 (mac-dispatch-apple-event): Use command-execute instead of
1299 call-interactively.
1300 (global-map): Don't bind mac-apple-event.
1301 (special-event-map): Bind mac-apple-event.
1302
1303 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1304
1305 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1306 file name.
1307 (emacs): Enclose the value of $(EMACS) in quotes.
1308
1309 2006-06-02 Juri Linkov <juri@jurta.org>
1310
1311 * international/mule.el (sgml-html-meta-auto-coding-function):
1312 Remove the condition `(search-forward "<html" size t)'.
1313 Replace `\"' with `[\"']?' in `re-search-forward'.
1314
1315 2006-06-02 Kenichi Handa <handa@m17n.org>
1316
1317 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1318 as well as `coding'.
1319 (hack-local-variables): Likewise.
1320
1321 * international/mule.el (enable-character-translation):
1322 Put permanent-local and safe-local-variable properties.
1323 (find-auto-coding): Handle char-trans: tag.
1324
1325 2006-06-02 Juri Linkov <juri@jurta.org>
1326
1327 * international/mule.el (sgml-html-meta-auto-coding-function):
1328 Limit the search by the end of the HTML header (if any).
1329
1330 2006-06-01 Richard Stallman <rms@gnu.org>
1331
1332 * subr.el (with-current-buffer): Doc fix.
1333
1334 2006-06-02 Masatake YAMATO <jet@gyve.org>
1335
1336 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1337 Almost rewrite. Underlines over all lines of gcov output are too
1338 uncomfortable to read. Suggested by Dan Nicolaescu.
1339
1340 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1341
1342 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1343
1344 * shell.el (shell-mode): Use shell-mode-map in docstring.
1345
1346 * comint.el (comint-send-input): Do not add help-echo and
1347 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1348
1349 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1350
1351 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1352
1353 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1354
1355 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1356 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1357 look up the stack and pop up GUD buffer if necessary.
1358 (gdb-frames-select): Remove redundant call to gud-display-frame.
1359 (gdb-info-threads-custom): Keep point at start of buffer.
1360 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1361
1362 2006-05-31 Juri Linkov <juri@jurta.org>
1363
1364 * replace.el (query-replace-read-from, query-replace-read-to):
1365 Bind `history-add-new-input' to nil. Call `add-to-history'.
1366
1367 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1368
1369 * textmodes/table.el: Convert all HTML tags to lower case for
1370 XHTML compatibility.
1371
1372 2006-05-31 Masatake YAMATO <jet@gyve.org>
1373
1374 * progmodes/compile.el:
1375 (compilation-error-regexp-alist-alist::gcov-called-line):
1376 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1377
1378 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1379
1380 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1381 Revert inadvertent changes made with last commit.
1382
1383 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1384
1385 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1386 New functions.
1387
1388 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1389
1390 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1391
1392 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1393 only matches in the right place.
1394 (org-upcoming-deadline): New face.
1395 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1396 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1397 and make it an option.
1398 (org-export-ascii-bullets): New option.
1399 (org-export-as-html): Many changes to emit valid XHTML.
1400 (org-par-open): New variable.
1401 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1402 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1403 (org-timeline): Pass `org-timeline-show-empty-dates' to
1404 `org-get-all-dates'. Interpret empty dates returned by
1405 `org-get-all-dates'.
1406 (org-get-all-dates): New argument EMPTY. Add dates without
1407 entries to the list, mark large ranges of empty dates.
1408 (org-point-in-group, org-context): New functions.
1409
1410 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1411
1412 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1413
1414 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1415 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1416 to C-mouse-3 (for 2 button mice).
1417 (gdb-send): Do the right thing for C-d.
1418
1419 * speedbar.el (speedbar-detach): Delete.
1420 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1421 it breaks things.
1422 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1423
1424 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1425
1426 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1427 Makeppfile.
1428
1429 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1430 Add makepp diagnostic.
1431
1432 2006-05-29 Richard Stallman <rms@gnu.org>
1433
1434 * window.el (fit-window-to-buffer): Doc fix.
1435
1436 * help.el (temp-buffer-max-height): Doc fix.
1437
1438 * subr.el (with-current-buffer): Doc fix.
1439
1440 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1441
1442 * term/x-win.el: Bind F10 to menu-bar-start if available.
1443
1444 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1445
1446 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1447 uses with a simple test.
1448 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1449 (term-send-raw-string, term-send-raw, term-mouse-paste)
1450 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1451 (term-handle-exit, term-read-input-ring)
1452 (term-previous-matching-input-string)
1453 (term-previous-matching-input-string-position)
1454 (term-previous-matching-input-from-input)
1455 (term-replace-by-expanded-history, term-send-input)
1456 (term-skip-prompt, term-bol, term-send-invisible)
1457 (term-kill-input, term-delchar-or-maybe-eof)
1458 (term-backward-matching-input, term-check-source)
1459 (term-proc-query, term-emulate-terminal)
1460 (term-handle-colors-array, term-process-pager, term-pager-line)
1461 (term-pager-bob, term-unwrap-line, term-word)
1462 (term-dynamic-complete-filename)
1463 (term-dynamic-complete-as-filename)
1464 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1465 unlesses.
1466
1467 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1468
1469 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1470 during bootstrapping.
1471
1472 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1473 Basically undo the change of 2006-05-26: use extra arguments instead of
1474 dynamic scoping.
1475 (ewoc-locate): Remove unused var `footer'.
1476
1477 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1480
1481 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1482 (generate-file-autoloads): Obey it. Return whether autoloads were
1483 added at point or not.
1484 (update-file-autoloads): Use this new return value.
1485 Remove redundant test for the presence of an autoload cookie.
1486
1487 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1488 This one calls hack-local-variables.
1489 (generate-file-autoloads, update-file-autoloads): Use it.
1490
1491 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1492 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1493 (bibtex-sort-entry-class-alist): Don't set the global value.
1494 (bibtex-init-sort-entry-class-alist): New fun.
1495 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1496 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1497 of bibtex-init-sort-entry-class.
1498
1499 2006-05-28 Richard Stallman <rms@gnu.org>
1500
1501 * subr.el (load-history-regexp): If FILE is relative, insist
1502 entire last name component must match it.
1503 (load-history-filename-element, load-history-regexp): Doc fixes.
1504
1505 2006-05-29 Kim F. Storm <storm@cua.dk>
1506
1507 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1508 `pos' and `raw-data' for clarity, as eval forms may access these.
1509
1510 2006-05-28 Kim F. Storm <storm@cua.dk>
1511
1512 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1513
1514 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1515
1516 * progmodes/make-mode.el (makefile-browser-map)
1517 (makefile-mode-syntax-table): Move initialization inside declaration.
1518 (makefile-fill-paragraph): Use the default comment-filling code.
1519
1520 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1521
1522 * replace.el (query-replace-defaults): New variable.
1523 (query-replace-read-from): Use `query-replace-defaults' for
1524 default value, instead of history list.
1525 (query-replace-read-to): Update `query-replace-defaults'.
1526
1527 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1528
1529 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1530 with no X toolkit.
1531
1532 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1533
1534 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1535 (tumme-show-all-from-dir): Add autoload.
1536
1537 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1538
1539 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1540 (tumme-remove-tag): Fix bug.
1541
1542 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1543
1544 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1545 FOOTER args. Update unique caller.
1546 (ewoc-delete): Compute last node once before looping.
1547 (ewoc--node-branch): Merge into unique caller.
1548 (ewoc--node): Don't define constructor make-ewoc--node for this
1549 structure.
1550 (ewoc): Add member `hf-pp' to this structure.
1551 (ewoc--wrap): New func.
1552 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1553 header/footer pretty-printers. Save header/footer pretty-printer.
1554 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1555
1556 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1557
1558 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1559
1560 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1561 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1562 Tag'. Change "Compare directories..." to "Change Directories...".
1563 Move tumme commands to Operate, Regexp and Immediate menus.
1564 Change "Add Comment" to "Add Image Comment". Change "Add Image
1565 Tag" to "Add Image Tags".
1566
1567 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1568 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1569 `tumme-delete-tag'.
1570
1571 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1572
1573 * shell.el (shell-mode): Call shell-dirtrack-mode after
1574 list-buffers-directory is made a local variable, to avoid setting
1575 the default value.
1576
1577 2006-05-26 Kevin Ryde <user42@zip.com.au>
1578
1579 * info.el (Info-index-next): Use where-is-internal to report
1580 actual binding of Info-index-next, rather than hard-coded `,'.
1581
1582 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1583
1584 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1585 and "Find Command in Manual" to here.
1586
1587 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1588 Info-current-file as the file name.
1589
1590 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1591
1592 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1593 overrides will now be done a different way.
1594 (ses-set-parameter): Reapply this function for undo.
1595 (ses-set-header-row): Reconstruct header row during undo.
1596 (ses-widen): New function.
1597 (ses-goto-data, ses-reconstruct-all): Use new function.
1598 (ses-command-hook): Widen buffer during undo, before unupdating
1599 the cells.
1600 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1601 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1602 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1603 formula hasn't been executed yet.
1604
1605 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1606
1607 * comint.el (comint-kill-whole-line): Rename arg to count.
1608 Fix doc string.
1609
1610 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1611
1612 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1613 to copy-file.
1614
1615 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1616
1617 * simple.el (toggle-truncate-lines): Make arg optional for
1618 backward compatibility.
1619
1620 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1621
1622 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1623 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1624 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1625 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1626 (ewoc--adjust): Use ewoc--current-dll.
1627 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1628
1629 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1630
1631 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1632 compact error message.
1633 (org-tags-view): Refresh category table in each file.
1634 (org-table-justify-field-maybe): Remove superfluous arguments to
1635 `format'.
1636 (org-export-as-html): Insert "<p>" before postamble.
1637 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1638
1639 2006-05-26 Kenichi Handa <handa@m17n.org>
1640
1641 * textmodes/po.el (po-find-charset): Pay attention to the case
1642 FILENAME is a cons (NAME . BUFFER).
1643 (po-find-file-coding-system-guts): Likewise.
1644
1645 * arc-mode.el (archive-set-buffer-as-visiting-file):
1646 Call find-operation-coding-system with (FILENAME . BUFFER).
1647
1648 * tar-mode.el (tar-extract): Call find-operation-coding-system
1649 with (FILENAME . BUFFER).
1650
1651 * international/mule.el (decode-coding-inserted-region):
1652 Call find-operation-coding-system with (FILENAME . BUFFER).
1653
1654 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1655
1656 * image-mode.el (image-toggle-display): Use buffer contents to
1657 generate image for a remote file.
1658
1659 2006-05-25 Juri Linkov <juri@jurta.org>
1660
1661 * replace.el (query-replace-read-from, query-replace-read-to):
1662 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1663
1664 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1665
1666 * whitespace.el (whitespace-cleanup): Change to cleanup
1667 region if one is active.
1668 * whitespace.el (whitespace-cleanup-internal): New internal method.
1669
1670 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1671
1672 * dired.el (dired-mode-map): Add help-echo strings to tumme
1673 commands. Bind `tumme-dired-display-image' to C-t i.
1674
1675 * tumme.el (tumme-display-image): Change documentation string slightly.
1676 (tumme-dired-display-image): Add call to `display-buffer'.
1677
1678 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1679
1680 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1681 Signal error if RAW-DATA is a multibyte string.
1682
1683 2006-05-24 Richard Stallman <rms@gnu.org>
1684
1685 * subr.el (with-local-quit): When handling `quit' signal,
1686 make a chance for quit-flag to cause a quit.
1687
1688 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1689 (ad-disable-advice): Add autoloads.
1690
1691 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1692
1693 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1694
1695 * dired.el (dired-mode-map): Change menu items for tumme as per
1696 suggestions in emacs-devel.
1697
1698 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1699
1700 * dired.el (dired-mode-map): Fix breakage.
1701
1702 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1703
1704 * tumme.el (tumme-display-dired-image): Rename to...
1705 (tumme-dired-display-image): ...this.
1706 (tumme-track-movement): Change default value to t.
1707 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1708 used from `tumme-next-line-and-display' and similar commands.
1709
1710 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1711 Immediate menu. Add some tumme commands there.
1712
1713 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1714
1715 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1716
1717 2006-05-24 Chong Yidong <cyd@mit.edu>
1718
1719 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1720 menu entries that open submenus.
1721
1722 2006-05-24 Alan Mackenzie <acm@muc.de>
1723
1724 * startup.el (command-line): For names of preloaded files, don't
1725 append ".elc" (now done in Fload), and call file-truename on the
1726 lisp directory.
1727
1728 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1729 match ANY loaded file with the right name, not just those in
1730 load-path. Put a regexp matching the file name into
1731 after-load-alist, rather than the name itself.
1732
1733 * subr.el: New functions load-history-regexp,
1734 load-history-filename-element, do-after-load-evaluation.
1735
1736 * international/mule.el (load-with-code-conversion): Do the
1737 eval-after-load stuff by calling do-after-load-evaluation.
1738
1739 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1740
1741 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1742 has not been killed.
1743
1744 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1745
1746 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1747 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1748 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1749 Optionally set error message in reply.
1750
1751 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1752
1753 * textmodes/org.el (org-open-at-point): Use renamed variable
1754 `org-confirm-shell-link-function'.
1755 (org-confirm-shell-link-function): Rename from
1756 `org-confirm-shell-links'.
1757 (org-export-directory): New function.
1758 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1759 (org-export-icalendar): Use `org-export-directory'.
1760 (org-indent-item): Keep cursor position.
1761 (org-link-file-path-type): New option.
1762 (org-export-as-html): Fix bug with plain lists starting in
1763 column 0.
1764 (org-export-as-html): Remove deadline formatting, this happens
1765 now already in `org-html-handle-time-stamps'.
1766 (org-export-html-style): Deadline class removed.
1767 (org-insert-labeled-timestamps-at-point): New option.
1768 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1769 of `hide-sublevels 1', in case the first headline is not level 1.
1770 (org-overview, org-content): New fuction.
1771 (org-cycle-global-status, org-cycle-subtree-status): Make these
1772 variables buffer-local.
1773 (org-global-cycle): New command.
1774 (org-shifttab): Use `org-global-cycle'.
1775 (org-insert-heading, org-insert-item): Go to end of new
1776 headline/item after creating it.
1777 (org-export-visible): Rename from `org-export-copy-visible'.
1778 Now creates a temporary org-file and applies an exporting command
1779 to it.
1780 (org-table-eval-formula): Support for lisp forms.
1781 (org-agenda-todo-ignore-scheduled): New option.
1782 (org-agenda-get-todos): Use new option
1783 `org-agenda-todo-ignore-scheduled'.
1784 (org-export-html-inline-images): New value `maybe'.
1785 (org-export-as-html): Inlining of images dependent on link description.
1786 (org-archive-subtree): Check for end-of-buffer before trying
1787 `kill-line'.
1788 (org-agenda-follow-mode): New option.
1789 (org-export-with-tags, org-export-with-timestamps): New options.
1790 (org-html-handle-time-stamps): New function.
1791 (org-keyword-time-regexp): New variable.
1792 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1793 (org-agenda-todo-list-sublevels): New option.
1794 (org-html-level-start): When TITLE is nil, just close all levels.
1795 (org-parse-key-lines, org-parse-export-options): Remove functions,
1796 replaced by `org-infile-export-plist'.
1797 (org-combine-plists, org-infile-export-plist)
1798 (org-default-export-plist): New functions.
1799 (org-export-html-preamble, org-export-html-postamble)
1800 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1801 New variables.
1802 (org-export-publishing-directory): New option.
1803 (org-export-as-html, org-export-as-ascii): Use the new property
1804 lists for settings.
1805 (org-export-copy-visible, org-export-as-xoxo):
1806 Respect `org-export-publishing-directory'.
1807 (org-link-search, org-store-link, org-file-apps): Support for
1808 links to BibTeX database entries..
1809 (org-get-current-options, org-set-regexps-and-options):
1810 Implement logging as a startup option.
1811 (org-store-link): Make sure context string is never empty
1812 (org-insert-link): Use relative path when possible.
1813 (org-at-item-checklet-p): New function.
1814 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1815 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1816 (org-metaright, org-metaup, org-metadown, org-shiftup)
1817 (org-shiftdown, org-shiftright, org-shiftleft)
1818 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1819 Dispatch using `call-interactively'.
1820 (org-call-with-arg): New defsubst.
1821 (org-tag-alist, org-use-fast-tag-selection): New options.
1822 (org-complete): Use `org-tag-alist'.
1823 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1824 (org-next-item, org-previous-item): New commands.
1825 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1826 make command.
1827 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1828
1829 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1830
1831 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1832 (ewoc-filter): Use `ewoc-delete'.
1833
1834 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1835
1836 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1839 Signal more user-friendly error messages.
1840
1841 * complete.el (PC-do-completion): Undo the addition of implicit
1842 wildcards if they did not lead to finding any match.
1843 (read-file-name-internal): Don't add the final > if the completion is
1844 not finished.
1845
1846 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1847
1848 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1849 Quote safe-local-variable predicate.
1850
1851 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1852
1853 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1854
1855 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1856
1857 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1858
1859 * progmodes/make-mode.el (makefile-special-targets-list)
1860 (makefile-macro-table, makefile-target-table): Mark as risky.
1861 (makefile-query-one-target-method): Make this the alias for the
1862 following variable.
1863 (makefile-query-one-target-method-function): Make this the real name.
1864
1865 * textmodes/artist.el (artist-text-renderer): Make this the alias
1866 for the following variable.
1867 (artist-text-renderer-function): Make this the real name.
1868
1869 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1870 the alias for the following variable.
1871 (flyspell-generic-check-word-predicate): Make this the real name.
1872
1873 * textmodes/ispell.el (ispell-format-word): Make this the alias
1874 for the following variable.
1875 (ispell-format-word-function): Make this the real name.
1876 (ispell-message-text-end): Mark as risky.
1877
1878 * skeleton.el (skeleton-transformation, skeleton-filter)
1879 (skeleton-pair-filter): Make these the aliases for the following
1880 variables.
1881 (skeleton-transformation-function, skeleton-filter-function)
1882 (skeleton-pair-filter-function): Make these the real names.
1883
1884 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1885 and skeleton-pair-filter-function.
1886
1887 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1888 alias for the following variable.
1889 (sgml-transformation-function): Make this the real name.
1890 (sgml-tag-alist): Mark as risky.
1891
1892 2006-05-21 Richard Stallman <rms@gnu.org>
1893
1894 * simple.el (kill-region): Interactively, pass point, then mark.
1895
1896 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1897
1898 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1899
1900 2006-05-21 Romain Francoise <romain@orebokech.com>
1901
1902 * dired-x.el (dired-mode-map): Don't bind M-g.
1903
1904 2006-05-20 Richard Stallman <rms@gnu.org>
1905
1906 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1907 (dired-goto-file): Doc fix.
1908
1909 2006-05-21 Kim F. Storm <storm@cua.dk>
1910
1911 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1912 way to enable built-in cua-mode if user loads older CUA-mode package.
1913
1914 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1915 if default-filename is specified.
1916
1917 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1918
1919 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1920
1921 * info.el (info-apropos): Make sure current-file and current-node
1922 have non-nil values. Speed up by using add-to-list instead of
1923 manual consing.
1924
1925 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1926
1927 * progmodes/make-mode.el (makefile-mode): Doc fix.
1928
1929 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1930
1931 * dired-aux.el (dired-do-shell-command): Doc fix.
1932
1933 2006-05-20 Kevin Ryde <user42@zip.com.au>
1934
1935 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1936 ``(custom-manual :tag "Foo" "(foo)Node")''.
1937
1938 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1939
1940 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1941 value is an integer.
1942
1943 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1944
1945 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1946 "format".
1947 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1948
1949 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1950
1951 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1952 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1953
1954 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1955
1956 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1957 regexp for keywords.
1958
1959 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1960
1961 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1962 replace-regexp-in-string.
1963
1964 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1965 encode, and escape file name on conversion to URL.
1966
1967 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1968
1969 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1970 Don't unescape URL.
1971 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1972
1973 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1974 on conversion to URLs.
1975
1976 * net/browse-url.el (browse-url-file-url): Encode file name on
1977 conversion to URL.
1978
1979 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1980 conversion to URL.
1981
1982 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1983
1984 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1985
1986 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1987
1988 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1989 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1990
1991 2006-05-19 Glenn Morris <rgm@gnu.org>
1992
1993 * calendar/diary-lib.el (diary-bahai-date)
1994 (list-bahai-diary-entries, mark-bahai-diary-entries)
1995 (mark-bahai-calendar-date-pattern): Not interactive.
1996 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1997 (diary-entries-list): Change format of 4th element in each entry.
1998 (diary-list-entries): Use add-to-diary-list.
1999 (diary-goto-entry): Handle the case where the buffer visiting the
2000 diary has been killed.
2001 (fancy-diary-display): Add 'locator to button rather than 'marker.
2002 Only generate temp-face when there are marks to apply.
2003 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2004 (diary-fancy-date-pattern): New variable.
2005 (diary-time-regexp): Doc fix.
2006 (diary-anniversary, diary-time): New faces.
2007 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2008 diary-time-regexp. Add font-lock-multiline property where needed.
2009 Use new faces diary-anniversary and diary-time.
2010 (diary-fancy-font-lock-fontify-region-function): New function, to
2011 handle multiline font-lock pattern in fancy diary.
2012 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2013 (diary-font-lock-keywords): Tweak time regexp. Use new face
2014 diary-time.
2015
2016 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2017
2018 * international/code-pages.el (mik): Table corrected.
2019
2020 2006-05-18 Kim F. Storm <storm@cua.dk>
2021
2022 * progmodes/grep.el (grep-find): Don't check grep-find-command
2023 before running command (breaks non-interactive usage).
2024
2025 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2026
2027 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2028 (ewoc--insert-new-node): Don't insert trailing newline.
2029 Instead, adjust successor nodes's start markers.
2030 (ewoc--refresh-node): Delete all text from current node's start
2031 marker to the next one's; adjust successor nodes's start markers.
2032 (ewoc--create): Doc fixes.
2033 (ewoc--refresh): Don't insert newline.
2034 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2035 * pcvs.el (cvs-make-cvs-buffer):
2036 Specify extra newline for ewoc's header and footer.
2037 (cvs-update-header): Update initial header recognition.
2038 Append newline to final header and footer values.
2039 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2040
2041 2006-05-17 Richard Stallman <rms@gnu.org>
2042
2043 * files.el (file-name-extension): Doc fix.
2044
2045 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2046
2047 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2048 we can explicitly enable/disable rather than toggle.
2049 (shell-mode): Use it.
2050 (shell-cd): Don't try to reproduce what `cd' does.
2051
2052 2006-05-17 Kim F. Storm <storm@cua.dk>
2053
2054 * ido.el (ido-read-internal): Use only nondirectory part of
2055 default item.
2056
2057 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2058
2059 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2060 (ewoc-nth): Doc fix.
2061
2062 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2063
2064 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2065
2066 * international/mule.el (auto-coding-alist): Add .lha to files
2067 read with no-conversion.
2068
2069 * files.el (auto-mode-alist): Add .lha files to archive file
2070 extensions.
2071
2072 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2073 Convert csize to integer when computing offsets within the
2074 compressed archive file.
2075
2076 2006-05-16 Kim F. Storm <storm@cua.dk>
2077
2078 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2079 with read-from-minibuffer.
2080
2081 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2082
2083 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2084 (byte-compile-warnings): Fix safe-local-variable property.
2085
2086 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2087
2088 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2089 (allout-stylish-prefixes, allout-numbered-bullet)
2090 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2091 predicates to qualify `safe-local-variable' property, when
2092 available, else use equivalent lambda.
2093 (allout-current-topic-collapsed-p): Do the right thing regarding
2094 trailing blank lines.
2095
2096 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2097
2098 * server.el (server-start): Only create a directory if needed.
2099 (server-edit, server-unload-hook): server-start => server-mode.
2100 (kill-emacs-hook): Cleanup upon exit.
2101
2102 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2103
2104 * hexl.el (hexlify-buffer): Encode process arguments manually.
2105
2106 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2107
2108 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2109 call to gdb-tooltip-print.
2110
2111 2006-05-15 Romain Francoise <romain@orebokech.com>
2112
2113 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2114 systems, default to "tar" since those systems probably have GNU tar.
2115
2116 2006-05-14 Lars Hansen <larsh@soem.dk>
2117
2118 * desktop.el (desktop-missing-file-warning): Fix docstring.
2119 (desktop-restore-file-buffer): Correct question asked on missing file.
2120
2121 2006-05-14 Kim F. Storm <storm@cua.dk>
2122
2123 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2124 Add CUA move property.
2125
2126 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * custom.el (custom-push-theme): Load the variable before checking
2129 its `standard-value'.
2130
2131 2006-05-13 Lars Hansen <larsh@soem.dk>
2132
2133 * desktop.el (desktop-save): Use with-temp-buffer.
2134
2135 2006-05-12 Glenn Morris <rgm@gnu.org>
2136
2137 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2138 * calendar/calendar.el (calendar-mode-map):
2139 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2140 * calendar/appt.el (appt-check, appt-make-list): Refer to
2141 diary-view-entries, diary-list-entries, diary-show-all-entries
2142 rather than obsolete aliases.
2143
2144 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2145
2146 * simple.el (line-move-finish): Avoid calling point motion hooks
2147 while processing intangibility.
2148
2149 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2150
2151 * term/xterm.el (terminal-init-xterm): Fix typo.
2152
2153 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2154
2155 * allout.el (allout-view-change-hook): Mark as being deprecated,
2156 to be replaced by `allout-exposure-change-hook'.
2157 (allout-exposure-change-hook): New, replacing
2158 `allout-view-change-hook'.
2159 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2160 in addition to `allout-view-change-hook'.
2161 (allout-show-bodies, allout-old-style-prefixes)
2162 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2163 lambda forms to prevent their showing up in variable help
2164 presentations as inscrutable byte-compiled code.
2165 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2166 Use string-or-null-p to qualify safe-local-variable values.
2167 (allout-reindent-bodies): Use memq to qualify matches against
2168 valid safe-local-variable values. Also, quote the lambda as above.
2169 (allout-use-mode-specific-leader): Add missing candidate-value
2170 symbols, use memq, and quote the lambda.
2171 (allout-overlay-interior-modification-handler): Remove unused
2172 variables `msg' and 'opened'.
2173 (allout-hidden-p): Constrain invisibility consideration to allout's
2174 invisibility spec, disregarding invisibility for other reasons.
2175
2176 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2177
2178 * files.el (version-control): Correct safe values.
2179
2180 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2181
2182 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2183
2184 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2185 (ewoc--insert-new-node): New func.
2186 Update callers of deleted funcs to use it, instead.
2187
2188 2006-05-11 Glenn Morris <rgm@gnu.org>
2189
2190 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2191 obsolete alias `show-all-diary-entries'.
2192 (make-diary-entry): Not interactive.
2193 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2194 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2195 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2196 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2197 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2198 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2199
2200 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2201
2202 * calendar/calendar.el (calendar-french-date-string)
2203 (calendar-mayan-date-string, calendar-chinese-date-string)
2204 (calendar-astro-date-string, calendar-iso-date-string)
2205 (calendar-islamic-date-string, calendar-bahai-date-string)
2206 (calendar-hebrew-date-string, calendar-coptic-date-string)
2207 (calendar-ethiopic-date-string, calendar-persian-date-string):
2208 These functions are not interactive.
2209
2210 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2211
2212 * files.el: Balance parentheses.
2213
2214 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2215
2216 * files.el, newcomment.el, outline.el, simple.el,
2217 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2218 progmodes/cc-vars.el, progmodes/compile.el:
2219 Move `safe-local-variable' declarations to the respective files.
2220
2221 * help-fns.el (describe-variable): Don't print safe-var if it is
2222 byte-code. Improve wording as suggested by Luc Teirlinck.
2223
2224 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2225
2226 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2227 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2228 Use a token for pending-triggers to ensure gdb-var-update
2229 gets called once per user input again for pre-GDB 6.4.
2230 (gdb-var-delete): Match on more complex expressions.
2231 (gdb-var-list-children-handler, gdb-var-create-handler):
2232 Use a token for consistency.
2233
2234 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2235
2236 * textmodes/org.el (org-read-date, org-goto-calendar)
2237 (org-agenda-goto-calendar):
2238 Bind `view-calendar-holidays-initially' to nil.
2239
2240 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2241
2242 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2243 Update all callers to do it there, instead.
2244
2245 2006-05-10 Glenn Morris <rgm@gnu.org>
2246
2247 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2248 prefix arg case, to avoid view-diary-entries-initially error.
2249 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2250 (calendar-date-is-legal-p): Handle dates with no day part.
2251
2252 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2253
2254 * comint.el (comint-insert-input): Just make it when
2255 comint-use-prompt regexp is nil (default) and with the mouse.
2256 (comint-copy-old-input): Reinstate from 2004-06-23.
2257 (comint-mode-map): Bind C-c C-m to it.
2258
2259 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2260
2261 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2262 Remove spurious move to point-max (new comint behavior fixes).
2263
2264 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2265 compatibility function (Emacs 18/19).
2266 (idlwave-is-continuation-line): Always return point at start of
2267 previous non-blank continuation line.
2268 `keyword-parameters': Fix continued comment font-lock matcher.
2269 (idlwave-font-lock-fontify-region): Written, use as
2270 font-lock-fontify-region-function, to fix continued keyword
2271 fontification issues.
2272
2273 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2274
2275 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2276 (mac-service-selection, mac-service-open-file)
2277 (mac-service-open-selection, mac-service-mail-selection)
2278 (mac-service-mail-to, mac-service-insert-text): Rename from
2279 mac-services-*. All uses changed.
2280 (mac-apple-event-map): Rename event symbol `services' to `service'.
2281
2282 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2283
2284 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2285 (ewoc--node-enter-first, ewoc--node-enter-last)
2286 (ewoc--delete-node-internal): Merge funcs into unique callers.
2287
2288 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2289
2290 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2291 return value of read-from-minibuffer for empty input.
2292
2293 2006-05-09 Miles Bader <miles@gnu.org>
2294
2295 * comint.el (comint-insert-input): Remove redundant calls to setq
2296 and goto-char.
2297
2298 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2299
2300 * comint.el (comint-insert-input): Make it work when
2301 comint-use-prompt-regexp is t.
2302
2303 2006-05-10 Miles Bader <miles@gnu.org>
2304
2305 * subr.el (field-at-pos): New function.
2306
2307 * comint.el (comint-insert-input): Use it.
2308
2309 2006-05-09 Juri Linkov <juri@jurta.org>
2310
2311 * battery.el (battery-linux-proc-acpi): Also try
2312 `/proc/acpi/thermal_zone/THR2/temperature'.
2313
2314 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2315 for now unused lambda `string-or-null'.
2316
2317 * add-log.el (change-log-default-name): Put `string-or-null-p'
2318 instead of lambda on `safe-local-variable' property.
2319
2320 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2321 `region-end' instead of `mark' and `point'.
2322 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2323 Operate on region in Transient Mark mode when the mark is active.
2324 Use `region-beginning' and `region-end' instead of `mark' and
2325 `point'.
2326 (diff-hunk-text, diff-goto-source): Doc fix.
2327
2328 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2329 face `mode-line-buffer-id' for mode-line buffer face instead of
2330 hard-coded `(:weight bold)'.
2331
2332 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2333 buffer-undo-list to t (undo-ask is reproducible by visiting
2334 nested archives).
2335
2336 2006-05-09 Kim F. Storm <storm@cua.dk>
2337
2338 * progmodes/grep.el (rgrep): Set default directory of *grep*
2339 buffer if we start M-x rgrep in the *grep* buffer and choose
2340 a different base directory.
2341
2342 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2343
2344 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2345 completion also when ido is loaded.
2346
2347 2006-05-09 Masatake YAMATO <jet@gyve.org>
2348
2349 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2350 "warning" and "import".
2351 (cpp-font-lock-keywords): Added "warning".
2352
2353 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2354
2355 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2356
2357 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2358
2359 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2360 pages at a time, if we signal the end, we should indeed reach that end.
2361
2362 2006-05-08 David Reitter <david.reitter@gmail.com>
2363
2364 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2365 output during execution of the body.
2366
2367 2006-05-08 Kim F. Storm <storm@cua.dk>
2368
2369 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2370
2371 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2372
2373 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2374 Use with-current-buffer.
2375
2376 2006-05-07 Kim F. Storm <storm@cua.dk>
2377
2378 * subr.el (add-to-history): Remove keep-dups arg.
2379
2380 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2381 to nil around call to add-to-history.
2382
2383 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2384
2385 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2386 than after a buffer modification.
2387
2388 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2389
2390 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2391 call to...
2392 (gud-watch): ...here so speedbar is raised for already watched
2393 expressions.
2394 (gdb-speedbar-refresh): Delete function.
2395 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2396 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2397 earlier change).
2398 (gdb-var-evaluate-expression-handler)
2399 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2400
2401 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2402 Update localized contents for all buffers except ignored modes.
2403
2404 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2405
2406 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2407 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2408 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2409 (mac-handle-font-panel-closed, mac-handle-font-selection):
2410 New functions.
2411 (mac-font-panel-mode): New minor mode.
2412 (mac-apple-event-map): Add bindings for toolbar toggle button and
2413 font panel.
2414 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2415
2416 2006-05-07 John Paul Wallington <jpw@pobox.com>
2417
2418 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2419 Avoid `regexp-opt'; simplify regexp for readability.
2420
2421 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2422
2423 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2424 * files.el (buffer-stale-function):
2425 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2426 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2427 links to the main manual, not to emacs-xtra.
2428
2429 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2430
2431 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2432 MacJapanese if text is ASCII-only.
2433
2434 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2435
2436 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2437 unless so nil isn't returned.
2438 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2439
2440 2006-05-06 Kim F. Storm <storm@cua.dk>
2441
2442 * subr.el (add-to-history): New function.
2443
2444 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2445 (ediff-merge-files-with-ancestor):
2446 * env.el (setenv):
2447 * isearch.el (isearch-update-ring):
2448 * server.el (server-visit-files):
2449 * progmodes/grep.el (lgrep, rgrep):
2450 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2451 * progmodes/xscheme.el (xscheme-insert-expression):
2452 Use add-to-history.
2453
2454 * kmacro.el (kmacro-push-ring): Use add-to-history.
2455 (kmacro-ring-length): Remove unused defun.
2456 (kmacro-start-macro): Use kmacro-push-ring.
2457
2458 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2459
2460 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2461 directly instead of a lambda expression that calls it.
2462
2463 2006-05-06 Kim F. Storm <storm@cua.dk>
2464
2465 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2466 instead of compute-motion.
2467
2468 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2469
2470 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2471 change.
2472
2473 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2474
2475 * startup.el (command-line-1): Refer to "Pure Storage" on
2476 pure-space-overflow.
2477
2478 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2479
2480 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2481 provided faces once they all have been used up.
2482
2483 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2484
2485 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2486 reference to the Lisp manual to the warning about pure space
2487 overflow.
2488
2489 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2490
2491 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2492 argument to avoid the call to `ispell-internal-change-dictionary'
2493 when not needed.
2494 (ispell-change-dictionary): Use this argument and call
2495 `ispell-internal-change-dictionary' after the possible change
2496 to `ispell-local-dictionary'.
2497 (ispell-internal-change-dictionary): Check for a change in
2498 personal dictionary use too.
2499
2500 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2501
2502 * startup.el (command-line): On MS-Windows, probe "~", not
2503 "~USER", for warning about non-existent home directory
2504
2505 * arc-mode.el (archive-l-e): New optional argument `float' means
2506 generate a float value.
2507 (archive-arc-summarize, archive-lzh-summarize)
2508 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2509 with 3rd argument non-nil when file's size is being computed.
2510 Format the file sizes with %8.0f instead of %8d.
2511
2512 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2513
2514 * cus-start.el (all): Add mac-dnd-known-types.
2515
2516 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2517 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2518 (mac-TIFF-to-string): New functions.
2519 (x-get-selection, x-selection-value)
2520 (mac-select-convert-to-string): Use them.
2521 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2522 (mac-dnd-types-alist): New customization variable.
2523 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2524 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2525 (mac-dnd-handle-drag-n-drop-event): New functions.
2526 (mac-drag-n-drop): Remove function.
2527 (global-map): Bind drag-n-drop and M-drag-n-drop to
2528 mac-dnd-handle-drag-n-drop-event.
2529
2530 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2531
2532 * progmodes/perl-mode.el (perl-beginning-of-function):
2533 Skip anonymous subs.
2534
2535 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2536
2537 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2538 regexp-opt at run time.
2539
2540 * term.el (term-handle-ansi-escape): Fix off by one error.
2541
2542 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2543
2544 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2545 (gdb-init-1, gdb-post-prompt): ...and references to it.
2546 (gdb-frame-handler): Strip directory name from filename if present.
2547
2548 * progmodes/gud.el (gdb-force-update): Delete defvar
2549 (gud-speedbar-buttons): ...and references to it. Use window-start
2550 to try to keep positon in watch expression.
2551
2552 2006-05-03 Richard Stallman <rms@gnu.org>
2553
2554 * simple.el (next-history-element, previous-history-element): Doc fix.
2555
2556 * isearch.el (isearch-update-ring): Doc fix.
2557
2558 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2559
2560 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2561 into consideration. Replace one arm ifs with whens.
2562
2563 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2564
2565 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2566 (menu): Fix typo.
2567
2568 2006-05-02 Miles Bader <miles@gnu.org>
2569
2570 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2571
2572 2006-05-02 Jay Belanger <belanger@truman.edu>
2573
2574 * calc/calc-embed.el (calc-override-minor-modes-map)
2575 (calc-override-minor-modes): New variables.
2576 (calc-do-embedded): Make sure that Calc keystrokes aren't
2577 overwritten by minor modes.
2578
2579 2006-05-02 Chong Yidong <cyd@mit.edu>
2580
2581 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2582
2583 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2584
2585 * startup.el (command-line-1): Refer to Lisp manual when
2586 pure-space-overflow occurs.
2587
2588 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2589 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2590 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2591 (version-control): Don't use `t' for safe-local-variable declarations.
2592
2593 2006-05-01 Richard Stallman <rms@gnu.org>
2594
2595 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2596 M-r, M-R, M-A, M-SPC or M-DEL.
2597 (diff-mode-map): diff-refine-hunk now on C-c C-w
2598 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2599
2600 * help-mode.el (help-mode): view-exit-action calls delete-window
2601 only when it is safe and possible.
2602
2603 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2604 in messages.
2605
2606 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2607
2608 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2609 in the default tool-bar-map.
2610
2611 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2612
2613 * net/tramp.el (tramp-completion-file-name-handler-alist)
2614 (tramp-run-real-handler, tramp-completion-run-real-handler)
2615 (tramp-completion-handle-file-name-all-completions)
2616 (tramp-completion-handle-file-name-completion): Autoload them.
2617 (tramp-completion-handle-file-exists-p)
2618 (tramp-completion-handle-file-name-directory)
2619 (tramp-completion-handle-file-name-nondirectory)
2620 (tramp-completion-handle-expand-file-name): Remove them.
2621 (tramp-handle-file-name-directory): Return the real directory name.
2622 Returning "/" only doesn't need to be necessary any longer.
2623 (tramp-file-name-handler): Make special attention when in hostname
2624 completion mode.
2625 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2626 (tramp-register-file-name-handlers):
2627 Register `tramp-completion-file-name-handler' only when
2628 `partial-completion-mode' is enabled.
2629 (tramp-completion-handle-file-name-all-completions):
2630 Delete directory part from results.
2631 (tramp-get-completion-methods, tramp-get-completion-user-host):
2632 Discard deleting "/", it doesn't work after the change of
2633 `tramp-handle-file-name-directory' above.
2634
2635 2006-05-01 Kim F. Storm <storm@cua.dk>
2636
2637 * progmodes/grep.el (grep-expand-template): Use save-match-data
2638 and symbol-value.
2639
2640 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2641
2642 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2643 Use select-frame-set-input-focus instead of raise-frame.
2644 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2645
2646 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * progmodes/gud.el (gud-def): Add %c case.
2649 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2650 (gud-format-command): Make match case sensitive. Match on %F.
2651
2652 2006-04-30 Glenn Morris <rgm@gnu.org>
2653
2654 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2655 (cal-tex-preamble): Use cal-tex-preamble-extra.
2656 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2657 than alias `list-diary-entries'.
2658
2659 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2660
2661 * help-fns.el (describe-variable): Add info about safe local variables.
2662
2663 2006-04-29 Richard Stallman <rms@gnu.org>
2664
2665 * bindings.el (mode-line-format): help-echo doc fixes.
2666
2667 * net/tramp.el (tramp-file-name-handler-alist): Delete
2668 expand-file-name and other operations that can cause spurious loading.
2669
2670 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * files.el (safe-local-variable-p): Remove support for the special
2673 value t.
2674
2675 * textmodes/paragraphs.el (sentence-end-without-space):
2676 Fix safety predicate.
2677 (sentence-end-double-space, sentence-end-without-period)
2678 (paragraph-ignore-fill-prefix):
2679 * textmodes/fill.el (colon-double-space):
2680 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2681
2682 * subr.el (booleanp): New fun.
2683
2684 * textmodes/reftex-vars.el (reftex-guess-label-type):
2685 Tighten the safety predicate.
2686
2687 2006-04-28 Kim F. Storm <storm@cua.dk>
2688
2689 * progmodes/grep.el (defgroup grep): Doc fix.
2690 (grep-auto-highlight): Remove.
2691 (grep-template): New defcustom.
2692 (grep-find-template): Rename from grep-tree-template.
2693 (grep-files-aliases): Rename from grep-tree-files-aliases.
2694 Remove "all" alias, add "l" alias.
2695 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2696 (grep-find-ignored-directories): New defcustom to replace
2697 grep-tree-ignore-CVS-directories, to facilitate ignoring
2698 subdirectories for multiple version control systems.
2699 (grep-mode-map): Add Recursive grep item to GREP menu.
2700 (grep-regexp-history, grep-files-history): New defvars.
2701 (grep-probe): New helper function.
2702 (grep-compute-defaults): Use it to simplify code.
2703 Adapt to name changes.
2704 Use `.' as base in grep-find-template rather than <D>.
2705 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2706 Call grep-compute-defaults unconditionally.
2707 (grep-expand-keywords): New defconst.
2708 (grep-expand-template): Rename from grep-expand-command-macros.
2709 Simplify via grep-expand-keywords. Look at case-fold-search instead
2710 of grep-tree-ignore-case to add -i option.
2711 Bind case-fold-search to nil while matching keywords.
2712 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2713 (grep-read-regexp, grep-read-files): New helper functions.
2714 (rgrep): Rename from grep-tree. Rework to use proper histories.
2715 Adapt to changes in defcustoms and functions above.
2716 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2717
2718 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2719
2720 * net/tramp.el (tramp-completion-file-name-handler):
2721 Disable Tramp's functionality while loading Tramp itself.
2722 (tramp-register-file-name-handlers): That's a defsubst now.
2723 Code from `tramp-repair-jka-compr' moved here. Apply it via
2724 `after-init-hook'.
2725 (tramp-repair-jka-compr): Remove.
2726
2727 2006-04-27 Jay Belanger <belanger@truman.edu>
2728
2729 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2730 read expression when `math-read-big-expr' doesn't work.
2731
2732 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2733
2734 * startup.el (command-line-1): Display warning when
2735 pure-space-overflow is non-nil.
2736
2737 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2738
2739 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2740 risky.
2741
2742 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2743
2744 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2745 Return the URL or nil if none can be generated.
2746
2747 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2748
2749 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2750 byte compiler warnings.
2751 (gud-basic-call, gud-find-expr): Let user select an expression
2752 for printing. Print expression as well as value in GUD buffer.
2753
2754 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2755
2756 * allout.el: Remove local autoload declaration for
2757 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2758 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2759 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2760 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2761 (allout-stylish-prefixes, allout-numbered-bullet)
2762 (allout-file-xref-bullet, allout-presentation-padding)
2763 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2764 safe-local-variable with suitable value spec, and add autoload
2765 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2766 (move-beginning-of-line, move-end-of-line): Repair so these compat
2767 functions now actually resituate the point, when appropriate.
2768
2769 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2772
2773 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2774 (add-log-iso8601-time-string): Fix call to format-time-string.
2775
2776 2006-04-26 Kim F. Storm <storm@cua.dk>
2777
2778 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2779
2780 2006-04-26 Masatake YAMATO <jet@gyve.org>
2781
2782 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2783 Add support for "//" style comments. Remove `b' flag
2784 from ?* in `asm-mode-syntax-table'.
2785
2786 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * follow.el: Use (featurep 'xemacs) everywhere.
2789 (follow-mode): Use define-minor-mode.
2790 (follow-mode-map): Move initialization into the declaration.
2791 Use command remapping.
2792 (follow-emacs-version-xemacs-p): Remove.
2793 (follow-submit-feedback): Remove.
2794
2795 * allout.el (allout-layout, allout-passphrase-verifier-string)
2796 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2797
2798 * textmodes/reftex-vars.el (reftex-vref-is-default)
2799 (reftex-fref-is-default, reftex-guess-label-type):
2800 Tighten up a bit the safety predicate.
2801
2802 * textmodes/paragraphs.el (sentence-end-double-space)
2803 (sentence-end-without-period, sentence-end-without-space)
2804 (page-delimiter, paragraph-ignore-fill-prefix):
2805 Tighten up a bit the safety predicate.
2806
2807 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2808
2809 * progmodes/python.el (python-continuation-line-p)
2810 (python-beginning-of-statement): syntax-ppss may return
2811 a negative depth.
2812 (python-mode): Don't forcefully enable font-lock.
2813
2814 * time-stamp.el (time-stamp-start, time-stamp-end)
2815 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2816
2817 * add-log.el: Remove spurious * in docstrings.
2818 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2819 (add-change-log-entry): Use it here, since it's not specific
2820 to iso8601.
2821 (add-log-iso8601-time-string): Don't use it here any more.
2822 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2823
2824 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2825
2826 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2827
2828 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2829 (rcirc-toggle-low-priority): Doc fix.
2830 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2831 ChanServ regexp.
2832 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2833 #emacs.
2834 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2835 (rcirc-decode-coding-system): Use utf-8 as the default.
2836 (rcirc-multiline-minor-mode): Set the fill-column.
2837 (rcirc-format-response-string): Display bright and dim nicks.
2838 (rcirc-browse-url): Update interactive spec to fill ARG.
2839 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2840 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2841
2842 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2843
2844 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2845 case for @Article, etc.
2846
2847 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2848
2849 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2850 Added with autoload cookie.
2851 (tramp-unload-file-name-handlers): Rename from
2852 `tramp-unload-file-name-handler-alist'.
2853
2854 2006-04-23 Romain Francoise <romain@orebokech.com>
2855
2856 * comint.el (comint-match-partial-filename): Doc fix.
2857
2858 2006-04-21 Glenn Morris <rgm@gnu.org>
2859
2860 * calendar/cal-menu.el (calendar-mode-map): Refer to
2861 `diary-view-entries' rather than alias `view-diary-entries'.
2862 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2863
2864 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2865
2866 * progmodes/antlr-mode.el (antlr-default):
2867 * cus-edit.el (custom-documentation):
2868 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2869 in defface.
2870
2871 2006-04-21 Kim F. Storm <storm@cua.dk>
2872
2873 * image.el (image-type): New defun split out of create-image.
2874 (create-image): Use it.
2875
2876 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2877
2878 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2879 (org-open-at-point): Remove the "...done" message to keep output
2880 in the echo area visible.
2881 (org-export-as-xoxo): Fix call to `indent-region'.
2882
2883 2006-04-21 Kevin Ryde <user42@zip.com.au>
2884
2885 * international/mule.el (keyboard-coding-system): defcustom
2886 info-link fixes: "Specify Coding" has been split, keyboard now in
2887 "Terminal Coding", and "Single-Byte Character Support" is now
2888 "Unibyte Mode".
2889
2890 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2891
2892 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2893 Use font-lock-warning-face for any errors e.g. no stack.
2894 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2895
2896 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2897
2898 * progmodes/sh-script.el (sh-shell): Mark as safe.
2899
2900 * newcomment.el (comment-start, comment-start-skip)
2901 (comment-end-skip, comment-end): Mark as safe.
2902
2903 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2904
2905 * textmodes/org.el (org-deadline-announce): Face removed.
2906 (org-level-faces, org-n-levels): Convert to constant.
2907 (org-compatible-face): New function.
2908 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2909 (org-level-5, org-level-6, org-level-7, org-level-8)
2910 (org-special-keyword, org-warning, org-headline-done, org-link)
2911 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2912 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2913 Face definition revised for better color tty support.
2914 (org-bold-re, org-italic-re, org-underline-re): New constants.
2915 (org-set-font-lock-defaults): Use the new constants.
2916 (org-agenda-highlight-todo): New function.
2917 (org-agenda-todo): Fix bug with point at end of line.
2918 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2919 Fontify TODO keywords.
2920 (org-insert-link): Preserve relative path in ../ links.
2921 (org-export-as-html): Convert links pointing to .org files into
2922 links that will work beteen the exported HTML files.
2923 (org-todo-list): Fix bug when arg=0.
2924 (org-insert-heading): More fine-tuning.
2925
2926 2006-04-19 Romain Francoise <romain@orebokech.com>
2927
2928 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2929 from `rmail-mime-charset-pattern'.
2930
2931 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2932
2933 * progmodes/python.el (python-mode): Fix typo.
2934
2935 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2936
2937 * comint.el (comint-previous-input): Don't clobber input line
2938 when moving off either end of the input history ring.
2939 (comint-delete-input): New function, used by
2940 `comint-previous-input' and others.
2941 (comint-previous-matching-input):
2942 Use `coming-delete-input'. Save the partial input if leaving the
2943 edit line. Goto point-max before deleting input to avoid
2944 partial input fragments hanging around.
2945 (comint-restore-input): New function, used by `comint-previous-input'.
2946
2947 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2948
2949 * imenu.el (imenu--index-alist): Balance parentheses.
2950
2951 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2952
2953 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2954
2955 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2956
2957 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2958 file is nil.
2959
2960 2006-04-18 Richard Stallman <rms@gnu.org>
2961
2962 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2963
2964 * imenu.el (imenu-create-index-function, imenu--index-alist)
2965 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2966 (imenu-default-create-index-function, imenu--generic-function):
2967 Doc fixes.
2968
2969 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2970
2971 * help-mode.el (help-mode): Set view-exit-action to delete window.
2972
2973 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2974 now works by passing nil as arg.
2975
2976 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2977
2978 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2979 (read-abbrev-file): Provide default when reading filename.
2980
2981 * files.el (enable-local-variables): Allow :all as value.
2982 (hack-local-variables): Implement that value.
2983 (safe-local-variable-values, safe-local-eval-forms)
2984 (enable-local-variables): Mark as risky.
2985 (find-file-visit-truename, kept-old-versions): Mark safe.
2986
2987 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2988 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2989 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2990
2991 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2992
2993 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2994 Use forward-line so as to get to BOL even in the presence of fields.
2995 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2996 in return.
2997 (inferior-tcl): Tell tclsh to work in interactive mode.
2998
2999 * complete.el (partial-completion-mode):
3000 Use 'choose-completion-string-functions to make sure that
3001 choose-completion fills the minibuffer properly.
3002
3003 * complete.el (PC-old-read-file-name-internal): Remove.
3004 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3005 of read-file-name-internal.
3006 (partial-completion-mode): Enable/disable this advice.
3007
3008 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3009
3010 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3011 of 2006-04-17.
3012
3013 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3014
3015 * textmodes/org.el (org-insert-heading): Insert heading before
3016 current if at beginning of line.
3017 (org-todo, org-date): New faces.
3018 (org-table-align): Make sure tooltip window contains full text.
3019 (org-no-properties): New defsubst.
3020 (org-set-font-lock-defaults): Use new faces.
3021
3022 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3023
3024 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3025 for root variables.
3026
3027 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3028 (gdb-frame-address): Re-use to identify frame for watch expression.
3029 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3030 variables.
3031 (gdb-init-1, gdb-source, gdb-post-prompt)
3032 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3033 (gdb-frame-handler): Get gdb-frame-address.
3034
3035 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3036
3037 Sync with Tramp 2.0.53.
3038
3039 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3040 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3041 (tramp-completion-file-name-handler): Add autoload cookie for
3042 adding to `file-name-handler-alist'.
3043
3044 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3045 the prompt. If it returns earlier (when detecting an error
3046 message), the rest of the output will merge accidently with the
3047 output of the next command. Reported by M Jared Finder
3048 <jared@hpalace.com>.
3049
3050 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3051 for `process-file', in order to let it work for older Emacsen too.
3052
3053 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3054
3055 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3056 (tex-font-lock-keywords-3): Use it.
3057
3058 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3059
3060 * newcomment.el (comment-add): New function.
3061 (comment-region-default, comment-dwim): Use it.
3062
3063 2006-04-15 Michael Olson <mwolson@gnu.org>
3064
3065 * emacs-lisp/tq.el: Improve comments.
3066 (tq-queue-head-question): New accessor function.
3067 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3068 Update for modified queue structure.
3069 (tq-queue-add): Accept `question' argument.
3070 (tq-queue-pop): If a question is pending, send it.
3071 (tq-enqueue): Accept new optional argument `delay-question'.
3072 If this is non-nil, and at least one other question is pending a
3073 response, queue the question rather than sending it immediately.
3074
3075 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3076
3077 * calendar/appt.el (appt-add): Check whether an appointment is
3078 already present in appt-time-msg-list. Simplify code.
3079
3080 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3081
3082 * progmodes/cc-langs.el (c-mode-menu):
3083 Don't presume c-subword-mode is bound.
3084
3085 2006-04-13 Bill Wohler <wohler@newt.com>
3086
3087 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3088 (customize-package-emacs-version): Use cdr instead of cadr now
3089 that alists use dotted pairs.
3090
3091 * custom.el (defcustom): Fix docstring for :package-version.
3092
3093 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3094
3095 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3096 (tramp-handle-shell-command): Display output buffer only when
3097 `tramp-display-shell-command-buffer' is true.
3098 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3099
3100 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3101
3102 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3103 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3104
3105 2006-04-13 Romain Francoise <romain@orebokech.com>
3106
3107 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3108 leaving temporary .cvsignore buffers behind.
3109
3110 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3111
3112 * textmodes/org.el (org-set-regexps-and-options)
3113 (org-get-current-options): Better names for the startup folding
3114 options.
3115
3116 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3117
3118 * vc.el (vc-annotate): Arrange for point to end up at the same
3119 line number as in the original, but only when using a new buffer.
3120
3121 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3122
3123 * files.el (hack-one-local-variable-eval-safep):
3124 Recognize `edebug-form-spec' for `put', but only if it passes
3125 `edebug-basic-spec'. Generalize `put' handling.
3126
3127 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3128 vetting file-local form specs.
3129
3130 * allout.el (allout-layout): Autoload its `safe-local-variable'
3131 property.
3132
3133 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3134
3135 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3136 (org-agenda-mouse-1-follows-link)
3137 (org-mouse-1-follows-link): New options.
3138 (org-format-agenda-item): Fix bug if TAGS is nil.
3139 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3140
3141 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3142
3143 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3144 GDB 6.1+ gives full filename for "info sources" so use
3145 file-name-nondirectory.
3146
3147 2006-04-12 Romain Francoise <romain@orebokech.com>
3148
3149 * subr.el (read-passwd): Bind `message-log-max' to nil.
3150
3151 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3152
3153 * progmodes/perl-mode.el (perl-indent-new-calculate):
3154 Recompute parse-start after jumping backward by a whole sexp.
3155
3156 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3157
3158 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3159 window configuration.
3160 (vc-annotate-display-select): Select the buffer so that current-buffer
3161 (and selected-window) is the output buffer at the end of vc-annotate.
3162
3163 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3164
3165 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3166 8-color terminals, to use all of the colors in a sensible order.
3167 256-color terminals work well with the standard map.
3168 (vc-annotate-lines): Only strip the first color character if it
3169 is "#", to allow for terminal-style named colors.
3170 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3171 the correct buffer is scrolled.
3172
3173 2006-04-11 Richard Stallman <rms@gnu.org>
3174
3175 * emacs-lisp/bytecomp.el (byte-compile-file):
3176 Bind enable-local-variables to :safe, and make normal-mode obey it.
3177
3178 * files.el (enable-local-variables): Allow value :safe.
3179 (normal-mode): Doc fix.
3180 (hack-local-variables): Implement enable-local-variables = :safe.
3181 (hack-local-variables-confirm): Don't prevent quitting.
3182
3183 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3184
3185 * loadhist.el (unload-feature): A bit of sanity check of
3186 load-history entries. Cancel timer-vars before unbinding them.
3187
3188 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3189 quote special chars, and make the trick work on the hex part of the
3190 buffer as well.
3191 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3192 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3193
3194 * startup.el (normal-splash-screen): Fix last change so we don't wait
3195 2 minutes if we don't show the splash screen.
3196
3197 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3198
3199 * textmodes/org.el (org-export-plain-list-max-depth)
3200 (org-table-spaces-around-separators)
3201 (org-radio-targets, org-activate-camels)
3202 (org-table-spaces-around-invisible-separators): Options removed.
3203 (org-time-stamp-rounding-minutes, org-remember-templates)
3204 (org-ellipsis, org-activate-links, org-descriptive-links):
3205 New options.
3206 (org-remember-apply-template, org-current-time)
3207 (org-finish-edit-table-field)
3208 (org-link-unescape, org-link-escape)
3209 (org-string-width, org-table-clean-line, org-html-do-expand)
3210 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3211 (org-read-agenda-file-list): New functions.
3212 (org-table-edit-field)
3213 (org-table-create-or-convert-from-region): New commands
3214 (org-table-toggle-vline-visibility): Command removed.
3215 (org-table-convert-region): Made a command.
3216 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3217 Replace with the normal org- functions.
3218 (org-self-insert-command): Don't trigger realign unnecessarily
3219 when blanking a field that is not full.
3220 (org-mode): `Set buffer-invisibility-spec' for links.
3221 (org-activate-links2): Hide link part and only show descriptive
3222 part of the link.
3223 (org-insert-link): Modify for new linking system.
3224 (org-store-link): Store description separately, for use by
3225 `org-insert-link'.
3226 (org-table-align): Use `org-string-width'.
3227 (defgroup): Completely new group structure for custom variables.
3228 (org-agenda-files): Option: Single file name allowed. Function:
3229 Optional argument unrestrited means ignore any restricitons.
3230 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3231 trying to modify the menu. Use generalized access to
3232 `org-agenda-files.'
3233 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3234 (org-agenda-file-to-front, org-remove-file, org-diary)
3235 (org-tags-view, org-export-icalendar-all-agenda-files)
3236 (org-export-icalendar-combine-agenda-files): Use generalized
3237 access to `org-agenda-files'.
3238 (org-remember-handler): Correctly preserve heading if present.
3239 (org-table-insert-row, org-table-insert-hline): Deal with
3240 invisible characters.
3241
3242 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3243
3244 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3245 (vc-annotate-color-map): New 18 element constant
3246 value/saturation, rotating hue colormap, from red->blue.
3247 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3248 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3249 (vc-annotate): To avoid killing the required local variables,
3250 set them before the end of `with-output-to-temp-buffer', and
3251 after first switching to annotate-mode.
3252 (vc-annotate-warp-version): Add buffer argument in goto-line to
3253 ensure annotation, not source, is scrolled.
3254
3255 2006-04-10 Bill Wohler <wohler@newt.com>
3256
3257 * custom.el (defcustom, custom-handle-keyword):
3258 Add :package-version keyword.
3259 (custom-add-package-version): New function. Sets value of new
3260 property 'custom-package-version from :package-version keyword.
3261 (defcustom): Create Common Keywords section in docstring.
3262 (defface, defgroup): Replace definitions of a select few keywords
3263 with a reference to the Common Keywords in defcustom.
3264 (defcustom, defface, defgroup): Replace reference to Customization
3265 chapter in manual with hyperlink.
3266
3267 * cus-edit.el (customize-package-emacs-version-alist):
3268 New variable.
3269 (customize-changed-options): Add check for custom-package-version.
3270 (customize-package-emacs-version): New function to look up Emacs
3271 version corresponding to the given package version.
3272
3273 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3274 defun name, in similar fashion to find-variable-regexp.
3275
3276 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3277
3278 * international/mule-cmds.el (set-locale-environment): Fix last
3279 change for when the locale's preferences don't specify any encoding.
3280
3281 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3282
3283 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3284 so the defined var/fun doesn't need to be quoted.
3285
3286 2006-04-10 Richard Stallman <rms@gnu.org>
3287
3288 * finder.el (finder-mode-map): Add n and p bindings.
3289
3290 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3291
3292 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3293 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3294 (gdb-setup-windows): Put something in source window if we can't find
3295 the source file.
3296 (gdb-frame-handler): Make it work again with just assembly.
3297 (gdb-data-list-register-values-handler): Make it work when there is
3298 no stack.
3299
3300 2006-04-09 Richard Stallman <rms@gnu.org>
3301
3302 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3303 specs while looking for charset.
3304
3305 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3306
3307 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3308 Make them faces.
3309 (lm-font-lock-keywords): Update appropriately.
3310
3311 2006-04-10 Kim F. Storm <storm@cua.dk>
3312
3313 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3314 it can also replace buffer-substring-no-properties.
3315
3316 * emulation/cua-base.el (cua-delete-region, cua-paste)
3317 (cua-repeat-replace-region): Use filter-buffer-substring.
3318
3319 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3320 (cua-cut-region-to-global-mark): Likewise.
3321
3322 * emulation/cua-rect.el (cua--extract-rectangle)
3323 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3324
3325 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3326
3327 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3328 entry-type. Add field delimiters to numerical fields if they are
3329 not present.
3330
3331 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3332
3333 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3334 string-const to return value.
3335 (bibtex-remove-delimiters): Use it.
3336
3337 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3340 cl-byte-compile-compiler-macro unless it exists.
3341
3342 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3343
3344 * files.el (hack-local-variables-confirm) <offer-save>:
3345 Clarify message text. Suggested by Ralf Angeli.
3346
3347 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3348
3349 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3350 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3351 instead of `buffer-substring' and `delete-region'. (Most of the
3352 code actually copied from `kill-region'.)
3353
3354 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3355
3356 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3357 (rcirc-default-port): Rename from rcirc-port.
3358 (rcirc-default-nick): Rename from rcirc-nick.
3359 (rcirc-default-user-name): Rename from rcirc-user-name.
3360 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3361 (rcirc-low-priority-flag): New variable.
3362 (rcirc-decode-coding-system): New defcustom.
3363 (rcirc-encode-coding-system): New defcustom.
3364 (rcirc-coding-system-alist): New defcustom.
3365 (rcirc-multiline-major-mode): New defcustom.
3366 (rcirc-nick): New internal variable.
3367 (rcirc-process): Remove variable.
3368 (rcirc-server-buffer): New variable.
3369 (rcirc): Update to use rcirc-default-* variables above.
3370 (rcirc-connect): Do not add window-configuration-hook-here.
3371 (rcirc-server): New internal variable.
3372 (rcirc-connect): Do not send keepalive pings if
3373 rcirc-keepalive-seconds is nil.
3374 (with-rcirc-server-buffer): New macro.
3375 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3376 (rcirc-server-name): Rename from rcirc-server.
3377 (rcirc-buffer-process): New function.
3378 (rcirc-buffer-nick): New function.
3379 (rcirc-buffer-target): Remove function.
3380 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3381 New commands.
3382 (rcirc-mode-map): Change binding of C-c C-l to
3383 rcirc-toggle-low-priority.
3384 (rcirc-mode): Initialize coding system based on
3385 rcirc-coding-system-alist. New change-major-mode-hook to part the
3386 channel on a mode change. Make kill-buffer-hook buffer-local.
3387 (rcirc-change-major-mode-hook): New function.
3388 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3389 (rcirc-last-post-time): New variable.
3390 (rcirc-process-message): Store the last time user posted a message
3391 to this target.
3392 (rcirc-multiline-minor-mode): New mode.
3393 (rcirc-multiline-minor-mode-map): New mode map.
3394 (rcirc-edit-multiline): Put multiline-edit buffer in
3395 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3396 (rcirc-print): Ignore any line starting with an ignored nick.
3397 (rcirc-print): Decode using rcirc-decode-coding-system.
3398 (rcirc-track-minor-mode): Update global-mode-string when disabling
3399 this mode.
3400 (minor-mode-alist): Add LowPri indicator.
3401 (rcirc-toggle-low-priority): New function.
3402 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3403 next lowpriority buffer with activity.
3404 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3405 last time the user posted a message in to the target.
3406 (rcirc-update-activity-string): New formatting for low priority
3407 buffers.
3408 (rcirc-split-activity): New function.
3409 (rcirc-handler-PART, rcirc-handler-KICK)
3410 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3411 (rcirc-nick-away-alist): New variable.
3412 (rcirc-handler-301): New handler. Away messages are printed once
3413 per change.
3414
3415 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3416
3417 * info.el (Info-follow-nearest-node): Doc fix.
3418
3419 * international/mule-cmds.el (set-locale-environment): Make sure
3420 the coding-system preferred by the locale's language has the same
3421 EOL conversion type as the original buffer-file-coding-system.
3422 (locale-language-names): Add a few MS Windows language codes.
3423
3424 2006-04-07 Richard Stallman <rms@gnu.org>
3425
3426 * simple.el (eval-expression): Doc fix.
3427
3428 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3429 (eval-defun): Doc fixes.
3430
3431 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3432
3433 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3434
3435 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3438 GDB list command without argument for greater generality.
3439
3440 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3441
3442 * subr.el (string-or-null-p): New function.
3443
3444 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3445
3446 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3447
3448 * files.el: Update comment about safe-local-variable declarations.
3449
3450 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3451
3452 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3453 See idlwave.org.
3454
3455 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3456 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3457
3458 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3459 See idlwave.org.
3460
3461 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3462 version 6.0 (minimal changes). See idlwave.org.
3463
3464 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3465 6.0 (minimal changes). See idlwave.org.
3466
3467 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3468
3469 2006-04-06 Romain Francoise <romain@orebokech.com>
3470
3471 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3472 symmetric encryption features and a new asynchronous interface to
3473 GnuPG. This new version is version 1.4, plus whitespace changes.
3474
3475 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3476
3477 * files.el: Move some `safe-local-variable' declarations to the
3478 respective files.
3479
3480 * textmodes/ispell.el (ispell-check-comments)
3481 (ispell-local-dictionary): Mark as safe.
3482
3483 * abbrev.el (abbrev-mode): Mark as safe.
3484
3485 * add-log.el (change-log-default-name): Mark as safe.
3486
3487 * textmodes/reftex-vars.el (reftex-vref-is-default)
3488 (reftex-fref-is-default, reftex-level-indent)
3489 (reftex-guess-label-type): Mark as safe.
3490
3491 * textmodes/fill.el (colon-double-space): Mark as safe.
3492
3493 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3494 (sentence-end-double-space, sentence-end-without-period)
3495 (sentence-end-without-space, sentence-end, sentence-end-base)
3496 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3497
3498 2006-04-06 Kim F. Storm <storm@cua.dk>
3499
3500 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3501 the :set-after list.
3502 (ido-downcase-unc-hosts): New user option. Default on.
3503 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3504 when it is set, as regexps are now applied on the fly.
3505 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3506 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3507 on the fly, but only when ido-process-ignore-lists is set.
3508 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3509 Only downcase names if ido-downcase-unc-hosts is set.
3510
3511 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3512
3513 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3514
3515 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3516
3517 2006-04-05 Kim F. Storm <storm@cua.dk>
3518
3519 * ido.el (ido-mode): Set after ido-unc-hosts and
3520 ido-ignore-unc-host-regexps.
3521 (ido-save-history): Save ido-unc-hosts-cache.
3522 (ido-load-history): Load ido-unc-hosts-cache.
3523 (ido-reread-directory): Refresh unc hosts cache in // dir.
3524
3525 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3526 to nil while displaying slash screen.
3527
3528 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3529
3530 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3531 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3532
3533 2006-04-05 Kenichi Handa <handa@m17n.org>
3534
3535 * international/characters.el: Setup cases of Latin, Greek, and
3536 Cyrillic characters in CJK charsets.
3537
3538 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3539
3540 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3541 default-enable-multibyte-characters. This reverts the change from
3542 revision 6.17 which is no longer necessary because the passphrase
3543 is sent separately now. GnuPG messages are unreadable under
3544 multibyte locales with default-enable-multibyte-characters set to nil.
3545
3546 2006-04-04 Andreas Schwab <schwab@suse.de>
3547
3548 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3549 and `byte-compile-warnings' as `safe-local-variable'.
3550
3551 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3552
3553 * man.el (Man-mode-map): Restore the \r binding.
3554 (Man-abstract-xref-man-page): If Man-target-string is a function,
3555 call it.
3556 (Man-highlight-references): Use Man-default-man-entry to get the
3557 target. Deal with xrefs too.
3558 (Man-highlight-references0): Don't call the target function.
3559
3560 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3561 cannot deal with it.
3562
3563 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3564
3565 * pgg-gpg.el: Clean up process buffers every time gpg processes
3566 complete.
3567
3568 2006-04-04 Kenichi Handa <handa@m17n.org>
3569
3570 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3571 here.
3572 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3573 Temporarily bind inhibit-field-text-motion to t.
3574
3575 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3576
3577 * startup.el (normal-splash-screen): Only set mode-line-format in the
3578 splash buffer, so as not to interfere when debugging the code.
3579 Ignore errors when switching buffer.
3580
3581 2006-04-03 Romain Francoise <romain@orebokech.com>
3582
3583 * dired.el (dired-dnd-protocol-alist): Fix typo.
3584
3585 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3586
3587 * savehist.el (savehist): Add :version.
3588 (savehist-ignored-variables): New variable.
3589 (savehist-minibuffer-hook): Don't save variables listed in
3590 `savehist-ignored-variables'.
3591
3592 * dired.el (dired-dnd-protocol-alist): Mention that change does
3593 only apply to new buffers in doc string.
3594
3595 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3596
3597 * recentf.el (recentf-open-files-item): Include newline in button
3598 field, so opening a file will work, when the point is at the end
3599 of the file name. Allow, for example, to [i]search a file by
3600 extension and just push RET to open it.
3601
3602 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3603
3604 * pgg-gpg.el (pgg-gpg-process-filter)
3605 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3606
3607 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3608 lines, temporary fix.
3609
3610 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3611
3612 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3613
3614 2006-04-02 Richard Stallman <rms@gnu.org>
3615
3616 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3617
3618 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3619
3620 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3621 header-mouse-map.
3622
3623 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3624 (ibuffer-mode-header-map): New keymaps.
3625 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3626 and keybindings for column headers.
3627 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3628 property.
3629
3630 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3631
3632 * speedbar.el (speedbar-after-create-hook): Doc fix.
3633
3634 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3635
3636 * shell.el (shell-directory-tracker)
3637 (shell-dynamic-complete-command): Doc fixes.
3638
3639 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3640
3641 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3642 terminals.
3643
3644 2006-04-01 Kim F. Storm <storm@cua.dk>
3645
3646 * ido.el (ido-unc-hosts-cache): New defvar.
3647 (ido-unc-hosts): If value of defcustom is a function, call it to
3648 get list of UNC hosts. Add function-item choices to specify
3649 ido-unc-hosts-net-view or user function.
3650 (ido-ignore-unc-host-regexps): New defcustom.
3651 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3652 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3653 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3654
3655 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3656
3657 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3658 wwidth.
3659
3660 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3661
3662 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3663 (ido-max-work-file-list, ido-switch-buffer)
3664 (ido-read-file-name-as-directory-commands):
3665 Fix typos in docstrings.
3666
3667 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3668
3669 * term/mac-win.el (mac-system-coding-system): Define and use after
3670 Mac-specific coding systems are ready.
3671
3672 2006-03-27 Romain Francoise <romain@orebokech.com>
3673
3674 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3675
3676 * ldefs-boot.el: Update.
3677
3678 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3679
3680 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3681 passphrases when it is not needed.
3682 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3683 passphrase stuff from gpg, should only be necessary when you use
3684 gpg with a smartcard.
3685
3686 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3687
3688 * comint.el (comint-dynamic-list-completions): Allow user to
3689 select *Completions* buffer.
3690
3691 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3692
3693 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3694
3695 2006-03-26 Andreas Schwab <schwab@suse.de>
3696
3697 * progmodes/gud.el (gdb): Only complain about multiple debugging
3698 when the gdb process is still running.
3699
3700 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3701
3702 * mail/rmail.el (tool-bar-map): Defvar it.
3703 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3704 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3705
3706 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3707
3708 * help.el (print-help-return-message): Suggest to use
3709 display-buffer instead of switch-to-buffer-other-window to restore
3710 the previous window without selecting it.
3711
3712 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3713
3714 * frame.el (select-frame-by-name): Call x-focus-frame also when
3715 window-system is mac.
3716
3717 * term/mac-win.el: Adjust Courier font specifications in
3718 x-fixed-font-alist.
3719 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3720 when directly encoding to UTF-16 in native byte order, no BOM.
3721
3722 2006-03-25 Kim F. Storm <storm@cua.dk>
3723
3724 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3725 (cua--init-keymaps): Use it instead of fixed C-return.
3726 (cua-mode): Set after it.
3727
3728 * emulation/cua-rect.el (cua--init-rectangles):
3729 Use cua-rectangle-mark-key instead of fixed C-return.
3730
3731 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3732
3733 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3734 "run" in .gdbinit.
3735 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3736
3737 2006-03-24 Romain Francoise <romain@orebokech.com>
3738
3739 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3740 `display-buffer-other-frame'.
3741
3742 2006-03-24 Kim F. Storm <storm@cua.dk>
3743
3744 * apropos.el (apropos-synonyms): Add selection => region.
3745
3746 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3747
3748 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3749 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3750 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3751 (gdb-data-list-register-values-regexp)
3752 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3753 Future proof against new fields being added to MI output.
3754 (gdb-send): Don't treat backslashes for program input as
3755 continuations.
3756 (gdb-assembler-handler): Don't use window-start for this handler.
3757 (gdb-frame-handler): Don't change to hollow arrow if overlay
3758 arrow doesn't move to new frame.
3759
3760 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3761
3762 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3763 prevent compiler warnings.
3764 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3765 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3766 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3767 buffer too.
3768
3769 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3770
3771 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3772 make-network-process, so we can use the same code in Gnus v5-10
3773 too and have this file fully synchronized with that release.
3774
3775 2006-03-23 Romain Francoise <romain@orebokech.com>
3776
3777 * ibuf-ext.el (ibuffer-read-filter-group-name):
3778 Use `ibuffer-generate-filter-groups' to make completion list match
3779 the filter groups that are really displayed in the Ibuffer buffer.
3780 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3781
3782 2006-03-23 Kenichi Handa <handa@m17n.org>
3783
3784 * international/mule-cmds.el (sort-coding-systems): Describe that
3785 the argument is modified in docstring.
3786
3787 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3788
3789 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3790 (pgg-gpg-update-agent): New function.
3791 (pgg-gpg-use-agent-p): New function.
3792 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3793 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3794 (pgg-gpg-sign-region): Use it.
3795
3796 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3797
3798 * cus-edit.el (custom-face-set): Call custom-push-theme before
3799 face-spec set so that `changed' theme is correctly saved.
3800 (custom-face-reset-standard): Reset to recalculated face rather
3801 than defface spec.
3802
3803 * custom.el (custom-push-theme): Only save `changed' theme if the
3804 current face does not match the defface specs.
3805
3806 2006-03-21 Simon Josefsson <jas@extundo.com>
3807
3808 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3809 <wilde@sha-bang.de>.
3810 (pgg-gpg-use-agent): New variable.
3811 (pgg-gpg-process-region): Use it.
3812 (pgg-gpg-encrypt-region): Likewise.
3813 (pgg-gpg-encrypt-symmetric-region): Likewise.
3814 (pgg-gpg-decrypt-region): Likewise.
3815 (pgg-gpg-sign-region): Likewise.
3816 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3817
3818 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3819
3820 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3821 bracket links.
3822
3823 2006-03-21 Kim F. Storm <storm@cua.dk>
3824
3825 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3826 fringe-indicator-alist instead of modifying global value.
3827 (gdb-frame-handler): Likewise.
3828
3829 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3830
3831 * diff-mode.el (diff-function): Make it inherit from diff-header
3832 instead of diff-context.
3833
3834 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3835 bitmap.
3836 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3837 change names in macro above for consistency.
3838 (gdb-frame-handler): Use hollow-right-triangle for all selected
3839 frames which except the innermost (where execution has stopped).
3840 (gdb-reset): Reset buffer-local values of overlay-arrow.
3841
3842 2006-03-20 Richard Stallman <rms@gnu.org>
3843
3844 * simple.el (set-mark-command): Doc fix.
3845
3846 * files.el (display-buffer-other-frame): New command.
3847 (ctl-x-4-map): Bind C-x 5 C-o to it.
3848
3849 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3850
3851 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3852 rather than just defer-time, in case defer-time has been changed but
3853 the timer isn't running yet.
3854 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3855
3856 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3857
3858 * help-mode.el (help-follow-symbol): New function.
3859 Essentially identical to the old `help-follow', but do not let
3860 `push-button' do the work when on an xref.
3861 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3862
3863 2006-03-19 Richard Stallman <rms@gnu.org>
3864
3865 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3866 preceded by the word `program'.
3867 (help-follow-mouse, help-follow): Throw error if not on xref.
3868 Delete no longer used args.
3869
3870 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3871
3872 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3873 annotation ensure gud-overlay-arrow-position is redisplayed.
3874
3875 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3876
3877 * textmodes/bibtex.el (bibtex-include-OPTkey)
3878 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3879 (bibtex-autokey-name-case-convert)
3880 (bibtex-autokey-titleword-case-convert): Make these the aliases
3881 for the following two variables.
3882 (bibtex-autokey-name-case-convert-function)
3883 (bibtex-autokey-titleword-case-convert-function): Make these the
3884 real names.
3885 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3886 bibtex-font-lock-crossref sublists.
3887 (bibtex-mode): Revert 2005-12-30 change (which made
3888 completion-ignore-case buffer-local).
3889 (bibtex-url): Simplify.
3890
3891 2006-03-19 Kim F. Storm <storm@cua.dk>
3892
3893 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3894 cursor property value to 2 (to align with C level change).
3895
3896 2006-03-19 Bill Wohler <wohler@newt.com>
3897
3898 * image.el (image-load-path-for-library): Shorten first line in
3899 docstring.
3900
3901 2006-03-18 Richard Stallman <rms@gnu.org>
3902
3903 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3904
3905 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3906
3907 * isearch.el (isearch-other-meta-char): Handle user bindings for
3908 shifted control characters.
3909
3910 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3911
3912 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3913 part that matches email addresses, file names, etc.
3914
3915 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3916
3917 * term/w32-win.el (mouse-set-font):
3918 Mention w32-list-proportional-fonts in the doc string.
3919
3920 2006-03-18 Kim F. Storm <storm@cua.dk>
3921
3922 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3923 (ido-unc-hosts): New user option to explicitly define list of know
3924 UNC-style hosts for completion.
3925 (ido-cache-unc-host-shares-time): New user option.
3926 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3927 New helper functions for UNC file-name support.
3928 (ido-may-cache-directory): Check for UNC host. Simplify.
3929 (ido-wash-history): Clean out old UNC hosts.
3930 (ido-nonreadable-directory-p): UNC hosts are always readable.
3931 (ido-directory-too-big-p): UNC hosts are never too big.
3932 (ido-set-current-directory): Handle UNC root path.
3933 (ido-file-name-all-completions): Complete UNC host names from
3934 ido-unc-hosts list. Cache UNC host shares.
3935 (ido-make-file-list-1): Don't filter UNC root.
3936 (ido-exhibit): Check for // in root directory, and switch to UNC
3937 mode by setting ido-current-directory to //.
3938
3939 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3940
3941 * cus-edit.el (customize-changed-options): Mention explicit
3942 version number as default in prompt.
3943
3944 2006-03-17 Bill Wohler <wohler@newt.com>
3945
3946 * image.el (image-load-path-for-library): Minor docstring fix.
3947
3948 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3949
3950 * textmodes/org.el (org-read-date): Include subgroup 5 into
3951 replacement text.
3952 (org-popup-calendar-for-date-prompt): Fix customization type.
3953
3954 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3955
3956 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3957 (gdb-continuation): New variable.
3958 (gdb-send): Deal with continuation lines.
3959
3960 * progmodes/gud.el (gud-gdb-complete-command)
3961 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3962 expressions.
3963 (gud-tooltip-mode): Use buffer-local value.
3964
3965 2006-03-16 Kim F. Storm <storm@cua.dk>
3966
3967 * ido.el (ido-edit-input): Use selected match, if any.
3968
3969 2006-03-16 Bill Wohler <wohler@newt.com>
3970
3971 * image.el (image-load-path-for-library): Prefer user's images in
3972 image-load-path.
3973
3974 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3975
3976 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3977 when checking for attempt to drag leftmost or rightmost scrollbar.
3978
3979 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3980
3981 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3982 (gdb-force-mode-line-update): New function.
3983 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3984 (gdb-exited): Use them.
3985 (gdb-signal): New function.
3986 (gdb-annotation-rules): Provide a rule for it.
3987
3988 2006-03-16 Kenichi Handa <handa@m17n.org>
3989
3990 * international/mule.el (auto-coding-regexp-alist): Add entries
3991 for Unicode BOM.
3992
3993 * sort.el (sort-build-lists): Temporarily bind
3994 inhibit-field-text-motion to t.
3995
3996 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3997
3998 * locate.el (locate-command, locate-make-command-line)
3999 (locate-fcodes-file, locate-update-command)
4000 (locate-prompt-for-command, locate, locate-with-filter)
4001 (locate-get-file-positions): Doc fixes.
4002 (locate-buffer-name, locate-header-face): Remove leading `*' in
4003 defcustom.
4004 (locate-filter-output): Use `keep-lines' instead of its alias
4005 `delete-non-matching-lines'.
4006 (locate-get-filename, locate-get-dirname): Add introductory comment.
4007 (locate-find-directory-other-window): Give appropriate error
4008 message if used outside main listing.
4009
4010 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4013 the new extend-region feature.
4014 (font-lock-after-change-function): Update correspondingly.
4015 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4016 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4017
4018 2006-03-15 Bill Wohler <wohler@newt.com>
4019
4020 * image.el (image-load-path-for-library): Fix example by not
4021 recommending that one binds image-load-path. Just defvar it to
4022 placate compiler and only use it if previously defined.
4023
4024 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4025
4026 * textmodes/org.el (org-insert-centered): Use `string-width' to
4027 make underlining work for wide characters.
4028 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4029 TAB to `org-cycle', to make sure that no binding in
4030 `outline-mode-map' can supercede it.
4031
4032 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4033
4034 * allout.el: Increment version to 2.2.1 in file commentary.
4035
4036 (allout-version): Increment to 2.2.1.
4037
4038 (allout-default-layout): New customization variable, used when the
4039 file lacks a specific allout-layout. Uses allout-layout-type for
4040 recursively nested definition.
4041
4042 (allout-layout-type): Widget defining allout layouts, necessary for
4043 self-recursive definition.
4044
4045 (allout-mode): Incorporate allout-default-layout as fallback for
4046 allout-layout.
4047
4048 (allout-layout): Mark as 'safe-local-variable', and refer mention
4049 fallback to `allout-default-layout' in absence of a specified value.
4050 (allout-passphrase-verifier-string)
4051 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4052
4053 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4054
4055 (allout-get-encryption-passphrase-verifier): Use correct name of
4056 passphrase verifier in docstring.
4057
4058 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4059
4060 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4061 elements.
4062 (gdb-find-watch-expression): Make it work for arrays too.
4063 Follow change to gdb-var-list.
4064 (gud-watch): Allow the user to enter variable name with a prexix
4065 arg. Create keybindings.
4066 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4067 (gdb-var-list-children-handler, gdb-var-update-handler)
4068 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4069 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4070 Follow change to gdb-var-list.
4071 (gdb-starting): Don't show the overlay arrows when program is running.
4072
4073 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4074 gdb-var-list.
4075
4076 2006-03-14 Bill Wohler <wohler@newt.com>
4077
4078 * image.el (image-load-path-for-library): Pass value of path
4079 rather than symbol. Always return list of directories.
4080 Guarantee that image directory comes first.
4081
4082 2006-03-14 Alan Mackenzie <acm@muc.de>
4083
4084 * font-core.el (font-lock-extend-region\(-function\)?.):
4085 New function/variable.
4086
4087 * font-lock.el (font-lock-after-change-function):
4088 Call font-lock-extend-region. Obey font-lock-lines-before.
4089 (font-lock-default-fontify-region): Remove reference to
4090 font-lock-lines-before.
4091
4092 * jit-lock.el (jit-lock-after-change):
4093 Call font-lock-extend-region. Obey font-lock-lines-before.
4094
4095 2006-03-14 David Ponce <david@dponce.com>
4096
4097 * tree-widget.el (tree-widget-themes-load-path)
4098 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4099
4100 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4101
4102 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4103 (rcirc-print): Mark the start of text at the end of the prompt.
4104 (rcirc-track-minor-mode): Add autoload cookie.
4105 (rcirc-update-activity-string): Add space to front of mode-line
4106 indicator.
4107
4108 2006-03-13 Miles Bader <miles@gnu.org>
4109
4110 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4111 (rcirc-abbrev-nick): Remove function.
4112 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4113
4114 2006-03-13 David Ponce <david@dponce.com>
4115
4116 * tree-widget.el: Handle themes across all occurrences of the main
4117 themes sub-directory found in tree-widget-themes-load-path.
4118 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4119 (tree-widget--locate-sub-directory): Return all occurrences.
4120 (tree-widget-themes-path): New function.
4121 Replace tree-widget-themes-directory, and return a list of directories.
4122 (tree-widget-set-parent-theme)
4123 (tree-widget-lookup-image): Use it.
4124
4125 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4126
4127 * textmodes/org.el (org-link-search): Avoid self-matching of
4128 links, allow target text to be distributed over several lines.
4129 (org-search-not-link): New function.
4130 (org-set-regexps-and-options, org-get-current-options):
4131 New startup options.
4132 (org-export-as-html): Take odd-level setting from local variable.
4133 (org-fontify-emphasized-text): New option.
4134 (org-set-font-lock-defaults): Include emphasized text.
4135 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4136 (org-font-lock): Customize group renamed from `org-faces'.
4137
4138 2006-03-13 John Paul Wallington <jpw@pobox.com>
4139
4140 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4141 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4142
4143 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4144
4145 * cus-start.el (all): Delete :version keyword for members of the
4146 fringe group, since the entire group is new in 22.1.
4147
4148 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4149
4150 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4151 map if value is hexadecimal (an address).
4152 (gud-watch): Only search roots for existing watch expressions.
4153 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4154 prevent caching problems with speedbar-update-directory-contents.
4155
4156 2006-03-12 Juri Linkov <juri@jurta.org>
4157
4158 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4159 before comparing with `low' and `warn'.
4160
4161 * info.el (Info-dir-remove-duplicates): Move point to the
4162 beginning of the current line after deleting the entries from
4163 redundant heading. Use marker for `limit' and compare it with
4164 point before calling `re-search-forward'.
4165
4166 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4167
4168 * simple.el (yank): Fix typo in docstring.
4169
4170 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4171
4172 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4173 messages, where "D" is the 6th character.
4174
4175 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4176
4177 * simple.el (yank): Fix last change.
4178
4179 2006-03-11 David Ponce <david@dponce.com>
4180
4181 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4182 merging elements from the standard ispell-dictionary-alist.
4183 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4184 alist, and return the new alist.
4185
4186 2006-03-11 Richard Stallman <rms@gnu.org>
4187
4188 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4189
4190 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4191 the way it is implemented is too unclean.
4192
4193 * simple.el (kill-region, yank): Doc fix.
4194
4195 * battery.el (battery-echo-area-format): Doc fix.
4196 (battery-mode-line-format): Likewise.
4197 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4198 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4199
4200 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4201
4202 * progmodes/octave-mod.el (octave-indent-for-comment):
4203 Behave according to do string.
4204
4205 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4206
4207 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4208 Be visible only if major mode is Mail Mode.
4209
4210 * textmodes/flyspell.el (flyspell-external-point-words)
4211 (flyspell-process-localwords): Fix last changes.
4212
4213 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4214
4215 * calendar/holidays.el (list-holidays): Doc fix.
4216
4217 * international/mule.el (auto-coding-alist): Add .odt
4218 (OpenOffice's open document) files.
4219
4220 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4221 document) files. Mention in the doc string the need to sync with
4222 auto-coding-alist.
4223
4224 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4225
4226 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4227 enable-local-variables is set to always query, or there is no
4228 savable variable.
4229
4230 2006-03-10 Bill Wohler <wohler@newt.com>
4231
4232 * image.el (image-load-path-for-library): Merge at least three
4233 functions from Gnus and MH-E into this one function that can now
4234 be shared.
4235
4236 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4237
4238 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4239 gdb-remove-mouse-face and remove help-echo too.
4240 (gdb-enqueue-input): Correct conditional clause.
4241
4242 2006-03-10 Glenn Morris <rgm@gnu.org>
4243
4244 * calendar/calendar.el (calendar-holidays): Doc fix.
4245 * calendar/holidays.el (list-holidays): Doc fix.
4246
4247 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4250 it gets called in gdb-prompt anyway.
4251 (gdb-use-separate-io-buffer): Only restore window arrangement for
4252 gdb-many-windows.
4253 (gdb-enqueue-input): Make it harder to send GDB input when program
4254 is running.
4255 (gdb-buffer-list): New variable.
4256 (gdb-remove-mouse-face): New function.
4257 (gdb-starting): Use it when GDB input won't get sent.
4258
4259 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4260
4261 * help.el (view-lossage): Remove trailing whitespace before
4262 inserting "\n".
4263
4264 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4265
4266 * files.el (hack-local-variables-confirm):
4267 Set coding-system-for-read to nil before writing to .emacs.
4268
4269 * arc-mode.el (archive-extract): Check if an existing buffer name
4270 comes from a different archive.
4271
4272 * help.el (describe-key-briefly): If KEY is a down event, read and
4273 discard the up event.
4274
4275 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4276
4277 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4278 be edited and use font-lock-warning-face for any changes.
4279
4280 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4281 (gdb-edit-value): Use it to report any errors.
4282
4283 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4284
4285 * help.el (describe-key): Remove leftover test code.
4286
4287 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4288
4289 * textmodes/org.el: Move defvars out of eval-when-compile.
4290 Use buffer-file-name variable.
4291 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4292 arg `file'.
4293 (org-level-faces): Remove startup dependency.
4294 (org-cycle, org-map-tree, org-scan-tags)
4295 (org-remember-handler): Don't call `outline-level' directly.
4296 (org-mhe-search-all-folders): New option.
4297 (org-mhe-get-message-folder-from-index)
4298 (org-mhe-get-message-folder): Fix indexing search.
4299 (org-format-agenda-item): Handle nil TAGS argument.
4300 (org-cleaned-string-for-export, org-activate-target-links)
4301 (org-make-target-link-regexp): Deal with empty radio target list.
4302 (org-tag): New face.
4303 (org-get-level-face): New function.
4304 (org-set-font-lock-defaults): Simplify setup for headlines.
4305 (org-complete): Pass common substring to `display-completion-list'.
4306
4307 2006-03-06 David Ponce <david@dponce.com>
4308
4309 * tree-widget.el: Update Commentary header.
4310 (tree-widget-theme-name): Ignore parent themes.
4311 (tree-widget-set-parent-theme): New function.
4312 (tree-widget-set-theme): Use it.
4313 (tree-widget-set-image-properties): Move definition. Does nothing
4314 if image properties have already been set.
4315 (tree-widget-image-properties): Move definition. Receive an image
4316 name. Set the :pointer property.
4317 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4318 Don't set the :pointer image property.
4319 (tree-widget-convert-widget): New function. Handle :dynargs
4320 compatibility here.
4321 (tree-widget): Use it to :convert-widget. Add the :expander-p
4322 predicate to control when the :expander function is entered.
4323 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4324 (tree-widget-value-create): Handle :expander-p. widget-apply
4325 :expander.
4326 (tree-widget-expander-p): New function. Default value of the
4327 :expander-p property.
4328
4329 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4330
4331 * help.el (describe-key): Properly handle the return value of
4332 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4333 remaps. Handle string and vector `follow-link' values.
4334
4335 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * complete.el (PC-expand-many-files): Try be more careful when parsing
4338 the shell's output.
4339
4340 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * outline.el (hide-sublevels): Provide better interactive default.
4343
4344 2006-03-06 Kenichi Handa <handa@m17n.org>
4345
4346 * international/fontset.el (create-fontset-from-fontset-spec):
4347 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4348
4349 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4350
4351 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4352 backslashes instead of one in regexp.
4353 (gud-tooltip-dereference): Add missing optional argument.
4354
4355 2006-03-04 John Paul Wallington <jpw@pobox.com>
4356
4357 * wdired.el (toplevel): Require `cl' at compile-time.
4358
4359 2006-03-04 Andreas Schwab <schwab@suse.de>
4360
4361 * server.el (server-process-filter): Handle errors during
4362 evaluation of the argument.
4363
4364 2006-03-03 John Paul Wallington <jpw@pobox.com>
4365
4366 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4367 escape parentheses at beginning of line.
4368 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4369 (t-mouse-mode): Remove period from end of error message.
4370
4371 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4372
4373 * textmodes/flyspell.el (flyspell-process-localwords):
4374 Be case-sensitive.
4375
4376 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4377
4378 * cus-edit.el (custom-quote): Remove function, since it has been
4379 moved to custom.el.
4380
4381 * font-lock.el (lisp-font-lock-keywords-2)
4382 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4383 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4384 they have no special meaning.
4385
4386 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4387 indirect buffer gets killed before indirect buffer. Use dolist.
4388
4389 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4390
4391 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4392 value instead of a literal constant (1) on more pauses.
4393
4394 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4395
4396 * textmodes/flyspell.el (flyspell-external-point-words):
4397 Be case-sensitive.
4398
4399 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4400
4401 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4402 with "www".
4403
4404 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4405
4406 * allout.el: Restablish intermediate missing comment header to
4407 preserve outline structure.
4408 (allout-beginning-of-current-entry): Skip invisible text.
4409 (allout-open-topic): Fix opening a topic at end-of-buffer.
4410 (allout-minor-mode): Move nearer to allout-mode function.
4411
4412 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4413
4414 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4415
4416 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4417
4418 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4419 is nil.
4420
4421 * progmodes/gud.el (gud-speedbar-menu-items):
4422 Use buffer-local-value and add missing :visible keyword.
4423
4424 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4425
4426 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4427
4428 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4429 must be `follow-link'.
4430
4431 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4432
4433 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4434 formatting: No nested anchors.
4435 (org-all-targets): Fix bug with XEmacs compatibility.
4436 (org-read-date): Add (require 'parse-time).
4437 (org-set-tags): Fix bug with extra inserted space.
4438 (org-export-html-style): Define a style class for targets.
4439 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4440 (org-hide-leading-stars): New option.
4441 (org-hide): New face.
4442 (org-set-font-lock-defaults): Allow to hide leading stars.
4443 (org-get-legal-level, org-tr-level): New functions.
4444 (org-odd-levels-only): New option.
4445 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4446 (org-demote, org-promote): Deal with double-star levels.
4447 (org-convert-to-odd-levels): New command.
4448
4449 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4450
4451 * speedbar.el (speedbar-update-localized-contents): Try to
4452 preserve window-start.
4453 (speedbar-update-directory-contents): Try to preserve window-start
4454 and window-point.
4455 (speedbar-update-special-contents): Don't move back to start of window.
4456
4457 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4458 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4459 speedbar-timer-fn.
4460 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4461 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4462 instead of gdb-speedbar-timer-fn.
4463
4464 2006-02-28 Jay Belanger <belanger@truman.edu>
4465
4466 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4467 (math-compose-expr): Use latex option when calling
4468 `math-compose-tex-matrix' for latex mode.
4469
4470 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4471
4472 * speedbar.el: Re-instate comments about developing for speedbar
4473 [this is what info and gdb-ui use even if better methods exist now].
4474
4475 * t-mouse.el: New file.
4476 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4477 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4478 (t-mouse-make-event-element): Use posn-at-x-y instead.
4479 (t-mouse-make-event): Deal with Fedora Core 3.
4480 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4481 (t-mouse-mouse-position-function): New function. Use it instead
4482 of advising mouse-position.
4483 (t-mouse-mode): New minor mode.
4484 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4485
4486 2006-02-27 Glenn Morris <rgm@gnu.org>
4487
4488 * calendar/calendar.el (calendar-holidays): Doc fix.
4489
4490 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4491
4492 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4493 Re-introduce the concept of a source window.
4494 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4495 consistency with get-buffer-create.
4496 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4497 (gdb-data-list-register-values-handler)
4498 (gdb-stack-list-locals-handler): Try to preserve window-start as
4499 well as window-point.
4500 (gdb-display-source-buffer): New function (old concept).
4501 (gdb-goto-breakpoint): Use it.
4502
4503 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4504 for gdb-ui/gdb-mi (old concept).
4505
4506 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4507
4508 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4509 binding.
4510
4511 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4512
4513 * textmodes/reftex-sel.el (reftex-select-label-map)
4514 (reftex-select-bib-map): Add `follow-mouse' binding.
4515
4516 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4517
4518 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4519 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4520 Give :set functions to provide automatic updating.
4521 Update docstring. Give compiler defvars early in the file
4522 and move the defcustoms to a later spot where all called functions
4523 are defined.
4524 (jka-compr-file-name-handler-entry): Doc fix.
4525 (jka-compr-compression-info-list--internal)
4526 (jka-compr-mode-alist-additions--internal)
4527 (jka-compr-load-suffixes--internal): New variables.
4528 (jka-compr-install): Set the three above variables.
4529 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4530 (jka-compr-update, jka-compr-set): New functions.
4531 (auto-compression-mode): Doc fix.
4532
4533 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4534 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4535 Use jka-compr-compression-info-list--internal,
4536 jka-compr-mode-alist-additions--internal and
4537 jka-compr-load-suffixes--internal.
4538
4539 * files.el (load-library):
4540 * loadhist.el (file-loadhist-lookup):
4541 * startup.el (command-line):
4542 * subr.el (locate-library):
4543 * emacs-lisp/autoload.el (update-directory-autoloads):
4544 * emacs-lisp/find-func.el (find-library-suffixes):
4545 Use `get-load-suffixes' instead of `load-suffixes'.
4546
4547 * subr.el (locate-library):
4548 * emacs-lisp/find-func.el (find-library-name):
4549 Use `load-file-rep-suffixes' instead of '("").
4550
4551 2006-02-26 Kim F. Storm <storm@cua.dk>
4552
4553 * ido.el (ido-save-history, ido-load-history): Simplify.
4554 Don't use find-file-noselect to avoid interference from other modes.
4555
4556 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4557
4558 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4559 to use the default shell if filename is not available.
4560 Reported by Giorgos Keramidas.
4561
4562 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4563
4564 * progmodes/etags.el (tags-completion-table): Do completion from
4565 all the tables in the current list, as documented in the manual.
4566
4567 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4568
4569 * CC Mode Update to 5.31.3.
4570
4571 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4572
4573 * progmodes/cc-mode.el (c-postprocess-file-styles):
4574 Bind inhibit-read-only to t, around the call to
4575 c-remove-any-local-eval-or-mode-variables, so that it works on a
4576 RO file.
4577
4578 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4579
4580 * progmodes/cc-awk.el: Correct a typo.
4581
4582 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4583
4584 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4585 c-hungry-delete-backwards, at the request of RMS. Leave the old
4586 name as an alias.
4587
4588 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4589
4590 * progmodes/cc-mode.el: Correct a typo.
4591
4592 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4593
4594 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4595
4596 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4597
4598 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4599 brace-else-brace (error due to mbeg, mend being undefined).
4600
4601 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4602
4603 * progmodes/cc-mode.el: File Local variables: Solve the problem
4604 where both `mode' and c-file-offsets are specified: `mode' will
4605 overwrite c-f-o's settings:
4606 (c-remove-any-local-eval-or-mode-variables): New function.
4607 (c-postprocess-file-styles): Call the above new function, within
4608 c-tentative-buffer-change, to splat `mode' and `eval' before the
4609 second hack-local-variables.
4610
4611 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4612
4613 * progmodes/cc-mode.el:
4614 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4615 (c-after-change): Protect the match data with save-match-data.
4616 It was getting corrupted by c-after-change-check-<>-operators.
4617
4618 * cc-defs.el: [Supersedes patch V1.38]:
4619 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4620 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4621
4622 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4623 with save-match-data. It was being corrupted when Font Lock was
4624 not enabled.
4625
4626 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4627
4628 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4629 Mode and Subword Mode.
4630
4631 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4632 real labels ("case 1:" or "foo:") from non-labels ("public:").
4633 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4634 coding; c-f-t-2 doesn't move over a token at EOB.
4635
4636 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4637
4638 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4639 (c-update-modeline): Concatenate the minor mode indicators
4640 directly onto mode-name, removing c-submode-indicators.
4641 Sometimes, c-s-i got separated from the mode name on the mode line.
4642
4643 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4644 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4645
4646 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4647
4648 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4649 error message when there's an evaluation error to show whether
4650 it's loaded from source or not.
4651 (c-filter-ops): Make it available at runtime too to work when
4652 `c-make-init-lang-vars-fun' needs to evaluate from source.
4653
4654 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4655
4656 * help.el (help): Revert last part of 2006-02-23 change (deletion
4657 of the `provide' call).
4658
4659 2006-02-23 Juri Linkov <juri@jurta.org>
4660
4661 * compare-w.el (compare-windows-highlight): Add new value
4662 `persistent' and change :type from `boolean' to `choice'.
4663 (compare-windows-overlays1, compare-windows-overlays2):
4664 New internal variables.
4665 (compare-windows-highlight): If compare-windows-highlight is
4666 `persistent', add current overlays to compare-windows-overlays[12]
4667 instead of adding compare-windows-dehighlight to pre-command-hook.
4668 (compare-windows-dehighlight): Delete all overlays from
4669 compare-windows-overlays[12].
4670
4671 * info.el (Info-search): Don't bind search-spaces-regexp to
4672 Info-search-whitespace-regexp in non-regexp isearch mode.
4673
4674 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4675
4676 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4677
4678 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4679
4680 * textmodes/org.el (org-xemacs-p)
4681 (org-export-html-show-new-buffer, org-table-may-need-update)
4682 (org-insert-item, org-mhe-get-message-real-folder)
4683 (org-mhe-get-message-folder-from-index)
4684 (org-mhe-get-message-folder, org-mhe-get-message-num)
4685 (org-mhe-get-header, org-make-org-heading-search-string)
4686 (org-make-org-heading-camel, org-table-sort-lines)
4687 (org-format-org-table-html, org-format-table-table-html):
4688 Fix typos in docstrings.
4689
4690 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4691
4692 * textmodes/org.el (org-cleaned-string-for-export)
4693 (org-solidify-link-text): New function.
4694 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4695 XEmacs, just to silence the compiler.
4696 (org-export-as-ascii, org-export-as-html-and-open):
4697 Use `org-cleaned-string-for-export' and create internal links.
4698 (org-follow-mhe-link): Require mh-e, use folder.
4699
4700 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4701
4702 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4703
4704 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4705 gdb-debug-log-length.
4706 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4707 it a real ring but...
4708 (gud-gdba-marker-filter): ...make it work like mark-ring.
4709 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4710 (gdb-mouse-jump): New function. Add bindings.
4711
4712 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4713
4714 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4715 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4716 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4717 (gdb-debug-log-length): Customize it's length.
4718 (gud-watch, gdb-var-create-handler): Display function::var format
4719 but don't use to create variable object.
4720 (gdb-var-create-handler): Use message-box in place of message.
4721 (gdb-stopped): Call gdb-exited if signalled.
4722
4723 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4724
4725 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4726
4727 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4728
4729 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4730 if `reftex-try-all-extensions' is set.
4731
4732 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4733 fail silently when there is no valid argument at point.
4734 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4735 `fail-silently' argument. From a patch by David Reiter.
4736
4737 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4738 New commands.
4739 (org-mark-ring): New variable.
4740 (org-mark-ring-length): New option.
4741 (org-open-at-point, org-goto, org-open-file): Push old position
4742 onto the mark ring.
4743 (org-add-hook): New function.
4744 (org-export-table-remove-special-lines): New option.
4745 (org-skip-comments, org-format-org-table-html): Respect new
4746 option `org-export-table-remove-special-lines'.
4747 (org-open-file): Allow special command configuration for
4748 directory link.
4749 (org-file-apps): Fix bugs in customize type, added setting
4750 for directories.
4751 (org-activate-tags, org-format-agenda-item, org-complete)
4752 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4753 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4754 (org-link-search, org-make-org-heading-search-string)
4755 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4756 (org-radio-targets, org-file-link-context-use-camel-case)
4757 (org-activate-camels): New options.
4758 (org-update-radio-target-regexp, org-all-targets)
4759 (org-make-target-link-regexp, org-activate-target-links):
4760 New functions.
4761 (org-make-org-heading-search-string): New function.
4762 (org-store-link, org-insert-link): Use new option
4763 `org-file-link-context-use-camel-case'.
4764 (org-activate-camels): Use new option `org-activate-camels'.
4765 (org-link-regexp): Add mhe prefix.
4766 (org-open-at-point, org-store-link): Support for mhe links.
4767 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4768 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4769 (org-mhe-get-header, org-follow-mhe-link): New functions.
4770 (org-remove-angle-brackets, org-add-angle-brackets):
4771 New functions.
4772 (org-bracket-link-regexp): New constant.
4773 (org-read-date): Fix bug that was rejecting all typed dates.
4774 (org-link-search): Make hierarchy above visible after a match.
4775 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4776 (org-store-link): Fix bug with link creation when cursor is in
4777 an empty line.
4778 (org-open-at-point): Fix bug with matching a link.
4779 Fixed buggy argument sequence in call to `org-view-tags'.
4780 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4781 (org-prefix-has-tag): New variable.
4782 (org-format-agenda-item): Remove tags from headline
4783 if appropriate.
4784 (org-agenda-remove-tags-when-in-prefix): New option.
4785
4786 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4787
4788 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4789 Fix the regular expressions.
4790
4791 2006-02-21 Richard M. Stallman <rms@gnu.org>
4792
4793 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4794 if there's no other specific basis.
4795
4796 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4797 as variables at all.
4798 (unsafep-variable): Rename arg; doc fix.
4799
4800 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4801
4802 * calendar/appt.el (diary-selective-display): Add defvar.
4803
4804 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4805
4806 * isearch.el (search-whitespace-regexp): Fix custom type.
4807
4808 * help.el (describe-key-briefly): Compute interactive args
4809 in same was as before previous change.
4810
4811 * files.el (enable-local-variables): Doc fix.
4812
4813 2006-02-21 Kim F. Storm <storm@cua.dk>
4814
4815 * fringe.el: Cleanup as file is now pre-loaded.
4816 (fringe-bitmaps): Initialize unconditionally.
4817 (fringe-mode, set-fringe-style): Remove autoload cookies.
4818
4819 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4820
4821 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4822 `horizontal-bar'.
4823 (fringe-cursor-alist): Use `horizontal-bar'.
4824
4825 2006-02-20 Kim F. Storm <storm@cua.dk>
4826
4827 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4828 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4829
4830 * loadup.el: Load "fringe" on window systems.
4831
4832 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4833
4834 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4835 out of scope components.
4836
4837 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4838 default.
4839
4840 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4841
4842 * custom.el (customize-mark-to-save, customize-mark-as-set):
4843 Load the symbol first.
4844
4845 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4846
4847 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4848 strech spec so it doesn't display as "^J" on the header line
4849 when `Buffer-menu-use-header-line' is t.
4850
4851 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4852
4853 * speedbar.el (speedbar-make-button): Keep text properties
4854 of string arguments if desired.
4855
4856 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4857 expessions.
4858
4859 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4860 of speedbar.
4861
4862 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4863
4864 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4865 to value of `read-file-name-completion-ignore-case'.
4866
4867 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4868
4869 * custom.el (customize-mark-as-set): Push to `user' theme.
4870
4871 * cus-edit.el (custom-save-variables): Allow unthemed values.
4872 (customize-set-variable): Push setting to `user' theme.
4873
4874 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4875
4876 * progmodes/gud.el: Don't require font-lock as it's now
4877 automatically loaded.
4878 (gud-speedbar-buttons): Replace gdb-var-changed with
4879 gdb-force-update.
4880
4881 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4882 gdb-var-changed.
4883 (gdb-post-prompt): Use it.
4884 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4885 (gdb-var-update-handler, gdb-var-delete)
4886 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4887 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4888 gdb-force-update in gdb-post-prompt.
4889 (gdb-reset): Clear watch expressions from speedbar when quitting.
4890
4891 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4892
4893 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4894 (viper-change-state-to-vi, viper-change-state-to-emacs):
4895 Make aware of cursor coloring in the Emacs state.
4896 (viper-special-read-and-insert-char): Use read-char-exclusive.
4897 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4898
4899 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4900
4901 * viper-util.el (viper-save-cursor-color)
4902 (viper-get-saved-cursor-color-in-replace-mode)
4903 (viper-get-saved-cursor-color-in-insert-mode)
4904 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4905 state.
4906 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4907
4908 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4909 (ediff-ignore-case-option3, ediff-actual-diff-options)
4910 (ediff-actual-diff3-options): New variables to control case sensitivity.
4911 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4912 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4913 (ediff-toggle-ignore-case): New function.
4914 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4915
4916 * ediff-help.el (ediff-long-help-message-narrow2)
4917 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4918 (ediff-long-help-message-word-mode): Add ignore-case command.
4919 (ediff-help-for-quick-help): Add ignore-case command.
4920
4921 * ediff-merg.el: Move provide to the end.
4922
4923 * ediff-ptch.el: Move provide to the end.
4924
4925 * ediff-wind.el: Move provide to the end.
4926
4927 * ediff-mult.el: Move provide to the end.
4928 (ediff-set-meta-overlay): Enable follow-link.
4929
4930 * ediff.el: Move provide to the end.
4931 Break recursive load cycle in eval-when-compile.
4932 (ediff-patch-buffer): Better heuristics.
4933
4934 * ediff-util.el: Move provide to the end.
4935 Break recursive load cycle in eval-when-compile.
4936 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4937 defuns.
4938 (ediff-submit-report): Pass the values of ediff-diff3-program,
4939 ediff-diff3-options.
4940
4941 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4942
4943 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4944 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4945 `' (for example, in the docstring of `windmove-default-keybindings').
4946
4947 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4948
4949 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4950 shadow face. Don't provide binding to edit variable when it is
4951 out of scope.
4952
4953 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4954 (gdb-var-update-handler): Detect out of scope variables with pre
4955 GDB 6.4 too.
4956 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4957 Reset status of variable objects to nil in update handlers.
4958 (gdb-var-update-handler-1): Detect when a variable object comes
4959 in scope. setcar on var changes gdb-var-list directly.
4960
4961 2006-02-17 Juri Linkov <juri@jurta.org>
4962
4963 * ffap.el (ffap) <defface>: Add explicit face declaration.
4964 (ffap-highlight): Use face `ffap' directly instead of checking
4965 for its existence.
4966
4967 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4968 `visible-ok' of `other-buffer' to find the right original buffer.
4969
4970 * info.el (Info-search): Skip `Local Variables' node.
4971
4972 2006-02-17 Juri Linkov <juri@jurta.org>
4973
4974 * info.el (Info-find-file): Check for symbols `apropos', `history',
4975 `toc' in the input filename, and return these symbols as is.
4976 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4977 `history', `toc' instead of strings.
4978 (Info-set-mode-line): For non-string Info-current-file use the
4979 symbol's name inside **.
4980 (Info-isearch-push-state): Add quote before Info-current-file and
4981 Info-current-node.
4982 (Info-isearch-pop-state): Use `equal' instead of `string='.
4983 (Info-extract-pointer, Info-following-node-name): Use
4984 `match-string-no-properties' instead of `match-string'.
4985 (Info-up): Check `old-file' for `stringp'.
4986 (Info-history): Use `equal' instead of `string-equal'.
4987 Check `file' for `stringp'.
4988 (Info-history): Use symbol `history' instead of string as first arg
4989 of `Info-find-node'.
4990 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4991 `toc' instead of string.
4992 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4993 instead of `buffer-substring', and `match-string-no-properties'
4994 instead of `match-string'.
4995 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4996 instead of strings.
4997 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4998 Use symbol `apropos' instead of string.
4999 (Info-copy-current-node-name): Check `Info-current-file' for
5000 `stringp' and construct a command with `Info-find-node' from it.
5001 (Info-fontify-node): Use `match-string-no-properties' instead of
5002 `match-string' and check file names for `stringp'.
5003 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5004 `history', `toc' instead of strings.
5005
5006 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * files.el: Rearrange functions and variables in the file local
5009 variables section.
5010
5011 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5012
5013 * files.el: Add truncate-lines, ispell-check-comments and
5014 ispell-local-dictionary as safe local variables.
5015
5016 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5017
5018 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5019 out of scope variables.
5020 (gud-speedbar-buttons): Use unless.
5021
5022 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5023 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5024 (gdb-show-changed-values): Also use for out of scope variables.
5025 (gdb-var-update-handler-1): Note if variable goes out of scope.
5026
5027 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5028
5029 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5030 default to global variable values for unsupplied args.
5031 (rcirc-get-buffer-create): Fix bug with setting the target.
5032 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5033 test for rcirc-always-use-server-buffer-flag here.
5034 (rcirc-response-formats): Add %N, which is a facified nick. %n
5035 uses the default face. Change the ACTION format string. If the
5036 "nick" is the server, don't print anything for that field.
5037 Comment fixes.
5038 (rcirc-target-buffer): Don't test
5039 rcirc-always-use-server-buffer-flag here.
5040 (rcirc-print): Squeeze extra spaces out of the text before message.
5041 (rcirc-put-nick-channel): Strip potential "@" char from nick
5042 before adding them to nick table.
5043 (rcirc-url-regexp): Improve to match address like "foo.com".
5044
5045 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5046
5047 * allout.el (allout-hidden-p): Move this defsubst before
5048 allout-overlay-interior-modification-handler, where it is first
5049 used.
5050
5051 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5052
5053 * allout.el: Use allout invisible-text overlays instead of
5054 selective display for concealed text. Also, lots of general
5055 cleanup, and improved compatibility code.
5056
5057 (allout-version) Incremented, corrected, revised, and refined
5058 module commentary.
5059
5060 (provide 'allout): Moved to the bottom, added a require of overlay.
5061
5062 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5063 `except-current'.
5064 (allout-write-file-hook-handler): Minimize delay.
5065 (count-trailing-whitespace-region): New function so
5066 auto-encryption of current topic can resituate cursor exactly.
5067 PGP/GPG encryption trims trailing whitespace from lines, which
5068 must be accounted for across encryption then decryption.
5069
5070 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5071 just plain "\C-c", to avoid intruding on user's keybinding space.
5072
5073 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5074 parameter, so user request to provide a new password is done.
5075
5076 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5077 Refined mechanism for auto-filling behavior while in allout mode.
5078
5079 (allout-mode): Explicitly specify the mode map in the docstring.
5080 Clarify provision for various write-file hook var names.
5081 Adjusted for invisible-text overlays instead of selective-display.
5082
5083 (allout-depth): Really return 0 if not within any topic. This
5084 rectifies `allout-beginning-of-level' and sequence numbering
5085 errors that occur when cutting and pasting numbered topics.
5086 Changed from a in-line subst to a regular function, as well.
5087
5088 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5089
5090 (allout-end-of-subtree, allout-end-of-subtree)
5091 (allout-end-of-entry, allout-end-of-current-heading)
5092 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5093 (allout-show-children, allout-show-to-offshoot)
5094 (allout-hide-current-entry, allout-show-current-entry): Rectified
5095 handling of trailing blank lines between items.
5096
5097 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5098 (allout-current-depth, allout-unprotected, allout-hidden-p)
5099 (allout-on-current-heading-p, allout-listify-exposed)
5100 (allout-chart-subtree, allout-goto-prefix)
5101 (allout-back-to-current-heading, allout-get-body-text)
5102 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5103 (allout-hide-region-body, allout-toggle-subtree-encryption)
5104 (allout-encrypt-string, allout-encrypted-key-info)
5105 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5106 (allout-file-vars-section-data): Adjusted for use with
5107 invisible-text overlays instead of selective-display.
5108
5109 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5110 Reworked for use with invisible text overlays.
5111
5112 (allout-current-topic-collapsed-p): New function.
5113
5114 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5115 to know when to close the containing topic.
5116
5117 (allout-pre-command-business, allout-post-command-business):
5118 Simplify undo-batching and dynamic isearch exposure.
5119
5120 (allout-set-overlay-category): New for invisible-text overlays.
5121 Sets properties of allout-overlay-category, used by
5122 allout-flag-region to set invisible-text overlay properties.
5123 (allout-get-invisibility-overlay): Get the first qualifying
5124 invisibility overlay, so we can find the extent of it.
5125 (allout-back-to-visible-text): Get to just before the beginnining
5126 of the current invisibility overlay, if any.
5127
5128 (allout-overlay-insert-in-front-handler)
5129 (allout-overlay-interior-modification-handler)
5130 (allout-before-change-handler, allout-isearch-end-handler): New
5131 functions to handle extraordinary actions affecting concealed
5132 text.
5133
5134 (allout-flag-region): Use overlays instead of selective-display
5135 for invisible text - by inheritence from the properties of
5136 allout-overlay-category in mainline Emacs, and applied
5137 property-by-property in XEmacs, some recent versions of which
5138 don't inherit the properties from the category. Provisions to
5139 respond to concealed-text edits simplified drastically.
5140
5141 (allout-isearch-rectification, allout-isearch-was-font-lock)
5142 (allout-isearch-expose, allout-enwrap-isearch)
5143 (allout-isearch-abort, allout-pre-was-isearching)
5144 (allout-isearch-prior-pos, allout-isearch-did-quit)
5145 (allout-isearch-dynamic-expose)
5146 (allout-hide-current-entry-completely): Functions deleted.
5147
5148 (allout-undo-aggregation): Explicit undo aggregation no longer
5149 necessary due to transition away from selective-display.
5150
5151 (set-allout-regexp, allout-up-current-level)
5152 (allout-next-visible-heading, allout-forward-current-level)
5153 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5154 (allout-kill-line, allout-yank-processing, allout-show-children)
5155 (allout-expose-topic, allout-old-expose-topic)
5156 (allout-listify-exposed, allout-insert-latex-header)
5157 (allout-toggle-subtree-encryption, allout-encrypt-string)
5158 (remove-from-invisibility-spec, allout-hide-current-subtree):
5159 Ditched unused variables.
5160
5161 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5162
5163 * textmodes/ispell.el (ispell-change-dictionary): Call
5164 ispell-buffer-local-dict instead of
5165 ispell-accept-buffer-local-defs.
5166 (ispell-local-dictionary-alist): Accept as valid any coding-system
5167 supported by Emacs.
5168 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5169 changed to iso-8859-3.
5170
5171 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5172
5173 * speedbar.el (speedbar-frame-width): Make an inline function
5174 instead of a macro. Use frame-width.
5175 (speedbar-try-completion, speedbar-update-contents)
5176 (speedbar-timer-fn): Use consp.
5177 (speedbar-update-localized-contents): Try to preserve point.
5178
5179 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5180 (menu): Re-order menu items.
5181 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5182 field.
5183 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5184 (gdb-post-prompt): Speed things by not forcing update.
5185
5186 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5187
5188 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5189 press and perform default action if we get a mouse movement event.
5190
5191 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5192
5193 * calendar/icalendar.el (icalendar--get-event-property)
5194 (icalendar--get-event-property-attributes): Fix typos in
5195 docstrings.
5196
5197 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5198 docstring.
5199
5200 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5201
5202 * bs.el (bs-mode): Use `buffer-disable-undo'.
5203 (bs--get-file-name): Simplify.
5204 (bs-show-in-buffer): Mark the buffer as not modified.
5205
5206 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5209 widget-button-click.
5210
5211 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5212 (custom-mode): Update docstring.
5213
5214 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5215 binding.
5216
5217 * files.el (hack-local-variables-confirm): Allow scrolling if the
5218 file variable list is too long. Kill temp buffer after use.
5219
5220 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5221
5222 * progmodes/gud.el (gdb): Improve doc string.
5223 (gdb-script-font-lock-keywords): Expand allowed character set.
5224
5225 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5226 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5227 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5228 (gdb-separate-io-stop, gdb-separate-io-eof):
5229 Rename from gdb-inferior-* to gdb-separate-*.
5230 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5231
5232 2006-02-14 Jay Belanger <belanger@truman.edu>
5233
5234 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5235 expression is a symbol before checking that it is bound.
5236
5237 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5238 test to see if equation can be solved.
5239
5240 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5241
5242 * wid-edit.el (widget-button-click): Use :pressed-face property
5243 for overlay face, if it exists.
5244
5245 * cus-edit.el (custom-manual, custom-add-see-also)
5246 (custom-add-parent-links, custom-group-link): Add :pressed-face
5247 property to links.
5248
5249 * files.el (hack-local-variables): Remove ignored variables before
5250 checking if any variables need setting.
5251
5252 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5253
5254 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5255
5256 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5257
5258 * help.el (where-is): Fix message for remapped commands.
5259
5260 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5261 Fix typos in docstrings.
5262
5263 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * files.el (safe-local-variable-values): New option.
5266 (hack-local-variables-prop-line): Return a list of variable-value
5267 pairs if MODE-ONLY is non-nil.
5268 (hack-local-variables): Construct list of variable-value pairs,
5269 and apply or reject them in one go. Ask for confirmation if
5270 variables are not known safe.
5271 (hack-local-variables-confirm): Complete rewrite. Support
5272 `safe-local-variable-values'.
5273 (enable-local-variables): Update docstring to reflect new
5274 behavior.
5275 (ignored-local-variables): Ignore ignored-local-variables and
5276 safe-local-variable-values.
5277 (safe-local-variable-p): New function.
5278 (risky-local-variable-p): `safe-local-variable' property check
5279 moved to safe-local-variable-p.
5280 (hack-one-local-variable): Checks moved to hack-local-variables.
5281
5282 (byte-compile-dynamic, c-basic-offset, c-file-style)
5283 (c-indent-level, comment-column, fill-column, fill-prefix)
5284 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5285 (no-update-autoloads, outline-regexp, page-delimiter)
5286 (paragraph-start, paragraph-separate, sentence-end)
5287 (sentence-end-double-space tab-width, version-control):
5288 Add `safe-local-variable' property.
5289
5290 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5291
5292 * icomplete.el, play/landmark.el: Change nonexistent
5293 `outline-layout' file variable to `allout-layout'.
5294
5295 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5296
5297 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5298 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5299 to gud-comint-buffer.
5300 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5301 gdb-ui.el for gdb-mi.el.
5302 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5303 registers buffer to gdb-get-changed-registers.
5304 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5305 deletion of catchpoints (throw and catch).
5306 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5307 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5308 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5309 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5310 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5311
5312 2006-02-13 Jay Belanger <belanger@truman.edu>
5313
5314 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5315 expression is a symbol before checking that it is bound.
5316
5317 2006-02-13 Richard M. Stallman <rms@gnu.org>
5318
5319 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5320 for the minibuffer too, but not if resize-mini-windows will interfere.
5321
5322 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5323 inside `interactive' spec.
5324 (describe-key-briefly-internal, describe-key-internal):
5325 Functions merged back into their callers.
5326
5327 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5328
5329 * info.el (info-xref-visited): Inherit from info-xref too.
5330 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5331 when propertizing Info-current-file and Info-current-node.
5332
5333 2006-02-13 Juri Linkov <juri@jurta.org>
5334
5335 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5336 (tumme-thumb-name): Fix per-directory format.
5337
5338 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5339
5340 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5341
5342 2006-02-12 Miles Bader <miles@gnu.org>
5343
5344 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5345
5346 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5347
5348 * tumme.el: Remove history section. If someone needs the it, it
5349 can always be found in CVS.
5350
5351 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5352
5353 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5354 about the Thumbnail Managing Standard option.
5355
5356 2006-02-12 Richard M. Stallman <rms@gnu.org>
5357
5358 * subr.el (substitute-key-definition): Doc fix.
5359
5360 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5361
5362 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5363
5364 * info.el (Info-mode): Doc fix.
5365
5366 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5367
5368 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5369
5370 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5371 because on Solaris a POSIX compatible "id" is needed. Reported by
5372 Magnus Henoch <mange@freemail.hu>.
5373
5374 2006-02-12 Juri Linkov <juri@jurta.org>
5375
5376 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5377 (tumme) <defgroup>: Change :group to `multimedia'.
5378 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5379 Managing Standard.
5380 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5381 Fix dostring.
5382 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5383 and %y. Fix docstring.
5384 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5385 (tumme-cmd-create-standard-thumbnail-command): New user options.
5386 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5387 is `standard'. Fix docstring.
5388 (tumme-thumb-width, tumme-thumb-height): New user options.
5389 (tumme-external-viewer): Try to find various viewers.
5390 (tumme-get-thumbnail-image): Use `create-image' instead of
5391 constructing the `image' structure.
5392 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5393 `standard'.
5394 (tumme-thumb-name): Add file name generation for standard storage.
5395 Simplify code for other storages.
5396 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5397 Add modification time %m and thumbnail-nq8 %q.
5398 Use `tumme-cmd-create-standard-thumbnail-command' if
5399 tumme-thumbnail-storage is `standard'.
5400 (tumme-dired-insert-marked-thumbs): New autoload command.
5401 (tumme-dired-after-readin-hook): New function.
5402 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5403 `tumme-thumb-size'.
5404 (tumme-display-image): Replace size-x %x and size-y %y with
5405 width %w and height %h.
5406
5407 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5408 `tumme-dired-insert-marked-thumbs'.
5409
5410 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5411
5412 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5413 include path).
5414 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5415 matching tag.
5416
5417 2006-02-12 Miles Bader <miles@gnu.org>
5418
5419 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5420 New variables.
5421 (rcirc-abbrev-nick): New function.
5422 (rcirc-format-response-string): Rewrite to use the formats in
5423 `rcirc-response-formats' and expand escape sequences therein.
5424 A text-property `rcirc-text' is added over the actual response
5425 text to make easy to find inside the returned string.
5426 (rcirc-print): When filling, just look for the `rcirc-text'
5427 text-property to find the appropriate fill prefix, instead of
5428 using hardwired patterns.
5429
5430 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5431
5432 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5433 Managing Standard.
5434
5435 2006-02-11 Kim F. Storm <storm@cua.dk>
5436
5437 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5438 Don't use insert-buffer; do insert-buffer-substring directly.
5439 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5440
5441 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5442
5443 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5444 with inhibit-read-only. Suggested by Stefan Monnier.
5445 (revert-buffer): Let insert-file-contents discard
5446 buffer-undo-list. Simplify code.
5447 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5448
5449 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5450
5451 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5452
5453 * help.el (describe-key-briefly): Now a wrapper for
5454 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5455 to t. Populate yank-menu if empty.
5456 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5457 (describe-key): Now a wrapper for describe-key-internal. Bind
5458 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5459 (describe-key-internal): Renamed from describe-key.
5460
5461 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5462
5463 * progmodes/glasses.el (glasses-separator): Doc fix.
5464 (glasses-original-separator): New defcustom.
5465 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5466
5467 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5468
5469 * mwheel.el (mouse-wheel-up-event): Doc fix.
5470
5471 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5472
5473 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5474 (tumme-dir): New function. Copied from thumbs.el.
5475
5476 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * desktop.el (desktop-outvar): Fix typo.
5479 (desktop-save-buffer-p): Doc fix.
5480
5481 * subr.el (substitute-key-definition): Fix typo.
5482
5483 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5484
5485 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5486 when window-system is mac.
5487
5488 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5489
5490 2006-02-10 Kim F. Storm <storm@cua.dk>
5491
5492 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5493 indirect-function instead of using condition-case.
5494
5495 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5496
5497 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5498 less `colloquial'...
5499
5500 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5501
5502 * tumme.el: Add a couple of todo items.
5503
5504 2006-02-09 Lars Hansen <larsh@soem.dk>
5505
5506 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5507 (highlight-changes-mode): Don't change desktop-locals-to-save.
5508
5509 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * image-mode.el (image-toggle-display): Clear image cache if using
5512 filename.
5513
5514 2006-02-09 Masatake YAMATO <jet@gyve.org>
5515
5516 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5517 a `dired-man' target.
5518
5519 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5520 boundary of symbols.
5521
5522 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5523
5524 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5525
5526 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5527
5528 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5529 `mapcar'; return nil.
5530
5531 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5532
5533 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5534 some other event.
5535
5536 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5537
5538 * net/rcirc.el (rcirc-startup-channels-alist):
5539 Add irc.freenode.net and #emacs as defaults.
5540 (rcirc-ignore-all-activity-flag): Remove variable.
5541 (rcirc-authinfo): New variable.
5542 (rcirc-authinfo-filename): Remove variable.
5543 (rcirc-always-use-server-buffer-flag): New flag.
5544 (rcirc): M-x rcirc will automatically connect without prompting.
5545 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5546 connection in lisp.
5547 (rcirc-process-server-response-1): Remove everything but the nick
5548 portion of the sender so it doesn't need to be done everywhere
5549 else. Update related code.
5550 (global-map): Remove global keybindings.
5551 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5552 (rcirc-send-input): Split into several functions.
5553 (rcirc-process-input-line, rcirc-process-message)
5554 (rcirc-process-command): New functions.
5555 (rcirc-target-buffer): New function to determine where to route
5556 messages.
5557 (rcirc-user-nick): Save match data.
5558 (rcirc-toggle-ignore-buffer-activity)
5559 (rcirc-update-activity-string): Remove global ignore functionality,
5560 which can be done now by toggling rcirc-track-minor-mode.
5561 (rcirc-track-minor-mode-map): New keymap.
5562 (rcirc-track-minor-mode): New minor-mode.
5563 (ignore): Make the ignore output nicer. Always print it when
5564 adding or removing nicks.
5565 (rcirc-url-regexp): Improve.
5566 (rcirc-mangle-text): Remove properties before using text in the
5567 modeline.
5568 (rcirc-authenticate): Authentication data comes from
5569 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5570 (rcirc-server-prefix): Inherit from rcirc-server.
5571
5572 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5573
5574 * Makefile.in (compile): Append "|| true" to the end of the `find'
5575 command, like compile-always does.
5576
5577 2006-02-08 Sam Steingold <sds@gnu.org>
5578
5579 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5580 output from a dead connection.
5581
5582 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5583
5584 * dired.el (dired-mode-map): Add more bindings for tumme.
5585
5586 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5587
5588 * wdired.el (wdired-mode-map): Use remap.
5589 (wdired-get-filename): Massage.
5590 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5591 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5592 `keymap' property rather than `local-map'.
5593
5594 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5595
5596 * tumme.el (tumme-get-thumbnail-image): New utility function.
5597 Suggested by from Chong Yidong.
5598 (tumme-dired-with-window-configuration): Rename from
5599 `tumme-dired'. Add code to save window configuration.
5600 (tumme-restore-window-configuration): New command to restore the
5601 window configuration that `tumme-dired-with-window-configuration'
5602 saves before it changes the window configuration.
5603 (tumme-show-all-from-dir): New command to display thumbnails for
5604 all files in a directory entered by the user, like M-x thumbs.
5605 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5606 have been created.
5607 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5608 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5609 Remove obsolete test function.
5610
5611 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5612
5613 * vc.el (small-temporary-file-directory): Remove defvar; there's
5614 a defcustom for it in files.el.
5615
5616 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5617 Fix typo in message.
5618 (tumme-gallery-generate): Fix typo in `error' message.
5619 (tumme-display-window-height-correction)
5620 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5621 (tumme-line-up-interactive): Dox fixes.
5622 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5623 (tumme-restore-window-configuration, tumme-format-properties-string)
5624 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5625 Fix typos in docstrings.
5626
5627 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5628
5629 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5630
5631 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5632
5633 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5634 User should use hook if desired.
5635
5636 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5637 buffer if necessary.
5638 (gdb-delete-frame-or-window): New function.
5639 (gdb-breakpoints-mode-map): Bind "q" to it.
5640
5641 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * textmodes/nroff-mode.el: Clean up name space.
5644 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5645 (nroff-mode): Obey the global setting of nroff-electric-mode.
5646 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5647
5648 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5649
5650 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5651
5652 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5653
5654 2006-02-06 Lars Hansen <larsh@soem.dk>
5655
5656 * generic-x.el (etc-fstab-generic-mode): Add file system types
5657 cifs and usbdevfs. Allow special chars in file names.
5658
5659 2006-02-05 Jay Belanger <belanger@truman.edu>
5660
5661 Update copyright notices of the files in lisp/calc.
5662
5663 2006-02-05 Romain Francoise <romain@orebokech.com>
5664
5665 Update copyright notices of all files in the lisp/play directory.
5666
5667 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5668
5669 * ldefs-boot.el: Regenerate.
5670
5671 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5672
5673 2006-02-05 Kim F. Storm <storm@cua.dk>
5674
5675 * files.el (magic-mode-regexp-match-limit): New defvar.
5676 (set-auto-mode): Use it to limit magic-mode-alist matching.
5677
5678 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5679
5680 * simple.el (display-message-or-buffer): Compare the number of
5681 characters to the frame width when determining whether a 1-line
5682 message string will fit in the echo area. Count screen lines
5683 instead of buffer lines when determining whether a multi-line
5684 message will fit in the echo area/minibuffer window.
5685
5686 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5687
5688 * info.el (Info-index, Info-mode): Improve the description of the
5689 `i' command.
5690
5691 * ldefs-boot.el: Regenerate.
5692
5693 2006-02-03 Werner Lemberg <wl@gnu.org>
5694
5695 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5696 greedy to find the closing bracket in \*[...] and similar
5697 expressions. This is a first rough fix -- many additional
5698 refinements are necessary to make nroff mode really usable with groff.
5699
5700 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5701
5702 * international/mule-cmds.el (set-locale-environment):
5703 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5704 libX11.
5705
5706 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5707
5708 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5709 archive are created in archive-tmpdir.
5710
5711 2006-02-02 John Paul Wallington <jpw@pobox.com>
5712
5713 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5714 (ibuffer-fontification-alist): Use it.
5715 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5716 to "* z" and the Ibuffer Mark menu.
5717
5718 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5719
5720 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5721
5722 * textmodes/table.el (*table--cell-describe-mode)
5723 (*table--cell-describe-bindings): Undo last change since
5724 print-help-return-message is not obsoleted by anything at all.
5725
5726 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5727
5728 * emulation/cua-base.el (cua-mode): Doc fix.
5729
5730 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5731
5732 * dframe.el (dframe-handle-make-frame-visible)
5733 (dframe-handle-iconify-frame, dframe-get-focus)
5734 (dframe-select-attached-frame, dframe-power-click)
5735 (dframe-frame-mode): Fix typos in docstrings.
5736
5737 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5738 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5739 Fix typos in docstrings.
5740
5741 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5742 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5743 (hi-lock-archaic-interface-message-used)
5744 (hi-lock-file-patterns-range): Fix typos in docstrings.
5745
5746 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5747 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5748
5749 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5750 Fix typo in docstring.
5751
5752 * net/newsticker.el (newsticker--decode-iso8601-date)
5753 (newsticker--set-customvar, newsticker--buffer-insert-item)
5754 (newsticker--do-run-auto-mark-filter)
5755 (newsticker--parse-generic-feed): Doc fixes.
5756 (newsticker--retrieval-timer-list, newsticker-url-list)
5757 (newsticker-hide-immortal-items-in-echo-area)
5758 (newsticker-hide-obsolete-items-in-echo-area)
5759 (newsticker-new-item-face, newsticker--enclosure)
5760 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5761 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5762 (newsticker--parse-generic-feed, newsticker--cache-contains)
5763 (newsticker--stat-num-items, newsticker-download-enclosures):
5764 Fix typos in docstrings.
5765
5766 * net/rcirc.el (rcirc-debug): Doc fix.
5767 (rcirc-fill-column, rcirc-receive-message-hooks)
5768 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5769 (rcirc-mode, rcirc-generate-new-buffer-name)
5770 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5771 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5772 Fix typos in docstrings.
5773 (rcirc-print): "?\ " -> "?\s".
5774 (rcirc-cmd-join): Improve argument/docstring consistency.
5775
5776 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5777
5778 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5779 before narrow-to-region.
5780
5781 2006-02-01 Richard M. Stallman <rms@gnu.org>
5782
5783 * simple.el (move-beginning-of-line): Scan properly for invis change.
5784
5785 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5786
5787 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5788
5789 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5790 change bit only when id-format is 'integer. Reported by Matt
5791 Hodges <M.P.Hodges@rl.ac.uk>.
5792
5793 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5794
5795 * hilit-chg.el (highlight-changes-initial-state)
5796 (highlight-changes-global-initial-state): Doc fixes.
5797 (highlight-changes-global-modes, global-highlight-changes):
5798 Fix typos in docstrings.
5799
5800 2006-02-01 Kim F. Storm <storm@cua.dk>
5801
5802 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5803 transient-mark-mode in doc string.
5804
5805 2006-01-31 Richard M. Stallman <rms@gnu.org>
5806
5807 * replace.el (multi-occur): Doc fix.
5808 (multi-occur-in-matching-buffers): Rename from
5809 multi-occur-by-filename-regexp. Prefix arg says match
5810 buffer names instead of file names.
5811
5812 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5813
5814 * bs.el: Allow non-default values of `bs-header-lines-length'.
5815 (bs--running-in-xemacs): Remove (not needed anymore).
5816 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5817 instead of `shrink-window', thus avoiding having to compute the
5818 height of the window.
5819 (bs--up): Wrap around even when there's no header.
5820 (bs--down): Use `forward-line' instead of `next-line'.
5821
5822 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * image-mode.el (image-toggle-display): Use file name if possible,
5825 instead of unnecessarily allocating a (possibly huge) lisp string.
5826
5827 2006-01-30 John Paul Wallington <jpw@pobox.com>
5828
5829 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5830 because the `assert' macro signals it at runtime.
5831
5832 * emacs-lisp/cl.el (toplevel): Remove definition of
5833 `cl-assertion-failed' condition.
5834
5835 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5836
5837 * thumbs.el (thumbs-marked-list): Make buffer-local and
5838 permanent-local.
5839 (thumbs-insert-thumb): Make help-echo non-sticky.
5840 (thumbs-file-alist): Use eolp as check for (non)-image.
5841
5842 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5843
5844 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5845 (ediff-before-session-group-setup-hooks)
5846 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5847 Fix typos in docstrings.
5848
5849 * window.el (bw-dir, bw-eqdir, balance-windows)
5850 (split-window-keep-point): Fix typos in docstrings.
5851
5852 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5853 (org-quote-string, org-calendar-to-agenda-key)
5854 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5855 (org-show-following-heading, org-tags-column)
5856 (org-use-tag-inheritance, org, org-allow-space-in-links)
5857 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5858 (org-enable-table-editor, org-calc-default-modes)
5859 (org-table-allow-automatic-line-recalculation)
5860 (org-export-html-style, org-export-with-fixed-width)
5861 (org-export-with-sub-superscripts, org-special-keyword)
5862 (org-formula, org-time-grid, org-table-may-need-update)
5863 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5864 (org-goto-quit, org-get-indentation, org-end-of-item)
5865 (org-move-item-down, org-move-item-up)
5866 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5867 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5868 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5869 (org-agenda-log-mode, org-agenda-toggle-diary)
5870 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5871 (org-agenda-file-to-end, org-agenda-no-heading-message)
5872 (org-agenda-get-closed, org-format-agenda-item)
5873 (org-cmp-priority, org-cmp-category, org-cmp-time)
5874 (org-agenda-change-all-lines, org-agenda-diary-entry)
5875 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5876 (org-link-search, org-camel-to-words, org-open-file)
5877 (org-remember-handler, org-table-convert-region)
5878 (org-table-move-row-down, org-table-move-row-up)
5879 (org-table-copy-region, org-table-wrap-region)
5880 (org-table-toggle-vline-visibility)
5881 (org-table-get-vertical-vector, org-table-modify-formulas)
5882 (org-table-get-specials, org-recalc-commands)
5883 (org-table-rotate-recalc-marks, org-table-eval-formula)
5884 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5885 (org-level-color-stars-only, org-insert-heading):
5886 Fix typos in docstrings.
5887 (last-arg): Add defvar.
5888
5889 * makefile.w32-in (WINS): Add erc.
5890 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5891
5892 2006-01-29 Bill Wohler <wohler@newt.com>
5893
5894 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5895 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5896 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5897 (mh-autoloads): Don't use comments on otherwise empty lines.
5898
5899 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5900
5901 * emulation/viper.el (viper-major-mode-modifier-list): Add
5902 insert-state and vi-state entries for erc-mode.
5903 (viper-go-away, viper-set-hooks): Add and remove
5904 viper-comint-mode-hook from erc-mode-hook as appropriate.
5905
5906 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5907
5908 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5909
5910 * bs.el (bs--format-aux): Implement `middle' alignment as
5911 described in the docstring for `bs-attributes-list'.
5912 (bs--get-name): Simplify. Don't pad the buffer name.
5913
5914 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5915
5916 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5917 English aspell dictionary is installed, use the first entry of
5918 ispell-dictionary-alist-1.
5919
5920 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5921
5922 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5923 Doc fix.
5924
5925 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5926
5927 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5928 for `process-file', in order to let it work for older Emacsen too.
5929
5930 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5931
5932 * international/latexenc.el: Add a suitable `coding:' tag.
5933 (latexenc-find-file-coding-system): Undo last change.
5934
5935 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5936
5937 * international/latexenc.el (latexenc-find-file-coding-system):
5938 Make sure latexenc-main-file is a regular file and is readable.
5939
5940 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5941
5942 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5943 Pass FILE to vc-user-login-name.
5944
5945 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5946
5947 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5948
5949 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5950 there are no more images to display.
5951 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5952 the next image.
5953
5954 2006-01-26 Richard M. Stallman <rms@gnu.org>
5955
5956 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5957
5958 * wid-edit.el (advertised-widget-backward): New alias.
5959 (widget-keymap): Use advertised-widget-backward for S-TAB.
5960
5961 * tumme.el: Correct the keywords.
5962 (tumme-dir-max-size): Use defvar.
5963 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5964
5965 * simple.el (move-beginning-of-line): Take account of fields.
5966 (clone-indirect-buffer-other-window): Take args like
5967 clone-indirect-buffer, and work like it.
5968
5969 * help-fns.el (describe-function): Don't pass `nil' as default.
5970
5971 * files.el (risky-local-variable-p): Follow var aliases.
5972
5973 * subr.el (lazy-completion-table): Doc fix.
5974
5975 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5976 global binding of `line'.
5977
5978 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5979
5980 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5981 Tramp.
5982
5983 * vc.el (vc-default-dired-state-info): Pass FILE to
5984 vc-user-login-name.
5985 (vc-default-update-changelog): Don't use vc-user-login-name, we
5986 don't need it here.
5987
5988 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5989 no longer necessary.
5990
5991 2006-01-25 Kenichi Handa <handa@m17n.org>
5992
5993 * international/mule.el (decode-char): Avoid the overhead of
5994 calling utf-lookup-subst-table-for-decode if
5995 utf-translate-cjk-mode is nil.
5996 (encode-char): Avoid the overhead of calling
5997 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5998 nil.
5999
6000 2006-01-22 Kenichi Handa <handa@m17n.org>
6001
6002 * international/mule.el (make-subsidiary-coding-system): Reset
6003 `coding-system-define-form' property of subsidiaries to nil.
6004 Avoid duplicated entry in coding-system-alist.
6005 (make-coding-system): Avoid duplicated entry in
6006 coding-system-alist.
6007 (define-coding-system-alias): Likewise.
6008
6009 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6010
6011 * completion.el: Minor fixes in introductory comment.
6012 (completion-def-wrapper): Fix alist.
6013
6014 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6015
6016 * thumbs.el (thumbs-new-image-size): New function.
6017 (thumbs-increment-image-size-element)
6018 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6019 (thumbs-decrement-image-size): Delete.
6020 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6021 temp files and use to resize.
6022 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6023 Use increment argument to enlarge/shrink. Preserve point.
6024 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6025 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6026 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6027 (thumbs-mark, thumbs-unmark): Preserve point.
6028 (thumbs-modify-image): Keep old temp files and use to modify.
6029 Cleanup old temp files at load time. Preserve point.
6030 (thumbs-view-image-mode-map): Use new command names.
6031
6032 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6035
6036 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6037 the nastiest part of the cyclic dependency.
6038 (cal-menu-update): Use dotimes and calendar-increment-month.
6039
6040 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6041 (calendar-week-start-day): Add an :initializer.
6042 (calendar-mode-map): Use suppress-keymap, and command remapping.
6043 (describe-calendar-mode): Setup xref-stack info for the back button.
6044 (calendar-star-date): Insert before delete.
6045 (calendar-set-mode-line): Add file-modified info if applicable.
6046 (calendar-increment-month): New function.
6047
6048 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6049
6050 * font-lock.el (lisp-font-lock-keywords-2):
6051 Recognize "& keywords" only at word boundaries.
6052
6053 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6054
6055 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6056 and permanent-local.
6057 (thumbs-max-image-number): New variable.
6058 (thumbs-do-thumbs-insertion): Use them.
6059 (thumbs-per-line): Change default to 4.
6060 (thumbs-marked-list): Rename from thumbs-markedL.
6061 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6062 (thumbs-rename-images): Use -list instead of L for internal variables.
6063 (thumbs-call-convert): Use call-process instead of shell-command.
6064 (thumbs-insert-thumb): Add filename as help-echo to each image.
6065 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6066 Give dir to thumbs-show-thumbs-list.
6067 (thumbs-show-thumbs-list): Set default-directory to that of images.
6068 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6069 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6070 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6071 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6072
6073 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * ses.el (ses-read-cell): Provide a default value.
6076
6077 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6078
6079 * term/w32-win.el (image-library-alist): Add additional names for
6080 GIF library.
6081
6082 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6083
6084 * international/latexenc.el (latexenc-find-file-coding-system):
6085 Add file-regular-p check.
6086
6087 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * simple.el (clone-buffer): Don't show the new buffer in the same
6090 window.
6091
6092 2006-01-23 Juri Linkov <juri@jurta.org>
6093
6094 * faces.el (link, link-visited): New faces based on default values
6095 of `info-xref' and `info-xref-visited'.
6096
6097 * info.el (info-xref): Inherit from `link'.
6098 (info-xref-visited): Inherit from `link-visited'.
6099
6100 * cus-edit.el (custom-buffer-create-internal): Use widget type
6101 `custom-manual' instead of `info-link' and don't set properties
6102 `button-face' and `mouse-face' explicitly.
6103 (custom-browse-group-tag, custom-browse-variable-tag)
6104 (custom-browse-face-tag): Inherit from widget class
6105 `custom-group-link' instead of `push-button'.
6106 (custom-button-unraised): Inherit from `underline' face.
6107 (custom-link): Inherit from `link' face. Fix doc and group.
6108 (custom-add-parent-links, custom-group-value-create): Don't set
6109 properties `button-face' and `mouse-face' explicitly for
6110 `custom-group-link' widget.
6111 (custom-group-link): Add properties `button-face' and `mouse-face'
6112 to widget definition.
6113 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6114 editable-field's :keymap property.
6115 (custom-mode): Fix docstring: substitute keybindings for
6116 `widget-forward' and `widget-backward' from `widget-keymap',
6117 `widget-complete' from `custom-field-keymap', replace old
6118 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6119
6120 * desktop.el (desktop-load-file): Check for `fboundp' before
6121 calling `symbol-function'.
6122
6123 * simple.el (clone-buffer, clone-indirect-buffer)
6124 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6125 `read-string'. Fix prompts.
6126
6127 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6128
6129 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6130
6131 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6132
6133 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6134
6135 * startup.el (inhibit-splash-screen, initial-scratch-message):
6136 Doc fixes.
6137
6138 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6139
6140 Sync with Tramp 2.0.52.
6141
6142 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6143 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6144 `tramp-unload-tramp' for checklist.
6145
6146 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6147 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6148 (tramp-unload-file-name-handler-alist)
6149 (tramp-unload-tramp): New defuns.
6150 (tramp-advice-PC-expand-many-files): New defadvice.
6151 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6152 removed.
6153 (tramp-handle-expand-file-name): Remove double slash.
6154 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6155 It doesn't matter, because it will be converted later on.
6156 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6157 implementation was just heuristic.
6158 (tramp-post-connection): Set uid and gid properties.
6159 (tramp-convert-file-attributes): Set file's gid change bit.
6160 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6161 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6162 in case of su(do)? methods. The home directory of the local user
6163 will be taken else.
6164 (tramp-open-connection-telnet)
6165 (tramp-open-connection-rsh, tramp-open-connection-su)
6166 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6167 local shell prompt could hurt. Reported by Romain Francoise
6168 <romain@orebokech.com>.
6169 (tramp-let-maybe): Add `edebug-form-spec' property.
6170 (tramp-handle-expand-file-name): Bind `default-directory' locally
6171 to "/" in order to avoid problems with UNC shares or Cygwin
6172 mounts.
6173 (tramp-md5-function): Fix typo in error message.
6174
6175 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6176
6177 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6178 for byte-compiler pacification.
6179
6180 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6181
6182 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6183 ID-FORMAT `string'. This allows us to get rid of
6184 `vc-user-login-name UID'.
6185
6186 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6187
6188 2006-01-22 John Paul Wallington <jpw@pobox.com>
6189
6190 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6191
6192 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6193
6194 * emacs-lisp/find-func.el (find-definition-noselect)
6195 (find-variable-noselect): Search variables in C source code too.
6196 (find-function-C-source, find-function-noselect, find-function)
6197 (find-function-other-frame, find-variable-noselect, find-variable)
6198 (find-variable-other-frame, find-variable-at-point):
6199 Fix docstrings.
6200
6201 2006-01-21 Francesco Potorti` <pot@gnu.org>
6202
6203 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6204
6205 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6206
6207 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6208 Default to disabling the "Save affix" question.
6209
6210 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6211
6212 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6213 the first arg to run-python.
6214
6215 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6216
6217 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6218 is not loaded.
6219
6220 2006-01-20 Jay Belanger <belanger@truman.edu>
6221
6222 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6223 limit is 0.
6224
6225 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6226 the correct variable.
6227
6228 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6229
6230 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6231 link. Fixed buggy argument sequence in call to `org-view-tags'.
6232 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6233 (org-prefix-has-tag): New variable.
6234 (org-format-agenda-item): Remove tags from headline if
6235 appropriate.
6236 (org-agenda-remove-tags-when-in-prefix): New option.
6237 (org-get-tags-at): New function.
6238
6239 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6240
6241 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6242 (thumbs-find-image): Move image name and number from buffer name
6243 to mode name. Set thumbs-buffer. Preserve point so that large
6244 images remain visible.
6245 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6246 order.
6247 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6248 mode name.
6249 (thumbs-next-image, thumbs-previous-image): Make them work.
6250
6251 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6252
6253 * cus-edit.el (custom-buffer-create-internal): State in the text above
6254 the whole buffer buttons that they do not operate on hidden items.
6255 (custom-face-menu): Use `custom-face-save' instead of
6256 `custom-face-save-command'.
6257 (custom-face-save-command): Make it an alias for `custom-face-save'
6258 and declare it obsolete.
6259 (custom-face-save): Doc fix.
6260
6261 * dired.el (dired-no-confirm): Add quote.
6262 (dired-subdir-alist-pre-R): Add quote in
6263 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6264
6265 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6266
6267 * textmodes/table.el (table-mode-indicator): Typo in last change.
6268
6269 2006-01-19 Richard M. Stallman <rms@gnu.org>
6270
6271 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6272 Fixes bug reported in Nov 2005.
6273
6274 * isearch.el (isearch-forward): Doc fix.
6275
6276 * dired.el (dired-move-to-filename-regexp): Define as alias.
6277 (dired-no-confirm): Use defcustom.
6278 (dired-subdir-alist-pre-R): Put defvar at top level.
6279
6280 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6281
6282 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6283 Mark as risky.
6284
6285 * simple.el (set-mark-command): Doc fix.
6286 (clone-indirect-buffer-other-window):
6287 Read arg like clone-indirect-buffer.
6288 (move-beginning-of-line): Skip invisible newlines.
6289
6290 2006-01-19 Masatake YAMATO <jet@gyve.org>
6291
6292 * progmodes/cpp.el (cpp-edit-load): Make the order of
6293 listed conditions in a base C code buffer and its associate
6294 CPP Edit buffer the same.
6295
6296 2006-01-19 Kenichi Handa <handa@m17n.org>
6297
6298 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6299 (rmail-mime-feature): Likewise.
6300 (rmail-require-mime-maybe): Use display-warning to show a warning
6301 message.
6302
6303 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6304 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6305
6306 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6307
6308 * array.el: Move defvars out of eval-when-compile.
6309 (array-make-template): Replace undeclared global var with a local one.
6310 (array-mode): Inline initialization functions.
6311 (array-init-local-variables, array-init-max-row)
6312 (array-init-max-column, array-init-columns-per-line)
6313 (array-init-field-width, array-init-rows-numbered)
6314 (array-init-line-length, array-init-lines-per-row): Remove.
6315
6316 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6317 (doc-mode-map): Define explicitly.
6318 (doctor-txtype): Use mapc.
6319
6320 * textmodes/table.el: Move defvars out of eval-when-compile.
6321 Remove harmful code meant to avoid byte-compiler warnings.
6322 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6323 specification that checks table-fixed-width-mode directly.
6324 (table-recognize-region, table-recognize-cell):
6325 Use restore-buffer-modified-p.
6326 (table-fixed-width-mode): Remove code that refreshes
6327 table-fixed-mode-indicator.
6328 (*table--cell-describe-bindings, *table--cell-describe-mode):
6329 Avoid obsolete name print-help-return-message.
6330 (table--test-cell-list): Don't use replace-regexp from elisp.
6331 (table--point-entered-cell-function, table--point-left-cell-function):
6332 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6333
6334 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6335 that was after the end of file. Use buffer-file-name variable.
6336 (org-timestamp-change): Use with-current-buffer.
6337 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6338 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6339 `file'.
6340
6341 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6342 (fortran-break-line): Remove unused var `opoint'.
6343 (fortran-abbrev-start): Obey help-event-list.
6344
6345 2006-01-18 Jesper Harder <harder@phys.au.dk>
6346
6347 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6348
6349 2006-01-18 Masatake YAMATO <jet@gyve.org>
6350
6351 * progmodes/make-mode.el (makefile-imake-mode): New mode
6352 derived from makefile-mode.
6353 (makefile-imake-mode-syntax-table): New syntax table
6354 derived from makefile-mode-syntax-table.
6355 (makefile-mode): Write about makefile-imake-mode in doc string.
6356 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6357 (makefile-imake-font-lock-keywords): New font lock keywords.
6358
6359 * files.el (auto-mode-alist): Add Imakefile.
6360
6361 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6362
6363 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6364 loading the file rather than when turning on flyspell-mode.
6365
6366 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6367
6368 * cus-edit.el (customize-rogue): Minor doc fix.
6369
6370 2006-01-17 Juri Linkov <juri@jurta.org>
6371
6372 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6373 instead of the file at the mark as default if the file at the mark
6374 is the same as the file at point or if dired-dwim-target-directory
6375 is not the same as the current directory and the mark is not active.
6376
6377 * log-view.el (log-view-minor-wrap): Use the same logic to get
6378 revisions as `log-view-diff'.
6379
6380 * info.el (Info-revert-find-node): Check for Info-current-file
6381 before preserving new-history.
6382
6383 * man.el (Man-heading-regexp): Add `/'.
6384
6385 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6386 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6387
6388 2006-01-16 Juri Linkov <juri@jurta.org>
6389
6390 * faces.el (mode-line-faces): New defgroup.
6391 (mode-line-highlight): Move definition after new defgroup.
6392 (mode-line, mode-line-inactive, mode-line-highlight):
6393 Replace :group `modeline' with `mode-line-faces'.
6394 (mode-line-buffer-id): New face.
6395 (modeline-buffer-id): New face alias.
6396 (vertical-border): Remove :group `modeline'.
6397
6398 * bindings.el (propertized-buffer-identification): Use face
6399 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6400 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6401 (mode-line-buffer-identification-keymap): For mouse-1 replace
6402 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6403 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6404 mouse-3.
6405
6406 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6407 Buffer-menu-buffer. Doc fix.
6408 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6409 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6410 `Buffer-menu-buffer'.
6411
6412 * info.el (Info-mode-line-node-keymap): New defvar.
6413 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6414 Propertize Info-current-node with `mode-line-buffer-id' and
6415 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6416
6417 * time.el (display-time-mail-face): Replace :group `faces' with
6418 `mode-line-faces'.
6419
6420 2006-01-16 Kenichi Handa <handa@m17n.org>
6421
6422 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6423
6424 * language/european.el (cp1252): New alias for windows-1252.
6425
6426 * international/mule.el (autoload-coding-system): Prepare for EOL
6427 variants.
6428
6429 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6430
6431 * term.el (term-raw-map): Add mapping for insert.
6432 (term-send-insert): New.
6433 (term-mode): Make variables local here instead of doing it in
6434 `term-emulate-terminal'.
6435 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6436 Scroll reverse needs to take into account the scroll region.
6437 Saving and restoring the cursor should save the color attributes too.
6438 (term-reset-terminal): Reset the scroll region.
6439 (term-handle-ansi-escape): Cursor up and down should take into
6440 account the scroll region.
6441 (term-set-scroll-region): Rename from `term-scroll-region'.
6442 Move to 0,0 after setting the region.
6443 (term-handle-scroll): Handle scroll up.
6444 (term-down): Fix off by one error.
6445 (term-delete-lines): Do not delete outside the scroll region.
6446 (term-insert-lines): Take into account the scroll region.
6447
6448 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6449
6450 * textmodes/ispell.el (ispell-internal-change-dictionary)
6451 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6452 (start, end): Move declaration outside of eval-when-compile.
6453
6454 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6455 (flyspell-mode-on): Use it.
6456
6457 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6458 ispell-kill-ispell-hook.
6459
6460 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6461
6462 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6463 (Custom-reset-saved): Do not ask for confirmation in single option
6464 buffers.
6465
6466 2006-01-13 Richard M. Stallman <rms@gnu.org>
6467
6468 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6469
6470 2006-01-13 Romain Francoise <romain@orebokech.com>
6471
6472 * add-log.el (add-change-log-entry, change-log-merge):
6473 Conditionally use `hard-newline'.
6474
6475 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6476
6477 * wid-edit.el (widget-field-end): If the overlay is no longer
6478 associated with a buffer, behave as if the overlay didn't exist.
6479
6480 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6481 Make sure the links use the `custom-link' face.
6482
6483 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6486 (ld-script-mode): Don't set indent-line-function since we don't
6487 have one.
6488
6489 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6490
6491 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6492 application.
6493 (org-file-apps-defaults-gnu): Use mailcap as the default for
6494 selecting an application on a UNIX system.
6495 (org-agenda-show-tags): New command.
6496 (org-table-insert-hline): Keep cursor in current table line.
6497 (org-table-convert): Offset effect of modifying
6498 `org-table-insert-hline'.
6499 (org-format-agenda-item): New optional argument TAG.
6500 (org-compile-prefix-format): Handle %T format for the tag.
6501 (org-expand-wide-chars): New function.
6502 (org-table-insert-row, org-table-insert-hline):
6503 Use `org-expand-wide-chars'.
6504 (org-open-file): Fix bug in program launch.
6505 (org-get-time-of-day): Fix bug with times before 1am.
6506 (org-agenda-menu): Add tags commands.
6507
6508 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6509
6510 * textmodes/ispell.el (ispell-init-process): Include the used
6511 dictionary in ispell process start message.
6512 (ispell-internal-change-dictionary): When flyspell-mode is active
6513 and dictionary is changed, make sure ispell process is restarted
6514 and flyspell word cache cleared out for the current buffer.
6515 (ispell-change-dictionary): Make sure flyspell word cache is
6516 cleared out in all buffers with active flyspell mode when
6517 dictionary is globally changed.
6518 Call ispell-internal-change-dictionary after dictionary change.
6519
6520 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6521
6522 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6523
6524 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6525 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6526 years. Fix small differences wrt Makefile.in.
6527 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6528 Makefile.in does.
6529
6530 2006-01-12 Bill Wohler <wohler@newt.com>
6531
6532 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6533 mh-search.el.
6534
6535 2006-01-12 Masatake YAMATO <jet@gyve.org>
6536
6537 * progmodes/ld-script.el: Update copyright year.
6538
6539 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6542 Don't add widget if setting undefined.
6543
6544 2006-01-12 John Paul Wallington <jpw@pobox.com>
6545
6546 * help-fns.el (describe-variable): Remove newlines from void
6547 variable output.
6548
6549 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6550
6551 * wdired.el (wdired-mode-map): Add help echo for
6552 wdired-abort-changes.
6553
6554 * man.el (Man-file-name-regexp): Adjust for a list of files.
6555
6556 2006-01-12 Masatake YAMATO <jet@gyve.org>
6557
6558 * progmodes/ld-script.el (auto-mode-alist): Support
6559 suffix conventions used in netbsd and eCos.
6560
6561 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6562
6563 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6564 (custom-variable-menu, custom-face-menu, custom-group-menu)
6565 (Custom-mode-menu): Change names of menu items. (As discussed on
6566 emacs-devel.)
6567 (custom-face-menu): Add "Undo Edits" item.
6568
6569 * startup.el (init-file-user): defcustom -> defvar.
6570
6571 * tooltip.el (tooltip-mode): Doc fix.
6572
6573 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * reveal.el (reveal-post-command): window-buffer signals an error on
6576 dead windows rather than returning nil.
6577 (reveal-open-new-overlays): An overlay might die while we open others.
6578
6579 2006-01-11 Bill Wohler <wohler@newt.com>
6580
6581 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6582 phrasing in docstring.
6583
6584 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6585 can give some systems gas. Add new file mh-buffers.el.
6586
6587 2006-01-06 Masatake YAMATO <jet@gyve.org>
6588
6589 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6590 C preprocessor forward ported from GNU Emacs 21.2.
6591
6592 * progmodes/asm-mode.el (asm-font-lock-keywords):
6593 Use `cpp-font-lock-keywords'.
6594
6595 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6596
6597 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6598 of $ for "\\.ld[s]?".
6599
6600 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6603 (tcl-indent-line): Return `noindent' if inside a string.
6604
6605 * progmodes/flymake.el (flymake-split-string): Remove more than one
6606 empty string at beg/end of the result.
6607 (flymake-find-buildfile, flymake-find-possible-master-files):
6608 Use expand-file-name.
6609 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6610 since expand-file-name does it for us. Use directory-file-name.
6611 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6612 (flymake-ler-get-type, flymake-ler-get-text)
6613 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6614 (flymake-current-line-no): Remove spurious interactive spec.
6615 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6616 (flymake-check-include): Remove arg inc-path merged into inc-name.
6617 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6618 Arg regexp-list replaced by a simple regexp.
6619 (flymake-master-make-header-init, flymake-master-tex-init):
6620 Correspondingly replace regexp-list with a regexp. Fix regexp.
6621
6622 2006-01-10 Simon Josefsson <jas@extundo.com>
6623
6624 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6625 describing AUTH PLAIN fix.
6626
6627 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6628
6629 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6630 (report-emacs-bug): Don't record initial prompt text.
6631 Instead, add text properties to prompting text.
6632 (report-emacs-bug-hook): Delete prompting text.
6633
6634 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6637 `dirs'. Adjust callers.
6638
6639 2006-01-09 John Paul Wallington <jpw@gnu.org>
6640
6641 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6642
6643 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6644
6645 * reveal.el (reveal-open-new-overlays): New extracted fun.
6646 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6647 using them. Simplify the code.
6648 (reveal-post-command): Use them. Fix up obsolete windows in
6649 reveal-open-spots.
6650
6651 * progmodes/flymake.el: Use `require' rather than autoload for
6652 XEmacs's overlays.
6653 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6654 Delete. Use file-relative-name instead.
6655 (flymake-get-syntax-check-program-args, flymake-perl-init):
6656 Simplify the resulting code.
6657
6658 * log-view.el (log-view-file-re, log-view-message-re): Add support
6659 for DaRCS output.
6660
6661 2006-01-09 Alex Schroeder <alex@gnu.org>
6662
6663 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6664 identifiers sometimes added in square brackets at the beginning of
6665 subject lines.
6666
6667 2006-01-07 Richard M. Stallman <rms@gnu.org>
6668
6669 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6670 (Custom-reset-current, Custom-reset-saved): Change question text.
6671 (Custom-reset-standard): Likewise.
6672 (custom-variable-reset-saved): Doc fix.
6673
6674 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6675
6676 * startup.el (init-file-user): Doc fix.
6677
6678 2006-01-07 Alex Schroeder <alex@gnu.org>
6679
6680 * mail/rmail.el (rmail-current-subject): New function.
6681 (rmail-current-subject-regexp): New function.
6682 (rmail-next-same-subject): Use it.
6683
6684 * mail/rmailsum.el (rmail-summary-by-topic):
6685 Use rmail-current-subject and rmail-current-subject-regexp.
6686 (rmail-summary-next-same-subject): Ditto.
6687
6688 * net/rcirc.el (rcirc-send-input): No longer check whether the
6689 process is open, since not all commands need an open process.
6690 (rcirc-send-string): Check whether the process is open before
6691 sending anything.
6692 (rcirc-ignore-list): New option.
6693 (rcirc-ignore-list-automatic): New variable.
6694 (rcirc-print): Take rcirc-ignore-list into account.
6695 (rcirc-cmd-ignore): New command.
6696 (rcirc-ignore-update-automatic): New function.
6697 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6698 list if ignored nicks.
6699 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6700
6701 2006-01-06 David Reitter <david.reitter@gmail.com>
6702
6703 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6704 reflect the address to which the report will be sent.
6705
6706 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6707
6708 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6709 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6710
6711 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6712
6713 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6714
6715 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6716 the doc string: "functoin" => "function".
6717 * ldefs-boot.el: Likewise.
6718
6719 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6720 message text: "Duplicat" => "Duplicate".
6721
6722 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6723
6724 * files.el (basic-save-buffer-2): If backing-up failed, reset
6725 buffer-backed-up to nil.
6726
6727 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6728
6729 * progmodes/gud.el (gdb-script-skip-to-head)
6730 (gdb-script-calculate-indentation): Indent for breakpoint command
6731 lists also.
6732
6733 2006-01-05 Bill Wohler <wohler@newt.com>
6734
6735 * Makefile.in (compile-always): Add mh-autoloads dependency.
6736 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6737 provides it.
6738 (updates): Remove mh-autoloads dependency, since it probably has
6739 already run recently (via recompile).
6740
6741 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6744 argument `force' to disable the flyspell-last-buffer optimization.
6745 (flyspell-mode-on): Use it.
6746
6747 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6748 flymake-simple-cleanup.
6749 (flymake-allowed-file-name-masks): Use this new default.
6750 All the functions are now called in the right buffer rather than
6751 passing the buffer as argument.
6752 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6753 (flymake-parse-err-lines): Remove redundant buffer arg.
6754 (flymake-get-program-dir): Comment out unused function.
6755 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6756 Remove redundant buffer argument.
6757 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6758 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6759
6760 2006-01-05 Richard M. Stallman <rms@gnu.org>
6761
6762 * info.el (Info-find-node): Don't record previous node if have none.
6763 (info): Go to directory only if history is empty.
6764
6765 * simple.el (mark): Doc fix.
6766
6767 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6768
6769 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6770 already of desired type.
6771 (mac-ae-list): Coerce parameter to "list" type.
6772 (mac-dispatch-apple-event): Replace cadr part of event with a
6773 dummy position so that event-start returns it.
6774
6775 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6776
6777 * textmodes/org.el (org-end-of-subtree): New function.
6778 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6779 Use `org-end-of-subtree'.
6780 (org-agenda, org-agenda-convert-date): Protect calls to
6781 `fit-window-to-buffer'.
6782 (org-tags-view): Force matching of sublevels when doing a
6783 todo-only search. Define the correct redo command, including the
6784 arguments.
6785 (org-agenda-redo): Display message.
6786 (org-check-for-org-mode): New function.
6787 (org-agenda-type): New variable.
6788 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6789 Set `org-agenda-type'.
6790 (org-agenda-check-type): New function.
6791 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6792 (org-agenda-week-view, org-agenda-day-view)
6793 (org-agenda-next-date-line, org-agenda-previous-date-line)
6794 (org-agenda-log-mode, org-agenda-toggle-diary)
6795 (org-agenda-toggle-time-grid, org-agenda-date-later)
6796 (org-agenda-date-prompt, org-agenda-diary-entry)
6797 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6798 (org-agenda-convert-date, org-agenda-menu):
6799 Use `org-agenda-check-type'.
6800 (org-make-overlay, org-delete-overlay)
6801 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6802 New compatibility functions.
6803 (org-calendar-select-mouse): New command.
6804
6805 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6806
6807 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6808 (Custom-reset-standard): Fix y-or-n-p messages.
6809 (custom-link): New face for links.
6810 (custom-buffer-create-internal, custom-manual): Use it.
6811 (custom-face-save): Push to theme-face before setting face spec.
6812
6813 * wid-edit.el (widget-default-mouse-face-get): New function.
6814 (widget-specify-button): Handle mouse-face like button-face.
6815
6816 * custom.el (load-theme): Clear old theme settings if reloading.
6817
6818 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6819
6820 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6821 "Erase Customization" button back to same position it occupies in
6822 the individual State menus.
6823
6824 2006-01-04 Kim F. Storm <storm@cua.dk>
6825
6826 * wid-edit.el (key-sequence): Rework widget to read key binding
6827 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6828 (widget-key-sequence-default-value): Default value for empty sequence.
6829 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6830 (widget-key-sequence-read-event): New command for C-q.
6831 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6832 (widget-key-sequence-value-to-external): New functions.
6833
6834 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6837 Use expand-file-name.
6838 (flymake-delete-temp-directory): Use expand-file-name,
6839 file-name-directory, and directory-file-name.
6840 (flymake-strrchr): Delete.
6841 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6842 to the init-f function.
6843 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6844 (flymake-init-find-buildfile-dir)
6845 (flymake-init-create-temp-source-and-master-buffer-copy)
6846 (flymake-simple-make-init-impl, flymake-simple-make-init)
6847 (flymake-master-make-init, flymake-master-make-header-init)
6848 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6849 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6850 (flymake-xml-init): Remove corresponding redundant buffer argument.
6851 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6852 the default anyway. Clean up regexps.
6853
6854 * progmodes/flymake.el (flymake-temp-source-file-name)
6855 (flymake-master-file-name, flymake-temp-master-file-name)
6856 (flymake-base-dir): New buffer-local vars.
6857 (flymake-buffer-data, flymake-get-buffer-value)
6858 (flymake-set-buffer-value): Replace those hash-tables by the new
6859 buffer-local vars. Update callers.
6860
6861 * progmodes/flymake.el (flymake-check-start-time)
6862 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6863 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6864 Move definition, so we can remove redundant earlier declaration.
6865 (flymake-replace-regexp-in-string, flymake-split-string)
6866 (flymake-get-temp-dir): Use defalias.
6867 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6868 (flymake-xemacs-window-edges): Remove unused function.
6869 (flymake-get-point-pixel-pos): Move.
6870 (flymake-pid-to-names, flymake-reg-names)
6871 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6872 Replace by a simple list flymake-processes and by process-buffer.
6873 Update callers. Other than simplify the code, it uses buffers rather
6874 than buffer-names so it doesn't get confused by uniquify.
6875 (flymake-buffer-data): The global value should just be nil.
6876
6877 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6878 Optimize the body of a defalias like any other code.
6879
6880 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6881 Make sure we've setup font-lock's vars. It may influence which
6882 function we then call.
6883 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6884 here since it's too late anyway.
6885
6886 2006-01-03 Romain Francoise <romain@orebokech.com>
6887
6888 * startup.el (fancy-splash-tail, normal-splash-screen):
6889 Update copyright year.
6890
6891 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6892
6893 * mouse.el (mouse-drag-track): Rename, from
6894 `mouse-drag-region-1'. Includes optional argument required to
6895 enable post-drag event processing (e.g. delete region keys).
6896 Can be used without this argument to track a mouse region and operate
6897 on it as soon as the drag completes.
6898 (mouse-drag-region): Use `mouse-drag-track'.
6899
6900 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6901
6902 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6903 Move to `custom-buffer' group.
6904
6905 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6906 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6907 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6908 (custom-theme-face-menu): New variables.
6909 (custom-theme-add-variable, custom-theme-variable-action)
6910 (custom-variable-reset-theme, custom-theme-delete-variable)
6911 (custom-face-reset-theme, custom-theme-face-action)
6912 (custom-theme-delete-face, custom-theme-merge-theme)
6913 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6914
6915 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * custom.el: Move Custom Themes commentary to start of theme code.
6918 (custom-known-themes): Rename `standard' theme to `changed'.
6919 (custom-push-theme): Caller no longer specifies what theme to use
6920 when doing `reset'---the setting is simply removed from the theme.
6921 Delete MODE from `theme-value' and `theme-settings' properties.
6922 (custom-declare-theme): Ignore &rest args since we don't use them.
6923
6924 (custom-loaded-themes): Delete variable.
6925 (custom-theme-load-themes, custom-theme-loaded-p)
6926 (custom-theme-value): Delete functions.
6927
6928 (custom-declare-theme): Signal error on invalid theme names.
6929 (provide-theme): custom-loaded-themes was deleted.
6930 (load-theme): Load the file unconditionally.
6931 (enable-theme): Call `load-theme' if theme is undefined.
6932 (custom-enabled-themes): Only update value for successful loads.
6933 (disable-theme): Complete from enabled themes when interactive.
6934 (custom-variable-theme-value): Calculate theme value directly.
6935
6936 (custom-theme-reset-variables, custom-reset-variables): Mark as
6937 XEmacs compatibility functions. We don't actually use these.
6938
6939 * cus-edit.el (custom-variable-state-set):
6940 Use custom-variable-theme-value instead of custom-theme-value.
6941 (custom-face-state-set): Rename `standard' theme to `changed'.
6942 (custom-save-variables, custom-save-faces): Delete unneeded
6943 references to custom-reset-variables.
6944 (custom-save-resets): Delete function.
6945 (custom-save-variables, custom-save-faces): MODE argument deleted.
6946 (custom-save-variables, custom-save-faces): Ignore theme values.
6947
6948 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6949 compatibility function.
6950
6951 2006-01-01 Richard M. Stallman <rms@gnu.org>
6952
6953 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6954 (Custom-reset-current, Custom-reset-saved): Likewise.
6955 (Custom-reset-standard): Show message if aborted.
6956 (custom-mode): Doc fix, describing those commands.
6957
6958 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6959 put on event-kind property.
6960
6961 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6962
6963 * custom.el (provide-theme): Ban `user' theme name.
6964 (custom-enabling-themes): New variable.
6965 (enable-theme): Don't enable user if custom-enabling-themes is t.
6966 (custom-enabled-themes): Make it a defcustom.
6967 (custom-theme-recalc-face): No-op if face is undefined.
6968
6969 * cus-edit.el (custom-button-mouse): New variable.
6970 (custom-button-mouse): New face.
6971 (custom-raised-buttons, custom-mode): Use it.
6972
6973 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6974
6975 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6976
6977 * progmodes/gud.el (gud-display-line): Support hl-line in the
6978 source buffer.
6979
6980 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6981
6982 * mouse.el (mouse-drag-window-above): Verify that the found window
6983 overlaps with the given window in the horizontal dimension.
6984
6985 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6986
6987 * Makefile.in (cvs-update): New target.
6988
6989 * makefile.w32-in (cvs-update): Ditto.
6990
6991 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6994 (custom-new-theme-mode-map): New variable.
6995
6996 2005-12-30 Richard M. Stallman <rms@gnu.org>
6997
6998 * custom.el (custom-load-themes): Function deleted.
6999
7000 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7001 (custom-save-variables): Don't delete or add custom-load-themes call.
7002
7003 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7004
7005 * cus-start.el: Add `visible-cursor'.
7006
7007 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7008 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7009 (flymake-process-filter): Switch to buffer before calling it instead.
7010 (flymake-post-syntax-check, flymake-highlight-err-lines)
7011 (flymake-delete-own-overlays, flymake-parse-err-lines)
7012 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7013 (flymake-count-lines, flymake-parse-residual):
7014 Remove constant buffer argument.
7015 (flymake-start-syntax-check-for-current-buffer): Remove.
7016 Update callers to use flymake-start-syntax-check instead.
7017 (flymake-display-err-menu-for-current-line):
7018 Remove unused var `mouse-pos'.
7019 (flymake-restore-formatting): Comment out unused function.
7020 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7021 argument, use current-buffer instead. Update callers.
7022
7023 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7024
7025 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7026 buffer-local because choose-completion-delete-max-match requires
7027 that we set completion-ignore-case (i.e., binding via let is not
7028 sufficient).
7029 (bibtex-complete): Always set completion-ignore-case and
7030 choose-completion-string-functions. The latter is needed because
7031 choose-completion-string-functions keeps its value if we quit the
7032 *Completions* buffer without requesting a completion.
7033
7034 2005-12-30 Andreas Schwab <schwab@suse.de>
7035
7036 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7037
7038 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7039
7040 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7041
7042 2005-12-30 Juri Linkov <juri@jurta.org>
7043
7044 * locate.el (locate-fcodes-file, locate-header-face)
7045 * progmodes/delphi.el (delphi-other-face)
7046 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7047
7048 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7049 group `paren-showing-faces'.
7050
7051 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7052 (goto-address): Fix docstring.
7053
7054 * net/webjump.el (webjump-sample-sites): Update URLs.
7055
7056 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7057
7058 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7059
7060 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * font-lock.el (font-lock-compile-keywords): Signal an error when
7063 font-lock-set-defaults hasn't been called.
7064
7065 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7066
7067 * subr.el (noreturn, 1value): Doc fixes.
7068
7069 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7070
7071 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7072 that assoc-string returns nil.
7073
7074 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7075
7076 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7077 (bibtex-entry-type-str, bibtex-empty-field-re)
7078 (bibtex-search-backward-string, bibtex-preamble-prefix)
7079 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7080 (bibtex-any-valid-entry-type): New variable.
7081 (bibtex-parse-field-name): Simplify.
7082 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7083 (bibtex-preamble-prefix): Include left delimiter.
7084 (bibtex-search-forward-field, bibtex-search-backward-field):
7085 Allow unbounded search past entry boundaries (required by bibtex-pop).
7086 (bibtex-text-in-field-bounds): Use push.
7087 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7088 (bibtex-parse-preamble, bibtex-valid-entry)
7089 (bibtex-beginning-first-field): New functions.
7090 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7091 (bibtex-map-entries): Fix docstring.
7092 (bibtex-flash-head): New arg prompt. Simplify.
7093 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7094 (bibtex-insert-kill): Simplify. Always insert text past the
7095 current field or entry.
7096 (bibtex-format-entry): Use bibtex-parse-field.
7097 (bibtex-pop): Use bibtex-beginning-of-entry and
7098 bibtex-end-of-entry to initiate the search. Insert empty field if
7099 we found ourselves.
7100 (bibtex-print-help-message): New args field and comma.
7101 Handle entry keys.
7102 (bibtex-make-field): Use bibtex-beginning-of-entry.
7103 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7104 invalid entry.
7105 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7106 Handle preambles. Simplify code for thorough test.
7107 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7108 New arg comma. Handle entry heads.
7109 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7110 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7111 New arg comma.
7112 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7113 (bibtex-fill-field): Simplify.
7114 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7115 bibtex-parse-field.
7116 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7117 (bibtex-complete): Use bibtex-parse-preamble.
7118
7119 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7120
7121 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7122 Display name of expression instead of convenience variable.
7123 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7124
7125 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7126 toggle-gud-tooltip-dereference.
7127 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7128 (gud-tooltip-tips): ...here when dereferencing.
7129
7130 2005-12-28 Bill Wohler <wohler@newt.com>
7131
7132 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7133
7134 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7137 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7138 (vc-annotate-display-autoscale): Adjust call.
7139 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7140 Fix interactive spec.
7141 (vc-annotate-time-span): Remove.
7142 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7143 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7144 (vc-annotate-display-select): Use new name.
7145
7146 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7147 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7148 Correct the construction of span entries. Simplify.
7149 (vc-annotate-display-select): Fix the nil case.
7150 (vc-annotate): Remove obsolete (and now broken) code.
7151 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7152 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7153
7154 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7155
7156 * subr.el (lazy-completion-table): Correct typo in docstring.
7157
7158 * startup.el (command-line): Use `custom-reevaluate-setting' for
7159 `send-mail-function'.
7160
7161 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7162
7163 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7164
7165 * mail/smtpmail.el (smtpmail-try-auth-methods):
7166 Send credentials together with "AUTH PLAIN" command.
7167
7168 2005-12-27 Richard M. Stallman <rms@gnu.org>
7169
7170 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7171 mouse-2, go back to previously selected window, so it's selected
7172 when mouse-2 command runs.
7173
7174 2005-12-27 Juri Linkov <juri@jurta.org>
7175
7176 * descr-text.el (describe-text-sexp): Use square brackets for
7177 button [Show] to distinguish it from the property value `show'.
7178 (describe-property-list): Use `insert-text-button' with
7179 `help-face' type instead of putting face in quotes, because button
7180 is not created automatically for a list of faces.
7181 (describe-text-properties-1): Put button-type value in quotes to
7182 distinguish from plain text "button".
7183 (describe-char): Display code point values in hex. Don't use
7184 `symbol-name' for `current-input-method' because it is a string.
7185 Use `insert-text-button' with `help-face' type instead of putting
7186 hardcoded face in quotes, because button is not created automatically.
7187
7188 2005-12-27 Richard M. Stallman <rms@gnu.org>
7189
7190 * progmodes/glasses.el (glasses-face): More specific custom type.
7191
7192 * files.el (set-visited-file-name): Doc fix.
7193
7194 * textmodes/flyspell.el (flyspell-external-point-words):
7195 Use local var buffer-scan-pos to advance scan for next misspelling.
7196 Advance it only after we find the misspelling.
7197
7198 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7199
7200 * textmodes/flyspell.el (flyspell-external-point-words):
7201 New criteria for finding the misspelling in the buffer.
7202
7203 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7204
7205 * help-mode.el (help-insert-string): Set help-xref-stack-item
7206 rather than call help-setup-xref.
7207
7208 * descr-text.el (describe-char): Revert previous changes for
7209 optional buffer argument.
7210
7211 2005-12-27 Juri Linkov <juri@jurta.org>
7212
7213 * help-mode.el (help-insert-string): New function. Save buffer
7214 contents in cases where it is impossible to recompute the old contents.
7215
7216 * descr-text.el (describe-char): Set help-xref-stack-item
7217 explicitly after buffer has been generated.
7218
7219 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7220
7221 * cus-start.el (all): Add x-gtk-show-hidden-files.
7222
7223 2005-12-26 Richard M. Stallman <rms@gnu.org>
7224
7225 * replace.el (perform-replace): Calculate match-again
7226 before skipping read-only matches.
7227
7228 * paren.el (paren-showing-faces): New group.
7229 (show-paren-match, show-paren-mismatch): Move to that group.
7230
7231 * button.el (button): Put into group `basic-faces'.
7232
7233 * progmodes/make-mode.el: Remove faces from group `faces'.
7234
7235 * apropos.el (apropos, apropos-value): Doc fix.
7236 (apropos-documentation): Doc fix.
7237
7238 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7239
7240 * subr.el (lazy-completion-table): Remove argument `args'.
7241
7242 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7243 Don't use the `args' argument of lazy-completion-table.
7244
7245 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7246
7247 * descr-text.el (describe-char): Add optional argument for buffer.
7248 Set buffer appropriately. Call help-setup-xref.
7249 Suggested by Stefan Monnier.
7250
7251 2005-12-26 Juri Linkov <juri@jurta.org>
7252
7253 * descr-text.el: Require `help-fns' at runtime. Don't require
7254 `button' for byte compilation.
7255 (describe-text-widget): Add `help-echo' for first button.
7256 Use `help-info' for second.
7257 (describe-property-list): Use `help-argument-name' instead of `italic'.
7258 (describe-text-category): Add prompt to interactive spec.
7259 Call `help-setup-xref'.
7260 (describe-char): Use `help-character-set'. Add `help-echo' for
7261 code point. Use `help-input-method'. Remove superfluous insert.
7262
7263 2005-12-25 Richard M. Stallman <rms@gnu.org>
7264
7265 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7266 at point, in case of narrowing.
7267
7268 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7269
7270 * locate.el (locate-header-face): Allow nil in type.
7271
7272 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7273
7274 2005-12-25 Romain Francoise <romain@orebokech.com>
7275
7276 * battery.el (battery-linux-proc-acpi): Also try
7277 `/proc/acpi/thermal_zone/THM0/temperature'.
7278
7279 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7280
7281 * custom.el (custom-push-theme): Fix docstring.
7282
7283 * cus-edit.el (custom-variable-set, custom-variable-save)
7284 (custom-variable-save): Custom-quote widget values.
7285 (customize-save-variable): Fix custom-push-theme call.
7286
7287 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7288
7289 * w32-fns.el (w32-batch-update-autoloads): New function.
7290
7291 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7292 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7293 from the command line.
7294
7295 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7296
7297 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7298 reset means to remove setting from theme entirely. Don't keep
7299 expanding theme-settings list; delete old entries if necessary.
7300
7301 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7302 customization" button one line up.
7303 (custom-themed): New face.
7304 (custom-magic-alist): New value, THEMED, for theme settings.
7305 (custom-variable-state-set, custom-face-state-set):
7306 Check theme-value instead of saved-value.
7307 (custom-variable-reset-standard, custom-face-reset-standard):
7308 Remove theme setting entirely. Recalculate new values.
7309 (custom-variable-set, custom-variable-set)
7310 (custom-variable-reset-saved, custom-variable-reset-backup)
7311 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7312 (custom-variable-save): Fix typos.
7313
7314 2005-12-23 Juri Linkov <juri@jurta.org>
7315
7316 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7317 Add autoload cookies.
7318 (edebug-outside-d-c-i-n-s-w): New variable.
7319 (edebug-display, edebug-outside-excursion): Use it to save the
7320 original value of default-cursor-in-non-selected-windows.
7321 Set default-cursor-in-non-selected-windows to t while Edebug
7322 is active.
7323 (edebug-mode, edebug-eval-mode): Doc fix.
7324
7325 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7326 with `buffer-substring-no-properties' to remove common substring
7327 highlighting.
7328
7329 * info.el (info-other-window, info): Rename function argument
7330 `file' to `file-or-node'.
7331 (Info-complete-menu-item): Use local variable `complete-nodes' to
7332 keep the global value of `Info-complete-nodes' unchanged for
7333 subsequent completions.
7334 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7335
7336 * simple.el (get-next-valid-buffer, last-buffer)
7337 (next-error-buffer-p, next-error-find-buffer)
7338 (minibuffer-history-sexp-flag): Doc fix.
7339
7340 * savehist.el (savehist-mode-hook): Add `:group'.
7341
7342 * log-view.el: Call autoload for vc-find-version.
7343 (log-view-current-file): Adjust subgroup numbers.
7344 (log-view-current-tag): Add `length'.
7345
7346 2005-12-23 Richard M. Stallman <rms@gnu.org>
7347
7348 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7349
7350 2005-12-23 Juri Linkov <juri@jurta.org>
7351
7352 * hi-lock.el (hi-lock-archaic-interface-message-used)
7353 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7354 (hi-lock-mode): Display "Hi" in the mode line only when
7355 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7356 (hi-lock-write-interactive-patterns):
7357 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7358 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7359 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7360 font-lock-add-keywords to t.
7361
7362 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7363
7364 * hi-lock.el (hi-lock-highlight-range): New variable.
7365 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7366 only if font-lock-fontified is non-nil. Remove overlays.
7367 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7368 font-lock-fontified is non-nil, otherwise use overlays (instead of
7369 text properties).
7370 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7371 New variables.
7372 (hi-lock-string-serialize) New function.
7373
7374 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7375
7376 * menu-bar.el (menu-find-file-existing): New function.
7377 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7378
7379 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7380
7381 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7382
7383 * vc.el: Remove unnecessary leading * in docstrings.
7384 (vc-annotate-mode-map): Move initialization into declaration.
7385 (vc-static-header-alist): Nitpick on the regexp.
7386 (vc-default-init-version): New fun.
7387 (vc-register): Use it.
7388 (vc-insert-headers): Use dolist.
7389 (vc-annotate-get-backend): Remove unused function.
7390 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7391 (vc-annotate-mode): Remove corresponding call.
7392 (vc-annotate-car-last-cons): Simplify.
7393 (vc-annotate-buffers): Remove var.
7394 (vc-annotate-backend): Make it buffer-local.
7395 (vc-annotate): Move the interaction to the interactive spec.
7396 Add a `buf' argument.
7397 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7398 killing&creating a vc-annotate buffer, which is very disruptive when
7399 the buffers are shown in dedicated frames.
7400
7401 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7402
7403 * descr-text.el: Add FSF as maintainer.
7404 (describe-text-mode, describe-text-mode-map)
7405 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7406 help-mode.
7407 (describe-text-widget, describe-text-sexp)
7408 (describe-property-list, describe-text-category)
7409 (describe-text-properties, describe-text-properties-1)
7410 (describe-char): Use help buttons instead of widgets.
7411 (describe-char-unicodedata-file): Make URL link in doc string.
7412
7413 2005-12-22 Richard M. Stallman <rms@gnu.org>
7414
7415 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7416 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7417 Don't include buttons that write a file when there's no file.
7418 (custom-variable-menu, custom-face-menu, custom-group-menu):
7419 Don't include commands that write a file when there's no file.
7420 (customize-browse): Reword the top-of-buffer help intro.
7421 (custom-buffer-create-internal): Fix previous change.
7422 (customize-changed-options-previous-release): Prev release is 21.1.
7423 (customize-changed-options): Doc fix.
7424 (customize-changed): New alias.
7425 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7426 Say "standard values".
7427 (Custom-reset-standard): Doc fix.
7428 (custom-face-reset-standard): Doc fix.
7429
7430 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7431
7432 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7433 even if font-lock-mode is non-nil since it may be t without having
7434 turned on font-lock-mode-internal.
7435 (font-lock-choose-keywords): Minor optimization.
7436 (font-lock-add-keywords, font-lock-remove-keywords)
7437 (font-lock-set-defaults): Don't call make-local-variable on a variable
7438 that we know to already be local.
7439
7440 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7443 messages if in the minibuffer.
7444
7445 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7446
7447 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7448 (tex-mode-flyspell-verify, flyspell-get-word)
7449 (flyspell-external-point-words): Don't use point-min/max uselessly.
7450
7451 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7452 by Kevin Rodgers. Instead, just hide the completions buffer if we
7453 don't need to show it.
7454
7455 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7458
7459 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7462 delete-windows-on with an inexistent buffer.
7463
7464 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7465
7466 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7467 Delete defcustom variable :tag names.
7468
7469 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7472 (log-view-font-lock-keywords): Ajust subgroup numbers.
7473 (log-view-current-tag): Don't hard code the number of subgroups.
7474
7475 2005-12-20 Juri Linkov <juri@jurta.org>
7476
7477 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7478 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7479
7480 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7481 (menu-bar-non-minibuffer-window-p): Instead of checking
7482 display-multi-frame-p, use selected-frame when menu-updating-frame
7483 is nil.
7484
7485 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7486
7487 * align.el (align-rules-list): Use [ \t] instead of \s-
7488 for column separators in text mode.
7489
7490 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7491
7492 * help-mode.el (help-customize-variable, help-customize-face):
7493 Don't pop help-xref-stack as help-follow no longer pushes
7494 anything on to it.
7495
7496 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7497
7498 * textmodes/org.el (org-agenda-custom-commands): New option.
7499 (org-agenda): Offer custom commands on splash screen.
7500 (org-make-tags-matcher): Parser for Boolean logic added.
7501 (org-agenda-set-tags): New command.
7502 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7503 (org-set-tags): Efficiency improvements.
7504 (org-auto-align-tags): New option.
7505 (org-todo, org-demote, org-promote): Realign tags.
7506 (org-tags-completion-function): Use also "&" and "|" as separators.
7507 (org-org-menu): Agenda commands simplified.
7508
7509 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7510
7511 * cus-edit.el (customize-apropos, customize-apropos-options):
7512 Docstring changes.
7513
7514 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7515
7516 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7517
7518 * longlines.el (longlines-mode): Wrap while widened.
7519 (longlines-decode-region, longlines-encode-region): Compute max
7520 just once.
7521
7522 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7523
7524 * cus-edit.el (mac): New group.
7525
7526 * cus-start.el (all): Add user options in macterm.c. Add test for
7527 Mac-related built-ins. Fix test for GTK-related built-ins.
7528
7529 * term/mac-win.el (mac-handle-language-change)
7530 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7531 (mac-services-open-selection, mac-services-mail-selection)
7532 (mac-services-mail-to, mac-services-insert-text)
7533 (mac-dispatch-apple-event): Add docstrings.
7534 (x-get-selection, mac-select-convert-to-string): Select coding
7535 system from `utf-16be' and `utf-16le' using `byteorder'.
7536
7537 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7538
7539 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7540 a "list" (lambda ...) rather than a real completion list.
7541
7542 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7543 lexical-let when encountering ((lambda (...) ...) ...).
7544
7545 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7546
7547 * progmodes/sh-script.el (sh-mode):
7548 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7549 * textmodes/picture.el (picture-mode): Update docstrings.
7550
7551 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7552
7553 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7554 commands enclosed in $(ARGQUOTE)s should not be split between two
7555 lines, as that will break with GNU Make >3.80, when sh.exe is used
7556 and arg quoting is with '..'.
7557 (autoloads): Don't break the quoted --eval expression between
7558 several lines.
7559
7560 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7561
7562 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7563 Capture error from printing circular structures.
7564
7565 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7566
7567 * wid-edit.el (widget-checkbox-action): Clear undo info.
7568
7569 2005-12-16 Bill Wohler <wohler@newt.com>
7570
7571 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7572 bar, not menubar in comment.
7573
7574 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7575
7576 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7577 After-change-functions should not clobber the match data.
7578
7579 2005-12-16 Juri Linkov <juri@jurta.org>
7580
7581 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7582 instead of `buffer-substring'.
7583 (completion-common-substring): Doc fix.
7584 (completion-setup-function): Use minibuffer-completion-contents
7585 instead of minibuffer-contents. Don't set common-string-length
7586 initially. Remove special handling of partial-completion-mode.
7587 Move computation of completion-base-size into one cond.
7588 Call completion-base-size-function in mainbuf. In computation of
7589 completion-base-size for file name completion don't move point to
7590 the end of the minibuffer. Move computation of common-string-length
7591 into one cond. Start putting faces only when common-string-length>=0.
7592 Add condition to put completions-common-part when
7593 common-string-length>0.
7594
7595 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7596 place point at the first different character in the minibuffer
7597 even if this position is at the beginning of the minibuffer.
7598
7599 * info.el (Info-read-node-name-1): In completion-base-size-function's
7600 lambda return 1 if common-substring or minibuffer-completion-contents
7601 starts with (, and 0 otherwise.
7602
7603 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7604 Use `crm-current-element' for second arg of `display-completion-list'.
7605
7606 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7607
7608 * files.el (set-auto-mode): Look for an interpreter specified on
7609 the first line also if search for mode specification succeeded,
7610 but the mode is not known.
7611
7612 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7613
7614 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7615 (org-open-at-point): Implement tag searches as links.
7616 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7617 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7618 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7619 (org-agenda-dispatch): New commands.
7620 (org-use-tag-inheritance, org-tags-column): New options.
7621 (org-tab-follows-link, org-return-follows-link): New options.
7622 (org-tags): New customize group.
7623 (org-start-icalendar-file): Get local time zone.
7624 (org-tags-completion-function): New function.
7625 (org-set-font-lock-defaults): Make sure links will also be
7626 highlighted inside headlines.
7627
7628 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7629
7630 * term.el (term-emulate-terminal):
7631 Let term-handle-ansi-terminal-messages override what Bash says about
7632 its current directory.
7633
7634 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7635
7636 * bindings.el (last-buffer): Move to simple.el.
7637 * simple.el (last-buffer): Move here.
7638 (get-next-valid-buffer): New function.
7639 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7640 (prev-buffer): Ditto. Rename to `previous-buffer'.
7641
7642 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7643 * bindings.el (global-map): Ditto.
7644
7645 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7646
7647 * cus-edit.el: Introductory comment change.
7648 (custom-magic-alist): Change message string for the `rogue' state.
7649
7650 2005-12-15 Richard M. Stallman <rms@gnu.org>
7651
7652 * tooltip.el: Delete defcustom variable :tag names.
7653
7654 * complete.el (partial-completion-mode): Doc fix.
7655
7656 * textmodes/flyspell.el (flyspell-external-point-words):
7657 Use save-excursion to ensure we don't move backward in the
7658 search loop, not even one character.
7659 (flyspell-delete-all-overlays): Use remove-overlays directly.
7660
7661 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7662 (ispell-start-process): Set that variable.
7663 Clear ispell-buffer-local-name.
7664 (ispell-internal-change-dictionary):
7665 Set ispell-current-dictionary after killing process.
7666 (ispell-buffer-local-dict):
7667 Don't set spell-personal-dictionary after killing process.
7668 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7669 (ispell-tex-skip-alists, ispell-html-skip-alists)
7670 (ispell-skip-region-alist): Mark as risky.
7671
7672 * net/newsticker.el (newsticker--retrieval-timer-list)
7673 (newsticker--display-timer, newsticker-running-p)
7674 (newsticker-ticker-running-p): Definitions moved up.
7675
7676 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7677
7678 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7679
7680 2005-12-15 David Ponce <david@dponce.com>
7681
7682 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7683 (recentf-edit-list, recentf-open-files): Signal an error when
7684 there is no recent file.
7685
7686 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7687
7688 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7689 read-only except for texinfo-format-region evaluation.
7690
7691 2005-12-14 Richard M. Stallman <rms@gnu.org>
7692
7693 * vc.el (vc-default-previous-version, vc-default-next-version)
7694 (vc-do-command): Doc fixes.
7695
7696 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7697
7698 * textmodes/bibtex.el (bibtex-expand-strings)
7699 (bibtex-autokey-expand-string, bibtex-name-part)
7700 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7701 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7702 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7703 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7704 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7705 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7706 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7707 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7708 (bibtex-beginning-of-last-entry): Remove.
7709 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7710 message if comma is missing but buffer is read-only.
7711 (bibtex-parse-field-text): Handle whitespaces at the end of field
7712 text. Return 3-element list with beginning and end of field text
7713 and end of field.
7714 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7715 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7716 (bibtex-search-forward-field, bibtex-search-backward-field):
7717 Search always delimited by limits of entry. Use more efficient
7718 search algorithms.
7719 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7720 bibtex-end-of-name-in-field.
7721 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7722 extracting the content of a field.
7723 (bibtex-text-in-field): Use search limits.
7724 (bibtex-parse-string-prefix): Handle empty string keys based on
7725 bibtex-string-empty-key.
7726 (bibtex-parse-string): Fix docstring.
7727 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7728 (bibtex-preamble-prefix, bibtex-strings): New functions.
7729 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7730 BibTeX entries (consistent with other BibTeX functions).
7731 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7732 (bibtex-search-entry): Fix docstring. Simplify.
7733 (bibtex-flash-head, bibtex-complete-string-cleanup)
7734 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7735 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7736 (bibtex-parse-entry): New optional arg content.
7737 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7738 Use bibtex-text-in-field-bounds.
7739 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7740 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7741 bibtex-parse-string-postfix.
7742 (bibtex-find-text-internal): New function.
7743 (bibtex-remove-delimiters): Use it.
7744 (bibtex-find-text): Use it. New optional arg help.
7745 (bibtex-complete): Handle BibTeX string and preamble entries.
7746 (bibtex-Preamble): Fix order of closing delimiters.
7747
7748 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * vc.el (vc-default-revert): New fun.
7751
7752 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7753
7754 2005-12-14 Romain Francoise <romain@orebokech.com>
7755
7756 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7757 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7758 (font-lock-remove-keywords): Likewise.
7759
7760 2005-12-14 Juri Linkov <juri@jurta.org>
7761
7762 * log-view.el (log-view-diff): Doc fix.
7763
7764 * isearch.el (isearch-query-replace): Use (mark) instead of
7765 isearch-opoint if mark is active in transient-mark-mode.
7766
7767 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7768
7769 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7770
7771 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7772
7773 * progmodes/cpp.el (cpp-face): New widget.
7774 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7775
7776 2005-12-14 Juri Linkov <juri@jurta.org>
7777
7778 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7779 around `erase-buffer' and `insert'.
7780
7781 * descr-text.el (describe-text-properties): Replace buffer name
7782 "*Help-2*" with "*Help*<2>".
7783 (describe-char): Add functions print-help-return-message,
7784 toggle-read-only. Use help-setup-xref with nil to not store
7785 describe-char in help-xref-stack. Use help-make-xrefs to
7786 make [back] button.
7787
7788 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7789
7790 * wdired.el (wdired-old-point): New internal variable.
7791 (wdired-change-to-wdired-mode): Set it buffer-locally.
7792 (wdired-abort-changes): Restore point after aborting changes.
7793
7794 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7795
7796 * vc.el (vc-do-command): Add a new value t for okstatus.
7797
7798 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7799 frame in case of errors.
7800
7801 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7802
7803 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7804 so it comes after "On the Left" in the menu.
7805
7806 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7807
7808 * cus-edit.el (customize-apropos, customize-apropos-options)
7809 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7810
7811 2005-12-12 Bill Wohler <wohler@newt.com>
7812
7813 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7814 non-writable Subversion-controlled files by saving window
7815 configuration before calling vc-do-command. vc-do-command calls
7816 pop-to-buffer on error which is unexpected during registration.
7817
7818 2005-12-12 Jay Belanger <belanger@truman.edu>
7819
7820 * calc/README: Update the summary of changes.
7821
7822 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7823
7824 * descr-text.el (describe-char): Rework last fix to solve the problem
7825 is the same way it's solved for everything else in that function
7826 (i.e. by extracting the info before setting up the *Help* buffer).
7827
7828 2005-12-12 Kim F. Storm <storm@cua.dk>
7829
7830 * subr.el (version-regexp-alist): Allow space as separator before
7831 non-numeric part, e.g. "1.0 alpha".
7832 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7833
7834 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7835
7836 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7837 Implement Logging and the keep-modes setting.
7838 (org-get-category): Make sure a string is returned.
7839 (org-log-done): New function.
7840 (org-log-done, org-closed-string): New options.
7841
7842 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7843
7844 * tooltip.el (tooltip-y-offset): Change default to 20.
7845
7846 2005-12-12 Richard M. Stallman <rms@gnu.org>
7847
7848 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7849
7850 * frame.el (display-hourglass): Doc fix.
7851
7852 * help.el (help-for-help-internal): Simplify entry for `a'.
7853
7854 * info.el (Info-on-current-buffer): Doc fix.
7855 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7856
7857 * startup.el (inhibit-splash-screen): Make this the real name.
7858 (inhibit-startup-message): Make this the alias.
7859 (command-line): Find only simple.el, and use its directory
7860 to fill in other preloaded files' names.
7861 (command-line): Deactivate the mark if deactivate-mark is set.
7862
7863 * international/mule.el (load-with-code-conversion):
7864 Bind deactivate-mark.
7865
7866 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7867
7868 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7869
7870 * cus-edit.el (customize-apropos): Avoid listing an option more
7871 than once under different aliases. No longer list user options
7872 that are not defined with defcustom (unless a prefix arg is given).
7873 Doc fix.
7874 (customize-apropos-options): Doc fix.
7875
7876 2005-12-11 Juri Linkov <juri@jurta.org>
7877
7878 * frame.el (set-background-color, set-foreground-color)
7879 (set-cursor-color, set-mouse-color, set-border-color):
7880 Add explicit prompts to read colors by `facemenu-read-color'.
7881 (show-trailing-whitespace, blink-cursor-delay)
7882 (blink-cursor-interval, display-hourglass, hourglass-delay):
7883 Remove tags.
7884 (display-hourglass, hourglass-delay): Doc fix.
7885 (cursor-in-non-selected-windows): Capitalize words in tag.
7886
7887 * faces.el (frame-background-mode): Replace `choice-item' keywords
7888 with `const' to not make [default] button. Change default value tag
7889 from `default' to `automatic'. Doc fix.
7890 (trailing-whitespace) <defface>: Change group `whitespace' to
7891 `whitespace-faces'.
7892
7893 2005-12-11 Richard M. Stallman <rms@gnu.org>
7894
7895 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7896
7897 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7898
7899 * term/mac-win.el: Create keymap for mac-apple-event-map.
7900
7901 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7902
7903 * tooltip.el (tooltip-mode): Move to start of file so that it
7904 appears at top of customize buffer.
7905
7906 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7907 Add the gud groupname.
7908 (gud-tooltip-mode): Add the tooltip groupname.
7909 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7910 avoid conflict with tooltip-use-echo-area.
7911
7912 2005-12-10 Romain Francoise <romain@orebokech.com>
7913
7914 * help.el (help-for-help-internal): Add `r' in doc string.
7915
7916 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7917
7918 * align.el (align-regexp, align-highlight-rule):
7919 Use region-beginning and region-end instead of point and mark, so that
7920 repetition (with `repeat-complex-command') recomputes the region
7921 bounds.
7922
7923 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7924
7925 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7926 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7927 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7928 (balance-windows): Rewrite using the above new functions.
7929
7930 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7931
7932 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7933 react if global-hi-lock-mode seems intended.
7934 (global-hi-lock-mode) Renamed from hi-lock-mode.
7935 (hi-lock-archaic-interface-message-used)
7936 (hi-lock-archaic-interface-deduce): New variables.
7937 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7938 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7939 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7940 Replace hi-lock-buffer-mode with hi-lock-mode.
7941
7942 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7943
7944 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7945 completion list, even after a partial completion has been
7946 inserted in the current buffer. If there are more than 1
7947 completion, redisplay the *Completions* buffer; if the
7948 completion is unique, delete the *Completions* window.
7949
7950 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7951
7952 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7953 strings and long subject lines that were broken into multiple
7954 lines at arbitrary places. Handle subjects that have "Re: " in
7955 the middle.
7956
7957 2005-12-10 John W. Eaton <jwe@octave.org>
7958
7959 * emacs/octave-mod.el (octave-electric-space): Don't indent
7960 comments or strings if octave-auto-indent is nil.
7961
7962 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7963
7964 * term/mac-win.el: Require url when compiling.
7965 Call mac-process-deferred-apple-events after loading init files.
7966 (mac-apple-event-map): New defvar. Define event handlers in it.
7967 (core-event, internet-event): New Apple event class symbols.
7968 (open-application, reopen-application, open-documents)
7969 (print-documents, open-contents, quit-application)
7970 (application-died, show-preferences, autosave-now, get-url):
7971 New Apple event ID symbols.
7972 (about): New HICommand ID symbol.
7973 (mac-event-spec, mac-event-ae): New macros.
7974 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7975 (mac-ae-selection-range, mac-ae-text-for-search)
7976 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7977 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7978 and Services menu events are now defined in mac-apple-event-map.
7979 (mac-drag-n-drop): Remove selection range handling.
7980
7981 2005-12-10 Kenichi Handa <handa@m17n.org>
7982
7983 * simple.el (zap-to-char):
7984 * isearch.el (isearch-process-search-char): Translate CHAR by
7985 translation-table-for-input.
7986
7987 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7988
7989 * foldout.el (foldout-exit-fold): Properly hide subtree.
7990
7991 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7992
7993 * files.el (save-buffer):
7994 * international/ucs-tables.el (ucs-set-table-for-input):
7995 * mail/mail-extr.el (mail-extract-address-components):
7996 * mail/sendmail.el (mail-mode): Reformat doc string.
7997
7998 2005-12-09 Juri Linkov <juri@jurta.org>
7999
8000 * isearch.el (isearch-highlight): Change main overlay priority
8001 from 1 to 1001. Simplify.
8002 (isearch-lazy-highlight-update): Change lazy overlay priority
8003 from 0 to 1000.
8004
8005 * replace.el (replace-highlight): Change overlay priority from
8006 1 to 1001.
8007
8008 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8009 Change overlay priority from 1 to 1001. Reuse existing overlay.
8010
8011 * compare-w.el (compare-windows-highlight): Change overlay
8012 priority from 1 to 1000.
8013
8014 * menu-bar.el (menu-bar-edit-menu): Add listp around
8015 pending-undo-list to disable menu item "undo" when pending
8016 undo list is empty.
8017
8018 * locate.el (locate): Disable undo in *Locate* buffer.
8019
8020 2005-12-09 Kim F. Storm <storm@cua.dk>
8021
8022 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8023
8024 2005-12-09 David Ponce <david@dponce.com>
8025
8026 * recentf.el: Improvement of the menu code.
8027 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8028 instead of menu hook.
8029 (recentf-show-menu, recentf-hide-menu): New functions.
8030 (recentf-menu-customization-changed, recentf-mode): Use them.
8031 (recentf-menu-action, recentf-max-menu-items)
8032 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8033 (recentf-arrange-by-rule-others)
8034 (recentf-arrange-by-rules-min-items)
8035 (recentf-arrange-by-rule-subfilter) : Don't use
8036 `recentf-menu-customization-changed'.
8037 (recentf-arrange-rules): Likewise. Accept functions to compute
8038 sub-menu titles.
8039 (recentf-menu-filter): Likewise. Doc fix.
8040 (recentf-menu-value-shortcut): Doc fix.
8041 (recentf-dump-variable): Quote atom value.
8042 (recentf-make-menu-items): Update to use it as a menu filter.
8043 (recentf-match-rule): New function.
8044 (recentf-arrange-by-rule): Use it.
8045 (recentf-indirect-mode-rule): New function.
8046 (recentf-build-mode-rules): Use it.
8047 (recentf-dir-rule): New function.
8048 (recentf-arrange-by-dir): Use it.
8049 (recentf-filter-changer-current): Rename from
8050 `recentf-filter-changer-state'. All references updated.
8051 (recentf-filter-changer-alist): Update filter names.
8052 (recentf-filter-changer-select): New function.
8053 (recentf-filter-changer): Use it. Make a sub-menu from filters
8054 available in `recentf-filter-changer-alist'.
8055 (recentf-data-cache, recentf-clear-data)
8056 (recentf-update-menu): Remove. All references updated.
8057 (recentf-match-rule-p, recentf-build-dir-rules)
8058 (recentf-filter-changer-goto-next)
8059 (recentf-filter-changer-get-current)
8060 (recentf-filter-changer-get-next): Remove.
8061
8062 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8063
8064 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8065 buffer "Reset" button to "Reset to Current" for consistency with
8066 the State buttons.
8067
8068 2005-12-08 John Paul Wallington <jpw@pobox.com>
8069
8070 * ibuf-ext.el (define-ibuffer-filter filename):
8071 If `dired-directory' is a list then really use its car.
8072
8073 2005-12-08 Kim F. Storm <storm@cua.dk>
8074
8075 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8076 Fix indention of text on right side of replaced rectangle.
8077
8078 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8079
8080 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8081 No need to check gud-comint-buffer is bound.
8082 (gdb): Prevent multiple debugging when first session uses gdba.
8083
8084 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8085
8086 CC Mode update to 5.31.
8087
8088 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8089 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8090 We might do this function properly in the future).
8091
8092 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8093 New macros c-sentence-end and c-default-value-sentence end, to cope
8094 with Emacs 22's new function `sentence-end'.
8095
8096 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8097
8098 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8099 compat issue using `c-put-overlay' and `c-delete-overlay'.
8100
8101 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8102 New compat macros to handle overlays/extents.
8103
8104 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8105
8106 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8107 (for GNU Emacs 20.4)
8108
8109 * progmodes/cc-defs.el:
8110 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8111
8112 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8113 highlighting mechanism so it will work in XEmacs too.
8114
8115 * progmodes/cc-defs.el: Insert c-int-to-char.
8116
8117 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8118 call to the new macro c-int-to-char. This solves XEmacs's
8119 regarding characters as different from integers.
8120
8121 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8122
8123 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8124 New internal helper.
8125
8126 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8127 construct to make the indirect face lookup work in XEmacs.
8128
8129 (c-cpp-matchers): Append the negation char face to the existing
8130 fontification, so that the cpp face doesn't disappear.
8131 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8132 and strings.
8133
8134 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8135 to map to `font-lock-negation-char-face' in emacsen where it exists.
8136
8137 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8138
8139 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8140
8141 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8142 Rename "c-subword-move-mode" as "c-subword-mode".
8143
8144 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8145 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8146
8147 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8148
8149 * progmodes/cc-mode.el: Added autoload directive for
8150 `c-subword-move-mode' for use in older emacsen.
8151
8152 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8153
8154 * progmodes/cc-mode.el:
8155 (i) Insert a binding for C-c C-backspace into
8156 c-bind-special-erase-keys which works in TTYs.
8157 (ii) Make sure that when file styles are used, any explicitly
8158 given style variables take priority over those in the style.
8159 Do this by calling `hack-local-variables' a second time.
8160
8161 * progmodes/cc-vars.el: Add language specific customization
8162 widgets for AWK to c-doc-comment-style, c-require-final-newline
8163 and c-default-style. Add a defcustom for awk-mode-hook.
8164 Give c-syntactic-element and c-syntactic-context doc-strings by
8165 directly setting their `variable-documentation' propery.
8166 This allows Emacs 22.1 to read these with C-h v.
8167
8168 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8169
8170 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8171
8172 * progmodes/cc-fonts.el, cc-vars.el
8173 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8174 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8175 Masatake YAMATO.
8176
8177 (c-doc-comment-style): Made GtkDoc default in C mode.
8178
8179 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8180 and C-c C-<delete>.
8181
8182 (c-bind-special-erase-keys): New function for use on
8183 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8184
8185 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8186 <delete> key behavior in XEmacs according to `delete-forward-p'.
8187 C.f. `c-electric-delete'.
8188
8189 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8190
8191 * progmodes/cc-mode.el: Give c-hungry-backspace and
8192 c-hungry-delete-forward permanent key bindings.
8193
8194 * progmodes/cc-cmds.el (c-electric-semi&comma):
8195 Bind c-syntactic-context for calls to "criteria functions", for
8196 consistency with other calls to user functions.
8197
8198 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8199 `current-prefix-arg', since this might be the prefix arg to a
8200 command which calls c-indent-command as a function. Change the
8201 interactive spec from "p" to "P".
8202
8203 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8204 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8205 was difficult to understand.
8206
8207 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8208
8209 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8210 first char of an identifier.
8211
8212 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8213 +" syntax in C++.
8214
8215 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8216
8217 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8218 auto-fill doesn't split a c-comment's last word from a hanging
8219 "*/" when a space is typed between them after fill-column.
8220
8221 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8222
8223 * progmodes/cc-styles.el (c-set-style)
8224 (c-setup-paragraph-variables): Abort the command if we're not in a
8225 CC Mode buffer.
8226
8227 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8228 with blank comment-prefix, and a blank line as the comment's
8229 second line.
8230
8231 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8232
8233 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8234 Incorporate the patterns added in the Emacs development branch
8235 for the new Emacs 22 face `font-lock-negation-char-face'.
8236
8237 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8238 of "red" since it stands out better in xterms and DOS terminals.
8239
8240 * progmodes/cc-engine.el (c-literal-faces):
8241 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8242
8243 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8244
8245 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8246 forcibly enable c-electric-flag.
8247
8248 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8249 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8250 after the comment-prefix of a C-style comment will close that comment.
8251
8252 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8253
8254 * progmodes/cc-fonts.el (c-basic-matchers-before)
8255 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8256 in Pike.
8257
8258 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8259 digraphs.
8260
8261 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8262 (c-cpp-message-directives, c-cpp-include-directives)
8263 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8264 (c-cpp-expr-directives): Introduce new language constants to
8265 control cpp syntax in a cleaner way.
8266
8267 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8268
8269 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8270
8271 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8272 (c-multiline-string-start-char): New language constants and
8273 variables to specify how newlines in string literals work.
8274
8275 (c-font-lock-invalid-string): Use them.
8276
8277 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8278 unbalanced close brace is entered. Optimization by avoiding going
8279 back over arbitrarily large blocks. Removed hints that this
8280 function only would be relevant/useful in AWK.
8281
8282 (c-electric-brace): Indent syntactically after the cleanups since
8283 lineup functions might do it differently then.
8284
8285 * progmodes/cc-engine.el, cc-langs.el
8286 (c-opt-op-identifier-prefix): New language constant and variable.
8287
8288 (c-just-after-func-arglist-p, c-after-special-operator-id)
8289 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8290
8291 * progmodes/cc-align.el, cc-engine.el
8292 (c-after-special-operator-id): New helper to handle C++ operator
8293 identifiers.
8294
8295 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8296 (c-guess-basic-syntax): Handle C++ operator identifiers in
8297 declarations.
8298
8299 * progmodes/cc-langs.el (c-assignment-operators): Add the
8300 trigraph version of ^= too.
8301
8302 * progmodes/cc-langs.el (c-assignment-operators): Add the
8303 trigraph version of |= in C++.
8304
8305 * progmodes/cc-fonts.el (c-font-lock-declarators):
8306 Handle `c-decl-hangon-kwds' after the identifier name.
8307
8308 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8309 whether an arglist is "nonempty", ignore a comment after the open
8310 paren if it isn't followed by a non-comment token on the same line.
8311
8312 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8313 Enable heuristics below the point to cope with classes inside special
8314 brace lists in Pike.
8315
8316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8317
8318 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8319
8320 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8321
8322 * progmodes/cc-guess.el (cc-guess-install): New function to
8323 install an already guessed style in another buffer.
8324
8325 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8326 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8327 anyway if the change always is undone.
8328
8329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8330
8331 Implement togglable electricity:
8332
8333 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8334 saying when it should be used.
8335
8336 * progmodes/cc-engine.el: Add the new buffer-local variable,
8337 c-electric-flag.
8338
8339 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8340 c-toggle-auto-newline.
8341
8342 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8343 c-toggle-auto-newline. Remove the binding for
8344 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8345 c-toggle-electric-state.
8346
8347 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8348
8349 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8350 c-\(forward\|backward\)-subword.
8351 (c-update-modeline): Add the new modeline flag `l' for
8352 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8353 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8354 Make the old name an alias of the new name.
8355 (c-toggle-electric-state): New function.
8356 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8357 Adapt these functions to do electric things only when
8358 c-electric-flag is non-nil.
8359 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8360 new functions from c-electric-brace.
8361 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8362 mode, so that the tentative extra newline doesn't change the
8363 syntax of the following brace.
8364 (c-electric-brace): Restructure by extracting the above functions.
8365 Tidy up the coding somewhat.
8366 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8367 restructure a bit.
8368
8369 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8370
8371 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8372 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8373
8374 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8375 (c-submode-indicators): Change name from `c-auto-hungry-string'
8376 since it's now used to track another submode.
8377
8378 (c-update-modeline): Convert to function and extended to check
8379 `c-subword-move-mode'.
8380
8381 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8382 Convert to compat aliases for `c-forward-subword' and
8383 `c-backward-subword'.
8384
8385 * progmodes/cc-subword.el: New functions and minor mode to handle
8386 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8387
8388 (c-forward-subword, c-backward-subword, c-mark-subword)
8389 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8390 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8391 Functions corresponding to the standard word handling functions.
8392
8393 (c-subword-move-mode): Minor mode that replaces all the standard
8394 word handling functions with their subword equivalences.
8395
8396 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8397
8398 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8399 entry for one-liner-defun.
8400
8401 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8402 name in its def-edebug-spec.
8403
8404 * progmodes/cc-cmds.el (c-electric-brace): Make the
8405 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8406 compacts space before a comment, if this will make things fit on
8407 one line.
8408
8409 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8410
8411 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8412
8413 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8414 clean-up one-liner-defun.
8415
8416 * progmodes/cc-styles.el: Add the new "awk" style.
8417
8418 * progmodes/cc-vars.el: Add description of one-liner-defun to
8419 c-cleanup-list's doc-string. New user options,
8420 c-max-one-liner-length. In c-default-style, set the default style
8421 for AWK to "awk".
8422
8423 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8424
8425 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8426 macros inside labels.
8427
8428 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8429 `c-at-statement-start-p' and `c-at-expression-start-p'.
8430
8431 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8432 error if the mark isn't set.
8433
8434 * progmodes/cc-engine.el (c-guess-continued-construct)
8435 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8436 accurately detect functions inside functions.
8437
8438 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8439 like `c-at-statement-start-p' that additionally recognizes commas
8440 and expression parentheses as delimiters.
8441
8442 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8443 to avoid heuristics that doesn't work for unclosed blocks.
8444 (c-at-statement-start-p): New function.
8445
8446 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8447 Objective-C directives, e.g. directives spanning lines should work
8448 reasonably well now.
8449
8450 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8451
8452 (c-forward-objc-directive): New function to move over any ObjC
8453 directive.
8454
8455 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8456 (c-basic-matchers-before): Use it.
8457
8458 (c-font-lock-objc-iip-decl): Remove.
8459
8460 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8461 in the template arglist recognition.
8462
8463 * progmodes/cc-styles.el (c-style-alist): Fix several
8464 inconsistencies in the Whitesmith style.
8465
8466 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8467 New lineup function to get lines after Whitesmith style blocks
8468 correctly indented.
8469
8470 (c-lineup-whitesmith-in-block): Back out the compensation for
8471 opening parens since it's done using `add' lists in the style
8472 definition instead. Don't use the anchor position since it varies
8473 too much between the syntactic symbols. :P
8474
8475 * progmodes/cc-vars.el (c-valid-offset): Update.
8476
8477 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8478 lists where the offsets are combined according to several
8479 different methods: `first', `min', `max', and `add'.
8480 Report offset evaluation errors with `c-benign-error' so that some kind
8481 of reindentation still is done.
8482
8483 * progmodes/cc-engine.el (c-guess-basic-syntax):
8484 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8485 `arglist-close'.
8486
8487 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8488 situations for `arglist-cont-nonempty' and `arglist-close'.
8489
8490 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8491
8492 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8493 cc-bytecomp-boundp' in a number of places.
8494
8495 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8496 macro related issue.
8497
8498 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8499
8500 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8501 list is now [asdf], a char class [:alpha:].
8502 Include code for char classes.
8503 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8504 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8505
8506 Remove (nearly all of) the cruft associated with AWK Mode's former
8507 concept of "virtual semicolons":
8508
8509 Adapt c-beginning-of-statement, c-end-of-statement (together with
8510 subfunctions) to use the new notion of "virtual semicolon" in
8511 place of the old awkward special handling for AWK. There remains
8512 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8513 * progmodes/cc-cmds.el:
8514 (c-ascertain-adjacent-literal): In the backwards direction, now
8515 recognises AWK regexp delimiters as string delimiters.
8516 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8517 check more rigorously for "end of macro".
8518 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8519 virtual semicolons;
8520 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8521 out the code for forward movement into ...
8522 (c-end-of-statement): Now contains the code for forward movement,
8523 adapted for virtual semicolons.
8524
8525 * progmodes/cc-engine.el:
8526 (c-ws*-string-limit-regexp): New regexp.
8527 (c-forward-single-comment, c-backward-single-comment): Comment out
8528 the (now redundant) "special" AWK stuff.
8529
8530 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8531 c-string-par-start, c-string-par-separate to be more like Text
8532 Mode than Fundamental Mode.
8533
8534 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8535
8536 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8537 to the fontified region so that fontification doesn't occur
8538 outside it (could happen e.g. when fontifying a line with an
8539 unfinished declaration).
8540
8541 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8542
8543 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8544 start of the file. ^L now separate sections of the file.
8545 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8546 (c-awk-one-line-possibly-open-string-re)
8547 (c-awk-regexp-one-line-possibly-open-char-class-re)
8548 (c-awk-one-line-possibly-open-regexp-re)
8549 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8550 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8551
8552 Amend the concept of "virtual semicolons" (in the indentation
8553 engine) for languages like AWK, such that they are now
8554 conceptually attached to end of the last token of a statement, not
8555 the end of the line. (In AWK Mode, however, the pertinent text
8556 property is still physically set on the EOL.) Remove the specific
8557 tests for awk-mode, thus facilitating the introduction of other
8558 language modes where EOLs can end statements.
8559 (Note: The funtionality in cc-cmds.el, specifically
8560 c-beginning/end-of-statement has yet to be amended.)
8561
8562 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8563 New macros.
8564
8565 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8566 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8567 c-vsemi-status-unknown-p-fn (in a new page).
8568
8569 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8570 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8571 numerous awkward forms like
8572 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8573 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8574 variable before-ws-ip, the place just after char-before-ip appears.
8575
8576 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8577 a comment.
8578
8579 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8580
8581 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8582 `c-tentative-buffer-changes'.
8583
8584 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8585 convert to macro to choose between Emacs and XEmacs at compile time.
8586
8587 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8588
8589 (c-tentative-buffer-changes): New macro to handle temporary buffer
8590 changes in a convenient way.
8591
8592 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8593 for `c-tentative-buffer-changes'.
8594
8595 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8596 the checks for paren sexps between the point and the keyword, to
8597 avoid some false alarms.
8598
8599 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8600 Fixed a situation where an error could be thrown for unbalanced
8601 parens. Changed to make use of c-keyword-member' to avoid some
8602 repeated regexp matches.
8603
8604 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8605 These language variable are no longer necessary.
8606
8607 (c-block-stmt-kwds): New language constant used by
8608 c-looking-at-inexpr-block'.
8609
8610 (c-guess-basic-syntax): Remove an optional check that looked at
8611 the existence of the now removed language variables.
8612
8613 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8614 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8615 object instantiation expressions as declarations in some contexts.
8616 This bug only affected languages where the declarator can't be
8617 enclosed in parentheses.
8618
8619 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8620 insert newlines before and after substatement braces.
8621
8622 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8623 function declaration headers and the handling of C++ style member
8624 init lists.
8625
8626 (c-just-after-func-arglist-p): Rewritten to use
8627 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8628
8629 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8630
8631 (c-guess-basic-syntax): Adapt case 5B for the new
8632 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8633 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8634 covers all cases now).
8635
8636 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8637
8638 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8639
8640 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8641 c-string-par-start/separate c-sentence-end-with-esc-eol,
8642 initialised in c-setup-paragraph-variables, used in string
8643 scanning subroutines of c-beginning-of-statement.
8644
8645 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8646 which precedes the newly inserted `{'.
8647
8648 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8649
8650 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8651 function for declaration level blocks. It should now cope with
8652 templates better and also be a lot more comprehensible.
8653
8654 (c-looking-at-decl-block): The new function.
8655
8656 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8657 for compatibility.
8658
8659 (c-add-class-syntax, c-guess-continued-construct)
8660 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8661
8662 (c-decl-block-key): Change to tell apart ambiguous and
8663 unambiguous keywords. Pike specials are now handled directly in
8664 the code instead.
8665
8666 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8667 New language constants and variables to make the backward skip in
8668 `c-looking-at-decl-block' as tight as possible.
8669
8670 (c-nonsymbol-token-char-list): New language constant.
8671
8672 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8673 find balanced template arglists backwards.
8674
8675 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8676 making char classes for `c-syntactic-skip-backward'.
8677
8678 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8679 16D - can't be a class-close at that point.
8680
8681 * progmodes/cc-engine.el (c-guess-basic-syntax)
8682 (c-add-class-syntax): Don't narrow out the enclosing declaration
8683 level. This makes everything a lot easier, and it was actually
8684 only four small places that needed it to work. Some places that
8685 previously did `widen' are removed now, which has the effect that
8686 `c-guess-basic-syntax' never will look at things outside the
8687 current narrowment now. The anchor position for `topmost-intro'
8688 is affected by this, but it was so bogus it was basically useless
8689 before, and now it's equally bogus but in a slightly different way.
8690
8691 (c-narrow-out-enclosing-class): Gone.
8692
8693 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8694 the narrowed region.
8695
8696 (c-least-enclosing-brace): Remove silly optional argument.
8697
8698 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8699 the point could be left directly after an open paren when finding
8700 the beginning of the first decl in the block.
8701
8702 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8703 Specify which submatch to use.
8704
8705 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8706
8707 (c-decl-start-re): No longer any need for special treatment of
8708 ObjC due to the above.
8709
8710 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8711 presumably follows C in that regard.
8712
8713 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8714 New language constants to specify operator tokens inside
8715 identifiers in a more high level way.
8716
8717 (c-opt-identifier-prefix-key): New internal language constant.
8718
8719 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8720 (c-identifier-start, c-identifier-key): Now completely calculated
8721 from other constants.
8722
8723 (c-identifier-last-sym-match): Decommission since it's no longer used.
8724
8725 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8726
8727 * progmodes/cc-engine.el (c-forward-name): Remove the
8728 optimization when c-identifier-key is equal to c-symbol-key since
8729 it doesn't work in byte compiled files. Don't record empty
8730 regions as identifiers.
8731
8732 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8733 simplify access to `c-operators' and its likes.
8734
8735 (c-operator-list, c-all-op-syntax-tokens)
8736 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8737 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8738 (c-primary-expr-regexp, c-cast-parens): Use it.
8739
8740 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8741 an explicit language in functions.
8742
8743 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8744 variant of adornment.
8745
8746 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8747 variable.
8748
8749 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8750 the Pike value.
8751
8752 * progmodes/cc-engine.el (c-on-identifier)
8753 (c-simple-skip-symbol-backward): Small fix for handling "-"
8754 correctly in `skip-chars-backward'. Affected the operator lfun
8755 syntax in Pike.
8756
8757 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8758 diagnostic message about precompiled language vars not being used.
8759
8760 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8761 "__attribute__" is followed by a parenthesis.
8762
8763 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8764 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8765 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8766
8767 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8768 Internal cleanups to properly detect the declared identifiers in
8769 various declarations.
8770
8771 (c-decl-start-kwds): New language constant to recognize
8772 declarations that can start anywhere. Used for class declarations
8773 in Pike.
8774
8775 (c-specifier-key, c-not-decl-init-keywords)
8776 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8777 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8778
8779 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8780 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8781 handling of the compiler specific extension keywords into a new
8782 language constant `c-decl-hangon-kwds' that defines keyword
8783 clauses to be ignored in declarations.
8784
8785 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8786 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8787 Necessary to stop at the declared identifier in e.g. IDL valuetype
8788 declarations.
8789
8790 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8791 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8792 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8793 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8794 class and enum declarations as such and not as part of the type.
8795
8796 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8797 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8798
8799 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8800 declarations when there's some syntax error later on.
8801
8802 (c-complex-decl-matchers): Did away with a reference to
8803 `c-specifier-key'.
8804
8805 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8806 value - this variable is always dynamically bound.
8807
8808 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8809 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8810 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8811 functions that might do hidden buffer changes: All such internal
8812 functions are now marked instead of those that don't.
8813
8814 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8815 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8816 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8817 (c-literal-type): Allow these functions to make hidden buffer changes,
8818 so that they are free to use text property caching later on.
8819
8820 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8821 (c-electric-brace, c-electric-slash, c-electric-star)
8822 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8823 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8824 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8825 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8826 with the changed semantics of the functions above.
8827
8828 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8829 when macros occur in obscure places. Optimized the sexp movement
8830 a bit.
8831
8832 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8833
8834 Enhancements for c-beginning-of-statement to work in AWK Mode:
8835
8836 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8837 (completed statement) with `}' (statement completed by closing
8838 brace or semicolon) and `$' (statement completed by EOL).
8839
8840 (c-awk-virtual-semicolon-ends-prev-line-p)
8841 (c-awk-virtual-semicolon-ends-line-p)
8842 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8843 (c-awk-at-statement-end-p): New functions.
8844
8845 * progmodes/cc-cmds.el: Simplify the structure of functions
8846 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8847 two functions and c-beginning-of-statement to handle AWK Mode.
8848
8849 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8850 c-backward-single-comment for AWK mode. Attempt to clarify their
8851 doc-strings.
8852
8853 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8854
8855 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8856
8857 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8858 label handling. Labels are now recognized in a uniform and more
8859 robust way, regardless of context. Text properties are put on all
8860 labels to recognize the following declarations better.
8861 Multiword labels are handled both in indentation and fontification for
8862 the benefit of language extensions like Qt. For consistency, keywords
8863 in labels are now fontified with the label face instead.
8864 That also applies to "case" and "default".
8865
8866 (c-beginning-of-statement-1): Fix some bugs in the label
8867 handling. Disregard `c-nonlabel-token-key' in labels that begin
8868 with `c-label-kwds'.
8869
8870 (c-find-decl-spots): Support that the callback adds more
8871 `c-decl-end' spots to find.
8872
8873 (c-forward-decl-or-cast-1): Don't treat a list of plain
8874 identifiers followed by a colon as a declaration.
8875
8876 (c-forward-label): New function to recognize labels.
8877
8878 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8879 `c-forward-label'. Moved the label recognition cases (14 and 15)
8880 earlier since they aren't so context sensitive now. Handle labels
8881 on the top level gracefully. Moved access label recognition to
8882 the generic label case (CASE 15) - removed CASE 5E.
8883
8884 (c-font-lock-declarations): Add recognition of labels in the
8885 same round since we need to handle labels in parallell with other
8886 declarations to recognize both accurately. It should also improve
8887 speed.
8888
8889 (c-simple-decl-matchers, c-basic-matchers-after):
8890 Move `c-font-lock-labels' so that it only is used on decoration level 2
8891 since `c-font-lock-declarations' handles it otherwise.
8892
8893 (c-complex-decl-matchers): Remove the simplistic recognition of
8894 access labels.
8895
8896 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8897 with labels earlier.
8898
8899 (c-decl-start-re): New language variable to make
8900 `c-font-lock-declarations' stop for the special protection labels
8901 in Objective-C that start with `@'.
8902
8903 (c-label-key): Remove since it's no longer used.
8904
8905 (c-recognize-colon-labels, c-label-prefix-re): New language
8906 constants to support recognition of generic colon-terminated labels.
8907
8908 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8909 are colon terminated labels.
8910
8911 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8912 first argument starts with a special brace list.
8913
8914 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8915 (c-font-lock-declarations): Break out the declaration and cast
8916 recognition from `c-font-lock-declarations' to a new function, so
8917 that it can be used in the indentation engine.
8918
8919 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8920 up to the start of the literal. Fixed bug with the point on the
8921 wrong side of the search limit that could happen when the start
8922 position is inside a literal.
8923
8924 * progmodes/cc-engine.el (c-parse-state)
8925 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8926 so that it's kept a little bit back to increase the hit rate.
8927
8928 (c-parse-state): Change the macro handling and fixed some
8929 glitches. Macro context is checked more often than necessary now,
8930 but otoh less garbage conses are generated.
8931
8932 * progmodes/cc-engine.el (c-parse-state)
8933 (c-invalidate-state-cache): Cache the last position where
8934 `c-state-cache' applies. This can speed up refontification quite
8935 a bit in blocks where there are many non-brace parens before the point.
8936
8937 (c-state-cache-end): New variable for this.
8938
8939 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8940 cache variable.
8941
8942 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8943 get close initial continue positions when the start position is
8944 inside a literal or macro. Do not call the callback for spots
8945 before the start position (which can happen e.g. for `c-decl-end'
8946 spots inside comments). Optimize better in special cases when the
8947 region is a single line inside a literal or macro (typically when
8948 the current line is refontified).
8949
8950 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8951 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8952 entries from the paren state.
8953
8954 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8955 special case for "else if" clauses.
8956
8957 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8958 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8959
8960 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8961 New language variable to recognize the gcc extension with statement
8962 blocks inside expressions.
8963
8964 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8965 it somewhat more comprehensible. The argument AT-BLOCK-START is
8966 no longer used and hence removed.
8967
8968 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8969 to `c-add-stmt-syntax'.
8970
8971 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8972 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8973 This fixes bogus label recognition.
8974
8975 * progmodes/cc-engine.el (c-add-type, c-check-type)
8976 (c-forward-name, c-forward-type): Improve storage of template
8977 types in `c-found-types' so that they can be recognized better.
8978
8979 (c-syntactic-content): Add option to skip past nested parens.
8980
8981 * progmodes/cc-engine.el (c-forward-name):
8982 Set `c-last-identifier-range' all the time. It's less work that way.
8983 Handle that there might not be an identifier to store in
8984 `c-last-identifier-range'.
8985
8986 (c-forward-type): Handle that `c-last-identifier-range' might be
8987 nil from `c-forward-name'.
8988
8989 * progmodes/cc-defs.el (c-safe-scan-lists)
8990 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8991
8992 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8993 to work even if the form fails.
8994
8995 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8996 down in a large file in one go.
8997
8998 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8999
9000 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9001 function which is like `c-lineup-math' but returns nil instead of
9002 `c-basic-offset' when it doesn't match.
9003
9004 (c-lineup-math): Change to use `c-lineup-assignments'.
9005
9006 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9007
9008 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9009 c-beginning-of-statement. New subfunctions
9010 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9011
9012 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9013
9014 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9015 hardcoded char classes whereever possible. Changed a couple of
9016 places to use skip by syntax instead of skip by char class.
9017
9018 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9019 Fix a bug in the regexp that caused extreme backtracking.
9020
9021 * progmodes/cc-langs.el (c-block-comment-starter)
9022 (c-block-comment-ender): New language constants to specify in a
9023 single place how block comments look.
9024
9025 (c-comment-start-regexp, c-block-comment-start-regexp)
9026 (comment-start, comment-end, comment-start-skip)
9027 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9028 (c-syntactic-ws, c-nonempty-syntactic-ws)
9029 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9030 `c-line-comment-starter', `c-block-comment-starter' and
9031 `c-block-comment-ender'.
9032
9033 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9034 New language constants to break up things a bit.
9035
9036 (c-simple-ws): New language constant for simple whitespace.
9037
9038 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9039
9040 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9041 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9042 newlines. Allow and ignore nil elements in the list.
9043
9044 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9045
9046 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9047 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9048
9049 * progmodes/cc-cmds.el: Tidy up the comments in
9050 c-beginning-of-statement and subfunctions.
9051
9052 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9053 more flexible c-put-char-property and c-clear-char-properties.
9054 Add the author's email address.
9055
9056 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9057
9058 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9059 closing "*/" of a block comment.
9060
9061 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9062 subfunctions) so that it works at BOB and EOB.
9063
9064 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9065 c-beginning-of-statement, including new variable
9066 c-block-comment-start-regexp.
9067
9068 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9069
9070 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9071 symbols from `*-font-lock-extra-types' so that there's no need to
9072 use `regexp-opt' on those lists.
9073
9074 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9075 `c-type-modifier-kwds' is empty.
9076
9077 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9078 there are several strings on the same line.
9079
9080 * progmodes/cc-engine.el (c-literal-limits): Remove the
9081 compatibility function for older emacsen. `c-literal-limits-fast'
9082 has now taken the place of this function.
9083
9084 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9085 with older emacsen: We now require `pps-extended-state'.
9086
9087 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9088
9089 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9090 which obviates the need to hack sentence-end. This now handles
9091 escaped newlines in strings correctly. Correct minor bugs in
9092 c-move-over-sentence and in c-beginning-of-statement.
9093
9094 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9095 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9096 that movement over macros and code are rigorously separated from
9097 eachother. Correct a few incidental bugs.
9098
9099 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9100 Improve its doc-string. Improve the handling of certain specific cases.
9101
9102 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9103
9104 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9105 (c-guess-basic-syntax): Change the way class-level labels are
9106 recognized; they can now contain essentially any symbols.
9107
9108 (c-opt-extra-label-key): New language variable to cope with the
9109 special protection label syntax in Objective-C.
9110
9111 (c-opt-access-key): Remove; this is now handled better by
9112 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9113
9114 (c-complex-decl-matchers): Update to handle that
9115 `c-opt-access-key' no longer exists.
9116
9117 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9118 improved label recognition in `c-beginning-of-statement-1'.
9119
9120 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9121 Recognize bitfields better.
9122
9123 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9124 Remove some cruft and fixed a bug that could cause it to go to a
9125 position further down.
9126
9127 * progmodes/cc-langs.el, cc-engine.el
9128 (c-beginning-of-statement-1): Improve detection of labels in
9129 declaration contexts.
9130
9131 (c-beginning-of-decl-1): Use it.
9132
9133 (c-nonlabel-token-key): New language constant and variable needed
9134 by `c-beginning-of-statement-1'.
9135
9136 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9137 manifested itself due to the correction in `c-forward-sexp'.
9138
9139 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9140 Make these behave as documented when used at the buffer limits.
9141
9142 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9143 (c-type-decl-end-used): Made this a language variable.
9144
9145 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9146 correctly when `combine-after-change-calls' is used together with
9147 temporary narrowings.
9148
9149 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9150 Report labels correctly when the start point is immediately after the
9151 colon.
9152
9153 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9154 Remove since it isn't used anymore.
9155
9156 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9157 bracket arglists such as template parens in C++.
9158
9159 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9160 in the last check-in. Some optimization.
9161
9162 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9163 where it could stop at the same level in a preceding sexp when
9164 PAREN-LEVEL is set.
9165
9166 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9167 text property lookup only when it's needed.
9168
9169 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9170 Change the policy for paren marked angle brackets to be more
9171 persistent; once marked they remain marked even when they're found
9172 to be unbalanced in the searched region. This should keep the
9173 paren syntax around even when individual lines are refontified in
9174 multiline template arglists.
9175
9176 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9177 to control markup so that incorrect angle bracket arglists aren't
9178 marked in contexts where the correct value for
9179 `c-disallow-comma-in-<>-arglists' isn't known.
9180
9181 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9182 argument has become `c-parse-and-markup-<>-arglists'.
9183
9184 (c-remove-<>-arglist-properties): Remove - no longer used.
9185
9186 (c-after-change-check-<>-operators): New function used on
9187 `after-change-functions' to avoid that "<" and ">" characters that
9188 are part of longer operators have paren syntax.
9189
9190 (c-<>-multichar-token-regexp): New language variable used by
9191 `c-after-change-check-<>-operators'.
9192
9193 (c-after-change): Call `c-after-change-check-<>-operators'.
9194
9195 (c-font-lock-<>-arglists): Use the context properties set by
9196 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9197 correctly to avoid doing invalid markup.
9198
9199 (c-font-lock-declarations): Remove code that undoes the invalid
9200 markup done by `c-font-lock-<>-arglists'.
9201
9202 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9203 after `c-font-lock-declarations'.
9204
9205 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9206 Add paren-level feature.
9207
9208 (c-guess-basic-syntax): Improve the anchor position for
9209 `template-args-cont' in nested template arglists. There's still
9210 much to be desired in this area, though.
9211
9212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9213
9214 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9215 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9216
9217 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9218
9219 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9220 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9221
9222 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9223 it doesn't work no longer are supported.
9224
9225 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9226 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9227 requires support for the syntax-table' text property, which rules
9228 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9229 cruft associated with those versions.
9230
9231 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9232 for the `syntax-table' text property, which rules out Emacs 19 and
9233 XEmacs < 21.4. Removed various compatibility cruft associated
9234 with those versions.
9235
9236 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9237 support for the `syntax-table' text property.
9238
9239 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9240 variable and use an extra quoted face name instead. All the
9241 emacsen flavors handle that correctly.
9242
9243 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9244 (c-font-lock-declarators, c-font-lock-declarations)
9245 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9246 property to mark the items in in declarator lists to handle
9247 refontification inside multiline declarations better.
9248
9249 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9250 construct like "a * b = c;" as a declaration.
9251
9252 2005-12-08 Kim F. Storm <storm@cua.dk>
9253
9254 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9255 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9256 select either meta, hyper, or super modifier for rectangle commands.
9257 (cua--rectangle-modifier-key): New defvar.
9258 (cua--M/H-key): Use it. Remove special case for `space'.
9259 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9260 on X, to meta otherwise. Always bind C-return to toggle
9261 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9262
9263 * emulation/cua-rect.el (cua-help-for-rectangle):
9264 Use cua--rectangle-modifier-key. Handle super modifier too.
9265 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9266 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9267
9268 * ido.el: Move Acknowledgements and History after Commentary.
9269 Minor changes to Commentary.
9270
9271 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9272 keymap if cua--prefix-override-timer is `shift'.
9273 (cua--shift-control-prefix): New function; emulate "type prefix
9274 key twice" functionality to handle shifted prefix key override.
9275 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9276 New commands.
9277 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9278
9279 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9280
9281 * textmodes/org.el (org-insert-heading): Try to do items before
9282 headings.
9283 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9284 (org-insert-item): New function.
9285 (org-renumber-ordered-list): Don't skip to higher level lists.
9286
9287 2005-12-08 Juri Linkov <juri@jurta.org>
9288
9289 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9290
9291 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9292
9293 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9294
9295 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9296 the constructed function name fun-1.
9297
9298 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9299 because such links don't lead to parent documentation.
9300
9301 2005-12-08 Kenichi Handa <handa@m17n.org>
9302
9303 * descr-text.el (describe-char): Use *Help-2* buffer if the
9304 current buffer is *Help*. Call describe-text-properties while
9305 setting the original buffer.
9306
9307 2005-12-07 Bill Wohler <wohler@newt.com>
9308
9309 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9310 and causes problems with non-MH users (such as Gnus users).
9311
9312 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9313
9314 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9315 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9316 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9317 command "info sources". Move calls to GDB command "list".
9318 (gdb-find-file-hook): Just use gdb-source-file-list.
9319 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9320 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9321 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9322 (gdb-data-list-register-values-handler): Use correct trigger name.
9323
9324 2005-12-07 Kim F. Storm <storm@cua.dk>
9325
9326 * ido.el (ido-completion-map): Rename from ido-mode-map.
9327 (ido-common-completion-map, ido-file-completion-map)
9328 (ido-file-dir-completion-map, ido-buffer-completion-map):
9329 Rename from ido-mode-....-map.
9330 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9331 (ido-setup-completion-map): Rename from ido-define-mode-map.
9332 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9333 to ido-completion-map.
9334
9335 2005-12-07 Kenichi Handa <handa@m17n.org>
9336
9337 * international/mule-cmds.el
9338 (set-display-table-and-terminal-coding-system): If the coding
9339 system specified in `unibyte-display' property is different from
9340 the arg coding-system, don't setup standard-display-table.
9341
9342 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9345 that comments end at \n, regardless of selective-display.
9346
9347 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9348
9349 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9350 (gdb-version): New variables.
9351 (gdb-source-file-list, gdb-register-names)
9352 (gdb-changed-registers): New variables for use with GDB 6.4+.
9353 (gdb-ann3): Replace with...
9354 (gdb-init-1, gdb-init-2): ...two new functions.
9355 (gdba, gdb-prompt): Call gdb-init-1.
9356 (gdb-get-version): New function. Call gdb-init-2 from here.
9357 (gud-watch): Make it work with mouse events too.
9358 (gdb-post-prompt): Don't add to queue until GDB version is known.
9359 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9360 (gdb-locals-mode): Use gdb-version.
9361 (gdb-memory-format-map, gdb-memory-unit-map)
9362 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9363 (gdb-locals-font-lock-keywords-1)
9364 (gdb-locals-font-lock-keywords-2): New variables.
9365 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9366 (gdb-set-gud-minor-mode-existing-buffers-1)
9367 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9368 (gdb-var-update-1, gdb-var-update-handler-1)
9369 (gdb-data-list-register-values-handler)
9370 (gdb-data-list-register-values-custom)
9371 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9372 (gdb-stack-list-locals-handler, gdb-get-register-names):
9373 New functions for use with GDB 6.4+.
9374 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9375 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9376 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9377 (gdb-stack-list-locals-regexp)
9378 (gdb-data-list-register-names-regexp): New regexps for use with
9379 GDB 6.4+.
9380
9381 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9382
9383 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9384
9385 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9386
9387 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9388 prompts work for AUTH PLAIN. Also reported by Steve Allan
9389 <seallan@verizon.net>.
9390
9391 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9392
9393 * frame.el (set-frame-parameter): Add doc string.
9394
9395 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9396
9397 * textmodes/org.el (org-occur-highlights): New variable.
9398 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9399 (org-highlight-sparse-tree-matches): New option.
9400 (org-do-occur): New function.
9401 (org-get-heading): Make it work also at beginning of line.
9402 (org-category-table): New variable.
9403 (org-get-category-table, org-get-category)
9404 (org-camel-to-words, org-link-search): New functions.
9405 (org-select-this-todo-keyword): New variable.
9406 (org-todo-list): New command.
9407 (org-shiftright, org-shiftleft): New commands.
9408 (org-agenda-todo): Add prefix argument.
9409 (org-show-hierarchy-above): New option.
9410 (org-show-todo-tree): Numerical prefix creates tree for specific
9411 TODO keyword.
9412 (org-outline-level): New function, to assign a level to plain
9413 lists items.
9414 (org-cycle-include-plain-lists): New option.
9415 (org-mode): Use `org-outline-level' as value of `outline-level'.
9416 (org-cycle): Temporarily switch `outline-regexp' if
9417 `org-cycle-include-plain-lists' is non-nil.
9418 (org-start-icalendar-file): Fix format bug.
9419 (org-agenda-get-day-entries): Create category table.
9420 (org-agenda-get-todos, org-agenda-get-timestamps)
9421 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9422 (org-agenda-get-blocks): Use `org-get-category'.
9423 (org-context-in-file-links): Rename from
9424 `org-line-numbers-in-file-links'.
9425
9426 2005-12-06 Romain Francoise <romain@orebokech.com>
9427
9428 * window.el (balance-windows): Delete extraneous third arg in call
9429 to `enlarge-window'.
9430
9431 2005-12-06 Kenichi Handa <handa@m17n.org>
9432
9433 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9434
9435 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9436
9437 * progmodes/gdb-ui.el (gdb-var-create-handler)
9438 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9439 (gdb-var-list-children-handler, gdb-var-update-handler):
9440 Current buffer is already gdb-partial-output-buffer, don't
9441 make it current again.
9442
9443 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9444
9445 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9446 (list-buffers-noselect): Use it.
9447
9448 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9451 (mail-yank-ignored-headers): Use regexp-opt.
9452 (mail-mode-map): Move initialization into declaration.
9453 (mail-sent-via): Remove unused shadowed var `to-line'.
9454 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9455 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9456 (mail-do-fcc): Use dolist and push.
9457 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9458 (mail-yank-ignored-headers): Don't autoload.
9459
9460 2005-12-05 Kenichi Handa <handa@m17n.org>
9461
9462 * international/mule-cmds.el (set-language-info-internal): New fun.
9463 (set-language-info): Call set-language-info-internal to update
9464 language-info-alist. If LANG-ENV is the current one, call
9465 set-language-environment to make INFO effective now.
9466 (set-language-info-alist): Likewise.
9467 (locale-language-names): With locale "en", use English
9468 lang. env. but set the default codings to iso-8859-1.
9469
9470 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9471
9472 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9473 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9474 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9475 for plain strings.
9476 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9477 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9478 Create registers buffer if necessary. Echo new state in minibuffer.
9479 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9480
9481 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9482
9483 * info.el (Info-fontify-node): Match external links using
9484 non-directory part of filename.
9485
9486 2005-12-04 Juri Linkov <juri@jurta.org>
9487
9488 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9489 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9490 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9491 because there is no customization option for it.
9492
9493 * font-lock.el (lisp-font-lock-keywords-1):
9494 Add define-global-minor-mode.
9495
9496 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9497
9498 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9499 properties on the constructed variable names.
9500
9501 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9502 Put `definition-name' properties on the constructed function names
9503 next-sym and prev-sym.
9504
9505 * emacs-lisp/find-func.el (find-function-regexp):
9506 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9507 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9508 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9509 and easy-menu-define.
9510
9511 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9512 easy-mmode-define-global-mode and define-global-minor-mode.
9513 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9514
9515 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9516 instead of easy-mmode-define-global-mode.
9517
9518 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9519 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9520
9521 * cus-edit.el (customize-group, customize-group-other-window):
9522 Filter out autoloaded options from the group completion list by
9523 using heuristics that autoloaded groups don't have `custom-autoload'
9524 property on their symbols (they have only `custom-loads').
9525
9526 * simple.el (completion-setup-function): Put completions-common-part
9527 face on complete completion string too (i.e. completion string
9528 without completions-first-difference face).
9529
9530 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9531
9532 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9533
9534 * view.el (view-mode): Doc fix.
9535
9536 * disp-table.el (standard-display-european): Add to the warning
9537 message a reference to the doc string.
9538
9539 * play/yow.el (apropos-zippy): Call print-help-return-message,
9540 similar to other Help and Apropos commands.
9541
9542 * help.el (print-help-return-message): If pop-up-frames is
9543 non-nil, set up help-return-method to delete the help window and,
9544 possibly, its frame as well, and don't display message about
9545 scrolling the help window. Doc fix.
9546 (help-return-method): Doc fix.
9547
9548 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9549
9550 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9551 whereby names of length one or names starting with a
9552 symbol-constituent character would not be returned.
9553
9554 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9555
9556 * subr.el (atomic-change-group): Add edebug and indentation spec.
9557
9558 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9559
9560 * completion.el (save-completions-file-name): Fix typo in last change.
9561
9562 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9563
9564 * info.el: Move back/forward history to the beginning of the tool bar.
9565
9566 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9567
9568 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9569 Add fset of allout-real-isearch-abort during compile to fix
9570 byte-compilation warnings.
9571 (allout-mode-p): Move definition of this macro above all uses, or
9572 byte compilation in barren emacs (eg, during emacs build) will
9573 lack the definition.
9574 (allout-mode): Move this variable above any uses, or byte
9575 compilation will fail.
9576 (allout-resolve-xref): Remove use of personal file-reference function.
9577 (allout-toggle-current-subtree-encryption): Do the current (ie,
9578 visible containing) topic, rather than nearest around point. Doc fix.
9579 (allout-toggle-subtree-encryption): New function, workhorse that
9580 works on nearest topic containing point.
9581 (allout-encrypt-string): Signal requirement for newer version of pgg.
9582 (allout-resumptions): Doc fix.
9583
9584 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9585
9586 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9587
9588 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9589
9590 * textmodes/flyspell.el (flyspell-external-point-words):
9591 Consider a misspelling as found in the string search if: (a) misspelling
9592 and found string lengths match, or (b) misspelling is found as
9593 element in a boundary-chars separated longer string, or (c)
9594 ispell-program-name is really ispell and misspelling is found as
9595 part of a TeX string. After successful match move beginning of
9596 search region to end of match. Warn about not found misspellings
9597 once the process is done.
9598 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9599
9600 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9601
9602 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9603 tool bar (removed inadvertently).
9604
9605 2005-12-02 Juri Linkov <juri@jurta.org>
9606
9607 * log-view.el (log-view-diff): Clarify doc string.
9608
9609 2005-12-01 Bill Wohler <wohler@newt.com>
9610
9611 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9612 triggers lm-verify errors.
9613
9614 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9615
9616 * simple.el (transient-mark-mode, line-number-mode)
9617 (column-number-mode, size-indication-mode): Remove `:require nil'.
9618
9619 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9620
9621 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9622 in the margin also.
9623 (gdb-breakpoints-mode-map): Use D instead of d for
9624 gdb-delete-breakpoint.
9625 (gdb-get-frame-number): Require a number to match on.
9626 (gdb-threads-mode-map): Add follow-link binding.
9627
9628 2005-11-30 Jason Rumney <jasonr@gnu.org>
9629
9630 * isearch.el (isearch-mode-map): Avoid exiting search on
9631 language-change event.
9632
9633 2005-11-30 Romain Francoise <romain@orebokech.com>
9634
9635 * speedbar.el (speedbar-default-position): New defcustom.
9636 (speedbar-frame-reposition-smartly): Use it.
9637
9638 * dframe.el (dframe-reposition-frame-emacs): Fix position
9639 computation for `left' location.
9640 Update copyright year.
9641
9642 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * help.el (help-map): Move initialization into declaration.
9645
9646 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9647
9648 * help-fns.el (help-argument-name): Don't autoload.
9649 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9650 to be re-loaded when customizing the `help' group.
9651
9652 2005-11-30 John Paul Wallington <jpw@gnu.org>
9653
9654 * help-fns.el (describe-function-1): Fill arglist output.
9655
9656 2005-11-30 Kim F. Storm <storm@cua.dk>
9657
9658 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9659 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9660 after revert-buffer (or anything else which kills all local variables).
9661
9662 * apropos.el (apropos-parse-pattern): Doc fix.
9663 Set apropos-regexp directly, rather than expecting callers to do so.
9664 (apropos-command, apropos, apropos-value, apropos-documentation):
9665 Simplify calls to apropos-parse-pattern.
9666
9667 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9668
9669 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9670 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9671 (hi-lock-write-interactive-patterns): Use comment-region.
9672
9673 * longlines.el (longlines-mode): Add mail-setup-hook.
9674
9675 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9676
9677 * simple.el (sendmail-user-agent-compose, next-line):
9678 Conditionally use hard-newline.
9679
9680 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9681
9682 * international/latexenc.el (latex-inputenc-coding-alist):
9683 Reword doc string.
9684
9685 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9686
9687 * help.el (describe-key-briefly, describe-key): Recognize default
9688 bindings.
9689
9690 2005-11-29 Romain Francoise <romain@orebokech.com>
9691
9692 * view.el (view-inhibit-help-message): New defcustom.
9693 (view-mode-enter): Use it.
9694
9695 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9696
9697 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9698 Preserve user position.
9699
9700 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9701
9702 * font-lock.el: Throw error if facemenu is not loaded to prevent
9703 accidental change of loading order in loadup.el. (Suggested by RMS.)
9704
9705 * loadup.el: Add comment explaining why facemenu must be loaded
9706 before font-lock.
9707
9708 2005-11-28 Jay Belanger <belanger@truman.edu>
9709
9710 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9711 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9712
9713 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9714
9715 * calc/calc-embed.el (calc-do-embedded): Update help message.
9716
9717 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9718
9719 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9722
9723 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9724 called-interactively-p.
9725 (elp-profilable-p): Rename from elp-not-profilable-p.
9726 Invert result and take into account macros and autoloaded functions.
9727 (elp-instrument-function): Update call.
9728 (elp-instrument-package): Update call. Add completion.
9729 (elp-pack-number): Use match-string.
9730 (elp-results-jump-to-definition-by-mouse): Merge into
9731 elp-results-jump-to-definition and then remove.
9732 (elp-output-insert-symname): Make help echo text single-line.
9733
9734 * replace.el (query-replace-map): Move initialization into declaration.
9735 (occur-engine): Use with-current-buffer.
9736 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9737 (occur-mode-mouse-goto): Replace with an alias.
9738
9739 2005-11-28 Juri Linkov <juri@jurta.org>
9740
9741 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9742
9743 * term/w32-win.el: Bind [S-tab] to [backtab].
9744
9745 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9746 `Info-find-file' to t.
9747
9748 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9749 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9750 and same-window-regexps.
9751 (occur-next-error): Don't move point for arg 0.
9752
9753 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9754
9755 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9756
9757 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * log-edit.el (log-edit-changelog-use-first): New var.
9760 (log-edit-changelog-ours-p): Use it.
9761 (log-edit-insert-changelog): Set it with new arg `use-first'.
9762 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9763 (log-edit-hook): Add them to the list of suggested options.
9764
9765 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9766 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9767 redundant work.
9768 (flyspell-mode-on): Use add-hook for after-change-functions.
9769 (flyspell-mode-off): Use remove-hook for after-change-functions.
9770 (flyspell-changes): Make it buffer-local.
9771 (flyspell-after-change-function): Make it non-interactive. Use push.
9772 (flyspell-post-command-hook): Check input-pending-p while processing
9773 the potentially long list of buffer changes.
9774
9775 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9776
9777 * buff-menu.el (list-buffers-noselect): Display the selected
9778 frame's buffer list, not the global one.
9779
9780 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9781
9782 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9783 that (list last-input-event) works as in interactive spec.
9784
9785 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9786
9787 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9788 `facemenu-keymap' needs to be defined when font-lock is loaded.
9789 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9790
9791 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * completion.el: Remove useless leading * in defcustom docstrings.
9794 (save-completions-file-name): Use ~/.emacs.d if available.
9795 (completion-standard-syntax-table): Rename from
9796 cmpl-standard-syntax-table and fold initialization into declaration,
9797 thus removing cmpl-make-standard-completion-syntax-table.
9798 (completion-lisp-syntax-table, completion-c-syntax-table)
9799 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9800 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9801 (symbol-under-point, symbol-before-point)
9802 (symbol-under-or-before-point, symbol-before-point-for-complete)
9803 (add-completions-from-c-buffer): Use with-syntax-table.
9804 (make-completion): Don't return a list of completion entries.
9805 Update callers.
9806 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9807 (completion-initialize): Rename from initialize-completions.
9808 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9809 (kill-emacs-save-completions): Collect stats here.
9810 (save-completions-to-file, load-completions-from-file):
9811 Use with-current-buffer.
9812 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9813 into a function. Move all calls to toplevel.
9814 (completion-lisp-mode-hook): New fun.
9815 (completion-c-mode-hook, completion-setup-fortran-mode):
9816 Set the syntax-table here. Use local-set-key.
9817 (completion-saved-bindings): New var.
9818 (dynamic-completion-mode): Make it into a proper minor mode.
9819 (load-completions-from-file): Remove unused var `num-uses'.
9820
9821 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9822 constructor if it is explicitly overridden.
9823
9824 * complete.el (PC-completion-as-file-name-predicate):
9825 Use minibuffer-completing-file-name.
9826 (partial-completion-mode): Use find-file-not-found-functions.
9827 (PC-lisp-complete-symbol): Use with-syntax-table.
9828 (PC-look-for-include-file): Remove dead setq.
9829 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9830 (PC-complete): Use with-current-buffer.
9831
9832 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9833 escape single quotes.
9834
9835 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9836
9837 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9838 of `if' whose condition always returned nil. Doc fix.
9839
9840 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9841 window's buffer the current buffer around the call to
9842 `list-buffers-noselect'. This is necessary to mark that buffer
9843 with a `.' in the Buffer Menu when called from Lisp, for instance
9844 by Auto Revert Mode.
9845
9846 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9847
9848 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9849 attaching to it.
9850 (gdb-pre-prompt): Make sure gdb-error is reset.
9851
9852 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9853 with a child process, detect it.
9854 (gud-speedbar-buttons): Match regexp more carefully.
9855
9856 2005-11-27 Richard M. Stallman <rms@gnu.org>
9857
9858 * mouse.el (mouse-drag-move-window-bottom):
9859 Use adjust-window-trailing-edge.
9860
9861 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9862
9863 * simple.el (blink-matching-open): Ignore
9864 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9865 (blink-matching-paren-on-screen): Update docstring.
9866
9867 * paren.el (show-paren-mode): No longer change
9868 `blink-matching-paren-on-screen'.
9869
9870 2005-11-27 John Paul Wallington <jpw@pobox.com>
9871
9872 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9873 (gdb-threads-select, gdb-edit-register-value):
9874 Use `posn-set-point' instead of `mouse-set-point' because the
9875 latter is not fbound when configured without X.
9876
9877 2005-11-27 Kim F. Storm <storm@cua.dk>
9878
9879 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9880 existing face when partially highlighting a TAB in a rectangle.
9881
9882 2005-11-26 Kim F. Storm <storm@cua.dk>
9883
9884 * ido.el (ido-mode-map): Doc fix.
9885 (ido-mode-common-map, ido-mode-file-map)
9886 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9887 (ido-define-mode-map): Rewrite. Select one of the new maps as
9888 parent for ido-mode-map instead of building from scratch.
9889 (ido-init-mode-maps): New defun to initialize new maps.
9890 (ido-mode): Call it.
9891 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9892 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9893
9894 2005-11-26 John Paul Wallington <jpw@pobox.com>
9895
9896 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9897 `mouse-set-point' because the latter is not fbound when configured
9898 without X.
9899
9900 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9901
9902 * files.el (file-relative-name): Doc fix.
9903
9904 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9905
9906 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9907 non-empty string for secondary prompt PS2.
9908
9909 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9910
9911 * progmodes/compile.el (compilation-setup): Fix last change.
9912
9913 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9914
9915 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9916 (gdb-mouse-toggle-breakpoint-margin)
9917 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9918 Add gdb-server-prefix to keep out of command history.
9919 (gdb-edit-register-value): New function.
9920 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9921 (gdb-info-registers-custom): Use above map.
9922
9923 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9924
9925 * custom.el (enable-theme): Signal error if argument is not a
9926 theme. Don't recalculate a face if it's not loaded yet.
9927
9928 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9929 the `user' theme is in effect.
9930
9931 * info.el (Info-on-current-buffer): Record actual filename in
9932 Info-current-file, instead of t, or a fake filename if a non-file
9933 buffer. Make autoload.
9934 (Info-find-node, Info-revert-find-node): No need to check for
9935 Info-current-file nil.
9936 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9937 Info-current-file is now never `t'.
9938 (Info-fontify-node): Many simplifications due to Info-current-file
9939 always being valid. Use Info-find-file to find node filename.
9940
9941 2005-11-25 David Kastrup <dak@gnu.org>
9942
9943 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9944 new character, then delete" in order to preserve markers.
9945
9946 2005-11-25 David Ponce <david@dponce.com>
9947
9948 * recentf.el (recentf-arrange-by-rule): Handle a special
9949 `auto-mode-alist'-like "strip suffix" rule.
9950 (recentf-build-mode-rules): Handle second level auto-mode entries.
9951
9952 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9953
9954 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9955 window modes.
9956
9957 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9958 jde-javadoc-checker-report-mode.
9959
9960 * ediff-wind (ediff-make-wide-display): Slight simplification.
9961
9962 * ediff.el (ediff-date): Change the date of last update.
9963
9964 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9965
9966 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9967 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9968 (hi-lock-mode): New global minor mode.
9969 (turn-on-hi-lock-if-enabled): New function.
9970 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9971 Change arguments to regexp and face instead of a font-lock pattern.
9972 Directly set face property, instead of refontifying.
9973 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9974 (hi-lock-find-patterns): Use line-number-at-pos.
9975
9976 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9977 arguments for hi-lock-set-pattern.
9978 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9979 Call font-lock-fontify-buffer.
9980 (hi-lock-find-file-hook, hi-lock-current-line)
9981 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9982
9983 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9984 turned off.
9985
9986 * progmodes/compile.el (compilation-setup): Don't fiddle with
9987 font-lock-defaults.
9988
9989 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9990
9991 * progmodes/gdb-ui.el (gdb-var-create-handler)
9992 (gdb-var-list-children-handler): Find values for all variable
9993 objects. gud-speedbar-buttons decides whether to display them.
9994
9995 2005-11-24 Romain Francoise <romain@orebokech.com>
9996
9997 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9998 buffer name with a space.
9999
10000 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10001
10002 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10003 `org-export-local-list-max-depth'. Change default value to 3.
10004 (org-auto-renumber-ordered-lists)
10005 (org-plain-list-ordered-item-terminator): New options.
10006 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10007 (org-get-indentation, org-get-string-indentation)
10008 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10009 New functions.
10010 (org-move-item-down, org-move-item-up): New commands.
10011 (org-export-as-html): New classes for CSS support. Bug fix in
10012 regular expression detecting fixed-width regions. Respect
10013 `org-local-list-ordered-item-terminator'.
10014 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10015 also a list item.
10016 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10017 New item moving functions.
10018
10019 2005-11-24 Juri Linkov <juri@jurta.org>
10020
10021 * isearch.el (isearch-repeat): With empty search ring set
10022 `isearch-error' to the error string instead of signaling error
10023 with the function `error'.
10024
10025 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10026
10027 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10028
10029 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10030
10031 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10032 and variable.
10033 (gdb-var-create-handler, gdb-var-list-children-handler):
10034 Don't match on "char **...".
10035 (gdb-var-update-handler): Find values for all variable objects.
10036 (gdb-info-frames-custom): Identify frames by leading "#".
10037
10038 * progmodes/gud.el (gud-speedbar-menu-items): Add
10039 gdb-speedbar-auto-raise as radio button.
10040 (gud-speedbar-buttons): Raise speedbar if requested.
10041 Don't match on "char **...".
10042 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10043 Make it editable.
10044
10045 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10046
10047 * info.el (Info-fontify-node): Handle the case where
10048 Info-current-file is t.
10049
10050 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10051
10052 * simple.el (blink-matching-open): Fix off-by-one in last change.
10053
10054 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10055
10056 * term/mac-win.el: Don't change default directory.
10057
10058 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10059
10060 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10061 buffers correctly. (It used to throw an error in such buffers.)
10062 Make it ask for confirmation in group buffers and other Custom
10063 buffers containing more than one customization item.
10064
10065 2005-11-22 John Paul Wallington <jpw@gnu.org>
10066
10067 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10068 property on mail and url overlays.
10069 (goto-address-at-point): Use `posn-set-point' instead of
10070 `mouse-set-point' because the latter is not fbound when configured
10071 without X.
10072
10073 2005-11-22 Lars Hansen <larsh@soem.dk>
10074
10075 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10076 (ls-lisp-classify, ls-lisp-format): Delete call to
10077 ls-lisp-parse-symlink.
10078 (ls-lisp-handle-switches): Handle symlinks to directories as
10079 directories when ls-lisp-dirs-first in non-nil.
10080
10081 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10082
10083 * startup.el (command-line): Make sure that loaddefs.el is handled
10084 correctly in load-history.
10085
10086 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10089 (gdb-struct-string, gdb-array-string): New constants.
10090 (gdb-info-locals-handler): Use them.
10091 (gdb-reset): Reset gdb-var-list to nil.
10092
10093 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10094
10095 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10096 in patterns.
10097
10098 2005-11-21 Juri Linkov <juri@jurta.org>
10099
10100 * custom.el (defcustom): Update link types in docstring.
10101
10102 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10103
10104 * custom.el (defgroup): Add doc-string-elt info.
10105
10106 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10107
10108 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10109
10110 * newcomment.el (comment-enter-backward): Fix last fix.
10111
10112 * simple.el (blink-matching-open):
10113 * paren.el (show-paren-function): Allow new paren-class info.
10114
10115 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10116
10117 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10118 handled automagically.
10119
10120 2005-11-20 Andreas Schwab <schwab@suse.de>
10121
10122 * descr-text.el (describe-char): When copying overlays put them
10123 over the full char description instead of just the first character
10124 of it.
10125
10126 2005-11-20 Juri Linkov <juri@jurta.org>
10127
10128 * simple.el (what-cursor-position):
10129 * descr-text.el (describe-char): Use Lisp-readable syntax
10130 for octal and hex. Reorder decimal, octal and hex values.
10131 Remove excess whitespace in the output. Use `=' in `column='
10132 like in `point=' and `Hscroll='.
10133
10134 * international/mule-cmds.el (encoded-string-description):
10135 Use Lisp-readable syntax for hex.
10136
10137 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10138
10139 * newcomment.el (comment-enter-backward): Handle the case where the
10140 comment is closed by EOB.
10141
10142 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10143
10144 * longlines.el (longlines-before-revert-hook)
10145 (longlines-after-revert-hook): New functions.
10146 (longlines-mode): Turn off longlines temporarily when reverting.
10147 Add a message-setup-hook.
10148 (longlines-decode-buffer): New function.
10149 (longlines-wrap-line): Preserve marker positions.
10150
10151 2005-11-19 Andreas Schwab <schwab@suse.de>
10152
10153 * emacs-lisp/shadow.el: Handle compressed files.
10154
10155 2005-11-19 Romain Francoise <romain@orebokech.com>
10156
10157 * net/browse-url.el (browse-url-default-browser): Signal an error
10158 if no usable browser can be found, rather than try to load w3.
10159
10160 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10161
10162 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10163 replacing existing properties.
10164 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10165 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10166 tty specs.
10167 (rcirc-server-prefix, rcirc-server): New faces.
10168 (rcirc-url-regexp): Generate with rx macro.
10169 (rcirc-last-server-message-time): New variable.
10170 (rcirc-filter): Record time of last message.
10171 (rcirc-keepalive): Kill processes that did not send a message
10172 since the last ping.
10173 (rcirc-mode): Give rcirc-topic a local binding here.
10174
10175 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10176
10177 * subr.el (read-passwd): Fontify the prompt as we do with other
10178 prompts.
10179
10180 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10181
10182 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10183 binding buffer-read-only to nil.
10184
10185 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10186
10187 * complete.el (partial-completion-mode):
10188 Mention completion-auto-help in the doc string.
10189
10190 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10191 more Lisp-ish way.
10192
10193 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10194
10195 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10196 digits, not 8, to avoid misalignment for files larger than 100MB.
10197
10198 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10199
10200 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10201 Mention "keyboard shortcuts" in the help text.
10202
10203 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10204
10205 * startup.el (fancy-splash-default-action): Discard only
10206 mouse-down and succeeding mouse-up events in the splash screen
10207 window so that drag-n-drop event can be processed.
10208
10209 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10210
10211 * longlines.el (longlines-mode): Add hacks for mail-mode and
10212 message-mode.
10213
10214 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10215
10216 * textmodes/org.el (org-table-sort-lines): New command.
10217 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10218 (org-add-file): Command removed, use `org-agenda-file-to-front'
10219 instead.
10220 (org-export-icalendar): Use `org-icalendar-combined-name'.
10221 (org-cycle-agenda-files, org-agenda-file-to-end)
10222 (org-agenda-file-to-front): New commands.
10223 (org-table-tab-jumps-over-hlines, org-export-html-style):
10224 New options.
10225 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10226 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10227 New functions.
10228 (org-fill-paragraph): Call `org-table-align' in tables.
10229 (org-mode): Call `org-set-autofill-regexps'.
10230 (org-export-as-html): Support for local handformatted lists.
10231 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10232 (org-export-local-list-max-depth): New option.
10233 (org-html-expand): Use `org-html-protect'.
10234
10235 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10236
10237 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10238 to "p".
10239 (gdb): Move definition of gud-pp to...
10240
10241 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10242 speedbar.
10243 (gdb-find-watch-expression): New function.
10244
10245 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10246
10247 * faces.el (face-attribute, set-face-attribute): Mention existence
10248 of `:ignore-defface' setting in docstring.
10249
10250 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10251
10252 * simple.el (completion-setup-function): Fix last change.
10253
10254 2005-11-17 John Paul Wallington <jpw@pobox.com>
10255
10256 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10257 Use `posn-set-point' instead of `mouse-set-point' because the
10258 latter is not fbound when configured without X.
10259
10260 * comint.el (comint-insert-input): Likewise.
10261
10262 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10263
10264 * simple.el (hard-newline): New variable.
10265 (sendmail-user-agent-compose, next-line): Use it.
10266
10267 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10268 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10269 (mail-mail-reply-to, mail-mail-followup-to)
10270 (mail-position-on-field, mail-signature, mail-yank-original)
10271 (mail-attach-file): Likewise.
10272
10273 * mail/mailheader.el (mail-header-format)
10274 (mail-header-format-function): Likewise.
10275
10276 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10277
10278 2005-11-17 Juri Linkov <juri@jurta.org>
10279
10280 * font-lock.el (font-lock-faces): Rename this defgroup from
10281 `font-lock-highlighting-faces'.
10282 (font-lock-comment-face, font-lock-comment-delimiter-face)
10283 (font-lock-string-face, font-lock-doc-face)
10284 (font-lock-keyword-face, font-lock-builtin-face)
10285 (font-lock-function-name-face, font-lock-variable-name-face)
10286 (font-lock-type-face, font-lock-constant-face)
10287 (font-lock-warning-face, font-lock-negation-char-face)
10288 (font-lock-preprocessor-face)
10289 (font-lock-regexp-grouping-backslash)
10290 (font-lock-regexp-grouping-construct): Rename :group from
10291 `font-lock-highlighting-faces' to `font-lock-faces'.
10292
10293 * cus-edit.el (lisp, c, tex):
10294 * progmodes/ada-mode.el (ada):
10295 * progmodes/asm-mode.el (asm):
10296 * progmodes/cperl-mode.el (cperl-faces):
10297 * progmodes/cpp.el (cpp):
10298 * progmodes/dcl-mode.el (dcl):
10299 * progmodes/f90.el (f90):
10300 * progmodes/fortran.el (fortran):
10301 * progmodes/icon.el (icon):
10302 * progmodes/idlwave.el (idlwave-misc):
10303 * progmodes/m4-mode.el (m4):
10304 * progmodes/make-mode.el (makefile):
10305 * progmodes/meta-mode.el (meta-font):
10306 * progmodes/modula2.el (modula2):
10307 * progmodes/octave-mod.el (octave):
10308 * progmodes/pascal.el (pascal):
10309 * progmodes/perl-mode.el (perl):
10310 * progmodes/prolog.el (prolog):
10311 * progmodes/ps-mode.el (PostScript-edit):
10312 * progmodes/scheme.el (scheme):
10313 * progmodes/sh-script.el (sh-script):
10314 * progmodes/simula.el (simula):
10315 * progmodes/tcl.el (tcl):
10316 * textmodes/nroff-mode.el (nroff):
10317 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10318 * textmodes/sgml-mode.el (sgml):
10319 * textmodes/texinfo.el (texinfo):
10320 Add :link (custom-group-link font-lock-faces) to defgroup.
10321
10322 * hi-lock.el (hi-lock): Rename this defgroup from
10323 `hi-lock-interactive-text-highlighting'. Change parent group from
10324 `faces' to `font-lock'. Add link to the manual.
10325 (hi-lock-mode, hi-lock-file-patterns-range)
10326 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10327 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10328 (hi-lock-faces): Add :group `faces'.
10329
10330 * cus-edit.el (custom-variable-prompt): Clarify the code.
10331
10332 * faces.el (face-read-string): Set the default value arg of
10333 completing-read.
10334
10335 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10336
10337 * rfn-eshadow.el (file-name-shadow-properties)
10338 (file-name-shadow-tty-properties, file-name-shadow-mode):
10339 Remove autoloads, because the file is now preloaded.
10340
10341 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * printing.el (easy-menu-intern): Don't define.
10344 (pr-get-symbol): Use easy-menu-intern only if defined.
10345
10346 * simple.el (blink-matching-open): Simplify a bit.
10347 (completion-setup-function): Fix the case of partial-completion-mode
10348 when the minibuffer's contents start with "-".
10349 Obey completion-base-size-function even when
10350 minibuffer-completing-file-name is non-nil.
10351
10352 2005-11-16 Richard M. Stallman <rms@gnu.org>
10353
10354 * net/eudcb-ph.el (eudc-ph-open-session):
10355 Use set-process-query-on-exit-flag.
10356
10357 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10358
10359 * international/ucs-tables.el (ucs-set-table-for-input):
10360 Use make-local-variable, not make-variable-buffer-local.
10361
10362 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10363 Improve warning message text.
10364
10365 * savehist.el (savehist-save-hook): Add :group.
10366
10367 * menu-bar.el (menu-bar-help-menu):
10368 Rename Find Extra Packages to External Packages.
10369
10370 * cus-edit.el (Custom-reset-standard): Verify that
10371 :custom-standard-value prop exists before calling it.
10372
10373 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10374
10375 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10376
10377 * wid-edit.el (color): Enclose %t in %{...%}.
10378
10379 * cus-edit.el (face): Enclose %t in %{...%}.
10380
10381 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10382
10383 * savehist.el (savehist-mode-hook): Re-add the var.
10384 (savehist-mode): Use it.
10385
10386 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * textmodes/flyspell.el: Fix commenting convention.
10389 Remove unnecessary leading * in custom docstrings.
10390 (flyspell-emacs): Remove unused var.
10391 (flyspell-delete-region-overlays): Use remove-overlays.
10392 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10393 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10394 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10395 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10396 (make-flyspell-overlay): Don't locally reuse a global name.
10397 (flyspell-highlight-incorrect-region)
10398 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10399 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10400 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10401 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10402 Wrap calls to accept-process-output inside with-local-quit since it's
10403 often called from a post-command-hook.
10404 (flyspell-correct-word, flyspell-auto-correct-word):
10405 Use ispell-send-string.
10406 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10407
10408 * calendar/diary-lib.el (diary-list-entries): Also hide the
10409 terminating newline.
10410
10411 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10412
10413 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10414 window-system, to allow fonts on tty.
10415
10416 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10417
10418 * progmodes/gud.el (gud-speedbar-item-info): New function.
10419 (gud-install-speedbar-variables): Use it to display data type
10420 of watch expression as a tooltip in speedbar.
10421
10422 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10423
10424 * font-core.el (global-font-lock-mode): Add :version keyword,
10425 because default was changed.
10426
10427 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10428
10429 * startup.el (command-line): Use `custom-reevaluate-setting' for
10430 `file-name-shadow-mode'.
10431
10432 * loadup.el: Preload rfn-eshadow.
10433
10434 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10435 Add :version keyword.
10436 (file-name-shadow-properties, file-name-shadow-tty-properties)
10437 (file-name-shadow): Add :version keyword.
10438
10439 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10440 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10441 in the custom-group property of the symbol frames and the fringe
10442 group got no link to its parent group frames.
10443 Doc fix.
10444
10445 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10446
10447 * progmodes/gud.el (gud-stop-subjob): New function.
10448 (gud-menu-map, gud-tool-bar-map): Use it.
10449
10450 2005-11-16 Kim F. Storm <storm@cua.dk>
10451
10452 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10453 than kill it.
10454 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10455 to a more useful/logical place.
10456
10457 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10458
10459 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10460 go buttons complementary.
10461
10462 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10463
10464 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10465 (rfn-eshadow-sifn-equal): New function.
10466 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10467
10468 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10469
10470 * viper-utils.el (viper-non-word-characters-reformed-vi):
10471 Quote `-' in string.
10472
10473 * viper.el (viper-emacs-state-mode-list): Ensure that
10474 rcirc-mode buffers come up in Emacs state.
10475
10476 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10477 operation.
10478
10479 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10480
10481 * term.el (term-termcap-format): Fix typos.
10482 (term-down): Fix the negative argument case.
10483
10484 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10485
10486 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10487 2005-08-15.
10488 (gdb-ann3): New command gud-go.
10489 (menu): Accomodate gdb-mi.el.
10490 (gdb-assembler-custom): Make buffer of selected window current
10491 so that set-window-point works.
10492
10493 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10494 buttons and include new ones.
10495
10496 2005-11-16 Kim F. Storm <storm@cua.dk>
10497
10498 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10499 (gud-menu-map): Use it.
10500
10501 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10502
10503 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10504 that works correctly for Custom and that does not override a user
10505 who disables it.
10506
10507 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10508 (help-xref-interned, help-follow): Make hyperlinks for variables
10509 that are unbound, but have a non-nil variable-documentation property.
10510
10511 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10512 mode hook. (It conflicted with defcustoms for some mode hooks.)
10513 Use the `variable-documentation' property to give the mode hook a
10514 docstring and expand that docstring.
10515
10516 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10517
10518 * savehist.el (savehist-mode): Don't bother with
10519 `custom-set-minor-mode'.
10520 (savehist-coding-system): Check XEmacs version.
10521 (history-length): Declare also at run time.
10522 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10523 Don't set the customize state.
10524 (savehist-minibuffer-hook): Special case for when
10525 minibuffer-history-variable is equal to t.
10526
10527 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * files.el (write-file): Refresh VC status.
10530
10531 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10532 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10533 than fundamental-mode to see if the mode was set.
10534
10535 2005-11-14 Romain Francoise <romain@orebokech.com>
10536
10537 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10538 dummy function in `eval-when-compile' to avoid compiler warning.
10539 Require `man' at compile time.
10540
10541 2005-11-14 Jay Belanger <belanger@truman.edu>
10542
10543 * calc-alg.el (calcFunc-write-out-power): Rename it to
10544 calcFunc-powerexpand.
10545 (math-write-out-power): Rename it to math-powerexpand; have it
10546 handle negative exponents.
10547 (calc-writeoutpower): Rename it to calc-powerexpand.
10548
10549 * calc-ext.el: Change calcFunc-writeoutpower and
10550 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10551 autoloads.
10552 Add calcFunc-ldiv to autoloads.
10553
10554 * calc-arith.el (calcFunc-ldiv): New function.
10555
10556 * calc.el (calc-left-divide): New function.
10557
10558 2005-11-14 Juri Linkov <juri@jurta.org>
10559
10560 * cus-edit.el (custom-variable-prompt): Set the default value arg
10561 of completing-read.
10562
10563 * cus-dep.el (custom-make-dependencies): Reverse the list of
10564 found dependencies.
10565
10566 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10567
10568 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10569 Highlighting" entry, it is on by default now.
10570 (menu-bar-options-save): Do not save global-font-lock-mode.
10571
10572 2005-11-13 Richard M. Stallman <rms@gnu.org>
10573
10574 * textmodes/flyspell.el (flyspell-large-region):
10575 Call flyspell-accept-buffer-local-defs.
10576
10577 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10578
10579 * textmodes/flyspell.el (flyspell-notify-misspell):
10580 Fix misspelling of "Misspelling".
10581 (flyspell-process-localwords): New function.
10582 (flyspell-large-region): Call flyspell-process-localwords and
10583 flyspell-delete-region-overlays.
10584 (flyspell-delete-region-overlays): New function.
10585 (flyspell-delete-all-overlays): Call that.
10586
10587 2005-11-13 Richard M. Stallman <rms@gnu.org>
10588
10589 * help.el (help-for-help-internal): Improve doc of C-h a.
10590 (describe-key): Improve prompt; doc fix.
10591
10592 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * vc-svn.el (vc-svn-registered): Catch all errors.
10595
10596 * cus-dep.el (custom-make-dependencies): Typo.
10597
10598 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10599
10600 * net/tramp-util.el (top): Fix compilation warning.
10601
10602 2005-11-13 Kim F. Storm <storm@cua.dk>
10603
10604 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10605
10606 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10607
10608 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10609 (gud-speedbar-buttons): Match on "const char *" too.
10610
10611 * progmodes/gdb-ui.el (gdb-var-create-handler)
10612 (gdb-var-list-children-handler): Match on "const char *" too.
10613 (gdb-var-evaluate-expression-handler): Match on empty string.
10614 (gdb-var-update-handler): Only call
10615 gdb-var-evaluate-expression-handler when required.
10616
10617 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10618
10619 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10620 selected window. This still doesn't work for speedbar.
10621 (gud-speedbar-buttons): Handle string expressions properly.
10622
10623 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10624 (gdb-var-create-handler): Handle string expressions properly.
10625 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10626 Handle string expressions properly. Move "type" field into regexp.
10627
10628 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10629
10630 * bookmark.el (bookmark-maybe-message): New function to reduce
10631 code duplication: invokes `message' iff baud-rate is high enough.
10632 (bookmark-write-file): Use above instead of an inline conditional.
10633 (bookmark-load): Same.
10634
10635 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10636
10637 * bookmark.el (bookmark-write-file): Don't visit the destination
10638 file, just write the data to it using write-region. This is
10639 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10640 change to avoid visiting the file in the first place.
10641
10642 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10643
10644 * hi-lock.el (hi-lock-mode): Set the default value of
10645 font-lock-defaults.
10646
10647 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10648
10649 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10650 arg to `file-attributes'.
10651 (find-lisp-format): The UID and GID can now be strings.
10652
10653 2005-11-12 Kim F. Storm <storm@cua.dk>
10654
10655 * help.el (help-map): Bind C-h d to apropos-documentation.
10656
10657 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10658 when point is at end-of-buffer.
10659
10660 * apropos.el (apropos-match-face): Doc fix.
10661 (apropos-sort-by-scores): Add new choice `verbose'.
10662 (apropos-documentation-sort-by-scores): New defcustom.
10663 (apropos-pattern): Now contains the pattern entered by the user.
10664 (apropos-pattern-quoted): New defvar.
10665 (apropos-regexp): New defvar, containing the regexp corresponding
10666 to apropos-pattern.
10667 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10668 (apropos-read-pattern): New defun. Use it to read pattern arg in
10669 interactive calls; returns list of words for a word list, and
10670 string for a regexp.
10671 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10672 parses a list of words or regexp as returned by apropos-read-pattern.
10673 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10674 (apropos-score-doc): Return a very high score if the string
10675 entered by the user matches literally.
10676 (apropos-variable): Doc fix. Use apropos-read-pattern.
10677 (apropos-command): Doc fix. Use apropos-read-pattern and
10678 apropos-parse-pattern. Call apropos-print with nosubst=t.
10679 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10680 apropos-parse-pattern.
10681 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10682 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10683 apropos-documentation-sort-by-scores. Call apropos-print with
10684 nosubst=t.
10685 (apropos-documentation-internal): Pass doc string through
10686 substitute-key-definition before adding text properties.
10687 Highlight substring matching literal user input if possible.
10688 (apropos-documentation-check-doc-file): Remove locals beg and end.
10689 Fix calculation of score (as added twice). Pass doc string through
10690 substitute-key-definition before adding text properties.
10691 (apropos-documentation-check-elc-file): Pass doc string through
10692 substitute-key-definition before adding text properties.
10693 Highlight substring matching literal user input if possible.
10694 (apropos-print): Add new arg NOSUBST; if set, command and variable
10695 doc strings have already been passed through substitute-key-definition.
10696 Add code to handle apropos-accumulator items without score element
10697 for backwards compatibility (e.g. with woman package).
10698 Only show scores if apropos-sort-by-scores is `verbose'.
10699
10700 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10703 Add jka-compr-load-suffixes to load-suffixes.
10704
10705 * jka-compr.el: Require jka-cmpr-hook.
10706 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10707 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10708 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10709 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10710 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10711 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10712 (jka-compr-uninstall): Remove entries from
10713 jka-compr-added-to-file-coding-system-alist after they are used.
10714 (jka-compr-error): Remove unused var `curbuf'.
10715 (jka-compr-file-local-copy): Remove unused var `notfound'.
10716
10717 2005-11-10 Romain Francoise <romain@orebokech.com>
10718
10719 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10720
10721 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10722
10723 * progmodes/gud.el (gud-menu-map): Move parentheses.
10724 (gdb): New command gud-pv.
10725
10726 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10727
10728 * tar-mode.el: Remove spurious or unnecessary leading stars
10729 in docstrings.
10730 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10731 (tar-parse-octal-integer-safe): Use mapc.
10732 (tar-header-block-summarize): Remove unused var `ck'.
10733 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10734 cleared before. Obey default-enable-multibyte-characters.
10735 Use mapconcat. Simplify setting of tar-header-offset.
10736 (tar-mode-map): Move initialization inside delcaration.
10737 (tar-flag-deleted): Use `abs'.
10738 (tar-expunge-internal): Remove unused var `line'.
10739 (tar-expunge-internal): Don't hardcode point-min==1.
10740 (tar-expunge): Widen while doing set-buffer-multibyte.
10741 (tar-rename-entry): Use file-name-coding-system.
10742 (tar-alter-one-field): Don't hardcode point-min==1.
10743 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10744 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10745
10746 2005-11-10 Masatake YAMATO <jet@gyve.org>
10747
10748 * add-log.el (add-log-current-defun): Handle class::method
10749 notation of c++. Fix incorrect comment.
10750
10751 2005-11-10 Alan Mackenzie <acm@muc.de>
10752
10753 * help-fns.el (describe-variable): Make C-h v work when a variable
10754 has variable documentation yet is unbound.
10755
10756 2005-11-10 Masatake YAMATO <jet@gyve.org>
10757
10758 * man.el (Man-highlight-references): Set an empty
10759 string to `Man-arguments' if it is nil.
10760 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10761
10762 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10765 commenting conventions.
10766
10767 * cus-dep.el (custom-make-dependencies): Simplify.
10768 Better follow the commenting conventions.
10769
10770 2005-11-09 Richard M. Stallman <rms@gnu.org>
10771
10772 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10773 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10774 All uses changed.
10775 (apropos-rewrite-regexp): Doc fix.
10776 (apropos-variable, apropos-command, apropos, apropos-value):
10777 Change prompt; carry through the argument renaming.
10778
10779 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10780
10781 * find-lisp.el: Require dired.
10782 (find-lisp-find-dired-internal): Do not call
10783 `abbreviate-file-name' on DIR.
10784
10785 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10786
10787 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10788
10789 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10790
10791 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10792 when using the speedbar.
10793 (gdb): New command gud-pp.
10794 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10795
10796 2005-11-09 Juri Linkov <juri@jurta.org>
10797
10798 * replace.el (occur-excluded-properties): New defcustom.
10799 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10800
10801 2005-11-08 Jay Belanger <belanger@truman.edu>
10802
10803 * calc/calc-units.el (math-convert-units): Replace any composite
10804 unit by its definition.
10805
10806 2005-11-08 Lars Hansen <larsh@soem.dk>
10807
10808 * emacs-lisp/autoload.el (update-directory-autoloads):
10809 Add obsolete function alias.
10810
10811 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10814 comment-indent-function.
10815 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10816
10817 * reveal.el (reveal-post-command): Rework the handling of
10818 reveal-open-spots, so as to be more reliable. There were several
10819 tricky corner cases where an open spot might be lost, or where
10820 a closed spot might end up on the list of open spots.
10821 Only reveal text that's ellipsised.
10822
10823 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10824
10825 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10826
10827 2005-11-07 John Paul Wallington <jpw@gnu.org>
10828
10829 * ibuffer.el (ibuffer): Search iconified frames too when
10830 getting Ibuffer buffer's window.
10831
10832 2005-11-06 Richard M. Stallman <rms@gnu.org>
10833
10834 * progmodes/compile.el (compilation-internal-error-properties):
10835 save-excursion around the computation of MARKER.
10836
10837 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10838
10839 * textmodes/flyspell.el (flyspell-external-point-words):
10840 flyspell-get-word returns a list, not just a string.
10841
10842 2005-11-06 John Paul Wallington <jpw@pobox.com>
10843
10844 * ibuffer.el (ibuffer): Search all visible frames when getting
10845 Ibuffer buffer's window.
10846
10847 2005-11-07 Masatake YAMATO <jet@gyve.org>
10848
10849 * man.el (Man-reference-regexp): Accept spaces between
10850 `Man-name-regexp' and `Man-section-regexp'.
10851 (Man-apropos-regexp): New variable.
10852 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10853 if available.
10854 (Man-highlight-references, Man-highlight-references0):
10855 Handle the case when `Man-arguments' includes "-k".
10856 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10857 `TARGET'. `TARGET' can be a number, function or nil.
10858
10859 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10860
10861 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10862 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10863 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10864 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10865 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10866 (gdb-send-item): Use buffer-local-value and simplify.
10867
10868 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10869
10870 * startup.el (command-line): Use `custom-reevaluate-setting' for
10871 `global-font-lock-mode'.
10872
10873 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10874 by default, except in batch mode or when the -D option is given.
10875
10876 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10877 specified keyword args on to `define-minor-mode'. Update docstring.
10878
10879 2005-11-05 Romain Francoise <romain@orebokech.com>
10880
10881 * replace.el (occur-engine): Add marker at end of line, too.
10882
10883 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10884
10885 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10886 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10887 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10888 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10889 argument to all these routines, so the passphrase can be managed
10890 externally and passed in to the system.
10891 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10892 pgg-add-passphrase-to-cache function.
10893
10894 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10895 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10896 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10897 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10898 argument to all these routines, so the passphrase can be managed
10899 externally and passed in to the system.
10900 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10901 function.
10902
10903 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10904
10905 * font-lock.el: Don't deal with font-lock-face-attributes here,
10906 move the code ...
10907
10908 * startup.el (command-line): ... here. Use face-spec-set instead
10909 of custom-declare-face.
10910
10911 * faces.el (face-spec-set): Reset the face if spec is not nil.
10912
10913 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * newcomment.el (comment-region-internal): Box more tightly in the
10916 common case where there's no TAB in the boxed text.
10917
10918 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10919
10920 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10921 up-node.
10922
10923 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10924
10925 * newsticker.el: Commentary updated. Code formatting changed.
10926 (newsticker-version): Change to "1.9".
10927 (newsticker, newsticker-feed): Doc fix.
10928 (newsticker-url-list): Doc fix. Add option "Weekly".
10929 (newsticker-retrieval-interval): Add option "Weekly".
10930 (newsticker-headline-processing): Doc fix.
10931 (newsticker-auto-mark-filter): Remove.
10932 (newsticker-auto-mark-filter-list): New.
10933 (newsticker-layout, newsticker-sort-method): Doc fix.
10934 (newsticker-hide-old-items-in-newsticker-buffer)
10935 (newsticker-heading-format, newsticker-item-format)
10936 (newsticker-desc-format): Doc fix.
10937 (newsticker-show-all-rss-elements): Remove.
10938 (newsticker-show-all-news-elements): New.
10939 (newsticker-faces, newsticker-ticker): Doc fix.
10940 (remove-from-invisibility-spec): Code formatting.
10941 (newsticker--process-ids): New.
10942 (newsticker-mode): Doc fix.
10943 (newsticker-mode): Change mode-line-format.
10944 (newsticker-start): Remove debug output.
10945 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10946 (newsticker-w3m-show-inline-images): Code formatting.
10947 (newsticker-next-item): Call `force-mode-line-update'.
10948 (newsticker-previous-item): Call `force-mode-line-update'.
10949 (newsticker-next-feed): Call `force-mode-line-update'.
10950 (newsticker-previous-feed): Call `force-mode-line-update'.
10951 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10952 (newsticker-show-old-items): Do not show descs.
10953 (newsticker-hide-entry): Hide too much.
10954 (newsticker-hide-entry, newsticker-show-entry)
10955 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10956 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10957 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10958 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10959 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10960 (newsticker-get-news): Call `force-mode-line-update'.
10961 Collect process ids.
10962 (newsticker--sentinel): Change coding system handling.
10963 Move image retrieval to new functions newsticker--get-logo-url-*.
10964 Move feed parsing to new functions newsticker--parse-*.
10965 Update list of process ids.
10966 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10967 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10968 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10969 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10970 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10971 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10972 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10973 (newsticker--decode-coding-string): Remove.
10974 (newsticker--decode-numeric-entities): Check input. Format code.
10975 (newsticker--remove-whitespace): Check input.
10976 (newsticker--do-forget-preformatted): Doc fix.
10977 (newsticker--decode-rfc822-date): Allow for missing time.
10978 (newsticker--update-process-ids): New.
10979 (newsticker--image-sentinel): Change comment.
10980 (newsticker--image-read): Change error message.
10981 (newsticker--imenu-goto): Doc fix. Show headline title.
10982 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10983 (newsticker--buffer-do-insert-text): Clean whitespace in
10984 html-rendered headline title. Code formatting.
10985 Call `newsticker--buffer-print-extra-elements'.
10986 (newsticker--buffer-print-extra-element): Remove.
10987 (newsticker--buffer-print-extra-elements): New.
10988 (newsticker--buffer-do-print-extra-element): New.
10989 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10990 large sizes.
10991 (newsticker--run-auto-mark-filter)
10992 (newsticker--do-run-auto-mark-filter):
10993 Use `newsticker-auto-mark-filter-list'.
10994
10995 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10996
10997 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10998 (rcirc-print): Force redisplay before running hooks. Do long
10999 buffer truncation after making new text read-only. Deal with nil
11000 text when decoding strings. If TARGET is nil, use either the
11001 currently selected buffer, if it is an rcirc buffer and of the
11002 same process or the process buffer.
11003 (rcirc-mode): Remove header-line. Recompute short buffer names.
11004 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11005 (rcirc-short-buffer-name): Add variable.
11006 (rcirc-kill-buffer-hook): Recompute short buffer names.
11007 Remove nick from private channel.
11008 (rcirc-send-input): Send command text to current-buffer.
11009 Don't clear overlay arrow here.
11010 (rcirc-short-buffer-name): Return a short buffer name.
11011 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11012 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11013 buffer-name abbreviations.
11014 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11015 Do not touch nick-table when killing a parted channel.
11016 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11017 Clear arrow from current buffer if it is now hidden.
11018 (rcirc-current-buffer): Add variable.
11019 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11020 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11021 Remove -face from names.
11022 (rcirc-update-activity-string): Print "DND" when globally ignoring
11023 activity.
11024 (rcirc-ignore-buffer-activity-flag): Rename from
11025 rcirc-ignore-channel-activity.
11026 (rcirc-ignore-all-activity-flag): Doc fix.
11027 (rcirc-channels): Remove variable.
11028 (rcirc-kill-buffer-hook):
11029 (rcirc-get-buffer-create): Add nick to private channel.
11030 (rcirc-multiline-edit-submit): Remove tabs.
11031 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11032 folded.
11033 (rcirc-remove-nick-channel): Bug fix.
11034 (rcirc-toggle-ignore-buffer-activity): Rename from
11035 rcirc-toggle-ignore-channel-activity.
11036 (rcirc-record-activity): Add buffers to the front of the list.
11037 (rcirc-update-activity): Remove killed buffers from list.
11038 (rcirc-process-server-response-1): Remove last argument if it is
11039 null before calling handler.
11040 (rcirc): Add "rcirc" defcustom prefix.
11041 (rcirc-prompt): Simplify default prompt.
11042 Use custom-initialize-default.
11043 (rcirc-private-chats): Remove variable.
11044 (rcirc-prompt): Change initialization.
11045 (rcirc-version): Remove function.
11046 (rcirc-id-string): Add constant.
11047 (rcirc-last-buffer): Remove variable.
11048 (rcirc-buffer-alist): Add variable.
11049 (rcirc-connect): Update variable setup.
11050 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11051 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11052 default.
11053 (rcirc-handler-generic): Trigger activity.
11054 (rcirc-send-message): Create the buffor of the target.
11055 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11056 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11057 (rcirc-multiline-edit-cancel): Remove function.
11058 (rcirc-set-last-buffer): Remove function.
11059 (rcirc-get-any-buffer): Add function.
11060 (rcirc-join-channels): Don't print /join text.
11061 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11062 messages.
11063 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11064 (rcirc-handler-NOTICE): Recognize CTCP responses.
11065 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11066 constructing TOPIC string for buffers we are not JOINed.
11067 (rcirc-handler-CTCP-response): Add handler.
11068 (rcirc-multiline-edit-submit): Restore the window-configuration
11069 before adjusting point.
11070 (rcirc): Add customization group.
11071 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11072 (rcirc-user-full-name, rcirc-startup-channels-alist)
11073 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11074 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11075 (rcirc-input-ring-size, rcirc-read-only-flag)
11076 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11077 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11078 Change defvar to defcustom.
11079 (rcirc-update-prompt): Add optional ALL arg, which will update
11080 prompts in all rcirc buffers. Regexp quote replacement text.
11081 (rcirc-fill-column): Accept frame-width as a value.
11082 (rcirc-set-changed): Add function.
11083 (rcirc-next-active-buffer): Write more meaningful messages.
11084 (rcirc-faces): Add customization group.
11085 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11086 (rcirc-nick-in-message-face, rcirc-prompt-face)
11087 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11088 (with-rcirc-process-buffer): Move before first usage.
11089 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11090 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11091 (rcirc-debug): Rename from `rcirc-log'.
11092 (rcirc-format-response-string): Do not print `-' chars for a
11093 NOTICE with no sender. Simplify output of server responses.
11094
11095 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11096
11097 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11098 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11099 Make urls mouse and RET clickable.
11100
11101 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11102
11103 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11104
11105 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11106
11107 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11108 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11109 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11110 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11111 argument to all these routines, so the passphrase can be managed
11112 externally and passed in to the system.
11113 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11114 pgg-add-passphrase-to-cache function.
11115
11116 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11117 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11118 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11119 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11120 argument to all these routines, so the passphrase can be managed
11121 externally and passed in to the system.
11122 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11123 function.
11124
11125 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11126
11127 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11128 from goto-address-url-regexp.
11129
11130 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11131
11132 * textmodes/org.el (org-read-date, org-goto-calendar)
11133 (org-recenter-calendar, org-agenda-goto-calendar):
11134 Temporarily clear `calendar-move-hook'.
11135
11136 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11137
11138 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11139 merging.
11140
11141 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11142 have merge clashes.
11143
11144 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11145
11146 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11147 Undo previous change.
11148
11149 * startup.el (command-line): Use `custom-reevaluate-setting' for
11150 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11151 tty-register-default-colors on Mac.
11152
11153 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11154
11155 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11156 (gdb-buffer-type): Make it automatically buffer local...
11157 (gdb-get-create-buffer): ...and set it accordingly.
11158 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11159 actually work.
11160
11161 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11162
11163 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11164 not red.
11165
11166 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11167
11168 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11169 case GUD buffer is not visible.
11170 (gdb-goto-breakpoint): Try to force display in source buffer.
11171 (gdb-frame-gdb-buffer): Copy other similar functions.
11172 (gdb-restore-windows): Don't display source if not asked for.
11173 (gdb-assembler-buffer-name): Don't capitalise.
11174
11175 2005-11-03 Richard M. Stallman <rms@gnu.org>
11176
11177 * wid-edit.el (key-sequence): New widget type.
11178
11179 * simple.el (set-mark-command-repeat-pop): New variable.
11180 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11181 if set-mark-command-repeat-pop is true.
11182
11183 * info.el (Info-fontify-node): Don't display extra "see" if there
11184 already is one here.
11185
11186 * mouse.el: Fix special handling of DEL after dragging a region:
11187 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11188 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11189
11190 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11191
11192 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11193 not to assume it pertains to an affix.
11194
11195 * textmodes/flyspell.el (flyspell-post-command-hook):
11196 Bind deactivate-mark to prevent deactivation.
11197
11198 2005-11-03 Lars Hansen <larsh@soem.dk>
11199
11200 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11201 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11202 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11203
11204 2005-11-03 Romain Francoise <romain@orebokech.com>
11205
11206 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11207 Update copyright years.
11208
11209 2005-11-03 Sam Steingold <sds@gnu.org>
11210
11211 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11212 Use system-type instead of window-system because window-system is not
11213 correctly defined during loadup.
11214
11215 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11216
11217 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11218 (xml-parse-tag): Join strings separated by a comment properly.
11219
11220 2005-11-02 Andreas Schwab <schwab@suse.de>
11221
11222 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11223
11224 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11225
11226 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11227 (byte-optimize-pure-func): Quote the eval'd value.
11228
11229 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11230 Rename from perl-font-lock-syntactic-face-function.
11231 Change the calling convention so it can be used as a font-lock MATCHER.
11232 Do the parse-partial-sexp loop outselves.
11233 (perl-font-lock-syntactic-keywords): Use it.
11234 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11235
11236 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11237
11238 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11239 disassembly buffer too.
11240 (gdb-exited): Remove overlay arrows when execution has finished.
11241 (gdb-info-frames-custom, gdb-info-threads-custom)
11242 (gdb-info-registers-custom): Don't add inappropriate text
11243 properties if inferior is not active.
11244
11245 2005-11-02 Glenn Morris <rgm@gnu.org>
11246
11247 * progmodes/fortran.el (fortran-blink-match):
11248 Use `blink-matching-delay'.
11249
11250 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11251
11252 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11253
11254 2005-11-02 Lars Hansen <larsh@soem.dk>
11255
11256 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11257 "Permission denied".
11258
11259 2005-11-01 Richard M. Stallman <rms@gnu.org>
11260
11261 * textmodes/flyspell.el (flyspell-external-point-words):
11262 Pass nil to flyspell-get-word.
11263
11264 2005-11-02 Kim F. Storm <storm@cua.dk>
11265
11266 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11267 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11268
11269 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11272 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11273 (calendar-mouse-print-dates): Add optional `event' argument.
11274 Update interactive-spec.
11275 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11276 Use `calendar-event-to-date' instead of `event'.
11277
11278 2005-11-02 Masatake YAMATO <jet@gyve.org>
11279
11280 * progmodes/ld-script.el (ld-script-builtins):
11281 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11282 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11283 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11284
11285 2005-11-01 Romain Francoise <romain@orebokech.com>
11286
11287 * vc-sccs.el: Update copyright year.
11288 * ezimage.el: Likewise.
11289
11290 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11291
11292 * info.el (Info-fontify-node): Use `string-width' for fontifying
11293 underlined titles.
11294
11295 2005-11-01 Juri Linkov <juri@jurta.org>
11296
11297 * info.el (Info-fontify-node): Downcase node header keywords Node,
11298 Prev, Next, Up before comparison.
11299 (Info-history): Insert absolute directory name, and put invisible
11300 property on it.
11301
11302 2005-11-01 Juri Linkov <juri@jurta.org>
11303
11304 * info.el (Info-file-supports-index-cookies): New variable.
11305 (Info-find-node-2): Check makeinfo version for index cookie support.
11306 (Info-index-nodes): Search for nodes with index cookies only when
11307 Info-file-supports-index-cookies is t. Otherwise, search nodes
11308 with "Index" in the node name.
11309 (Info-index-node): Search index cookie in the current node only when
11310 Info-file-supports-index-cookies is t. Otherwise, check the word
11311 "Index" in the node name.
11312 (Info-find-emacs-command-nodes): Remove code that searches nodes
11313 with "Index" node name in the top menu.
11314
11315 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * progmodes/scheme.el (scheme-mode-variables): Use the default
11318 comment-indent-function.
11319
11320 * faces.el (face-attribute): Handle the case where a face inherits from
11321 a non-existent face.
11322
11323 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11324 for octal and hexa output, and merge the char into the paren.
11325 (kill-new): Use push.
11326 (copy-to-buffer): Use with-current-buffer.
11327 (completion-setup-function): Move code in loop to remove redundancy.
11328 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11329 those inherited from minibuffer-local-completion-map.
11330
11331 * savehist.el (savehist-mode) <defcustom>:
11332 Use custom-set-minor-mode if available.
11333 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11334 and emit a message if applicable.
11335
11336 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11337
11338 * savehist.el: Sync up to version 19.
11339 (savehist-mode): New minor mode.
11340 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11341 (savehist-length): Remove (use history-length instead).
11342 (savehist-file-modes): Rename from savehist-modes.
11343 (savehist-save-hook, savehist-loaded): New vars.
11344 (savehist-load): Use savehist-mode. Try to smooth up transition from
11345 old format to new format.
11346 (savehist-install): Allow savehist-autosave-interval to be nil.
11347 (savehist-save): Run the new hook. Be more careful to only trim the
11348 history variables.
11349 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11350 (savehist-printable): Print into a buffer rather than char-by-char.
11351
11352 2005-11-01 John Wiegley <johnw@newartisans.com>
11353
11354 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11355 toggle-ignore keybinding (C-a). The author said it had been
11356 disabled much earlier due to a possible incompatibility, but after
11357 many months of usage I have encountered no problems (and it is a
11358 rather useful option, especially for switching to " *temp*").
11359
11360 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11361 support for OS/X's AddressBook, by calling out to the open source
11362 program "contacts" (installable through Fink).
11363
11364 * net/eudc.el (eudc-expand-inline): If the
11365 `eudc-multiple-match-handling-method' is set to `all', delete the
11366 query string before inserting the query result.
11367
11368 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11369 flag, to prevent Eshell from using the system ls when
11370 `eshell-ls-insert-directory' is in used.
11371 (eshell-ls-insert-directory): Disable font-lock in directory
11372 buffer so that Eshell's own fontification is seen. This broke
11373 recently due to changes in font-lock, so this goes back to version
11374 21 behavior.
11375
11376 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11377
11378 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11379 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11380 (gdb-many-windows): Doc fix.
11381
11382 2005-10-31 Romain Francoise <romain@orebokech.com>
11383
11384 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11385
11386 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11387
11388 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11389 that global-font-lock-mode can be enabled by default.
11390
11391 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11392 (font-lock-add-keywords, font-lock-remove-keywords)
11393 (font-lock-fontify-buffer): Remove autoload cookies.
11394
11395 * jit-lock.el (jit-lock-register): Likewise.
11396
11397 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11398
11399 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11400
11401 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11402 intact if there is no gud-comint-buffer.
11403
11404 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11405
11406 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11407 old prompt comint-prompt-read-only is t and GDB commands are
11408 issued from tool bar etc.
11409
11410 2005-10-31 Masatake YAMATO <jet@gyve.org>
11411
11412 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11413
11414 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11415
11416 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11417 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11418
11419 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11420
11421 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11422 starting at beginning of line. Fontification is messed up when
11423 `open-paren-in-column-0-is-defun-start' set to t.
11424 Reported by John Paul Wallington <jpw@pobox.com>.
11425
11426 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11427
11428 * comint.el (comint-send-input): Call `comint-update-fence' when
11429 `comint-process-echoes' and `comint-prompt-read-only' are both
11430 non-nil, to avoid leftover read-only newline.
11431
11432 2005-10-30 Richard M. Stallman <rms@gnu.org>
11433
11434 * textmodes/flyspell.el (flyspell-external-point-words):
11435 Detect when WORD can't be checked properly because
11436 flyspell-get-word finds just part of it, and move on.
11437
11438 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11439 boundarychar for Polish.
11440 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11441 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11442
11443 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11444
11445 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11446 (gdb-registers-font-lock-keywords): Delete.
11447 (gdb-registers-mode): Don't fontify.
11448 (gdb-info-registers-custom): Use text properties instead as, in
11449 future, changed register values will use font-lock-warning-face.
11450 (gdb-local-font-lock-keywords): Rename to...
11451 (gdb-locals-font-lock-keywords): ...for consistency.
11452
11453 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11454
11455 * vc.el (vc-switch-backend): Better error message if the buffer is
11456 not visiting a file under version control.
11457
11458 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11459
11460 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11461
11462 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11463 ~/.emacs.d/.emacs.
11464
11465 2005-10-29 Richard M. Stallman <rms@gnu.org>
11466
11467 * replace.el (occur-mode-mouse-goto): Always go to other window.
11468 (occur-mode-goto-occurrence): Always switch in same window.
11469
11470 * simple.el (undo): Display message at end, not at start.
11471
11472 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11473 New arg REUSE-CELL.
11474 (cancel-timer-internal): New function.
11475 (timer-event-handler): Use cancel-timer-internal,
11476 and pass the cell it returns to timer-activate...
11477
11478 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11479 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11480 (jit-lock-after-change): Test memory-full.
11481
11482 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11483
11484 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11485 part of the decoded armor to find the key-identifier.
11486 (pgg-gpg-lookup-key-owner): New function to return the
11487 human-readable identifier of a key owner.
11488 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11489 key itself.
11490 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11491 the key value) if we have a key and can match it against a secret
11492 key. Also, added a note pointing out fact that the prompt only
11493 indicates the first matching key.
11494
11495 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11496 pgg-decrypt-region.
11497 (pgg-pending-timers): A new hash for tracking the passphrase cache
11498 timers, so that new ones supercede old ones.
11499 (pgg-add-passphrase-to-cache): Rename from
11500 `pgg-add-passphrase-cache' to reduce confusion (all callers
11501 changed). Modified to cancel old timers when new ones are added.
11502 (pgg-remove-passphrase-from-cache): Rename from
11503 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11504 changed). Modified to cancel old timers when their keys are
11505 removed from the cache.
11506 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11507 XEmacs, an indirection to delete-itimer.
11508 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11509 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11510 users can only check cache without risk of prompting. Correct bug in
11511 notruncate behavior.
11512 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11513 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11514 Add informative docstrings.
11515 (pgg-decrypt): Convey provided passphrase in subordinate call to
11516 pgg-decrypt-region.
11517
11518 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11519 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11520 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11521 `passphrase' argument, so the passphrase can be managed externally
11522 and then passed in to the system.
11523
11524 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11525 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11526 so the passphrase cache can be used reliably with identifiers
11527 besides a pgp packet's key id.
11528
11529 * pgg-gpg.el (pgg-pgp-encrypt-region)
11530 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11531 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11532 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11533 argument to all these routines, so the passphrase can be managed
11534 externally and passed in to the system.
11535
11536 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11537 `notruncate' argument, so the passphrase cache can be used
11538 reliably with identifiers besides a pgp packet's key id.
11539
11540 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11541
11542 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11543 symmetric encryption.
11544 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11545 encrypted session key.
11546 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11547 message ask for the passphrase in a proper way.
11548
11549 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11550 New user commands for symmetric encryption.
11551
11552 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11553
11554 * textmodes/conf-mode.el (conf-assignment-sign)
11555 (conf-assignment-regexp): Fix docstrings.
11556 (conf-mode-initialize): New function.
11557 (conf-mode): Remove optional args. Use delay-mode-hooks to
11558 recognize recursive calls.
11559 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11560 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11561 (conf-xdefaults-mode): Use define-derived-mode and
11562 conf-mode-initialize.
11563
11564 2005-10-29 Romain Francoise <romain@orebokech.com>
11565
11566 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11567
11568 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11569
11570 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11571 part of the decoded armor to find the key-identifier.
11572 (pgg-gpg-lookup-key-owner): New function to return the
11573 human-readable identifier of a key owner.
11574 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11575 key itself.
11576 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11577 the key value) if we have a key and can match it against a secret
11578 key. Also, added a note pointing out fact that the prompt only
11579 indicates the first matching key.
11580
11581 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11582 pgg-decrypt-region.
11583 (pgg-pending-timers): A new hash for tracking the passphrase cache
11584 timers, so that new ones supercede old ones.
11585 (pgg-add-passphrase-to-cache): Rename from
11586 `pgg-add-passphrase-cache' to reduce confusion (all callers
11587 changed). Modified to cancel old timers when new ones are added.
11588 (pgg-remove-passphrase-from-cache): Rename from
11589 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11590 changed). Modified to cancel old timers when their keys are
11591 removed from the cache.
11592 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11593 XEmacs, an indirection to delete-itimer.
11594 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11595 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11596 users can only check cache without risk of prompting. Correct bug in
11597 notruncate behavior.
11598 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11599 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11600 Add informative docstrings.
11601 (pgg-decrypt): Convey provided passphrase in subordinate call to
11602 pgg-decrypt-region.
11603
11604 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11605
11606 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11607 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11608 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11609 `passphrase' argument, so the passphrase can be managed externally
11610 and then passed in to the system.
11611
11612 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11613 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11614 so the passphrase cache can be used reliably with identifiers
11615 besides a pgp packet's key id.
11616
11617 * pgg-gpg.el (pgg-pgp-encrypt-region)
11618 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11619 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11620 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11621 argument to all these routines, so the passphrase can be managed
11622 externally and passed in to the system.
11623
11624 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11625 `notruncate' argument, so the passphrase cache can be used
11626 reliably with identifiers besides a pgp packet's key id.
11627
11628 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11629
11630 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11631 symmetric encryption.
11632 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11633 encrypted session key.
11634 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11635 message ask for the passphrase in a proper way.
11636
11637 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11638 New user commands for symmetric encryption.
11639
11640 2005-10-28 Bill Wohler <wohler@newt.com>
11641
11642 * help-mode.el (help-url): New button type. Calls browse-url.
11643 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11644 Similar to Info nodes: URL `url'.
11645 (help-make-xrefs): Create help-url buttons for
11646 help-xref-url-regexp matches.
11647
11648 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11649
11650 * tool-bar.el (tool-bar-add-item-from-menu)
11651 (tool-bar-local-item-from-menu): Fix doc strings.
11652
11653 2005-10-28 Romain Francoise <romain@orebokech.com>
11654
11655 * ldefs-boot.el: Update.
11656
11657 * subr.el (locate-library): Move from help-fns.el.
11658 * help-fns.el (locate-library): Move to subr.el.
11659
11660 2005-10-28 Richard M. Stallman <rms@gnu.org>
11661
11662 * net/tramp.el (tramp-completion-mode): defvar moved up.
11663
11664 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11665
11666 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11667
11668 * files.el (find-file-noselect): Use %d to format large file size.
11669
11670 * bindings.el (mode-line-format): Add %e.
11671
11672 * loadup.el ("facemenu"): Load unconditionally.
11673 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11674 ("x-dnd"): Load, when appropriate.
11675
11676 * startup.el (command-line): Call before-init-hook earlier.
11677 Warn about some bad characters in -u user name.
11678
11679 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11680 (flyspell-external-point-words): Error if misspelled word is not found.
11681 Set flyspell-large-region-beg at end of word.
11682
11683 2005-10-28 Andreas Schwab <schwab@suse.de>
11684
11685 * view.el (View-revert-buffer-scroll-page-forward):
11686 Use view-page-size-default.
11687
11688 2005-10-28 Juri Linkov <juri@jurta.org>
11689
11690 * international/quail.el (quail-get-current-str): Translate last
11691 raw character for deterministic input methods.
11692
11693 2005-10-27 Jay Belanger <belanger@truman.edu>
11694
11695 * calc/calc-ext.el: Add functions to autoloads.
11696 (math-identity-matrix-p, math-ident-row-p): New functions.
11697
11698 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11699 multiplication by an identity matrix; don't turn multiplication by
11700 an inverse matrix into division.
11701 (math-div-symbol-fancy): Replace division by matrices with
11702 multiplication by inverse.
11703
11704 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11705
11706 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11707 (calc-writeoutpower): New functions.
11708
11709 2005-10-27 Romain Francoise <romain@orebokech.com>
11710
11711 * replace.el (occur-engine): Include colon in mouse-face highlight.
11712
11713 * dired-x.el: Change Maintainer field.
11714
11715 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11716
11717 * longlines.el (longlines-mode): Bind after-change-functions to
11718 nil during initial decoding and final encoding.
11719
11720 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11721
11722 * term.el (term-emulate-terminal, term-handle-colors-array)
11723 (term-handle-ansi-escape): Specify the terminfo capabilities
11724 implemented.
11725
11726 2005-10-26 Richard M. Stallman <rms@gnu.org>
11727
11728 * info.el (Info-fontify-node): Fix detection of sentence-break
11729 before *Note.
11730
11731 2005-10-26 Romain Francoise <romain@orebokech.com>
11732
11733 * smerge-mode.el: Add `tools' to file keywords.
11734
11735 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11736
11737 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11738 when the fringe is not available.
11739
11740 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11741 (def-gdb-auto-update-trigger): Simplify construction.
11742 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11743 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11744 defined explicitly.
11745 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11746 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11747 defined explicitly.
11748 (gdb-info-locals-custom): Remove as it's a no-op.
11749
11750 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11751
11752 * longlines.el (longlines-mode): Remove narrowing before
11753 performing the initial decoding or final encoding.
11754
11755 2005-10-25 Romain Francoise <romain@orebokech.com>
11756
11757 * emacs-lisp/find-func.el (find-library-name): Also strip
11758 extension if library name ends in .el, to take advantage of
11759 `find-library-suffixes'.
11760
11761 2005-10-25 Richard M. Stallman <rms@gnu.org>
11762
11763 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11764
11765 2005-10-25 Juri Linkov <juri@jurta.org>
11766
11767 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11768 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11769
11770 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11773 (blackbox-redefine-key): Add argument `map'.
11774
11775 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11776 regions when moving the jit-lock-context-unfontify-pos boundary.
11777
11778 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11779
11780 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11781
11782 2005-10-25 Masatake YAMATO <jet@gyve.org>
11783
11784 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11785
11786 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11787
11788 * play/blackbox.el (blackbox-redefine-key): New function.
11789 (blackbox-mode-map): Use it to remap existing bindings for cursor
11790 motion instead of binding literal keys.
11791
11792 2005-10-25 Glenn Morris <rgm@gnu.org>
11793
11794 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11795 diary does not end in a newline. Do not assume a blank line at
11796 the start of the diary file.
11797
11798 2005-10-25 Kenichi Handa <handa@m17n.org>
11799
11800 * international/quail.el (quail-translate-key): If the input
11801 method is deterministic and failed to handle the last key, restart
11802 the key handling loop from an appropriate key.
11803
11804 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11805
11806 * vc.el (vc-dired-mode): Extend comment for binding of
11807 `directory-listing-before-filename-regexp'.
11808
11809 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * textmodes/texinfo.el (texinfo-mode):
11812 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11813 not to unnecessarily expose emacs-mule's internal char codes.
11814
11815 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11816
11817 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11818 Display hand pointer and help-echo on disabled icon too.
11819 (gdb-mouse-until): New function.
11820 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11821
11822 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11823
11824 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11825 with 2005-10-23 change to doctor.el.
11826
11827 * finder.el (finder-mode-map): Add follow-link binding.
11828
11829 2005-10-25 Kim F. Storm <storm@cua.dk>
11830
11831 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11832 to gdb-mouse-toggle-breakpoint-fringe.
11833 (gdb-mouse-toggle-breakpoint-margin): Rename from
11834 gdb-mouse-toggle-breakpoint. Fix doc.
11835 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11836 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11837 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11838 string properties also for fringe breakpoint bitmaps.
11839
11840 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11841
11842 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11843
11844 2005-10-25 Masatake YAMATO <jet@gyve.org>
11845
11846 * simple.el (completion-common-substring):
11847 Use `completion-common-substring' prior to `completion-base-size'.
11848
11849 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11850
11851 * savehist.el: Require CL while compiling.
11852 (savehist-history-variables): Remove.
11853 (savehist-save-minibuffer-history, savehist-additional-variables)
11854 (savehist-minibuffer-history-variables): New vars.
11855 (savehist-save): Use them.
11856 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11857 (savehist-install): New fun, extracted from savehist-load.
11858 (savehist-load): Use them.
11859
11860 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11863 a dummy doc-string-elt property.
11864 (defalias, defvaralias, define-category): Add a docstring property.
11865
11866 * image.el (defimage):
11867 * widget.el (define-widget):
11868 * custom.el (defface, defcustom): Add `doc-string' declaration.
11869
11870 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11871 (defadvice): Add `doc-string' declaration.
11872
11873 * emacs-lisp/byte-run.el (macro-declaration-function):
11874 Handle `doc-string' declarations.
11875 (define-obsolete-function-alias, define-obsolete-variable-alias):
11876 Add `doc-string' declaration.
11877
11878 2005-10-24 Kenichi Handa <handa@m17n.org>
11879
11880 * international/utf-7.el (utf-7): Add autoload cookie.
11881
11882 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11883
11884 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11885
11886 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11887 list of directories passed to batch-update-autoloads. Add "." to
11888 the list of the echoed directories.
11889
11890 * pgg-def.el:
11891 * pgg-gpg.el:
11892 * pgg-parse.el:
11893 * pgg-pgp.el:
11894 * pgg-pgp5.el:
11895 * pgg.el: Moved here from the gnus subdirectory.
11896
11897 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11898
11899 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11900 in case comint-prompt-read-only is set to t.
11901
11902 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11903 in case comint-prompt-read-only is set to t.
11904
11905 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11906
11907 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11908 Now a string.
11909 (icalendar-import-format): Handle CLASS, STATUS, URL.
11910 Rename `subject' to `summary'.
11911 (icalendar-import-format-summary): Rename from
11912 `icalendar-import-format-subject'.
11913 (icalendar-import-format-url, icalendar-import-format-status)
11914 (icalendar-import-format-class): New variables.
11915 (icalendar--rris): Take variable argument list.
11916 (icalendar--datestring-to-isodate): Remove unnecessary
11917 calendar-style check when converting dates with explicit month names.
11918 (icalendar-export-region): Change return type of conversion
11919 subroutines. Bury current buffer unless error occurred.
11920 (icalendar--convert-to-ical)
11921 (icalendar--parse-summary-and-rest): New functions.
11922 (icalendar--convert-ordinary-to-ical)
11923 (icalendar--convert-weekly-to-ical)
11924 (icalendar--convert-yearly-to-ical)
11925 (icalendar--convert-block-to-ical)
11926 (icalendar--convert-cyclic-to-ical)
11927 (icalendar--convert-anniversary-to-ical): Change return type.
11928 Strip trailing blanks from subject.
11929 (icalendar--convert-sexp-to-ical): Change return type.
11930 Strip trailing blanks from subject. Handle simple sexp
11931 entries as generated by icalendar.el.
11932 (icalendar--convert-float-to-ical)
11933 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11934 (icalendar-import-file): Doc fix.
11935 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11936 Correct call to icalendar--rris.
11937 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11938 `summary'.
11939 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11940
11941 2005-10-24 Romain Francoise <romain@orebokech.com>
11942
11943 * server.el (server-sentinel): Set query-on-exit flag to nil on
11944 new client processes (it isn't inherited from the server process).
11945
11946 * replace.el (occur-engine): Rearrange text properties.
11947
11948 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11951 case-fold-search is nil.
11952 (debug-help-follow): Use help-xref-interned directly.
11953
11954 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11955
11956 * thumbs.el (thumbs-image-type): Add .pbm.
11957
11958 2005-10-23 Richard M. Stallman <rms@gnu.org>
11959
11960 * faces.el (inhibit-face-set-after-frame-default): New variable.
11961 (set-face-attribute): Bind it.
11962 (face-set-after-frame-default): Test it.
11963
11964 * help-fns.el (describe-simplify-lib-file-name): New function.
11965 (describe-function-1, describe-variable): Use it.
11966
11967 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11968
11969 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11970 Eliminate nil as possible value.
11971 (tooltip-hide-delay): Reduce internal-border-width.
11972
11973 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11974 (menu-bar-file-menu) <new-file>: Likewise.
11975
11976 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11977
11978 * international/mule.el (load-with-code-conversion):
11979 Pass full file name to `eval-buffer' unless preloading.
11980
11981 * textmodes/flyspell.el (flyspell-large-region):
11982 Call ispell-check-version.
11983
11984 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11985 Fix the make-variable-buffer-local call that was supposed
11986 to be for this variable.
11987 (ispell-aspell-supports-utf8): Doc fix.
11988 (ispell-find-aspell-dictionaries): Preserve elements of
11989 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11990 (ispell-aspell-find-dictionary): Return nil on error.
11991
11992 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11993 (doctor-symptoms): Likewise.
11994
11995 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11996
11997 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11998
11999 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12000 (custom-raised-buttons): Add :set spec.
12001 (custom-button-unraised, custom-button-pressed-unraised):
12002 New faces, so that custom-raised-buttons actually does something.
12003 (custom-mode): Use custom-button and custom-button-pressed.
12004
12005 * wid-edit.el (widget-specify-button): Don't ignore
12006 widget-mouse-face on graphic terminals.
12007 (widget-move-and-invoke): Cleanup.
12008
12009 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12010
12011 * whitespace.el (whitespace-cleanup): Doc fix.
12012
12013 2005-10-23 Romain Francoise <romain@orebokech.com>
12014
12015 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12016 `eval-after-load' to avoid evaluating their result.
12017
12018 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12019
12020 * files.el (directory-listing-before-filename-regexp):
12021 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12022
12023 * dired.el (dired-move-to-filename-regexp): Remove.
12024 All occurences replaced by `directory-listing-before-filename-regexp'.
12025
12026 * dired-x.el, locate.el, vc.el:
12027 Replace `dired-move-to-filename-regexp' by
12028 `directory-listing-before-filename-regexp'. In vc.el it is
12029 overwritten locally; maybe this can be handled in files.el too.
12030
12031 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12032 replaced by `directory-listing-before-filename-regexp'.
12033
12034 2005-10-23 Andreas Schwab <schwab@suse.de>
12035
12036 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12037 and eval-next-after-load.
12038
12039 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12040
12041 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12042 exist, create it.
12043
12044 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12045
12046 * allout.el: Remove autoloads for mailcrypt and crypt++.
12047 Require pgg, pgg-gpg during compilation.
12048 (allout-version): Increment version number to 2.1, and use a literal
12049 rather than RCS Id.
12050 (allout-default-encryption-scheme): Remove.
12051 (allout-passphrase-verifier-handling)
12052 (allout-passphrase-verifier-string)
12053 (allout-file-passphrase-verifier-string)
12054 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12055 (allout-passphrase-hint-handling): Rename and simplify.
12056 (allout-init): Use `find-file-hook' if available, otherwise
12057 `find-file-hooks'.
12058 (allout-mode): Use `write-file-functions' if available, otherwise
12059 `local-write-file-hooks' and, instead of making auto-save-hook
12060 buffer local, make the write-file-hook activity contingent to
12061 allout-mode.
12062 (allout-mode): Use key-binding substitution in the docstring.
12063 (allout-kill-line): Spell-out kill ring data structure mutation
12064 instead of using byte-compiler-complaint-provoking `pop'.
12065 (allout-insert-listified): Use `insert' rather than `insert-string'
12066 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12067 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12068 (allout-encrypt-string): Totally revamped vis new underlying
12069 encryption facilities.
12070 (allout-mc-activate-passwd): Remove.
12071 (allout-obtain-passphrase): New, more or less replaces
12072 allout-mc-activate-passwd.
12073 (allout-encrypted-key-info): More or less replaces
12074 allout-encrypted-text-type.
12075 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12076 (my-mark-marker): Use `(featurep 'xemacs)'.
12077
12078 2005-10-23 Lars Hansen <larsh@soem.dk>
12079
12080 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12081 (byte-compile-file-form-defmumble, byte-compile-defun)
12082 (byte-compile-defmacro): Use it.
12083 (byte-compile-form): Don't call byte-compile-set-symbol-position
12084 when a byte-compile handler is called.
12085
12086 2005-10-22 Romain Francoise <romain@orebokech.com>
12087
12088 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12089
12090 * subr.el (eval-after-load): Convert library name to an absolute
12091 file name using locate-library, since load-history no longer has
12092 library names in it.
12093
12094 2005-10-22 Richard M. Stallman <rms@gnu.org>
12095
12096 * files.el (make-temp-file): Move from subr.el.
12097 * subr.el (make-temp-file): Move to files.el.
12098
12099 * window.el (get-buffer-window-list): Move from subr.el.
12100 * subr.el (get-buffer-window-list): Move to window.el.
12101
12102 * image.el (image-load-path): Use eval-at-startup to initialize.
12103
12104 * subr.el (eval-at-startup): New macro.
12105
12106 * subr.el: Much rearrangement of functions and division
12107 into pages. No code changes.
12108
12109 2005-10-22 Kenichi Handa <handa@m17n.org>
12110
12111 * tar-mode.el (tar-extract): Be sure to call
12112 find-operation-coding-system if set-auto-coding doesn't find a
12113 coding system.
12114
12115 2005-10-22 Kim F. Storm <storm@cua.dk>
12116
12117 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12118 Change users.
12119 (image-type-file-name-regexps): New defconst.
12120 (image-type-from-data): Simplify loop.
12121 (image-type-from-buffer): New defun.
12122 (image-type-from-file-header): Use it instead of image-type-from-data.
12123 Use image-search-load-path instead of only looking in data-directory.
12124 (image-type-from-file-name): New defun.
12125 (image-search-load-path): Change `pathname' to `filename'.
12126 Make PATH arg optional, default to image-load-path.
12127
12128 2005-10-21 Richard M. Stallman <rms@gnu.org>
12129
12130 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12131
12132 * textmodes/paragraphs.el (sentence-end-base): New variable.
12133 (sentence-end): Use sentence-end-base.
12134
12135 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12136
12137 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12138 property independently from the font-lock-multiline variable.
12139
12140 2005-10-21 Richard M. Stallman <rms@gnu.org>
12141
12142 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12143
12144 * startup.el (command-line): Convert library names
12145 in `load-history' to absolute file names.
12146
12147 * subr.el (symbol-file): Doc fix.
12148
12149 * loadhist.el (file-loadhist-lookup): Call locate-library
12150 instead of find-library-name. Don't try converting
12151 abs file names to library names, since load-history no longer
12152 has library names in it.
12153 (file-dependents, file-provides, file-requires): Doc fixes.
12154
12155 2005-10-21 Juri Linkov <juri@jurta.org>
12156
12157 * progmodes/etags.el (tags-table-mode): New function.
12158 (tags-verify-table): Replace initialize-new-tags-table with
12159 tags-table-mode.
12160
12161 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12162 default value.
12163 (desktop-modes-not-to-save): Add tags-table-mode to the
12164 default value.
12165
12166 * info.el (Info-index-next): Add total number of index
12167 alternatives to the message.
12168
12169 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12170 backward only space (instead of space and period) before looking
12171 at sentence end.
12172
12173 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12174 Add the old variable value as 4th default-value arg of read-string.
12175
12176 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12177
12178 * cus-face.el (custom-declare-face): Make face from X resources
12179 also on Mac.
12180
12181 * disp-table.el (standard-display-g1, standard-display-graphic):
12182 Refuse to use string glyphs also on Mac.
12183 (standard-display-european): Don't set terminal coding system also
12184 on Mac.
12185
12186 * frame.el (display-screens): Use x-display-screens also on Mac.
12187
12188 2005-10-21 Romain Francoise <romain@orebokech.com>
12189
12190 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12191
12192 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12195 and $? into sexps.
12196
12197 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12198 warning face on open-paren-in-column-0.
12199
12200 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12201 boundary case. Fix typo.
12202 Suggested by Martin Rudalics <rudalics@gmx.at>.
12203
12204 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12205
12206 * textmodes/org.el (org-combined-agenda-icalendar-file)
12207 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12208 (org-export-icalendar-this-file)
12209 (org-export-icalendar-all-agenda-files)
12210 (org-export-icalendar-combine-agenda-files): New commands.
12211 (org-export-icalendar, org-print-icalendar-entries)
12212 (org-start-icalendar-file, org-finish-icalendar-file)
12213 (org-ical-ts-to-string): New functions.
12214 (org-read-date, org-goto-calendar)
12215 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12216 call to `calendar'.
12217 (orgtbl-setup): Remove the :keys arguments from the menu description.
12218 (org-after-save-iCalendar-file-hook): New variable.
12219
12220 2005-10-21 Kenichi Handa <handa@m17n.org>
12221
12222 * language/vietnamese.el (tcvn-5712): Make it an alias of
12223 vietnamese-tcvn coding-system.
12224
12225 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12226
12227 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12228 group id is given.
12229
12230 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12233 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12234 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12235 whose line is either continued or ends with a comment.
12236
12237 2005-10-20 Romain Francoise <romain@orebokech.com>
12238
12239 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12240
12241 * replace.el (occur-engine): Add follow-link property.
12242
12243 * font-core.el (font-lock-mode): Doc fix.
12244
12245 2005-10-20 Richard M. Stallman <rms@gnu.org>
12246
12247 * net/rcirc.el: New file.
12248
12249 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12250
12251 * term.el (term-term-name): Initialize to "eterm-color".
12252
12253 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12254
12255 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12256 for encryption functionality.
12257 Move allout customization subgroup from `editing' to `outlines' group.
12258 Fix commentary keywords to legitimate ones.
12259 Update author info (using my current email address, obscurified).
12260 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12261 (allout-encrypted-topic-p, allout-encrypted-text-type)
12262 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12263 (allout-situate-encryption-key-verifier)
12264 (allout-get-encryption-key-verifier, allout-verify-key)
12265 (allout-next-topic-pending-encryption)
12266 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12267 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12268 (outline-key-verifier-handling, outline-key-hint-handling)
12269 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12270 (allout-file-key-verifier-string, allout-encryption-scheme)
12271 (allout-key-verifier-string, allout-key-hint-string)
12272 (allout-after-save-decrypt): New variables.
12273 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12274 (allout-after-saves-handler): New hook functions.
12275 (allout-post-command-business): Do allout-after-save-decrypt.
12276 (allout-enable-file-variable-adjustment): Custom var to enable
12277 mechanism for adding and adjusting settings of Emacs file variables.
12278 (allout-adjust-file-variable, allout-file-vars-section-data):
12279 New functions, implement the mechanism.
12280 (outlineify-sticky): Use the file vars mechanism.
12281 (allout-inhibit-protection, allout-during-write-cue)
12282 (allout-override-protect, allout-before-change-protect): Remove.
12283 (allout-flag-region, allout-open-topic): Adjust read-only text.
12284 (allout-open-line-not-read-only): Add to facilitate read-only
12285 text based protection.
12286 (allout-kill-line): Revise to adjust read-only text, clue the
12287 user about the inhibition.
12288 (allout-unprotected): Use unwind-protect.
12289 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12290 topic deeper than the offspring depth of the previous topic -
12291 avoiding confusing "containment discontinuities".
12292 (allout-reindent-bodies): Fix retention of body relative hanging
12293 indent during promotion of collapsed bodies.
12294 (allout-open-topic): Make it easy to open new topic with same
12295 bullet as current topic - topic creation functions provided with
12296 any universal argument provokes now prompt for bullet, defaulting
12297 to the bullet of the previous topic.
12298 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12299 Plain bullet alternates `.' period and `,' comma only. All other
12300 bullets are relegated to special status (but customizable).
12301 (allout-end-of-entry): Rename from allout-end-of-current-entry
12302 since it actually operates w.r.t. most immediately containing
12303 entry, visible or not.
12304 (allout-hide-current-entry, allout-show-current-entry): Use the
12305 revised version.
12306 (allout-old-expose-topic): Solidify deprecation.
12307 (allout-end-of-subtree): Add so we can span concealed as well
12308 as visible topics.
12309 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12310 (allout-end-of-current-heading): Tweak to just respect the first line.
12311 (allout-get-body-text): Add.
12312 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12313 when invoked interactively.
12314 (allout-up-current-level): Use `interactive-p'.
12315 (allout-mode, allout-init): Miscellaneous docstring and
12316 operational refinements, as well as hookups of new encryption stuff.
12317 (allout-beginning-of-current-entry): Now works as advertised.
12318 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12319 (allout-isearch-rectification): Refine condition for isearching.
12320 (allout-isearch-abort, allout-enwrap-isearch)
12321 (allout-flag-region, my-region-active-p): Relocate some macros.
12322 (allout-title): Fallback title is (buffer-name), not
12323 non-existing (current-buffer-name).
12324 (subst-char-in-string): Define if absent (for some XEmacs versions).
12325
12326 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12327
12328 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12329 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12330 (mail-citation-prefix-regexp, mail-signature-file)
12331 (mail-default-headers, mail-bury-selects-summary)
12332 (mail-send-nonascii): Add autoload cookies.
12333
12334 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12335
12336 * frame.el (blink-cursor-mode): Add `mac' to the list of
12337 window-system's that support blinking cursor.
12338
12339 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12340
12341 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12342
12343 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12344
12345 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12346 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12347 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12348
12349 2005-10-20 Kim F. Storm <storm@cua.dk>
12350
12351 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12352 (ido-set-current-directory): Don't add / after final @.
12353 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12354 Explicitly handle ange-ftp completion oddities.
12355 (ido-make-file-list): Don't rotate list at tramp root to avoid
12356 triggering tramp file handler for expand-file-name via get-file-buffer.
12357
12358 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12359
12360 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12361
12362 2005-10-19 Jay Belanger <belanger@truman.edu>
12363
12364 * calc/calc-units.el (math-standard-units): Add units, adjust
12365 symbols and update values.
12366 (math-unit-prefixes): Add more prefixes.
12367
12368 2005-10-19 Romain Francoise <romain@orebokech.com>
12369
12370 * bookmark.el (bookmark-menu-heading): New face.
12371 (bookmark-bmenu-list): Use it.
12372 Don't fiddle with `baud-rate' at top-level.
12373
12374 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12375
12376 * image.el (create-image, find-image): Mention max-image-size in
12377 docstring.
12378
12379 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * savehist.el (savehist-load): Revert to checking XEmacs.
12382
12383 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12384 Various docstring and line-width fixups.
12385 (conf-mode): Use cond.
12386 Set font-lock-defaults. Don't set comment-use-syntax.
12387
12388 2005-10-18 David Ponce <david@dponce.com>
12389
12390 * tree-widget.el (tree-widget-button-click): New function.
12391 (tree-widget-button-keymap): Use it.
12392
12393 2005-10-18 Romain Francoise <romain@orebokech.com>
12394
12395 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12396 (bookmark-bmenu-hide-filenames): Add follow-link property.
12397 Improve help-echo text.
12398
12399 * ffap.el (find-file-at-point): Doc fix.
12400
12401 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12402
12403 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12404
12405 2005-10-18 Masatake YAMATO <jet@gyve.org>
12406
12407 Install to the CVS repository what I forgot to install in my
12408 2005-10-16 changes.
12409
12410 * progmodes/python.el (python-complete-symbol): Pass the common
12411 prefix substring of completion to `display-completion-list'.
12412
12413 * textmodes/org.el (org-complete): Ditto.
12414
12415 2005-10-18 Masatake YAMATO <jet@gyve.org>
12416
12417 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12418
12419 * woman.el (WoMan-xref-man-page): New button type derived
12420 from `Man-abstract-xref-man-page'.
12421 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12422
12423 * man.el (Man-abstract-xref-man-page): New button type.
12424 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12425 (Man-highlight-references): Add new optional argument `xref-man-type'.
12426
12427 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12428
12429 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12430
12431 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12432
12433 * cus-edit.el (Custom-move-and-invoke): Delete.
12434 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12435
12436 * wid-edit.el (widget-move-and-invoke): New function, from
12437 Custom-move-and-invoke.
12438
12439 2005-10-17 Bill Wohler <wohler@newt.com>
12440
12441 Move all remaining images from lisp/toolbar to etc/images, move
12442 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12443 the low resolution images in their own directory (low-color).
12444
12445 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12446 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12447 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12448 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12449 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12450 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12451 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12452
12453 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12454 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12455 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12456 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12457 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12458 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12459 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12460 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12461 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12462 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12463 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12464 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12465 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12466 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12467 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12468
12469 To conform with convention, replace the underscore (_) in the
12470 following image names with dash (-) or (/) as appropriate.
12471
12472 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12473 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12474 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12475 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12476 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12477 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12478 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12479 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12480 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12481 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12482 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12483 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12484 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12485 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12486 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12487
12488 * info.el (info-tool-bar-map): Replace underscores in image names
12489 with dashes.
12490
12491 * makefile.w32-in (WINS): Remove toolbar.
12492
12493 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12494
12495 * tool-bar.el: Move to lisp from toolbar. Now that
12496 toolbar is empty, it should be deleted when folks run "cvs up -P".
12497
12498 2005-10-18 Jay Belanger <belanger@truman.edu>
12499
12500 * calc/calc-store.el (calc-store-into): Get the proper variable name
12501 to display in message.
12502
12503 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12504
12505 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12506 expressions display in speedbar for all buffers when debugging.
12507 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12508
12509 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12510 (speedbar-insert-button, speedbar-make-button):
12511 Use add-text-properties.
12512 (speedbar-update-localized-contents)
12513 (speedbar-update-directory-contents)
12514 (speedbar-update-special-contents): Use dolist.
12515 (speedbar-buffer-easymenu-definition): Add a menu separator.
12516
12517 2005-10-17 Jason Rumney <jasonr@gnu.org>
12518
12519 * makefile.w32-in: Use $(lisp) consistently.
12520 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12521 for shell specific generation of mh-autoloads.
12522
12523 2005-10-17 Richard M. Stallman <rms@gnu.org>
12524
12525 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12526
12527 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12528
12529 * jit-lock.el (jit-lock-fontify-now):
12530 Move jit-lock-context-unfontify-pos to avoid wasted work.
12531
12532 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12533
12534 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12535 `tramp-completion-mode' for checking if we are in completion mode.
12536 (tramp-completion-handle-file-name-all-completions): Reorder code
12537 in order to complete for file names only in case there are no
12538 method/user/host completions. This is necessary for cooperation
12539 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12540
12541 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12542
12543 * longlines.el (longlines-search-forward)
12544 (longlines-search-backward): Match any number of spaces.
12545
12546 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12547
12548 * diff-mode.el (diff-mode): Doc fix.
12549
12550 2005-10-16 David Reitter <david.reitter@gmail.com>
12551
12552 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12553 as default on darwin and windows systems.
12554
12555 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12556
12557 * arc-mode.el (archive-zip-extract): Doc fix.
12558
12559 2005-10-16 Romain Francoise <romain@orebokech.com>
12560
12561 * mouse.el (mouse-1-click-follows-link): Doc fix.
12562
12563 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12564
12565 * savehist.el: Don't require CL at runtime.
12566 (savehist-xemacs): Remove.
12567 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12568 (savehist-no-conversion): Use (featurep 'xemacs).
12569 (savehist-load): Check existence of start-itimer rather than XEmacs.
12570 Use an idle timer.
12571 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12572 `delete-if-not'.
12573
12574 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12575
12576 * savehist.el: Newer version.
12577 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12578 (savehist-last-checksum, savehist-no-conversion): New vars.
12579 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12580 New functions.
12581 (savehist-load, savehist-save): Use them.
12582 (savehist-delimit): Remove.
12583
12584 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12585
12586 * progmodes/compile.el (compilation-goto-locus): Display the
12587 compilation buffer first and the source buffer second, in case they're
12588 in overlapping frames. Don't raise the compilation frame if it was the
12589 selected window upon entry. Pass the `other-window' arg to
12590 pop-to-buffer.
12591
12592 * info.el (Info-fontify-node): Use dolist.
12593 Change add-text-properties to put-text-property.
12594
12595 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12596
12597 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12598 bound of search.
12599
12600 2005-10-16 Masatake YAMATO <jet@gyve.org>
12601
12602 * dabbrev.el (dabbrev-completion): Pass the common
12603 prefix substring of completion to `display-completion-list'.
12604
12605 * filecache.el (file-cache-minibuffer-complete)
12606 (file-cache-complete): Ditto.
12607
12608 * tempo.el (tempo-display-completions): Ditto.
12609
12610 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12611
12612 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12613
12614 * eshell/em-hist.el (eshell-list-history): Ditto.
12615
12616 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12617
12618 * mail/mailalias.el (mail-complete): Ditto.
12619
12620 * progmodes/etags.el (complete-tag): Ditto.
12621
12622 * progmodes/make-mode.el (makefile-complete): Ditto.
12623
12624 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12625
12626 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12627
12628 * progmodes/pascal.el (pascal-complete-word)
12629 (pascal-show-completions): Ditto.
12630
12631 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12632
12633 * simple.el (completion-common-substring): New variable.
12634 (completion-setup-function): Use `completion-common-substring'
12635 to put faces.
12636
12637 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12638
12639 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12640 (x-get-selection, mac-select-convert-to-string): Convert from/to
12641 UTF-16 clipboard data as in native byte order, no BOM.
12642
12643 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12644
12645 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12646 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12647 (gud-sentinel): Use speedbar-frame to check for speedbar.
12648
12649 2005-10-15 Richard M. Stallman <rms@gnu.org>
12650
12651 * savehist.el: New file.
12652
12653 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12654
12655 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12656 Fix bug in \bf fontification.
12657
12658 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * pcvs.el (cvs-edit-log-files): New var.
12661 (cvs-mode-edit-log): New arg `file'.
12662 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12663 Instead force the use of the original file and nothing else.
12664 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12665 the cvs-minor-wrap-function is set.
12666 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12667
12668 2005-10-14 Bill Wohler <wohler@newt.com>
12669
12670 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12671 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12672 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12673 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12674 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12675 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12676 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12677 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12678 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12679 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12680 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12681 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12682 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12683 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12684 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12685
12686 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12687 appropriately (for example, gud-break to gud/break).
12688
12689 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12690
12691 * longlines.el (longlinges-search-function)
12692 (longlines-search-forward, longlines-search-backward): New functions.
12693 (longlines-mode): Set isearch-search-fun-function to
12694 longlinges-search-function.
12695
12696 * mouse.el (mouse-drag-region-1): Handle the case where a
12697 double-click event is bound to an arbitrary function.
12698
12699 2005-10-14 David Ponce <david@dponce.com>
12700
12701 * recentf.el (recentf-track-opened-file)
12702 (recentf-track-closed-file, recentf-update-menu)
12703 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12704 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12705 mouse-1-click-follows-link.
12706
12707 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12708
12709 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12710 Gnome file-manager.png. Suggested by
12711 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12712
12713 * toolbar/README: Add diropen.xpm.
12714
12715 2005-10-13 Bill Wohler <wohler@newt.com>
12716
12717 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12718 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12719
12720 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12721
12722 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12723 Don't waste the byte-compiler's time on constant data.
12724
12725 2005-10-13 Kenichi Handa <handa@m17n.org>
12726
12727 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12728 byte with `escape-glyph' face.
12729
12730 * international/fontset.el (ccl-encode-unicode-font):
12731 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12732 Handle the case that ucs-mule-to-mule-unicode translates a character to
12733 ASCII (usually for IPA characters).
12734
12735 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12736
12737 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12738 Don't hide the underline of titles if font-lock-mode is disabled.
12739
12740 2005-10-12 Bill Wohler <wohler@newt.com>
12741
12742 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12743 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12744 files in MH-E-SRC have been updated.
12745 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12746
12747 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12748
12749 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12750 (mixal-mode-syntax-table): Add \n as end-comment.
12751 (mixal-operation-codes-alist): Immediately initialize to full value.
12752 (mixal-add-operation-code): Remove.
12753 (mixal-describe-operation-code): Make the arg non-optional.
12754 Use the interactive spec instead.
12755 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12756 (mixal-font-lock-keywords): Don't highlight comments here any more.
12757 (mixal-font-lock-syntactic-keywords): New var.
12758 (mixal-mode): Use it. Fix comment-start-skip.
12759
12760 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12761
12762 * startup.el (command-line-x-option-alist): -nb => -nbi
12763
12764 2005-10-12 Kim F. Storm <storm@cua.dk>
12765
12766 * startup.el (fancy-splash-default-action): Discard mouse click in
12767 the splash screen window, as it has no sensible meaning in the
12768 next window to be selected. Fixes error reported by Jan D.
12769
12770 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12771
12772 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12773
12774 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12775
12776 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12777 Try to fix up minor layout issues like indentation, line break, etc...
12778 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12779 because it doesn't work.
12780 (mixal-operation-codes): Add some more codes.
12781 (mixal-font-lock-keywords): Process comments here.
12782 (mixal-mode): mixasm no longer needs -g option.
12783
12784 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12785
12786 * progmodes/sh-script.el (sh-tmp-file):
12787 Use mktemp -t. Finish support for es and rc shells.
12788
12789 2005-10-11 Jay Belanger <belanger@truman.edu>
12790
12791 * calc/calcalg2.el (calc-integral): With an argument, compute the
12792 definite integral.
12793
12794 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12795
12796 * mouse.el (mouse-drag-region-1): Don't try to catch a
12797 double-click when doing follow-link (it's overridden anyway).
12798
12799 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12800
12801 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12802 (autoload-print-form-outbuf): Add docstring.
12803
12804 2005-10-11 Juri Linkov <juri@jurta.org>
12805
12806 * info.el (Info-mode-menu): Delete menu item "Edit".
12807 (Info-mode): Delete description of Info-edit from docstring,
12808 and rearrange descriptions of Info commands in the order
12809 they are documented in the Info manual.
12810
12811 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * calendar/appt.el (appt-check): Use diary-selective-display var.
12814
12815 2005-10-10 Richard M. Stallman <rms@gnu.org>
12816
12817 * net/newsticker.el (newsticker-start, newsticker-show-news):
12818 Add autoload cookies.
12819
12820 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12821
12822 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12823
12824 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12825
12826 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12827
12828 2005-10-10 Jay Belanger <belanger@truman.edu>
12829
12830 * calc/calc-arith.el (math-check-known-scalarp)
12831 (math-check-known-matrixp): Check the values of arguments that are
12832 variables.
12833 (math-check-known-square-matrixp): New function.
12834 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12835 (math-super-types): Add sqmatrix type.
12836
12837 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12838 mode name `square' to `sqmatrix'.
12839
12840 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12841 mode name `square' to `sqmatrix'.
12842
12843 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12844
12845 * progmodes/etags.el (select-tags-table-mode): Don't use
12846 selective-display.
12847 (tags-select-tags-table): Pass `button' to the action function.
12848 (select-tags-table): Place the side-info on button properties rather
12849 than in hidden text. Abbreviate file names.
12850 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12851 (select-tags-table-select): Add `button' argument.
12852 Get side-info from the button property rather than from hidden text.
12853
12854 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12855
12856 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12857 (gud-speedbar-buttons): Preserve point if possible.
12858 (gud-sentinel): Restore previous speedbar display type.
12859
12860 * progmodes/gdb-ui.el (gdba): Improve diagram.
12861 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12862 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12863 Call get-buffer-window once.
12864
12865 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12868 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12869 (pascal-indent-command): Remove unused var `ind'.
12870 (pascal-indent-case): Remove unused var `oldpos'.
12871 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12872 since it's now used as a proper minor mode map.
12873 (pascal-outline): Rename to pascal-outline-mode.
12874 (pascal-outline-mode): Use define-minor-mode.
12875 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12876 selective-display.
12877
12878 2005-10-10 Andreas Schwab <schwab@suse.de>
12879
12880 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12881 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12882
12883 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12884 outside source directory.
12885
12886 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12887
12888 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12889 C-x' as a prefix.
12890 (orgtbl-mode-map): Full keymap instead of sparse, because all
12891 `self-insert-command' keys are redefined in this map.
12892 (org-export-as-html): Specify charset for HTML file, by taking it
12893 from the coding system.
12894
12895 2005-10-10 Kenichi Handa <handa@m17n.org>
12896
12897 * textmodes/flyspell.el (flyspell-check-word-p):
12898 If unread-command-events is non-empty, don't call sit-for.
12899
12900 2005-10-09 Richard M. Stallman <rms@gnu.org>
12901
12902 * font-lock.el (font-lock-syntactic-keywords)
12903 (font-lock-keywords): Doc fixes.
12904
12905 * textmodes/flyspell.el (flyspell-external-point-words):
12906 Simplify logic, and don't try to check for consecutive appearances
12907 of one incorrect word.
12908
12909 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12910
12911 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12912 separator.
12913
12914 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12915 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12916 (gud-expansion-speedbar-buttons): New function.
12917 (gud-speedbar-buttons): Check for gud-comint-buffer.
12918
12919 2005-10-09 Bill Wohler <wohler@newt.com>
12920
12921 * Makefile.in (updates): Add mh-loaddefs dependency.
12922
12923 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12924
12925 * speedbar.el (speedbar-file-key-map): Fix typo.
12926
12927 2005-10-09 Daniel Brockman <daniel@brockman.se>
12928
12929 * cus-start.el (line-spacing): Add custom spec.
12930
12931 2005-10-09 Romain Francoise <romain@orebokech.com>
12932
12933 * textmodes/ispell.el (ispell-check-version): Fix last change.
12934
12935 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12936
12937 * term/x-win.el: Remove -i, --icon-type from comment.
12938
12939 * startup.el (command-line-x-option-alist): Remove options -i,
12940 -itype, --icon-type, added -nb, --no-bitmap-icon
12941
12942 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12943
12944 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12945 instead of :active.
12946
12947 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12948
12949 * textmodes/ispell.el (ispell-check-version):
12950 Ignore hyphen, and all that follows, in aspell's version text.
12951
12952 2005-10-08 Jay Belanger <belanger@truman.edu>
12953
12954 * calc/calc-arith.el (math-known-square-matrixp): New function.
12955 (math-pow-fancy): Check for matrices before distributing exponent
12956 across products.
12957
12958 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12959 fullscreen keypad. Suggested by Luc Teirlinck.
12960 (calc-keypad-show-input): Add space for formatting.
12961
12962 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12963 Add square matrix option.
12964
12965 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12966 of checking calc-matrix-mode when deciding how to expand.
12967
12968 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12969
12970 2005-10-08 Lars Hansen <larsh@soem.dk>
12971
12972 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12973 Add error handling.
12974 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12975
12976 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12977
12978 Sync with Tramp 2.0.51.
12979
12980 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12981 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12982 Insert special handling for `last-coding-system-used', again
12983 it still seems to be necessary (unlike stated before).
12984 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12985 (tramp-password-prompt-regexp): There might be other words before
12986 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12987 (tramp-chunksize): Improve docstring.
12988 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12989 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12990 Christian Joergensen <bugs@razor.dk>.
12991
12992 2005-10-07 Glenn Morris <rgm@gnu.org>
12993
12994 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12995 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12996 precision'.
12997
12998 2005-10-07 Romain Francoise <romain@orebokech.com>
12999
13000 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13001 (ibuffer-do-shell-command-pipe-replace)
13002 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13003 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13004 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13005 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13006 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13007 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13008 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13009 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13010 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13011 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13012 Autoload file sans suffix.
13013
13014 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13015
13016 2005-10-07 David Ponce <david@dponce.com>
13017
13018 * recentf.el (recentf-menu-open-all-flag): New option.
13019 (recentf-digit-shortcut-command-name): New function.
13020 (recentf--shortcuts-keymap): New variable.
13021 (recentf-menu-shortcuts): New variable.
13022 (recentf-make-menu-items): Initialize it. Replace the "More..."
13023 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13024 (recentf-menu-value-shortcut): New function.
13025 (recentf-make-menu-item): Use it. No more in-lined.
13026 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13027 (recentf-open-most-recent-file): Rename from
13028 `recentf-open-file-with-key'. Don't depend on key binding.
13029 (recentf-mode-map): New variable.
13030 (recentf-mode): Use it.
13031
13032 2005-10-06 Bill Wohler <wohler@newt.com>
13033
13034 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13035
13036 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13037 (MH-E-SRC): New. Used by mh-autoloads.
13038 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13039 files in MH-E-SRC have been updated.
13040 (compile, recompile, bootstrap): Depend on mh-autoloads.
13041
13042 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13043
13044 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13045 gud-break and gud-remove icons when the fringe is not available.
13046
13047 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13048 Typo.
13049
13050 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13051
13052 * play/zone.el (zone): Wrap body with save-window-excursion.
13053
13054 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13055
13056 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13057 Use the new `list-only' arg to diary-list-entries.
13058
13059 * calendar/diary-lib.el: Use overlays rather than selective-display.
13060 (diary-selective-display): New var.
13061 (diary-header-line-format): Use it.
13062 (diary-list-entries): Add argument `list-only'.
13063 Put the buffer in diary-mode. Don't add \^M at beg and end.
13064 Replace \^M by invisible overlays.
13065 (diary-unhide-everything): Replace \^M by invisible overlays.
13066 (print-diary-entries): Look for overlays rather than \^M.
13067 Add a space to the temp buffer name.
13068 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13069 Put the buffer in diary-mode.
13070 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13071 (diary-anniversary): Make the year arg optional.
13072 (diary-time-regexp): New const.
13073 (diary-font-lock-keywords): Use it to accept a few more time formats.
13074
13075 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13076
13077 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13078
13079 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13080 Fix bug introduced 2005-07-03: Use (car (last ...))
13081 to faithfully reproduce replaced artist-last.
13082 (artist-set-arrow-points-for-poly): Likewise.
13083 Suggested by Johan Bockg\e,Ae\e(Brd.
13084
13085 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13086
13087 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13088 * wid-edit.el (widget):
13089 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13090 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13091
13092 2005-10-06 Kenichi Handa <handa@m17n.org>
13093
13094 * international/mule-cmds.el (set-language-environment):
13095 Fix setting up of case-table for unibyte mode.
13096
13097 * simple.el (what-cursor-position): If the character is displayed
13098 by some `display' text property, show that. Don't use
13099 single-key-description for eight-bit characters in multibyte mode.
13100
13101 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13102
13103 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13104 (gdb-ann3): Set it.
13105 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13106 (gdb-info-frames-custom): Use inverse-video for first five
13107 characters of selected frame only.
13108 (gdb-get-frame-number): Select frame even when point is on frame
13109 number.
13110
13111 2005-10-06 Masatake YAMATO <jet@gyve.org>
13112
13113 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13114 Put `font-lock-function-name-face'.
13115 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13116 and `font-lock-variable-name-face'
13117 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13118 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13119 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13120 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13121 (gdb-local-font-lock-keywords): New font lock keywords definition.
13122 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13123 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13124 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13125
13126 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13127
13128 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13129 (ediff-merge-region-is-non-clash-to-skip): Previously called
13130 ediff-merge-region-is-non-clash.
13131
13132 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13133 Use insert-buffer-substring.
13134
13135 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13136 selecting files to patch. Also bug fixes.
13137
13138 * ediff-util.el (ediff-setup): Bug fix.
13139 (ediff-next-difference): Never skip clashes that differ in white
13140 space only.
13141
13142 * ediff-wind.el (ediff-setup-control-frame)
13143 (ediff-destroy-control-frame): Check the menubar feature.
13144
13145 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13146 (viper-refresh-mode-line): Use make-local-variable to localize
13147 some vars instead of make-variable-buffer-local. Suggested by
13148 Stefan Monnier.
13149
13150 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13151 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13152 Use make-local-variable instead of make-variable-buffer-local.
13153 Suggested by Stefan Monnier.
13154
13155 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13156 (viper-comint-mode-hook): Use make-local-variable on
13157 require-final-newline.
13158 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13159
13160 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13161
13162 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13163 also the second char of a comment-start sequence.
13164 (scheme-sexp-comment-syntax-table): New var.
13165 (lambda, define): Set their scheme-doc-string-elt property.
13166 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13167 Use lisp-font-lock-syntactic-face-function now that it properly
13168 handles |...| symbols.
13169 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13170 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13171
13172 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13173 bit from # to |.
13174 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13175
13176 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13177 (lisp-doc-string-elt-property): New var.
13178 (lisp-font-lock-syntactic-face-function): Use it.
13179 Rewrite to recognize docstrings even for forms not at toplevel.
13180
13181 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13182 annotation on the | part of #| rather than on the # part.
13183 (scheme-font-lock-syntactic-face-function): New function, to
13184 distinguish strings from |...| symbols.
13185 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13186 syntax-table so that #|...|# is properly highlighted.
13187
13188 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13189 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13190
13191 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13194 and C-e.
13195
13196 * emacs-lisp/eldoc.el: Move comments into docstrings.
13197 (eldoc-message-commands): Initialize in its declaration.
13198 Add move-beginning-of-line and move-end-of-line.
13199 (eldoc-add-command, eldoc-add-command-completions)
13200 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13201
13202 * outline.el (outline-mark-subtree): Activate the mark.
13203
13204 * calendar/appt.el (appt-time-regexp): New var.
13205 (appt-add, appt-make-list): Use it.
13206 (appt-convert-time): Clean up.
13207
13208 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13209 Don't set any syntax-table property here.
13210 (tex-font-lock-verb): New function. Do it here.
13211 (tex-font-lock-syntactic-keywords): Use it.
13212
13213 2005-10-04 Richard M. Stallman <rms@gnu.org>
13214
13215 * wid-edit.el (widget-file-complete): Get the widget start point
13216 the right way. Default directory to `/' if file has none.
13217
13218 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13219
13220 * textmodes/flyspell.el (flyspell-mode-on):
13221 Call ispell-maybe-find-aspell-dictionaries.
13222
13223 * textmodes/ispell.el (ispell-word, ispell-region):
13224 Call ispell-maybe-find-aspell-dictionaries.
13225 (ispell-accept-buffer-local-defs):
13226 Don't call ispell-maybe-find-aspell-dictionaries
13227
13228 2005-10-04 Richard M. Stallman <rms@gnu.org>
13229
13230 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13231
13232 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13233
13234 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13235 instead of `fboundp' in order to allow for anonymous functions.
13236
13237 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13238
13239 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13240 case the user clicks on the link while another window is selected.
13241 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13242
13243 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13244 functionality.
13245 (dframe-help-echo): Save point in case mouse tracking is off.
13246
13247 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13248
13249 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13250
13251 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13254 not change the global value of those vars.
13255
13256 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13257 make-local-variable which we do not need any more.
13258
13259 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13260
13261 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13262 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13263 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13264 (speedbar-path-line): Define obsolete aliases.
13265 (speedbar-line-directory): Doc fix.
13266
13267 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13268 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13269 instead of speedbar-line-path.
13270
13271 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13272
13273 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13274 to nil if dropping on a window. Handle dropping on a minibuffer window
13275 like dropping on a non-window part of Emacs.
13276
13277 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13278
13279 * net/ange-ftp.el: Use with-current-buffer.
13280 (ange-ftp-insert-directory): Do not follow symlinks any more.
13281
13282 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13283 Remove interactive spec.
13284
13285 2005-10-03 Kim F. Storm <storm@cua.dk>
13286
13287 * ido.el (ido-mode): Use custom-initialize-set.
13288
13289 2005-10-02 Richard M. Stallman <rms@gnu.org>
13290
13291 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13292 Use insert-buffer-substring.
13293
13294 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13295 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13296
13297 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13300 in last change.
13301 (ange-ftp-insert-directory): Fix up the search for the case where
13302 `file' is absolute.
13303
13304 2005-10-02 Romain Francoise <romain@orebokech.com>
13305
13306 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13307
13308 2005-10-02 Andreas Schwab <schwab@suse.de>
13309
13310 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13311 directory component in the session info.
13312
13313 2005-10-01 Richard M. Stallman <rms@gnu.org>
13314
13315 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13316
13317 * simple.el (next-error-internal): New function.
13318
13319 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13320 (compilation-start): Pass new arg to compilation-buffer-name.
13321 (compile-goto-error): Use next-error-internal.
13322
13323 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13324
13325 * speedbar.el: Remove RCS tag.
13326 (speedbar-check-read-only): Handle non-existent files.
13327
13328 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13329
13330 * info.el (Info-speedbar-hierarchy-buttons)
13331 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13332
13333 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13334
13335 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13336 Do not match newline.
13337 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13338 (bibtex-summary): Remove unnecessary save-excursion.
13339 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13340
13341 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13342
13343 * term/mac-win.el: Add charset info for "iso10646-1".
13344 Modify default fontset to use ATSUI-compatible fonts for some charsets
13345 if available.
13346
13347 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13348
13349 * speedbar.el: Re-apply arch tag.
13350 (speedbar-version): Rename to version 1.0. Suggested by Eric
13351 M. Ludlam.
13352 Reapply two changes from Emacs CVS' version of speedbar lost
13353 during the merge:
13354 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13355 (speedbar-frame-parameters): Improve customize type.
13356
13357 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13358
13359 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13360 (ange-ftp-file-directory-p): Fix the symlink case.
13361 (ange-ftp-insert-directory): When listing a single file, get a list of
13362 the parent buffer and extract the relevant line. Inspired from a patch
13363 by Katsumi Yamaoka <yamaoka@jpl.org>.
13364 (ange-ftp-file-name-sans-versions): Simplify.
13365
13366 2005-09-30 Bill Wohler <wohler@newt.com>
13367
13368 Move MH-E image files from toolbar and mail directories into
13369 etc/images.
13370
13371 * mail/reply2.*: Move to etc/images/mail/reply*.
13372
13373 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13374 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13375 etc/images.
13376
13377 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13378 * toolbar/reply*: Move to etc/images/mail.
13379
13380 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13381
13382 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13383
13384 * speedbar.el: New version 1.0pre3.
13385
13386 Frame management code (including timer, and mouse click specifics)
13387 moved to dframe.el:
13388 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13389 (speedbar-timer): Removed. Use dframe-timer.
13390 (speedbar-close-frame): Removed. Use dframe-close-frame.
13391 (speedbar-activity-change-focus-flag): Removed. Use
13392 dframe-activity-change-focus-flag.
13393 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13394 dframe-update-speed.
13395
13396 (speedbar-current-frame): New macro. Use this instead of the
13397 variable speedbar-frame.
13398
13399 (speedbar-use-images, speedbar-expand-image-button-alist)
13400 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13401
13402 (speedbar-find-image-on-load-path): Removed. Replaced by
13403 defezimage in ezimage.el.
13404 (speedbar-expand-image-button-alist): Removed. Replaced by
13405 ezimage-expand-image-button-alist in ezimage.el.
13406
13407 (speedbar-ignored-directory-regexp)
13408 (speedbar-add-ignored-directory-regexp)
13409 (speedbar-ignored-directory-expressions)
13410 (speedbar-line-directory, speedbar-buffers-line-directory)
13411 (speedbar-directory-line, speedbar-buffers-line-directory):
13412 Renamed, replacing `path' with `directory'.
13413
13414 (speedbar-create-directory, speedbar-expand-line-descendants)
13415 (speedbar-toggle-line-expansion)
13416 (speedbar-contract-line-descendants): New commands.
13417
13418 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13419 (speedbar-use-tool-tips-flag): New options.
13420
13421 (speedbar-check-read-only, speedbar-require-version)
13422 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13423 (speedbar-handle-delete-frame, speedbar-try-completion)
13424 (speedbar-update-localized-contents): New functions.
13425
13426 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13427 (speedbar-object-read-only-indicator): New variables.
13428
13429 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13430 New hooks.
13431
13432 (speedbar-separator-face): New face.
13433
13434 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13435 (speedbar-ignored-modes): Add fundamental-mode.
13436 (speedbar-directory-unshown-regexp): Add . directories.
13437
13438 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13439 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13440 `]' for full expand/close.
13441 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13442
13443 (speedbar-check-vc): Support hidden files.
13444 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13445 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13446 state is nil, it is not checked out.
13447
13448 (speedbar-line-text, speedbar-line-token): Support expand buttons
13449 with no text.
13450 (speedbar-refresh): Universal argument acts as power-click.
13451 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13452 that buffer to get variable values.
13453
13454 And many other bugfixes.
13455
13456 * dframe.el, ezimage.el, sb-image.el: New files.
13457
13458 * sb-*.xpm: Remove files. New image files installed into
13459 etc/images/ezimage.
13460
13461 2005-09-30 Kenichi Handa <handa@m17n.org>
13462
13463 * ps-mule.el (ps-mule-show-warning): If a character is in
13464 ps-print-translation-table, don't treat it as non-printable.
13465
13466 2005-09-30 David Ponce <david@dponce.com>
13467
13468 * tree-widget.el (tree-widget-themes-load-path): New variable.
13469 (tree-widget-themes-directory): Doc fix.
13470 (tree-widget-image-formats) [Emacs]: Doc fix.
13471 (tree-widget--locate-sub-directory): New function.
13472 (tree-widget-themes-directory): Use it.
13473
13474 * recentf.el (recentf-filename-handlers): Rename from
13475 `recentf-filename-handler'. Allow a list of functions.
13476 (recentf-menu-items-for-commands): Fix :help strings.
13477 (recentf-apply-filename-handlers): New function.
13478 (recentf-expand-file-name): Use it.
13479 (recentf-cleanup): Remove duplicates too.
13480
13481 2005-09-29 Juri Linkov <juri@jurta.org>
13482
13483 * faces.el: Rearrange face definitions to be in the same order as
13484 their face descriptions in "(emacs)Standard Faces".
13485
13486 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13487
13488 * tooltip.el (tooltip): Add group `basic-faces'.
13489
13490 * buff-menu.el (Buffer-menu-buffer): Remove group
13491 `font-lock-highlighting-faces'.
13492
13493 * progmodes/compile.el (compilation-error, compilation-warning)
13494 (compilation-info, compilation-line-number, compilation-column-number):
13495 Change group from `font-lock-highlighting-faces' to `compilation'.
13496
13497 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13498 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13499 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13500 (vhdl-font-lock-reserved-words-face)
13501 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13502 `font-lock-highlighting-faces'.
13503
13504 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13505
13506 2005-09-28 Kim F. Storm <storm@cua.dk>
13507
13508 * emulation/cua-base.el: Set CUA move property on additional commands:
13509 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13510 forward-sexp, backward-sexp, forward-list, backward-list.
13511
13512 2005-09-28 Romain Francoise <romain@orebokech.com>
13513
13514 * comint.el (comint-show-output): Really set point at the
13515 beginning of the output when not using `comint-use-prompt-regexp'.
13516
13517 2005-09-27 Jay Belanger <belanger@truman.edu>
13518
13519 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13520 in TeX mode.
13521
13522 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13523
13524 * textmodes/org.el (org-table-sum): Fix format string.
13525
13526 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13527 Quote face names.
13528
13529 2005-09-26 Romain Francoise <romain@orebokech.com>
13530
13531 * isearch.el (isearch-forward-regexp): Close doc string.
13532
13533 2005-09-25 Richard M. Stallman <rms@gnu.org>
13534
13535 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13536
13537 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13538
13539 * progmodes/compile.el (compilation-error-properties):
13540 When getting the file from the previous error message,
13541 correctly decode the new data format.
13542
13543 * progmodes/cc-cmds.el (c-electric-paren):
13544 Call old-blink-paren only for close-paren.
13545
13546 2005-09-24 Andreas Schwab <schwab@suse.de>
13547
13548 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13549 condition.
13550
13551 2005-09-25 Romain Francoise <romain@orebokech.com>
13552
13553 * dired-aux.el (dired-copy-file-recursive):
13554 * dired.el (dired-delete-file):
13555 * ediff-mult.el (ediff-dir-diff-copy-file):
13556 * ediff-util.el (ediff-test-save-region):
13557 * forms.el (forms-mode):
13558 * ido.el (ido-file-internal, ido-delete-file-at-head):
13559 * log-edit.el (log-edit-done):
13560 * ses.el (ses-yank-resize):
13561 * play/gomoku.el (gomoku-human-plays, gomoku)
13562 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13563 (gomoku-offer-a-draw):
13564 * play/landmark.el (lm-human-resigns, lm):
13565 * net/eudcb-ldap.el (eudc-ldap-check-base):
13566 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13567 * progmodes/ebrowse.el (ebrowse-find-pattern):
13568 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13569 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13570 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13571
13572 * vc.el (vc-delete-file):
13573 * play/gomoku.el (gomoku-terminate-game, gomoku)
13574 (gomoku-prompt-for-move, gomoku-human-takes-back):
13575 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13576 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13577
13578 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13579
13580 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13581 color rxvt terminals by using the code xterm.el used to use before
13582 2005-04-09 in order to match the colors used by rxvt.
13583
13584 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13585
13586 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13587 colors rxvt-unicode terminals by using the same code as xterm.el.
13588
13589 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13590
13591 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13592 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13593 new symbol used for the tex-verbatim face.
13594
13595 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13596
13597 * woman.el (woman-file-name):
13598 * wid-edit.el (widget-file-prompt-value)
13599 (widget-coding-system-prompt-value):
13600 * w32-fns.el (set-w32-system-coding-system):
13601 * vc.el (vc-version-diff, vc-annotate):
13602 * textmodes/reftex-auc.el (reftex-arg-cite)
13603 (reftex-arg-index-tag):
13604 * textmodes/refer.el (refer-get-bib-files):
13605 * textmodes/artist.el (artist-figlet-choose-font):
13606 * terminal.el (terminal-emulator):
13607 * replace.el (occur-read-primary-args):
13608 * rect.el (string-rectangle, string-insert-rectangle):
13609 * ps-print.el (ps-print-preprint):
13610 * progmodes/pascal.el (pascal-goto-defun):
13611 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13612 * progmodes/compile.el (compilation-find-file):
13613 * printing.el (pr-interactive-n-up):
13614 * play/animate.el (animate-birthday-present):
13615 * net/rcompile.el (remote-compile):
13616 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13617 * mail/rmailsum.el (rmail-summary-search-backward)
13618 (rmail-summary-search):
13619 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13620 (rmail-output-read-file-name):
13621 * mail/rmail.el (rmail-search, rmail-search-backwards):
13622 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13623 * locate.el (locate):
13624 * international/quail.el (quail-show-keyboard-layout):
13625 * international/mule.el (set-buffer-file-coding-system)
13626 (revert-buffer-with-coding-system, set-file-name-coding-system)
13627 (set-terminal-coding-system, set-keyboard-coding-system)
13628 (set-next-selection-coding-system):
13629 * international/mule-diag.el (describe-coding-system)
13630 (describe-font, describe-fontset):
13631 * international/mule-cmds.el (universal-coding-system-argument)
13632 (search-unencodable-char, describe-input-method)
13633 (set-language-environment, describe-language-environment):
13634 * international/codepage.el (codepage-setup):
13635 * international/code-pages.el (codepage-setup):
13636 * info.el (Info-search, Info-follow-reference)
13637 (Info-search-backward):
13638 * emacs-lisp/advice.el (ad-read-advised-function)
13639 (ad-read-advice-class, ad-clear-cache, ad-activate)
13640 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13641 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13642 (ad-read-regexp):
13643 * ediff-util.el (ediff-toggle-regexp-match):
13644 * ediff-ptch.el (ediff-prompt-for-patch-file):
13645 * dired-aux.el (dired-diff):
13646 * diff.el (diff):
13647 * cus-edit.el (custom-variable-prompt):
13648 * calendar/timeclock.el (timeclock-ask-for-project):
13649 * calc/calcalg3.el (calc-get-fit-variables):
13650 * calc/calc-store.el (calc-edit-variable)
13651 (calc-permanent-variable):
13652 * vc-mcvs.el (vc-mcvs-register):
13653 * shadowfile.el (shadow-define-literal-group):
13654 * woman.el (woman-file-name):
13655 * vc.el (vc-version-diff, vc-merge):
13656 * textmodes/reftex-index.el (reftex-index-complete-tag):
13657 * format.el (format-decode-buffer, format-decode-region):
13658 * emulation/viper-cmd.el (viper-read-string-with-history):
13659 * emacs-lisp/debug.el (cancel-debug-on-entry):
13660 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13661 * ediff.el (ediff-merge-revisions)
13662 (ediff-merge-revisions-with-ancestor, ediff-revision):
13663 * completion.el (interactive-completion-string-reader):
13664 * calc/calc-prog.el (calc-user-define-formula):
13665 Follow convention for reading with the minibuffer.
13666
13667 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13668
13669 * progmodes/python.el (python-describe-symbol): Add globals() and
13670 locals() to the arguments of emacs.ehelp.
13671
13672 2005-09-24 Magnus Henoch <mange@freemail.hu>
13673
13674 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13675 New function, code extracted from ispell-valid-dictionary-list.
13676 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13677 Call it.
13678
13679 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13680
13681 * subr.el (version-regexp-alist): Extend valid syntax for version
13682 strings: allow any of the characters -,_,+ to separate the
13683 alpha/beta/rc part from the version part. Doc fix.
13684 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13685
13686 2005-09-23 David Reitter <david.reitter@gmail.com>
13687
13688 * mail/mailclient.el: New file.
13689
13690 2005-09-23 Richard M. Stallman <rms@gnu.org>
13691
13692 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13693 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13694 Doc fixes.
13695
13696 * progmodes/cc-mode.el (c-font-lock-init):
13697 Specify font-lock-lines-before.
13698
13699 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13700
13701 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13702 whole conflict.
13703
13704 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13705
13706 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13707 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13708 of `remap' feature when available. Additional key bindings for
13709 better tty support.
13710 (org-mode-restart, org-force-self-insert): New commands.
13711 (org-time-stamp-inactive): New command.
13712 (org-remap): New function.
13713 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13714 (org-enable-fixed-width-editor): Move to `org-structure'
13715 customization group.
13716 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13717 blank field after field motion commands.
13718
13719 2005-09-23 Kenichi Handa <handa@m17n.org>
13720
13721 * international/mule-cmds.el (set-language-environment):
13722 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13723 have to call utf-translate-cjk-load-tables.
13724
13725 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * mouse.el (mouse-move-drag-overlay): Fix last change.
13728
13729 2005-09-22 David Ponce <david@dponce.com>
13730
13731 * tree-widget.el (tree-widget-value-create): Fix previous change.
13732
13733 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13734
13735 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13736
13737 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13738
13739 * mouse.el (mouse-move-drag-overlay): New function.
13740 (mouse-drag-region-1): Use it.
13741 Try to simplify a bit the state handling. Handle clicks on links
13742 inside intangible areas.
13743 (mouse-save-then-kill): Minor simplification.
13744 (mouse-secondary-overlay): Make it always non-nil instead of
13745 recreating it each time.
13746 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13747 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13748 Simplify accordingly.
13749
13750 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13751
13752 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13753
13754 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13755
13756 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13757 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13758 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13759 to patch.
13760
13761 * ediff-util.el: Use insert-buffer-substring.
13762
13763 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13764
13765 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13766 field boundaries in the minibuffer.
13767 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13768 (viper-minibuffer-post-command-hook): New hook.
13769 (viper-line): Don't move cursor at bolp.
13770
13771 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13772
13773 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13774 avoid compiler warnings.
13775
13776 * emulation/viper-macs.el (ex-map): Better messages.
13777
13778 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13779
13780 * emulation/viper.el: Replace make-variable-buffer-local with
13781 viper-make-variable-buffer-local everywhere, to avoid warnings.
13782
13783 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13786 Delete unused var `old-selected-window'.
13787 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13788 (mouse-drag-secondary): Delete unused var `start-frame'.
13789
13790 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13791
13792 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13793
13794 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13797 Re-indent within 80 columns. Use inhibit-read-only.
13798
13799 2005-09-19 Romain Francoise <romain@orebokech.com>
13800
13801 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13802
13803 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13804
13805 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13806 unconditionally, since the after-change-function already did it.
13807
13808 2005-09-19 Miles Bader <miles@gnu.org>
13809
13810 * net/newsticker.el: Get rid of CVS keyword.
13811
13812 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13813
13814 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13815 The prompt is formatted later.
13816
13817 2005-09-19 David Ponce <david@dponce.com>
13818
13819 * tree-widget.el (tree-widget-value-create): Save the converted
13820 tree :node widget.
13821
13822 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13823
13824 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13825 variable `message'.
13826
13827 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13828
13829 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13830 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13831 <slawomir.nowaczyk.847@student.lu.se>.
13832
13833 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13834
13835 * image.el (image-load-path): Use symbol `data-directory' instead
13836 of its value, for backward compatibility with packages that bind
13837 it during `find-image'. Suggested by Katsumi Yamaoka.
13838 (image-search-load-path): Handle symbols whose values are strings.
13839
13840 2005-09-18 Romain Francoise <romain@orebokech.com>
13841
13842 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13843 with-current-buffer form in save-excursion.
13844
13845 2005-09-18 Deepak Goel <deego@gnufans.org>
13846
13847 * apropos.el (apropos-command): Fix `message' call: first arg
13848 should be a format spec. In this and all other cases that appear
13849 below and elsewhere in the source code, I made a change only when
13850 two conditions were satisfied: [1] I can think of a possibility
13851 that the arguments would cause an error, for example, the code in
13852 question relies on external variables such as filenames. [2] I
13853 was sure that the arg to `message' could not have been nil in the code.
13854
13855 * textmodes/tildify.el (tildify-region): Ditto.
13856
13857 * textmodes/reftex-index.el (reftex-index-change-entry)
13858 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13859 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13860 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13861 (org-priority, org-table-sum):
13862 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13863 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13864 (flyspell-word, flyspell-display-next-corrections):
13865 * textmodes/bibtex.el (bibtex-print-help-message):
13866 * textmodes/artist.el (artist-key-set-point-poly):
13867 * term/mac-win.el (mac-services-insert-text):
13868 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13869 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13870 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13871 (vhdl-compose-configuration):
13872 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13873 (sh-set-indent, sh-learn-line-indent):
13874 * progmodes/ps-mode.el (ps-mode-target-column):
13875 * progmodes/idlwave.el (idlwave-make-tags)
13876 (idlwave-scan-library-catalogs):
13877 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13878 * progmodes/gud.el (gud-jdb-analyze-source):
13879 * progmodes/flymake.el (flymake-log):
13880 * progmodes/ebnf2ps.el (ebnf-generate-region):
13881 * progmodes/cmacexp.el (c-macro-expansion):
13882 * progmodes/ada-xref.el (ada-treat-cmd-string):
13883 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13884 (ada-justified-indent-current, ada-batch-reformat):
13885 * play/zone.el (zone):
13886 * play/landmark.el (lm-move):
13887 * play/decipher.el (decipher-show-alphabet):
13888 * net/newsticker.el (newsticker--display-jump)
13889 (newsticker--display-scroll):
13890 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13891 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13892 * mail/feedmail.el (feedmail-dump-message-to-queue):
13893 * eshell/esh-proc.el (eshell-remove-process-entry):
13894 * emulation/ws-mode.el (ws-last-error):
13895 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13896 (viper-record-kbd-macro):
13897 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13898 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13899 * emacs-lisp/find-func.el (find-function-noselect):
13900 * calendar/timeclock.el (timeclock-status-string)
13901 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13902 (timeclock-when-to-leave-string):
13903 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13904 * calc/calc-units.el (calc-enter-units-table):
13905 * calc/calc-mode.el (calc-mode-record-mode):
13906 * woman.el (woman-mini-help):
13907 * wdired.el (wdired-change-to-wdired-mode):
13908 * vc.el (vc-retrieve-snapshot):
13909 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13910 * startup.el (display-startup-echo-area-message):
13911 * simple.el (set-goal-column):
13912 * ses.el (ses-command-hook, ses-recalculate-cell):
13913 * server.el (server-process-filter):
13914 * printing.el (pr-interface-txt-print, pr-interface-printify)
13915 (pr-interface-ps):
13916 * pcvs.el (cvs-help):
13917 * log-edit.el (log-edit, log-edit-mode-help):
13918 * iswitchb.el (iswitchb-possible-new-buffer):
13919 * isearch.el (isearch-edit-string):
13920 * image-mode.el (image-mode, image-minor-mode):
13921 * ibuf-macs.el (define-ibuffer-filter):
13922 * hi-lock.el (hi-lock-find-patterns):
13923 * files.el (toggle-read-only):
13924 * ediff-util.el (ediff-copy-diff)
13925 (ediff-write-merge-buffer-and-maybe-kill):
13926 * echistory.el (Electric-history-undefined):
13927 * dnd.el (dnd-insert-text):
13928 * dired-aux.el (dired-query):
13929 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13930 * bookmark.el (bookmark-bmenu-locate):
13931 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13932 Fix `message' calls to ensure first arg is a format string.
13933 The change was made only when these two conditions were satisfied:
13934 [1] when there is a possibility that the arguments would cause an error
13935 for example, if the code in question relies on external variables
13936 such as filenames, and
13937 [2] if the arg to `message' could not have been nil in the code.
13938
13939 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13940 Not having a %s would be weird, though not technically wrong.
13941
13942 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13943
13944 * term/mac-win.el (mac-add-charset-info): Doc fix.
13945
13946 2005-09-17 Romain Francoise <romain@orebokech.com>
13947
13948 * shell.el (shell-resync-dirs): Handle echoing processes more
13949 reliably. Don't insert resync command if `comint-process-echoes'
13950 is non-nil.
13951
13952 2005-09-17 Magnus Henoch <mange@freemail.hu>
13953
13954 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13955 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13956 aspell versions >= 0.60.
13957 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13958 only if ispell-aspell-supports-utf8 is non-nil.
13959
13960 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13961
13962 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13963 buffer-local value to lisp-indent-function.
13964
13965 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13966
13967 * progmodes/glasses.el (glasses-make-readable): If
13968 glasses-separator differs from underscore, put appropriate
13969 overlays over underscore characters.
13970 (glasses-convert-to-unreadable): If glasses-separator differs from
13971 underscore, try to convert glasses-separator characters to
13972 underscores.
13973
13974 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13977 Use with-syntax-table and dolist.
13978
13979 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13980
13981 * textmodes/reftex-auc.el:
13982 * textmodes/reftex-cite.el:
13983 * textmodes/reftex-dcr.el:
13984 * textmodes/reftex-global.el:
13985 * textmodes/reftex-parse.el:
13986 * textmodes/reftex-ref.el:
13987 * textmodes/reftex-sel.el:
13988 * textmodes/reftex-toc.el:
13989 * textmodes/reftex-vars.el:
13990 * textmodes/reftex.el: Small changes to remove compiler warnings.
13991
13992 * textmodes/reftex-index.el: Likewise.
13993 (reftex-query-index-phrase): More efficient use of markers.
13994
13995 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13996
13997 * image.el (image-load-path): New variable.
13998 (image-search-load-path): New function.
13999 (find-image): Search for images in `image-load-path'.
14000
14001 2005-09-15 Richard M. Stallman <rms@gnu.org>
14002
14003 * follow.el: Change Maintainer field.
14004
14005 2005-09-15 David Ponce <david@dponce.com>
14006
14007 * recentf.el (recentf-save-file-modes): New option.
14008 (recentf-save-list): Use it.
14009
14010 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14011
14012 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14013 (mode-line-mule-info, mode-line-modified): Move bindings from
14014 mouse-3 to mouse-1.
14015
14016 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14017
14018 * simple.el (sendmail-user-agent-compose): Revert last change.
14019
14020 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14021
14022 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14023 Use with-current-buffer.
14024 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14025 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14026 (ange-ftp-insert-directory): Remove unused var `short'.
14027 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14028
14029 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14030 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14031
14032 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14033 (check-calendar-holidays, diary-list-entries): Autoload.
14034 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14035 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14036
14037 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14038 which mistakenly removed a call to display-buffer.
14039
14040 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14041
14042 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14043
14044 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14045
14046 * progmodes/hideshow.el
14047 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14048 (hs-allow-nesting): New user var.
14049 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14050 (hs-hide-block-at-point): When nesting allowed,
14051 if there is already an overlay in place, delete it.
14052 (hs-safety-is-job-n): Delete func; remove call sites.
14053 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14054 (hs-overlay-at): New func.
14055 (hs-already-hidden-p, hs-show-block): Use it.
14056 (hs-hide-all): Don't pre-clean if nesting allowed.
14057 (hs-show-all): Temporarily disallow
14058 nesting around call to `hs-discard-overlays'.
14059
14060 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14061
14062 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14063 Delete unused local var.
14064
14065 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14066
14067 * help-fns.el (describe-categories): "?\ " -> "?\s".
14068 (help-do-arg-highlight): Recognize also ARG-n, as in
14069 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14070
14071 * international/codepage.el (dos-unsupported-char-glyph):
14072 * net/newsticker.el (tool-bar-map, w3-mode-map)
14073 (w3m-minor-mode-map):
14074 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14075 (ent-alist):
14076 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14077
14078 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14079
14080 * custom.el (custom-push-theme): Handle the case where a symbol is
14081 bound but face properties have not yet been assigned.
14082
14083 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14084 Fix behavior if noerase is `t' and there is no mail buffer.
14085
14086 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14087 if `continue' is nil, rather than signal an error.
14088
14089 2005-09-12 Richard M. Stallman <rms@gnu.org>
14090
14091 * font-lock.el (font-lock-keywords): Add autoload.
14092
14093 * help-fns.el (describe-variable): Rearrange to put source link
14094 in a predictable place.
14095
14096 * net/newsticker.el: New file.
14097
14098 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14099
14100 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14101 (calendar-basic-setup): Use the new nil arg.
14102 (number-of-diary-entries): Move to diary-lib.el.
14103
14104 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14105 (diary-list-entries): Use with-syntax-table and dolist.
14106 Rename from list-diary-entries.
14107 Use number-of-diary-entries if `number' is nil.
14108 (diary, diary-view-entries): Use this new name and new nil arg value.
14109 (number-of-diary-entries): Move from calendar.el.
14110 (diary-unhide-everything): New function.
14111 (include-other-diary-files, fancy-diary-display)
14112 (diary-show-all-entries, make-diary-entry): Use it.
14113 (diary-mail-entries): Use buffer-string.
14114 (mark-diary-entries): Fix long standing paren typo.
14115 (diary-sexp-entry): Use count-lines.
14116 (make-diary-entry): Avoid `previous-line'.
14117 (diary-mode-map): New var.
14118 (diary-mode): Redraw cal after saving. Setup header-line.
14119 (fancy-diary-display-mode): Use local-set-key.
14120
14121 * startup.el (command-line): Try calling various terminal-init-foo-bar
14122 functions by stripping hyphenated suffixes from $TERM.
14123
14124 * files.el (normal-mode): Check boundness of font-lock-keywords.
14125
14126 2005-09-12 Richard M. Stallman <rms@gnu.org>
14127
14128 * progmodes/compile.el: Don't decide a file's directory
14129 until the user actually tries to go there.
14130 (compilation-next-error-function):
14131 Pass compilation-find-file the directory from the file-struct.
14132 (compilation-internal-error-properties): Separate local FILE-STRUCT
14133 from FILE. Doc the args better. Rename arg FMT to FMTS.
14134 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14135 Expand it, and if nil, use default-directory.
14136 (compilation-get-file-structure): Don't mix specified directory
14137 with default directory. Put specified directory into
14138 file-struct. Don't make the file name absolute.
14139
14140 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14141 (compile-command): Add autoload.
14142 (compilation-disable-input): Add autoload.
14143
14144 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14145
14146 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14147 strings of the variables it can override.
14148 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14149 %Q and %q, for fully-qualified domain name and unqualified host name.
14150
14151 2005-09-11 Kim F. Storm <storm@cua.dk>
14152
14153 * emacs-lisp/authors.el (authors-aliases): Update list.
14154 (authors-fixed-entries): Update mldrag.el entry.
14155
14156 2005-09-10 Alan Mackenzie <acm@muc.de>
14157
14158 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14159 from the region narrowed to.
14160
14161 2005-09-10 Magnus Henoch <mange@freemail.hu>
14162
14163 * textmodes/ispell.el (ispell-check-version): Signal an error if
14164 aspell version is less than 0.60.
14165
14166 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14167
14168 * progmodes/octave-inf.el (inferior-octave-startup):
14169 Resync current dir at the end.
14170
14171 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14172
14173 * woman.el (woman-topic-at-point-default):
14174 Rename to woman-use-topic-at-point-default.
14175 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14176 (woman-file-name): Reflect renames above. Automatically use the
14177 word at point as topic if woman-use-topic-at-point is non-nil.
14178 Otherwise offer it as default but don't insert it in the
14179 minibuffer. Also use `test-completion' instead of `assoc' as
14180 suggested by Stefan Monnier.
14181
14182 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14183
14184 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14185 the attempt to do it over Tramp. This is not yet supported.
14186
14187 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14188
14189 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14190 (menu-bar-non-minibuffer-window-p): New functions.
14191 ("Split Window", "Save As..."): Use them.
14192 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14193 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14194 Use menu-bar-menu-frame-live-and-visible-p.
14195 ("Save Buffer", "Insert File", "Open Directory...")
14196 ("Open File...", "Visit New File..."):
14197 Use menu-bar-non-minibuffer-window-p.
14198 (kill-this-buffer-enabled-p, dired <menu-enable>):
14199 Use menu-bar-non-minibuffer-window-p.
14200
14201 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14202
14203 * cus-start.el (all): Don't complain about fringe-related
14204 built-ins if fringes are not supported. Ditto about
14205 selection-related built-ins. Fix the test for GTK-related built-ins.
14206
14207 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14208 ("Postscript Print Buffer", "Print Region", "Save As...")
14209 ("Save", "Insert File...", "Open Directory...")
14210 ("Open File...", "Visit New File..."")
14211 ("Truncate Long Lines in this Buffer"): Don't look at
14212 menu-updating-frame if this display does not support multiple frames.
14213
14214 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14215
14216 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14217
14218 2005-09-09 Emilio Lopes <eclig@gmx.net>
14219
14220 * woman.el: Format- and whitespace-related changes.
14221
14222 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14223
14224 * woman.el: Fix my email address.
14225
14226 2005-09-08 Richard M. Stallman <rms@gnu.org>
14227
14228 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14229 (sh-mode): Locally set skeleton-pair-default-alist.
14230
14231 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14232
14233 * progmodes/flymake.el: Require `compile' unconditionally.
14234
14235 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14236
14237 * woman.el (woman-file-name): Provide a default, not initial input.
14238
14239 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14240
14241 * font-lock.el (font-lock-support-mode): Doc fix.
14242
14243 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14244
14245 2005-09-08 Richard M. Stallman <rms@gnu.org>
14246
14247 * simple.el (blink-matching-open): Get rid of text props from
14248 the string shown in echo area. Don't permanently set point.
14249 Some rearrangements.
14250
14251 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14252
14253 * recentf.el (recentf-filename-handler): Add custom choice
14254 `abbreviate-file-name'.
14255
14256 * msb.el (msb--very-many-menus): Fix typo.
14257
14258 * disp-table.el (standard-display-european): Don't set
14259 enable-multibyte-characters to nil.
14260
14261 2005-09-08 David Ponce <david@dponce.com>
14262
14263 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14264 (recentf-expand-file-name): Doc fix.
14265 (recentf-dialog-mode-map): Define digit shortcuts.
14266 (recentf--files-with-key): New variable.
14267 (recentf-show-digit-shortcut-filter): New function.
14268 (recentf-open-files-items): New function.
14269 (recentf-open-files): Use it.
14270 (recentf-open-file-with-key): New command.
14271
14272 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14273
14274 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14275 Suggested by Kim F. Storm.
14276 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14277 (Buffer-menu-make-sort-button): Use global keymap.
14278
14279 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14280
14281 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14282 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14283 necessary any longer with the remapped command.
14284 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14285 formatting time only.
14286
14287 * net/tramp.el (tramp-action-password)
14288 (tramp-multi-action-password): Compile the password prompt from
14289 `method', `user' and `host'. Sometimes it isn't obvious which
14290 password to enter, for example with remote files offered by
14291 recentf.el, or with multiple steps. Suggested by Robert Marshall
14292 <robert@chezmarshall.freeserve.co.uk>.
14293
14294 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14295
14296 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14297 Fix regexp for when "s///" is at the beginning of line.
14298
14299 2005-09-07 Jay Belanger <belanger@truman.edu>
14300
14301 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14302 when in matrix mode.
14303
14304 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14307 non-anonymous functions.
14308
14309 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14310
14311 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14312 when using a header line. Otherwise, use mouse-1-click-follows-link.
14313
14314 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14315 can't be moved; don't signal an error.
14316
14317 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14318
14319 * cus-theme.el (custom-theme-write-faces): Save the current face
14320 spec, not the defface spec.
14321
14322 * custom.el (custom-known-themes): Clarify meaning of "standard".
14323 (custom-push-theme): Save old values in the standard theme.
14324 (disable-theme): Correct typo.
14325 (custom-face-theme-value) Deleted unused function.
14326 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14327
14328 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * progmodes/compile.el (compilation-goto-locus): Take into account
14331 iconified frames when determining whether the buffer is
14332 already visible.
14333 Don't reset window height if the window already existed.
14334
14335 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14336
14337 * custom.el (load-theme): Rename from require-theme.
14338 Add interactive spec.
14339 (enable-theme): Rename from custom-enable-theme.
14340 Add interactive spec.
14341 (disable-theme): Rename from custom-disable-theme.
14342 Add interactive spec.
14343 (custom-make-theme-feature): Doc fix.
14344 (custom-theme-directory): Doc fix.
14345 (provide-theme): Call enable-theme.
14346
14347 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14348
14349 * obsolete/lazy-lock.el (lazy-lock-mode):
14350 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14351 font-lock-mode if it's off. Print a warning instead.
14352
14353 * progmodes/compile.el (compilation-start): Ignore errors if the
14354 process died before we get to send-eof.
14355
14356 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14357 Undo last change. Enclosing the result in quotes broke things on Unix
14358 since tex-send-command passes it through shell-quote-argument.
14359 (tex-send-command): Pass `file' through convert-standard-filename
14360 when possible.
14361 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14362 info in a transcript.
14363
14364 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14365
14366 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14367 fix compilation warning. Reorder the key definitions to group
14368 together keys emitted by the current version of xterm.
14369
14370 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14371 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14372 Reorder predicates to correct min-color usage.
14373
14374 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14375
14376 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14377 Kill local variables when longlines-mode is turned off.
14378
14379 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14380
14381 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14382
14383 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14384
14385 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14386
14387 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14388 (font-lock-lines-before): Change default to being inactive.
14389 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14390 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14391
14392 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14393
14394 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14395 Deactivate temporarily advice if active (not needed for Emacs 22,
14396 but for backwards compatibility).
14397 (tramp-exists-file-name-handler): Rewrite. First implementation
14398 was too simple.
14399 (tramp-advice-make-auto-save-file-name):
14400 Call `tramp-handle-make-auto-save-file-name' (again, just for
14401 backwards compatibility).
14402
14403 2005-08-31 Reto Zimmermann <reto@gnu.org>
14404
14405 * progmodes/vhdl-mode.el
14406 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14407 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14408 (vhdl-set-default-project): New function (easier setting of default).
14409 (vhdl-port-copy): Handle extended identifiers for generics.
14410 (vhdl-compiler-alist): Better description for error message regexp.
14411 (vhdl-make): Query for target, use previous as default.
14412 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14413 (vhdl-font-lock-keywords-2): Fix fontification for record
14414 el. assign.
14415 (vhdl-speedbar-make-subpack-line): Add package body link.
14416 (vhdl-generate-makefile-1): Not include itself as dependency.
14417 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14418 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14419 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14420 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14421 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14422 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14423 (vhdl-import-project): Add string argument for `error'.
14424 (vhdl-compose-configuration)
14425 (vhdl-compose-configuration-architecture): Add configuration
14426 declaration generation.
14427 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14428 (vhdl-trailer-re): Add "record" keyword (better indentation).
14429 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14430 "[^ \t-\"]+".
14431 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14432 (vhdl-testbench-entity-file-name)
14433 (vhdl-testbench-architecture-file-name): Allow separate
14434 customization of testbench file names.
14435 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14436 (vhdl-get-visible-signals): Allow newline within alias declaration.
14437 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14438 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14439 (member-ignore-case): Alias for missing function in XEmacs.
14440 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14441 (vhdl-update-sensitivity-list): Ignore case on read signals.
14442 (vhdl-replace-string): Adjust case only for file names.
14443 (vhdl-update-sensitivity-list): Fix search for read signals.
14444 (vhdl-update-sensitivity-list): Exclude formal parameters.
14445 (vhdl-get-visible-signals): Include aliases of signals.
14446 (vhdl-get-visible-signals): Fix signal name searching.
14447 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14448 (vhdl-fixup-whitespace-region): Fix for character
14449 literals (e.g. `:').
14450
14451 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14452
14453 * ansi-color.el (comint-last-output-start):
14454 * bs.el (font-lock-verbose):
14455 * diff-mode.el (add-log-buffer-file-name-function):
14456 * dired-x.el (vm-folder-directory):
14457 * faces.el (help-xref-stack-item):
14458 * files.el (font-lock-keywords):
14459 * find-lisp.el (dired-buffers, dired-subdir-alist):
14460 * ido.el (cua-inhibit-cua-keys):
14461 * log-view.el (cvs-minor-wrap-function):
14462 * outline.el (font-lock-warning-face):
14463 * simple.el (compilation-current-error):
14464 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14465 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14466 * tooltip.el (comint-prompt-regexp):
14467 * w32-fns.el (explicit-shell-file-name):
14468 * term/mac-win.el (mac-charset-info-alist)
14469 (mac-services-selection, mac-system-script-code):
14470 * term/tty-colors.el (msdos-color-values):
14471 * term/w32-win.el (xlfd-regexp-registry-subnum):
14472 * term/x-win.el (x-keysym-table, x-selection-timeout)
14473 (x-session-id, x-session-previous-id):
14474 * textmodes/ispell.el (mail-yank-prefix):
14475 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14476 * textmodes/org.el (calc-embedded-close-formula)
14477 (calc-embedded-open-formula)
14478 (font-lock-unfontify-region-function):
14479 * textmodes/reftex-global.el (isearch-next-buffer-function)
14480 (TeX-master):
14481 * textmodes/reftex.el (font-lock-keywords):
14482 * textmodes/tex-mode.el (font-lock-comment-face)
14483 (font-lock-doc-face):
14484 * textmodes/texinfo.el (outline-heading-alist):
14485 Add defvars.
14486
14487 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14488 (artist-spray-chars, artist-mode-init, artist-replace-string)
14489 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14490 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14491 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14492
14493 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14494 (conf-align-assignments): "?\ " -> "?\s".
14495
14496 * textmodes/reftex-index.el (TeX-master): Add defvar.
14497 (reftex-index-phrases-marker): Move up defvar.
14498
14499 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14500 (reftex-toc-include-labels-indicator)
14501 (reftex-toc-include-index-indicator)
14502 (reftex-toc-max-level-indicator): Move up declarations.
14503
14504 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14505 of args to `tramp-run-real-handler', even if it's empty in this case.
14506
14507 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14508
14509 * dired.el (dired-move-to-filename-regexp): Add date format for
14510 Mac OS X 10.3 in East Asian locales.
14511
14512 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14513
14514 * files.el (make-auto-save-file-name): Add file name handler call
14515 if applicable.
14516
14517 * net/tramp.el (tramp-file-name-handler-alist)
14518 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14519 (tramp-handle-make-auto-save-file-name): Rename from
14520 `tramp-make-auto-save-file-name'.
14521 (tramp-exists-file-name-handler): New defun.
14522 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14523 `make-auto-save-file-name' is not a magic file name operation.
14524
14525 2005-08-30 Richard M. Stallman <rms@gnu.org>
14526
14527 * files.el (risky-local-variable-p):
14528 Match `-predicates' and `-commands.
14529
14530 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14531 (custom-save-all): Visit the file if necessary;
14532 kill the buffer if we created it.
14533 (custom-save-delete): Don't visit file or kill buffer here.
14534
14535 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14536
14537 * textmodes/org.el (org-special-keyword): New face.
14538 (org-table-copy-down, org-table-eval-formula)
14539 (org-table-recalculate, org-init-section-numbers):
14540 Use `string-to-number' instead of `string-to-int'.
14541 (org-get-location): Use `insert-buffer-substring' instead of
14542 `insert-buffer'.
14543 (org-modify-diary-entry-string): New function.
14544 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14545 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14546 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14547 active region.
14548 (org-export-as-html): Handle QUOTE keyword.
14549 (org-quote-string): New option.
14550 (org-bookmark-jump-unhide): New function, used for
14551 `bookmark-after-jump-hook'.
14552 (org-diary-default-entry): Apply only when not called through
14553 `org-agenda'.
14554
14555 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14556
14557 * net/eudc.el (mode-popup-menu):
14558 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14559 * progmodes/ada-mode.el (compile-auto-highlight)
14560 (skeleton-further-elements):
14561 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14562 * progmodes/cmacexp.el (msdos-shells):
14563 * progmodes/compile.el (font-lock-extra-managed-props)
14564 (font-lock-keywords, font-lock-maximum-size)
14565 (font-lock-support-mode):
14566 * progmodes/grep.el (font-lock-lines-before):
14567 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14568 * progmodes/mixal-mode.el (compile-command):
14569 * progmodes/perl-mode.el (font-lock-comment-face)
14570 (font-lock-doc-face, font-lock-string-face):
14571 * progmodes/prolog.el (comint-prompt-regexp):
14572 * progmodes/sh-script.el (font-lock-comment-face)
14573 (font-lock-set-defaults, font-lock-string-face):
14574 * progmodes/sql.el (font-lock-keyword-face)
14575 (font-lock-set-defaults, font-lock-string-face):
14576 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14577 (itimer-version, lazy-lock-defer-contextually)
14578 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14579 Add defvars.
14580
14581 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14582 (cperl-electric-keyword, cperl-electric-pod)
14583 (cperl-electric-backspace, cperl-forward-re)
14584 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14585 (vc-rcs-header, vc-sccs-header): Add defvars.
14586
14587 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14588 (font-lock-syntactic-keywords, gud-find-expr-function):
14589 Add defvars.
14590
14591 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14592 (gdb-frame-parameters): Declare before use.
14593
14594 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14595 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14596 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14597 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14598
14599 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14600 (idlwave-help-with-source): Use `insert-buffer-substring', not
14601 `insert-buffer'.
14602
14603 2005-08-29 Juri Linkov <juri@jurta.org>
14604
14605 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14606 Put outline-back-to-heading function call inside save-excursion.
14607
14608 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14609
14610 * man.el (Man-init-defvars, Man-translate-references)
14611 (Man-support-local-filenames, Man-highlight-references):
14612 * progmodes/sql.el (sql-interactive-mode):
14613 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14614
14615 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14616 (compilation-mode-font-lock-keywords): Add defvars.
14617 (checkdoc-interactive-loop): "?\ " -> "?\s".
14618
14619 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14620 (font-lock-doc-face, font-lock-string-face)
14621 (font-lock-keywords-case-fold-search): Add defvars.
14622 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14623
14624 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14625 Don't pass X and Y (they are ignored anyway).
14626 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14627 (mouse-delete-window): Make arguments optional.
14628
14629 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14630 (caesar-translate-table, minor-modes, news-buffer-save)
14631 (news-group-name, news-minor-modes): Add defvars.
14632
14633 * emacs-lisp/lselect.el (mouse-highlight-priority)
14634 (x-lost-selection-functions, zmacs-regions):
14635 * emacs-lisp/pp.el (font-lock-verbose):
14636 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14637 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14638 (ses-mode-map):
14639 * emacs-lisp/tcover-unsafep.el (safe-functions):
14640 * international/mule-cmds.el (mac-system-coding-system)
14641 (mac-system-locale):
14642 * language/ethio-util.el (rmail-current-message)
14643 (rmail-message-vector):
14644 * language/thai-util.el (thai-auto-composition-mode):
14645 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14646 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14647 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14648 (vm-primary-inbox, vm-spool-files):
14649 * mail/rmail.el (deleted-head, font-lock-fontified)
14650 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14651 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14652 (total-messages):
14653 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14654 (rmail-summary-mode-map):
14655 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14656 (rmail-last-label, rmail-last-multi-labels)
14657 (rmail-summary-vector, rmail-total-messages):
14658 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14659 * mail/rmailsum.el (msgnum):
14660 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14661 (rmail-current-message):
14662 * obsolete/fast-lock.el (font-lock-face-list):
14663 * obsolete/rnewspost.el (mail-reply-buffer):
14664 * obsolete/scribe.el (compile-command):
14665 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14666
14667 2005-08-28 John Paul Wallington <jpw@gnu.org>
14668
14669 * ibuf-ext.el (ibuffer-auto-update-changed):
14670 Use `frame-or-buffer-changed-p' to check whether we need to update.
14671 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14672 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14673 as a `frame-or-buffer-changed-p' state vector instead.
14674
14675 2005-08-27 Romain Francoise <romain@orebokech.com>
14676
14677 * textmodes/makeinfo.el (makeinfo-compile):
14678 Use `compilation-start'. Set `next-error-function' according to
14679 `disable-errors'.
14680 (makeinfo-next-error): New function.
14681 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14682 (makeinfo-buffer): Likewise.
14683
14684 * progmodes/compile.el (compilation-start): Add autoload cookie.
14685
14686 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14687 * textmodes/sgml-mode.el: Likewise.
14688 * progmodes/python.el: Likewise.
14689
14690 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14691
14692 * simple.el (blink-matching-paren-distance): Document the meaning
14693 of nil value, and allow to customize to nil.
14694
14695 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14696 command.com, not command.exe.
14697
14698 2005-08-26 John Wiegley <johnw@newartisans.com>
14699
14700 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14701 code around a bit so that an extraneous nil argument is not added
14702 to a command when no args are given.
14703
14704 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14705 double-quoted argument resolves to nil, return it as an empty
14706 string rather than as nil. This made it impossible to pass "" to
14707 a shell script as a null string argument.
14708
14709 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14710
14711 * outline.el (outline-invent-heading): New fun.
14712 (outline-promote, outline-demote): Use it.
14713 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14714 (outline-end-of-subtree): Remove unused var `opoint'.
14715
14716 2005-08-26 David Reitter <david.reitter@gmail.com>
14717
14718 * menu-bar.el (truncate-lines, write-file, print-buffer)
14719 (ps-print-buffer-faces, ps-print-buffer, split-window):
14720 Disable menu items when the frame they refer to is invisible, or when
14721 they refer to a buffer and the minibuffer is selected.
14722
14723 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14724
14725 * progmodes/flymake.el (flymake-highlight-err-lines):
14726 Use save-excursion around flymake-highlight-line to preserve point.
14727
14728 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14729
14730 * progmodes/octave-mod.el: Change Author and Maintainer address.
14731 (octave-maintainer-address): Change Kurt's email address.
14732 * progmodes/octave-inf.el: Change Author and Maintainer address.
14733 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14734
14735 2005-08-26 Kim F. Storm <storm@cua.dk>
14736
14737 * subr.el (version-list-<, version-list-<=, version-list-=):
14738 Rename from integer-list-*.
14739 (version-list-not-zero): Likewise. Fix while loop.
14740 (version=): Use version-list-= instead of string-equal.
14741
14742 2005-08-26 Richard M. Stallman <rms@gnu.org>
14743
14744 * outline.el (outline-promote): Try shortening the heading.
14745 As last resort, read the heading to use.
14746 (outline-demote): As last resort, read the heading to use.
14747
14748 2005-08-26 Romain Francoise <romain@orebokech.com>
14749
14750 * progmodes/compile.el (compilation-start): Doc fix.
14751
14752 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14753 (antlr-font-lock-additional-keywords): Fix reference to
14754 `antlr-font-lock-literal-regexp' erroneously changed during the
14755 mass face rename.
14756 (antlr-run-tool): Use `compilation-start'.
14757
14758 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14759 instead of the obsolete `compile-internal'.
14760
14761 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14762
14763 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14764 (number, original-date):
14765 * calendar/cal-china.el (date):
14766 * calendar/cal-coptic.el (date):
14767 * calendar/cal-french.el (date):
14768 * calendar/cal-hebrew.el (date, entry, number, original-date):
14769 * calendar/cal-islam.el (date, number, original-date):
14770 * calendar/cal-iso.el (date):
14771 * calendar/cal-julian.el (date):
14772 * calendar/cal-mayan.el (date):
14773 * calendar/cal-menu.el (date, event):
14774 * calendar/cal-persia.el (date):
14775 * calendar/lunar.el (date):
14776 * calendar/solar.el (date): Add defvars.
14777
14778 * emerge.el:
14779 * ibuffer.el:
14780 * info-xref.el:
14781 * obsolete/bg-mouse.el:
14782 * obsolete/sun-curs.el:
14783 * obsolete/swedish.el: Move the `defvar's to the top level.
14784
14785 * smerge-mode.el (smerge-refined-change): Add :group.
14786
14787 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14790 (smerge-keep-n): Remove props.
14791 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14792 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14793 now that it's done in smerge-keep-n.
14794 (smerge-refined-change): New face.
14795 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14796 (smerge-refine): New funs.
14797 (smerge-basic-map): Bind smerge-refine.
14798
14799 2005-08-25 Juri Linkov <juri@jurta.org>
14800
14801 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14802 compilation-process-setup-function and compilation-disable-input
14803 in grep-mode instead of let-bindings in grep.
14804
14805 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14806 Delete "Automatic File De/compression" (auto-compression-mode).
14807
14808 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14809
14810 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14811 Silence warning about non-existent variable.
14812
14813 2005-08-25 Richard M. Stallman <rms@gnu.org>
14814
14815 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14816 Rename "Describe Key" to "Describe Key or Mouse Operation".
14817
14818 * mail/mailalias.el (build-mail-aliases): Delete comments
14819 from the contents before processing them.
14820
14821 * isearch.el (isearch-edit-string): Erase the Search prompt
14822 if user enters an empty string and there is no default.
14823
14824 * comint.el (comint-file-name-prefix): Add autoload.
14825
14826 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14827
14828 * subr.el (play-sound): Rearrange to avoid warning.
14829
14830 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14831
14832 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14833 New hook.
14834 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14835
14836 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14837
14838 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14839
14840 * custom.el (custom-theme-set-variables): Sort minor modes last.
14841
14842 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14843
14844 * subr.el (version-separator, version-regexp-alist): New vars used by
14845 version comparison funs.
14846 (integer-list-<, integer-list-=, integer-list-<=)
14847 (integer-list-not-zero): New funs for integer list comparison.
14848 (version-to-list, version=, version<, version<=): New funs for version
14849 comparison.
14850
14851 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14852
14853 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14854 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14855 time to silence the byte-compiler.
14856
14857 * ibuffer.el (ibuffer-compile-make-eliding-form)
14858 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14859 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14860 so it's silly to get warnings for it).
14861 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14862 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14863 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14864 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14865 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14866 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14867 Defvar at compile time.
14868 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14869 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14870 Declare them before use.
14871
14872 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14873 (info-xref-good, info-xref-bad): Defvar at compile time.
14874
14875 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14876 Use `let*' instead of `let'.
14877
14878 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14879 (*mouse-y*, menu, char): Defvar at compile time.
14880 (sc::menu): Declare it before use.
14881 (sc::pack-one-line): Use `let', not `let*'.
14882
14883 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14884 (mail-send-hook): Defvar at compile time.
14885
14886 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14887 Defvar at compile time.
14888
14889 * term/sun-mouse.el (current-global-mousemap)
14890 (current-local-mousemap): Declare them before use.
14891
14892 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14893
14894 * bookmark.el (bookmark-after-jump-hook): New hook.
14895 (bookmark-jump): Run `bookmark-after-jump-hook'.
14896
14897 2005-08-23 Juri Linkov <juri@jurta.org>
14898
14899 * faces.el (minibuffer-prompt): Doc fix.
14900
14901 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14902
14903 * progmodes/xscheme.el: Trivial changes to silence warnings.
14904 (xscheme-previous-mode, xscheme-previous-process-state):
14905 Add defvars.
14906 (xscheme-last-input-end, xscheme-process-command-line)
14907 (xscheme-process-name, xscheme-buffer-name)
14908 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14909 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14910 (xscheme-control-g-synchronization-p)
14911 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14912 (default-xscheme-runlight, xscheme-runlight)
14913 (xscheme-runlight-string, xscheme-process-filter-state)
14914 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14915 Move to beginning of file.
14916 (scheme-interaction-mode-commands-alist)
14917 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14918 Declare them before use. Note: the initialization code for the variables
14919 has not been moved because it uses functions that reference the variables.
14920 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14921 (xscheme-prompt-for-expression-map): Declare them before use.
14922 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14923
14924 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14925
14926 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14927
14928 2005-08-22 Juri Linkov <juri@jurta.org>
14929
14930 * faces.el (set-face-underline): Delete this duplicate function
14931 and make an obsolete alias to set-face-underline-p.
14932 (set-face-underline-p): Use docstring of set-face-underline.
14933 (describe-face): Create hyperlink to parent face.
14934
14935 * info.el (Info-insert-dir): Use save-excursion around
14936 insert-buffer-substring.
14937 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14938 (Info-escape-percent): Delete function.
14939 (Info-fontify-node): Replace Info-escape-percent by
14940 replace-regexp-in-string with REP arg set to lambda that
14941 duplicates `%' and preserves text properties.
14942
14943 * progmodes/compile.el (compilation-disable-input): Doc fix.
14944 (define-compilation-mode): Doc fix and refill.
14945 (kill-compilation): Use `mode-name' in the error message.
14946 (compilation-find-file): Use `compilation-error' in the
14947 read-file-name's prompt.
14948
14949 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14950
14951 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14952 (smerge-auto-leave): Make undo re-enable the mode.
14953 (debug-ignored-errors): Add the user-error of impossible resolution.
14954 (smerge-resolve): Move things around a bit, in preparation for later.
14955 (smerge-diff): Don't fail if the buffer has no associated file.
14956 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14957 (smerge-conflict-overlay): New function.
14958 (smerge-match-conflict): Don't add text properties here.
14959 (smerge-find-conflict): Instead, add an overlay here.
14960 Also check for the case where we're inside a conflict already, so as to
14961 obviate the need for font-lock-multiline, which is unbearably slow with
14962 large conflicts and ciomplex font-lock patterns.
14963 (smerge-remove-props): Remove overlay rather than text-properties.
14964 (smerge-mode): Don't set font-lock-multiline.
14965 Remove overlays when turned off.
14966
14967 2005-08-21 Kim F. Storm <storm@cua.dk>
14968
14969 * ido.el (ido-ignore-item-p): Use save-match-data.
14970 Bind case-fold-search to ido-case-fold locally.
14971
14972 2005-08-20 Richard M. Stallman <rms@gnu.org>
14973
14974 * files.el (normal-mode): If font lock is on, turn it off and on.
14975
14976 * subr.el (replace-regexp-in-string): Doc fix.
14977
14978 * startup.el (command-line-1): Don't suppress startup screen
14979 due to existing processes.
14980
14981 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14982
14983 * progmodes/compile.el (compilation-disable-input): Default to nil.
14984
14985 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14986
14987 * progmodes/compile.el (compilation-disable-input): New defcustom.
14988 (compilation-start): If compilation-disable-input is non-nil, send
14989 EOF to the compilation process.
14990
14991 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14992
14993 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14994 Run the argument of tex-shell-cd-command through
14995 convert-standard-filename, to get the correct style of slashes on
14996 Windows, and enclose the result in quotes, in case the file name
14997 includes whitespace or other special characters.
14998
14999 2005-08-19 Andreas Schwab <schwab@suse.de>
15000
15001 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15002 process.
15003
15004 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15005
15006 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15007
15008 2005-08-18 Kim F. Storm <storm@cua.dk>
15009
15010 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15011
15012 2005-08-18 Richard M. Stallman <rms@gnu.org>
15013
15014 * scroll-lock.el: New file.
15015
15016 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15017
15018 * dired.el (dired-move-to-end-of-filename):
15019 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15020
15021 2005-08-18 Kim F. Storm <storm@cua.dk>
15022
15023 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15024 rather than toggle mode when custom value is nil.
15025 (ido-everywhere): Fix defun doc string.
15026
15027 2005-08-17 Richard M. Stallman <rms@gnu.org>
15028
15029 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15030 as tag instead of "Inviolable".
15031
15032 2005-08-17 Kim F. Storm <storm@cua.dk>
15033
15034 * windmove.el (windmove-coordinates-of-position): Remove.
15035 (windmove-coordinates-of-window-position): Remove.
15036 (windmove-reference-loc): Use posn-at-point instead.
15037
15038 * subr.el (insert-for-yank-1): Doc fix.
15039
15040 * ido.el (ido-enter-matching-directory): Rename from
15041 ido-enter-single-matching-directory. Change `slash' choice to
15042 `only'. Add `first' choice.
15043 (ido-exhibit): Adapt to above changes.
15044
15045 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15046
15047 * Makefile.in: Expand comment about building loaddefs.el.
15048
15049 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15050
15051 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15052 Comment use of defadvice.
15053
15054 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15055
15056 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15057
15058 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15059 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15060 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15061 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15062 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15063 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15064 for backward compatibility for faces that did not appear in the
15065 previous Emacs release.
15066
15067 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15068
15069 2005-08-15 Kim F. Storm <storm@cua.dk>
15070
15071 * emulation/cua-base.el (cua-delete-region): Return t if
15072 deleted region was non-empty.
15073 (cua-replace-region): Inhibit overwrite-mode for
15074 self-insert-command if replaced region was non-empty.
15075 (cua--explicit-region-start, cua--status-string): Make them
15076 buffer-local at top-level...
15077 (cua-mode): ...rather than when mode is enabled.
15078
15079 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15080
15081 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15082 Set t for Emacs 21, 22, and so on.
15083
15084 2005-08-15 David Ponce <david@dponce.com>
15085
15086 * tree-widget.el: Update Commentary header.
15087 (tree-widget-theme): Doc fix.
15088 (tree-widget-space-width): New option.
15089 (tree-widget-image-properties): Look up in the default theme too.
15090 (tree-widget--cursors): Only for images with arrow pointer shape.
15091 (tree-widget-lookup-image): Pointer shape is hand by default.
15092 (tree-widget-icon): Rename generic icon widget from
15093 `tree-widget-control'.
15094 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15095 derive from `tree-widget-icon'.
15096 (tree-widget-handle): Improve default look and feel of the text
15097 representation.
15098 (tree-widget): Rename :*-control properties to :*-icon properties.
15099 Add :action and :help-echo properties.
15100 (tree-widget-after-toggle-functions): Move.
15101 (tree-widget-close-node, tree-widget-open-node): Remove.
15102 (tree-widget-before-create-icon-functions): New hook.
15103 (tree-widget-value-create): Update to allow customization of icons
15104 and nodes at run-time via that new hook.
15105 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15106 (tree-widget-icon-action, tree-widget-icon-help-echo)
15107 (tree-widget-action, tree-widget-help-echo): New functions.
15108
15109 2005-08-15 Kim F. Storm <storm@cua.dk>
15110
15111 * ido.el (ido-buffer-internal): Use with-no-warnings.
15112 (ido-make-merged-file-list): Use while-no-input.
15113
15114 2005-08-15 Richard M. Stallman <rms@gnu.org>
15115
15116 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15117 (flyspell-large-region): Fix doc and custom type.
15118
15119 2005-08-14 Richard M. Stallman <rms@gnu.org>
15120
15121 * files.el (interpreter-mode-alist): Doc fix.
15122
15123 * mail/rmail.el (rmail-nonignored-headers): New variable.
15124 (rmail-clear-headers): Use it.
15125 (rmail-reply): Better handling of mail-followup-to header.
15126
15127 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15128 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15129 don't try to refer to executable-font-lock-keywords.
15130 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15131 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15132 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15133 (sh-mode): Set comment-start-skip, local-abbrev-table,
15134 imenu-case-fold-search.
15135 (sh-set-shell): Don't set them here.
15136 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15137 Don't cache the results in the original alist; don't ever modify
15138 that alist.
15139
15140 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15141
15142 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15143 empty.
15144
15145 2005-08-15 Andreas Schwab <schwab@suse.de>
15146
15147 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15148
15149 * dired.el, info.el, mail/rmail.el: Revert last change.
15150
15151 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15152
15153 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15154 modification in `eval-after-load' form.
15155 * info.el: Likewise.
15156 * mail/rmail.el: Likewise.
15157
15158 2005-08-14 Juri Linkov <juri@jurta.org>
15159
15160 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15161 Remove highlighting of "Compilation started". Highlight only
15162 the word "finished" in "Compilation finished". Add highlighting
15163 of "interrupt", "killed", "terminated" and the exit code.
15164 (compilation-start): Add newline after header. Use exactly the
15165 same time stamp format as the finishing message.
15166 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15167
15168 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15169 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15170 Add highlighting of "interrupt", "killed", "terminated".
15171
15172 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15173 enabled and the current command is self-insert-command, call it
15174 explicitly with overwrite-mode bound to nil, to not allow it
15175 to delete the character after the selected region.
15176
15177 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15178
15179 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15180 move-end-of-line, end-of-line, and beginning-of-line to the list
15181 of commands after which the echo area is updated.
15182
15183 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15184
15185 * cus-edit.el (custom-save-all, custom-save-delete):
15186 Bind recentf-exclude to exclude custom-file.
15187
15188 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15189
15190 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15191 to go to the bottom of the mail message. Added to
15192 `rmail-summary-mode-map' with key "/".
15193 (rmail-summary-show-message): New (internal) function for use by
15194 both `rmail-summary-beginning/end-of-message'.
15195 (rmail-summary-beginning-of-message): Change to use
15196 rmail-summary-show-message.
15197
15198 * mail/rmail.el (rmail-end-of-message): New command to go to the
15199 end of the current message. Added to `rmail-mode-map' with key "/".
15200 (rmail-beginning-of-message): Fix to work as documented.
15201 (rmail-mode): Change documentation.
15202
15203 * progmodes/compile.el (compilation-start): Add the line
15204 "Compilation started" with compilation start time.
15205 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15206
15207 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15208
15209 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15210 of menu items.
15211
15212 2005-08-11 Richard M. Stallman <rms@gnu.org>
15213
15214 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15215
15216 * battery.el (battery-status-function): Don't use ignore-errors.
15217
15218 2005-08-11 Lute Kamstra <lute@gnu.org>
15219
15220 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15221 define-obsolete-variable-alias.
15222
15223 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15224
15225 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15226 (ange-ftp-send-cmd): Revert last change, and expand
15227 the comment explaining the problem.
15228
15229 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15230
15231 * ldefs-boot.el: Update.
15232
15233 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15234 item to "Time, Load and Mail". Change help echo text.
15235
15236 * time.el (display-time-use-mail-icon, display-time-format)
15237 (display-time-string-forms): Shorten first line of docstrings.
15238
15239 2005-08-10 Lars Hansen <larsh@soem.dk>
15240
15241 * desktop.el (desktop-buffer-mode-handlers):
15242 Make non-customizable. Add autoload cookie. Change initial value to
15243 nil; add elements in respective modules instead. Fix doc string.
15244 (desktop-load-file): New function.
15245 (desktop-minor-mode-handlers): New autoloaded variable.
15246 (desktop-create-buffer): Call minor mode handlers.
15247 Use desktop-load-file to load major and minor mode modules prior to
15248 checking for a handler.
15249 (desktop-save): Don't add nil to desktop-minor-modes for minor
15250 modes with nil function in desktop-minor-mode-table. Don't delete
15251 desktop file before rewriting it.
15252 (desktop-locals-to-save): Add autoload cookie. Don't make
15253 automatically buffer-local. Add variables column-number-mode,
15254 size-indication-mode, indent-tabs-mode,
15255 indicate-buffer-boundaries, indicate-empty-lines and
15256 show-trailing-whitespace.
15257 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15258 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15259 (desktop-clear-preserve-buffers-regexp): Delete.
15260 (desktop-clear-preserve-buffers): Update initial value and docstring.
15261 (desktop-save-buffer): Fix doc string.
15262
15263 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15264 (hilit-chg-desktop-restore): New function.
15265 (highlight-changes-mode): Add highlight-changes-mode to
15266 desktop-locals-to-save.
15267
15268 * dired.el: Add handler to desktop-buffer-mode-handlers.
15269 (dired-restore-desktop-buffer): Remove autoload cookie.
15270 (dired-mode): Add autoload cookie.
15271
15272 * info.el: Add handler to desktop-buffer-mode-handlers.
15273 (Info-restore-desktop-buffer): Remove autoload cookie.
15274 (Info-mode): Add autoload cookie.
15275
15276 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15277 (mh-restore-desktop-buffer): Remove autoload cookie.
15278 (mh-folder-mode): Add autoload cookie.
15279
15280 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15281 (rmail-restore-desktop-buffer): Remove autoload cookie.
15282
15283 2005-08-11 Masatake YAMATO <jet@gyve.org>
15284
15285 * hexl.el (hexl-address-region):
15286 (hexl-ascii-region, hexl-font-lock-keywords):
15287 (hexl-highlight-line-range): Use the term "region"
15288 instead of "area" for consistency with the other symbols
15289 defined in hexl.el.
15290
15291 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15292
15293 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15294 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15295 out by Juri Linkov). Add `display-battery-mode'.
15296
15297 2005-08-09 Juri Linkov <juri@jurta.org>
15298
15299 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15300 Remove `-text' from face variable names.
15301 (compilation-error-file-name, compilation-warning-file-name)
15302 (compilation-info-file-name): Delete faces.
15303 (compilation-line-number, compilation-column-number):
15304 Remove face underlining.
15305 (compilation-message-face): Set to `underline' value by default.
15306 (compilation-error-face, compilation-warning-face)
15307 (compilation-info-face): Remove `-file-name' from face names.
15308 (compilation-error-text-face, compilation-warning-text-face)
15309 (compilation-info-text-face): Delete face variables.
15310 (compilation-text-face): Delete function.
15311
15312 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15313 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15314 (grep-error-face): Set to `compilation-error' instead of
15315 `compilation-error-face' (which is redefined to `grep-hit-face' in
15316 grep buffers).
15317 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15318 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15319
15320 * dired-aux.el (dired-do-query-replace-regexp):
15321 Use `query-replace-read-args'.
15322
15323 * replace.el (query-replace-read-from, query-replace-read-to)
15324 (query-replace-read-args): Rename arg `string' to `prompt'.
15325
15326 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15327
15328 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15329
15330 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15331 uploading files.
15332 (ange-ftp-canonize-filename): Handle file names beginning with ~
15333 correctly.
15334
15335 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15336
15337 * textmodes/fill.el (canonically-space-region)
15338 (fill-context-prefix, fill-french-nobreak-p)
15339 (fill-delete-newlines, fill-comment-paragraph)
15340 (justify-current-line): "?\ " -> "?\s".
15341
15342 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15343
15344 * textmodes/fill.el (fill-nonuniform-paragraphs):
15345 Improve argument/docstring consistency.
15346
15347 2005-08-09 Richard M. Stallman <rms@gnu.org>
15348
15349 * textmodes/ispell.el (ispell-word): More fboundp checks.
15350
15351 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15352 (find-file-noselect-1): Call it here, only if RAWFILE.
15353 (normal-mode): Always set some major mode.
15354 (save-some-buffers-action-alist): Change some explanation strings.
15355 (file-name-non-special): In the `quote' method, use unwind-protect.
15356
15357 2005-08-09 Magnus Henoch <mange@freemail.hu>
15358
15359 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15360 (ispell-have-aspell-dictionaries): New variable.
15361 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15362 (ispell-get-aspell-config-value): New function.
15363 (ispell-aspell-find-dictionary): New function.
15364 (ispell-aspell-add-aliases): New function.
15365 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15366 appropriate. Don't look for ispell dictionaries if we use aspell.
15367 (ispell-menu-map): Don't build a submenu of dictionaries.
15368
15369 2005-08-09 Richard M. Stallman <rms@gnu.org>
15370
15371 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15372 (sql-read-passwd): Use read-passwd.
15373
15374 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15375 (idlwave-toolbar-is-possible): Add defvars.
15376
15377 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15378 Avoid warnings.
15379
15380 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15381 (idlwave-system-class-info, idlwave-executive-commands-alist):
15382 Use defvar.
15383
15384 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15385
15386 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15387 Avoid warnings.
15388
15389 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15390 and content-type: headers.
15391
15392 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15393
15394 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15395 and rename some of them to be more self-explanatory.
15396
15397 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15398
15399 * startup.el (command-line-1): Implement -scriptload.
15400
15401 * replace.el (occur-engine): Initial *Occur* output not undoable.
15402
15403 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15404 and improve help strings.
15405
15406 * isearch.el (isearch-repeat): When changing direction,
15407 mark search successful.
15408
15409 * ediff-init.el: Use (featurep 'xemacs).
15410
15411 * comint.el (send-invisible): Identify buffer, if not selected.
15412
15413 * align.el: Delete autoload for c-guess-basic-syntax.
15414
15415 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15416
15417 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15418 Improve argument/docstring consistency. Doc fixes.
15419 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15420 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15421 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15422 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15423 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15424 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15425 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15426 Defvar at compile time.
15427
15428 2005-08-09 Juri Linkov <juri@jurta.org>
15429
15430 * info.el: Replace `info' with upper-case `Info' where appropriate.
15431 (info-title-1, info-title-2, info-title-3, info-title-4)
15432 (info-menu-header): Move up face definitions.
15433 (info-menu-star): Rename from `info-menu-5'.
15434 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15435 (Info-fontify-visited-nodes): Fix docstring.
15436 (Info-hide-note-references): Fix docstring.
15437 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15438 menu items in the same way as on cross-references.
15439 (info-apropos): Fix sorting order and formatting to be like in the
15440 stand-alone Info browser. Display error messages for 1 sec.
15441 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15442 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15443 from the menu bar.
15444 (Info-insert-dir): Restore point after calling
15445 `insert-buffer-substring'.
15446
15447 2005-08-08 Richard M. Stallman <rms@gnu.org>
15448
15449 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15450 (recompute-lucid-menubar): Add defvars.
15451
15452 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15453
15454 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15455
15456 * net/net-utils.el (run-dig): Rename from `dig'.
15457
15458 * play/gametree.el (gametree-mode): Use make-local-variable,
15459 not make-variable-buffer-local.
15460
15461 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15462
15463 * ansi-color.el (ansi-color-make-extent)
15464 (ansi-color-set-extent-face): Use fboundp, not functionp.
15465
15466 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15467 not make-variable-buffer-local.
15468
15469 * bookmark.el (Info-current-file): Add defvar.
15470 (bookmark-jump-noselect): Use with-no-warnings.
15471
15472 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15473
15474 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15475
15476 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15477
15478 * find-file.el (ada-procedure-start-regexp)
15479 (ada-package-start-regexp): Add defvars.
15480
15481 * info.el (Info-insert-dir): Use insert-buffer-substring.
15482
15483 * xml.el (xml-att-def-re): Add defvar.
15484
15485 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15486 calling convention.
15487
15488 * subr.el (while-no-input): Return t if there is input.
15489
15490 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15491
15492 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15493
15494 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15495
15496 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15497 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15498
15499 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15500
15501 * cmuscheme.el (scheme-start-file): Replace reference to
15502 `user-emacs-directory' by "~/.emacs.d/".
15503
15504 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15505
15506 * info.el (Info-dir-remove-duplicates): Avoid case folding
15507 in loop; instead, keep downcased strings for comparison.
15508 Suggested by Helmut Eller.
15509
15510 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15511
15512 Sync with Tramp 2.0.50.
15513
15514 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15515 XEmacs case; not necessary anymore.
15516 (tramp-user-regexp): Allow "@" as part of user name.
15517 (tramp-handle-set-visited-file-modtime)
15518 (tramp-handle-insert-file-contents)
15519 (tramp-handle-write-region): No special handling for
15520 `last-coding-system-used, because this is done in
15521 `tramp-accept-process-output' now.
15522 (tramp-accept-process-output): New defun.
15523 (tramp-process-one-action, tramp-process-one-multi-action)
15524 (tramp-wait-for-regexp, tramp-wait-for-output)
15525 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15526 Howells <dhowells@redhat.com>.
15527 (clear-visited-file-modtime): Defadvice removed. The check for
15528 unset buffer's modtime does not need to be based on
15529 `tramp-buffer-file-attributes'. Suggested by RMS.
15530 (tramp-message): Insert "\n" if not being at beginning of line.
15531 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15532 sequence with same logic.
15533 (tramp-completion-handle-expand-file-name): Discard call of
15534 `tramp-drop-volume-letter'. It is not necessary, and there have
15535 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15536 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15537 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15538 should always be visible.
15539 (tramp-handle-insert-directory, tramp-setup-complete)
15540 (tramp-set-process-query-on-exit-flag)
15541 (tramp-append-tramp-buffers): Pacify byte-compiler.
15542 (tramp-bug): Delete non-existing variables from list.
15543 Apply `tramp-load-report-modules' as pre-hook.
15544 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15545 `shell-prompt-pattern' because of non-7bit characters.
15546 Reported by Sebastian Luque <sluque@mun.ca>.
15547 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15548 (tramp-match-string-list): Remove function.
15549 (tramp-wait-for-regexp): Remove call of that function.
15550 Suggested by Kim F. Storm <storm@cua.dk>.
15551 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15552 instead of octal character code ?\600. The latter resulted in a
15553 syntax error with XEmacs.
15554
15555 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15556 XEmacs case; not necessary anymore.
15557 (tramp-smb-handle-write-region): No special handling for
15558 `last-coding-system-used, because this is done in
15559 `tramp-accept-process-output' now.
15560 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15561
15562 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15563
15564 * wid-edit.el (widget-choice-value-create):
15565 Unconditionally respect user choice. Set :explicit-choice back to nil
15566 when no longer needed.
15567 (widget-choice-action): Unconditionally respect user choice.
15568 Eliminate :explicit-choice-value.
15569
15570 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15571
15572 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15573 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15574 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15575 running new function `toggle-indicate-empty-lines'.
15576 Rename "Customize" item to "Customize fringe".
15577 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15578 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15579 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15580 Delete "Empty lines only" item.
15581 (menu-bar-showhide-fringe-ind-customize): New function.
15582 (menu-bar-showhide-fringe-ind-mixed)
15583 (menu-bar-showhide-fringe-ind-box)
15584 (menu-bar-showhide-fringe-ind-right)
15585 (menu-bar-showhide-fringe-ind-left)
15586 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15587 instead of `fringe-indicators'.
15588
15589 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15590
15591 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15592 Change the date of last update.
15593
15594 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15595
15596 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15597 (viper-exec-yank, viper-put-back): Don't display modification msg
15598 if in the minibuffer.
15599
15600 * viper-init.el (viper-replace-overlay-cursor-color)
15601 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15602 Make variables frame local.
15603
15604 * viper-util.el (viper-append-filter-alist): Use append instead of
15605 nconc.
15606
15607 * viper.el (viper-vi-state-mode-list)
15608 (viper-emacs-state-mode-list): Move help-mode and
15609 completion-list-mode from the first list to the second.
15610 (viper-mode): Docstring.
15611 (viper-go-away, viper-non-hook-settings): Don't localize
15612 minor-mode-alist in newer Emacsen. Add advice to
15613 set-cursor-color. Don't bind "\C-c\\".
15614
15615 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15616
15617 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15618 (scheme-macro-expand-command): New user options.
15619 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15620 (scheme-form-at-point, scheme-start-file)
15621 (scheme-interactively-start-process): New functions.
15622 (scheme-get-process): New function, extracted from `scheme-proc'.
15623 (run-scheme): Call `scheme-start-file' to get start file, and pass
15624 it to `make-comint'.
15625 (switch-to-scheme, scheme-proc):
15626 Call `scheme-interactively-start-process' if no Scheme buffer/process
15627 is available.
15628
15629 2005-08-06 Juri Linkov <juri@jurta.org>
15630
15631 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15632 Use `compilation-text-face', `compilation-info-text-face' and
15633 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15634 (compilation-error): New face.
15635 (compilation-error-file-name): Inherit from
15636 `compilation-error' instead of `font-lock-warning-face'.
15637 (compilation-warning-file-name): Inherit from
15638 `compilation-warning' instead of `font-lock-warning-face'.
15639 (compilation-info, compilation-error-file-name)
15640 (compilation-warning-file-name, compilation-info-file-name)
15641 (compilation-line-number, compilation-column-number): Doc fix.
15642 (compilation-error-text-face, compilation-warning-text-face)
15643 (compilation-info-text-face): New face variables.
15644 (compilation-line-face, compilation-column-face)
15645 (compilation-enter-directory-face)
15646 (compilation-leave-directory-face): Doc fix.
15647 (compilation-text-face): New function.
15648
15649 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15650 instead of 1 to display binary file names as info file links.
15651 (grep-error-face): Use `compilation-error-face' instead of
15652 `font-lock-keyword-face'.
15653 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15654 and `compilation-warning-text-face' instead of
15655 `font-lock-keyword-face'. Use `compilation-error-text-face'
15656 instead of `grep-error-face'.
15657
15658 2005-08-05 Kenichi Handa <handa@m17n.org>
15659
15660 * international/code-pages.el: Add autoload cookies for all coding
15661 systems.
15662
15663 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15664
15665 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15666
15667 2005-08-04 Juri Linkov <juri@jurta.org>
15668
15669 * progmodes/compile.el (compilation-mode-map):
15670 * progmodes/grep.el (grep-mode-map):
15671 Bind TAB to `compilation-next-error' and [backtab] to
15672 `compilation-previous-error'.
15673
15674 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15675 matching line numbers, column numbers and their ranges with regexp
15676 matching only line numbers.
15677 (grep-context-face): New face variable.
15678 (grep-mode-font-lock-keywords): Use it.
15679
15680 * faces.el (read-face-name): Delete duplicate faces.
15681
15682 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15683
15684 * thumbs.el (thumbs-find-image): Don't make variables
15685 automatically buffer local.
15686 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15687 (thumbs-image-num): Make automatically buffer local.
15688 (thumbs-show-thumbs-list): Use `make-local-variable', not
15689 `make-variable-buffer-local'.
15690 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15691
15692 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15693 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15694 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15695 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15696 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15697 (feelings-about, foullst, found, hello, history, howareyoulst)
15698 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15699 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15700 (neglst, obj, object, owner, please, problems, qlist)
15701 (random-adjective, relation, remlst, repetitive-shortness)
15702 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15703 (shortlst, something, sportslst, stallmanlst, states, subj)
15704 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15705 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15706 Defvar at compile time.
15707
15708 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15709 not `make-variable-buffer-local'.
15710
15711 2005-08-02 Kim F. Storm <storm@cua.dk>
15712
15713 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15714 rectangle overlay in selected window.
15715
15716 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15717
15718 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15719 instead of display group. Make `indicate-buffer-boundaries'
15720 customizable through Custom.
15721
15722 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15723
15724 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15725 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15726 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15727 (gdb-put-string): Fix typos in docstrings.
15728
15729 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15730
15731 Update copyright notices of files in progmodes directory for
15732 release of Emacs 22.1.
15733
15734 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15735
15736 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15737 Don't barf if the GUD buffer has been killed.
15738
15739 2005-08-01 Kim F. Storm <storm@cua.dk>
15740
15741 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15742
15743 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15744
15745 * simple.el (next-error-follow-minor-mode):
15746 make-variable-buffer-local -> make-local-variable.
15747
15748 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15749
15750 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15751 (byte-compile-form-make-variable-buffer-local): New functions to warn
15752 about misuses of make-variable-buffer-local where make-local-variable
15753 was meant.
15754
15755 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15756
15757 * bs.el (bs-attributes-list): Doc fix.
15758 (bs): Update url-link.
15759
15760 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15761 (desktop-load-default): Simplify.
15762
15763 * ibuffer.el (ibuffer-columnize-and-insert-list)
15764 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15765 (ibuffer-unmark-all, ibuffer-toggle-marks)
15766 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15767 (ibuffer-compile-make-format-form, ibuffer-format-column)
15768 (ibuffer-current-buffers-with-marks)
15769 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15770 (ibuffer): Doc fix.
15771 (ibuffer-mode): Fix typo in docstring.
15772 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15773 with `define-obsolete-variable-alias'.
15774 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15775
15776 2005-07-29 Kenichi Handa <handa@m17n.org>
15777
15778 * international/mule-cmds.el (select-message-coding-system):
15779 Be sure to use LF for end-of-line. If no coding system is decided,
15780 return iso-8859-1-unix.
15781
15782 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15783
15784 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15785 (ange-ftp-pending-error-line): New vars.
15786 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15787 to handle the non-fatal no-route-to-host messages.
15788 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15789
15790 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15791
15792 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15793 (isearch-quote-char, isearch-printing-char)
15794 (isearch-text-char-description): "?\ " -> "?\s".
15795 (isearch-lazy-highlight-cleanup)
15796 (isearch-lazy-highlight-initial-delay)
15797 (isearch-lazy-highlight-interval)
15798 (isearch-lazy-highlight-max-at-a-time)
15799 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15800 Declare with define-obsolete-*-alias macros.
15801 (isearch-forward): Fix typo in docstring.
15802 (search-invisible, search-ring-yank-pointer)
15803 (regexp-search-ring-yank-pointer): Doc fixes.
15804
15805 * recentf.el (recentf-menu-append-commands-p): Declare with
15806 `define-obsolete-variable-alias'.
15807 (recentf-max-saved-items, recentf-menu-filter)
15808 (recentf-arrange-by-rule-subfilter): Doc fixes.
15809 (recentf-menu-append-commands-flag)
15810 (recentf-initialize-file-name-history, recentf-expand-file-name)
15811 (recentf-clear-data): Fix typos in docstrings.
15812
15813 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15814
15815 * progmodes/gdb-ui.el: Smarten comments.
15816 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15817
15818 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15819
15820 * term/apollo.el (terminal-init-apollo): New function containing
15821 all former top level forms in the file.
15822 * term/bobcat.el (terminal-init-bobcat):
15823 * term/cygwin.el (terminal-init-cygwin):
15824 * term/iris-ansi.el (terminal-init-iris-ansi):
15825 * term/linux.el (terminal-init-linux):
15826 * term/news.el (terminal-init-news):
15827 * term/rxvt.el (terminal-init-rxvt):
15828 * term/sun.el (terminal-init-sun):
15829 * term/tvi970.el (terminal-init-tvi970):
15830 * term/vt100.el (terminal-init-vt100):
15831 * term/vt102.el (terminal-init-vt102):
15832 * term/vt125.el (terminal-init-vt125):
15833 * term/vt200.el (terminal-init-vt200):
15834 * term/vt201.el (terminal-init-vt201):
15835 * term/vt220.el (terminal-init-vt220):
15836 * term/vt240.el (terminal-init-vt240):
15837 * term/vt300.el (terminal-init-vt300):
15838 * term/vt320.el (terminal-init-vt320):
15839 * term/vt400.el (terminal-init-vt400):
15840 * term/vt420.el (terminal-init-vt420):
15841 * term/wyse50.el (terminal-init-wyse50):
15842 * term/xterm.el (terminal-init-xterm): Likewise.
15843
15844 * term/README: Describe the terminal-init-* functionality.
15845
15846 * startup.el (command-line): After loading the terminal initialization
15847 file call the corresponding terminal initialization function.
15848
15849 2005-07-27 Kenichi Handa <handa@m17n.org>
15850
15851 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15852 negative.
15853
15854 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15855 (ps-mule-composition-prologue): Fix for the case that
15856 RelativeCompose is false.
15857
15858 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15859
15860 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15861
15862 * descr-text.el (describe-char): Handle the case where the list of
15863 chars is displayed in a separate frame.
15864 Be a bit more discriminating when looking for the char.
15865
15866 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15867
15868 * bookmark.el (bookmark-automatically-show-annotations)
15869 (bookmark-read-annotation-text-func): Doc fixes.
15870 (bookmark-save): Improve argument/docstring consistency.
15871 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15872 (bookmark-alist-from-buffer)
15873 (bookmark-upgrade-file-format-from-0)
15874 (bookmark-grok-file-format-version)
15875 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15876 (bookmark-read-annotation-mode)
15877 (bookmark-insert-current-bookmark, bookmark-jump)
15878 (bookmark-exit-hook): Fix typos in docstrings.
15879 (bookmark-exit-hooks): Define as obsolete alias.
15880 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15881 not `bookmark-exit-hooks'. Fix docstring.
15882 (bookmark-bmenu-select): "?\ " -> "?\s".
15883
15884 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15885
15886 * startup.el (command-line): Fix typo.
15887
15888 2005-07-24 Richard M. Stallman <rms@gnu.org>
15889
15890 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15891 not emacs-quick-startup.
15892
15893 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15894
15895 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15896 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15897 instead of `reb-with-current-window'.
15898 (reb-prev-match): Likewise. Also, don't move left if the search
15899 was unsuccessful.
15900 (reb-initialize-buffer): New function.
15901 (re-builder, reb-change-syntax): Use it.
15902
15903 * man.el (Man-goto-page): Make second argument NOERROR optional.
15904
15905 2005-07-23 Richard M. Stallman <rms@gnu.org>
15906
15907 * man.el (Man-bgproc-sentinel): Check here for failure to find
15908 any man page in the output, and report the error here.
15909 (Man-arguments): Make it permanent local.
15910 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15911 (Man-mode): Pass t for NOERROR.
15912
15913 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15914 (grep-mode-font-lock-keywords):
15915 Don't use compilation-...-face for messages that are not file names.
15916
15917 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15918 Don't use compilation-...-face for messages that are not file names.
15919
15920 2005-07-22 Juri Linkov <juri@jurta.org>
15921
15922 * startup.el (normal-splash-screen): Update menu name.
15923
15924 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15925
15926 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15927
15928 * term/xterm.el: Load term/rxvt if the terminal is actually an
15929 rxvt terminal.
15930 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15931
15932 * term/rxvt.el (function-key-map): Use substitute-key-definition
15933 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15934
15935 * term/cygwin.el: New file.
15936
15937 2005-07-22 Kim F. Storm <storm@cua.dk>
15938
15939 * image-file.el (insert-image-file, image-file-yank-handler):
15940 Fix last change to maintain a (unique) yank-handler on yanked images.
15941
15942 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15943
15944 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15945 of the file size (as in "177B" for 177 bytes). This happens with
15946 "ls -lh" on FreeBSD.
15947
15948 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15949
15950 * hilit-chg.el (highlight-changes-global-initial-state)
15951 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15952 (hilit-chg-fixup, highlight-changes-mode):
15953 Fix typos in docstrings.
15954 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15955 Doc fixes.
15956
15957 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15958
15959 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15960 mode function using `eval-after-load'.
15961
15962 2005-07-21 Kim F. Storm <storm@cua.dk>
15963
15964 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15965 included when reporting an emacs crash, and tell about the DEBUG file.
15966
15967 * image-file.el (insert-image-file): Add yank-handler.
15968 (image-file-yank-handler): Yank handler to make unique copies of
15969 images when they are yanked into a buffer next to each other.
15970
15971 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15972
15973 * comint.el (comint-use-prompt-regexp, comint-send-input)
15974 (comint-source-default, comint-extract-string)
15975 (comint-get-source, comint-word, comint-completion)
15976 (comint-source, comint-prompt-read-only, comint-update-fence):
15977 Fix typos in docstrings.
15978 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15979 Declare with define-obsolete-*-alias macros.
15980 (comint-previous-matching-input-from-input)
15981 (comint-next-matching-input-from-input)
15982 (comint-previous-matching-input, comint-next-matching-input)
15983 (comint-forward-matching-input):
15984 Improve argument/docstring consistency.
15985
15986 * desktop.el (desktop-clear-preserve-buffers-regexp):
15987 Also preserve the *server* buffer.
15988
15989 * simple.el (clone-indirect-buffer): Doc fix.
15990 (fixup-whitespace, just-one-space)
15991 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15992 (next-error, next-error-highlight)
15993 (next-error-highlight-no-select, next-error-last-buffer)
15994 (next-error-buffer-p, next-error-find-buffer, next-error)
15995 (previous-error, next-error-no-select, previous-error-no-select)
15996 (open-line, split-line, minibuffer-prompt-width, kill-new)
15997 (binary-overwrite-mode): Fix typos in docstrings.
15998 (set-fill-column): Fix typo in message.
15999
16000 * skeleton.el (skeleton-proxy-new): Doc fix.
16001
16002 * strokes.el (strokes-load-hook): Doc fix.
16003 (strokes-grid-resolution, strokes-get-grid-position)
16004 (strokes-renormalize-to-grid, strokes-read-stroke)
16005 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16006 (strokes-global-map): Fix typos in docstrings.
16007 (strokes-help): Doc fix. Fix help message and pass it through
16008 `substitute-command-keys'.
16009
16010 * tempo.el (tempo-insert-prompt, tempo-interactive)
16011 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16012 (tempo-insert-string-functions, tempo-local-tags)
16013 (tempo-define-template, tempo-insert-template)
16014 (tempo-insert-prompt-compat, tempo-is-user-element)
16015 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16016 Fix typos in docstrings.
16017
16018 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16019 (vcursor-key-bindings, vcursor-use-vcursor-map)
16020 (vcursor-find-window, vcursor-scroll-down)
16021 (vcursor-disable, vcursor-beginning-of-buffer)
16022 (vcursor-end-of-buffer): Fix typos in docstrings.
16023 (vcursor-relative-move, vcursor-get-char-count):
16024 Improve argument/docstring consistency.
16025
16026 * version.el: "?\ " -> "?\s".
16027
16028 * wid-edit.el (widget-default-create, widget-after-change)
16029 (widget-default-format-handler, widget-checklist-add-item)
16030 (widget-radio-add-item, widget-choose, widget-specify-secret)
16031 (widget-field-value-create, widget-field-value-get)
16032 (widget-editable-list-format-handler)
16033 (widget-editable-list-entry-create, widget-group-value-create)
16034 (widget-documentation-link-add)
16035 (widget-documentation-string-value-create): "?\ " -> "?\s".
16036 (widget-convert-text): Doc fix.
16037 (widget-narrow-to-field, widget-field-find)
16038 (widget-url-link-action, widget-emacs-library-link-action)
16039 (widget-color-notify): Fix typos in docstrings.
16040
16041 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16042 (x-select-text, set-w32-system-coding-system)
16043 (w32-add-charset-info): Fix typos in docstrings.
16044
16045 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16046 (cua-enable-cua-keys, cua-use-hyper-key)
16047 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16048 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16049
16050 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16051
16052 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16053 `defalias' instead of faking it.
16054
16055 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16056 (eshell-ls-missing, eshell-ls-dired-initial-args)
16057 (eshell-ls-use-in-dired): Fix typos in docstrings.
16058
16059 2005-07-20 Kim F. Storm <storm@cua.dk>
16060
16061 * emulation/cua-base.el (cua-mode): Improve doc string.
16062
16063 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16064
16065 * abbrev.el (expand-region-abbrevs): Doc fix.
16066 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16067 Improve argument/docstring consistency.
16068
16069 * arc-mode.el (archive-get-descr, archive-alternate-display):
16070 Doc fixes.
16071 (archive-l-e): Improve argument/docstring consistency.
16072 (archive-tmpdir, archive-unixdate, archive-unixtime)
16073 (archive-chmod-entry): Fix typos in docstrings.
16074 (archive-unflag, archive-unflag-backwards)
16075 (archive-unmark-all-files): "?\ " -> "?\s".
16076
16077 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16078 (Buffer-menu-not-modified, Buffer-menu-execute)
16079 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16080 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16081
16082 * composite.el (compose-string, encode-composition-rule)
16083 (compose-last-chars): Fix typos in docstrings.
16084
16085 * desktop.el (desktop-enable, desktop-basefilename):
16086 Declare with `define-obsolete-variable-alias'.
16087 (desktop-internal-v2s): Don't quote keywords.
16088 (desktop-clear): "?\ " -> "?\s".
16089
16090 * dired.el (dired-align-file, dired-flag-backup-files)
16091 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16092 (dired-listing-switches, dired-ls-F-marks-symlinks)
16093 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16094 (dired-directory, dired-faces, dired, dired-revert)
16095 (dired-mode, dired-summary, dired-view-file)
16096 (dired-copy-filename-as-kill, dired-delete-file)
16097 (dired-no-confirm, dired-unmark-all-marks)
16098 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16099 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16100 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16101 Fix typos in message strings.
16102
16103 * dired-x.el (virtual-dired): Declare with `defalias'.
16104 (dired-mark-unmarked-files, dired-local-variables-file)
16105 (dired-omit-here-always): Doc fix.
16106 (dired-omit-mode, dired-find-subdir)
16107 (dired-enable-local-variables, dired-clean-up-buffers-too)
16108 (dired-extra-startup, dired-mark-extension, dired-jump)
16109 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16110 (dired-smart-shell-command, dired-guess-shell-alist-user)
16111 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16112 (dired-x-bind-find-file, dired-x-submit-report):
16113 Fix typos in docstrings.
16114 (dired-mark-unmarked-files): "?\ " -> "?\s".
16115
16116 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16117
16118 * faces.el (describe-face): "?\ " -> "?\s".
16119 (read-all-face-attributes, read-face-font, modify-face)
16120 (face-attr-construct, italic): Fix typos in docstrings.
16121 (frame-update-face-colors): Declare with
16122 `define-obsolete-function-alias'.
16123
16124 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16125 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16126 (magic-mode-alist, buffer-file-numbers-unique)
16127 (write-file-functions, get-free-disk-space):
16128 Fix typos in docstrings.
16129 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16130 (write-contents-hooks, write-file-hooks):
16131 Declare with `define-obsolete-variable-alias'.
16132
16133 * forms-d2.el (arch-rj): Fix typo in docstrings.
16134 (arch-tocol): Likewise. "?\ " -> "?\s".
16135
16136 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16137 Fix typo in docstring.
16138 (set-screen-width, set-screen-height): Delete redundant info in
16139 doctrings.
16140 (new-frame, screen-height, screen-width): Declare with
16141 `define-obsolete-function-alias'.
16142 (delete-frame-hook, blink-cursor): Declare with
16143 `define-obsolete-variable-alias'.
16144
16145 * paths.el (prune-directory-list): Fix typos in docstring.
16146
16147 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16148 (cvs-prefix-get): Fix typos in docstrings.
16149
16150 * ps-print.el (ps-extend-face-list, ps-extend-face)
16151 (ps-print-background-image): Fix typos in docstrings.
16152 (ps-default-fg, ps-default-bg): Doc fixes.
16153
16154 * s-region.el (s-region-bind): Doc fix.
16155 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16156
16157 * textmodes/org.el (org-table-formula-substitute-names)
16158 (org-table-get-vertical-vector): Doc fixes.
16159 (org-table-recalculate): Remove unused argument to `message'.
16160
16161 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16162
16163 * textmodes/org.el (org-table-column-names)
16164 (org-table-column-name-regexp)
16165 (org-table-named-field-locations): New variables.
16166 (org-archive-subtree): Protect `this-command' when calling
16167 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16168 the kill buffer.
16169 (org-complete): Remove fixed-formula completion.
16170 (org-edit-formulas-map): New variable.
16171 (org-table-edit-formulas): New command.
16172 (org-finish-edit-formulas, org-abort-edit-formulas)
16173 (org-show-variable, org-table-get-vertical-vector): New functions.
16174 (org-table-maybe-eval-formula): Handle `:=' fields.
16175 (org-table-get-stored-formulas, org-table-store-formulas)
16176 (org-table-get-formula, org-table-modify-formulas)
16177 (org-table-replace-in-formulas): Handle named field formulas.
16178 (org-table-get-specials): Store locations of named fields.
16179
16180 2005-07-19 Juri Linkov <juri@jurta.org>
16181
16182 * progmodes/grep.el (grep-regexp-alist)
16183 (grep-mode-font-lock-keywords, grep-process-setup):
16184 Use default GNU grep match color "01;31m" instead of "01;41m".
16185 (grep-regexp-alist, grep-mode-font-lock-keywords):
16186 Use `\\[[0-9]*m' instead of `\\[00m'.
16187 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16188 sgr_start where its handling is more important. Use the real
16189 length of sgr_start instead of constant 8.
16190 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16191 specially. Delete all remaining escape sequences.
16192 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16193 (grep-regexp-alist): Make hyperlink only for binary file name
16194 instead of the whole line.
16195 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16196 (grep-mode): Add autoload.
16197
16198 * emacs-lisp/find-func.el (find-function-regexp):
16199 Add `define-compilation-mode'.
16200
16201 2005-07-19 Juri Linkov <juri@jurta.org>
16202
16203 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16204 (compare-windows-sync-string-size, compare-windows-recenter)
16205 (compare-windows-highlight, compare-windows): Add version 22.1.
16206 (compare-windows) <defface>: Inherit from lazy-highlight instead
16207 of duplicating its default value.
16208
16209 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16210 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16211
16212 * descr-text.el (describe-char): Create link buttons for `charset'
16213 and `code point'. Add the current input method name with a link
16214 button to `to input' field. Print face names of display table
16215 characters in `The display table entry is displayed by' section
16216 instead of printing face-id in the `display' field.
16217 Guess hardcoded faces and create a link button for them.
16218 Skip empty fields when calculating max-width.
16219 Treat `widget-create' specially while inserting strings from the
16220 collected field list.
16221 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16222
16223 * diff-mode.el (diff-file-header): Change foreground color from
16224 yellow to green on light backgrounds.
16225 (diff-context): Inherit from `shadow' only for color/grayscale
16226 with more than 88 colors.
16227 (diff-indicator-removed, diff-indicator-added)
16228 (diff-indicator-changed): New faces.
16229 (diff-font-lock-keywords): Use new faces. Regroup rules.
16230 Add "^---$" for `normal' diff format. Fontify `#' lines with
16231 font-lock-comment-delimiter-face and font-lock-comment-face.
16232 Add `#' to ^[^...] in the rule for `diff-context-face'.
16233
16234 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16235 a button-like box. Inherit from `highlight' on low colors.
16236 (shadow): Use shades of gray only for color/grayscale with
16237 more than 88 colors. Use green for light backgrounds with
16238 8 colors, and yellow for dark backgrounds with 8 colors.
16239
16240 * font-lock.el (font-lock-regexp-grouping-backslash):
16241 Don't inherit from escape-glyph (use bold for all cases).
16242
16243 * info.el (info-xref-visited): Use light foreground color `violet'
16244 for dark backgrounds instead of dark color `magenta3'.
16245 (info-title-1): Use `yellow' color for dark backgrounds.
16246
16247 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16248 too-light magenta2.
16249
16250 * replace.el (match): Use slightly more light RoyalBlue3 instead
16251 of dark RoyalBlue4.
16252
16253 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16254
16255 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16256
16257 * novice.el (disabled-command-hook): Declare it with
16258 `define-obsolete-variable-alias'.
16259
16260 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16261 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16262 (desktop-load-default): Add release to obsolescence info.
16263 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16264 (desktop-append-buffer-args, desktop-read):
16265 Fix typos in docstrings.
16266 (desktop-kill): Fix typo in message.
16267 (desktop-save): Doc fix.
16268
16269 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16270
16271 * viper-cmd.el (viper-escape-to-state): Bug fix.
16272 (viper-envelop-ESC-key): Change the definition of fast
16273 keysequence so it'll work with keyboard macros.
16274
16275 * ediff.el (ediff-patch-buffer): Change the docstring.
16276
16277 2005-07-19 Kenichi Handa <handa@m17n.org>
16278
16279 * international/mule-cmds.el (select-safe-coding-system): Try to
16280 use an auto-coding (if any) before anything else. If the found
16281 auto-coding is invalid, show a warning message.
16282
16283 * international/mule.el (find-auto-coding): New function created
16284 by modifying the body of set-auto-coding.
16285 (set-auto-coding): Use find-auto-coding to find a coding.
16286
16287 2005-07-18 Richard M. Stallman <rms@gnu.org>
16288
16289 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16290 not isearch-mode-end-hook-error.
16291 (allout-before-change-protect): Fix error message.
16292
16293 2005-07-18 Juri Linkov <juri@jurta.org>
16294
16295 * allout.el (allout-mode):
16296 * calculator.el (calculator-copy):
16297 * custom.el (custom-known-themes):
16298 * dired.el (dired-desktop-buffer-misc-data)
16299 (dired-restore-desktop-buffer):
16300 * dired-x.el (dired-omit-marker-char):
16301 * files.el (basic-save-buffer):
16302 * font-core.el (font-lock-mode):
16303 * calendar/calendar.el (calendar-goto-hebrew-date)
16304 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16305 (calendar-goto-persian-date):
16306 * language/ethio-util.el (ethio-sera-to-fidel-region):
16307 * textmodes/picture.el (picture-mode):
16308 Delete duplicate duplicate words.
16309
16310 2005-07-18 Juri Linkov <juri@jurta.org>
16311
16312 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16313 chars * ? } |.
16314 (isearch-fallback): Don't call `isearch-process-search-char'.
16315 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16316 (isearch-process-search-char): Call `isearch-fallback' for regexp
16317 chars * ? } |.
16318 (isearch-return-char): Make obsolete with `make-obsolete' instead
16319 of simply documenting it as obsolete in the docstring.
16320 (isearch-fallback): Refill docstring.
16321
16322 * international/isearch-x.el
16323 (isearch-process-search-multibyte-characters): Remove unneeded
16324 `concat'. Add intermediate values to `junk-hist' instead of
16325 `minibuffer-history'. Test the length of `str'.
16326
16327 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16328
16329 * allout.el (allout-resolve-xref): Fix typos in error strings.
16330 (allout-before-change-protect): Remove unneeded `concat'.
16331
16332 * array.el (array-mode, array-reconfigure-rows)
16333 (untabify-backward): Fix typos in docstrings.
16334 (array-reconfigure-rows): Use `insert-buffer-substring', not
16335 `insert-buffer'.
16336
16337 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16338 * progmodes/ada-mode.el (ada-make-body):
16339 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16340
16341 * dired.el (dired-log):
16342 * tar-mode.el (tar-subfile-save-buffer):
16343 * play/zone.el (zone-pgm-stress-destress):
16344 Use `insert-buffer-substring', not `insert-buffer'.
16345
16346 2005-07-17 Simon Josefsson <jas@extundo.com>
16347
16348 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16349
16350 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16351
16352 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16353 Add plain auth method.
16354 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16355
16356 2005-07-17 Kim F. Storm <storm@cua.dk>
16357
16358 * ido.el (dired-other-window): Add ido property.
16359
16360 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16361
16362 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16363 Fix typo in docstring.
16364 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16365 `insert-file-literally'.
16366
16367 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16368 info and delete redundant message. Doc fix.
16369 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16370 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16371
16372 2005-07-16 Richard M. Stallman <rms@gnu.org>
16373
16374 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16375 (byte-compile-and): Use byte-compile-and-recursion.
16376 (byte-compile-or-recursion): New function.
16377 (byte-compile-or): Use that.
16378 (byte-compile-if): Guard the else-clause too.
16379 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16380
16381 * isearch.el (isearch-mode-end-hook-quit): New variable.
16382 (isearch-done): Bind it.
16383 (isearch-mode-end-hook): Doc fix.
16384
16385 * allout.el (allout-isearch-did-quit): Variable deleted.
16386 (allout-real-isearch-abort): Function name no longer used.
16387 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16388 (allout-isearch-rectification): isearch-mode always exists.
16389 Don't set allout-isearch-did-quit.
16390 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16391 allout-isearch-did-quit.
16392 (allout-enwrap-isearch): Just add the hook.
16393 (allout-isearch-abort): Function deleted.
16394 (allout-pre-command-business): Avoid warning.
16395
16396 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16397 Correctly avoid warnings.
16398 (pascal-outline): Likewise.
16399
16400 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16401
16402 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16403
16404 * play/tetris.el (tetris-mode): Avoid warning.
16405
16406 * play/snake.el (snake-mode): Avoid warning.
16407
16408 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16409 (gamegrid-set-display-table): Avoid warning.
16410 (gamegrid-set-timer): Likewise.
16411 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16412 (gamegrid-add-score-with-update-game-score-1): Take FILE
16413 as argument.
16414 (gamegrid-add-score-with-update-game-score): Pass that argument.
16415 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16416
16417 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16418
16419 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16420 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16421
16422 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16423 and insert-file.
16424
16425 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16426 (sc-ask): Avoid warnings.
16427
16428 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16429 (eshell-hist-initialize): Use that var the natural way.
16430
16431 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16432
16433 * emacs-lisp/re-builder.el (reb-cook-regexp):
16434 Avoid warning calling lre-compile-string.
16435 (reb-color-display-p): Avoid warning.
16436
16437 * calculator.el (calculator-last-input): Guard uses
16438 of event-key and key-press-event-p.
16439 (event-key, key-press-event-p): Delete definitions.
16440
16441 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16442 (find-gc-source-directory, find-gc-subrs-callers)
16443 (find-gc-noreturn-list, find-gc-source-files)
16444 (find-gc-subrs-called): Vars renamed and defvar'd.
16445
16446 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16447 (checkdoc-overlay-put, checkdoc-delete-overlay)
16448 (checkdoc-overlay-start, checkdoc-overlay-end)
16449 (checkdoc-mode-line-update, checkdoc-char=):
16450 Define such that compiler knows they are defined.
16451 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16452 (checkdoc-read-event): Delete. Use read-event directly.
16453
16454 * whitespace.el (whitespace-make-overlay)
16455 (whitespace-overlay-put, whitespace-delete-overlay)
16456 (whitespace-overlay-start, whitespace-overlay-end):
16457 Define such that compiler knows they are defined.
16458 (whitespace): Move conditional inside.
16459
16460 * tempo.el (tempo-insert-template): Suppress warning.
16461
16462 * ediff-diff.el (longlines-mode): Add defvar.
16463
16464 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16465
16466 * server.el: Bind "C-x #" in a way that works even if C-x is
16467 redefined to a command key, not a prefix key.
16468
16469 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16470
16471 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16472 cl-make-type-test till execution time.
16473
16474 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16475
16476 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16477 arg ARG and use it.
16478
16479 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16480
16481 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16482
16483 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16484
16485 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16486 a defcustom with two :set or :type keywords.
16487
16488 2005-07-15 Richard M. Stallman <rms@gnu.org>
16489
16490 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16491 Don't give ^M comment-end syntax.
16492
16493 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16494
16495 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16496 Don't consider gdbmi (gdb-mi.el has its own update functions).
16497 (gdb-var-delete): Make it work for gdbmi as well.
16498 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16499
16500 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16501 (gud-speedbar-menu-items): Correct logic for enabling items.
16502
16503 2005-07-15 Kim F. Storm <storm@cua.dk>
16504
16505 * ido.el: Fix commentary.
16506 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16507 Use with-no-warnings around ffap-guesser.
16508 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16509 Let bind minibuffer-completing-file-name to t.
16510
16511 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16512
16513 * startup.el (site-run-file, keyboard-type): Doc fixes.
16514 (command-line): Check for "--basic-display" argument; also for
16515 "--quick", not "--bare-bones" (which was renamed).
16516 (fancy-splash-text): Add missing item "Getting New Versions".
16517 (normal-splash-screen): Fix typos and improve consistency with
16518 `fancy-splash-text'. Update copyright year.
16519
16520 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16521 valid binding for `help-char'.
16522
16523 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16524
16525 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16526
16527 * term.el (term-mode): Disable cua-mode for term buffers.
16528
16529 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16530
16531 * add-log.el (add-log-mailing-address, change-log-merge):
16532 Doc fixes.
16533 (change-log-get-method-definition): Fix typo in docstring.
16534
16535 2005-07-14 Kim F. Storm <storm@cua.dk>
16536
16537 * emulation/cua-base.el:
16538 (cua--pre-command-handler-1, cua--pre-command-handler)
16539 (cua--post-command-handler-1, cua--post-command-handler):
16540 Split in two. Check (buffer local) value of cua-mode.
16541 (cua-selection-mode): New command.
16542
16543 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16544
16545 * custom.el (custom-initialize-safe-set)
16546 (custom-initialize-safe-default): Doc fixes.
16547
16548 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16549 and simplify :init-value again.
16550
16551 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16552 and simplify :init-value again. Delete autoload.
16553
16554 * startup.el (command-line): Use `custom-reevaluate-setting' again
16555 for tooltip-mode.
16556
16557 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16558 a defcustom with two :initialize keywords.
16559
16560 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16561
16562 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16563 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16564 (allout-post-command-business, allout-flag-region)
16565 (isearch-reenable-font-lock, allout-yank)
16566 (allout-insert-latex-header, allout-insert-latex-trailer)
16567 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16568 (allout-latex-verb-quote): Fix typos in docstrings.
16569 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16570 (allout-unprotected, allout-prefix-data):
16571 Improve argument/docstring consistency.
16572 (allout-chart-subtree): Fix argument spec.
16573 (allout-open-topic): Rename `use_sib_bullet' argument to
16574 `use-sib-bullet'. Doc fix.
16575
16576 * whitespace.el (whitespace-check-buffer-leading)
16577 (whitespace-check-buffer-trailing)
16578 (whitespace-check-buffer-indent)
16579 (whitespace-check-buffer-spacetab)
16580 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16581 (whitespace-check-leading-whitespace)
16582 (whitespace-check-trailing-whitespace)
16583 (whitespace-check-spacetab-whitespace)
16584 (whitespace-check-indent-whitespace)
16585 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16586 (whitespace-modes): Fix typos in docstrings.
16587 (defgroup, defcustom): Doc fixes.
16588
16589 * winner.el (winner-mode, winner-boring-buffers)
16590 (winner-pending-undo-ring): Doc fixes.
16591 (winner-ring): Remove unneeded `progn'.
16592 (winner-equal): `defsubst' it.
16593 (winner-redo): Fix message.
16594
16595 2005-07-13 Kim F. Storm <storm@cua.dk>
16596
16597 * simple.el (line-move-1): Always use vertical-motion to
16598 do the last (or only) line move to ensure some movement.
16599 Undo 2005-06-23 change--don't check for overlays.
16600
16601 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16602
16603 * term/mac-win.el (ccl-encode-mac-roman-font)
16604 (ccl-encode-mac-centraleurroman-font)
16605 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16606 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16607 Change charset-id boundary of dimension to ?\xef.
16608 (mac-char-fontspec-list): New constant.
16609 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16610 argument. Nil uses itself as family in font-spec. Previous
16611 behavior for nil is now provided by non-nil non-string argument.
16612 All callers changed. Add font-specs for Mac fonts to
16613 "fontset-default" unless iso8859-1 fonts are installed.
16614
16615 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16616
16617 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16618 a continuation line if the \ is preceded by SPC or TAB.
16619 (sh-get-indent-info): Simplify.
16620 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16621 Use with-current-buffer.
16622
16623 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16624 when the matched text is empty.
16625
16626 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16627
16628 * startup.el (command-line): Revert to previous handling of
16629 tooltip-mode. Explain in comment why the complexity is needed.
16630
16631 * tooltip.el (tooltip-mode): Revert to previous implementation of
16632 its defcustom.
16633
16634 * frame.el (blink-cursor-mode): Revert to previous implementation
16635 of its defcustom. Update comment.
16636
16637 2005-07-12 Lars Hansen <larsh@soem.dk>
16638
16639 * desktop.el: Update e-mail address.
16640
16641 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16642
16643 * term/mac-win.el (mac-services-mail-selection)
16644 (mac-services-mail-to): New functions.
16645 (mac-application-menu-map): Bind them.
16646
16647 2005-07-12 wulei <milton@wulei.net> (tiny change)
16648
16649 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16650
16651 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16652
16653 * custom.el (custom-reevaluate-setting): Doc fix.
16654
16655 2005-07-11 Jay Belanger <belanger@truman.edu>
16656
16657 * calc/calc.el (calc-embedded-announce-formula-alist)
16658 (calc-embedded-open-close-plain-alist)
16659 (calc-embedded-open-close-mode-alist): Add checks for additional
16660 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16661
16662 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16663
16664 * custom.el (custom-enable-theme): Don't add theme to
16665 `custom-enabled-themes' with `push' because there is no
16666 setf-method for `delq'.
16667
16668 2005-07-11 Richard M. Stallman <rms@gnu.org>
16669
16670 * custom.el (custom-declare-variable): Doc fix.
16671
16672 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16673 from the alists.
16674
16675 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16676 Do nothing if edebug-active.
16677
16678 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16679 (edebug-display): Do it here instead.
16680
16681 2005-07-10 Richard M. Stallman <rms@gnu.org>
16682
16683 * cus-face.el (custom-theme-set-faces): Make it work.
16684 (custom-reset-faces): Doc fix.
16685 (custom-theme-reset-internal-face, custom-theme-face-value):
16686 Functions deleted.
16687
16688 * custom.el (custom-push-theme): Maintain list of the settings
16689 of a given theme in its theme-settings property.
16690 Maintain position of old settings in the theme-value
16691 or theme-face property.
16692 (custom-enabled-themes): New variable.
16693 (custom-theme-enabled-p): New function.
16694 (provide-theme): Update custom-enabled-themes.
16695 Disable and reenable the `user' theme.
16696 (require-theme): Doc fix.
16697 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16698 (custom-theme-value, custom-theme-variable-value): Likewise.
16699 (custom-theme-reset-internal): Likewise.
16700 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16701 (custom-enable-theme, custom-disable-theme): New functions.
16702 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16703 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16704 (custom-theme-reset-variables): Simplify.
16705 (deftheme, custom-declare-theme, custom-make-theme-feature):
16706 Definitions moved.
16707
16708 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16709
16710 * longlines.el (longlines-show-region)
16711 (longlines-unshow-hard-newlines): Recognize hard newlines by
16712 non-nil hard property, instead of t.
16713
16714 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16715
16716 * viper-cmd.el (viper--key-maps): New variable.
16717 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16718 emulation-mode-map-alists.
16719 (viper-envelop-ESC-key): Use viper-subseq.
16720 (viper-search-forward/backward/next): Disable debug-on-error.
16721
16722 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16723 (viper-ESC-key): New defcustoms.
16724
16725 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16726
16727 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16728 (viper-subseq): Copy of subseq from cl.el.
16729
16730 * viper.el (viper-go-away, viper-set-hooks): Use
16731 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16732
16733 * viper-mous.el (viper-current-frame-saved): Use defvar.
16734
16735 * viper-init.el: Get rid of -face in face names.
16736
16737 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16738 Make it work with longlines mode
16739
16740 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16741
16742 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16743
16744 * ediff-init.el: Get rid of -face in face names.
16745
16746 2005-07-10 Richard M. Stallman <rms@gnu.org>
16747
16748 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16749 and with-timeout-unsuspend.
16750
16751 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16752 and with-timeout-unsuspend.
16753
16754 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16755 (with-timeout): Bind that variable to record timers.
16756 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16757
16758 * emacs-lisp/debug.el (debug-help-follow): New function.
16759 (debugger-mode-map): Use that instead of help-follow.
16760 (debugger-setup-buffer): Use eval-buffer-list
16761 to handle eval-buffer frames.
16762
16763 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16764
16765 * timezone.el (timezone-parse-date): Change first regexp
16766 so it will not mistakenly match dates with no time zone.
16767
16768 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16769
16770 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16771
16772 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16773
16774 * custom.el (custom-initialize-safe-set)
16775 (custom-initialize-safe-default): New functions.
16776
16777 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16778 and simplify :init-value.
16779
16780 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16781 and simplify :init-value. Delete obsolete comment.
16782
16783 * startup.el (command-line): Use `custom-reevaluate-setting' to
16784 handle `tooltip-mode'. Delete obsolete comment.
16785
16786 * files.el (set-visited-file-name): Avoid calling
16787 `file-name-nondirectory' with a nil argument.
16788
16789 2005-07-09 Richard M. Stallman <rms@gnu.org>
16790
16791 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16792 was called with nil for the buffer, handle the read position right.
16793 Handle read position for eval-region, too.
16794
16795 2005-07-09 Juri Linkov <juri@jurta.org>
16796
16797 * fringe.el (fringe-mode): Add period in docstring.
16798 (fringe-query-style): Build prompt depending on `all-frames' arg.
16799
16800 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16801 to not create links to unrelated functions in the Help buffer.
16802
16803 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16804 Doc fix.
16805
16806 * simple.el (next-error-hook): New variable.
16807 (next-error): Use it. Doc fix.
16808
16809 * textmodes/ispell.el (ispell-command-loop): Add current
16810 dictionary name and program name to mode-line-format.
16811 (ispell-region, ispell-process-line): Add current dictionary name
16812 and program name to messages.
16813
16814 2005-07-08 Jay Belanger <belanger@truman.edu>
16815
16816 * calc/calc.el (calc-embedded-announce-formula-alist)
16817 (calc-embedded-open-close-formula-alist)
16818 (calc-embedded-open-close-word-alist)
16819 (calc-embedded-open-close-plain-alist)
16820 (calc-embedded-open-close-new-formula-alist)
16821 (calc-embedded-open-close-mode-alist)
16822 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16823 (calc-embedded-mode-hook): New variables.
16824
16825 * calc/calc-embed.el (calc-embedded-firsttime)
16826 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16827 New variables.
16828 (calc-do-embedded): Use calc-embedded-firsttime,
16829 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16830 determine whether or not to run hooks.
16831 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16832 calc-embedded-firsttime-formula appropriately.
16833 Set calc-embedded delimiter variables according to mode.
16834
16835 2005-07-08 Richard M. Stallman <rms@gnu.org>
16836
16837 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16838 Check for "emacs", etc., as entire symbol, not just as word.
16839 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16840
16841 * files.el (set-visited-file-name): Report the error
16842 for "empty filename" earlier.
16843 (kill-some-buffers): Ignore buffers already dead.
16844
16845 * fringe.el (fringe-mode): Doc fix.
16846
16847 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16848 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16849 Use unwind-protect to ensure byte-compile-unresolved-functions
16850 is updated.
16851
16852 * whitespace.el (whitespace-buffer-leading-cleanup):
16853 Simplify w/ skip-chars-forward.
16854 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16855
16856 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16857 Unconditionally try to leave point at the same old place.
16858
16859 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16860
16861 * comint.el (comint-postoutput-scroll-to-bottom)
16862 (comint-show-maximum-output): Take scroll-margin into consideration.
16863
16864 2005-07-08 Kim F. Storm <storm@cua.dk>
16865
16866 * ido.el (ido-use-filename-at-point): New choice `guess'.
16867 (ido-file-internal): Try ffap-guesser if selected.
16868
16869 * ido.el (ido-before-fallback-functions): New hook.
16870 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16871 (ido-read-file-name): Run it.
16872
16873 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16876 strings rather than a list of symbols to the completion function.
16877
16878 2005-07-07 Jay Belanger <belanger@truman.edu>
16879
16880 * calc/calc-units.el (math-apply-units): Change the places in
16881 which units are simplified.
16882
16883 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16884
16885 * cus-edit.el (customize-option, customize-option-other-window):
16886 Make them handle aliases.
16887
16888 * custom.el (custom-variable-p): Make it recursively follow
16889 aliases. Mention that in the docstring.
16890
16891 2005-07-07 Richard M. Stallman <rms@gnu.org>
16892
16893 * cus-start.el (exec-path): Use `directory' instead of `file'.
16894 Fix tag for nil.
16895
16896 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16897
16898 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16899 when called non-interactively. Doc fix.
16900
16901 2005-07-07 Lute Kamstra <lute@gnu.org>
16902
16903 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16904 new address as well.
16905
16906 2005-07-07 Kenichi Handa <handa@m17n.org>
16907
16908 * international/mule.el (make-coding-system):
16909 Describe `ascii-incompatible' property in the docstring.
16910 (set-file-name-coding-system): Signal an error if coding-system is
16911 ascii-incompatible.
16912 (set-keyboard-coding-system): Likewise.
16913
16914 * international/mule-cmds.el (set-default-coding-systems):
16915 Don't set default-file-name-coding-system and
16916 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16917
16918 * international/utf-16.el: Declare that all UTF-16-based coding
16919 systems are ASCII-incompatible.
16920
16921 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16922
16923 * progmodes/gud.el: Require font-lock for displaying errors.
16924 Used by gdb-ui.el.
16925
16926 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16927
16928 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16929 values for the pattern lists which are `read'able but not
16930 `append'able (like symbols).
16931
16932 2005-07-06 Richard M. Stallman <rms@gnu.org>
16933
16934 * progmodes/flymake.el (flymake-float-time): Instead of
16935 with-no-warnings, test for xemacs.
16936 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16937 to avoid warning.
16938
16939 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16940
16941 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16942
16943 2005-07-05 Lute Kamstra <lute@gnu.org>
16944
16945 * battery.el: Add support for Darwin (with much debugging help
16946 from Samuel Lauber <sam124@operamail.com>).
16947 (battery-status-function, battery-echo-area-format)
16948 (battery-mode-line-format): Add support for pmset on Darwin.
16949 (battery-load-low, battery-load-critical): New user options.
16950 (battery-pmset): New function.
16951
16952 2005-07-05 Lute Kamstra <lute@gnu.org>
16953
16954 Update FSF's address in GPL notices.
16955
16956 * textmodes/page-ext.el: Update FSF's address.
16957
16958 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16961 filling from using prefix when filling a single-line docstring.
16962
16963 * progmodes/flymake.el: Remove useless eval-when-compile.
16964
16965 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16966
16967 2005-07-04 Richard M. Stallman <rms@gnu.org>
16968
16969 * textmodes/org.el (org-file-apps-defaults-gnu):
16970 Rename from org-file-apps-defaults-linux.
16971 (org-default-apps): Don't test system-type for `linux'.
16972 (org-file-apps): Doc fix.
16973
16974 2005-07-04 David Ponce <david@dponce.com>
16975
16976 * tree-widget.el: Improve header Commentary section.
16977 (tree-widget) [defgroup]
16978 (tree-widget-image-enable, tree-widget-themes-directory)
16979 (tree-widget-theme, tree-widget-image-properties-emacs)
16980 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16981 (tree-widget-image-formats, tree-widget-control)
16982 (tree-widget-empty-control, tree-widget-leaf-control
16983 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16984 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16985 (tree-widget-keep, tree-widget-after-toggle-functions)
16986 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16987 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16988 :help-echo message.
16989 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16990 (tree-widget-image-properties): Doc fix. Clearer implementation.
16991 (tree-widget--cursors): New constant.
16992 (tree-widget-lookup-image): New function split from
16993 `tree-widget-find-image'. Clearer implementation.
16994 (tree-widget-find-image): Use it.
16995 (tree-widget-button-keymap): Use `set-keymap-parent'.
16996 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16997 Define the sub-widgets here.
16998 (tree-widget-node): Check that :node is not a tree-widget.
16999 (tree-widget-get-super, tree-widget-open-control)
17000 (tree-widget-close-control, tree-widget-empty-control)
17001 (tree-widget-leaf-control, tree-widget-guide)
17002 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17003 (tree-widget-no-handle, tree-widget-value-delete)
17004 (tree-widget-map): Remove.
17005 (tree-widget-children-value-save): Doc fix. Simplified.
17006 (tree-widget-value-create): Update according to previous changes.
17007
17008 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17009
17010 * textmodes/org.el: Leading space replaced by TABS.
17011 (org-recalc-marks, org-table-rotate-recalc-marks)
17012 (org-table-get-specials): Treat "^" and "_" marks.
17013 (org-table-justify-field-maybe): Optional argument NEW.
17014 (org-table-eval-formula): Parsing of the format simplified.
17015 New modes C,I. Honor the %= parameter in the current table.
17016 Avoid unnecessary re-align by using the NEW argument to
17017 `org-table-justify-field-maybe'.
17018 (org-calc-default-modes): Default for date-format mimicks org-mode.
17019 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17020
17021 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17022
17023 * cus-face.el (custom-theme-set-faces): Make it handle face
17024 aliases whose alias declarations are pre- or autoloaded.
17025
17026 2005-07-04 Juri Linkov <juri@jurta.org>
17027
17028 * faces.el (read-face-name): Put the code for getting a face name
17029 from the buffer before adding the faces from the `face' property.
17030 Use `completing-read-multiple' instead of `completing-read'.
17031 Require `crm'. Add default value and post-process the returned
17032 list of faces.
17033
17034 * emacs-lisp/crm.el (crm-find-current-element)
17035 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17036
17037 * emacs-lisp/lisp-mode.el (eval-defun-1):
17038 * emacs-lisp/edebug.el (edebug-eval-defun):
17039 Remove unnecessary quotes.
17040
17041 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17042
17043 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17044 (prolog-indent-level): Fix typo in docstring.
17045
17046 * info.el (Info-history, Info-history-forward)
17047 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17048
17049 * add-log.el (add-change-log-entry):
17050 * comint.el (comint-dynamic-list-input-ring)
17051 (comint-dynamic-list-completions):
17052 * dabbrev.el (dabbrev-expand):
17053 * delim-col.el (delimit-columns-rectangle-line):
17054 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17055 (diff-unified->context):
17056 * ediff-init.el (ediff-abbrev-jobname):
17057 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17058 (ediff-replace-session-activity-marker-in-meta-buffer):
17059 * info.el (Info-summary):
17060 * lpr.el (printify-region):
17061 * printing.el (pr-create-interface):
17062 * ps-print.el (ps-print-quote):
17063 * ses.el (ses-column-widths, ses-print-cell)
17064 (ses-adjust-print-width, ses-center):
17065 * shell.el (shell-file-name-quote-list):
17066 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17067 (strokes-fill-current-buffer-with-whitespace)
17068 (strokes-xpm-for-stroke, strokes-list-strokes)
17069 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17070 * term.el (term-dynamic-list-input-ring)
17071 (term-dynamic-list-completions):
17072 * calc/calc.el (math-format-stack-value):
17073 * emacs-lisp/edebug.el (edebug-display-freq-count):
17074 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17075 (delphi-new-comment-line):
17076 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17077 * progmodes/executable.el (executable-set-magic):
17078 * progmodes/python.el (inferior-python-mode):
17079 * progmodes/scheme.el (scheme-mode-syntax-table):
17080 * progmodes/sh-script.el (sh-maybe-here-document):
17081 * progmodes/sql.el (sql-copy-column):
17082 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17083 * textmodes/bibtex.el (bibtex-mode):
17084 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17085 (sgml-auto-attributes):
17086 * textmodes/table.el (table-insert, table-shorten-cell)
17087 (table--generate-source-scan-lines, table-delete-row)
17088 (*table--cell-delete-char, table--spacify-frame)
17089 (table--horizontally-shift-above-and-below)
17090 (table--cell-insert-char, table--cell-blank-str)
17091 (table--fill-region-strictly):
17092 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17093 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17094
17095 * add-log.el (change-log):
17096 * apropos.el (apropos):
17097 * comint.el (comint-completion, comint-source):
17098 * dabbrev.el (dabbrev):
17099 * delim-col.el (columns):
17100 * diff-mode.el (diff-mode):
17101 * ediff.el (ediff):
17102 * ediff-diff.el (ediff-diff):
17103 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17104 * ediff-mult.el (ediff-mult):
17105 * ediff-ptch.el (ediff-ptch):
17106 * ediff-wind.el (ediff-window):
17107 * facemenu.el (facemenu):
17108 * indent.el (indent):
17109 * info.el (info):
17110 * jka-cmpr-hook.el (compression, jka-compr):
17111 * lpr.el (lpr):
17112 * outline.el (outlines):
17113 * pcmpl-cvs.el (pcmpl-cvs):
17114 * pcmpl-rpm.el (pcmpl-rpm):
17115 * printing.el (printing):
17116 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17117 (ps-print-vertical, ps-print-headers, ps-print-font)
17118 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17119 (ps-print-background, ps-print-printer, ps-print-page)
17120 (ps-print-miscellany):
17121 * ses.el (ses):
17122 * shell.el (shell, shell-directories, shell-faces):
17123 * startup.el (initialization):
17124 * strokes.el (strokes):
17125 * term.el (term):
17126 * uniquify.el (uniquify):
17127 * w32-vars.el (w32):
17128 * calc/calc.el (calc):
17129 * emacs-lisp/bytecomp.el (bytecomp):
17130 * emacs-lisp/cl-indent.el (lisp-indent):
17131 * emacs-lisp/edebug.el (edebug):
17132 * emacs-lisp/elp.el (elp):
17133 * emacs-lisp/testcover.el (testcover):
17134 * emacs-lisp/trace.el (trace):
17135 * emulation/viper-ex.el (viper-ex):
17136 * emulation/viper-mous.el (viper-mouse):
17137 * mail/mailalias.el (mailalias):
17138 * mail/supercite.el (supercite, supercite-frames)
17139 (supercite-attr, supercite-cite, supercite-hooks):
17140 * net/rcompile.el (remote-compile):
17141 * net/rlogin.el (rlogin):
17142 * obsolete/ooutline.el (outlines):
17143 * progmodes/delphi.el (delphi):
17144 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17145 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17146 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17147 (ebnf-optimization):
17148 * progmodes/etags.el (etags):
17149 * progmodes/executable.el (executable):
17150 * progmodes/idlwave.el (idlwave):
17151 * progmodes/pascal.el (pascal):
17152 * progmodes/prolog.el (prolog):
17153 * progmodes/python.el (python):
17154 * progmodes/scheme.el (scheme):
17155 * progmodes/sh-script.el (sh, sh-script):
17156 * progmodes/sql.el (SQL):
17157 * progmodes/tcl.el (tcl):
17158 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17159 * textmodes/enriched.el (enriched):
17160 * textmodes/makeinfo.el (makeinfo):
17161 * textmodes/sgml-mode.el (sgml):
17162 * textmodes/table.el (table-hooks):
17163 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17164 * textmodes/texinfo.el (texinfo):
17165 * textmodes/two-column.el (two-column):
17166 Finish `defgroup' description with period.
17167
17168 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17169 * eshell/esh-var.el (eshell-var):
17170 * progmodes/vhdl-mode.el (vhdl-testbench):
17171 * textmodes/org.el (org): Fix typos in docstrings.
17172
17173 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17174 consistency.
17175
17176 * progmodes/flymake.el (flymake-find-file): Remove.
17177 (flymake-float-time): Use `with-no-warnings'.
17178 (flymake-check-start-time, flymake-check-was-interrupted)
17179 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17180 (flymake-new-err-info): `defvar' at compile time.
17181
17182 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17183
17184 * replace.el (occur-hook): Doc fix.
17185 (occur-1): Don't call `occur-hook' if there are no matches.
17186
17187 2005-07-03 Richard M. Stallman <rms@gnu.org>
17188
17189 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17190 global-map, save the same map.
17191 (global-map): Don't alter it at top level.
17192 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17193 Then alter it here instead.
17194 (tpu-edt-off): Set global-map to the saved one.
17195
17196 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17197 All references simplified.
17198 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17199 (zmacs-regions): Add defvar.
17200 (repeat-complex-command-map): Everything about that deleted.
17201
17202 * textmodes/artist.el (artist-key-is-drawing)
17203 (artist-key-endpoint1, artist-key-poly-point-list)
17204 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17205 (artist-key-compl-table, artist-rb-save-data)
17206 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17207 Don't put them in eval-when-compile.
17208 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17209
17210 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17211 Use with-no-warnings.
17212
17213 * net/browse-url.el (dos-windows-version): Add defvar.
17214
17215 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17216
17217 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17218 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17219 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17220 Add defvar.
17221 (rmail-summary-beginning-of-message): Use with-no-warnings.
17222 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17223
17224 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17225 Use with-no-warnings.
17226
17227 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17228 (c-mark-function): Add point-moving-unit property.
17229 (vi-goto-line): Use with-no-warnings.
17230
17231 * emulation/edt.el (edt-last-copied-word): Add defvar.
17232 (zmacs-region-stays): Likewise.
17233 (edt-mark-section-wisely): Use c-mark-function for C.
17234 Use makr-defun for Fortran.
17235 (time-string): defvar deleted.
17236 (edt-display-the-time): Don't set time-string.
17237
17238 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17239
17240 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17241 Don't warn when name is not constant
17242 or for defining the group `emacs'.
17243
17244 * tooltip.el (gud-tooltip-mode): Add defvar.
17245
17246 * startup.el (default-frame-background-mode): Add defvar.
17247
17248 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17249
17250 * info.el (tool-bar-map): Add defvar.
17251
17252 * dired.el (dnd-protocol-alist): Add defvar.
17253
17254 * dired-aux.el (dired-query): Display question with answer, when
17255 the user answers.
17256
17257 * custom.el (custom-add-option): Doc fix.
17258
17259 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17260
17261 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17262
17263 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17264 bogus name from the last change.
17265
17266 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17267
17268 * custom.el (custom-declare-variable): Fix typos in comment.
17269 (custom-known-themes): Doc fix.
17270 (custom-theme-directory): New defcustom.
17271 (require-theme): Make it check `custom-theme-directory'.
17272
17273 * cus-theme.el (custom-new-theme-mode): New function.
17274 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17275 (custom-theme-description): Add compiler defvars.
17276 (customize-create-theme): Add doc to the "*New Custom Theme*"
17277 buffer. Use `custom-new-theme-mode'.
17278 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17279 and save it to the `custom-theme-directory'. Make this the
17280 default directory of the buffer.
17281
17282 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17283
17284 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17285 Fix unbalanced parentheses.
17286
17287 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17288
17289 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17290 into flymake-mode and delegate to flymake-mode.
17291
17292 * find-file.el (ff-which-function-are-we-in): Clean up.
17293
17294 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17295
17296 * replace.el (occur-rename-buffer): Fix docstring.
17297
17298 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17299 (edt-last-copied-word, edt-learn-macro-count)
17300 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17301 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17302 (time-string, zmacs-region-stays):
17303 * emulation/edt-mapper.el (edt-save-function-key-map)
17304 (EDT-key-name): `defvar' to silence the byte-compiler.
17305
17306 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17307
17308 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17309 font-lock-regexp-backslash. Doc fix.
17310 (font-lock-regexp-backslash-grouping-construct): Rename from
17311 font-lock-regexp-backslash-construct. Doc fix.
17312 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17313 grouping constructs.
17314
17315 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17316
17317 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17318 updating all the prerequisites.
17319
17320 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17321
17322 * textmodes/org.el (org-agenda-start-on-weekday)
17323 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17324 (org-agenda-use-time-grid, org-archive-location)
17325 (org-allow-space-in-links, org-usenet-links-prefer-google)
17326 (org-enable-table-editor, org-export-default-language)
17327 (org-export-html-show-new-buffer, org-fill-paragraph)
17328 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17329 (org-goto-quit, org-occur, org-eval-in-calendar)
17330 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17331 (org-agenda-diary-entry, org-remember-help)
17332 (org-table-convert-region, org-at-table-p)
17333 (org-table-move-row-down, org-table-move-row-up)
17334 (org-table-copy-region, org-table-toggle-vline-visibility)
17335 (org-table-get-stored-formulas, org-table-get-specials)
17336 (org-recalc-commands, org-table-eval-formula)
17337 (org-table-formula-substitute-names, orgtbl-make-binding)
17338 (org-format-org-table-html, org-format-table-table-html)
17339 (org-format-table-table-html-using-table-generate-source)
17340 (org-customize): Fix typos in docstrings.
17341 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17342 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17343 (org-back-to-heading): Doc fixes.
17344 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17345 (org-agenda-change-all-lines, org-get-header):
17346 Improve argument/docstring consistency.
17347 (orgtbl-error): Fix error message.
17348
17349 * progmodes/flymake.el (flymake-find-possible-master-files)
17350 (flymake-master-file-compare, flymake-get-line-err-count)
17351 (flymake-highlight-line, flymake-gui-warnings-enabled):
17352 Fix typos in docstrings.
17353 (flymake-parse-line, flymake-get-project-include-dirs-function)
17354 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17355 Doc fixes.
17356 (flymake-get-project-include-dirs-function)
17357 (flymake-make-err-menu-data):
17358 Improve argument/docstring consistency.
17359
17360 2005-07-01 Lute Kamstra <lute@gnu.org>
17361
17362 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17363 Catch errors with ignore-errors. Use temporary buffer.
17364 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17365
17366 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17367 background color faces.
17368 (facemenu-set-foreground, facemenu-set-background):
17369 Use facemenu-set-face-from-menu.
17370 (facemenu-set-face-from-menu): Treat face names that start with
17371 "fg:" or "bg:" as special.
17372 (facemenu-add-new-color): Don't create faces. Simplify.
17373
17374 2005-06-30 Richard M. Stallman <rms@gnu.org>
17375
17376 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17377 (crm-find-current-element): Likewise.
17378
17379 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17380
17381 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17382
17383 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17386 (archive-mouse-extract): Make it an obsolete alias.
17387 (archive-mode-map): Don't use archive-mouse-extract any more.
17388 (archive-mode, archive-extract): write-contents-hooks ->
17389 write-contents-functions.
17390 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17391 first arg.
17392 (archive-rename-entry): Update the call.
17393 (archive-zip-summarize): Remove unused var `method'.
17394 (archive-lzh-summarize): Remove unused var `creator'.
17395
17396 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17397 dedicated frame upon exit.
17398
17399 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17400 (archive-zip-extract, archive-zip-expunge)
17401 (archive-zip-update, archive-zip-update-case): Use executable-find.
17402 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17403 Use restore-buffer-modified-p.
17404 (archive-extract, archive-add-new-member, archive-write-file-member):
17405 Use with-current-buffer.
17406 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17407
17408 2005-06-30 Andreas Schwab <schwab@suse.de>
17409
17410 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17411
17412 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17413
17414 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17415
17416 2005-06-30 Juri Linkov <juri@jurta.org>
17417
17418 * faces.el (vertical-border): Inherit from mode-line-inactive
17419 only on tty.
17420
17421 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17422
17423 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17424 example, -NLINES in the `occur' docstring).
17425
17426 * replace.el (occur-1): When no matches are found, do not set the
17427 `buffer-read-only' and modified flags for the occur buffer,
17428 because it is deleted.
17429
17430 * emulation/cua-base.el (cua-check-pending-input)
17431 (cua-repeat-replace-region, cua-mode, cua-debug)
17432 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17433 Fix typos in docstrings.
17434
17435 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17436 (cua-cut-region-to-global-mark)
17437 (cua--cut-rectangle-to-global-mark):
17438 Remove period from end of messages.
17439
17440 * emulation/cua-rect.el (cua-do-rectangle-padding):
17441 Remove period from end of messages.
17442 (cua--rectangle-seq-format): Fix typo in docstring.
17443 (cua-sequence-rectangle, cua-fill-char-rectangle):
17444 Improve argument/docstring consistency.
17445
17446 2005-06-29 Juri Linkov <juri@jurta.org>
17447
17448 * faces.el (default-frame-background-mode): New internal variable.
17449 (frame-set-background-mode): Use it.
17450
17451 * startup.el (normal-top-level): Set default-frame-background-mode
17452 instead of frame-background-mode. Before setting it, test for its
17453 nil value. Remove tests for frame-background-mode and frame
17454 parameter `reverse'. Add test for "unspecified-fg".
17455
17456 * term/xterm.el (xterm-rxvt-set-background-mode):
17457 * term/rxvt.el (rxvt-set-background-mode):
17458 Set default-frame-background-mode instead of frame-background-mode.
17459
17460 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17461
17462 * simple.el (set-variable): Warn about obsolete user variables.
17463
17464 * imenu.el (imenu--completion-buffer):
17465 * mouse.el (mouse-buffer-menu-alist):
17466 * msb.el (msb-invisible-buffer-p):
17467 * calendar/diary-lib.el (diary-header-line-format):
17468 * emacs-lisp/pp.el (pp-buffer):
17469 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17470 * textmodes/picture.el (picture-replace-match):
17471 Change space constants followed by a sexp to "?\s ".
17472
17473 * play/decipher.el (decipher-loop-with-breaks):
17474 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17475 constants "protected" from end of line by a comment to "?\s".
17476
17477 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17478
17479 * font-lock.el (save-buffer-state): Use `declare'.
17480
17481 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17482 reset the syntax-table to cperl-mode-syntax-table.
17483 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17484 "foo_print_bar" is not matched as a reserved keyword.
17485
17486 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17487
17488 * textmodes/org.el (orgtbl-setup): New function, for delayed
17489 setup for the orgtbl commands.
17490 (org-calc-default-modes): New option.
17491 (orgtbl-make-binding): Use `defun' to get better help display.
17492 (org-diary): Call `org-compile-prefix-format'.
17493 (org-table-formula-substitute-names): New function.
17494 (org-agenda-day-view, org-agenda-week-view): New commands.
17495 (org-agenda-toggle-week-view): Command removed.
17496 (org-tbl-menu): Split off from org-org-menu.
17497 (org-mode): Move removal of outline-mode menus to here.
17498 (org-table-formula-debug): New option.
17499 (org-table-insert-row): Keep first field if just "#" or "*".
17500 (org-mode): Paragraph regexps fixed.
17501 (org-table-recalculate-regexp): New constant.
17502 (org-table-justify-field-maybe): Avoid replace if not necessary.
17503 (org-copy-special, org-cut-special): Use `call-interactively'.
17504 (org-table-copy-region): Take region from `interactive' call.
17505 (org-trim): Return string even if no match.
17506 (org-formula): New face.
17507 (org-set-font-lock-defaults): No longer highlight "FIXME".
17508 But highlight formula-related fields in table.
17509 (org-table-p): Use regexp, not fontification.
17510 (org-table-align): Handle white space at end of line.
17511 (org-table-formula-evaluate-inline): New option.
17512 (org-mode): Auto-wrapping in comment lines turned off.
17513 (org-table-copy-down): Evaluate only in copied field, not in
17514 destination.
17515 (org-table-current-formula): Variable removed.
17516 (org-table-store-formulas, org-table-get-stored-formulas)
17517 (org-table-modify-formulas, org-table-replace-in-formulas)
17518 (org-table-maybe-eval-formula): New functions.
17519 (org-table-get-formula): Modify to use stored formulas.
17520 (org-table-insert-column, org-table-delete-column)
17521 (org-table-move-column): Call `org-table-modify-formulas'.
17522 (org-complete): Add completion for keyword formulas.
17523 (orgtbl-mode): Pull orgtbl-mode-map to start of
17524 minor-mode-map-alist.
17525
17526 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17527
17528 * progmodes/python.el (python-check): Require `compile' before
17529 modifying its variables.
17530
17531 * newcomment.el (comment-indent-default): Don't get fooled by an early
17532 end of buffer.
17533
17534 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17535
17536 * ps-print.el (ps-print-version): Fix version number.
17537
17538 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17539
17540 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17541
17542 2005-06-28 Richard M. Stallman <rms@gnu.org>
17543
17544 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17545 (flyspell-local-mouse-map): Declaration deleted.
17546 (flyspell-mouse-map): Bind only mouse-2.
17547 (flyspell-mode-map): Don't test flyspell-use-local-map.
17548 (flyspell-overlay-keymap-property-name): Var deleted.
17549 (flyspell-mode-on): Don't make local bindings for
17550 flyspell-mouse-map and flyspell-mode-map.
17551 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17552
17553 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17554
17555 * progmodes/compile.el (compilation-next-error-function):
17556 Don't switch buffers; operate on the current buffer.
17557
17558 * progmodes/compile.el (compilation-error-file-name)
17559 (compilation-warning-file-name, compilation-info-file-name)
17560 (compilation-line-number, compilation-column-number): New faces.
17561 (compilation-error-face, compilation-warning-face)
17562 (compilation-info-face, compilation-line-face)
17563 (compilation-column-face): Use them.
17564
17565 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17566
17567 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17568
17569 * bindings.el (global-map): Bind insertchar and its variants.
17570
17571 2005-06-27 Richard M. Stallman <rms@gnu.org>
17572
17573 * textmodes/artist.el (artist-text-overwrite)
17574 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17575
17576 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17577
17578 * ps-print.el: It was not working the page selection for printing.
17579 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17580 (ps-print-version): New version 6.6.7.
17581 (ps-end-sheet): New fun.
17582 (ps-header-sheet, ps-end-job): Call it.
17583
17584 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17585
17586 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17587
17588 2005-06-27 Lute Kamstra <lute@gnu.org>
17589
17590 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17591 background color faces.
17592 (facemenu-get-face): Delete function.
17593 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17594 (facemenu-add-new-color): Make second argument mandatory.
17595 Create the appropriate face and return it. Simplify.
17596 (facemenu-set-foreground, facemenu-set-background): Don't check if
17597 color is defined. Use return value of facemenu-add-new-color.
17598
17599 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17600
17601 * progmodes/gud.el (gud-filter): Add missing argument to
17602 with-selected-window.
17603
17604 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17605
17606 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17607 a :require to the defcustom.
17608
17609 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17610 defcustoms corresponding to minor modes.
17611
17612 2005-06-26 David Ponce <david@dponce.com>
17613
17614 * recentf.el: Require tree-widget instead of wid-edit.
17615 (recentf-filename-handler): Fix widget :type.
17616 (recentf-cancel-dialog, recentf-open-more-files)
17617 (recentf-open-files-action): Doc fix.
17618 (recentf-dialog-goto-first): New function.
17619 (recentf-dialog-mode-map): Set parent keymap first.
17620 (recentf-dialog-mode): Define with define-derived-mode.
17621 Don't display continuation lines in dialogs.
17622 (recentf-edit-list): Rename from recentf-edit-selected-items.
17623 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17624 Simplify.
17625 (recentf-edit-list-validate): New function.
17626 (recentf-edit-list): Update accordingly.
17627 (recentf-open-files-item-shift): Remove.
17628 (recentf-open-files-item): Convert menu elements into tree and
17629 link widgets. Don't create the widgets.
17630 (recentf-open-files): Update accordingly.
17631 (recentf-save-list): Untabify.
17632
17633 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17634
17635 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17636 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17637 partially contained in the active region. Do not take active
17638 region into account when called from Lisp, unless INTERACTIVE arg
17639 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17640 avoid trouble with fields. Make marker point nowhere when no
17641 longer used. Always return nil. Doc fix.
17642 (flush-lines): Add INTERACTIVE arg. Do not take active region
17643 into account when called from Lisp, unless INTERACTIVE arg is
17644 non-nil. Use `forward-line' instead of `beginning-of-line' to
17645 avoid trouble with fields. Make marker point nowhere when no
17646 longer used. Always return nil. Doc fix.
17647 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17648 interchangeable. Do not take active region into account when
17649 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17650 message in echo area when called from Lisp, unless INTERACTIVE arg
17651 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17652 Return the number of matches. Doc fix.
17653 (occur): Doc fix.
17654 (perform-replace): Make comment follow double space convention for
17655 the sake of `outline-minor-mode'.
17656
17657 * faces.el (facep): Doc fix.
17658
17659 2005-06-25 Richard M. Stallman <rms@gnu.org>
17660
17661 * facemenu.el (facemenu-enable-faces-p): New function.
17662 (facemenu-background-menu, facemenu-foreground-menu)
17663 (facemenu-face-menu): Add menu-enable property.
17664
17665 * jka-compr.el (jka-compr-insert-file-contents):
17666 Special handling if cannot find the uncompression program.
17667
17668 * cus-face.el (custom-face-attributes): Add autoload.
17669
17670 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17671 Bind comment-indent-function locally.
17672
17673 * window.el (save-selected-window): Use save-current-buffer.
17674
17675 * subr.el (with-selected-window): Use save-current-buffer.
17676
17677 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17678 and with-current-buffer.
17679
17680 2005-06-24 Richard M. Stallman <rms@gnu.org>
17681
17682 * simple.el (line-move-1): Fix previous change.
17683
17684 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17685
17686 * replace.el (occur-1): Set `buffer-read-only' and the
17687 buffer-modified flag before running `occur-hook' to protect
17688 against unintentional buffer switches that can lead to data loss.
17689
17690 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17691
17692 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17693 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17694 initial error.
17695
17696 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17697 after fresh input.
17698 (gdb-var-create-handler): Put name of expression in quotes.
17699
17700 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17701
17702 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17703 elements of RING in order, and without bogus nil elements.
17704
17705 2005-06-23 Richard M. Stallman <rms@gnu.org>
17706
17707 * simple.el (set-variable): Args renamed; doc fix.
17708 (line-move-1): When there are overlays around, use vertical-motion.
17709
17710 * faces.el (escape-glyph): Use brown against light background.
17711 (nobreak-space): Rename from no-break-space.
17712 Fix previous change.
17713
17714 * dired-aux.el (dired-do-copy): Fix arg prompt.
17715
17716 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17717
17718 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17719
17720 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17721 rather than "Distributor".
17722
17723 2005-06-23 Lute Kamstra <lute@gnu.org>
17724
17725 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17726 (debug-on-entry): Use it. New interactive declaration that uses
17727 function-called-at-point.
17728
17729 2005-06-23 Kim F. Storm <storm@cua.dk>
17730
17731 * subr.el (save-match-data): Add comment about using evaporate arg
17732 to set-match-data.
17733
17734 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17735
17736 * cus-edit.el (customize-face)
17737 (customize-face-other-window): Handle face aliases.
17738
17739 * faces.el (face-documentation, set-face-attribute)
17740 (face-spec-set): Handle face aliases.
17741
17742 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17743
17744 * help-mode.el (help-make-xrefs): If a symbol representing a face
17745 name is not followed by the word "face", it could still be a
17746 function or variable name, so don't bypass other checks.
17747
17748 2005-06-22 Juri Linkov <juri@jurta.org>
17749
17750 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17751 Replace aliased functions with calls where second arg `inherit' is t.
17752
17753 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17754
17755 * progmodes/gdb-ui.el (gdb-error): New variable.
17756 (gdb-error): New function.
17757 (gdb-annotation-rules): Act on error-begin and error annotations.
17758 (gdb-concat-output): Use font-lock-warning-face for errors.
17759
17760 2005-06-22 Miles Bader <miles@gnu.org>
17761
17762 * bindings.el (propertized-buffer-identification): Use renamed
17763 `Buffer-menu-buffer' face.
17764
17765 * faces.el (vertical-border): Rename from `vertical-divider'.
17766 (escape-glyph): Change dark-background color back to `cyan'.
17767
17768 2005-06-21 Juri Linkov <juri@jurta.org>
17769
17770 * faces.el (face-user-default-spec): Try getting `customized-face'
17771 prior to `saved-face'.
17772 (frame-background-mode): Refill docstring.
17773
17774 * emacs-lisp/lisp-mode.el (eval-defun-1):
17775 * emacs-lisp/edebug.el (edebug-eval-defun):
17776 Set `saved-face' temporarily to nil before calling form.
17777 Set `customized-face' to the new spec after that.
17778
17779 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17780
17781 * subr.el (1value, lambda, key-substitution-in-progress):
17782 Doc fixes.
17783
17784 * autoinsert.el (auto-insert-alist):
17785 * ses.el (ses-call-printer):
17786 * subr.el (noreturn):
17787 * emacs-lisp/lisp.el (check-parens):
17788 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17789 * net/browse-url.el (browse-url-mosaic):
17790 * progmodes/cc-defs.el (c-safe-scan-lists):
17791 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17792 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17793 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17794 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17795 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17796 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17797
17798 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17799
17800 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17801
17802 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17803
17804 * calendar/appt.el (appt-make-list): Activate the package, if
17805 not already active (for backwards compatibility).
17806
17807 2005-06-20 Kim F. Storm <storm@cua.dk>
17808
17809 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17810
17811 2005-06-20 Miles Bader <miles@gnu.org>
17812
17813 * faces.el (vertical-divider): New face.
17814
17815 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17816
17817 * simple.el (kill-whole-line): Doc fix.
17818 (next-error-buffer-p, next-error-find-buffer)
17819 (clone-indirect-buffer): Fix typos in docstrings.
17820 (comment-line-break-function): Doc fix: don't say variable
17821 is automatically buffer-local (it isn't).
17822
17823 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17824
17825 * net/tramp-ftp.el (top):
17826 * net/tramp-smb.el (top):
17827 * net/tramp-util.el (top):
17828 * net/tramp-uu.el (top):
17829 * net/tramp-vc.el (top):
17830 * net/tramp.el (top): Revert copyright years back to original
17831 ones. Tramp has a life outside GNU Emacs.
17832
17833 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17834
17835 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17836
17837 2005-06-18 Juri Linkov <juri@jurta.org>
17838
17839 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17840 end of first regexp to limit the match to the position between
17841 line number and source line with same separator character as used
17842 between file name and line number. In the second regexp limit
17843 mouse-face area to file name and line number by adding new group
17844 for them and referring it in HYPERLINK arg.
17845 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17846 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17847 previous line where grep markers may be already removed.
17848
17849 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17850
17851 * progmodes/ps-mode.el: Update version and maintainer's email address.
17852
17853 2005-06-18 Steve Youngs <steve@xemacs.org>
17854
17855 * net/browse-url.el (browse-url-browser-function)
17856 (browse-url-default-browser): Add firefox.
17857 (browse-url-firefox-program, browse-url-firefox-arguments)
17858 (browse-url-firefox-startup-arguments)
17859 (browse-url-firefox-new-window-is-tab): New defcustoms.
17860 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17861
17862 2005-06-17 Richard M. Stallman <rms@gnu.org>
17863
17864 * startup.el (command-line): Warn if specified user name has
17865 no home directory.
17866
17867 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17868 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17869
17870 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17871 Doc fixes.
17872
17873 * faces.el (underline): Try bold if terminal doesn't support underline.
17874
17875 * mail/sendmail.el (mail-setup-with-from): New variable.
17876 (mail-insert-from-field): New function.
17877 (sendmail-send-it): Call it.
17878 (mail-setup): Optionally call it here.
17879
17880 * term/linux.el: Call tty-no-underline.
17881
17882 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17883
17884 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17885
17886 2005-06-17 Miles Bader <miles@gnu.org>
17887
17888 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17889 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17890 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17891 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17892 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17893 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17894 Remove "-face" suffix from face names.
17895 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17896 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17897 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17898 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17899 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17900 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17901 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17902 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17903 New backward-compatibility aliases for renamed faces.
17904 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17905 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17906 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17907 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17908 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17909 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17910 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17911 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17912 Use renamed ediff faces.
17913
17914 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17915 Remove "-face" suffix from face names.
17916 (eshell-test-ok-face, eshell-test-failed-face):
17917 New backward-compatibility aliases for renamed faces.
17918 (eshell-run-test): Use renamed eshell-test faces.
17919
17920 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17921 face name.
17922 (eshell-prompt-face): New backward-compatibility alias for renamed
17923 face.
17924 (eshell-emit-prompt): Use renamed eshell-prompt face.
17925
17926 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17927 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17928 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17929 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17930 Remove "-face" suffix from face names.
17931 (eshell-ls-directory-face, eshell-ls-symlink-face)
17932 (eshell-ls-executable-face, eshell-ls-readonly-face)
17933 (eshell-ls-unreadable-face, eshell-ls-special-face)
17934 (eshell-ls-missing-face, eshell-ls-archive-face)
17935 (eshell-ls-backup-face, eshell-ls-product-face)
17936 (eshell-ls-clutter-face):
17937 New backward-compatibility aliases for renamed faces.
17938 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17939
17940 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17941 Remove "-face" suffix from face name.
17942 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17943 instead of literal face.
17944
17945 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17946
17947 * emacs-lisp/warnings.el (display-warning, lwarn)
17948 (warning-minimum-log-level): Doc fixes.
17949 (warning-minimum-level, warning-minimum-log-level):
17950 Add :debug to :type choices.
17951
17952 * progmodes/ada-mode.el (ada-format-paramlist)
17953 (ada-get-indent-case, ada-check-matching-start)
17954 (ada-check-defun-name, ada-goto-matching-decl-start)
17955 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17956 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17957 (ada-make-subprogram-body): Follow error conventions.
17958 (ada-case-exception-file, ada-indent-comment-as-code)
17959 (ada-indent-handle-comment-special, ada-indent-renames)
17960 (ada-indent-return, ada-search-directories-internal)
17961 (ada-tab-policy, ada-case-exception-substring)
17962 (ada-other-file-alist, ada-matching-start-re)
17963 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17964 (ada-imenu-generic-expression, ada-compile-goto-error)
17965 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17966 (ada-popup-menu, ada-add-extensions, ada-mode)
17967 (ada-region-selected, ada-create-case-exception)
17968 (ada-create-case-exception-substring, ada-after-keyword-p)
17969 (ada-activate-keys-for-case, ada-adjust-case-region)
17970 (ada-adjust-case-buffer, ada-format-paramlist)
17971 (ada-scan-paramlist, ada-insert-paramlist)
17972 (ada-indent-newline-indent)
17973 (ada-indent-newline-indent-conditional)
17974 (ada-justified-indent-current, ada-goto-previous-word)
17975 (ada-indent-current, ada-get-indent-open-paren)
17976 (ada-get-indent-paramlist, ada-get-indent-end)
17977 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17978 (ada-get-indent-block-start, ada-get-indent-subprog)
17979 (ada-get-indent-noindent, ada-get-indent-label)
17980 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17981 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17982 (ada-goto-stmt-end, ada-goto-next-word)
17983 (ada-check-matching-start, ada-check-defun-name)
17984 (ada-goto-matching-decl-start, ada-goto-matching-start)
17985 (ada-goto-matching-end, ada-search-ignore-string-comment)
17986 (ada-in-decl-p, ada-looking-at-semi-or)
17987 (ada-looking-at-semi-private, ada-in-paramlist-p)
17988 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17989 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17990 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17991 (ada-previous-package, ada-create-menu)
17992 (ada-fill-comment-paragraph-justify)
17993 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17994 (ada-other-file-name, ada-last-which-function-line)
17995 (ada-last-which-function-subprog, ada-which-function)
17996 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17997 (ada-gen-treat-proc, ada-check-emacs-version)
17998 (ada-continuation-indent, ada-align-region-separate):
17999 Fix typos in docstrings.
18000 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18001
18002 2005-06-16 Lute Kamstra <lute@gnu.org>
18003
18004 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18005 conditionally.
18006
18007 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18008
18009 * comint.el (comint-replace-by-expanded-filename)
18010 (comint-prompt-regexp, comint-delimiter-argument-list)
18011 (comint-preinput-scroll-to-bottom):
18012 * info.el (Info-hide-cookies-node):
18013 * ls-lisp.el (ls-lisp-classify):
18014 * find-file.el (ff-search-directories, ff-special-constructs)
18015 (ff-find-other-file):
18016 * font-lock.el (font-lock-keywords):
18017 * shell.el (shell-prompt-pattern)
18018 (shell-dynamic-complete-functions, shell-mode)
18019 (shell-delimiter-argument-list):
18020 * term.el (term-replace-by-expanded-filename)
18021 (term-prompt-regexp, term-delimiter-argument-list):
18022 * woman.el (woman-ignore, woman0-if):
18023 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18024 * emacs-lisp/elint.el (elint-init-env):
18025 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18026 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18027 * language/ethio-util.el (ethio-tilde-escape)
18028 (ethio-use-three-dot-question):
18029 * net/zone-mode.el (zone-mode-load-time-setup):
18030 * progmodes/cc-align.el (c-lineup-argcont):
18031 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18032 * progmodes/cperl-mode.el (cperl-set-style-back):
18033 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18034 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18035 Fix spellings in docstrings.
18036
18037 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18038 * progmodes/modula2.el (m2-for): Fix spellings.
18039
18040 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18041
18042 * simple.el (undo-more): Don't use `format' on `error' arguments.
18043 Improve argument/docstring consistency.
18044 (pending-undo-list): Doc fix.
18045
18046 * smerge-mode.el (smerge-ensure-match):
18047 * emulation/vip.el (vip-ex):
18048 * net/zone-mode.el (zone-mode-update-serial):
18049 * progmodes/idlwave.el (idlwave-complete):
18050 * progmodes/vhdl-mode.el (vhdl-visit-file)
18051 (vhdl-compose-wire-components):
18052 Don't use `format' on `error' arguments.
18053
18054 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18055 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18056 (tooltip-help-tips): Fix typos in docstrings.
18057
18058 2005-06-16 David Ponce <david@dponce.com>
18059
18060 * tree-widget.el (tree-widget-value-create): Simplify last change.
18061
18062 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18063
18064 * ido.el (ido-incomplete-regexp): New variable.
18065 (ido-set-matches-1): Handle invalid-regexp error and set
18066 ido-incomplete-regexp.
18067 (ido-incomplete-regexp): New face.
18068 (ido-completions): Use it.
18069 (ido-complete, ido-exit-minibuffer, ido-completions):
18070 Handle incomplete regexps.
18071 (ido-completions): Add check for complete match when entering a regexp.
18072
18073 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18076
18077 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18078
18079 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18080 by field delimiters.
18081
18082 2005-06-15 David Ponce <david@dponce.com>
18083
18084 * tree-widget.el: eval-and-compile inlined functions so they will
18085 be available at run-time too.
18086 (tree-widget-super-format-handler)
18087 (tree-widget-format-handler): Remove.
18088 (tree-widget-value-create): Handle the :indent property.
18089
18090 2005-06-15 Miles Bader <miles@gnu.org>
18091
18092 * progmodes/which-func.el (which-func): Only inherit
18093 `font-lock-function-name-face' when that makes sense against the
18094 default mode-line face, otherwise set the face color explicitly.
18095
18096 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18097 faces instead of (non-existent) variables.
18098
18099 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18100
18101 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18102 (iswitchb-get-matched-buffers): Likewise. Simplify.
18103
18104 2005-06-14 Miles Bader <miles@gnu.org>
18105
18106 * progmodes/ld-script.el (ld-script-location-counter):
18107 Remove "-face" suffix from face name.
18108 (ld-script-location-counter-face):
18109 New backward-compatibility alias for renamed face.
18110 (ld-script-location-counter-face): Use renamed face.
18111
18112 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18113 (cperl-hash): Remove "-face" suffix from face names.
18114 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18115 New backward-compatibility aliases for renamed faces.
18116 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18117 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18118
18119 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18120 name.
18121 (which-func-face): New backward-compatibility alias for renamed face.
18122 (which-func-format): Use renamed which-func face.
18123
18124 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18125 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18126 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18127 names.
18128 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18129 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18130 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18131 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18132 (vhdl-speedbar-architecture-selected)
18133 (vhdl-speedbar-configuration-selected)
18134 (vhdl-speedbar-package-selected)
18135 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18136 names.
18137 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18138 Use renamed faces.
18139 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18140 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18141 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18142 Use renamed faces.
18143 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18144 names.
18145 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18146 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18147 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18148 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18149 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18150 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18151
18152 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18153 face name.
18154 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18155 (sh-heredoc-face): Use renamed sh-heredoc face.
18156
18157 * progmodes/idlw-help.el (idlwave-help-link):
18158 Remove "-face" suffix from face name.
18159 (idlwave-help-link-face):
18160 New backward-compatibility alias for renamed face.
18161 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18162
18163 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18164 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18165 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18166 New backward-compatibility aliases for renamed faces.
18167 (idlwave-shell-disabled-breakpoint-face)
18168 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18169
18170 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18171 Remove "-face" suffix from face names.
18172 (flymake-errline-face, flymake-warnline-face):
18173 New backward-compatibility aliases for renamed faces.
18174 (flymake-highlight-line): Use renamed flymake faces.
18175
18176 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18177 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18178 (ebrowse-member-class, ebrowse-progress):
18179 Remove "-face" suffix from face names.
18180 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18181 (ebrowse-file-name-face, ebrowse-default-face)
18182 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18183 (ebrowse-progress-face):
18184 New backward-compatibility aliases for renamed faces.
18185 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18186 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18187 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18188 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18189
18190 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18191 antlr-syntax)
18192 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18193 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18194 names.
18195 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18196 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18197 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18198 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18199 backward-compatibility aliases for renamed faces.
18200 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18201 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18202 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18203 remove "font-lock-". Use renamed antlr-mode faces.
18204 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18205 literal face-names with face variable references.
18206
18207 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18208 face name.
18209 (Buffer-menu-buffer-face): New backward-compatibility alias for
18210 renamed face.
18211 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18212
18213 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18214
18215 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18216 Eliminate "-face" suffix.
18217 (makefile-targets): Inherit from font-lock-function-name-face and
18218 eliminate "-face" suffix.
18219 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18220 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18221 actions, instead of prepending, to make it less visible.
18222 (makefile-previous-dependency, makefile-match-dependency):
18223 Don't match a target on a continuation line.
18224
18225 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18226
18227 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18228
18229 * progmodes/gdb-ui.el (menu): Re-order menu items.
18230 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18231
18232 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18233 Define in tooltip.el.
18234 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18235 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18236 gud-tooltip-echo-area.
18237
18238 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18239 backward compatibility and make obsolete.
18240 (tooltip-help-tips): Use tooltip-use-echo-area.
18241 (tooltip-show-help-function): Rename to...
18242 (tooltip-show-help): ...this, because it is a function.
18243 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18244
18245 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18246
18247 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18248 (edebug-print-length, edebug-print-level, edebug-print-circle)
18249 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18250 (edebug-eval-print-last-sexp): Doc fixes.
18251
18252 2005-06-14 Kim F. Storm <storm@cua.dk>
18253
18254 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18255 as the coverage buffer/file/both may change.
18256
18257 2005-06-14 Lute Kamstra <lute@gnu.org>
18258
18259 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18260 and run-mode-hooks. Simplify.
18261
18262 * mail/rmailedit.el (rmail-edit-mode):
18263 * progmodes/octave-inf.el (inferior-octave-mode):
18264 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18265
18266 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18267 and run-mode-hooks.
18268 (recentf-edit-list, recentf-open-files): Don't call
18269 kill-all-local-variables directly.
18270
18271 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18272
18273 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18274
18275 * emacs-lisp/byte-run.el (make-obsolete)
18276 (define-obsolete-function-alias): Rename arguments FUNCTION and
18277 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18278 (make-obsolete-variable, define-obsolete-variable-alias):
18279 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18280 respectively.
18281
18282 * isearchb.el (isearchb-activate):
18283 * pcvs.el (cvs-mode):
18284 * ses.el (ses-load):
18285 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18286 * net/tramp.el (tramp-find-file-exists-command)
18287 (tramp-find-shell):
18288 * progmodes/ada-mode.el (ada-create-case-exception)
18289 (ada-create-case-exception-substring, ada-make-subprogram-body):
18290 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18291 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18292 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18293 * textmodes/org.el (org-promote, org-evaluate-time-range)
18294 (org-agenda-next-date-line, org-agenda-previous-date-line)
18295 (org-agenda-error, org-open-at-point, org-table-move-row)
18296 (org-format-table-table-html-using-table-generate-source)
18297 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18298 * textmodes/reftex.el (reftex-access-scan-info):
18299 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18300 (reftex-toc-promote-prepare): Follow error conventions.
18301
18302 * diff-mode.el (diff-mode): Fix typo in docstring.
18303
18304 * forms.el (forms--intuit-from-file): Fix reference to
18305 `forms-number-of-fields' in error message.
18306 (forms-print): Fix quoting in error message.
18307
18308 * forms.el (forms-mode):
18309 * emulation/vi.el (vi-goto-insert-state):
18310 * progmodes/flymake.el (flymake-new-err-info)
18311 (flymake-start-syntax-check-for-current-buffer)
18312 (flymake-simple-cleanup):
18313 * eshell/esh-var.el (eshell/export):
18314 * progmodes/gud.el (xdb):
18315 * textmodes/flyspell.el (flyspell-incorrect-hook)
18316 (flyspell-maybe-correct-transposition)
18317 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18318
18319 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18320
18321 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18322 minibuffer prompt.
18323
18324 2005-06-13 Kim F. Storm <storm@cua.dk>
18325
18326 * subr.el (add-to-ordered-list): New defun.
18327
18328 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18329 add cua--keymap-alist to emulation-mode-map-alists.
18330
18331 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18332
18333 * subr.el (complete-in-turn): New macro.
18334 (dynamic-completion-table, lazy-completion-table): Add debug info.
18335
18336 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18337 in preference to face aliases.
18338
18339 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18340 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18341 Remove unused vars `start' and `firstline'.
18342 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18343 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18344
18345 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18346
18347 * cus-start.el (all): Don't complain about missing GTK-related
18348 variables, unless either `gtk' is boundp or this isn't a
18349 `windows-nt' build.
18350
18351 2005-06-13 Lute Kamstra <lute@gnu.org>
18352
18353 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18354 run-mode-hooks.
18355
18356 * ediff-mult.el (ediff-meta-mode):
18357 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18358
18359 * ledit.el (ledit-mode): Use delay-mode-hooks.
18360
18361 * woman.el (woman-mode-line-format): Delete constant.
18362 (woman-mode-map): Initialize it properly.
18363 (woman-mode): Set mode-class property to special.
18364 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18365 Set major-mode and mode-name. Don't set mode-line-format directly.
18366 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18367
18368 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18369 string argument obsolete.
18370
18371 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18372
18373 * textmodes/org.el (org-CUA-compatible): New option.
18374 (org-disputed-keys): New variable.
18375 (org-key): New function.
18376 (orgtbl-make-binding): Add docstring to the created function.
18377 (org-mode): Set paragraph start/separate regexps.
18378 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18379 (org-archive-location, org-archive-mark-done)
18380 (org-archive-stamp-time): New options.
18381 (org-archive-subtree): New command.
18382 (org-fill-paragraph): New function.
18383 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18384 (org-fake-empty-table-line): Function removed.
18385 (org-format-org-table-html): Do not create empty table lines at
18386 separator lines. Improved table header treatment.
18387 (org-link-format): New option.
18388 (org-make-link): New function.
18389 (org-insert-link, org-store-link): Use org-make-link.
18390 (org-open-file): Quote file name for shell command, to allow
18391 spaces in file names.
18392 (org-link-regexp): Fix bug with mailto link.
18393 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18394 New constants.
18395 (org-export-as-html): Deal with the optional angles around a link.
18396 Better treatment of file: links.
18397 (org-open-at-point): Replace @{ and @} with < and >.
18398 (org-run-mode-hooks): Function removed.
18399 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18400
18401 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18402
18403 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18404 MI command -data-list-register-values.
18405 (gdb-post-prompt): Indent properly.
18406
18407 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18408
18409 * hilit-chg.el (highlight-changes-colors): Rename from
18410 `highlight-changes-colours'.
18411 (highlight-changes-colours): Keep as obsolete alias.
18412 (highlight-changes-face-list): Doc fix.
18413 (hilit-chg-make-list): Use `highlight-changes-colors'.
18414
18415 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18416
18417 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18418 defun-prompt-regexp.
18419
18420 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18421
18422 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18423 and cygwin.
18424
18425 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18426 Don't use an old loaddefs.el, as in Makefile.in.
18427
18428 2005-06-12 Lute Kamstra <lute@gnu.org>
18429
18430 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18431
18432 * man.el (Man-mode-map): Initialize it properly.
18433 (Man-mode): Set mode-class property to special.
18434
18435 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18436
18437 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18438
18439 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18440 A newline is needed in the docstring there.
18441
18442 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18443 Doc fixes.
18444
18445 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18446
18447 * printing.el: Doc fix. The menubar is no more changed when printing
18448 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18449 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18450 (pr-version): New version number (6.8.4).
18451 (pr-menu-bind): New command.
18452 (pr-update-menus): Docstring and code fix.
18453 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18454 Docstring fix.
18455 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18456 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18457
18458 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18459
18460 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18461 "Returns" to "return", document useful return values, etc.
18462
18463 2005-06-11 Alan Mackenzie <acm@muc.de>
18464
18465 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18466 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18467 (adaptive-file-function): Minor amendment to doc-string.
18468
18469 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18470
18471 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18472 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18473 Fix :type--it is `integer', not `string'.
18474
18475 * faces.el (modeline-highlight): Rename from (the erroneous)
18476 `modeline-higilight'.
18477
18478 2005-06-11 Lute Kamstra <lute@gnu.org>
18479
18480 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18481 lisp-interaction-mode-map but make it the parent.
18482 (edebug-eval-mode): Use define-derived-mode.
18483
18484 2005-06-11 Andreas Schwab <schwab@suse.de>
18485
18486 * bindings.el: Add binding of `ESC functionkey' for every
18487 `M-functionkey'.
18488 * hexl.el (hexl-mode-map): Likewise.
18489
18490 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18491
18492 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18493 [msft]: update regexp for newer msft compilers.
18494
18495 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18496
18497 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18498 ATTLIST portions of included DTDs.
18499 (xml-parse-dtd): Eliminate use of inefficient match-data.
18500
18501 2005-06-10 Miles Bader <miles@gnu.org>
18502
18503 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18504 (mpuz-text): Remove "-face" suffix from face names.
18505 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18506 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18507 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18508
18509 * play/gomoku.el (gomoku-O, gomoku-X):
18510 Remove "-face" suffix from face names.
18511 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18512 New backward-compatibility aliases for renamed faces.
18513 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18514
18515 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18516
18517 * thumbs.el: Fixes for changes of 2005-06-09.
18518 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18519 as a directory.
18520 (thumbs-thumbname): Remove directory separator from format string;
18521 `thumbs-thumbsdir' now returns a valid directory name.
18522 (thumbs-temp-dir): New defsubst.
18523 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18524 Use it.
18525
18526 * cus-edit.el (minibuffer):
18527 * files.el (make-backup-file-name-function):
18528 * filesets.el (filesets-external-viewers):
18529 * hilit-chg.el (highlight-changes-colours)
18530 (highlight-changes-face-list, highlight-changes-rotate-faces):
18531 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18532 * kmacro.el (kmacro-call-macro):
18533 * log-edit.el (log-edit-changelog-full-paragraphs):
18534 * mouse.el (mouse-1-click-follows-link):
18535 * skeleton.el (skeleton-autowrap):
18536 * subr.el (insert-for-yank-1):
18537 * tempo.el (tempo-insert-region):
18538 * terminal.el (terminal-emulator):
18539 * time.el (display-time-mail-face):
18540 * vc.el (vc-annotate):
18541 * vcursor.el (vcursor-copy-line):
18542 * woman.el (woman-bold-headings, woman-ignore)
18543 (woman-default-faces, woman-monochrome-faces):
18544 * calendar/todo-mode.el (todo-insert-threshold):
18545 * emulation/pc-select.el (pc-select-selection-keys-only)
18546 (pc-selection-mode):
18547 * emulation/vip.el (vip-find-char-forward):
18548 * emulation/viper-cmd.el (viper-find-char-forward):
18549 * international/mule-cmds.el
18550 (select-safe-coding-system-accept-default-p)
18551 (input-method-exit-on-invalid-key):
18552 * international/mule-diag.el (describe-coding-system):
18553 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18554 * net/browse-url.el (browse-url-xterm-program):
18555 * obsolete/lazy-lock.el (lazy-lock-mode):
18556 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18557 (cperl-mode):
18558 * progmodes/cpp.el (cpp-face-light-name-list)
18559 (cpp-face-dark-name-list):
18560 * progmodes/delphi.el (delphi-newline-always-indents):
18561 Fix spellings in docstrings.
18562
18563 * ido.el (ido-mode, ido-file-extensions-order)
18564 (ido-default-file-method, ido-default-buffer-method)
18565 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18566 (ido-decorations, ido-read-file-name-as-directory-commands)
18567 (ido-read-file-name-non-ido, ido-work-directory-list)
18568 (ido-ignore-item-temp-list, ido-current-directory)
18569 (ido-magic-forward-char, ido-enter-find-file)
18570 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18571 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18572
18573 2005-06-10 Lute Kamstra <lute@gnu.org>
18574
18575 * play/dunnet.el (dun-mode): Use define-derived-mode.
18576 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18577 obsolete alias.
18578
18579 * play/doctor.el (doctor-mode-map): Remove defvar.
18580 (doctor-mode): Use define-derived-mode.
18581
18582 * mail/mspools.el (mspools-mode):
18583 * net/eudc-hotlist.el (eudc-hotlist-mode):
18584 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18585
18586 2005-06-10 Miles Bader <miles@gnu.org>
18587
18588 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18589 Remove "-face" suffix from face names.
18590 (flyspell-incorrect-face, flyspell-duplicate-face):
18591 New backward-compatibility aliases for renamed faces.
18592 (flyspell-mode-on, make-flyspell-overlay)
18593 (flyspell-highlight-incorrect-region)
18594 (flyspell-highlight-duplicate-region)
18595 (flyspell-display-next-corrections)
18596 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18597
18598 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18599 from face name.
18600 (texinfo-heading-face): New backward-compatibility alias for
18601 renamed face.
18602 (texinfo-heading-face): Use renamed texinfo-heading face.
18603
18604 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18605 suffix from face names.
18606 (tex-math-face, tex-verbatim-face):
18607 New backward-compatibility aliases for renamed faces.
18608 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18609 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18610 literal face name.
18611
18612 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18613 name.
18614 (table-cell-face): New backward-compatibility alias for renamed face.
18615 (table--put-cell-face-property, table--update-cell-face):
18616 Use renamed table-cell face.
18617
18618 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18619 from face name.
18620 (sgml-namespace-face): New backward-compatibility alias for
18621 renamed face.
18622 (sgml-namespace-face): Use renamed sgml-namespace face.
18623
18624 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18625 (org-level-4, org-level-5, org-level-6, org-level-7)
18626 (org-level-8, org-warning, org-headline-done)
18627 (org-deadline-announce, org-scheduled-today)
18628 (org-scheduled-previously, org-link, org-done, org-table)
18629 (org-time-grid): Remove "-face" suffix from face names.
18630 (org-level-1-face, org-level-2-face, org-level-3-face)
18631 (org-level-4-face, org-level-5-face, org-level-6-face)
18632 (org-level-7-face, org-level-8-face, org-warning-face)
18633 (org-headline-done-face, org-deadline-announce-face)
18634 (org-scheduled-today-face, org-scheduled-previously-face)
18635 (org-link-face, org-done-face, org-table-face)
18636 (org-time-grid-face):
18637 New backward-compatibility aliases for renamed faces.
18638 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18639 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18640 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18641 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18642
18643 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18644 (viper-minibuffer-emacs, viper-minibuffer-insert)
18645 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18646 (viper-search-face, viper-replace-overlay-face)
18647 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18648 (viper-minibuffer-vi-face):
18649 New backward-compatibility aliases for renamed faces.
18650 (viper-search-face, viper-replace-overlay-face)
18651 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18652 (viper-minibuffer-vi-face): Use renamed viper faces.
18653
18654 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18655 Remove "-face" suffix from face names.
18656 (testcover-nohits-face, testcover-1value-face):
18657 New backward-compatibility aliases for renamed faces.
18658 (testcover-mark): Use renamed testcover faces.
18659
18660 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18661 face name.
18662 (diary-button-face): New backward-compatibility alias for renamed face.
18663 (diary-entry): Use renamed diary-button face.
18664
18665 * calendar/calendar.el (diary, calendar-today, holiday)
18666 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18667 (diary-face, calendar-today-face, holiday-face):
18668 New backward-compatibility aliases for renamed faces.
18669 (eval-after-load "facemenu", diary-entry-marker)
18670 (calendar-today-marker, calendar-holiday-marker, diary-face):
18671 Use renamed calendar faces.
18672
18673 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18674 (compare-windows-face): New backward-compatibility alias for
18675 renamed face.
18676 (compare-windows-highlight): Use renamed compare-windows face.
18677
18678 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18679 (strokes-char-face): New backward-compatibility alias for renamed face.
18680 (strokes-encode-buffer): Use renamed strokes-char face.
18681
18682 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18683 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18684 Remove "-face" suffix from face names.
18685 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18686 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18687 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18688 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18689 Use renamed pcvs faces.
18690 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18691 * pcvs-defs.el (cvs-mode-map): Likewise.
18692 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18693
18694 * info.el (info-title-1, info-title-2, info-title-3)
18695 (info-title-4): Remove "-face" suffix from and downcase face names.
18696 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18697 (Info-title-4-face):
18698 New backward-compatibility aliases for renamed faces.
18699 (Info-fontify-node): Use renamed info faces.
18700
18701 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18702 Remove "-face" suffix from face names.
18703 (highlight-changes-face, highlight-changes-delete-face):
18704 New backward-compatibility aliases for renamed faces.
18705 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18706 (hilit-chg-make-list): Use renamed highlight-changes faces.
18707
18708 * generic-x.el (show-tabs-tab, show-tabs-space):
18709 Remove "-face" suffix from face names.
18710 (show-tabs-tab-face, show-tabs-space-face):
18711 New backward-compatibility aliases for renamed faces.
18712 (show-tabs-generic-mode-font-lock-defaults-1)
18713 (show-tabs-generic-mode-font-lock-defaults-2):
18714 Use renamed show-tabs faces.
18715
18716 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18717 (smerge-markers): Remove "-face" suffix from face names.
18718 (smerge-mine-face, smerge-other-face, smerge-base-face)
18719 (smerge-markers-face):
18720 New backward-compatibility aliases for renamed faces.
18721 (smerge-mine-face, smerge-other-face, smerge-base-face)
18722 (smerge-markers-face): Use renamed smerge faces.
18723
18724 * log-view.el (log-view-file, log-view-message): Remove "-face"
18725 suffix from face names.
18726 (log-view-file-face, log-view-message-face):
18727 New backward-compatibility aliases for renamed faces.
18728 (log-view-file-face, log-view-message-face): Use renamed log-view
18729 faces.
18730
18731 * paren.el (show-paren-match, show-paren-mismatch):
18732 Remove "-face" suffix from face names.
18733 (show-paren-match-face, show-paren-mismatch-face):
18734 New backward-compatibility aliases for renamed faces.
18735 (show-paren-function): Use renamed show-paren faces.
18736
18737 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18738 (ruler-mode-margins, ruler-mode-fringes)
18739 (ruler-mode-column-number, ruler-mode-fill-column)
18740 (ruler-mode-comment-column, ruler-mode-goal-column)
18741 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18742 suffix from face names.
18743 (ruler-mode-default-face, ruler-mode-pad-face)
18744 (ruler-mode-margins-face, ruler-mode-fringes-face)
18745 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18746 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18747 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18748 New backward-compatibility aliases for renamed faces.
18749 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18750 (ruler-mode-column-number, ruler-mode-fill-column)
18751 (ruler-mode-comment-column, ruler-mode-goal-column)
18752 (ruler-mode-tab-stop, ruler-mode-current-column)
18753 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18754 faces.
18755
18756 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18757 face name.
18758 (whitespace-highlight-the-space): Use renamed face.
18759 (whitespace-highlight-face): New backward-compatibility alias for
18760 renamed face.
18761
18762 * woman.el (woman-italic, woman-bold, woman-unknown)
18763 (woman-addition, woman-symbol-face):
18764 Remove "-face" suffix from face names.
18765 (woman-italic-face, woman-bold-face, woman-unknown-face)
18766 (woman-addition-face):
18767 New backward-compatibility aliases for renamed faces.
18768 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18769 (woman-decode-region, woman-replace-match)
18770 (woman-display-extended-fonts, woman-special-characters)
18771 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18772 Use renamed woman faces.
18773
18774 * longlines.el (longlines-visible-face): Face removed.
18775
18776 * diff-mode.el (diff-header, diff-file-header, diff-index)
18777 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18778 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18779 suffix from face names.
18780 (diff-header-face, diff-file-header-face, diff-index-face)
18781 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18782 (diff-changed-face, diff-function-face, diff-context-face)
18783 (diff-nonexistent-face): New backward-compatibility aliases for
18784 renamed faces.
18785 (diff-header-face, diff-file-header-face)
18786 (diff-index, diff-index-face, diff-hunk-header)
18787 (diff-hunk-header-face, diff-removed, diff-removed-face)
18788 (diff-added, diff-added-face, diff-changed-face, diff-function)
18789 (diff-function-face, diff-context-face, diff-nonexistent)
18790 (diff-nonexistent-face): Use renamed diff-mode faces.
18791
18792 * progmodes/compile.el (compilation-warning-face)
18793 (compilation-info-face): Remove "-face" suffix from face names.
18794 (compilation-warning-face, compilation-info-face):
18795 New backward-compatibility aliases for renamed faces.
18796 (compilation-warning-face, compilation-info-face):
18797 Use renamed compilation faces.
18798
18799 * add-log.el (change-log-date, change-log-name)
18800 (change-log-email, change-log-file, change-log-list)
18801 (change-log-conditionals, change-log-function)
18802 (change-log-acknowledgement): Remove "-face" suffix from face names.
18803 (change-log-date-face, change-log-name-face)
18804 (change-log-email-face, change-log-file-face)
18805 (change-log-list-face, change-log-conditionals-face)
18806 (change-log-function-face, change-log-acknowledgement-face):
18807 New backward-compatibility aliases for renamed faces.
18808 (change-log-font-lock-keywords): Use renamed change-log faces.
18809
18810 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18811 (custom-set, custom-changed, custom-saved, custom-button)
18812 (custom-button-pressed, custom-documentation, custom-state)
18813 (custom-comment, custom-comment-tag, custom-variable-tag)
18814 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18815 (custom-group-tag): Remove "-face" suffix from face names.
18816 (custom-magic-alist, custom-magic-value-create)
18817 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18818 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18819 (custom-set-face, custom-changed-face, custom-saved-face)
18820 (custom-button-face, custom-button-pressed-face)
18821 (custom-documentation-face, custom-state-face)
18822 (custom-comment-face, custom-comment-tag-face)
18823 (custom-variable-tag-face, custom-variable-button-face)
18824 (custom-face-tag-face, custom-group-tag-face-1)
18825 (custom-group-tag-face):
18826 New backward-compatibility aliases for renamed faces.
18827
18828 * wid-edit.el (widget-documentation, widget-button)
18829 (widget-field, widget-single-line-field, widget-inactive)
18830 (widget-button-pressed): "-face" suffix removed from face names.
18831 (widget-documentation-face, widget-button-face)
18832 (widget-field-face, widget-single-line-field-face)
18833 (widget-inactive-face, widget-button-pressed-face):
18834 New backward-compatibility aliases for renamed faces.
18835 (widget-documentation-face, widget-button-face)
18836 (widget-button-pressed-face, widget-specify-field)
18837 (widget-specify-inactive): Use renamed widget faces.
18838
18839 2005-06-10 Kenichi Handa <handa@m17n.org>
18840
18841 * term/x-win.el (x-clipboard-yank): Remove condition-case
18842 wrapping.
18843
18844 2005-06-11 Kenichi Handa <handa@m17n.org>
18845
18846 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18847 date lines stricter.
18848
18849 2005-06-10 Zhang Wei <id.brep@gmail.com>
18850
18851 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18852 of x-get-selection.
18853
18854 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18855
18856 * comint.el (comint-mode, comint-snapshot-last-prompt):
18857 * frame.el (frame-current-scroll-bars):
18858 * term.el (term-mode, term-check-proc, term-input-sender)
18859 (term-simple-send, term-extract-string, term-word)
18860 (term-match-partial-filename):
18861 * window.el (window-current-scroll-bars):
18862 * emulation/cua-base.el (cua-normal-cursor-color)
18863 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18864 (cua-global-mark-cursor-color):
18865 * mail/undigest.el (rmail-forward-separator-regex):
18866 Fix typos in docstrings.
18867
18868 * comint.el (comint-check-proc, make-comint-in-buffer)
18869 (comint-source-default): Doc fixes.
18870
18871 * term.el (term-send-string): Improve argument/docstring consistency.
18872
18873 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18874
18875 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18876 call to `delete-region'.
18877 (comint-mode-hook): Do not enable Font Lock by default.
18878
18879 2005-06-09 Lute Kamstra <lute@gnu.org>
18880
18881 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18882 could be void.
18883
18884 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18885
18886 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18887 (debug): Use it.
18888 (debugger-step-through, debugger-continue, debugger-jump)
18889 (debugger-return-value): Set it when needed.
18890 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18891 Use inhibit-read-only.
18892
18893 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18894
18895 * window.el (shrink-window-if-larger-than-buffer)
18896 (window-size-fixed): Fix typo in docstring.
18897
18898 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18899 thumbnails directory on loading.
18900 (thumbs-conversion-program): Use `eq' to check the system type,
18901 not `equal'.
18902 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18903 not "/tmp". Fix docstring.
18904 (thumbs-thumbsdir): New function to return the thumbnails
18905 directory, creating it if needed.
18906 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18907 (thumbs-temp-file): Delete variable and make it into a function.
18908 (thumbs-resize-image, thumbs-modify-image): Use it.
18909 (thumbs-kill-buffer): Simplify.
18910 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18911 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18912 docstrings.
18913
18914 2005-06-09 Kim F. Storm <storm@cua.dk>
18915
18916 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18917 set-match-data to free markers in match-data.
18918
18919 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18920 match-data to unchain markers in match-data.
18921
18922 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18923
18924 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18925 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18926 unnecessary now.
18927
18928 2005-06-08 Richard M. Stallman <rms@gnu.org>
18929
18930 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18931 give the variable a doc string that doesn't say don't set it directly.
18932
18933 * textmodes/ispell.el (ispell-check-version):
18934 Use match-string-no-properties.
18935 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18936 (ispell-buffer-local-words): Likewise.
18937
18938 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18939 except on terminals with enough colors to really display it.
18940 (makefile-dependency-regex): Delete spurious `bb'.
18941
18942 * faces.el (escape-glyph): Use blue once again in last case.
18943 (no-break-space): Redefine so that it isn't invisible on a tty.
18944
18945 2005-06-08 Kim F. Storm <storm@cua.dk>
18946
18947 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18948 also when reading directory name.
18949
18950 2005-06-08 Lute Kamstra <lute@gnu.org>
18951
18952 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18953 (flyspell-mode-line-string): Remove autoload cookie.
18954 (flyspell-mode): Remove defvar.
18955
18956 2005-06-07 Lute Kamstra <lute@gnu.org>
18957
18958 * textmodes/org.el (org-run-mode-hooks): New function.
18959 (org-agenda-mode): Use it.
18960
18961 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18962
18963 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18964
18965 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18966
18967 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18968
18969 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18970
18971 * font-lock.el (font-lock-add-keywords): Doc fix.
18972
18973 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18974
18975 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18976 (tex-compile-default): In the absence of any history, use the order in
18977 tex-compile-alist to choose the preferred command.
18978 (tex-compile-commands): Reorder a bit.
18979
18980 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18981 (flyspell-incorrect-face, flyspell-duplicate-face):
18982 Use (X)Emacs-agnostic code.
18983 (flyspell-mode-map): Don't overwrite at each load. Remove code
18984 redundant with the subsequent add-minor-mode. Merge Emacs and
18985 XEmacs code.
18986 (flyspell-word): Minor simplification.
18987 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18988 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18989 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18990 Merge the corresponding Emacs code.
18991 (flyspell-correct-word, flyspell-xemacs-popup):
18992 Use flyspell-do-correct.
18993
18994 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18995 a dedicated window.
18996
18997 * international/latexenc.el (latexenc-find-file-coding-system):
18998 Undo part of last patch, to turn off a compiler warning.
18999
19000 2005-06-06 Juri Linkov <juri@jurta.org>
19001
19002 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19003 Rename `tmm-inactive-face' to `tmm-inactive'.
19004
19005 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19006
19007 * iswitchb.el: Rename faces.
19008
19009 2005-06-06 Kim F. Storm <storm@cua.dk>
19010
19011 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19012 (cua-global-mark): Remove -face suffix from face names.
19013
19014 * emulation/cua-gmrk.el (cua--init-global-mark):
19015 Remove cua-global-mark face setup.
19016
19017 2005-06-06 Richard M. Stallman <rms@gnu.org>
19018
19019 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19020 just like other allowed characters.
19021 (makefile-match-dependency): Exclude leading and training whitespace
19022 from the range of regexp subexp 1.
19023 (makefile-macroassign-regex): Don't try to match the body,
19024 just the name of the macro being defined.
19025
19026 * info.el (Info-read-node-name-2): New function.
19027 (Info-read-node-name-1): Use that.
19028 Add a completion-base-size-function property.
19029
19030 * simple.el (completion-setup-function): Look for
19031 completion-base-size-function property of minibuffer-completion-table.
19032
19033 * files.el (locate-file-completion): Doc fix.
19034
19035 * printing.el: Don't call pr-update-menus; user must do that.
19036
19037 * emacs-lisp/debug.el (debugger-window): New variable.
19038 (debug): Use debugger-window if it is set and still alive.
19039 Record debugger-window for next entry.
19040
19041 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19042
19043 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19044
19045 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19046 (hack-one-local-variable, hack-local-variables)
19047 (hack-local-variables-prop-line): Pass that arg.
19048
19049 2005-06-06 Kim F. Storm <storm@cua.dk>
19050
19051 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19052 (ido-indicator): Remove -face suffix from face names.
19053
19054 2005-06-06 Juri Linkov <juri@jurta.org>
19055
19056 * font-lock.el (font-lock-regexp-backslash)
19057 (font-lock-regexp-backslash-construct): New faces.
19058 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19059 after `('. Add `while-no-input' to control structures.
19060
19061 * faces.el (no-break-space, shadow): New faces.
19062 (escape-glyph): Use less loud colors pink2 and red4.
19063
19064 * diff-mode.el (diff-context-face)
19065 * dired.el (dired-ignored)
19066 * rfn-eshadow.el (file-name-shadow)
19067 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19068
19069 * info.el (Info-title-1-face): Use green instead of yellow because
19070 bold yellow is not readable on light backgrounds.
19071
19072 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19073 before selecting the desired mode to not spend time fontifying
19074 old contents.
19075
19076 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19077
19078 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19079 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19080
19081 * ps-print.el (ps-default-fg, ps-default-bg):
19082 Fix typos in docstrings.
19083
19084 * isearchb.el (isearchb): Don't pass a spurious second argument to
19085 `iswitchb-completions'.
19086
19087 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19088
19089 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19090 to preserve point.
19091 (gdb-find-file-hook): Add doc string.
19092
19093 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19094 C dereferenced pointer expression.
19095 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19096
19097 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19098
19099 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19100 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19101 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19102 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19103 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19104 Make background transparent.
19105
19106 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19107
19108 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19109 (font-lock-remove-keywords): Doc fix.
19110 (font-lock-mode-major-mode): Compiler defvar.
19111 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19112
19113 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19114 (font-lock-mode): Update `font-lock-mode-major-mode'.
19115 (font-lock-set-defaults): Compiler defvar.
19116 (font-lock-default-function): Take `font-lock-mode-major-mode'
19117 into account.
19118
19119 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19120 keep track of which major mode it enabled the minor mode for.
19121 Use find-file-hook again. Update docstring.
19122
19123 * simple.el (eval-expression-print-level)
19124 (eval-expression-print-length, eval-expression-debug-on-error):
19125 Doc fixes.
19126
19127 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19128
19129 * iswitchb.el (iswitchb-single-match-face)
19130 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19131 (iswitchb-invalid-regexp-face): New faces.
19132 (iswitchb-completions): Use them.
19133 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19134 now marked as an obsolete alias.
19135 (iswitchb-read-buffer): Remove check for bound font variables.
19136 (iswitchb-invalid-regexp): New free variable.
19137 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19138 set iswitchb-invalid-regexp.
19139 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19140 invalid regexps.
19141 (iswitchb-completions): Add check for complete match when entering
19142 a regexp.
19143 (iswitchb-completions): Remove require-match argument.
19144 (iswitchb-exhibit): Fix caller.
19145 (iswitchb-common-match-inserted): New variable.
19146 (iswitchb-complete, iswitchb-completion-help): Use it.
19147
19148 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19149
19150 * url-http.el (url-http-chunked-encoding-after-change-function):
19151 Use `url-http-debug' instead of `message'.
19152
19153 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19154
19155 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19156 callback argument.
19157
19158 2005-06-04 Kim F. Storm <storm@cua.dk>
19159
19160 * simple.el (line-move): Only call sit-for when moving backwards.
19161
19162 * ido.el (ido-make-merged-file-list-1): New defun split from
19163 ido-make-merged-file-list.
19164 (ido-make-merged-file-list): Bind throw-on-input around call to
19165 ido-make-merged-file-list-1. Return input-pending-p if
19166 interrupted by more input available.
19167 (ido-read-internal): Handle input-pending-p return value from
19168 ido-make-merged-file-list.
19169
19170 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19173 compatibility code.
19174
19175 * international/latexenc.el (latexenc-find-file-coding-system):
19176 Don't inherit the EOL part of the coding-system from the
19177 tex-main buffer. Fit within 80 columns.
19178
19179 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19180
19181 * tmm.el (tmm-inactive-face): New face.
19182 (tmm-remove-inactive-mouse-face): New function.
19183 (tmm-prompt, tmm-add-one-shortcut)
19184 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19185 but not selectable.
19186
19187 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19188
19189 * faces.el (face-equal): Improve argument/docstring consistency.
19190
19191 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19192
19193 * progmodes/make-mode.el (makefile-targets-face)
19194 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19195 (makefile-bsdmake-dependency-regex)
19196 (makefile-makepp-rule-action-regex)
19197 (makefile-bsdmake-rule-action-regex): New constants.
19198 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19199
19200 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19201 Allow (...) within `...' for makepp messages.
19202
19203 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19204
19205 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19206
19207 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19208 "." files are deleted from all file lists before comparison.
19209
19210 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19211 (viper-ESC-key): Made them customizable.
19212
19213 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19214
19215 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19216
19217 * autorevert.el (auto-revert-buffers): Use save-match-data.
19218
19219 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19222 menu items with a nil command binding.
19223
19224 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19225
19226 * emacs-lisp/cl-macs.el (defsetf):
19227 Improve argument/docstring consistency.
19228
19229 * faces.el (list-faces-display): Improve the formatting by
19230 computing the maximum length required for any face-name (reworked
19231 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19232 (internal-find-face): Remove redundant info in docstring.
19233
19234 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19235
19236 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19237 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19238 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19239 (gdb-assembler-custom): Improve regexps.
19240 (def-gdb-auto-update-handler): Use window point to preserve point.
19241
19242 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19243
19244 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19245
19246 2005-05-31 Jay Belanger <belanger@truman.edu>
19247
19248 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19249 to calc-embedded.
19250 (calc-embedded-make-info): Have plain prefix argument select
19251 entire line.
19252
19253 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19254
19255 * faces.el (list-faces-display): Signal error if passed a regexp
19256 that matches no face name.
19257
19258 * simple.el (filter-buffer-substring): Fix typo in docstring.
19259
19260 2005-05-31 Richard M. Stallman <rms@gnu.org>
19261
19262 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19263 (vhdl-emacs-21): Doc fix.
19264 (vhdl-mode): Unconditionally set comment-padding.
19265 (vhdl-fixup-whitespace-region): Insert spaces only where
19266 there are none.
19267 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19268
19269 2005-05-30 John Wiegley <johnw@newartisans.com>
19270
19271 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19272 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19273 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19274 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19275 `string-to-number'.
19276
19277 2005-05-30 Jay Belanger <belanger@truman.edu>
19278
19279 * calc/calc.el (calc-bug-address): Fix docstring.
19280 (calc-window-hook, calc-trail-window-hook): New variables.
19281 (calc-trail-display): Restore use of calc-trail-window-hook.
19282 (calc): Restore use of calc-window-hook.
19283
19284 2005-05-31 Masatake YAMATO <jet@gyve.org>
19285
19286 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19287
19288 * help-fns.el (help-C-file-name): Add autoload mark for
19289 `find-function-noselect'.
19290
19291 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19292
19293 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19294 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19295
19296 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19297
19298 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19299 included diary buffer if it was not already being visited.
19300 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19301
19302 * calendar/icalendar.el (top-level): Do not require appt.
19303
19304 * mail/supercite.el (sc-select-attribution): Only use a list
19305 element from sc-attrib-selection-list if it returns a string.
19306 Reported by Davide G. M. Salvetti <salve@debian.org>.
19307
19308 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19309
19310 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19311 includes a hash value to improve its uniqueness, and has a ".jpg"
19312 extension. Also, it is now a valid filename on all systems.
19313 (thumbs-make-thumb): Use `let', not `let*'.
19314 (thumbs-show-thumbs-list): Check for JPEG availability.
19315
19316 2005-05-30 Richard M. Stallman <rms@gnu.org>
19317
19318 * filesets.el (filesets-menu-ensure-use-cached):
19319 Prevent warning when emacs-version>= is undefined.
19320
19321 * printing.el (pr-interactive-n-up): Use string-to-number.
19322
19323 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19324
19325 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19326 Warn only when name to be defined is quoted.
19327
19328 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19329
19330 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19331 Make regexp more robust.
19332 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19333 Force regeneration of disassembly.
19334
19335 2005-05-29 Jay Belanger <belanger@truman.edu>
19336
19337 * calc/calc.el (calc-user-invocation): Check if
19338 calc-invocation-macro is non-nil.
19339
19340 2005-05-29 Juri Linkov <juri@jurta.org>
19341
19342 * add-log.el (change-log-font-lock-keywords):
19343 Add `+' to e-mail regexp to accept mail address with keywords.
19344
19345 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19346
19347 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19348
19349 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19350
19351 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19352
19353 2005-05-29 Richard M. Stallman <rms@gnu.org>
19354
19355 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19356 Undo the change that moves to end of the current word.
19357
19358 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19359
19360 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19361 Throw error when count <= 0 to ensure input is a number.
19362 (gdb-read-memory-custom): Pick up address from buffer.
19363 (gdb-memory-mode): Allow user to increment and decrement
19364 memory address from header line.
19365
19366 2005-05-29 Richard M. Stallman <rms@gnu.org>
19367
19368 * flyspell.el (flyspell-version): Function deleted.
19369 (flyspell-auto-correct-previous-hook): Doc fix.
19370
19371 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19372 Do nothing if memory is full.
19373
19374 * font-lock.el (font-lock-fontify-syntactically-region):
19375 Pass t for GREEDY to looking-back.
19376
19377 * saveplace.el (save-place-alist-to-file): Write the file
19378 using write-region.
19379
19380 * subr.el (looking-back): New argument GREEDY.
19381
19382 * progmodes/compile.el (compilation-start): Set the mode
19383 before inserting the initial text.
19384
19385 * progmodes/which-func.el (which-func-update-1): Turn the mode
19386 off in case of error by setting which-func-mode.
19387
19388 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19389
19390 * flyspell.el (flyspell-auto-correct-previous-word):
19391 Narrow down to what's on the screen, and recenter overlays
19392 at the end of the next word.
19393
19394 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19395
19396 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19397 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19398 (flyspell-abbrev-p): Default to nil.
19399 (flyspell-use-global-abbrev-table-p): Doc fix.
19400 (flyspell-large-region): Allow nil as value.
19401 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19402
19403 (mail-mode-flyspell-verify): More robust handling
19404 of `mail-header-separator'. More efficient signature detection.
19405 Allow for regexp metacharacters in message-header-separator.
19406 Adding `To' not to be checked in mail-mode-flyspell-verify.
19407
19408 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19409 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19410 Bind flyspell-auto-correct-binding.
19411 Bind C-. and C-, .
19412 (flyspell-mode-map): Likewise.
19413 (flyspell-mode): Doc fix.
19414 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19415 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19416 (flyspell-word-cache-result): New var, always local.
19417 (flyspell-check-pre-word-p): Doc fix.
19418 (flyspell-check-changed-word-p): Handle spc like newline.
19419 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19420 (flyspell-word-search-backward, flyspell-word-search-forward):
19421 New functions.
19422 (flyspell-word): Return t if nothing to check.
19423 When parsing TeX code, check for after } or \.
19424 Use flyspell-word-search-backward to find previous word.
19425 Return nil if duplicated word.
19426 For word already checked, return same value as last time.
19427 Set flyspell-word-cache-result after checking.
19428 Don't clobber the return value.
19429 (flyspell-get-word): Major rewrite.
19430 (flyspell-external-point-words): New locals pword, pcount.
19431 Fix size used in progress message.
19432 Find the proper corresponding word in flyspell-large-region-buffer.
19433 (flyspell-region): Check for flyspell-large-region = nil.
19434 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19435 (flyspell-auto-correct-word): Check that WORD is a cons.
19436 (flyspell-correct-word): Likewise.
19437
19438 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19439
19440 * progmodes/make-mode.el (makefile-rule-action-regex)
19441 (makefile-macroassign-regex, makefile-makepp-mode)
19442 (makefile-bsdmake-mode): Continuation lines may be empty.
19443 Reported by Joshua Varner.
19444 (makefile-makepp-font-lock-keywords): Add $(stem).
19445
19446 2005-05-28 Karl Berry <karl@gnu.org>
19447
19448 * textmodes/tex-mode.el: Now that tex-send-command calls
19449 shell-quote-argument (2005-03-31 change), remove all calls to
19450 shell-quote-argument; they all end up invoking tex-send-command.
19451 The double quoting loses on filenames with non-safe characters,
19452 such as "@". Reported by Frederik Fouvry.
19453
19454 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19455
19456 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19457 about preserving point.
19458
19459 2005-05-27 Jay Belanger <belanger@truman.edu>
19460
19461 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19462 Info-goto-node.
19463
19464 * calc/calc-embed.el (calc-embed-arg): New variable.
19465 (calc-do-embedded-activate, calc-embedded-activate-formula)
19466 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19467 variable by new variable.
19468 (calc-embedded-make-info): Replace undeclared variable by new
19469 variable. When selecting region with positive prefix
19470 argument, use end of previous line instead of beginning of line.
19471
19472 * calc/calc-aent.el (calc-arg-values): Declare it.
19473
19474 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19475 Declare them.
19476
19477 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19478
19479 * calc/calc.el (calc-alg-map): Declare it.
19480
19481 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19482
19483 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19484
19485 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19486 (gdb-registers-buffer, toggle-gdb-all-registers):
19487 Toggle display of floating point registers.
19488 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19489
19490 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19491 (toggle-gud-tooltip-dereference):
19492 Rename from gud-toggle-tooltip-dereference.
19493
19494 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19495
19496 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19497
19498 2005-05-27 Jay Belanger <belanger@truman.edu>
19499
19500 * calc/calc-prog.el (calc-kbd-report): Remove.
19501 (calc-kbd-query): Rewrite.
19502
19503 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19504
19505 * image.el (image-library-alist): Move to image.c.
19506 (image-type-available-p): Doc fix.
19507
19508 2005-05-27 Lute Kamstra <lute@gnu.org>
19509
19510 * calc/calc.el (calc):
19511 * outline.el (outline-1, outline-2, outline-3, outline-4)
19512 (outline-5, outline-6, outline-7, outline-8):
19513 * textmodes/dns-mode.el (dns-mode):
19514 * textmodes/sgml-mode.el (sgml-namespace-face):
19515 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19516 (tex-verbatim-face, tex-use-reftex):
19517 * textmodes/texinfo.el (texinfo-heading-face):
19518 Specify customization group.
19519
19520 * longlines.el: Don't require easy-mmode.
19521 (longlines-visible-face): Specify customization group.
19522
19523 2005-05-27 Kenichi Handa <handa@m17n.org>
19524
19525 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19526 encoding table of windows-1251.
19527
19528 * international/ucs-tables.el (ucs-set-table-for-input):
19529 If translation-table-for-input of a coding system is a symbol, get
19530 its translation-table property.
19531
19532 * international/code-pages.el: Don't register a coding system into
19533 non-iso-charset-alist more than once.
19534 (cp-make-coding-system): Likewise.
19535
19536 2005-05-26 John Wiegley <johnw@newartisans.com>
19537
19538 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19539 `eshell-resume-eval' is wrapped in a list, it indicates that the
19540 command was run asynchronously. In that case, unwrap the value
19541 before checking the delimiter value.
19542
19543 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19544 character before a space at the end of a line is \, assume the space
19545 is part of the last argument rather than a final argument separator.
19546
19547 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19548 is in use, and the target is `t' or `nil' (which are the most common
19549 values), don't assume that the symbol target is a buffer.
19550
19551 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19552
19553 * calendar/calendar.el (calendar-mode-line-format):
19554 Use mode-line-highlight as mouse-face.
19555
19556 * time.el (display-time-string-forms, display-time-update):
19557 Use mode-line-highlight as mouse-face.
19558
19559 2005-05-26 Jay Belanger <belanger@truman.edu>
19560
19561 * calc/calc.el (calc-language-alist): Remove extra defvar.
19562
19563 2005-05-26 Lute Kamstra <lute@gnu.org>
19564
19565 * arc-mode.el (archive-mode):
19566 * bookmark.el (bookmark-read-annotation-mode)
19567 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19568 * bs.el (bs-mode):
19569 * calc/calc-yank.el (calc-edit-mode):
19570 * calc/calc.el (calc-mode, calc-trail-mode):
19571 * calculator.el (calculator-mode):
19572 * chistory.el (command-history-mode):
19573 * comint.el:
19574 * cus-edit.el (custom-mode):
19575 * descr-text.el (describe-text-mode):
19576 * ebuff-menu.el (Electric-buffer-menu-mode):
19577 * ediff-util.el (ediff-mode):
19578 * emacs-lisp/re-builder.el (reb-mode):
19579 * emulation/vi.el (vi-mode-setup):
19580 * emulation/ws-mode.el (wordstar-mode):
19581 * eshell/esh-mode.el (eshell-mode):
19582 * forms.el (forms-mode):
19583 * help-mode.el (help-mode):
19584 * hexl.el (hexl-mode):
19585 * ibuffer.el (ibuffer-mode):
19586 * ielm.el (inferior-emacs-lisp-mode):
19587 * info.el (Info-mode, Info-edit-mode):
19588 * international/swedish.el:
19589 * ledit.el (ledit-from-lisp-mode):
19590 * locate.el (locate-mode):
19591 * mail/rmail.el (rmail-mode):
19592 * mail/rmailedit.el (rmail-edit-mode):
19593 * mail/rmailsum.el (rmail-summary-mode):
19594 * mail/supercite.el (sc-electric-mode):
19595 * net/eudc.el (eudc-mode):
19596 * net/quickurl.el (quickurl-list-mode):
19597 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19598 * obsolete/ooutline.el (outline-mode):
19599 * obsolete/options.el (Edit-options-mode):
19600 * obsolete/rnews.el (news-mode):
19601 * obsolete/rnewspost.el (news-reply-mode):
19602 * play/5x5.el (5x5-mode):
19603 * play/decipher.el (decipher-mode, decipher-stats-mode):
19604 * play/gomoku.el (gomoku-mode):
19605 * play/snake.el (snake-mode):
19606 * play/solitaire.el (solitaire-mode):
19607 * play/tetris.el (tetris-mode):
19608 * progmodes/ada-mode.el (ada-mode):
19609 * progmodes/antlr-mode.el (antlr-mode):
19610 * progmodes/autoconf.el (autoconf-mode):
19611 * progmodes/dcl-mode.el (dcl-mode):
19612 * progmodes/delphi.el (delphi-mode):
19613 * progmodes/ebrowse.el (ebrowse-tree-mode)
19614 (ebrowse-electric-list-mode, ebrowse-member-mode)
19615 (ebrowse-electric-position-mode):
19616 * progmodes/f90.el (f90-mode):
19617 * progmodes/fortran.el (fortran-mode):
19618 * progmodes/icon.el (icon-mode):
19619 * progmodes/idlw-help.el (idlwave-help-mode):
19620 * progmodes/idlw-shell.el (idlwave-shell-mode):
19621 * progmodes/idlwave.el (idlwave-mode):
19622 * progmodes/inf-lisp.el (inferior-lisp-mode):
19623 * progmodes/m4-mode.el (m4-mode):
19624 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19625 * progmodes/modula2.el (modula-2-mode):
19626 * progmodes/octave-inf.el (inferior-octave-mode):
19627 * progmodes/octave-mod.el (octave-mode):
19628 * progmodes/pascal.el (pascal-mode):
19629 * progmodes/sh-script.el (sh-mode):
19630 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19631 * progmodes/vhdl-mode.el (vhdl-mode):
19632 * progmodes/xscheme.el (scheme-interaction-mode):
19633 * replace.el (occur-mode):
19634 * ses.el (ses-mode):
19635 * simple.el (completion-list-mode):
19636 * skeleton.el:
19637 * speedbar.el (speedbar-mode):
19638 * term.el (term-mode):
19639 * terminal.el (terminal-edit-mode):
19640 * textmodes/reftex-index.el (reftex-index-mode)
19641 (reftex-index-phrases-mode):
19642 * textmodes/reftex-sel.el (reftex-select-label-mode)
19643 (reftex-select-bib-mode):
19644 * textmodes/reftex-toc.el (reftex-toc-mode):
19645 * wdired.el (wdired-change-to-wdired-mode):
19646 * wid-browse.el (widget-browse-mode):
19647 Use run-mode-hooks.
19648
19649 * array.el (array-mode):
19650 * calendar/todo-mode.el (todo-mode):
19651 * man.el (Man-mode):
19652 * play/landmark.el (lm-mode):
19653 * play/mpuz.el (mpuz-mode):
19654 Use kill-all-local-variables and run-mode-hooks.
19655
19656 * subr.el (delay-mode-hooks): Specify indentation.
19657
19658 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19659
19660 * xml.el (xml-substitute-special): Don't die for undefined xml
19661 entities.
19662
19663 2005-05-26 Jay Belanger <belanger@truman.edu>
19664
19665 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19666 of nil.
19667
19668 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19669
19670 * progmodes/gdb-ui.el (gdb-frame-address):
19671 Rename from gdb-current-address.
19672 (gdb-previous-frame-address): Rename from gdb-previous-address.
19673 (gdb-selected-frame): Rename from gdb-current-frame.
19674 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19675 (gdb-frame-number): Rename from gdb-current-stack-level.
19676 (gdb-ann3): Match new mode-name for disassembly buffer.
19677 Extend initialization of variables.
19678 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19679 (gdb-memory-mode): Use mouse-face in header line.
19680 (gdb-assembler-buffer-name): Call it disassembly and give frame
19681 in mode line.
19682 (gdb-source-spec-regexp, gdb-assembler-custom)
19683 (gdb-invalidate-assembler, gdb-frame-handler):
19684 Make robust to leading zeroes in address format.
19685
19686 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19687
19688 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19689 define `org-mode'.
19690 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19691
19692 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19693
19694 * log-edit.el (log-edit-changelog-entries): Distinguish between
19695 filenames like xfns.c and fns.c.
19696
19697 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19698
19699 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19700 point after reverting.
19701 (Buffer-menu-make-sort-button): Handle the case where
19702 `Buffer-menu-use-header-line' is nil.
19703
19704 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19705
19706 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19707 New funcs. In minibuffer-local-completion-map bind `]', `/'
19708 and `:' to them.
19709
19710 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19711
19712 * startup.el (normal-top-level): Allow modification of load-path while
19713 we're iterating over it.
19714
19715 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19716
19717 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19718 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19719 (thumbs-resize-interactive, thumbs-insert-image)
19720 (thumbs-insert-thumb, thumbs-dired-show-marked)
19721 (thumbs-find-image-at-point, thumbs-delete-images)
19722 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19723 (thumbs-increment-image-size, thumbs-decrement-image-size):
19724 Fix typos in docstrings.
19725
19726 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19727
19728 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19729 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19730 (cperl-mode): Use them.
19731
19732 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19733
19734 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19735 Doc fixes.
19736
19737 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19738
19739 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19740 Bind C-d to gdb-inferior-io-eof.
19741
19742 * dired.el (dired-dnd-popup-notice): Use message-box.
19743
19744 2005-05-23 Masatake YAMATO <jet@gyve.org>
19745
19746 * bindings.el (mode-line-major-mode-keymap):
19747 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19748
19749 * faces.el (mode-line-highlight): New face.
19750
19751 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19752 as mouse-face.
19753
19754 * bindings.el (top-level, help-echo, mode-line-modified)
19755 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19756 as mouse-face.
19757
19758 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19759
19760 * progmodes/cc-engine.el (c-guess-basic-syntax):
19761 Remove spurious call to `zerop'.
19762
19763 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19764
19765 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19766
19767 CC Mode update to 5.30.10:
19768
19769 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19770 could go past the limit in decoration level 2, thereby causing
19771 errors during interactive fontification.
19772
19773 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19774 the file is evaluated interactively.
19775
19776 * cc-engine.el (c-guess-basic-syntax): Handle operator
19777 declarations somewhat better in C++.
19778
19779 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19780 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19781 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19782 (awk-mode): Use it.
19783 (make-local-hook): Suppress warning about obsoleteness.
19784
19785 * cc-engine.el, cc-align.el, cc-cmds.el
19786 (c-append-backslashes-forward, c-delete-backslashes-forward)
19787 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19788 Compensate for return value from `forward-line' when it has moved
19789 but not to a different line due to eob.
19790
19791 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19792 `objc-method-intro' and `objc-method-args-cont'.
19793
19794 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19795
19796 CC Mode update to 5.30.10:
19797
19798 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19799 in the copyright statement. Incidentally, change "along with GNU
19800 Emacs" to "along with this program" where it occurs.
19801
19802 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19803 so that it is interactive, hence can be found by M-x awk-mode
19804 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19805 <gmorris+emacs@ast.cam.ac.uk>.
19806
19807 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19808 Mode's regexps.
19809
19810 2005-05-23 Kevin Ryde <user42@zip.com.au>
19811
19812 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19813 c-parse-state, to avoid a lisp error (on bad code).
19814
19815 2005-05-23 Lute Kamstra <lute@gnu.org>
19816
19817 * subr.el (font-lock-defaults): Remove defvar as it's already
19818 defined in font-core.el.
19819
19820 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19821
19822 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19823
19824 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19825 more general and work when GDB variable "print pretty" is on,
19826 as with Emacs, for example.
19827
19828 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19829
19830 * font-core.el: Update comment.
19831
19832 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19833 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19834
19835 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19836
19837 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19838
19839 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19840 and `yank-handler' in the doc strings.
19841
19842 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19843
19844 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19845
19846 2005-05-22 Richard M. Stallman <rms@gnu.org>
19847
19848 * help.el (describe-key): Move print-help-return-message call
19849 out of conditional.
19850
19851 * progmodes/etags.el (list-tags): Use with-no-warnings.
19852
19853 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19854 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19855 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19856
19857 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19858
19859 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19860 Add defvar.
19861
19862 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19863 Use defvar, not defconst.
19864
19865 * hexl.el (hexl-follow-line): Use with-no-warnings.
19866
19867 * emulation/tpu-extras.el: Use write-file-functions instead of
19868 write-file-hooks.
19869
19870 * dired.el (dired-font-lock-keywords): Fontify files with junk
19871 extensions even if marked by -F.
19872
19873 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19874
19875 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19876 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19877 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19878 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19879 (concatenate, list-length, get*, getf, cl-remprop):
19880 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19881 (etypecase, progv, lexical-let, lexical-let*)
19882 (multiple-value-bind, multiple-value-setq, shiftf):
19883 Improve argument/docstring consistency.
19884
19885 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19886
19887 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19888
19889 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19890 doesn't exist.
19891
19892 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19893 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19894
19895 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19896
19897 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19898 already deleted variables: auto-fill-hook, blink-paren-hook,
19899 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19900 suspend-hooks, comment-indent-hook, meta-flag,
19901 before-change-function, after-change-function,
19902 font-lock-doc-string-face.
19903
19904 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19905
19906 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19907
19908 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19909
19910 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19911 rmail-dont-reply-to.
19912
19913 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19914
19915 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19916 literal blank when splitting new-header-values.
19917
19918 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19919
19920 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19921 string so that tmm doesn't create a completion entry for it.
19922
19923 * textmodes/table.el (table-disable-menu): Ditto.
19924
19925 2005-05-21 Richard M. Stallman <rms@gnu.org>
19926
19927 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19928
19929 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19930
19931 * net/rcompile.el (remote-compile): Use compilation-start.
19932
19933 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19934
19935 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19936
19937 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19938 Default to makefile-bsdmake-mode on BSD systems.
19939
19940 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19941 REGEXP may also be a search function now. The part of doc-string
19942 for describing the structure was 95% identical to that of
19943 `imenu--generic-function'. Unify it there.
19944
19945 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19946 Use function to find dependencies, because regexp alone is so complex,
19947 it easily goes into an endless loop.
19948 (makefile-makepp-mode): Also add submenu for Perl functions
19949 defined in the makefile.
19950 (makefile-bsdmake-mode): Special imenu-generic-expression no
19951 longer needed, due to function call.
19952 (makefile-match-dependency): Take BOUND into account when checking
19953 if we're through.
19954
19955 2005-05-20 Jay Belanger <belanger@truman.edu>
19956
19957 * calc/calc-units.el (calc-invalidate-units-table):
19958 Use inhibit-read-only.
19959 (math-build-units-table-buffer): Use view-mode.
19960
19961 2005-05-20 David Kastrup <dak@gnu.org>
19962
19963 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19964 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19965
19966 2005-05-20 Lute Kamstra <lute@gnu.org>
19967
19968 * diff-mode.el (diff-header-face, diff-file-header-face)
19969 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19970 (diff-added-face, diff-changed-face, diff-function-face)
19971 (diff-context-face, diff-nonexistent-face): Put them in the
19972 diff-mode customization group.
19973
19974 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19977
19978 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19979
19980 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19981 Minor regexp-optimization.
19982
19983 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19984
19985 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19986 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19987 (org-agenda-add-time-grid-maybe): New function.
19988 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19989 (org-table-create): `dotimes' instead of `mapcar'.
19990 (org-xor): Simplify implementation.
19991 (org-agenda): `inhibit-redisplay' turned on.
19992 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19993 a consistent line after a state change.
19994 (org-agenda-remove-times-when-in-prefix): New option.
19995 (org-prefix-has-time): New variable.
19996 (org-parse-time-string): Optional argument NODEFAULT.
19997 (org-format-agenda-item): Parse items for time-of-day
19998 specifications and move these into the prefix if possible.
19999 (org-agenda-priority): Get current heading, not previous heading
20000 during agenda remote editing.
20001
20002 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20003
20004 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20005 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20006 (remove-duplicates, delete-duplicates, substitute)
20007 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20008 (nsubstitute-if-not, find, find-if, find-if-not, position)
20009 (position-if, position-if-not, count, count-if, count-if-not)
20010 (mismatch, search, sort*, stable-sort, merge, member*)
20011 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20012 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20013 (intersection, nintersection, set-difference, nset-difference)
20014 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20015 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20016 (nsublis, tree-equal): Improve argument/docstring consistency.
20017
20018 * subr.el (send-string, send-region): Remove obsolescence declaration.
20019 (window-dot, set-window-dot, read-input, show-buffer)
20020 (eval-current-buffer, string-to-int):
20021 Add release number to obsolescence declarations.
20022
20023 2005-05-19 Kim F. Storm <storm@cua.dk>
20024
20025 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20026 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20027
20028 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20029
20030 * faces.el (list-faces-display): Make back button respect optional
20031 regexp arg.
20032
20033 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20034
20035 * calculator.el (calculator-radix-grouping-mode)
20036 (calculator-radix-grouping-digits, calculator-displayer)
20037 (calculator-radix-grouping-separator, calculator-copy-displayer):
20038 * dabbrev.el (dabbrev-search-these-buffers-only):
20039 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20040 (diff-advance-after-apply-hunk, diff-mode-hook)
20041 (diff-minor-mode-prefix):
20042 * imenu.el (imenu-use-popup-menu):
20043 * jit-lock.el (jit-lock-context-time):
20044 * newcomment.el (comment-fill-column, comment-column)
20045 (comment-style, comment-padding, comment-multi-line)
20046 (comment-empty-lines, comment-auto-fill-only-comments):
20047 * reveal.el (reveal-around-mark):
20048 * uniquify.el (uniquify-buffer-name-style)
20049 (uniquify-after-kill-buffer-p)
20050 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20051 (uniquify-min-dir-content, uniquify-separator)
20052 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20053 * w32-vars.el (w32-fixed-font-alist):
20054 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20055 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20056 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20057 * progmodes/perl-mode.el (perl-indent-level)
20058 (perl-continued-statement-offset, perl-continued-brace-offset)
20059 (perl-brace-offset, perl-brace-imaginary-offset)
20060 (perl-label-offset, perl-indent-continued-arguments)
20061 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20062 * progmodes/tcl.el (tcl-indent-level)
20063 (tcl-continued-indent-level, tcl-auto-newline)
20064 (tcl-tab-always-indent, tcl-electric-hash-style)
20065 (tcl-help-directory-list, tcl-use-smart-word-finder)
20066 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20067 (inferior-tcl-source-command):
20068 * textmodes/fill.el (enable-kinsoku):
20069 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20070 * textmodes/table.el (table-yank-handler):
20071 Specify missing group (and type, if simple) in defcustom.
20072
20073 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20074
20075 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20076
20077 2005-05-19 Richard M. Stallman <rms@gnu.org>
20078
20079 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20080
20081 * subr.el (event-basic-type): Don't get an error.
20082 (left-fringe-p): Function deleted.
20083
20084 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20085 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20086
20087 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20088 in recursive copy.
20089
20090 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20091
20092 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20093
20094 * emacs-lisp/bytecomp.el
20095 (byte-compile-file-form-custom-declare-variable):
20096 Call byte-compile-nogroup-warn if appropriate.
20097
20098 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20099 (compilation-set-window): Don't call left-fringe-p; do it directly.
20100
20101 2005-05-19 Jay Belanger <belanger@truman.edu>
20102
20103 * calc/calc-graph.el (calc-graph-format-data): Make sure
20104 var-PlotRejects is bound before trying to check its value.
20105
20106 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20107
20108 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20109 definition of this variable from reftex-global.el to reftex.el,
20110 because it is needed in the menu.
20111
20112 2005-05-19 Lute Kamstra <lute@gnu.org>
20113
20114 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20115 years are fixed. Don't insert a space after a dash.
20116
20117 2005-05-19 Kim F. Storm <storm@cua.dk>
20118
20119 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20120
20121 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20122
20123 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20124 strings, because (eq ... ?\\) is fairly frequent.
20125
20126 * progmodes/make-mode.el (makefile-add-this-line-targets):
20127 Simplify and integrate into `makefile-pickup-targets'.
20128 (makefile-add-this-line-macro): Simplify and integrate into
20129 `makefile-pickup-macros.
20130 (makefile-pickup-filenames-as-targets): Simplify.
20131 (makefile-previous-dependency, makefile-match-dependency):
20132 Don't stumble over `::'.
20133
20134 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20135
20136 * subr.el (post-command-idle-hook, post-command-idle-delay):
20137 Remove obsoletion of post-command-idle-hook and
20138 post-command-idle-delay.
20139
20140 * faces.el (list-faces-display): Provide button when describe-face
20141 is called to take user back to the list of faces.
20142
20143 * help-fns.el (describe-variable): Remove hyperlinks in a
20144 variable's value as these are quite frequently inappropriate.
20145
20146 * follow.el (follow-submit-feedback, follow-mode):
20147 Remove references to post-command-idle-hook.
20148
20149 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20150
20151 * progmodes/make-mode.el (makefile-previous-dependency)
20152 (makefile-match-dependency): Check for := (and in bsd mode also
20153 !=) to give a better result, even when font-lock is not on.
20154
20155 2005-05-18 Jay Belanger <belanger@truman.edu>
20156
20157 * calc/calc-help.el (calc-s-prefix-help):
20158 Add `calc-copy-special-constant' to help string.
20159
20160 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20161
20162 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20163
20164 2005-05-18 Jay Belanger <belanger@truman.edu>
20165
20166 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20167 in linear factors are in proper order.
20168
20169 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20170
20171 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20172 Support for jurabib.
20173
20174 * textmodes/reftex.el (featurep): Define aliases for overlay
20175 commands, for XEmacs compatibility, and use these aliases in
20176 overlay initializations.
20177 (reftex-highlight): Use `reftex-move-overlay'.
20178 (reftex-unhighlight): Use `reftex-delete-overlay'.
20179 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20180 (reftex-access-search-path): Use `reftex-uniquify' instead of
20181 `reftex-uniq'
20182
20183 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20184 `before-string' property modification enables for Emacs as well.
20185 (reftex-select-item): Use `reftex-delete-overlay'.
20186 (reftex-select-mark): Use `reftex-make-overlay' and
20187 `reftex-overlay-put'.
20188 (reftex-select-unmark): Use `reftex-delete-overlay' and
20189 `reftex-overlay-put'.
20190
20191 2005-05-18 Lute Kamstra <lute@gnu.org>
20192
20193 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20194
20195 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20196
20197 * add-log.el (add-change-log-entry):
20198 * array.el (array-make-template, array-reconfigure-rows)
20199 (array-init-max-row, array-init-max-column)
20200 (array-init-columns-per-line, array-init-field-width):
20201 * replace.el (replace-match-maybe-edit, perform-replace):
20202 * textmodes/spell.el (spell-region):
20203 Replace `read-input' by `read-string'.
20204
20205 * forms.el (forms-mode):
20206 * finder.el (finder-compile-keywords):
20207 * shadowfile.el (shadow-read-files):
20208 Replace `eval-current-buffer' by `eval-buffer'.
20209
20210 * terminal.el (te-pass-through):
20211 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20212 (ange-ftp-raw-send-cmd):
20213 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20214 (send-process-next-char, telnet-initial-filter, telnet):
20215 Replace `send-string' by `process-send-string'.
20216
20217 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20218 (prolog-consult-region): Replace `send-string' by
20219 `process-send-string'; replace `send-region' by `process-send-region'.
20220
20221 * progmodes/delphi.el (delphi-log-msg):
20222 Replace `set-window-dot' by `set-window-point'.
20223
20224 * subr.el (window-dot, set-window-dot, read-input, send-string)
20225 (send-region, show-buffer, eval-current-buffer):
20226 Make really obsolete, as the comment says.
20227
20228 2005-05-17 Kim F. Storm <storm@cua.dk>
20229
20230 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20231 (cua--init-keymaps): Bind C-return instead of S-return to set
20232 rectangle mark.
20233
20234 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20235 instead of S-return to toggle/clear rectangle mark.
20236
20237 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20238
20239 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20240 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20241 Also fontify plain strings assigned to variables, mostly so that a
20242 colon has a face and is thus not taken as a dependency separator.
20243 (makefile-previous-dependency): Inline the new matcher, because it
20244 is too complex to work in both directions.
20245 (makefile-match-dependency): Eliminate `backward' arg (see above).
20246 Completely reimplemented so as to not sometimes go into an endless
20247 loop. It should also be more efficient, because first it only
20248 searches for `:', instead of applying the very complex regexp.
20249 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20250 to be fontified in one piece can be too long for JIT.
20251 Makefiles are never *that* big.
20252
20253 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20254
20255 * dired.el (dired-mode): Simplify.
20256
20257 2005-05-17 Lute Kamstra <lute@gnu.org>
20258
20259 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20260 defcustom for the mode hook variable.
20261
20262 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20263 Emacs Lisp Reference Manual.
20264
20265 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20266
20267 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20268 (evenp, list*):
20269 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20270 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20271
20272 * net/tramp-smb.el (tramp-smb-open-connection):
20273 Pass `tramp-chunksize' as fifth (required) argument.
20274
20275 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20276
20277 * font-lock.el (lisp-font-lock-keywords-1):
20278 Set `font-lock-negation-char-face' for [^...] char group.
20279 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20280
20281 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20282 a var, and refine it to mask one more level of nested vars.
20283 (makefile-rule-action-regex): Turn it into a var, and refine it so
20284 it recognizes backslashed continuation lines as belonging to the
20285 same command.
20286 (makefile-macroassign-regex): Refine it so it recognizes
20287 backslashed continuation lines as belonging to the same command.
20288 (makefile-var-use-regex): Don't look at the next char, because it
20289 might be the same one to be skipped by the initial [^$], leading
20290 to an overlooked variable use.
20291 (makefile-make-font-lock-keywords): Remove two parameters, which
20292 are now variables that some of the modes set locally.
20293 Handle dependency and rule action matching through functions, because
20294 regexps alone match too often. Dependency matching now comes
20295 last, so it can check, whether a colon already matched something else.
20296 (makefile-mode): Inform that font-lock improves makefile parsing
20297 capabilities.
20298 (makefile-match-dependency, makefile-match-action): New functions.
20299
20300 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20301
20302 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20303
20304 * align.el (align-regexp):
20305 * ansi-color.el (ansi-color-get-face):
20306 * array.el (array-reconfigure-rows, array-init-max-row)
20307 (array-init-max-column, array-init-columns-per-line)
20308 (array-init-field-width):
20309 * dired-aux.el (dired-trample-file-versions):
20310 * dired-x.el (dired-mark-sexp):
20311 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20312 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20313 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20314 * faces.el (face-read-integer):
20315 * files.el (backup-extract-version, insert-directory):
20316 * hexl.el (hexl-insert-decimal-char):
20317 * server.el (server-process-filter):
20318 * shell.el (shell-extract-num):
20319 * startup.el (command-line-1):
20320 * term.el (term-command-hook):
20321 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20322 (time-stamp-do-number):
20323 * time.el (display-time-update):
20324 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20325 (timezone-fix-time):
20326 * vms-patch.el (vms-suspend-resume-hook):
20327 * calendar/appt.el (appt-convert-time):
20328 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20329 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20330 * calendar/cal-islam.el (mark-islamic-diary-entries):
20331 * calendar/calendar.el (calendar-cursor-to-date)
20332 (calendar-star-date):
20333 * calendar/diary-lib.el (diary-attrtype-convert)
20334 (mark-diary-entries, diary-entry-time):
20335 * calendar/solar.el (solar-get-number):
20336 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20337 * emacs-lisp/re-builder.el (reb-display-subexp):
20338 * emulation/edt.el (edt-set-scroll-margins):
20339 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20340 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20341 (vip-get-ex-count):
20342 * emulation/viper-ex.el (viper-get-ex-token)
20343 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20344 * international/fontset.el (fontset-plain-name):
20345 * mail/feedmail.el (feedmail-look-at-queue-directory):
20346 * mail/mailalias.el (mail-get-names):
20347 * mail/rmail.el (rmail-convert-to-babyl-format):
20348 * mail/rmailsum.el (rmail-make-basic-summary-line)
20349 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20350 (rmail-summary-goto-msg):
20351 * mail/smtpmail.el (smtpmail-read-response):
20352 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20353 (ange-ftp-vms-add-file-entry):
20354 * play/gametree.el (gametree-looking-at-ply)
20355 (gametree-current-branch-score):
20356 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20357 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20358 * progmodes/cperl-mode.el (condition-case):
20359 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20360 (ebrowse-set-member-buffer-column-width)
20361 (ebrowse-select-1st-to-9nth):
20362 * progmodes/etags.el (etags-snarf-tag):
20363 * progmodes/flymake.el (flymake-parse-line):
20364 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20365 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20366 (idlwave-shell-menu-def):
20367 * progmodes/ps-mode.el (ps-run-goto-error):
20368 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20369 (vhdl-speedbar-contract-level):
20370 * term/mac-win.el (x-handle-numeric-switch):
20371 * term/sun-mouse.el (sun-get-frame-data):
20372 * term/w32-win.el (x-handle-numeric-switch):
20373 * term/x-win.el (x-handle-numeric-switch):
20374 * textmodes/ispell.el (ispell-parse-output):
20375 * textmodes/nroff-mode.el (nroff-outline-level):
20376 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20377 (reftex-bib-sort-year-reverse, reftex-format-citation):
20378 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20379 (reftex-section-number):
20380 * textmodes/texinfmt.el (texinfo-paragraphindent):
20381 Replace `string-to-int' by `string-to-number'.
20382
20383 * international/latexenc.el: Add page marker to force the "Local
20384 Variables:" string out of the last page.
20385
20386 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20387
20388 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20389 tooltip-change-major-mode.
20390 (gud-tooltip-print-command): Remove case where gud-minor-mode
20391 is gdb ("--fullname").
20392 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20393 explain to user.
20394
20395 2005-05-16 Jay Belanger <belanger@truman.edu>
20396
20397 * calc/calc-store.el (calc-copy-special-constant): New function.
20398
20399 * calc/calc-ext.el (calc-init-extensions): Add binding for
20400 `calc-copy-special-constant'.
20401
20402 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20403 for the `calc-copy-special-constant' command.
20404
20405 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20406
20407 * subr.el (left-fringe-p): New function.
20408
20409 * progmodes/compile.el (compilation-setup): Set local value of
20410 overlay-arrow-string to "" always.
20411 (compilation-set-window): Left fringe then don't scroll.
20412 No left fringe then no arrow and scroll message to top.
20413 (compilation-context-lines): Adjust doc string accordingly.
20414
20415 2005-05-16 Kim F. Storm <storm@cua.dk>
20416
20417 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20418 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20419 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20420 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20421 (ido-read-file-name): Handle commands with ido property value
20422 equal to find-file as reading a file name, to allow C-d to enter dired.
20423 (ibuffer-find-file): Add ido property with value find-file.
20424
20425 2005-05-15 Kim F. Storm <storm@cua.dk>
20426
20427 * subr.el (open-network-stream-nowait): Remove.
20428 (open-network-stream-server): Remove.
20429
20430 2005-05-15 Richard M. Stallman <rms@gnu.org>
20431
20432 * faces.el (describe-face): Output a definition link button.
20433
20434 * help-mode.el (help-face-def): New button type.
20435
20436 * emacs-lisp/copyright.el (copyright-fix-years):
20437 Match properly if the first year is 2-digit.
20438 Don't mess up the whitespace after the years by filling.
20439
20440 * dired-aux.el (dired-mark-confirm):
20441 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20442
20443 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20444 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20445 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20446
20447 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20448 Set font-lock-comment-start-skip.
20449
20450 * font-lock.el (font-lock-comment-start-skip): New variable.
20451 (font-lock-comment-end-skip): New variable.
20452 (font-lock-fontify-syntactically-region): Use them if non-nil.
20453
20454 2005-05-15 Jay Belanger <belanger@truman.edu>
20455
20456 * calc/calc-store.el (calc-store-value): Return a string rather
20457 than display it as a message.
20458 Use calc-var-name for variable name.
20459 (calc-store-into): Add the result of calc-store-value to message.
20460 (calc-copy-variable): Add a message.
20461 (calc-store-exchange): Improve error messages.
20462 (calc-store-binary, calc-store-map): Don't reset the values of
20463 special constants.
20464
20465 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20466
20467 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20468 manual to docstring.
20469
20470 * files.el (hack-local-variables-confirm): Add STRING argument.
20471 Make the function handle non file visiting buffers correctly.
20472 (hack-local-variables-prop-line, hack-local-variables)
20473 (hack-one-local-variable): Use STRING arg of
20474 `hack-local-variables-confirm'.
20475
20476 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20477
20478 Sync with Tramp 2.0.49.
20479
20480 * net/tramp.el (tramp-handle-dired-call-process)
20481 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20482 because the contents of the Tramp buffer is changed before
20483 insertion (`expand-file' and alike).
20484 (tramp-handle-insert-directory): If `localname' has an empty
20485 nondirectory name, it must not be quoted.
20486 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20487 variable `tramp-chunksize'. Change callees.
20488 (tramp-open-connection-setup-interactive-shell): Check remote host
20489 for buggy `send-process-string' implementation.
20490 Set `tramp-chunksize' if found. Reported by Michael Kifer
20491 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20492 (tramp-handle-shell-command): `insert-buffer' cannot be used
20493 because the contents of the Tramp buffer is changed before
20494 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20495 <frederic.bothamy@free.fr>.
20496 (tramp-set-auto-save): Actions should be done for Tramp file name
20497 handler only. Ange-FTP has its own auto-save mechanism.
20498 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20499 (tramp-set-auto-save-file-modes): Set file modes of
20500 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20501 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20502 (tramp-bug): Remove obsolete variable.
20503 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20504 for presence of `mml-mode'. Make it running for older Emacsen as well.
20505
20506 2005-05-14 John Paul Wallington <jpw@pobox.com>
20507
20508 * ibuf-ext.el (define-ibuffer-filter filename):
20509 If `dired-directory' is a list, use its car.
20510
20511 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20512
20513 * ibuffer.el (define-ibuffer-column filename):
20514 If `dired-directory' is a list, use its car.
20515
20516 2005-05-14 Richard M. Stallman <rms@gnu.org>
20517
20518 * subr.el (symbol-file): Doc fix.
20519
20520 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20521 (byte-compile-form): Call byte-compile-nogroup-warn.
20522 (byte-compile-warning-types): Doc fix.
20523
20524 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20525
20526 * progmodes/cc-engine.el (c-literal-faces):
20527 Add font-lock-comment-delimiter-face.
20528
20529 * net/net-utils.el (dig): Use with-no-warnings.
20530
20531 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20532 (sc-recite-frame-alist, sc-default-cite-frame)
20533 (sc-default-uncite-frame, sc-default-recite-frame)
20534 (sc-attrib-selection-list, sc-rewrite-header-list):
20535 Mark as risky-local-variable.
20536
20537 * international/ogonek.el (ogonek-jak, ogonek-how):
20538 Don't use beginning-of-buffer.
20539
20540 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20541
20542 * calendar/solar.el (solar-data-list): Move definition up.
20543
20544 * dnd.el (dnd-protocol-alist): Add autoload.
20545
20546 * progmodes/sh-script.el: Many doc usage fixes.
20547 (sh-indent-after-do): Change default to match common styles.
20548
20549 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20550
20551 * files.el (interpreter-mode-alist)
20552 (auto-mode-interpreter-regexp): Doc fixes.
20553
20554 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20555
20556 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20557
20558 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20559
20560 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20561
20562 * dired.el (dired-mode): make-variable-buffer-local =>
20563 make-local-variable.
20564
20565 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20566
20567 * term/mac-win.el (mac-select-convert-to-string): Try coding
20568 systems in mac-script-code-coding-systems if specified one cannot
20569 encode string for `com.apple.traditional-mac-plain-text'.
20570
20571 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20572
20573 * progmodes/make-mode.el (makefile-targets-face)
20574 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20575 (makefile-dependency-regex): Fix it to not make the colon in
20576 $(var:a=b) special.
20577 (makefile-rule-action-regex): New regexp for highlighting embedded
20578 Shell strings.
20579 (makefile-macroassign-regex): Handle != for highlighting as
20580 embedded Shell strings.
20581 (makefile-var-use-regex): New const.
20582 (makefile-statements, makefile-automake-statements)
20583 (makefile-gmake-statements, makefile-makepp-statements)
20584 (makefile-bsdmake-statements): New consts.
20585 (makefile-make-font-lock-keywords): New function.
20586 (makefile-automake-font-lock-keywords)
20587 (makefile-gmake-font-lock-keywords)
20588 (makefile-makepp-font-lock-keywords)
20589 (makefile-bsdmake-font-lock-keywords): New consts.
20590 (makefile-mode-map): Add switchers between the various submodes.
20591 (makefile-mode): Document the availability of the variants.
20592 (makefile-automake-mode, makefile-gmake-mode)
20593 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20594
20595 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20596 new variants of makefile-mode.
20597
20598 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20601 the inheritance.
20602
20603 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20604
20605 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20606 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20607
20608 * files.el (normal-mode): Extend the scope of the
20609 `enable-local-variables' binding to include the `set-auto-mode' call.
20610 (magic-mode-alist): Doc fix.
20611
20612 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20613
20614 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20615 font-lock-comment-face rather than copying its setting.
20616
20617 2005-05-12 Andreas Schwab <schwab@suse.de>
20618
20619 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20620
20621 2005-05-12 Lute Kamstra <lute@gnu.org>
20622
20623 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20624 defcustom for the mode hook variable. Delete the last argument.
20625 * generic-x.el: Fix callers of define-generic-mode.
20626 (generic-x-modes): Delete group.
20627 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20628 generic-x customization group.
20629
20630 2005-05-12 Kim F. Storm <storm@cua.dk>
20631
20632 * font-lock.el (font-lock-negation-char-face): Default to "off".
20633
20634 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20635 font-lock-negation-char-face to ! in !=.
20636
20637 2005-05-12 Masatake YAMATO <jet@gyve.org>
20638
20639 * add-log.el (find-change-log): Fix typos in the docstring
20640 of function.
20641
20642 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20643
20644 * international/latexenc.el (latexenc-find-file-coding-system):
20645 Avoid `re-search-forward' when looking for input encoding because
20646 of speed and safety. Better regular expressions for recognizing
20647 input encoding. Limit a search for TeX-master/tex-main-file to
20648 the local variable section.
20649
20650 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20651
20652 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20653 syntax of $ to "'" (quote).
20654
20655 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20656
20657 * dnd.el (dnd-protocol-alist): Improve custom type.
20658
20659 * dired.el (dired-dnd-protocol-alist): New variable.
20660 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20661 `dired-mode-hook' to the end.
20662
20663 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20664
20665 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20666 comment-end if comment-start-skip is not set.
20667 Obey the font-lock-comment-delimiter-face variables.
20668
20669 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20670
20671 * files.el (executable-find): Move from executable.el. Use
20672 locate-file.
20673 * progmodes/executable.el (executable-find): Move to files.el.
20674
20675 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20676 when trying to ensure forward progress.
20677
20678 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20679
20680 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20681 (mouse-select, mouse-select-internal, mouse-extend-internal):
20682 Use it to implement mouse-1-click-follows-link functionality.
20683
20684 2005-05-11 Richard M. Stallman <rms@gnu.org>
20685
20686 * font-lock.el (font-lock-fontify-syntactically-region):
20687 Use font-lock-comment-delimiter-face for comment delimiters.
20688
20689 2005-05-10 Jay Belanger <belanger@truman.edu>
20690
20691 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20692 preserving embedded modes.
20693
20694 2005-05-10 Richard M. Stallman <rms@gnu.org>
20695
20696 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20697
20698 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20699 Move from ada-stmt.el.
20700 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20701
20702 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20703 Move to ada-mode.el.
20704 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20705
20706 * cus-edit.el (custom-file): Call file-chase-links.
20707
20708 * files.el (read-directory-name): Fix previous change.
20709 (hack-local-variables-confirm): New function.
20710 (hack-local-variables-prop-line, hack-local-variables)
20711 (hack-one-local-variable): Use it.
20712
20713 2005-05-10 Lute Kamstra <lute@gnu.org>
20714
20715 * font-lock.el (font-lock-keywords-alist)
20716 (font-lock-removed-keywords-alist): Clarify docstrings.
20717
20718 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20719
20720 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20721 (gdb-source-info): Check for preprocessor info.
20722 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20723 a macro for a function.
20724 (gdb-info-breakpoints-custom): Try to find file again if not already
20725 found (user might have used GDB dir command).
20726 (gdb-get-location): Update gdb-location-alist correctly for change
20727 to gdb-info-breakpoints-custom.
20728
20729 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20730 (gud-tooltip-print-command): Add gdbmi case.
20731 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20732 preprocessor info.
20733
20734 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20735
20736 * startup.el (fancy-splash-insert): Fix typo in doc string.
20737
20738 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20739
20740 * obsolete/float.el (string-to-float):
20741 * obsolete/hilit19.el (hilit-add-pattern):
20742 * obsolete/rnews.el (news-parse-range, news-select-message)
20743 (news-get-pruned-list-of-files): Replace `string-to-int' by
20744 `string-to-number'.
20745
20746 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20747 `find-file-not-found-hooks'; use `add-hook'.
20748 (uncompress-while-visiting): Set `write-file-functions', not
20749 `write-file-hooks'; use `add-hook'.
20750
20751 2005-05-09 Kim F. Storm <storm@cua.dk>
20752
20753 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20754 (cua-paste): Handle clipboard action.
20755 (cua--init-keymaps): Remap clipboard-kill-region and
20756 clipboard-kill-ring-save.
20757
20758 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20759
20760 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20761 Improve commentary.
20762
20763 * simple.el (next-error-overlay-arrow-position): Revert the change
20764 made on 2005-04-30.
20765
20766 2005-05-07 Jay Belanger <belanger@truman.edu>
20767
20768 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20769 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20770 `calc-sel-reselect'.
20771
20772 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20773 Calc is in embedded mode.
20774
20775 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20776
20777 * progmodes/compile.el (compilation-setup):
20778 Set overlay-arrow-string to an empty string on text terminals.
20779
20780 * textmodes/ispell.el (ispell-program-name): Try looking for
20781 "aspell" along exec-path, and if found, use it as the default
20782 speller program.
20783
20784 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20785
20786 * international/mule.el (sgml-xml-auto-coding-function):
20787 Recognize encoding='FOO' in single quotes as well as in double quotes.
20788
20789 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20790
20791 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20792 as well as `interactive', so that defmacro* would recognize
20793 `declare' forms.
20794
20795 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20796
20797 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20798 Explain more about the LIGHTER arg's usage in the doc string.
20799 Add commentary to clarify what the code does. Fix the regexp that
20800 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20801 since it could have characters special to regular expressions.
20802
20803 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20804
20805 * replace.el (occur-1): Bind inhibit-read-only so that
20806 erase-buffer doesn't barf on read-only text properties (likewise
20807 for add-text-properties in occur-engine). Mark buffer as unmodified.
20808 (occur-engine): Don't set buffer-read-only here.
20809
20810 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20811
20812 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20813 list-buffers-directory. This caused the *cvs-commit* buffer to be
20814 sometimes mistakenly reused as a *cvs* buffer.
20815
20816 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20817
20818 * tooltip.el: Move code for GUD tooltips into gud.el.
20819 (require): CL no longer needed to compile case.
20820 (tooltip-mode): Do not toggle functions for GUD tooltips.
20821 (tooltip-gud-tips-p): Remove. Replace with minor mode
20822 gud-tooltip-mode in gud.el.
20823 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20824 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20825 tooltip-gud prefix with gud-tooltip and obsolete.
20826 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20827 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20828 (tooltip-mouse-motion): Mouse movement functions/variable.
20829 Rename in gud.el by adding gud prefix.
20830 (tooltip-gud-original-filter, tooltip-gud-dereference)
20831 (tooltip-gud-event, tooltip-toggle-gud-tips)
20832 (tooltip-gud-process-output, tooltip-gud-print-command)
20833 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20834 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20835 (gdb-tooltip-print): Move to gdb-ui.el.
20836
20837 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20838 (require): CL needed to compile case.
20839 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20840 tooltip-gud-tips-p. Make it a minor-mode.
20841 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20842 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20843 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20844 (gud-tooltip-change-major-mode)
20845 (gud-tooltip-activate-mouse-motions-if-enabled)
20846 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20847 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20848 (gud-tooltip-original-filter, gud-tooltip-dereference)
20849 (gud-tooltip-event, tooltip-toggle-gud-tips)
20850 (gud-tooltip-process-output, gud-tooltip-print-command)
20851 (gud-tooltip-tips): Move from tooltip.el.
20852
20853 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20854 (gdb-cpp-define-alist-flags): Doc fix.
20855 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20856 gud-tooltip-mode is t.
20857
20858 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20859
20860 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20861 evaporate if their text is deleted.
20862 (goto-address-at-point): Make it work as a mouse binding as well.
20863 (goto-address-at-mouse): Obsolete it. Update users.
20864
20865 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20866
20867 * calendar/appt.el (top-level): No longer activate on load.
20868
20869 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20870
20871 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20872 * net/webjump.el (webjump):
20873 * progmodes/idlw-help.el (idlwave-do-context-help1)
20874 (idlwave-highlight-linked-completions):
20875 * textmodes/po.el (po-find-file-coding-system-guts):
20876 Replace `assoc-ignore-case' by `assoc-string'.
20877
20878 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20879
20880 * files.el (locate-file): Doc fix.
20881
20882 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20883 Remove the redundant test for ms-dos.
20884
20885 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20886 look for the preprocessor with exec-suffixes. If not found in
20887 standard places, look in exec-path. Remove most of the tests that
20888 used system-type.
20889
20890 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20891
20892 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20893
20894 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20895 file-name clash with jka-compr.el on 8+3 filesystems.
20896
20897 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20898
20899 * term/mac-win.el: Don't define or bind scroll bar functions if
20900 x-toolkit-scroll-bars is t.
20901 (x-select-text, x-get-selection-value): Clear
20902 x-last-selected-text-clipboard if x-select-enable-clipboard is
20903 nil.
20904 (PRIMARY): Put mac-scrap-name property.
20905 (mac-select-convert-to-file-url): New function.
20906 (public.file-url): New selection target type. Add to
20907 selection-converter-alist.
20908 (x-get-selection, x-selection-value): Handle it.
20909 (x-cut-buffer-or-selection-value): New alias.
20910
20911 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20912
20913 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20914 entry to avoid calling bibtex-find-entry with arg global
20915 being t. Remove arg key.
20916 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20917 (bibtex-copy-summary-as-kill): Change accordingly.
20918
20919 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20920
20921 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20922 (org-agenda-date-later): Use with-current-buffer.
20923
20924 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20925
20926 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20927 (define-obsolete-variable-alias): Doc Fixes.
20928
20929 2005-05-06 Kim F. Storm <storm@cua.dk>
20930
20931 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20932 vertical-motion when selective-display is active.
20933
20934 * ido.el (ido-setup-hook): New hook.
20935 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20936 (ido-input-stack): New var.
20937 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20938 ido-next-work-file binding to M-O.
20939 Bind M-f to ido-wide-find-file-or-pop-dir.
20940 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20941 (ido-read-internal): Run ido-setup-hook.
20942 Catch quit in read-file-name and read-string to cancel edit.
20943 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20944 Automatically pop-all when completing a directory name (RET).
20945 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20946 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20947 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20948 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20949 New functions for M-b/M-f to move among the directory components.
20950 (ido-make-merged-file-list): Catch quit to cancel merge.
20951 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20952 (ido-completion-help): No warnings for ido-completion-buffer-full.
20953
20954 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20955
20956 * font-lock.el (font-lock-negation-char-face): New face and variable.
20957 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20958 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20959 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20960 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20961
20962 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20963
20964 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20965 Fix typo in docstring.
20966
20967 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20968 (ebrowse-print-statistics-line)
20969 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20970
20971 * term/w32-win.el (image-library-alist): Add additional name for
20972 Xpm library.
20973
20974 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20975
20976 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20977 use gcc instead of cpp.
20978
20979 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20980 (gdb-create-define-alist): Use it.
20981 (gdb-cpp-define-alist-program): Update for MS-DOS.
20982
20983 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20984
20985 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20986
20987 2005-05-04 Richard M. Stallman <rms@gnu.org>
20988
20989 * help.el (describe-key): No error when UNTRANSLATED is nil.
20990
20991 * simple.el (line-move-1): Fix previous change to signal errors
20992 appropriately.
20993
20994 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20995
20996 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20997 (icalendar-duration-correction): Remove.
20998 (icalendar--get-event-properties): Split result at commas.
20999 (icalendar--decode-isoduration): New optional argument
21000 DURATION-CORRECTION.
21001 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21002 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21003 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21004 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21005 (icalendar--convert-anniversary-to-ical): New functions, extracted
21006 from icalendar-export-region, with bug fixes.
21007 (icalendar-export-region): Use the above functions.
21008 (icalendar-import-buffer): Check before saving diary file.
21009 (icalendar--convert-recurring-to-diary)
21010 (icalendar--convert-non-recurring-all-day-to-diary)
21011 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21012 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21013 (icalendar--convert-ical-to-diary): Use the above functions.
21014
21015 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21016
21017 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21018 Remove these recent additions.
21019 (c-mode): Restore to before 2005-04-28.
21020
21021 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21022 recent addition.
21023
21024 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21025 (gdb-define-alist): New variables.
21026 (gdb-create-define-alist): New function.
21027 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21028 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21029 with string-to-number.
21030 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21031
21032 * progmodes/gud.el: Replace string-to-int with string-to-number.
21033 (gud-find-file): Handle gdb-define-alist.
21034
21035 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21036
21037 2005-05-02 Jay Belanger <belanger@truman.edu>
21038
21039 * calc/calc-aent.el (math-read-token):
21040 * calc/calc-bin.el (calc-word-size):
21041 * calc/calc-ext.el (calc-read-number-fancy):
21042 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21043 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21044 * calc/calc-frac.el (calc-over-notation):
21045 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21046 (calc-graph-num-points, calc-graph-init):
21047 * calc/calc-prog.el (calc-read-parse-table-part)
21048 (calc-edit-macro-repeats):
21049 * calc/calc-yank.el (calc-do-grab-rectangle):
21050 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21051 Replace `string-to-int' by `string-to-number'.
21052
21053 2005-05-02 Kim F. Storm <storm@cua.dk>
21054
21055 * kmacro.el: Use executing-kbd-macro-index variable.
21056
21057 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21058
21059 * net/rlogin.el (rlogin-parse-words): Delete func.
21060 (rlogin): Use split-string, not rlogin-parse-words.
21061 Also, if there are option-like elements in the parsed args,
21062 take the host to be the first arg immediately following them.
21063 Suggested by Michael Mauger.
21064
21065 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21066
21067 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21068
21069 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21070
21071 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21072 (cc-mode-cpp-program): Rename to cc-define-list-program and
21073 move to cc-vars.el.
21074
21075 * progmodes/cc-vars.el (cc-define-list-program):
21076 Change to "gcc -E -dM -". Make customizable.
21077
21078 2005-05-02 Kim F. Storm <storm@cua.dk>
21079
21080 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21081
21082 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21083
21084 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21085
21086 * international/mule-util.el (truncate-string): Remove alias and
21087 obsolete declaration.
21088
21089 * international/mule-cmds.el (update-iso-coding-systems):
21090 Remove alias and obsolete declaration.
21091
21092 * international/mule.el (coding-system-parent): Remove alias and
21093 obsolete declaration.
21094
21095 * subr.el (define-function, sref): Remove aliases and obsolete
21096 declarations.
21097 (chars-in-region): Remove obsolete declaration.
21098
21099 2005-05-01 Richard M. Stallman <rms@gnu.org>
21100
21101 * info.el (Info-mode): Set widen-automatically to nil, locally.
21102
21103 * simple.el (widen-automatically): New variable.
21104 (pop-global-mark): Obey widen-automatically.
21105
21106 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21107
21108 * term/xterm.el (function-key-map): Call substitute-key-definition
21109 before the keymap size is increased by a lot of define-key calls.
21110
21111 2005-05-01 Richard M. Stallman <rms@gnu.org>
21112
21113 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21114 Rename ARG to ELEMENT. Doc fix.
21115
21116 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21117
21118 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21119 Remove references to allout-exposure/change to allout-new-exposure.
21120
21121 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21122 bytecode symbols.
21123
21124 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21125 (compiled-function-p, focus-frame, unfocus-frame):
21126 Remove aliases and obsolete declarations.
21127 Back out inadvertent changes from previous commit.
21128
21129 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21130
21131 * files.el (require-final-newline): Make Custom tags consistent
21132 with mode-require-final-newline.
21133 (mode-require-final-newline): Doc fix.
21134
21135 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21136
21137 * international/latexenc.el (latexenc-find-file-coding-system):
21138 Fix regular expressions.
21139
21140 2005-05-01 David Kastrup <dak@gnu.org>
21141
21142 * international/latexenc.el (latexenc-find-file-coding-system):
21143 Fix regular expressions.
21144
21145 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21146
21147 * subr.el (string-to-int): Make obsolete.
21148
21149 2005-04-30 Richard M. Stallman <rms@gnu.org>
21150
21151 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21152
21153 * loadup.el: load jka-comp-hook.
21154
21155 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21156 (jka-compr-handler): Add autoload. `put' calls moved
21157 to jka-comp-hook.el.
21158 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21159 (jka-compr-inhibit): Autoload.
21160
21161 * jka-comp-hook.el: New file.
21162 Enable the mode by default.
21163
21164 * files.el (backup-buffer-copy): Use copy-file instead
21165 of write-region, and put back the 'excl.
21166
21167 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21168
21169 * progmodes/flymake.el (flymake-split-string)
21170 (flymake-split-string, flymake-log, flymake-pid-to-names)
21171 (flymake-reg-names, flymake-get-source-buffer-name)
21172 (flymake-unreg-names, flymake-add-line-err-info)
21173 (flymake-add-err-info): Clarify docstrings.
21174 (flymake-popup-menu, flymake-make-emacs-menu)
21175 (flymake-make-xemacs-menu): Add docstrings.
21176 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21177 Set variables directly throughout.
21178
21179 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21180
21181 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21182 exists. Initialize cc-define-alist.
21183 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21184 If there is no file (Macroexpansion) don't create an alist.
21185
21186 2005-04-29 Sam Steingold <sds@gnu.org>
21187
21188 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21189 (cc-create-define-alist): Use it instead of the hard-coded string.
21190
21191 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21192
21193 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21194 for latexenc.
21195
21196 2005-04-29 Lute Kamstra <lute@gnu.org>
21197
21198 * emacs-lisp/generic.el: Improve commentary section.
21199 (define-generic-mode): Improve docstring.
21200
21201 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21202
21203 * textmodes/org.el (many places): Change to quiet the byte compiler.
21204 (org-prefix-format-compiled): New variable.
21205 (org-compile-prefix-format): New function.
21206 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21207 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21208 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21209 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21210 consistency with entries from `org-mode' files.
21211 (org-get-time-of-day): Fix bug with partial matches early in a line.
21212 (org-non-link-chars): New constant.
21213 (org-link-regexp): Respect `org-non-link-chars'.
21214 (org-agenda-day-view): Remove command.
21215 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21216 (org-follow-bbdb-link, org-store-link): Search also company field.
21217 (org-highlight-overlay): New variable.
21218 (org-highlight, org-unhighlight): New functions.
21219 (org-agenda-mode): Add pre-command-hook to remove highlight.
21220 (org-evaluate-time-range): Behavior depends upon whether time stamp
21221 contains a time or not.
21222 (org-show-subtree, org-show-entry): New functions.
21223 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21224
21225 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21226
21227 * comint.el (comint-output-filter-functions): Add autoload cookie.
21228
21229 2005-04-28 Kim F. Storm <storm@cua.dk>
21230
21231 * ido.el (ido-everywhere): Fix last change.
21232
21233 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21234
21235 * international/latexenc.el: New file.
21236 * international/mule-conf.el (file-coding-system-alist): For .tex,
21237 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21238
21239 2005-04-28 Lute Kamstra <lute@gnu.org>
21240
21241 * font-lock.el (font-lock-add-keywords)
21242 (font-lock-remove-keywords): Clarify docstring.
21243 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21244 Don't start docstrings with a `*'.
21245 (font-lock-update-removed-keyword-alist): Give it a docstring.
21246
21247 * generic-x.el: Update commentary section.
21248 Only require font-lock when compiling.
21249 Define all modes conditionally.
21250 Place all generic modes in the generic-x-modes customization group.
21251 (generic-x-modes): New customization group.
21252 (generic-default-modes, generic-mswindows-modes)
21253 (generic-unix-modes, generic-other-modes): New constants.
21254 (generic-define-mswindows-modes, generic-define-unix-modes):
21255 Update docstrings. Make them obsolete.
21256 (generic-extras-enable-list): New default value. Update docstring.
21257 Improve :type. Change :set function.
21258 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21259 Fix docstring.
21260
21261 * emacs-lisp/generic.el (generic-mode-internal):
21262 Simplify font-lock-defaults.
21263 (define-generic-mode): Fix docstring.
21264
21265 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21266
21267 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21268 font-lock-face property to highlight matches.
21269
21270 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21271
21272 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21273 (cc-define-alist): New variable.
21274 (c-mode): Make it local and initialize it.
21275
21276 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21277 (gdb-exited): New function.
21278 (gdb-annotation-rules): Use it.
21279 (gdb-starting): Set gdb-active-process to t.
21280 (gdb-stopping): Amend doc string.
21281 (gdb-reset): Set gdb-active-process to nil.
21282
21283 * tooltip.el (tooltip-gud-tips): Show the associated #define
21284 directives when a C program under GDB is not executing.
21285
21286 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21287
21288 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21289 font-lock-fontify-syntactic-keywords.
21290
21291 * font-lock.el (font-lock-default-fontify-region): Don't force
21292 parse-sexp-lookup-properties to nil.
21293
21294 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21295
21296 * man.el (man-mode-syntax-table): Set up `:' to have
21297 word-constituent syntax.
21298
21299 2005-04-27 Lute Kamstra <lute@gnu.org>
21300
21301 * novice.el (disable-command): Don't add spurious newlines to the
21302 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21303
21304 2005-04-26 Jay Belanger <belanger@truman.edu>
21305
21306 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21307 than one window before deleting window.
21308
21309 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21310
21311 * shell.el (shell-prompt-pattern): Doc fix.
21312 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21313
21314 * comint.el (comint-prompt-regexp, comint-get-old-input)
21315 (comint-use-prompt-regexp)
21316 (comint-use-prompt-regexp-instead-of-fields)
21317 (comint-replace-by-expanded-history, comint-send-input)
21318 (comint-output-filter, comint-get-old-input-default)
21319 (comint-line-beginning-position, comint-bol, comint-show-output)
21320 (comint-backward-matching-input, comint-forward-matching-input)
21321 (comint-next-prompt, comint-previous-prompt):
21322 Rename `comint-use-prompt-regexp-instead-of-fields' to
21323 `comint-use-prompt-regexp'. Keep old name as alias and declare
21324 obsolete.
21325 (comint-use-prompt-regexp): Shorten first line of doc string.
21326
21327 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21328 Set paragraph-separate buffer locally to "\\'".
21329
21330 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21331 Adapt to above name change.
21332
21333 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21334 (smbclient-prompt-regexp): Ditto.
21335
21336 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21337
21338 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21339
21340 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21341 gdb-location-list.
21342 Break lines that are over 80 characters wide.
21343
21344 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21345
21346 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21347 New fun and var, to preserve compatibility.
21348
21349 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21350
21351 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21352
21353 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21354 name to file-newer-than-file-p.
21355
21356 2005-04-26 Richard M. Stallman <rms@gnu.org>
21357
21358 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21359
21360 * progmodes/python.el (python-mode):
21361 Use new name eldoc-documentation-function.
21362
21363 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21364
21365 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21366 (eldoc-documentation-function):
21367 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21368
21369 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21370
21371 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21372
21373 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21374
21375 * term/xterm.el (function-key-map): Fix strings for
21376 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21377 {C,S,A,C-S}-{f1-f12}.
21378
21379 2005-04-26 Kenichi Handa <handa@m17n.org>
21380
21381 * international/mule-cmds.el (select-safe-coding-system):
21382 Fix previous change.
21383
21384 2005-04-26 Lute Kamstra <lute@gnu.org>
21385
21386 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21387
21388 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21389 (font-lock-comment-delimiter-face): Ditto.
21390
21391 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21392
21393 2005-04-25 Jay Belanger <belanger@truman.edu>
21394
21395 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21396 to t while inserting information; use help-mode.
21397
21398 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21399
21400 * term.el (ansi-term-color-vector): Use the xterm colors.
21401 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21402
21403 2005-04-25 Lute Kamstra <lute@gnu.org>
21404
21405 * font-core.el (font-lock-defaults): Fix docstring.
21406
21407 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21408
21409 2005-04-25 Kenichi Handa <handa@m17n.org>
21410
21411 * international/mule-cmds.el (select-safe-coding-system):
21412 Don't check consistency with coding: spec, etc if raw-text or
21413 no-conversion was found to be safe.
21414
21415 2005-04-24 Richard M. Stallman <rms@gnu.org>
21416
21417 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21418 citation markers at start of each line.
21419
21420 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21421 citation markers at start of each line.
21422
21423 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21424
21425 * files.el (mode-require-final-newline): Fix previous change.
21426 (require-final-newline): Fix type label.
21427
21428 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21429
21430 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21431 statement in buffer (broken by 2004-11-24 change).
21432
21433 2005-04-24 Kim F. Storm <storm@cua.dk>
21434
21435 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21436 and read-file-name-function values. Don't overwrite existing
21437 non-nil values if ido-mode is enabled without ido-everywhere.
21438
21439 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21440
21441 * files.el (mode-require-final-newline): Minor doc fix.
21442
21443 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21444
21445 * subr.el (syntax-after): Doc fix.
21446 (syntax-class): If argument is nil, return nil. Mask off upper 16
21447 bits, not 8 bits.
21448
21449 * files.el (mode-require-final-newline): Doc fix.
21450 (backup-buffer-copy): Fix last change.
21451
21452 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21453
21454 * term/mac-win.el: Require select. Set selection-coding-system to
21455 mac-system-coding-system. Call menu-bar-enable-clipboard.
21456 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21457 (x-select-enable-clipboard): New variables.
21458 (x-select-text, x-get-selection, x-selection-value)
21459 (x-get-selection-value, mac-select-convert-to-string)
21460 (mac-services-open-file, mac-services-open-selection)
21461 (mac-services-insert-text): New functions.
21462 (CLIPBOARD, FIND): Put mac-scrap-name property.
21463 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21464 (public.tiff): Put mac-ostype property.
21465 (selection-converter-alist): Add entries for them.
21466 (mac-application-menu-map): New keymap.
21467 (interprogram-cut-function, interprogram-paste-function): Set to
21468 x-select-text and x-get-selection-value, respectively.
21469 (split-window-keep-point): Set to t.
21470
21471 2005-04-23 Richard M. Stallman <rms@gnu.org>
21472
21473 * files.el (read-directory-name): Always pass non-nil
21474 DEFAULT-FILENAME arg to read-file-name.
21475 (backup-buffer-copy, basic-save-buffer-2): Take care against
21476 writing thru an unexpected existing symlink.
21477 (revert-buffer): In indirect buffer, revert the base buffer.
21478 (magic-mode-alist): Doc fix.
21479 (buffer-stale-function): Doc fix.
21480 (minibuffer-with-setup-hook): Avoid warning.
21481 (mode-require-final-newline): Doc and custom fix.
21482
21483 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21484
21485 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21486 use the default appearance.
21487 (font-lock-comment-delimiter-face): New face, new variable.
21488
21489 * imenu.el (imenu--generic-function): The official position of a
21490 definition is the start of the line that BEG is in.
21491
21492 * midnight.el (midnight-timer): Move defvar up.
21493
21494 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21495
21496 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21497
21498 * startup.el (command-line): Use with-no-warnings.
21499
21500 * window.el (window-size-fixed): New defvar.
21501
21502 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21503
21504 * mail/rmail.el (rmail-font-lock-keywords):
21505 Use font-lock-comment-delimiter-face.
21506
21507 * mail/sendmail.el (mail-font-lock-keywords):
21508 Use font-lock-comment-delimiter-face.
21509
21510 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21511
21512 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21513
21514 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21515 Specify t for LAXMATCH when matching directories.
21516 Save match data around compilation-compat-error-properties form.
21517
21518 2005-04-23 David Kastrup <dak@gnu.org>
21519
21520 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21521 Mention that the autoloaded aliases should be kept for AUCTeX.
21522
21523 2005-04-23 Andreas Schwab <schwab@suse.de>
21524
21525 * isearch.el (isearch-forward): Doc fix.
21526
21527 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21528
21529 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21530 (jit-lock-stealth-nice): Change default value to 0.5.
21531
21532 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21533
21534 * abbrev.el (write-abbrev-file): Write table entries in
21535 alphabetical order by table name.
21536
21537 2005-04-22 Kim F. Storm <storm@cua.dk>
21538
21539 * ido.el (ido-read-internal): Fix `list' completion.
21540
21541 2005-04-22 Kenichi Handa <handa@m17n.org>
21542
21543 * recentf.el (recentf-save-file-coding-system): New variable.
21544 (recentf-save-list): Encode the file by
21545 recentf-save-file-coding-system and add coding: tag.
21546
21547 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21548
21549 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21550
21551 2005-04-21 Lute Kamstra <lute@gnu.org>
21552
21553 * loadhist.el (unload-feature): Don't remove a function from hooks
21554 if it is about to be restored to an autoload . Remove functions
21555 that will become unbound from auto-mode-alist. Simplify the code.
21556
21557 * subr.el (assq-delete-all): New implementation that is linear,
21558 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21559 (rassq-delete-all): New function.
21560
21561 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21562 Add size-indication-mode.
21563
21564 2005-04-21 Kenichi Handa <handa@m17n.org>
21565
21566 * international/mule-cmds.el: Add autoload for widget-value in
21567 eval-when-compile.
21568
21569 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21570
21571 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21572 Add tooltip-mode.
21573
21574 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21575
21576 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21577
21578 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21579 (inferior-lisp-filter-regexp, inferior-lisp-program)
21580 (inferior-lisp-load-command, inferior-lisp-prompt)
21581 (inferior-lisp-mode-hook, lisp-source-modes)
21582 (inferior-lisp-load-hook): defvar->defcustom.
21583 (inferior-lisp-program, inferior-lisp-prompt)
21584 (inferior-lisp-load-hook): Doc fixes.
21585 (inferior-lisp-install-letter-bindings): Small change in
21586 introductory comment.
21587
21588 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21589
21590 * vc.el (vc-annotate-color-map): Change some colors so that text
21591 using them as foreground is readable on both white and black
21592 backgrounds.
21593
21594 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21595
21596 * international/mule-conf.el (translation-table-for-input):
21597 Remove redundant declaration.
21598
21599 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21600
21601 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21602
21603 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21604 (tooltip-toggle-gud-tips): New function.
21605
21606 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21607
21608 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21609 right angle brackets.
21610
21611 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21612
21613 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21614
21615 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21616
21617 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21618 Remove. Update callers to use expand-file-name instead.
21619
21620 * subr.el (syntax-class): New function.
21621
21622 * simple.el (blink-matching-open): Use it.
21623
21624 * paren.el (show-paren-function): Use it to recognize parens that are
21625 also used in 2-char comment markers.
21626
21627 2005-04-19 Lute Kamstra <lute@gnu.org>
21628
21629 * loadhist.el (unload-feature): Update for new format of
21630 load-history. Simplify the code.
21631
21632 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21633
21634 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21635 (mac-add-charset-info): New function. Initialize variable
21636 mac-charset-info-alist using it.
21637 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21638 for translation.
21639 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21640 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21641 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21642 New CCL programs.
21643
21644 2005-04-19 Kim F. Storm <storm@cua.dk>
21645
21646 * simple.el (next-buffer, prev-buffer, next-error)
21647 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21648 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21649
21650 * bindings.el (next-buffer, prev-buffer, next-error)
21651 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21652 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21653 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21654 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21655
21656 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21657
21658 * isearch.el (isearch-edit-string): Make the search-ring available for
21659 minibuffer history commands.
21660 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21661 the default history commands now work just as well.
21662 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21663
21664 2005-04-18 Kim F. Storm <storm@cua.dk>
21665
21666 * emulation/cua-base.el (cua--pre-command-handler): Add more
21667 elaborate check for shift modifier on non-window systems.
21668
21669 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21670
21671 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21672
21673 2005-04-18 Kim F. Storm <storm@cua.dk>
21674
21675 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21676 and make it optional. Don't test tooltip-gud-echo-area here.
21677 (tooltip-gud-process-output, gdb-tooltip-print):
21678 Pass tooltip-gud-echo-area to tooltip-show.
21679 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21680
21681 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21682
21683 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21684 `display-graphic-p' may not be bound yet.
21685
21686 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21687
21688 * startup.el (command-line): No longer enable Xterm Mouse mode by
21689 default in terminals compatible with xterm.
21690
21691 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21692
21693 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21694
21695 * tooltip.el (tooltip-gud-echo-area): Rename from
21696 tooltip-use-echo-area.
21697 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21698 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21699 area independently of where help tooltips are displayed.
21700
21701 2005-04-17 David Kastrup <dak@gnu.org>
21702
21703 * cus-theme.el (custom-theme-write-variables): Quote variables
21704 where necessary.
21705
21706 2005-04-17 Richard M. Stallman <rms@gnu.org>
21707
21708 * simple.el (yank-excluded-properties): Add follow-link to value.
21709
21710 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21711
21712 * startup.el (fancy-splash-max-time): Just 30 seconds.
21713 (fancy-splash-delay): Just 7.
21714 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21715
21716 * loadhist.el (unload-feature): Update for new format of load-history.
21717 Simplify the code.
21718
21719 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21720 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21721
21722 * mail/sendmail.el (mail-font-lock-keywords):
21723 Don't fontify subject text.
21724 Don't fontify the text of a citation.
21725
21726 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21727
21728 * comint.el (comint-output-filter): Run comint-output-filter-functions
21729 with point where the user had it.
21730
21731 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21732
21733 * international/ucs-tables.el (ucs-set-table-for-input):
21734 Disable when using unify-on-decoding.
21735
21736 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21737
21738 * emulation/cua-base.el (cua-global-mark-face): Add special case
21739 for displays supporting a high number of colors.
21740
21741 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21742
21743 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21744
21745 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21746
21747 * filesets.el (filesets-add-buffer): If user supplies a name of a
21748 non-existing fileset, create a new fileset.
21749
21750 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21751
21752 * textmodes/org.el (org-up-heading-all): Fix bug with
21753 `outline-up-heading-all'.
21754
21755 2005-04-16 Andreas Schwab <schwab@suse.de>
21756
21757 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21758 /etc/permissions.d/* and /etc/aliases.d/*.
21759
21760 2005-04-16 Kenichi Handa <handa@m17n.org>
21761
21762 * international/code-pages.el (cp-make-coding-system):
21763 Set `translation-table-for-input' property value to the symbol
21764 ucs-mule-to-mule-unicode, not to that value.
21765 (pt154): Escape guillemet by `\'.
21766
21767 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21768
21769 * loadup.el: Load tooltip if x-show-tip is fboundp.
21770
21771 * startup.el (command-line): Add comment.
21772
21773 * tooltip.el (tooltip-mode): Specify correct standard value for
21774 Custom in init-value.
21775
21776 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21777
21778 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21779 possible.
21780
21781 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21782
21783 * textmodes/org.el (org-agenda-date-prompt): Rename from
21784 `org-agenda-date-today'.
21785 (org-evaluate-time-range): Insert at point instead of directly
21786 after time range.
21787 (org-first-headline-recenter, org-subtree-end-visible-p)
21788 (org-optimize-window-after-visibility-change): New functions
21789 (org-agenda-post-command-hook): Don't allow point at end of line,
21790 to make sure it always hits the text properties.
21791 (org-agenda-next-date-line, org-agenda-previous-date-line):
21792 New commands.
21793 (org-set-regexps-and-options): Category may contain white space.
21794 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21795 Improve marker positions.
21796 (org-agenda-new-marker): Argument POS made optional.
21797 (org-agenda-get-timestamps): Deadlines which are done are listed
21798 in org-done-face now.
21799 (org-agenda-get-todos, org-agenda-get-timestamps)
21800 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21801 Set `undone-face' and `done-face' properties.
21802 (org-last-todo-state-is-todo): New variable.
21803 (org-todo): Set `org-last-todo-state-is-todo'.
21804 (org-agenda-todo): Change face according to
21805 `org-last-todo-state-is-todo'. And change other lines referring to
21806 the same entry.
21807 (org-calendar-goto-agenda): New command.
21808 (org-calendar-to-agenda-key): New option.
21809 (org-startup-folded): New allowed value `content'.
21810 (org-set-regexps-and-options): Accept new value `content' for
21811 `org-startup-folded'.
21812 (org-get-current-options): Handle new value `content' for
21813 `org-startup-folded'.
21814 (org-insert-todo-heading): New command.
21815 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21816 interactively in empty file and option
21817 `org-insert-mode-line-in-empty-file' has been set.
21818 (org-agenda-todo, org-agenda-priority): Modify to use
21819 `org-agenda-change-all-lines'.
21820 (org-warning-face): Change color on dark background
21821
21822 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21823
21824 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21825 use preferences AppleLocale and AppleLanguages, and variable
21826 mac-system-locale for default locale. On Mac OS Classic, use
21827 mac-system-coding-system for default coding systems.
21828
21829 * term/mac-win.el: Don't set file-name-coding-system.
21830 Decode variables system-name, emacs-build-system, user-login-name, and
21831 user-full-name by mac-system-coding-system on Mac OS Classic.
21832 (mac-system-coding-system): New variable.
21833
21834 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21835
21836 * startup.el (command-line): Handle `xterm-mouse-mode' before
21837 reading init file.
21838
21839 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21840
21841 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21842
21843 * progmodes/sh-script.el (sh-here-document-word): Make it a
21844 defcustom. Doc fix.
21845 (sh-add): Bash uses $(( )) for arithmetic.
21846 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21847 (sh-maybe-here-document): Remove quotes and leading whitespace
21848 from heredoc word when closing. Indent heredoc with tabs if word
21849 starts with "-".
21850
21851 2005-04-13 Richard M. Stallman <rms@gnu.org>
21852
21853 * simple.el (undo): Fix previous change.
21854
21855 * custom.el (defface): Doc fix.
21856
21857 2005-04-13 Lute Kamstra <lute@gnu.org>
21858
21859 * Makefile.in (DONTCOMPILE): Remove list.
21860 (compile, compile-always): Don't use DONTCOMPILE.
21861 (update-authors): Load the library in which batch-update-authors
21862 is defined.
21863 * makefile.w32-in (DONTCOMPILE): Remove list.
21864 (compile, compile-always): Fix comments.
21865 (update-authors): Load the library in which batch-update-authors
21866 is defined.
21867
21868 * generic-x.el (generic-mode-ini-file-find-file-hook):
21869 Rename to ini-generic-mode-find-file-hook.
21870 Keep generic-mode-ini-file-find-file-hook as an alias.
21871 (ini-generic-mode-find-file-hook): Rename from
21872 generic-mode-ini-file-find-file-hook. Fix docstring.
21873 (ini-generic-mode): Docstring change.
21874 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21875
21876 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21877 called from lisp.
21878
21879 * generic.el: Move to the emacs-lisp subdir.
21880
21881 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21882
21883 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21884 and C-S- function and cursor motion keys.
21885
21886 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21887
21888 * startup.el (command-line): Enable Xterm Mouse mode by default.
21889 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21890 for Custom. No longer show "Mouse" in mode line when enabled.
21891 Doc fix.
21892
21893 2005-04-12 Kim F. Storm <storm@cua.dk>
21894
21895 * emulation/cua-base.el (cua-rectangle-face)
21896 (cua-rectangle-noselect-face): Define face attributes here.
21897
21898 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21899
21900 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21901
21902 * startup.el (command-line): Turn off blinking cursor if
21903 cursorBlink in resources is off or false.
21904
21905 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21906
21907 * term/mac-win.el (dnd): Require dnd.
21908 (mac-drag-n-drop): Call dnd-handle-one-url.
21909 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21910 (kTextEncodingISOLatin2): Remove constants.
21911 (mac-script-code-coding-systems): New constant.
21912 (mac-handle-language-change): New function.
21913 (special-event-map): Bind it to `language-change' event.
21914 (mac-centraleurroman, mac-cyrillic): New coding systems.
21915 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21916 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21917 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21918 encode-mac-cyrillic, respectively.
21919
21920 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21921
21922 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21923 Don't set overlay-arrow-string to "=>" as this is done
21924 globally in C now.
21925
21926 2005-04-12 Lute Kamstra <lute@gnu.org>
21927
21928 * generic-x.el (rc-generic-mode, rul-generic-mode):
21929 Fix auto-mode-alist entries.
21930 (etc-fstab-generic-mode): Tweak fontification.
21931
21932 * generic.el (generic-make-keywords-list): Fix docstring.
21933 (generic-mode-internal): Simplify generic-font-lock-keywords.
21934
21935 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21936
21937 * whitespace.el (whitespace-buffer-leading)
21938 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21939 However, fix the highlight area for the leading and
21940 trailing whitespaces to show space.
21941
21942 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21943
21944 * whitespace.el (whitespace-version): Bump to 3.5
21945
21946 (whitespace-buffer-leading, whitespace-buffer-trailing):
21947 Invert sense of the test to highlight the whitespace.
21948
21949 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21950
21951 * progmodes/gud.el (gud-display-line): GUD uses its own
21952 overlay arrow now so don't set overlay-arrow-string.
21953 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21954
21955 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21956
21957 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21958 (term-ansi-current-reverse, term-ansi-current-invisible)
21959 (term-ansi-face-already-done): Change to boolean.
21960 (term-reset-terminal, term-handle-colors-array): Handle the above
21961 vars accordingly.
21962 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21963 (term-emulate-terminal): Use the new name.
21964
21965 * faces.el (secondary-selection): Use yellow1, not yellow.
21966 (trailing-whitespace): Use red1, not red.
21967
21968 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21969
21970 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21971 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21972 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21973
21974 * cus-edit.el (dnd): New group.
21975
21976 * term/w32-win.el (dnd): Require dnd
21977 (w32-drag-n-drop): Call dnd-handle-one-url.
21978
21979 * x-dnd.el: Require dnd.
21980 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21981 Call dnd-handle-one-url.
21982 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21983 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21984 to dnd-insert-text.
21985 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21986 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21987 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21988 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21989
21990 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21991
21992 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21993
21994 * wdired.el: Doc fixes.
21995 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21996 (wdired-use-dired-vertical-movement): Rename from
21997 wdired-always-move-to-filename-beginning.
21998 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21999 (wdired-change-to-wdired-mode): Change mode name.
22000 (wdired-newline): Delete.
22001
22002 2005-04-11 Richard M. Stallman <rms@gnu.org>
22003
22004 * whitespace.el (whitespace-highlight-the-space):
22005 Don't call whitespace-unhighlight-the-space here.
22006
22007 * simple.el (undo): Record t in undo-equiv-table
22008 for the redo record made by an undo-in-region.
22009
22010 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22011
22012 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22013 (gdb-frame-inferior-io-buffer): New Functions to control
22014 display of separate IO buffer.
22015 (menu): Add them to menu-bar.
22016 (gdb-display-buffer): Check for buffer another frame.
22017 Protect GUD buffer.
22018 (gdb-setup-windows): Create IO buffer if not already there.
22019 (gdb-memory-mode): Remove purecopy noops.
22020
22021 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22022
22023 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22024 and pass to self-insert-command.
22025
22026 2005-04-11 Lute Kamstra <lute@gnu.org>
22027
22028 * generic.el: Commentary section cleanup.
22029 (generic): Delete.
22030 (generic-use-find-file-hook, generic-lines-to-scan)
22031 (generic-find-file-regexp, generic-ignore-files-regexp)
22032 (default-generic-mode, generic-mode-find-file-hook)
22033 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22034 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22035 (generic-use-find-file-hook, generic-lines-to-scan)
22036 (generic-find-file-regexp, generic-ignore-files-regexp)
22037 (default-generic-mode, generic-mode-find-file-hook)
22038 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22039
22040 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22041
22042 * bookmark.el (bookmark-write-file): Catch errors writing file.
22043 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22044
22045 2005-04-10 Richard M. Stallman <rms@gnu.org>
22046
22047 * startup.el (fancy-splash-tail): Update copyright year.
22048 (command-line): Split part of -Q into -D.
22049 (emacs-basic-display): New defvar.
22050 (fancy-splash-text): Correct name of menu item.
22051
22052 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22053
22054 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22055 lines in one node.
22056
22057 * comint.el (comint-send-input): New arg ARTIFICIAL.
22058 Callers in this file changed.
22059
22060 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22061
22062 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22063
22064 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22065
22066 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22067 `ldap-search-internal'.
22068
22069 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22070
22071 * files.el (set-auto-mode-1): Use line-end-position.
22072
22073 * international/latin-1.el:
22074 * international/latin-2.el:
22075 * international/latin-3.el:
22076 * international/latin-4.el:
22077 * international/latin-5.el:
22078 * international/latin-8.el:
22079 * international/latin-9.el: Give punctuation syntax to NBSP.
22080
22081 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22082 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22083 Use char-classes to accept non-ascii letters, accepted in some recent
22084 bibtex implementations.
22085
22086 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22087
22088 * custom.el (custom-set-minor-mode): Any non-nil value for the
22089 variable should enable the mode when set through Custom.
22090
22091 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22092
22093 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22094 TAB binding so tab-always-indent is obeyed.
22095 (vhdl-minibuffer-local-map): Move initialization into declaration.
22096 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22097 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22098 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22099 (vhdl-current-line): Use line-beginning-position.
22100 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22101 with-output-to-temp-buffer, so the current position can be recorded.
22102
22103 2005-04-10 Masatake YAMATO <jet@gyve.org>
22104
22105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22106 Add regexp for gcov.
22107
22108 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22109
22110 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22111 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22112 syntax which Emacs 20 doesn't support.
22113
22114 2005-04-09 Richard M. Stallman <rms@gnu.org>
22115
22116 * help.el (describe-key-briefly, describe-key):
22117 Replace strings as event types with "(any string)".
22118
22119 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22120
22121 * arc-mode.el (archive-mode-map): Move initialization into
22122 the declaration. Override *all* bindings of `undo'.
22123 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22124
22125 2005-04-09 Jay Belanger <belanger@truman.edu>
22126
22127 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22128
22129 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22130
22131 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22132 (xterm-register-default-colors): Update color values computation
22133 to match xterm-200.
22134
22135 2005-04-09 Kenichi Handa <handa@m17n.org>
22136
22137 * international/code-pages.el (iso-latin-7): Fix the map.
22138
22139 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22140
22141 * emacs-lisp/lisp.el (defun-prompt-regexp)
22142 (parens-require-spaces, buffer-end, end-of-defun)
22143 (insert-parentheses): Doc fixes.
22144
22145 2005-04-08 Kim F. Storm <storm@cua.dk>
22146
22147 * comint.el (comint-highlight-prompt): Fix face spec.
22148 * hi-lock.el (hi-green): Likewise.
22149
22150 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22151
22152 * cus-edit.el (custom-modified-face):
22153 * comint.el (comint-highlight-input): Fix previous changes.
22154 * term.el (term-handle-ansi-escape): Add a comment.
22155
22156 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22157
22158 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22159 in the buffer and in whitespace-highlighted-space.
22160 (whitespace-unhighlight-the-space): Simplify.
22161 (whitespace-buffer): Simplify.
22162
22163 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22164
22165 * textmodes/table.el (table-cell-face): Add special case for
22166 displays supporting a high number of colors.
22167 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22168 (vhdl-font-lock-reserved-words-face)
22169 (vhdl-speedbar-architecture-face)
22170 (vhdl-speedbar-instantiation-face)
22171 (vhdl-speedbar-architecture-selected-face)
22172 (vhdl-speedbar-instantiation-selected-face): Likewise.
22173 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22174 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22175 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22176 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22177 (ebrowse-progress-face): Likewise.
22178 * progmodes/compile.el (compilation-info-face): Likewise.
22179 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22180 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22181 * calendar/calendar.el (diary-face): Likewise.
22182 * woman.el (woman-italic-face, woman-bold-face)
22183 (woman-unknown-face): Likewise.
22184 * wid-edit.el (widget-button-pressed-face): Likewise.
22185 * whitespace.el (whitespace-highlight-face): Likewise.
22186 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22187 * pcvs-info.el (cvs-marked-face): Likewise.
22188 * info.el (info-xref): Likewise.
22189 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22190 * hilit-chg.el (highlight-changes-face)
22191 (highlight-changes-delete-face): Likewise.
22192 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22193 (hi-red-b): Likewise.
22194 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22195 * font-lock.el (font-lock-keyword-face)
22196 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22197 * cus-edit.el (custom-invalid-face, custom-modified-face)
22198 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22199 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22200 * comint.el (comint-highlight-prompt): Likewise.
22201
22202 2005-04-08 Lute Kamstra <lute@gnu.org>
22203
22204 * font-lock.el (font-lock-keywords): Docstring fixes.
22205
22206 2005-04-08 Kenichi Handa <handa@m17n.org>
22207
22208 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22209 chars are more than a limit, print " and more..." at the tail.
22210
22211 2005-04-08 Kim F. Storm <storm@cua.dk>
22212
22213 * emacs-lisp/authors.el (authors-aliases): Update list.
22214 (authors-ignored-files): New list.
22215 (authors-fixed-entries): Fix typo.
22216 (authors-renamed-files-alist): Update list.
22217 (authors-add): Check authors-ignored-files.
22218
22219 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22220
22221 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22222 optional, to ensure backward compatibility.
22223
22224 2005-04-08 Stephen Eglen <stephen@gnu.org>
22225
22226 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22227
22228 2005-04-08 Kim F. Storm <storm@cua.dk>
22229
22230 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22231
22232 * mouse.el (mouse-on-link-p): Doc fix.
22233
22234 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22235
22236 * ielm.el (ielm-prompt-read-only): Doc fix.
22237
22238 * comint.el (comint-prompt-read-only): Doc fix.
22239
22240 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22241
22242 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22243 ensure dired always handles wildcards passed to ffap.
22244 (find-file-at-point): Use it.
22245 (ffap-dired-wildcards): Doc fix.
22246
22247 2005-04-07 Juri Linkov <juri@jurta.org>
22248
22249 * simple.el (next-error-overlay-arrow-position): New defvar.
22250 Put "=>" on its property `overlay-arrow-string'. Add it to
22251 `overlay-arrow-variable-list'.
22252
22253 * progmodes/compile.el (compilation-setup):
22254 Set `next-error-overlay-arrow-position' to nil. Also set it to
22255 nil in the local hook `kill-buffer-hook'. Make local variable
22256 `overlay-arrow-string' and set it to "=>".
22257 (compilation-goto-locus): Set BOL position to
22258 `next-error-overlay-arrow-position' instead of
22259 `overlay-arrow-position'.
22260
22261 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22262 locally instead of adding it to the global hook.
22263 (Info-kill-buffer): Move up.
22264
22265 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22266
22267 * term/xterm.el (xterm-standard-colors): Update color values from
22268 xterm-200.
22269
22270 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22271
22272 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22273
22274 * fast-lock.el:
22275 * lazy-lock.el: Move them to the obsolete subdir.
22276
22277 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22278
22279 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22280 (wdired-add-replace-advice): Remove.
22281 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22282
22283 2005-04-06 Kim F. Storm <storm@cua.dk>
22284
22285 * startup.el (command-line): Add --bare-bones alias for -Q.
22286
22287 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22288
22289 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22290 create the startup fontset if a font specification ends with
22291 `mac-roman'.
22292
22293 2005-04-06 Lute Kamstra <lute@gnu.org>
22294
22295 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22296 change.
22297
22298 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22299 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22300
22301 2005-04-05 Lute Kamstra <lute@gnu.org>
22302
22303 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22304 (define-generic-mode): Ditto. Fix debug declaration.
22305
22306 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22307 Put them in the generic-x group.
22308
22309 * calendar/timeclock.el (timeclock): Doc fix.
22310
22311 * generic.el (define-generic-mode): Don't use custom-current-group.
22312 Document default :group value.
22313 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22314 (define-global-minor-mode): Don't use custom-current-group.
22315
22316 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22317
22318 * startup.el (command-line-1): Display startup-echo-area-message
22319 when fancy splash screen is in use.
22320
22321 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22322 (sh-escaped-newline): New face.
22323 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22324 newline, and use sh-escaped-newline face.
22325
22326 * progmodes/tcl.el (tcl-escaped-newline): New face.
22327 (tcl-builtin-list): New variable.
22328 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22329 newlines. Fix keywords subexpression number.
22330
22331 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22332
22333 * textmodes/org.el (org-diary-default-entry): Fix call to
22334 `add-to-diary-entry'.
22335
22336 2005-04-05 Kim F. Storm <storm@cua.dk>
22337
22338 * ediff-init.el: Use (featurep 'xemacs).
22339
22340 2005-04-05 David Ponce <david@dponce.com>
22341
22342 * cus-edit.el (face): Derive from symbol widget. Display sample
22343 of the current face on the fly.
22344 (widget-face-sample-face-get, widget-face-notify): New functions.
22345 (widget-face-value-create): Remove.
22346
22347 * wid-edit.el (widget-field-end): Temporarily remove field
22348 narrowing before to call `get-char-property'.
22349
22350 2005-04-04 Jay Belanger <belanger@truman.edu>
22351
22352 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22353 (math-read-subscripts): New variable.
22354 (math-read-preprocess-string): Process subscripts.
22355
22356 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22357
22358 * comint.el (comint-prompt-read-only): Doc fix.
22359
22360 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22361 `-1'. Doc fix.
22362
22363 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22364
22365 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22366 Change default value to nil.
22367
22368 2005-04-04 Lute Kamstra <lute@gnu.org>
22369
22370 * autorevert.el (auto-revert-mode): Specify :group.
22371 * battery.el (display-battery-mode): Specify :group.
22372 * diff-mode.el (diff-minor-mode): Specify :group.
22373 * font-core.el (font-lock-mode): Specify :group.
22374 * hl-line.el (hl-line-mode): Specify :group.
22375 * iimage.el (iimage): New customization group.
22376 (iimage-mode): Specify :group.
22377 * longlines.el (longlines-mode): Specify :group.
22378 * master.el: Don't require easy-mmode.
22379 (master): New customization group.
22380 (master-mode): Specify :group.
22381 * msb.el (msb-mode): Specify :group.
22382 * reveal.el (reveal-mode): Specify :group.
22383 * simple.el (next-error-follow-minor-mode): Specify :group.
22384 * smerge-mode.el (smerge-mode): Specify :group.
22385 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22386 * emulation/cua-base.el (cua-mode): Specify :group.
22387 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22388 * language/thai-util.el (thai-auto-composition-mode)
22389 (thai-word-mode): Specify :group.
22390 * mail/supercite.el (sc-minor-mode): Specify :group.
22391 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22392 * progmodes/flymake.el (flymake-mode): Specify :group.
22393 * progmodes/glasses.el (glasses-mode): Specify :group.
22394 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22395 * textmodes/enriched.el (enriched-mode): Specify :group.
22396 * textmodes/refill.el (refill-mode): Specify :group.
22397
22398 * add-log.el (change-log-font-lock-keywords): Names in
22399 parenthesized lists can contain spaces.
22400
22401 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22402
22403 * startup.el (fancy-splash-text): Shorten default text of
22404 "Emacs Tutorial" line. Also, if the current language env
22405 indicates an available tutorial file other than TUTORIAL,
22406 extract its title and append it to the line in parentheses.
22407 (fancy-splash-insert): If arg is a thunk, funcall it.
22408
22409 2005-04-04 Jay Belanger <belanger@truman.edu>
22410
22411 * calc.el (calc-language-alist): Add tags to customization type.
22412
22413 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22414
22415 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22416 Doc fix.
22417
22418 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22419
22420 * add-log.el (change-log-font-lock-keywords): The manual
22421 describing a Change Log entry, says: (...) "Aside from these
22422 header lines, every line in the change log starts with a space or
22423 a tab.". The font-lock was not highlighting lines started with
22424 spaces, added support for it.
22425
22426 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22427
22428 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22429 (bibtex-generate-url-list): Update docstring accordingly. Put the
22430 complex example in the docstring.
22431 (bibtex-font-lock-url): Use pop.
22432
22433 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22434
22435 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22436
22437 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22438
22439 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22440
22441 * filesets.el (filesets-set-default): Doc fix.
22442
22443 2005-04-03 Lute Kamstra <lute@gnu.org>
22444
22445 * generic.el (define-generic-mode): Add argument to specify
22446 keywords for defcustom.
22447 (default-generic-mode): Specify :group.
22448
22449 * generic-x.el: Specify :group for all generic modes.
22450
22451 * desktop.el (desktop-no-desktop-file-hook)
22452 (desktop-after-read-hook): Doc fix.
22453
22454 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22455
22456 * simple.el (visible-mode): Use explicit :group keyword.
22457 This changes the group of `visible-mode-hook' from paren-blinking
22458 to editing-basics.
22459
22460 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22461
22462 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22463 mailbox specifications as well as URLs.
22464 (rmail-insert-inbox-text): Remove unused conditional branches.
22465
22466 2005-04-01 Jay Belanger <belanger@truman.edu>
22467
22468 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22469 (calc-gnuplot-print-command): Move definitions to calc.el.
22470
22471 * calc/calc-embed.el (calc-embedded-announce-formula)
22472 (calc-embedded-open-formula, calc-embedded-close-formula)
22473 (calc-embedded-open-word, calc-embedded-close-word)
22474 (calc-embedded-open-plain, calc-embedded-close-plain)
22475 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22476 (calc-embedded-open-mode, calc-embedded-close-mode):
22477 Move definitions to calc.el.
22478
22479 * calc/calc.el (calc-settings-file, calc-language-alist):
22480 Make customizable.
22481 (calc-embedded-announce-formula, calc-embedded-open-formula)
22482 (calc-embedded-close-formula, calc-embedded-open-word)
22483 (calc-embedded-close-word, calc-embedded-open-plain)
22484 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22485 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22486 (calc-embedded-close-mode, calc-gnuplot-name)
22487 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22488 from other files and make customizable.
22489
22490 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22491
22492 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22493 Use buffer-live-p.
22494 (cvs-mode-run): Don't call cvs-update-header here.
22495 (cvs-run-process): Call cvs-update-header.
22496 Use process properties for cvs-postprocess and cvs-buffer so that
22497 the sentinel can behave better if the temp buffer is killed.
22498 Use a pipe rather than a tty, to better handle unexpected prompts.
22499 (cvs-sentinel): Rewrite. Call cvs-update-header.
22500
22501 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22502
22503 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22504 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22505
22506 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22507
22508 * generic.el (define-generic-mode): Add indentation rule.
22509
22510 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22511
22512 * files.el (mode-require-final-newline): Make Custom correctly
22513 report a nil value and allow to set it to nil via Custom.
22514 Doc fix.
22515
22516 2005-04-01 Kenichi Handa <handa@m17n.org>
22517
22518 * international/characters.el: Enable the correct case setting for
22519 dotless-i and dotted-I.
22520
22521 2005-04-01 Kim F. Storm <storm@cua.dk>
22522
22523 * ido.el (ido-file-internal): Fall back to non-ido command if
22524 initial directory is on slow ftp (or tramp) host.
22525
22526 2005-03-31 Richard M. Stallman <rms@gnu.org>
22527
22528 * emacs-lisp/autoload.el (make-autoload):
22529 Handle define-global-minor-mode.
22530
22531 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22532 Rename from easy-mmode-define-global-mode.
22533 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22534
22535 * progmodes/scheme.el (scheme-mode-syntax-table):
22536 Update syntax of | and # for two-character comment syntax.
22537
22538 2005-03-31 Lute Kamstra <lute@gnu.org>
22539
22540 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22541 (define-minor-mode): Call custom-current-group at load-time.
22542
22543 * generic.el (define-generic-mode): Add debug declaration.
22544 Add defcustom for the mode hook.
22545 (generic-mode-internal): Use run-mode-hooks.
22546
22547 2005-03-31 Kim F. Storm <storm@cua.dk>
22548
22549 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22550 (mouse-fixup-help-message): New defun called by show_help_echo
22551 to fixup mouse-2 prefix in help messages when applicable.
22552
22553 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22554
22555 2005-03-31 Kenichi Handa <handa@m17n.org>
22556
22557 * language/thai-word.el (thai-find-word-ends): Pay attention to
22558 the case that we reach the end of buffer.
22559
22560 * textmodes/fill.el (fill-text-properties-at): New function.
22561 (fill-newline): Use fill-text-properties-at instead of
22562 text-properties-at.
22563
22564 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22565
22566 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22567 not comint-quote-filename.
22568
22569 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22570
22571 * help-fns.el (help-with-tutorial): Revert last change.
22572
22573 2005-03-31 Kim F. Storm <storm@cua.dk>
22574
22575 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22576
22577 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22578
22579 * calendar/cal-china.el: Update reference to "Calendrical
22580 Calculations" book; there's a new edition.
22581 * calendar/cal-coptic.el: Likewise.
22582 * calendar/cal-french.el: Likewise.
22583 * calendar/cal-hebrew.el: Likewise.
22584 * calendar/cal-islam.el: Likewise.
22585 * calendar/cal-iso.el: Likewise.
22586 * calendar/cal-julian.el: Likewise.
22587 * calendar/cal-mayan.el: Likewise.
22588 * calendar/cal-persia.el: Likewise.
22589 * calendar/calendar.el: Likewise.
22590 * calendar/holidays.el: Likewise.
22591 * calendar/lunar.el: Likewise.
22592 * calendar/solar.el: Likewise.
22593
22594 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22595 white space from doc string.
22596
22597 2005-03-30 Jay Belanger <belanger@truman.edu>
22598
22599 * calc/calc-help.el (calc-full-help): Remove email address.
22600
22601 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22602
22603 * help-fns.el (help-with-tutorial): Delete title line.
22604
22605 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22606
22607 * calendar/cal-x.el (calendar-one-frame-setup)
22608 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22609 rather than `symbol' for set-window-dedicated-p.
22610
22611 * calendar/appt.el (appt-buffer-name): Make it a constant.
22612 (appt-add): Doc fix.
22613
22614 * filesets.el (filesets-menu-path, filesets-menu-before)
22615 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22616 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22617 (filesets-add-submenu): Delete and use add-submenu instead.
22618
22619 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22620
22621 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22622 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22623 (org-diary-default-entry): New function.
22624 (org-get-entries-from-diary): Better parsing of diary entries.
22625 (org-agenda-check-no-diary): New function.
22626 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22627 linking to diary entries.
22628 (org-agenda-execute-calendar-command): New function.
22629 (org-agenda): Improve visible section in window.
22630 Use `org-fit-agenda-window'.
22631 (org-fit-agenda-window): New option.
22632 (org-move-subtree-down): Better handling of empty lines
22633 at end of subtree.
22634 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22635 levels up.
22636 (org-fontify-done-headline): New option.
22637 (org-headline-done-face): New face.
22638 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22639 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22640 When current field is non-empty, it is copied to next row.
22641 (org-table-copy-from-above): Fix bug which made it
22642 impossible to copy fields containing only a single non-white character.
22643
22644 2005-03-30 Kim F. Storm <storm@cua.dk>
22645
22646 * kmacro.el (kmacro-end-macro): Isearch may store this command
22647 into the macro -- so ignore it when executing keyboard macro.
22648
22649 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22650
22651 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22652
22653 2005-03-29 Kenichi Handa <handa@m17n.org>
22654
22655 * language/thai.el ("Thai"): Set setup-function and exit-function
22656 for Thai language environment.
22657
22658 * language/thai-util.el: Require thai-word.
22659 (thai-word-mode-map): New variable.
22660 (thai-word-mode): New minor mode.
22661 (setup-thai-language-environment-internal): New function.
22662 (exit-thai-language-environment-internal): New function.
22663
22664 * language/thai-word.el (thai-word-table): Declare it by defvar,
22665 use dolist to initialize it.
22666 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22667 (thai-fill-find-break-point): New functions.
22668
22669 2005-03-29 Richard M. Stallman <rms@gnu.org>
22670
22671 * simple.el (idle-update-delay): Move definition up.
22672 (set-mark): Doc fix.
22673
22674 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22675
22676 * longlines.el: New file.
22677
22678 * simple.el (buffer-substring-filters): New variable.
22679 (filter-buffer-substring): New function.
22680 (kill-region, copy-region-as-kill): Use it.
22681
22682 * register.el (copy-to-register, append-to-register)
22683 (prepend-to-register): Use filter-buffer-substring.
22684
22685 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22686
22687 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22688 (gud-filter-pending-text): Move in front of gdb.
22689 (gud-overlay-arrow-position): New variable.
22690 (gud-sentinel, gud-display-line): Use it in place of
22691 overlay-arrow-position.
22692
22693 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22694
22695 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22696 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22697 (fortran-font-lock-keywords-4): New variable.
22698 (fortran-blocks-re, fortran-end-block-re)
22699 (fortran-start-block-re): New constants, for hideshow.
22700 (hs-special-modes-alist): Add a Fortran entry.
22701 (fortran-mode-map): Bind fortran-end-of-block,
22702 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22703 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22704 (fortran-looking-at-if-then, fortran-end-of-block)
22705 (fortran-beginning-of-block): New functions, for hideshow.
22706
22707 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22708 Doc fix. Tweak regexp.
22709 (f90-beginning-of-block): Push mark first.
22710
22711 2005-03-29 Jay Belanger <belanger@truman.edu>
22712
22713 * calc/calc.el: Update copyright date.
22714 (calc-version): Increase to 2.1.
22715 (calc-version-date): Remove.
22716
22717 * calc/calc-help.el: Update copyright date.
22718 (calc-full-help): Remove reference to calc-version-date.
22719 Update copyright date.
22720
22721 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22722
22723 * vc.el (vc-do-command): Use a pipe for async processes, so password
22724 prompts don't show up at places where the user can't reply.
22725
22726 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22727
22728 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22729 on the file name we pass to the inferior shell.
22730
22731 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22732
22733 * progmodes/which-func.el (which-function): Be robust in the face of an
22734 imenu--make-index-alist failure.
22735
22736 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22737
22738 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22739
22740 * progmodes/python.el (python-preoutput-filter): Fix last change.
22741
22742 2005-03-29 Lute Kamstra <lute@gnu.org>
22743
22744 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22745 functions and compiled macros.
22746 (debug-convert-byte-code): Handle macros too.
22747 (debug-on-entry-1): Don't signal an error when trying to clear a
22748 function that is not set to debug on entry.
22749
22750 2005-03-29 Jay Belanger <belanger@truman.edu>
22751
22752 * calc/calc-lang.el: Add functions to math-function-table
22753 properties of tex and math.
22754
22755 2005-03-29 Kenichi Handa <handa@m17n.org>
22756
22757 * ps-mule.el (ps-mule-plot-string): Translate characters by
22758 ps-print-translation-table.
22759 (ps-mule-begin-job): Call find-charset-region/string with
22760 ps-print-translation-table.
22761 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22762
22763 * ps-print.el (ps-print-translation-table): New variable.
22764 (ps-plot-region): Translate characters by ps-print-translation-table.
22765
22766 2005-03-29 Juri Linkov <juri@jurta.org>
22767
22768 * simple.el (next-error-highlight-timer): New variable.
22769
22770 * progmodes/compile.el (compilation-goto-locus):
22771 Use `next-error-highlight-timer' instead of `sit-for'.
22772
22773 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22774
22775 * mail/supercite.el (sc-mail-field): Use assoc-string.
22776 (sc-get-address): Simplify regexps.
22777
22778 * files.el (minibuffer-with-setup-hook): New macro.
22779 (find-file-read-args): Use it to avoid let-binding
22780 minibuffer-with-setup-hook (which breaks turning on/off
22781 file-name-shadow-mode while in the prompt).
22782
22783 * complete.el (PC-read-include-file-name-internal):
22784 Use test-completion.
22785
22786 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22787
22788 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22789
22790 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * window.el (window-buffer-height): Use count-screen-lines.
22793
22794 * progmodes/python.el (python-preoutput-leftover): New var.
22795 (python-preoutput-filter): Use it.
22796 (python-send-receive): Loop until all the result has been received.
22797
22798 2005-03-28 Juri Linkov <juri@jurta.org>
22799
22800 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22801
22802 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22803 "Recover Crashed Session".
22804 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22805 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22806 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22807 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22808 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22809 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22810 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22811 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22812
22813 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22814 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22815 Ediff Sessions", "Toggle use of separate control buffer frame",
22816 "Use separate frame for Ediff control buffer".
22817
22818 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22819 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22820 "Rename Bookmark", "Delete Bookmark".
22821
22822 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22823 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22824 Add `:active Info-index-alternatives' to "Next Matching Item".
22825
22826 * wdired.el (wdired-change-to-wdired-mode):
22827 Mention `wdired-abort-changes' key in the initial message.
22828
22829 * international/mule.el (auto-coding-alist): Associate non-ascii
22830 image filename extensions with `no-conversion'.
22831
22832 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22833
22834 * international/iso-acc.el:
22835 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22836
22837 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22838
22839 * textmodes/sgml-mode.el (html-mode): Doc update.
22840
22841 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22842
22843 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22844
22845 * term.el (term-move-columns): Fix face after extending a line.
22846 (term-insert-spaces): Likewise.
22847 (term-reset-terminal): Fix off by one error.
22848
22849 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22850
22851 * international/mule.el (auto-coding-alist): Add .xpi files.
22852
22853 * files.el (auto-mode-alist): Add .xpi files.
22854
22855 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22856
22857 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22858
22859 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22860
22861 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22862
22863 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22864
22865 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22866 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22867
22868 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22869 cursor to Jan 1 when needed.
22870 (calendar-end-of-year): Fix -/+ typo.
22871 Reported by Chong Yidong <cyd@stupidchicken.com>.
22872
22873 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22874
22875 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22876
22877 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22878 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22879
22880 2005-03-25 Richard M. Stallman <rms@gnu.org>
22881
22882 * filesets.el (filesets-init): Add autoload.
22883
22884 * mail/mailalias.el (mail-directory): Doc fix.
22885
22886 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22887
22888 * mail/mailalias.el (mail-directory-process): Do nothing if
22889 mail-directory-process is an atom.
22890 (mail-get-names): Ignore mail-directory-names if it is an atom.
22891 (mail-directory-process defvar): Doc fix.
22892 (mail-names): Doc fix.
22893
22894 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22895
22896 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22897
22898 2005-03-26 Kenichi Handa <handa@m17n.org>
22899
22900 * international/mule-util.el (detect-coding-with-priority):
22901 Call update-coding-systems-internal before detect-coding-region.
22902
22903 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22904
22905 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22906 (gdb-frames-mode-map): Add follow-link property.
22907
22908 2005-03-25 Jay Belanger <belanger@truman.edu>
22909
22910 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22911 for variables.
22912
22913 2005-03-25 Juri Linkov <juri@jurta.org>
22914
22915 * image-mode.el: Optimize image filename extension regexps in
22916 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22917 in `auto-mode-alist'.
22918 (image-mode): Add `image-toggle-display-text' to local hook
22919 `change-major-mode-hook'. Display the image as an image by
22920 default. Set `cursor-type' and `truncate-lines' if the image
22921 is already displayed. Take into account the current mode (image
22922 or text) in message.
22923 (image-minor-mode): New minor mode.
22924 (image-mode-maybe, image-toggle-display-text): New functions.
22925 (image-toggle-display): Use called-interactively-p.
22926 Let-bind `inhibit-read-only' to t.
22927
22928 * image-mode.el (image-minor-mode): Set `cursor-type' and
22929 `truncate-lines' if the image is already displayed. Add turning
22930 image-minor-mode off to `change-major-mode-hook'. Add message.
22931 Call `image-toggle-display-text' after turning image-minor-mode off.
22932
22933 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22934
22935 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22936 Terminal.app, use utf-8.
22937 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22938 (set-locale-environment): Use it.
22939
22940 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22941
22942 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22943
22944 * progmodes/python.el (python-close-block-statement-p)
22945 (python-outdent-p, python-current-defun): Use symbol-end.
22946
22947 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22948
22949 * files.el (save-some-buffers): Doc fix.
22950
22951 2005-03-25 Werner Lemberg <wl@gnu.org>
22952
22953 * complete.el, thumbs.el: Replace `legal' with `valid'.
22954 * calendar/calendar.el: Replace `legal' with `valid'.
22955 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22956 * mail/supercite.el: Replace `legal' with `valid'.
22957 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22958 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22959 Replace `legal' with `valid'.
22960 * textmodes/reftex-vars.el, textmodes/reftex.el:
22961 Replace `legal' with `valid'.
22962
22963 2005-03-25 Werner Lemberg <wl@gnu.org>
22964
22965 * calc/calc-forms.el, calc/calc-sel.el
22966 * midnight.el, vc-cvs.el
22967 * emacs-lisp/cl-macs.el
22968 * emulation/vip.el
22969 * eshell/esh-io.el, eshell/esh-var.el
22970 * mail/supercite.el
22971 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22972 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22973 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22974 * progmodes/sh-script.el, progmodes/xscheme.el
22975 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22976 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22977 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22978 * textmodes/reftex.el, textmodes/org.el:
22979 Replace `illegal' with `invalid'.
22980
22981 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22982
22983 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22984 (flymake-find-buildfile, flymake-find-possible-master-files)
22985 (flymake-check-include, flymake-parse-line): Replace loops over the
22986 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22987
22988 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22989 Substitute file-name-as-directory in the rest of the file.
22990 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22991 (flymake-replace-region): Remove unused arg `buffer'.
22992 (flymake-check-patch-master-file-buffer): Update calls to it.
22993 (flymake-add-err-info): Remove unused var `count'.
22994 (flymake-mode): Use define-minor-mode.
22995
22996 * progmodes/flymake.el: Use with-current-buffer.
22997 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22998 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22999 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23000 Avoid testing for `xemacs'.
23001 (flymake-nop): Move.
23002 (flymake-region-has-flymake-overlays): Return the computed value.
23003 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23004 Remove unused var `endline'.
23005 (flymake-get-line-count): Remove unused function.
23006 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23007
23008 * emulation/vi.el:
23009 * generic.el:
23010 * hilit-chg.el (global-highlight-changes):
23011 * hi-lock.el (hi-lock-mode):
23012 * follow.el: find-file-hooks -> find-file-hook.
23013
23014 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23015
23016 2005-03-24 Juri Linkov <juri@jurta.org>
23017
23018 * dired.el (dired-mode-map): Add menu item "Compare directories"
23019 for dired-compare-directories.
23020
23021 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23022 Doc fix. Replace `read-file-name' with `read-directory-name'.
23023
23024 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23025
23026 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23027
23028 2005-03-24 Jay Belanger <belanger@truman.edu>
23029
23030 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23031 relevant mode settings in calc-embedded-original-modes when modes
23032 are permanently changed.
23033
23034 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23035
23036 * autoinsert.el: find-file-hooks -> find-file-hook.
23037
23038 2005-03-24 Lute Kamstra <lute@gnu.org>
23039
23040 * generic.el (generic-font-lock-defaults): Make it obsolete.
23041 (generic-font-lock-keywords): New variable to replace
23042 generic-font-lock-defaults.
23043 (generic-mode-set-font-lock): Delete it.
23044 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23045 (generic-bracket-support): Add docstring.
23046
23047 * generic-x.el: Rename generic-font-lock-defaults to
23048 generic-font-lock-keywords throughout.
23049 (mailagent-rules-setup-function): Delete it.
23050 (mailagent-rules-generic-mode): Use anonymous function instead.
23051 (show-tabs-generic-mode-font-lock-defaults-1)
23052 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23053 Quote faces.
23054 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23055 not foreground.
23056
23057 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23058 Recognize define-generic-mode.
23059
23060 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23061
23062 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23063 if there's no completion table.
23064
23065 2005-03-23 Miles Bader <miles@gnu.org>
23066
23067 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23068 Remove tty-specific variants, as they're no longer needed.
23069
23070 2005-03-23 Lute Kamstra <lute@gnu.org>
23071
23072 * generic-x.el: Code cleanup: make args constant whenever possible.
23073 (installshield-statement-keyword-list)
23074 (installshield-system-functions-list)
23075 (installshield-system-variables-list, installshield-types-list)
23076 (installshield-funarg-constants-list): Make them constants.
23077
23078 * generic.el (generic-make-keywords-list): Add autoload cookie.
23079
23080 * calendar/time-date.el: Add comment on time value formats.
23081 Don't require parse-time.
23082 (with-decoded-time-value): New macro.
23083 (encode-time-value): New function.
23084 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23085 (days-to-time): Return a valid time value when arg is huge.
23086 (time-since): Use time-subtract.
23087 (time-to-number-of-days): Use time-to-seconds.
23088
23089 2005-03-23 David Ponce <david@dponce.com>
23090
23091 * recentf.el (recentf-keep): New option.
23092 (recentf-menu-action): Default to `find-file'.
23093 (recentf-keep-non-readable-files-flag)
23094 (recentf-keep-non-readable-files-p)
23095 (recentf-file-readable-p, recentf-find-file)
23096 (recentf-cleanup-remote): Remove.
23097 (recentf-include-p): More robust.
23098 (recentf-keep-p): New function.
23099 (recentf-remove-if-non-kept): Rename from
23100 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23101 All callers updated.
23102 (recentf-menu-items-for-commands): Fix help string.
23103 (recentf-track-closed-file): Update. Doc fix.
23104 (recentf-cleanup): Update. Count removed files. Doc fix.
23105
23106 2005-03-23 Kim F. Storm <storm@cua.dk>
23107
23108 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23109 Don't inherit from fringe face (now happens automatically).
23110
23111 2005-03-22 Kim F. Storm <storm@cua.dk>
23112
23113 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23114 position values.
23115
23116 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23117
23118 * menu-bar.el (showhide-date-time): Remove.
23119 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23120 (menu-bar-make-mm-toggle): Simplify.
23121
23122 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23123
23124 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23125 Accept qualified variable and function names.
23126
23127 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23128
23129 * bindings.el (completion-ignored-extensions):
23130 Remove ".lis" for `vax-vms'.
23131
23132 2005-03-22 Andreas Schwab <schwab@suse.de>
23133
23134 * generic-x.el: Revert last change.
23135 * ldefs-boot.el: Update.
23136
23137 2005-03-22 Jay Belanger <belanger@truman.edu>
23138
23139 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23140 (calc-embedded-save-original-modes)
23141 (calc-embedded-restore-original-modes): New functions.
23142 (calc-do-embedded): Save original modes when entering embedded mode
23143 and restore when leaving embedded mode.
23144 (calc-embedded-modes-change): Change the value of
23145 calc-embedded-original-modes to reflect permanent changes.
23146
23147 2005-03-22 Lute Kamstra <lute@gnu.org>
23148
23149 * generic-x.el: Require generic again.
23150
23151 2005-03-22 Miles Bader <miles@gnu.org>
23152
23153 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23154 Tweak details to look good on both ttys and bitmap displays, light
23155 or dark background, etc.
23156
23157 2005-03-21 Kim F. Storm <storm@cua.dk>
23158
23159 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23160 mouse position.
23161
23162 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23163
23164 * icomplete.el: Don't forcibly turn on the mode upon load.
23165 (icomplete-mode): Use define-minor-mode.
23166 (icomplete-eoinput): Default to nil.
23167 (icomplete-minibuffer-setup): Remove autoload.
23168 (icomplete-tidy): Simplify.
23169 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23170 in the initial state or if the user has modified the field.
23171 Fix handling of icomplete-max-delay-chars.
23172 Remove code that handles the oddball case where
23173 minibuffer-completion-table is an integer.
23174 Wrap icomplete-completions in while-no-input in case building
23175 completions takes more time than expected.
23176 (icomplete-completions): Simplify.
23177
23178 2005-03-21 Richard M. Stallman <rms@gnu.org>
23179
23180 * jka-compr.el (jka-compr-really-do-compress):
23181 Make variable buffer-local.
23182
23183 * image-mode.el: Handle .xpm files too.
23184 (image-toggle-display): Preserve modification flag.
23185
23186 * help.el (where-is): Don't mention aliases with no key bindings.
23187
23188 2005-03-21 Lute Kamstra <lute@gnu.org>
23189
23190 * generic.el: Fix commentary section. Don't require cl for
23191 compilation.
23192 (generic-mode-list): Add autoload cookie.
23193 (generic-use-find-file-hook, generic-lines-to-scan)
23194 (generic-find-file-regexp, generic-ignore-files-regexp)
23195 (generic-mode, generic-mode-find-file-hook)
23196 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23197 (define-generic-mode): Make it a defmacro. Fix docstring.
23198 (generic-mode-internal): Code cleanup. Add autoload cookie.
23199 (generic-mode-set-comments): Code cleanup.
23200 * generic-x.el: Don't prevent compilation. Don't require generic.
23201 Follow coding conventions. Minor code cleanup.
23202 (etc-fstab-generic-mode): Add some keywords.
23203 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23204 define-generic-mode like a function declaration.
23205
23206 2005-03-21 Jay Belanger <belanger@truman.edu>
23207
23208 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23209 changing modes.
23210
23211 2005-03-21 Sam Steingold <sds@gnu.org>
23212
23213 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23214
23215 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23216
23217 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23218 Add underscore to "f$ lexicals" regexp.
23219
23220 2005-03-20 Juri Linkov <juri@jurta.org>
23221
23222 * subr.el (progress-reporter-do-update): When `min-value' is equal
23223 to `max-value', set `percentage' to 0 and prevent division by zero.
23224
23225 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23226
23227 Sync with Tramp 2.0.48.
23228
23229 * net/tramp.el (all): Change all addresses to .gnu.org.
23230 (tramp-append-tramp-buffers): New defun.
23231 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23232 Catch `dont-send' signal.
23233 (tramp-set-auto-save-file-modes): Set always permissions, because
23234 there might be an old auto-saved file belonging to another
23235 original file. This could be a security threat. Reported by
23236 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23237 Check for Emacs 21.3.50 removed.
23238
23239 * net/tramp-smb.el (all): Remove debug construct for
23240 `with-parsed-tramp-file-name'.
23241 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23242 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23243 No error message if DIRECTORY or FILENAME doesn't exist.
23244 (tramp-smb-open-connection): Check existence of
23245 `tramp-smb-program'.
23246
23247 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23248
23249 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23250 Properly handle the case where the `m' or `s' command's argument is not
23251 yet terminated.
23252 (perl-indent-new-calculate): New function.
23253 (perl-indent-line): Use it.
23254
23255 2005-03-20 Miles Bader <miles@gnu.org>
23256
23257 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23258 in text-mode too. Change to new face names.
23259 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23260 Add `:weight bold' attribute.
23261 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23262
23263 2005-03-19 Juri Linkov <juri@jurta.org>
23264
23265 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23266
23267 * international/mule.el (auto-coding-alist): Sync with
23268 `auto-mode-alist' by adding upper case archive file extensions
23269 and adding ear/war to jar extension.
23270
23271 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23272
23273 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23274 running, restart it.
23275
23276 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23277
23278 * finder.el (finder-current-item): Throw an error on an empty line.
23279
23280 * man.el (Man-follow-manual-reference): If current-word returns
23281 nil, use "".
23282
23283 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23284
23285 * simple.el (goto-line): Doc fix.
23286
23287 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23288
23289 * files.el (save-buffer): Doc fix.
23290
23291 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23292
23293 * recentf.el (recentf-cleanup-remote): New variable.
23294 (recentf-cleanup): Use it to conditionally check availability of
23295 remote files.
23296
23297 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23298
23299 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23300 function names.
23301
23302 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23303
23304 * language/thai-word.el: New file.
23305
23306 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23307
23308 * files.el (backup-buffer): If the file's directory is not
23309 writable, use copy instead of move to backup the file.
23310
23311 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23312
23313 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23314
23315 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23316
23317 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23318 Use functionp instead of symbolp and fboundp. Reported by Drkm
23319 <darkman_spam@yahoo.fr>.
23320 (ps-print-version): New version 6.6.6.
23321
23322 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23323
23324 * textmodes/table.el (table--line-column-position): New idiom.
23325 (table--row-column-insertion-point-p): New function to test
23326 validity of row and column insertion operation at a location.
23327 (table-global-menu, table-cell-menu): Use above functions for
23328 deterministic test operation.
23329 (table--editable-cell-p): Behave in deterministic fashion.
23330
23331 2005-03-18 Juri Linkov <juri@jurta.org>
23332
23333 * isearch.el (isearch-lazy-highlight-new-loop):
23334 Make arguments beg and end optional.
23335 (isearch-update): Remove optional arguments nil from
23336 isearch-lazy-highlight-new-loop.
23337 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23338 isearch-lazy-highlight-case-fold-search instead of
23339 isearch-case-fold-search, and let-bind isearch-regexp to
23340 isearch-lazy-highlight-regexp.
23341 Use isearch-lazy-highlight-last-string instead of isearch-string.
23342
23343 * replace.el (perform-replace): Remove bindings of global
23344 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23345 Add three new arguments to `replace-highlight'.
23346 (replace-highlight): Add arguments string, regexp, case-fold.
23347 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23348 to allow isearch-lazy-highlight-new-loop to use these values
23349 to set corresponding isearch-lazy-highlight-* internal
23350 variables whose values lazy highlighting will use regardless of
23351 changes to global variables isearch-string, isearch-regexp,
23352 isearch-case-fold-search during lazy highlighting loop.
23353 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23354 to `lazy-highlight-cleanup'.
23355
23356 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23357 (ispell-highlight-face): Set default face to `isearch' when
23358 lazy highlighting is enabled.
23359 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23360 priority to 1. Add lazy highlighting.
23361 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23362 from `isearch-dehighlight'.
23363
23364 2005-03-18 David Ponce <david@dponce.com>
23365
23366 * files.el (hack-local-variables): Do a case-insensitive search
23367 for End.
23368
23369 2005-03-18 Juri Linkov <juri@jurta.org>
23370
23371 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23372 `isearch-lazy-highlight-cleanup', add alias to old name and
23373 declare obsolete. Add release numbers to other obsolete vars.
23374 (isearch-done, isearch-lazy-highlight-new-loop):
23375 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23376 (lazy-highlight-cleanup) <variable>: Doc fix.
23377 (isearch-lazy-highlight-update): Rename obsolete
23378 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23379
23380 2005-03-18 Kenichi Handa <handa@m17n.org>
23381
23382 * language/thai-util.el: Fix categorization of Thai characters in
23383 thai-category-table.
23384 (thai-composition-pattern): Adjust it for the above change.
23385 (thai-self-insert-command, thai-compose-syllable): New functions.
23386 (thai-compose-region): Use thai-compose-syllable.
23387 (thai-compose-string): Likewise.
23388 (thai-composition-function): Likewise.
23389 (thai-auto-composition): New function.
23390 (thai-auto-composition-mode): New minor mode.
23391
23392 * language/thai.el: Fix patterns to be registered in
23393 composition-function-table.
23394
23395 * international/quail.el (quail-input-method): Locally bind
23396 inhibit-modification-hooks to t.
23397
23398 2005-03-17 Richard M. Stallman <rms@gnu.org>
23399
23400 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23401 (perl-mode): Use run-mode-hooks.
23402
23403 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23404 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23405 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23406
23407 * mail/sendmail.el (sendmail-send-it): Reenable the code
23408 to compute resend-to-address and use it.
23409
23410 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23411
23412 * image-mode.el: New file.
23413
23414 * image.el (insert-sliced-image): Add autoload cookie.
23415
23416 * font-lock.el (font-lock-lines-before): New user option.
23417 (font-lock-after-change-function): Obey it.
23418
23419 * bindings.el (esc-map): Make M-g a prefix.
23420 Bind M-g g and M-g M-g to goto-line.
23421
23422 * faces.el (face-id): Doc fix.
23423
23424 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23425
23426 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23427 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23428 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23429
23430 * mail/sendmail.el (mail-yank-ignored-headers)
23431 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23432 Add Mail-Followup-To and Mail-Reply-To headers.
23433 (mail-citation-hook): Add autoload cookie.
23434 (mail-mode): Doc fix.
23435 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23436 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23437 (mail-mode-fill-paragraph): Handle those headers.
23438 (mail-mailing-lists): New variable.
23439 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23440
23441 2005-03-17 Juri Linkov <juri@jurta.org>
23442
23443 * isearch.el (isearch-fallback): Check for `(car previous)'
23444 before calling `isearch-other-end-state'.
23445
23446 2005-03-17 Kim F. Storm <storm@cua.dk>
23447
23448 * simple.el (move-beginning-of-line): Move to beginning of buffer
23449 line, as well as beginning of screen line.
23450
23451 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23452
23453 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23454 argument REDRAW rather than calendar-redrawing variable.
23455 * calendar/calendar.el (calendar-redrawing): Delete.
23456 (redraw-calendar): Do not bind calendar-redrawing.
23457
23458 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23459
23460 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23461 diary-file buffer.
23462
23463 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23464
23465 * help.el (describe-mode): Allow a :minor-mode-function property to
23466 specify a different minor mode toggle function than the variable.
23467 * simple.el (auto-fill-function):
23468 * subr.el (add-minor-mode): Use it.
23469
23470 2005-03-16 Kenichi Handa <handa@m17n.org>
23471
23472 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23473 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23474 (ethio-fidel-to-sera-buffer): Likewise.
23475
23476 2005-03-16 Juri Linkov <juri@jurta.org>
23477
23478 * emacs-lisp/find-func.el (find-function-regexp):
23479 Add defun-emitting macro `menu-bar-make-toggle'.
23480
23481 * isearch.el: Put `isearch-scroll' property to
23482 `split-window-horizontally'.
23483
23484 * info.el: Update error messages for `debug-ignored-errors'.
23485 (Info-isearch-search): Doc fix.
23486 (Info-find-node): Move up code to go into info buffer before
23487 recording the node to the history.
23488 (Info-fontify-node): Fontify titles only if the next line
23489 has two or more `*', `=', `-', `.'.
23490 Display "go to this node" for empty (match-string 3).
23491
23492 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23493
23494 * term/mac-win.el: Add mouse pointer shape constants.
23495
23496 2005-03-15 Kim F. Storm <storm@cua.dk>
23497
23498 * simple.el (move-beginning-of-line): Use vertical-motion.
23499
23500 2005-03-15 Juri Linkov <juri@jurta.org>
23501
23502 * isearch.el (isearch-error): New variable.
23503 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23504 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23505 (isearch-within-brackets-state): Remove.
23506 (isearch-case-fold-search-state, isearch-pop-fun-state):
23507 Decrease frame index.
23508 (isearch-mode, isearch-top-state, isearch-push-state)
23509 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23510 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23511 (isearch-search, isearch-lazy-highlight-new-loop):
23512 Replace `isearch-invalid-regexp' with `isearch-error'.
23513 Remove `isearch-within-brackets'.
23514 (isearch-search): Add `search-failed' handler to `condition-case'.
23515 (isearch-lazy-highlight-search): Add `condition-case' to catch
23516 errors and allow `isearch-lazy-highlight-update' to try
23517 highlighting from the beginning of the window.
23518 (isearch-repeat): Move up code to set isearch-wrapped to t
23519 before calling isearch-wrap-function.
23520
23521 * info.el (Info-isearch-initial-node): New internal variable.
23522 (Info-search): Signal an error in isearch mode when search leaves
23523 the initial node. Signal an error when `bound' is non-nil and
23524 nothing was found in the current subfile.
23525 (Info-isearch-search): Remove `condition-case'.
23526 (Info-isearch-wrap): Don't wrap when search failed during leaving
23527 the initial node. If `Info-isearch-search' is nil, wrap around
23528 the current node.
23529 (Info-isearch-start): New fun.
23530 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23531 `isearch-mode-hook'.
23532
23533 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23534
23535 * simple.el (normal-erase-is-backspace): Set default to t if
23536 running on Mac.
23537
23538 * term/mac-win.el (function-key-map): Sync with x-win.el.
23539
23540 2005-03-15 Kenichi Handa <handa@m17n.org>
23541
23542 * international/mule-cmds.el (locale-language-names): Modify the
23543 format of elements and add more entries.
23544 (locale-preferred-coding-systems): Add more entries.
23545 (set-locale-environment): Adjust for the change of
23546 locale-language-names.
23547
23548 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23549
23550 * pcvs.el (smerge-ediff): Remove bogus autoload.
23551
23552 2005-03-14 Lute Kamstra <lute@gnu.org>
23553
23554 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23555 Ignore a `*' at the beginning of a line.
23556
23557 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23558 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23559 subr.el.
23560 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23561 to specify indentation.
23562
23563 * generic.el (define-generic-mode): Let generic-mode-list be a
23564 list of strings; test membership with equal.
23565
23566 2005-03-14 Kim F. Storm <storm@cua.dk>
23567
23568 * simple.el (next-line, previous-line): Add optional try-vscroll
23569 arg to recognize interactive use. Pass it on to line-move.
23570 (line-move): Don't perform auto-window-vscroll when defining or
23571 executing keyboard macro to ensure consistent behavior.
23572
23573 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23574
23575 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23576
23577 2005-03-13 Lute Kamstra <lute@gnu.org>
23578
23579 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23580 debugger-setup-buffer so that backtrace marks the frames set to
23581 debug-on-exit and we don't have to do it manually. Set an extra
23582 debug-on-exit for macro's.
23583 (debugger-setup-buffer): Don't mark the top frame manually.
23584
23585 2005-03-12 Lute Kamstra <lute@gnu.org>
23586
23587 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23588 lisp-indent-function throughout.
23589 (with-no-warnings): Set lisp-indent-function property.
23590
23591 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23592
23593 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23594 Add entry for backslash.
23595
23596 2005-03-12 Juri Linkov <juri@jurta.org>
23597
23598 * info.el (Info-search): Four fixes for backward search.
23599
23600 2005-03-11 Jay Belanger <belanger@truman.edu>
23601
23602 * calc/calc.el (calc-language-alist): New variable.
23603 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23604 (calc-embedded-find-modes): Use calc-language-alist instead of
23605 calc-embedded-language-alist.
23606
23607 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23608
23609 * calendar/calendar.el (calendar-redrawing): New internal
23610 variable.
23611 (redraw-calendar): Remove bogus save-excursion from previous
23612 change. Bind calendar-redrawing to t for mark-diary-entries.
23613 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23614 calendar if that is why we were called.
23615
23616 2005-03-11 Kenichi Handa <handa@m17n.org>
23617
23618 * international/mule.el (make-coding-system): Set property
23619 coding-system-define-form to nil.
23620 (define-coding-system-alias): Likewise.
23621
23622 2005-03-11 Kenichi Handa <handa@m17n.org>
23623
23624 These changes are suggested by Dave Love <fx@gnu.org>.
23625
23626 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23627 coding: tag.
23628 (adaptive-fill-regexp): Add more bullets.
23629 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23630 regexps.
23631
23632 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23633
23634 * help.el (describe-mode): Properly handle non-trivial lighters.
23635 Don't ignore minor modes that are not listed in minor-mode-list.
23636
23637 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23638 feature ON when the user requests to turn it OFF.
23639
23640 2005-03-10 Lute Kamstra <lute@gnu.org>
23641
23642 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23643 (implement-debug-on-entry): New function to replace debug-entry-code.
23644 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23645 second argument as the 2005-03-07 change makes it obsolete.
23646 (debug-on-entry, cancel-debug-on-entry): Update call to
23647 debug-on-entry-1.
23648 (debug, debugger-setup-buffer): Comment update.
23649 (debugger-frame-number): Update to work with implement-debug-on-entry.
23650
23651 2005-03-10 Jay Belanger <belanger@truman.edu>
23652
23653 * calc/calc-embed.el (math-ms-args): Declare it.
23654 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23655 math-ms-args.
23656 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23657 variables.
23658
23659 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23660
23661 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23662 Use message-box.
23663
23664 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23665 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23666 (tooltip-gud-tips): Simplify.
23667 (tooltip-gud-tips-p): Remove superfluous :set.
23668 (tooltip-gud-modes): Add fortran-mode.
23669 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23670
23671 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23672
23673 2005-03-09 Kim F. Storm <storm@cua.dk>
23674
23675 * play/animate.el (animate-place-char): Use forward-line instead
23676 of next-line to improve performance.
23677
23678 2005-03-09 Simon Josefsson <jas@extundo.com>
23679
23680 * net/browse-url.el (browse-url-default-browser): Doc fix.
23681
23682 2005-03-09 Miles Bader <miles@gnu.org>
23683
23684 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23685 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23686
23687 2005-03-09 Kenichi Handa <handa@m17n.org>
23688
23689 * international/latin-1.el: Set case and syntax for 255 only if
23690 set-case-syntax-set-multibyte is nil.
23691
23692 * textmodes/ispell.el (ispell-insert-word): New function.
23693 (ispell-word): Use ispell-insert-word to insert a new word.
23694 (ispell-process-line): Likewise.
23695 (ispell-complete-word): Likewise.
23696
23697 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23698
23699 * calendar/calendar.el (redraw-calendar): Preserve point.
23700 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23701 (calendar-week-start-day): Move after definition of
23702 redraw-calendar. Delete buffer test, since redraw-calendar has
23703 that now.
23704
23705 * calendar/diary-lib.el (mark-diary-entries): Only call
23706 redraw-calendar in the first of any recursive calls.
23707 Reported by Alan Shutko <ats@acm.org>.
23708
23709 2005-03-08 Juri Linkov <juri@jurta.org>
23710
23711 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23712 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23713 (html-radio-buttons): Add a space before the trailing `/>' where
23714 sgml-xml-mode is non-nil.
23715 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23716 the subsequent tag of the empty XML tag.
23717 (html-href-anchor): Don't set initial input to "http:".
23718 (html-image): Ask for the image URL and set point inside alt="".
23719 (html-name-anchor): Duplicate the name in the `id' attribute when
23720 sgml-xml-mode is non-nil.
23721 (html-paragraph): Remove \n before <p>.
23722 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23723 instead of `checked' when sgml-xml-mode is non-nil.
23724
23725 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23726 Remove 1 space before #RRGGBB to not truncate it on terminal
23727 windows w/o fringes. Remove 1 space between bg and fg examples
23728 to get more space.
23729 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23730 avoid byte-compile warnings.
23731
23732 * image-file.el (image-file-handler): Put `safe-magic' property to
23733 `image-file-handler'.
23734
23735 * info.el (Info-isearch-search): Emulate word search in
23736 isearching through multiple Info nodes with Info-search.
23737 (Info-isearch-wrap): Allow isearch-word.
23738
23739 2005-03-08 Lute Kamstra <lute@gnu.org>
23740
23741 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23742 stepping into the debugger's code is not possible.
23743 (debugger-jumping-flag): Docstring update.
23744
23745 2005-03-08 Jay Belanger <belanger@truman.edu>
23746
23747 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23748 embedded mode begins.
23749 (calc-embedded-language-alist): New variable.
23750 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23751 set default language mode.
23752
23753 2005-03-08 Kenichi Handa <handa@m17n.org>
23754
23755 * international/ccl.el (define-ccl-program): Fix docstring about
23756 extra 256 bytes assured for the output buffer.
23757
23758 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23759 Fix BUFFER_MAGNIFICATION to 2.
23760 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23761
23762 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23763
23764 * align.el (align-rules-list): Added an alignment rule for CSS
23765 declarations (applies to css-mode and html-mode buffers).
23766
23767 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23768
23769 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23770
23771 2005-03-07 Kim F. Storm <storm@cua.dk>
23772
23773 * simple.el (move-beginning-of-line): New command.
23774
23775 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23776
23777 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23778
23779 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23780 and move-beginning-of-line.
23781
23782 * apropos.el (apropos-print): Omit command from M-x ... RET.
23783
23784 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23785
23786 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23787 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23788
23789 2005-03-06 Richard M. Stallman <rms@gnu.org>
23790
23791 * bindings.el (esc-map): Bind M-g to goto-line.
23792
23793 * facemenu.el (global-map): Bind M-o, not M-g.
23794
23795 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23796
23797 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23798 "Open Directory" as for "Open File".
23799
23800 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23801
23802 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23803 (push-mark-command): Run activate-mark-hook.
23804
23805 2005-03-06 Richard M. Stallman <rms@gnu.org>
23806
23807 * help-mode.el (help-mode-finish): Don't alter the element
23808 in view-return-to-alist if there already is one.
23809
23810 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23811 make sure the current buffer is the expected one.
23812
23813 * novice.el (disabled-command-function): Output in *Disabled Command*.
23814 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23815
23816 * textmodes/flyspell.el (flyspell-large-region):
23817 Pass args differently for aspell.
23818
23819 * files.el (mode-require-final-newline): Doc fix.
23820
23821 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23822
23823 * progmodes/which-func.el (which-function):
23824 Specify NOERROR when calling imenu--make-index-alist.
23825
23826 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23827
23828 * simple.el (normal-erase-is-backspace): Define default value.
23829
23830 * custom.el (custom-theme-set-variables): Remove unused var
23831 `immediate'.
23832 (custom-reevaluate-setting): Simple function to handle variables
23833 that are defined before their default value can really be
23834 computed.
23835
23836 * startup.el (command-line): Use it for temporary-file-directory,
23837 small-emporary-file-directory, auto-save-file-name-transforms,
23838 blink-cursor-mode, and normal-erase-is-backspace.
23839
23840 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23841 progress, even with buggy anchored keywords.
23842
23843 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23844
23845 * simple.el (goto-line): Remove unbalanced final parenthesis.
23846
23847 2005-03-05 Richard M. Stallman <rms@gnu.org>
23848
23849 * simple.el (goto-line): Use a number at point as the default.
23850 With C-u as arg, switch buffers.
23851
23852 2005-03-05 Juri Linkov <juri@jurta.org>
23853
23854 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23855 with `no-blinking-cursor'.
23856
23857 * startup.el (no-blinking-cursor): New defvar.
23858 (command-line): Add `--no-blinking-cursor' to longopts.
23859 Set `no-blinking-cursor' to t for command line arguments
23860 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23861 with `no-blinking-cursor' in the condition for calling
23862 `blink-cursor-mode'.
23863
23864 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23865
23866 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23867 (menu-bar-options-save): Add blink-cursor-mode.
23868 (menu-bar-options-menu): Add blink-cursor-mode.
23869
23870 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23871
23872 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23873 (icalendar-export-file, icalendar-export-region)
23874 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23875 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23876
23877 2005-03-04 Lute Kamstra <lute@gnu.org>
23878
23879 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23880 (debug-function-list): Ditto.
23881
23882 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23883
23884 * textmodes/texinfmt.el (texinfo-append-refill):
23885 Redefine the types of line to which @refill
23886 is not appended by replacing a search for `@refill\\|@bye' with
23887 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23888 itemize@refill' bug and the unfilled long lines bug.
23889 (texinfmt-version): Update number and date.
23890
23891 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23892
23893 * international/code-pages.el (windows-1250, windows-125[2-8])
23894 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23895
23896 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23897
23898 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23899 bound yet.
23900
23901 2005-03-02 Romain Francoise <romain@orebokech.com>
23902
23903 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23904 buffer after removing limits.
23905 (ibuffer-pop-filter): Ditto.
23906 Update copyright.
23907
23908 2005-03-02 Miles Bader <miles@gnu.org>
23909
23910 * button.el (make-text-button): If the user doesn't specify a
23911 type, use the default. Rewrite to use `add-text-properties' and
23912 plist functions.
23913
23914 2005-03-01 Lute Kamstra <lute@gnu.org>
23915
23916 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23917 (debugger-jumping-flag): New var.
23918 (debug-entry-code): Use it.
23919 (debugger-jump): Use debugger-jumping-flag and add
23920 debugger-reenable to post-command-hook.
23921 (debugger-reenable): Use debugger-jumping-flag and remove itself
23922 from post-command-hook.
23923 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23924 debugger-reenable.
23925
23926 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23927
23928 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23929 inclusion of "itemize\\|", which may be unnecessary, is certainly
23930 inelegant, and stops refilling in itemize lists when formatting
23931 Japanese Texinfo files to Info.
23932 Update copyright to 2005.
23933
23934 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23935
23936 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23937 of an error if GDB can't find the source file.
23938
23939 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23940
23941 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23942 not just the calendar.
23943
23944 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23945 first.
23946 (diary-redraw-calendar): New function.
23947 (make-diary-entry): Add diary-redraw-calendar to local
23948 write-contents-functions. Turn off selective display before
23949 inserting in diary.
23950
23951 2005-03-01 Kim F. Storm <storm@cua.dk>
23952
23953 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23954
23955 2005-03-01 Lute Kamstra <lute@gnu.org>
23956
23957 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23958 that debug-entry-code can be safely removed from a function while
23959 this code is being evaluated. Revert the 2005-02-27 change as the
23960 new implementation no longer requires it. Make sure that a
23961 function body containing just a string is not mistaken for a docstring.
23962 (debug): Skip one more frame in case of debug on entry.
23963 (debugger-setup-buffer): Delete one more frame line in case of
23964 debug on entry.
23965 (debugger-frame-number): Update to use the new text introduced by
23966 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23967
23968 2005-02-28 Kim F. Storm <storm@cua.dk>
23969
23970 * double.el (double-translate-key): Call force-window-update after
23971 read-event to avoid crash in redisplay.
23972
23973 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23974
23975 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23976 (debug): Use it. Move the inhibit-trace earlier.
23977 (debug-entry-code): New const.
23978 (debug-on-entry-1): Use it.
23979
23980 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23981
23982 * international/utf-16.el (ccl-encode-mule-utf-16le):
23983 Fix BUFFER_MAGNIFICATION to 2.
23984 (ccl-encode-mule-utf-16be): Likewise.
23985
23986 2005-02-28 Kenichi Handa <handa@m17n.org>
23987
23988 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23989 Fix BUFFER_MAGNIFICATION to 4.
23990 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23991
23992 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23993
23994 * speedbar.el (speedbar-update-flag): Doc fix.
23995 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23996 argument.
23997
23998 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23999
24000 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24001 have a non-nil `invisible' property but are actually visible.
24002
24003 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24004 for perldoc sections.
24005 (perl-outline-regexp, perl-outline-level): New var and function.
24006 (perl-mode): Use them.
24007
24008 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24009
24010 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24011 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24012
24013 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24014
24015 * cus-edit.el: Comment change.
24016 (custom-buffer-create-internal): Slightly reword text at top of
24017 Custom buffers. Mention there that saving an option edits the
24018 init file. Add link to Emacs manual node on `custom-file'.
24019 (custom-magic-alist): Rewrite individual State messages to use
24020 capitalized keywords. Doc fix.
24021
24022 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24023
24024 * calendar/calendar.el (calendar-buffer): Move above
24025 calendar-week-start-day.
24026 (calendar-week-start-day): Doc fix. Add :set function.
24027 (calendar-minimum-window-height): New variable.
24028 (generate-calendar-window): Only resize window if selected-window
24029 is displaying the calendar buffer. Use new variable
24030 calendar-minimum-window-height.
24031 (generate-calendar): Reword error message.
24032 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24033
24034 2005-02-27 Andreas Schwab <schwab@suse.de>
24035
24036 * vc.el (vc-do-command): Don't run command asynchronously when
24037 operating in a remote directory.
24038
24039 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24040 change from sync with Tramp 2.0.47.
24041
24042 2005-02-27 Richard M. Stallman <rms@gnu.org>
24043
24044 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24045
24046 * textmodes/flyspell.el (flyspell-mode-on):
24047 Call ispell-change-dictionary only if necessary.
24048
24049 * emacs-lisp/re-builder.el (regexp-builder): New function.
24050
24051 * register.el (describe-register-1): Explicitly handle
24052 yank-excluded-properties = t.
24053
24054 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24055 (custom-magic-alist): Change the status descriptions again.
24056 (face widget-type): Total rewrite based on `restricted-sexp'
24057 to eliminate the confusing double hiding levels.
24058
24059 * emacs-lisp/debug.el (debug-on-entry-1):
24060 If function body is empty, add nil as body form.
24061
24062 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24063
24064 * emacs-lisp/trace.el (inhibit-trace): New var.
24065 (trace-make-advice): Use it.
24066
24067 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24068
24069 2005-02-26 Kim F. Storm <storm@cua.dk>
24070
24071 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24072 (mouse-on-link-p, mouse-drag-region-1): Use it.
24073
24074 2005-02-25 Lute Kamstra <lute@gnu.org>
24075
24076 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24077
24078 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24079
24080 * frame.el (blink-cursor-mode): Add :group keyword.
24081
24082 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24083
24084 * calendar/icalendar.el (icalendar--decode-isodatetime):
24085 New optional argument DAY-SHIFT.
24086 (icalendar-export-region): Fix coding-system-for-write.
24087 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24088 events by one.
24089
24090 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24091
24092 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24093
24094 2005-02-24 Kim F. Storm <storm@cua.dk>
24095
24096 * international/iso-acc.el (iso-accents-compose): Fix crash
24097 during redisplay. Call force-window-update after read-event
24098 and delete-region to signal that window is not accurate.
24099
24100 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24101
24102 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24103 Remove unused and inexistent var `inhibit-trace'.
24104 (debugger-mode): Use run-mode-hooks.
24105 (debugger-list-functions): Add buttons; setup xref stack.
24106
24107 2005-02-23 Richard M. Stallman <rms@gnu.org>
24108
24109 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24110 appointment says it was explicitly made.
24111 (appt-add): Set the 3rd element.
24112 (appt-make-list): Preserve explicit appointments.
24113
24114 * subr.el (find-tag-default): Catch errors in forward-sexp.
24115
24116 2005-02-23 Juri Linkov <juri@jurta.org>
24117
24118 * info.el (Info-isearch-search): New defcustom.
24119 (Info-isearch-search): Call the default isearch function
24120 when Info-isearch-search is nil.
24121 (Info-isearch-wrap): Use variable Info-isearch-search.
24122
24123 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24124
24125 * cus-edit.el: Comment change.
24126
24127 2005-02-22 Kim F. Storm <storm@cua.dk>
24128
24129 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24130 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24131
24132 2005-02-22 Simon Josefsson <jas@extundo.com>
24133
24134 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24135 New variable.
24136 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24137 Oskarsson" <myrkraverk@users.sourceforget.net>.
24138
24139 2005-02-22 Kim F. Storm <storm@cua.dk>
24140
24141 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24142 check that window of that event is the selected window.
24143 (mouse-drag-region-1): Compare mouse event window to selected
24144 window before setting point.
24145
24146 * tooltip.el (tooltip-show-help-function): Pass event to
24147 mouse-on-link-p so it can check selected window.
24148
24149 2005-02-22 Kenichi Handa <handa@m17n.org>
24150
24151 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24152 (ps-mule-show-warning): New function.
24153 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24154 characters are found.
24155
24156 * ps-print.el (ps-header-footer-string): Return a list of header
24157 and footer strings.
24158
24159 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24160
24161 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24162
24163 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24164
24165 * frame.el (blink-cursor-mode): Use define-minor-mode.
24166
24167 * term/mac-win.el (function-key-map): Use char-names more consistently.
24168 (file-name-coding-system): Only set it for MacOS-9. The other case is
24169 already handled in mule-cmds.el (where it also works when mac-win.el
24170 is not used).
24171
24172 2005-02-21 Kenichi Handa <handa@m17n.org>
24173
24174 * international/mule.el (ctext-pre-write-conversion): Always use
24175 " *code-converting-work*" buffer for work.
24176
24177 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24178
24179 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24180
24181 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24182
24183 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24184
24185 * ses.el (undo-more): Restore defadvice, but only the part that
24186 allows changes outside the restricted area of the buffer.
24187
24188 2005-02-20 Kim F. Storm <storm@cua.dk>
24189
24190 * simple.el (line-move): Add fourth optional arg try-vscroll which
24191 must be set to perform auto-window-vscroll.
24192 When moving backwards and doing auto-window-vscroll, automatically
24193 vscroll to the last part of lines which are taller than the window.
24194 (next-line, previous-line): Set try-vscroll arg on line-move.
24195
24196 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24197
24198 * replace.el (query-replace, query-replace-regexp)
24199 (replace-string, replace-regexp): When operating on region, make
24200 the minibuffer prompt say so.
24201
24202 * isearch.el (isearch-forward): Document isearch-query-replace and
24203 isearch-query-replace-regexp keybindings.
24204
24205 2005-02-19 Jay Belanger <belanger@truman.edu>
24206
24207 * calc/calc-aent.el (math-read-token): Add local variable.
24208
24209 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24210 (calc-edit-top): Move declaration to earlier in file.
24211 (calc-edit-macro-repeats): Add local variables.
24212
24213 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24214 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24215 calcFunc-tanh.
24216 Adjust integration rule for calcFunc-tan.
24217
24218 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24219
24220 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24221 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24222 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24223 (viper-skip-separators): Bug fix.
24224 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24225 particular major mode.
24226 (viper-del-backward-char-in-replace): Don't put deleted char on the
24227 kill ring.
24228
24229 * viper-ex.el (viper-color-display-p): New function.
24230 (viper-has-face-support-p): Use viper-color-display-p.
24231
24232 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24233
24234 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24235
24236 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24237 (viper-file-remote-p): Make equivalent to file-remote-p.
24238
24239 * viper.el (viper-major-mode-modifier-list):
24240 Use viper-gnus-modifier-map.
24241
24242 2005-02-19 David Kastrup <dak@gnu.org>
24243
24244 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24245 quoting.
24246
24247 2005-02-19 Jay Belanger <belanger@truman.edu>
24248
24249 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24250 Remove extra definitions.
24251 (calc-coth): New function.
24252 (calcFunc-cot): Fix `let'.
24253
24254 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24255
24256 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24257 the reasons we use "type pc" in these faces.
24258
24259 * button.el (button): Ditto.
24260
24261 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24262
24263 * replace.el (query-replace-read-from): Set the value of
24264 query-replace-from-history-variable to handle the case of an empty
24265 string entered to accept the suggested default.
24266
24267 * net/tramp.el (tramp-file-name-for-operation):
24268 Use dired-call-process instead of dired-call-process-command.
24269
24270 2005-02-19 Jay Belanger <belanger@truman.edu>
24271
24272 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24273 (math-div-non-trig): New variables.
24274 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24275 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24276 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24277 trig expressions.
24278
24279 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24280
24281 * progmodes/gdb-ui.el (gdb-var-update-handler)
24282 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24283 for watch expressions,
24284 (gdb-var-create-handler): Don't set speedbar-update-flag.
24285 (gdb-post-prompt): Simplify test for speedbar.
24286
24287 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24288
24289 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24290 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24291 we use the syntax table of the correct buffer.
24292 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24293 Felix Gatzemeier.
24294
24295 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24296 (ediff-file-remote-p): Make synonymous with file-remote-p.
24297 In all deffaces ediff-*-face-*, use min-colors.
24298
24299 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24300 ediff-recurse-to-subdirectories.
24301 (ediff-mark-if-equal): Check that the arguments are strings, use
24302 ediff-same-contents (after to Felix Gatzemeier).
24303
24304 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24305 nil.
24306
24307 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24308
24309 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24310
24311 2005-02-18 David Kastrup <dak@gnu.org>
24312
24313 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24314 use `mark-active' when defined.
24315
24316 2005-02-18 Kenichi Handa <handa@m17n.org>
24317
24318 * ps-print.el (ps-font-info-database): New entry
24319 ZapfChancery-MediumItalic with correct font name. Fix font name
24320 of the entry Zapf-Chancery-MediumItalic.
24321
24322 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24323
24324 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24325
24326 2005-02-16 Kim F. Storm <storm@cua.dk>
24327
24328 * ido.el (ido-fallback-command): Pass user input to fallback command.
24329
24330 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24331
24332 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24333 (gdb-find-file-hook): Add server prefix.
24334
24335 2005-02-16 Richard M. Stallman <rms@gnu.org>
24336
24337 * replace.el (perform-replace): Pass new args to replace-highlight.
24338 (replace-highlight): Take region args,
24339 and pass them to isearch-lazy-highlight-new-loop.
24340
24341 * novice.el (disabled-command-hook): Autoload the defalias
24342 and the make-obsolete-variable call.
24343
24344 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24345
24346 * isearch.el (isearch-lazy-highlight-start-limit)
24347 (isearch-lazy-highlight-end-limit): New variables limit
24348 the region for highlighting.
24349 (isearch-lazy-highlight-new-loop): New args BEG and END.
24350 (isearch-lazy-highlight-search): Use the new vars.
24351 (isearch-lazy-highlight-update): Likewise.
24352
24353 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24354
24355 * cus-start.el (all): Use default-boundp.
24356
24357 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24358
24359 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24360
24361 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24362
24363 * autorevert.el (auto-revert-stop-on-user-input)
24364 (auto-revert-verbose): Doc fixes.
24365
24366 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24367
24368 * international/mule-cmds.el (set-locale-environment): Remove call
24369 to set-selection-coding-system on Windows.
24370
24371 2005-02-15 Jay Belanger <belanger@truman.edu>
24372
24373 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24374 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24375 calcFunc-coth.
24376 (math-simplify-sqrt): Add simplifications.
24377
24378 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24379 to list.
24380
24381 * calc/calc-ext.el: Add functions to autoloads.
24382
24383 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24384 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24385 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24386 (math-csc-raw, math-cot-raw): New functions.
24387
24388 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24389
24390 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24391 the variable name in a message.
24392
24393 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24394 calcFunc-csc, calcFunc-cot.
24395
24396 * calc/calcalg2.el: Add derivative and integration rules for
24397 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24398 calcFunc-csch, calcFunc-coth.
24399 (math-do-integral-methods): Add to checks for when to use
24400 substitutions.
24401
24402 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24403
24404 2005-02-15 Lute Kamstra <lute@gnu.org>
24405
24406 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24407 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24408 <monnier@iro.umontreal.ca>
24409 (lisp-outline-level): Improve efficiency. Suggested by David
24410 Kastrup <dak@gnu.org>.
24411
24412 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24413
24414 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24415 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24416 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24417 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24418 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24419
24420 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24421
24422 * cus-start.el (all): Comment change.
24423
24424 2005-02-14 Lute Kamstra <lute@gnu.org>
24425
24426 * cus-start.el (all): Check if symbol is void.
24427
24428 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24429
24430 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24431 optional argument to \cite.
24432
24433 2005-02-14 Richard M. Stallman <rms@gnu.org>
24434
24435 * cus-edit.el (custom-buffer-create-internal): Update help message.
24436 (custom-magic-alist): Update help messages.
24437
24438 * cus-start.el (all): Allow a var to specify a standard value.
24439
24440 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24441
24442 * custom.el (custom-theme-set-variables): Handle variable aliases.
24443
24444 * frame.el (blink-cursor-timer): Doc fix.
24445 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24446 declare obsolete.
24447 (blink-cursor-mode): Define with defcustom and use correct
24448 standard expression in that defcustom.
24449 * startup.el (command-line): Adapt to above changes in frame.el.
24450
24451 2005-02-11 Lute Kamstra <lute@gnu.org>
24452
24453 * apropos.el (apropos-score-doc): Prevent division by zero.
24454
24455 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24456
24457 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24458 (icalendar--get-event-property-attributes)
24459 (icalendar--get-event-properties)
24460 (icalendar--datetime-to-diary-date): New functions.
24461 (icalendar--split-value): Doc fix.
24462 (icalendar--datetime-to-noneuropean-date)
24463 (icalendar--datetime-to-european-date): New optional argument
24464 SEPARATOR. Return result as a string instead of a list.
24465 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24466 (icalendar--convert-string-for-export): Rename arg S to STRING.
24467 (icalendar-export-region): Doc fix. Change name of error buffer.
24468 Save output buffer.
24469 (icalendar-import-file): Add blank at end of prompt.
24470 (icalendar-import-buffer): Doc fix. Do not switch to error
24471 buffer. Indicate status in return value.
24472 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24473 buffer. Save output buffer. Handle exception from recurrence
24474 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24475 events. Fix problems with weekly all-day events.
24476
24477 2005-02-10 Richard M. Stallman <rms@gnu.org>
24478
24479 * simple.el (eval-expression-print-format):
24480 Avoid warning about edebug-active.
24481
24482 * help.el (help-for-help-internal): Rename from help-for-help.
24483 (help-for-help): Define with defalias.
24484
24485 * font-core.el (font-lock-default-function): Use with-no-warnings.
24486
24487 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24488
24489 * custom.el (defface): Doc fix.
24490
24491 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24492
24493 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24494 width 0" to prevent word wrapping problems.
24495
24496 2005-02-09 Kim F. Storm <storm@cua.dk>
24497
24498 * ido.el (ido-file-extensions-order): New defcustom.
24499 (ido-file-extension-lessp, ido-file-extension-aux)
24500 (ido-file-extension-order): New advanced file ordering.
24501 (ido-file-lessp): New simple file ordering.
24502 (ido-sort-list): Remove.
24503 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24504 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24505
24506 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24507
24508 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24509 that some versions of grep produce.
24510 (grep-mode-font-lock-keywords): Likewise.
24511
24512 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24513
24514 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24515 (gdb-cdir): Delete.
24516 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24517 (gdb-source-info): Treat case when source file is in another
24518 directory properly.
24519 (gdb-get-location): New function.
24520
24521 2005-02-07 Jay Belanger <belanger@truman.edu>
24522
24523 * calc/calc-prog.el (calc-write-parse-table-part)
24524 (calc-fix-token-name): Fix a check for language type.
24525
24526 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24527
24528 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24529
24530 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24531 as directory not writable.
24532
24533 2005-02-07 Kim F. Storm <storm@cua.dk>
24534
24535 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24536 (cua--standard-movement-commands): Remove list.
24537 Instead, set CUA property value to move for movement commands.
24538 (cua-movement-commands): Remove. Users must set CUA prop instead.
24539 (cua--pre-command-handler): Check CUA property.
24540 (cua--init-keymaps): Don't remap undo commands.
24541 (cua-mode): Don't call cua--rectangle-on-off.
24542
24543 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24544 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24545 (cua--rect-undo-set-point): New var.
24546 (cua--rectangle-undo-boundary): Setup undo apply entry.
24547 (cua--rect-undo-handler): New function for rectangle undo.
24548 (cua--rect-start-position, cua--rect-end-position): Add.
24549 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24550 for restored rectangle. Set point if cua--rect-undo-set-point.
24551
24552 2005-02-06 Jay Belanger <belanger@truman.edu>
24553
24554 * calc/calc-lang.el (calc-tex-language): Display more information
24555 in messages.
24556
24557 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24558 in TeX mode.
24559
24560 2005-02-06 Richard M. Stallman <rms@gnu.org>
24561
24562 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24563
24564 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24565
24566 * net/ldap.el (ldap-search-internal): Support attributes with
24567 optional descriptions separated by a semi-colon, as in
24568 "userCertificate;binary".
24569
24570 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24571
24572 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24573 isn't a cons (i.e. the version is 0).
24574
24575 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24576
24577 * help.el (help-for-help): Doc fix.
24578
24579 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24580
24581 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24582 GDB-Windows on the menu-bar as this works better.
24583
24584 2005-02-04 Jay Belanger <belanger@truman.edu>
24585
24586 * calc/calc-embed.el (calc-embedded-update): Don't put in
24587 unnecessary newlines. Adjust the end of formula marker.
24588
24589 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24590 (math-latex-parse-two-args): New function.
24591
24592 2005-02-03 Lute Kamstra <lute@gnu.org>
24593
24594 * help-fns.el (help-with-tutorial): Make sure that users cannot
24595 remove the entire text of the tutorial by means of `undo'.
24596
24597 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24598
24599 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24600 in recent changes, where the ispell process was repeatedly
24601 killed & restarted.
24602
24603 * international/mule-cmds.el (set-locale-environment): Set file-name
24604 coding system to utf-8 on Darwin systems.
24605 (set-default-coding-systems): Don't set default-file-name-coding-system
24606 on Darwin systems.
24607
24608 2005-02-03 Richard M. Stallman <rms@gnu.org>
24609
24610 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24611
24612 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24613
24614 * faces.el (list-faces-display): Add optional argument.
24615
24616 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24617
24618 * font-core.el (font-lock-default-function): Handle the rare case where
24619 only font-lock-keywords is set.
24620
24621 2005-02-02 Kenichi Handa <handa@m17n.org>
24622
24623 * international/characters.el: Cancel previous change for
24624 I-WITH-DOT-ABOVE and DOTLESS-i.
24625
24626 * international/latin-5.el: Cancel previous change.
24627
24628 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24629
24630 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24631
24632 2005-02-02 Kenichi Handa <handa@m17n.org>
24633
24634 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24635 DOTLESS-i.
24636
24637 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24638 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24639
24640 * case-table.el (get-upcase-table): New function.
24641 (copy-case-table): Copy upcaes table too if non-nil.
24642 (set-case-syntax-delims): Maintain upcase table too.
24643 (set-case-syntax-pair): Likewise.
24644 (set-upcase-syntax, set-downcase-syntax): New functions.
24645 (set-case-syntax): Maintain upcase table too.
24646
24647 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24648
24649 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24650
24651 * progmodes/gud.el (gud-goto-info): New function.
24652 (gud-tool-bar-map): Use correct icon.
24653
24654 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24655
24656 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24657 When delegating, order args in the funcall correctly.
24658
24659 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24660
24661 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24662
24663 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24664
24665 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24666 buffer not visiting a file.
24667
24668 2005-01-31 Jay Belanger <belanger@truman.edu>
24669
24670 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24671 bound on the line with the formula.
24672
24673 2005-01-31 Kim F. Storm <storm@cua.dk>
24674
24675 * ses.el (ses-create-cell-variable-range)
24676 (ses-destroy-cell-variable-range, ses-reset-header-string)
24677 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24678 (ses-insert-row): Fix format of apply undo entries.
24679
24680 2005-01-31 Jay Belanger <belanger@truman.edu>
24681
24682 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24683 parts.
24684
24685 * calc/calc-embed.el (calc-embedded-open-formula)
24686 (calc-embedded-close-formula): Ignore matrix environments.
24687
24688 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24689 TeX mode.
24690
24691 * calc/calc-lang.el (math-function-table, math-oper-table)
24692 (math-variable-table): Adjust the LaTeX portions.
24693
24694 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24695 (math-latex-ignore-words): New constant.
24696
24697 2005-01-31 Richard M. Stallman <rms@gnu.org>
24698
24699 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24700 (ispell-local-dictionary): Doc fix.
24701 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24702 Don't reinitialize at run time. Don't defcustom.
24703 All uses changed to append ispell-local-dictionary-alist,
24704 or check it first.
24705 (ispell-current-dictionary): New variable for dictionary in use.
24706 (ispell-dictionary): Now used only for global default.
24707 (ispell-start-process): Set ispell-current-dictionary,
24708 not ispell-dictionary.
24709 (ispell-change-dictionary): Use this only for setting
24710 user preferences.
24711 (ispell-internal-change-dictionary): New function
24712 to change the current dictionary in use.
24713 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24714 Use ispell-current-dictionary.
24715 Handle ispell-local-dictionary-overridden.
24716 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24717
24718 2005-01-31 Jay Belanger <belanger@truman.edu>
24719
24720 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24721
24722 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24723 (calc-mode-map): Add calc-latex-language.
24724
24725 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24726 (math-latex-print-frac): New functions.
24727 (math-oper-table, math-function-table, math-variable-table)
24728 (math-complex-format, math-input-filter): Add latex properties.
24729 (calc-set-language): Set math-expr-special-function-mapping.
24730
24731 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24732 (calc-write-parse-table-part): Add LaTeX support.
24733
24734 * calc/calc.el (calc-language): Adjust docstring.
24735 (calc-set-mode-line): Add LaTeX support.
24736 (math-expr-special-function-mapping): New variable.
24737 (math-tex-ignore-words): Add to list.
24738
24739 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24740 Add LaTeX support.
24741 (math-compose-expr): Add support for special functions.
24742
24743 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24744
24745 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24746
24747 * progmodes/gdb-ui.el (gdb-memory-address)
24748 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24749 (gdb-memory-mode-map, gdb-memory-format-keymap)
24750 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24751 (gdb-memory-unit-menu): New variables for a buffer
24752 that lets the user examine program memory.
24753 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24754 (gdb-memory-format-binary, gdb-memory-format-octal)
24755 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24756 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24757 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24758 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24759 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24760 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24761 (gdb-memory-mode, gdb-memory-buffer-name)
24762 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24763 New functions for above buffer.
24764
24765 2005-01-30 Richard M. Stallman <rms@gnu.org>
24766
24767 * cus-edit.el (custom-bury-buffer): Function deleted.
24768 (custom-buffer-done-function): Option deleted.
24769 (custom-buffer-done-kill): New replacement option.
24770 (Custom-buffer-done): Call quit-window.
24771 (custom-buffer-create-internal): Update for above changes.
24772
24773 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24774
24775 * simple.el (undo-ask-before-discard): New var.
24776 (undo-outer-limit-truncate): Implement it.
24777 (undo-extra-outer-limit): Doc update.
24778
24779 2005-01-29 Richard M. Stallman <rms@gnu.org>
24780
24781 * ses.el (undo-more): Delete defadvice.
24782 (ses-begin-change): Doc fix.
24783
24784 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24785 instead of rebinding C-x u and C-_.
24786
24787 * files.el (normal-backup-enable-predicate): Return nil for files
24788 in /tmp, regardless of temporary-file-directory.
24789
24790 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24791
24792 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24793 (open-rectangle, delete-whitespace-rectangle-line)
24794 (clear-rectangle-line): If FILL, pass t instead of FILL
24795 for move-to-column's 2nd arg.
24796
24797 * simple.el (undo): Fix the test for continuing a series of undos.
24798 (undo-more): Set pending-undo-list to t when we reach end.
24799 (pending-undo-list): Move up defvar.
24800
24801 * wid-edit.el (widget-button-click):
24802 Shorten the range of the track-mouse binding.
24803
24804 * comint.el (comint-insert-input): Undo previous changes;
24805 use last-input-event in interactive spec.
24806
24807 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24808
24809 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24810 to nil before invoking call-process. Reset buffer's modified flag
24811 after fontifying it in the no-async branch.
24812
24813 * wid-edit.el (widget-specify-button): If mouse pointer shape
24814 cannot be changed, use mouse face instead.
24815
24816 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24817
24818 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24819 (gdb-goto-breakpoint): Make breakpoint handling work on template
24820 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24821 (gdb-assembler-custom): Update to recognize breakpoint information
24822 added on 2005-01-19.
24823
24824 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24825
24826 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24827 (dsssl-mode): Use define-derived-mode.
24828 (scheme-mode-initialize): Remove.
24829 (scheme-mode): Use run-mode-hooks.
24830
24831 * cus-edit.el (customize-group-other-window)
24832 (custom-buffer-create-other-window): Don't override special-display-*.
24833 (custom-mode-map): Make it dense.
24834
24835 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24836 sets the default value.
24837
24838 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24839
24840 * descr-text.el: Add more keywords.
24841
24842 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24843
24844 * speedbar.el: Avoid unnecessary use of locate-library.
24845
24846 * international/mule-cmds.el (standard-display-european-internal):
24847 Don't fiddle with latin-1 non-break space any more since it's now
24848 special cased in the C code.
24849 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24850
24851 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24852
24853 * cus-start.el (all): Add `undo-outer-limit'.
24854
24855 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24856
24857 * textmodes/bibtex.el (bibtex-format-entry):
24858 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24859 field lines.
24860 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24861 not on part of a buffer.
24862
24863 2005-01-25 Lute Kamstra <lute@gnu.org>
24864
24865 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24866 nonempty field text strings like "{letters\\macro{}more letters}".
24867 Clarify docstring.
24868 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24869 (bibtex-entry-offset, bibtex-parse-association)
24870 (bibtex-parse-field-name): Fix typos in docstrings.
24871 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24872
24873 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24874
24875 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24876 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24877 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24878 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24879
24880 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24881 isearch minor mode.
24882
24883 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24884
24885 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24886
24887 2005-01-24 Lute Kamstra <lute@gnu.org>
24888
24889 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24890 CASECHARS and NOT-CASECHARS regular expressions of the
24891 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24892 striding over charsets" error.
24893
24894 2005-01-24 Jay Belanger <belanger@truman.edu>
24895
24896 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24897 display variable name.
24898
24899 2005-01-24 Kenichi Handa <handa@m17n.org>
24900
24901 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24902 Fix setting of the element of encoded-kbd-iso2022-invocations.
24903
24904 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24905
24906 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24907 (gdb-threads-select): Change to also accept mouse events.
24908 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24909 (gdb-threads-mouse-select): Delete.
24910
24911 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24912
24913 * files.el (insert-directory): Take care of empty directory,
24914 listed without -a switch.
24915
24916 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24917
24918 * textmodes/refill.el (refill-post-command-function):
24919 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24920 to the list of functions that we should be careful not to undo.
24921 (refill-late-fill-paragraph-function): Remove.
24922 (refill-saved-state): New var.
24923 (refill-mode): Use it to save fill-paragraph-function.
24924 Save also the value of auto-fill-function.
24925
24926 * term/w32-win.el: Simplify code.
24927
24928 2005-01-23 Kim F. Storm <storm@cua.dk>
24929
24930 * simple.el (line-move): Adapt to new return value from
24931 pos-visible-in-window-p.
24932
24933 * simple.el (line-move): Fix last change. Check partial
24934 visibility at point rather than at window-start.
24935
24936 2005-01-22 Jason Rumney <jasonr@gnu.org>
24937
24938 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24939
24940 2005-01-22 David Kastrup <dak@gnu.org>
24941
24942 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24943
24944 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24945
24946 * type-break.el (type-break-mode): Add a test for
24947 type-break-file-name being non-nil.
24948
24949 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24950
24951 * net/eudc.el (top level): Call (message "") via progn, so that
24952 eudc-options-file is loaded.
24953
24954 2005-01-22 Kim F. Storm <storm@cua.dk>
24955
24956 * simple.el (line-move-1): Rename from line-move.
24957 (line-move): New function that adjusts vscroll for partially
24958 visible rows, and calls line-move-1 otherwise.
24959
24960 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24961
24962 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24963 since it's not a complete read-event implementation
24964
24965 2005-01-20 Jay Belanger <belanger@truman.edu>
24966
24967 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24968 for called function.
24969
24970 2005-01-20 Steven Tamm <steventamm@mac.com>
24971
24972 * term/mac-win.el (process-connection-type): Remove.
24973 Controlled now by s/darwin.h:PTY_ITERATION.
24974
24975 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24976
24977 * window.el (handle-select-window): Don't switch window when we're
24978 in the minibuffer.
24979
24980 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24981
24982 * subr.el (dotimes-with-progress-reporter): New macro.
24983
24984 * ses.el (ses-dotimes-msg): Remove macro.
24985 Use `dotimes-with-progress-reporter' instead.
24986
24987 2005-01-19 Steven Tamm <steventamm@mac.com>
24988
24989 * term/mac-win.el (process-connection-type): Use new
24990 operating-system-release variable to use ptys on Darwin 7 (OS X
24991 10.3) when using carbon build.
24992
24993 2005-01-19 Jay Belanger <belanger@truman.edu>
24994
24995 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24996 flags if the last command was a tab or M-tab.
24997
24998 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24999 in formula editing buffer.
25000
25001 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25002
25003 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25004 breakpoint image symbol in margin.
25005
25006 2005-01-19 Jay Belanger <belanger@truman.edu>
25007
25008 * calc/calc-prog.el (calc-execute-kbd-macro):
25009 Ignore calc-keep-arg-flag.
25010
25011 2005-01-19 Kenichi Handa <handa@m17n.org>
25012
25013 * textmodes/ispell.el (ispell-looking-at): New function.
25014 (ispell-process-line): Use ispell-looking-at to compare the ispell
25015 output and the buffer contents.
25016
25017 2005-01-18 Jay Belanger <belanger@truman.edu>
25018
25019 * calc/calc.el (calc-display-raw): Fix docstring.
25020
25021 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25022
25023 * simple.el (blink-matching-open): Strip extra info from syntax.
25024
25025 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25026 funny chars in the end-of-here-doc marker.
25027
25028 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25029
25030 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25031 that enable/disabled state of breakpoints is shown correctly in
25032 fringe and on ttys.
25033 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25034 Add breakpoint information as text properties.
25035 (gdb-mouse-toggle-breakpoint):
25036 Rename to gdb-mouse-set-clear-breakpoint.
25037 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25038 breakpoints in the margin.
25039 (gdb-remove-strings): Simplify.
25040
25041 2005-01-17 Jay Belanger <belanger@truman.edu>
25042
25043 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25044 erasing buffer.
25045
25046 2005-01-17 Richard M. Stallman <rms@gnu.org>
25047
25048 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25049 for calling grep-compute-defaults.
25050
25051 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25052 if buffer is empty.
25053
25054 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25055
25056 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25057
25058 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25059
25060 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25061 non-preloaded variables.
25062
25063 2005-01-17 Steven Tamm <steventamm@mac.com>
25064
25065 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25066 tex-shell cause to force interactivity when using pipes.
25067
25068 2005-01-17 Kim F. Storm <storm@cua.dk>
25069
25070 * simple.el (just-one-space): Make arg optional.
25071
25072 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25073
25074 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25075 posn-at-x-y to t to access left-margin.
25076
25077 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25078
25079 Sync with Tramp 2.0.47.
25080
25081 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25082 catching keep-date problems in cp/scp operations.
25083 (tramp-handle-copy-file): Don't call `set-file-modes'
25084 unconditionally. Specialized functions should know better what is
25085 necessary. This improves performance a little bit, and the
25086 functions could catch errors with `cp -p' and `scp -p'.
25087 (tramp-do-copy-or-rename-file-via-buffer)
25088 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25089 when appropriate.
25090 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25091 Call `set-file-modes' when appropriate.
25092 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25093 Johnsson <isak@hypergene.com>
25094 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25095 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25096 <joakim@verona.se>
25097 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25098 Emacs only.
25099
25100 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25101 `find-file-hooks' and `dired-mode-hook'.
25102 (tramp-minor-mode-map): Respective map. Add remapping for
25103 `compile' and `recompile'.
25104 (tramp-remap-command, tramp-recompile): New defuns.
25105 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25106 in buffer "*Compilation*". Call the commands asynchronously.
25107
25108 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25109 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25110 `shell-command', because it isn't magic in XEmacs. Reported by
25111 Adrian Aichner <adrian@xemacs.org>.
25112
25113 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25114 `substitute-in-file-name.
25115 (tramp-smb-handle-substitute-in-file-name): New defun.
25116 (tramp-smb-advice-PC-do-completion): Delete advice.
25117
25118 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25119
25120 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25121 Fix error in deleting region.
25122
25123 2005-01-15 Richard M. Stallman <rms@gnu.org>
25124
25125 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25126 In non-temp buffer, switch syntax table temporarily.
25127
25128 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25129
25130 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25131
25132 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25133
25134 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25135 (imenu--generic-function): Use START, not BEG, as pos of definition.
25136
25137 * simple.el (just-one-space): Argument specifies number of spaces.
25138
25139 * simple.el (eval-expression-print-format): Avoid warning
25140 about edebug-active.
25141
25142 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25143
25144 * progmodes/sh-script.el: Code copied from make-mode.el
25145 with small changes,
25146 (sh-mode-map): Bind C-c C-\.
25147 (sh-backslash-column, sh-backslash-align): New variables.
25148 (sh-backslash-region, sh-append-backslash): New functions.
25149
25150 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25151
25152 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25153 (rmail-pop-password, rmail-pop-password-required): Move to
25154 rmail-obsolete group.
25155 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25156 All callers updated.
25157 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25158 Take an argument specifying whether it is POP or IMAP mailbox we
25159 are using. All callers updated.
25160 (rmail-pop-password-error): Rename to
25161 rmail-remote-password-error. Added mailutils-specific error message.
25162 (rmail-movemail-search-path)
25163 (rmail-movemail-variant-in-use): New variables.
25164 (rmail-remote-password, rmail-remote-password-required):
25165 New customization variables.
25166 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25167 (rmail-parse-url): New function.
25168 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25169 with GNU mailutils movemail.
25170
25171 2005-01-15 Kevin Ryde <user42@zip.com.au>
25172
25173 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25174 suffix to space, $ or '$, to correctly position point when going
25175 to @table style constants like DBL_MAX.
25176
25177 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25178
25179 * type-break.el (type-break-mode, type-break-file-time)
25180 (type-break-file-keystroke-count, type-break-choose-file):
25181 Don't store data in or load data from the file if type-break-file-name
25182 is nil.
25183 (type-break-file-name): Doc update as per the above.
25184
25185 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25186
25187 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25188 lookup-key might return nil; handle that.
25189
25190 2005-01-15 Alan Mackenzie <acm@muc.de>
25191
25192 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25193 rather than the element found, thus enabling the tree to be setcar'd.
25194
25195 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25196
25197 * textmodes/org.el (org-show-following-heading): New option.
25198 (org-show-hierarchy-above): Use `org-show-following-heading'.
25199 (org-cycle): Documentation fix.
25200
25201 * textmodes/org.el (orgtbl-optimized): New option
25202 (orgtbl-mode): New command, a minor mode.
25203 (orgtbl-mode-map): New variable.
25204 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25205 (orgtbl-error, orgtbl-self-insert-command)
25206 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25207
25208 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25209 a local variable in each org-mode buffer.
25210
25211 * textmodes/org.el (org-set-regexps-and-options): Rename from
25212 `org-set-regexps'. Added checking for STARTUP keyword.
25213 (org-get-current-options): Add STARTUP options.
25214 (org-table-insert-row): Make mode intelligent about when
25215 realignment is needed.
25216 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25217 New commands.
25218 (org-enable-table-editor): New default value `optimized'.
25219 (org-table-blank-field): Support blanking regions if active.
25220
25221 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25222
25223 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25224 if the year is not given.
25225
25226 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25227 Add new escapes %m and %M, fixed bug with %F by adding
25228 save-match-data.
25229 (reftex-reference): Remove ?. from list of spaces.
25230 (reftex-label-info): Add automatic label prefix recognition.
25231
25232 * textmodes/reftex-index.el (reftex-index-next-phrase):
25233 Add slave parameter to call of `reftex-index-this-phrase'.
25234 (reftex-index-this-phrase): New optional argument.
25235 (reftex-index-region-phrases): Add slave parameter to call of
25236 `reftex-index-this-phrase'.
25237 (reftex-display-index): New argument redo.
25238 (reftex-index-rescan): Add `redo' to arguments of
25239 `reftex-display-index'.
25240 (reftex-index-Rescan, reftex-index-revert)
25241 (reftex-index-switch-index-tag): Add `redo' to arguments of
25242 `reftex-display-index'.
25243 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25244 indexing. Fix bug with matching is there is a quote before or
25245 after the word.
25246
25247 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25248 Fix bug when collecting citation keys in lines with comments.
25249 (reftex-citation): Prefix argument no longer rescans the document,
25250 but forces prompting for optional arguments of cite macros.
25251 (reftex-do-citation): Prompting for optional arguments implemented.
25252
25253 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25254 Add optional arguments to most cite commands.
25255 (reftex-cite-cleanup-optional-args): New option
25256 (reftex-cite-prompt-optional-args): New option.
25257 (reftex-trust-label-prefix): New option.
25258
25259 * textmodes/reftex-toc.el (reftex-toc-find-section):
25260 Add push-mark before changing the position in the buffer.
25261
25262 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25263 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25264
25265 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25266
25267 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25268 more carefully.
25269
25270 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25271
25272 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25273 (sgml-mode): Use it.
25274 (sgml-get-context): Better keep track of implicitly closed tags.
25275
25276 2005-01-13 Kenichi Handa <handa@m17n.org>
25277
25278 * textmodes/ispell.el: These changes are to fix misalignment error
25279 caused by equivalent characters of different Emacs charsets.
25280 (ispell-unified-chars-table): New variable.
25281 (ispell-get-decoded-string): New function.
25282 (ispell-get-casechars, ispell-get-not-casechars)
25283 (ispell-get-otherchars): Call ispell-get-decoded-string.
25284
25285 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25286
25287 * custom.el (custom-declare-variable): Just put symbol instead
25288 of (defvar . symbol) in `current-load-list'.
25289
25290 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25291
25292 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25293
25294 2005-01-12 Jay Belanger <belanger@truman.edu>
25295
25296 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25297 to create a Calc summary.
25298
25299 2005-01-12 Kim F. Storm <storm@cua.dk>
25300
25301 * mouse.el (mouse-on-link-p): Change functionality and doc
25302 string to comply with latest description in lisp ref.
25303
25304 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25305
25306 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25307 Enable mouse clicks on mode-line, header-line and margin.
25308 (event-type): Give mouse event symbols an `event-kind' property
25309 with value `mouse-click'.
25310
25311 2005-01-12 Juri Linkov <juri@jurta.org>
25312
25313 * facemenu.el (list-colors-display): Add new arg buffer-name.
25314 Use it. Fix docstring. Replace code for identifying duplicate
25315 colors by the name with call to `list-colors-duplicates' which
25316 identifies duplicate colors by the value unless the color
25317 is one of special Windows colors. Set truncate-lines to t.
25318 Print sorted duplicate color names on each line. Indent to 22
25319 \(the longest color name in rgb.txt) instead of 20. Optimize.
25320 (list-colors-duplicates): New function.
25321 (facemenu-color-name-equal): Delete function.
25322
25323 * facemenu.el (list-colors-print): New function created from code
25324 in list-colors-display. Print #RRGGBB at the window right edge.
25325 (list-colors-display): When temp-buffer-show-function is not
25326 defined, call list-colors-print from temp-buffer-show-hook
25327 to get the right value of window-width in list-colors-print
25328 after the buffer is displayed.
25329
25330 * simple.el (pop-mark): Move deactivate-mark out of conditional
25331 part to deactivate the active mark regardless of the state of the
25332 mark ring.
25333
25334 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25335 variables line in desktop files.
25336
25337 2005-01-12 Juri Linkov <juri@jurta.org>
25338
25339 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25340 Bring together isearch highlight related options.
25341 (lazy-highlight): Replace group `replace' by `matching'.
25342 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25343 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25344 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25345 and declare them obsolete.
25346 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25347 (isearch-faces): Remove defgroup.
25348 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25349 Move isearch highlighting code closer to lazy highlighting code.
25350
25351 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25352 (query-replace-highlight, query-replace-lazy-highlight)
25353 (query-replace): Move definitions to the beginning of the file.
25354
25355 2005-01-11 Juri Linkov <juri@jurta.org>
25356
25357 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25358 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25359 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25360
25361 * info.el (Info-history-forward): New variable.
25362 (Info-select-node): Reset Info-history-forward to nil.
25363 (Info-last): Turn into defalias.
25364 (Info-history-back): Rename from Info-last.
25365 Add current node to Info-history-forward.
25366 (Info-history-forward): New fun.
25367 (Info-mode-map): Replace Info-last by Info-history-back.
25368 Bind Info-history-forward to "r".
25369 (Info-mode-menu): Replace Info-last by Info-history-back.
25370 Fix menu item text. Add menu item for Info-history-forward.
25371 (info-tool-bar-map): Replace Info-last by Info-history-back.
25372 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25373 for Info-history-forward.
25374 (Info-mode): Replace Info-last by Info-history-back in docstring.
25375 Add local variable Info-history-forward.
25376 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25377
25378 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25379
25380 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25381 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25382 Ignore select-window events rather than fiddle with
25383 mouse-autoselect-window.
25384
25385 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25386
25387 * type-break.el (type-break-mode): Fix previous change.
25388
25389 2005-01-10 Jay Belanger <belanger@truman.edu>
25390
25391 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25392 calculator; only reset when point is inside a calculator.
25393 Don't adjust the window height if the window takes up the whole height
25394 of the frame.
25395
25396 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25397
25398 * ebuff-menu.el (Electric-buffer-menu-mode):
25399 Preserve value of buffer-local var header-line-format.
25400
25401 2005-01-09 Jay Belanger <belanger@truman.edu>
25402
25403 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25404 Make sure settings file exists before accessing it.
25405
25406 * calc/calc-embed.el (calc-embedded-subst):
25407 Replace math-multi-subst-rec, which is only supposed to be called
25408 by math-multi-subst, by math-multi-subst.
25409
25410 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25411
25412 * vc.el (vc-allow-async-revert): New user option.
25413 (vc-disable-async-diff): New internal variable.
25414 (vc-revert-buffer): Use them to disable asynchronous diff.
25415
25416 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25417 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25418 asynchronously if vc-disable-async-diff is t.
25419
25420 2005-01-09 Jay Belanger <belanger@truman.edu>
25421
25422 * calc/calc.el (defcalcmodevar): New macro.
25423 (calc-mode-var-list-restore-default-values)
25424 (calc-mode-var-list-restore-saved-values): New functions.
25425 (calc-mode-var-list): Use defcalcmodevar to define it.
25426 (calc-always-load-extensions, calc-line-numbering)
25427 (calc-line-breaking, calc-display-just, calc-display-origin)
25428 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25429 (calc-group-char, calc-point-char, calc-frac-format)
25430 (calc-prefer-frac, calc-hms-format, calc-date-format)
25431 (calc-float-format, calc-full-float-format, calc-complex-format)
25432 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25433 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25434 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25435 (calc-matrix-brackets, calc-language, calc-language-option)
25436 (calc-left-label, calc-right-label, calc-word-size)
25437 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25438 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25439 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25440 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25441 (calc-window-height, calc-display-trail, calc-show-selections)
25442 (calc-use-selections, calc-assoc-selections)
25443 (calc-display-working-message, calc-auto-why, calc-timing)
25444 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25445 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25446 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25447 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25448 (calc-gnuplot-geometry, calc-graph-default-resolution)
25449 (calc-graph-default-resolution-3d, calc-invocation-macro)
25450 (calc-show-banner): Use defcalcmodevar to declare them and set
25451 their default values.
25452
25453 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25454 instead of default values (but restore default values if there is
25455 an argument of 0).
25456
25457 2005-01-09 David Kastrup <dak@gnu.org>
25458
25459 * desktop.el (desktop-restore-eager): Fix typo in type.
25460
25461 2005-01-08 Richard M. Stallman <rms@gnu.org>
25462
25463 * cus-edit.el (customize): Delete :link.
25464
25465 2005-01-08 Jay Belanger <belanger@truman.edu>
25466
25467 * calc/calc.el (calc-mode): Remove the extension from the
25468 `calc-settings-file' file name when loading it.
25469
25470 2005-01-08 Kim F. Storm <storm@cua.dk>
25471
25472 * info.el (Info-mode-map, Info-next-link-keymap)
25473 (Info-prev-link-keymap, Info-up-link-keymap):
25474 Map follow-link to mouse-face.
25475 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25476
25477 2005-01-08 Jay Belanger <belanger@truman.edu>
25478
25479 * calc/calc.el (calc-settings-file): Change default value.
25480 Suggested by cgw in a comment in calc-mode.el.
25481
25482 * calc/calc-mode.el (calc-settings-file-name):
25483 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25484 Replace ~/.emacs in a prompt by calc-settings-file.
25485
25486 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25487
25488 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25489 (desktop-lazy-idle-delay): New customizable variables.
25490 (desktop-buffer-args-list): New variable.
25491 (desktop-append-buffer-args): New function.
25492 (desktop-save): Call desktop-append-buffer-args for some buffers.
25493 (desktop-lazy-create-buffer): New function.
25494 (desktop-idle-create-buffers): New function.
25495 (desktop-read): Add message about buffers to restore lazily.
25496 (desktop-lazy-abort): New command.
25497 (desktop-clear): Call desktop-lazy-abort.
25498 (desktop-lazy-complete): New command.
25499
25500 2005-01-06 Richard M. Stallman <rms@gnu.org>
25501
25502 * emacs-lisp/find-func.el (find-face-definition):
25503 Rename from find-face.
25504
25505 2005-01-06 Kim F. Storm <storm@cua.dk>
25506
25507 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25508
25509 * man.el (Man-xref-man-page, Man-xref-header-file)
25510 (Man-xref-normal-file): Add follow-link property.
25511
25512 2005-01-06 Jay Belanger <belanger@truman.edu>
25513
25514 * calc/calc-units.el: Make sure the proper macro definitions are
25515 available when compiling.
25516
25517 2005-01-06 Juri Linkov <juri@jurta.org>
25518
25519 * isearch.el (isearch-lazy-highlight-update):
25520 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25521
25522 2005-01-06 Miles Bader <miles@gnu.org>
25523
25524 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25525 (isearch-lazy-highlight-face): Use new name.
25526
25527 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25528
25529 * uniquify.el (uniquify-rationalize-file-buffer-names):
25530 Re-add an interactive spec.
25531 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25532 to the same name.
25533
25534 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25535 (isearch-update, isearch-done): Adjust calls accordingly.
25536
25537 2005-01-05 Richard M. Stallman <rms@gnu.org>
25538
25539 * custom.el (custom-set-variables, custom-theme-set-variables):
25540 Clarify documentation.
25541
25542 * emacs-lisp/find-func.el (find-variable)
25543 (find-variable-other-window, find-variable-other-frame):
25544 Fix the TYPE args to find-function-read and find-function-do-it.
25545 (find-function): Doc fix.
25546 (find-function-at-point): Replace function-at-point alias.
25547
25548 2005-01-04 Richard M. Stallman <rms@gnu.org>
25549
25550 * cus-face.el (custom-declare-face):
25551 Record defface in current-load-list.
25552
25553 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25554
25555 * emacs-lisp/find-func.el: Doc fixes.
25556 (find-face-regexp): New variable.
25557 (find-function-regexp-alist): New variable.
25558 (find-function-C-source): Third arg is now TYPE.
25559 (find-function-search-for-symbol): Handle general TYPE.
25560 (find-function-read, find-function-do-it): Handle general TYPE.
25561 (find-definition-noselect, find-face): New functions.
25562 (function-at-point): Alias deleted.
25563
25564 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25565
25566 * battery.el (display-battery-mode): Rename from display-battery.
25567 Handle the case where it gets turned off.
25568
25569 2005-01-04 Richard M. Stallman <rms@gnu.org>
25570
25571 * cus-edit.el (customize): Make :link point to user doc.
25572
25573 * man.el (Man-fontify-manpage): Turn off undo generation.
25574
25575 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25576
25577 2005-01-04 Andreas Schwab <schwab@suse.de>
25578
25579 * files.el (insert-directory): Only look for error lines in
25580 inserted text. Don't move too far after processing --dired markers.
25581
25582 2005-01-04 Richard M. Stallman <rms@gnu.org>
25583
25584 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25585 Don't expand if the character is @, period, dash, etc.
25586 (define-mail-abbrev): Quote names that contain problem characters.
25587
25588 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25589
25590 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25591
25592 2005-01-03 Richard M. Stallman <rms@gnu.org>
25593
25594 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25595 (query-replace-highlight, query-replace-lazy-highlight)
25596 (query-replace): Definitions moved up. Doc fix.
25597
25598 2005-01-03 Richard M. Stallman <rms@gnu.org>
25599
25600 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25601 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25602 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25603 (lazy-highlight-face): Rename from isearch-lazy-...
25604 Change all references to them.
25605
25606 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25607
25608 * cus-edit.el (custom-file): Doc fix for defcustom.
25609 (custom-file): The function no longer sets the variable
25610 `custom-file' to its return value.
25611
25612 * startup.el (command-line): No longer load `custom-file'.
25613
25614 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25615
25616 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25617
25618 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25619 Don't confuse module-prefixed identifiers for labels.
25620 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25621
25622 2005-01-02 Richard M. Stallman <rms@gnu.org>
25623
25624 * files.el (basic-save-buffer-1): Fix previous change.
25625
25626 * loadhist.el (file-loadhist-lookup): New function.
25627 (file-provides, file-requires): Use it.
25628
25629 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25630 instead of calculating the right size.
25631
25632 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25633
25634 * vc-svn.el (vc-svn-diff): Stay local if possible.
25635
25636 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25637
25638 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25639
25640 * files.el (hack-local-variables): Fix last change.
25641
25642 2005-01-02 Jay Belanger <belanger@truman.edu>
25643
25644 * calc/calc-yank.el (calc-edit-top): New variable.
25645 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25646 object. Change header properties.
25647 (calc-edit-finish, calc-edit-finish-stack-object)
25648 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25649 edited object.
25650 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25651 for the beginning of the edited object.
25652 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25653 for the beginning of the edited object.
25654 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25655 (calc-finish-formula-edit, calc-macro-repeats)
25656 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25657 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25658 beginning of the edited object.
25659 (calc-user-define-edit): Change the header for editing macros.
25660 Remove unnecessary variable.
25661
25662 2005-01-01 Jay Belanger <belanger@truman.edu>
25663
25664 * calc/calc-yank.el (calc-edit-mode): Change default header.
25665 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25666 * calc/calc-store.el (calc-edit-variable): Change title to match new
25667 header.
25668 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25669 mode to match new header.
25670 (calc-user-define-edit): Change titles to include names of commands.
25671 (calc-finish-formula-edit): Adjust to handle new header.
25672 (calc-finish-macro-edit): Remove.
25673 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25674 (calc-edit-macro-command, calc-edit-macro-command-type)
25675 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25676 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25677 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25678 (calc-edit-macro-finish-edit): New functions.
25679 (calc-user-define-edit): Use new functions to edit named calc macros.
25680
25681 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25682
25683 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25684
25685 * ses.el (copy-region-as-kill): Deactivate mark.
25686
25687 2005-01-01 Richard M. Stallman <rms@gnu.org>
25688
25689 * replace.el (occur-1): If the output buffer is also an input,
25690 don't kill it, rename it.
25691
25692 * faces.el (set-face-background, set-face-foreground): Doc fix.
25693
25694 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25695 for :foreground and :background.
25696
25697 * dired.el (dired-view-command-alist): Variable deleted.
25698 (dired-view-file, dired-mouse-find-file-other-window):
25699 Delete the code to use it.
25700
25701 2005-01-01 Kim F. Storm <storm@cua.dk>
25702
25703 * image.el (insert-sliced-image): Use t for line-height property.
25704
25705 See ChangeLog.11 for earlier changes.
25706
25707 ;; Local Variables:
25708 ;; coding: iso-2022-7bit
25709 ;; End:
25710
25711 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25712 Copying and distribution of this file, with or without modification,
25713 are permitted provided the copyright notice and this notice are preserved.
25714
25715 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1