]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-07-28 Richard Stallman <rms@gnu.org>
2
3 * bindings.el (mode-line-frame-identification)
4 (propertized-buffer-identification): Centralize the code
5 to initialize the variable.
6
7 * progmodes/grep.el (grep-default-command): Catch errors from
8 wildcard-to-regexp.
9
10 2006-07-29 Kim F. Storm <storm@cua.dk>
11
12 * progmodes/grep.el (grep-tag-default): New function.
13 (grep-default-command, grep-read-regexp): Use it.
14 (grep-read-files): Use car of grep-files-history or grep-files-aliases
15 as default if nothing else applies.
16
17 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
18
19 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
20 Throw error if buffer is not in Dired and Wdired mode, respectively.
21
22 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
23
24 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
25 self-insert-command keys don't activate buttons.
26 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
27
28 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
29
30 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
31 faces for enable character.
32
33 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
34
35 * Makefile.in (recompile): Update comment to reflect change
36 on 2004-04-21.
37
38 2006-07-27 Richard Stallman <rms@gnu.org>
39
40 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
41 (customize-package-emacs-version): Change msg when pkg has no entry.
42 (custom-no-edit): On a button, do like widget-button-press.
43
44 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
45
46 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
47 S-tab and C-S-tab.
48
49 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
50
51 * progmodes/which-func.el (which-function): Fix documentation/
52 comment typo.
53
54 2006-07-26 Richard Stallman <rms@gnu.org>
55
56 * textmodes/ispell.el (ispell-word): If we replace the word,
57 move point to the end. Insert before deleting.
58
59 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
60
61 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
62 a timer.
63
64 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
65
66 * tumme.el (tumme-backward-image): Add prefix argument. Add error
67 when at first image.
68 (tumme-forward-image): Add prefix argument. Add error when at last
69 image.
70
71 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
72
73 * tabify.el (tabify-regexp): Use more specific regexps.
74 (tabify): Avoid modifying the buffer unnecessarily.
75
76 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
77
78 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
79 (tumme-format-properties-string): Handle empty `buf'.
80 (tumme-get-comment): Change variable names inside `let'. Add
81 missing `let' variable that cause font-lock problems.
82 (tumme-write-comments): Change variable names inside `let'. Add
83 missing `let' variable that cause font-lock problems.
84 (tumme-forward-image): Rename from `tumme-forward-char'.
85 (tumme-backward-image): Rename from `tumme-backward-char'.
86
87 2006-07-25 Masatake YAMATO <jet@gyve.org>
88
89 * progmodes/ld-script.el (ld-script-keywords)
90 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
91 and add comments.
92
93 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
94
95 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
96 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
97 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
98 for status indicator.
99
100 2006-07-24 Richard Stallman <rms@gnu.org>
101
102 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
103
104 * subr.el (dolist, dotimes): Use interned symbols for locals.
105 (--dotimes-limit--, --dolist-tail--): New defvars.
106 (looking-back): Doc fix.
107
108 * replace.el (replace-match-string-symbols): Handle dotted lists.
109
110 2006-07-24 mathias <mathias@mattis>
111
112 * tumme.el (tumme-write-tags): Add.
113 (tumme-write-comments): Add.
114 (tumme-tag-files): Change to use `tumme-write-tags'.
115 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
116 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
117 (tumme-save-information-from-widgets): Change to use
118 `tumme-write-comments' and `tumme-write-tags'.
119 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
120 (tumme-write-tag): Remove.
121 (tumme-write-comment): Remove.
122 (tumme-display-previous-thumbnail-original): Remove empty line.
123 (tumme-widget-list): Add punctuation.
124
125 2006-07-24 mathias <mathias.dahl@gmail.com>
126
127 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
128
129 2006-07-24 Daiki Ueno <ueno@unixuser.org>
130
131 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
132 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
133 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
134
135 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
136
137 * mouse.el (mouse-on-link-p): Doc fix.
138
139 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
140
141 * emacs-lisp/find-func.el (find-function-search-for-symbol):
142 Handle "C-h f `".
143
144 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
145
146 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
147 column.
148
149 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
150
151 * textmodes/table.el: Add move-beginning-of-line and
152 move-end-of-line to Point Motion Only Group.
153
154 2006-07-22 Eric Hanchrow <offby1@blarg.net>
155
156 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
157
158 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
159
160 * startup.el (user-mail-address): Initialize from the `EMAIL'
161 environment variable first. Document this.
162 (command-line): Ditto.
163
164 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
165
166 * help-mode.el (help-function-def, help-variable-def)
167 (help-face-def): Print a message in the minibuffer.
168
169 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
170
171 * term/xterm.el (terminal-init-xterm): Fix key bindings
172 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
173
174 2006-07-21 Eli Zaretskii <eliz@gnu.org>
175
176 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
177 where `(nth 1 command)' is a cons cell. Doc fix.
178
179 * textmodes/po.el (po-find-charset): Doc fix.
180
181 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
182
183 * allout.el (allout-unprotected, allout-e-o-prefix-p)
184 (allout-beginning-of-current-line, allout-end-of-current-line)
185 (allout-next-visible-heading, allout-open-topic)
186 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
187 (allout-flag-current-subtree, allout-show-to-offshoot)
188 (allout-hide-current-entry, allout-show-current-branches)
189 (allout-hide-region-body, allout-old-expose-topic)
190 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
191 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
192 containing `beginning-of-line' and `end-of-line' with
193 `inhibit-field-text-motion' t.
194
195 2006-07-21 Eli Zaretskii <eliz@gnu.org>
196
197 * frame.el (focus-follows-mouse): Document that it doesn't have
198 any effect on MS-Windows.
199
200 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
203
204 2006-07-20 Jay Belanger <belanger@truman.edu>
205
206 * calc.el (calc-previous-alg-entry): Remove variable.
207
208 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
209 New variables.
210 (calc-alg-entry): Use `calc-alg-entry-history'.
211 (calc-do-quick-calc): Use `calc-quick-calc-history'.
212 Remove reference to `calc-previous-alg-entry'.
213 (calcAlg-edit, calcAlg-enter): Remove reference to
214 `calc-previous-alg-entry'.
215 (calcAlg-previous): Use `previous-history-element' instead of
216 `calc-previous-alg-entry'.
217 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
218 Change keybinding for `calcAlg-plus-minus', add keybindings for
219 `previous-history-element' and `next-history-element'.
220
221 * calc-rewr.el (calc-match): Remove reference to
222 `calc-previous-alg-entry'.
223
224 * calc-sel.el (calc-selection-history): New variable.
225 (calc-enter-selection, calc-sel-mult-both-sides)
226 (calc-sel-add-both-sides): Use `calc-selection-history'.
227
228 * calc-map.el (calc-get-operator-history): New variable.
229 (calc-get-operator): Use `calc-get-operator-history'.
230
231 * calcalg3.el (calc-curve-fit-history): New variable.
232 (calc-curve-fit): Use `calc-curve-fit-history'.
233
234 2006-07-20 Kenichi Handa <handa@m17n.org>
235
236 * international/mule-cmds.el (select-safe-coding-system): Fix the
237 way of deciding eol-type of the coding system.
238
239 2006-07-20 Alan Mackenzie <acm@muc.de>
240
241 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
242 (c-lang-setvar): New macro.
243 (c-make-init-lang-vars-fun): Use the initialization forms in
244 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
245 (comment-start, comment-end, comment-start-skip): Change these from
246 c-lang-defvar's to c-lang-setvar's.
247
248 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
249 which calls make-local-variable on the elements of
250 c-emacs-variable-inits.
251 (c-init-language-vars-for): Call this new macro.
252
253 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
254
255 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
256 Try to rule out false positives due to time stamps.
257 (compilation-mode-font-lock-keywords): Remove rules made redundant
258 because of the above change. Add `segmentation fault' to the known and
259 highlighted compilation termination messages.
260
261 2006-07-19 Kim F. Storm <storm@cua.dk>
262
263 * progmodes/grep.el (grep-find-ignored-directories):
264 Add .svn and _darcs to list.
265
266 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
267
268 * dired.el (dired-mode-map): Add key binding `C-te' for
269 `tumme-dired-edit-comment-and-tags'.
270
271 * tumme.el (tumme-display-thumbnail-original-image): Make sure
272 image display buffer is displayed before call to
273 `tumme-display-image.
274 (tumme-dired-display-image): Make sure image display buffer is
275 displayed before call to `tumme-display-image.
276 (tumme-mouse-display-image): Make sure image display buffer is
277 displayed before call to `tumme-display-image.
278 (tumme-widget-list): Add.
279 (tumme-dired-edit-comment-and-tags): Add.
280 (tumme-save-information-from-widgets): Add.
281
282 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
285
286 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
287
288 * progmodes/sh-script.el (sh-font-lock-keywords-1):
289 Revert inadvertently installed patch hunk.
290
291 * progmodes/compile.el (compilation-find-file): Handle the
292 cases where the user selects a non-existent file.
293
294 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
297
298 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
299
300 * subr.el (sit-for): Just sleep-for if noninteractive.
301
302 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
303
304 * emacs-lisp/autoload.el (make-autoload): Use new arg.
305
306 * custom.el (custom-autoload): Add `noset' argument.
307 (custom-push-theme): Don't autoload the variable, let callers do it.
308 (custom-theme-set-variables): Autoload the variable if necessary.
309
310 * cus-edit.el (custom-variable-state-set): If the variable was
311 originally set outside custom, but to the same value as the default,
312 consider it to be standard.
313
314 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
315 file *before* telling Emacs to add the autoloads, in case it fails.
316
317 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
318 Use `cond', push', and `dolist'.
319
320 2006-07-17 Richard Stallman <rms@gnu.org>
321
322 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
323 Add defvars to silence warnings.
324
325 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
326
327 * progmodes/compile.el (compilation-mode-font-lock-keywords):
328 Don't highlight "Compiling file" messages as error.
329
330 * dired-aux.el (dired-compress-file): Confirm again if gzipped
331 file already exists.
332
333 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
334
335 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
336 entry, don't assign to free var; simply return the extracted filename.
337 (ff-treat-as-special): Incorporate common preamble from callers.
338 (ff-other-file-name, ff-find-the-other-file):
339 Update call to ff-treat-as-special.
340
341 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
342
343 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
344
345 * tumme.el (tumme-get-comment): Fix bug.
346
347 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * files.el: Remove spurious * in docstrings.
350
351 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
352
353 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
354 grammar.
355 (allout-beginning-of-current-line): Beware beginning of buffer.
356 Also, a comment is simplified.
357 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
358 when appropriate. (This fix enables use for other than
359 bullet-hotspot operation.)
360 (allout-hide-current-subtree): While escalating to sibling-close,
361 make sure to situate on a topic.
362
363 2006-07-14 Kim F. Storm <storm@cua.dk>
364
365 * emulation/cua-base.el (cua-delete-selection)
366 (cua-toggle-set-mark): New defcustoms.
367 (cua-rectangle-modifier-key): Add `alt' modifier.
368 (cua-replace-region): Don't delete if cua-delete-selection is nil.
369 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
370 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
371
372 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
373
374 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
375
376 * allout.el: Require 'cl during byte-compilation/interactive load,
377 for the `assert' macro.
378 (allout-mode-deactivate-hook): New hook, run when allout mode
379 deactivates.
380 (allout-developer): New allout customization subgroup.
381 (allout-run-unit-tests-on-load): New allout-developer
382 customization variable, when true allout unit tests are run towards
383 end of file load/eval.
384 (allout-inhibit-auto-fill): Disable auto-fill activity even during
385 auto-fill-mode.
386 (allout-resumptions): Remove, to be replaced by...
387 (allout-add-resumptions): Register variable settings to be
388 reinstated by `allout-do-resumptions'. The settings are made
389 buffer-local, but the locality/globality of the suspended setting
390 is restored on resumption.
391 (allout-do-resumptions): Reinstate all settings suspended using
392 `allout-add-resumptions'.
393 (allout-test-resumptions): Unit tests (and intermediate variables)
394 for resumptions.
395 (allout-tests-globally-unbound, allout-tests-globally-true)
396 (allout-tests-locally-true): Intermediate variables for
397 resumptions unit tests.
398 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
399 (allout-exposure-category): Replaces 'allout-overlay-category variable.
400 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
401 instead of retired `allout-resumptions'. For hook functions, use
402 `local' parameter so hook settings are created and removed as
403 buffer-local settings. Revise (resumptions) setting
404 auto-fill-function so it is set only if already active. (The
405 related fill-function settings are all made in either case, so
406 that activating auto-fill-mode activity will have the custom
407 allout-mode behaviors (hanging indent on topics, if configured for it).
408 Remove all allout-exposure-category overlays on mode deactivation.
409 (allout-hotspot-key-handler): New function extracted from
410 `allout-pre-command-business', so the functionality can be used
411 for other purposes, eg as a binding in an overlay.
412 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
413 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
414 customization variable.
415 (allout-run-unit-tests): Run the (currently quite small)
416 repertoire of unit tests. Called just before the provide iff user
417 has customized `allout-run-unit-tests-on-load' non-nil.
418
419 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
420
421 * emacs-lisp/authors.el (authors-aliases): Update.
422
423 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
424
425 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
426 gdb-source-window. Add dedicated argument.
427 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
428 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
429 (gdb-display-threads-buffer, gdb-display-memory-buffer)
430 (gdb-display-locals-buffer): Use it.
431
432 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
433 Set gdb-source-window.
434
435 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
438 minor modes, redundant with the custom-autoload line above.
439
440 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
441
442 * longlines.el (longlines-post-command-function): Handle open-line too.
443
444 2006-07-12 Richard Stallman <rms@gnu.org>
445
446 * progmodes/grep.el (grep-last-buffer): Doc fix.
447
448 * info.el (Info-try-follow-nearest-node): Doc fix.
449
450 * emacs-lisp/edebug.el (edebug-instrument-function):
451 Err if find-function-noselect gives no position.
452
453 * emacs-lisp/find-func.el (find-function-search-for-symbol):
454 If can't find definition, return nil for position.
455 (find-function-do-it): Handle new return value
456 of find-definition-noselect.
457 (find-definition-noselect, find-variable-noselect): Doc fix.
458 (find-function-noselect): Doc fix.
459
460 * help-mode.el (help-variable-def): Handle find-variable-noselect
461 returning no position.
462 (help-function-def): Likewise for find-function-search-for-symbol.
463 (help-face-def): Likewise.
464
465 * help-fns.el (describe-variable): Handle find-variable-noselect
466 returning no position.
467
468 * files.el (locate-file-completion): Avoid duplicates in result.
469
470 * cus-edit.el (custom-no-edit): New command.
471 (custom-mode-map): Remap to custom-no-edit instead of
472 using suppress-keymap.
473
474 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
475
476 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
477 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
478 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
479
480 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
481
482 2006-07-11 Kim F. Storm <storm@cua.dk>
483
484 * ido.el (ido-copy-current-file-name): Use buffer-name if
485 buffer-file-name is nil.
486
487 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
488
489 * simple.el (undo-ask-before-discard): Set to nil.
490
491 * vc.el (vc-exec-after): Don't delete process manually.
492 (vc-print-log): Run log-view-mode in process sentinel inside
493 inhibit-read-only. Don't shrink window due to timing issues.
494
495 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
496 Avoid using with-output-to-temp-buffer, which clobbers local vars.
497
498 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * progmodes/compile.el (compilation-error-regexp-alist-alist):
501 Fix ambiguity introduced by last change.
502 (compilation-find-file): Move save-excursion to where it may
503 make sense. Fix a left over `find-file'.
504
505 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
506
507 * textmodes/texinfmt.el (texinfo-format-separate-node):
508 Insert a string before point, which fits documentation, not after.
509 (texinfo-multitable-item): In a multitable row, insert any
510 additional needed @tabs and spaces.
511
512 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
513
514 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
515 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
516 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
517 instead of shell-command.
518 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
519 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
520 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
521 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
522 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
523 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
524
525 2006-07-11 Kim F. Storm <storm@cua.dk>
526
527 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
528 Remove special case for seconds < 0. Use (redisplay t) instead.
529
530 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
531
532 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
533 compilation error.
534
535 * subr.el (sit-for): New function.
536
537 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
538
539 2006-07-10 Richard Stallman <rms@gnu.org>
540
541 * ldefs-boot.el (edebug): Update page.
542
543 2006-07-10 Kim F. Storm <storm@cua.dk>
544
545 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
546 to FOR-RELEASE and TODO.
547
548 2006-07-10 Romain Francoise <romain@orebokech.com>
549
550 * emacs-lisp/authors.el (authors-aliases): Update.
551
552 2006-07-10 Alan Mackenzie <acm@muc.de>
553
554 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
555 * cc-mode.el: Changes to eradicate eval-after-load.
556
557 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
558
559 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
560 on non-char events.
561
562 2006-07-09 Romain Francoise <romain@orebokech.com>
563
564 * progmodes/compile.el (compilation-mode-font-lock-keywords):
565 Don't highlight start/end markers as compilation messages.
566
567 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
568 to t.
569
570 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
571
572 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
573
574 2006-07-08 Richard Stallman <rms@gnu.org>
575
576 * term/x-win.el (x-handle-display): Add doc string.
577
578 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
579
580 * subr.el (def-edebug-spec): Move here.
581 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
582
583 * imenu.el (imenu-choose-buffer-index): Doc fix.
584
585 2006-07-08 Romain Francoise <romain@orebokech.com>
586
587 * term/x-win.el (x-display-name): Fix typo.
588
589 2006-07-08 Eli Zaretskii <eliz@gnu.org>
590
591 * hexl.el (hexl-find-file): Doc fix.
592
593 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
594
595 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
596
597 * term/x-win.el (x-display-name): Doc fix.
598
599 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
602 long prefixes.
603 (fill-region-as-paragraph): Don't round up to a whole line.
604 (fill-comment-paragraph): Don't include the code-before-the-comment
605 when calling fill-region-as-paragraph.
606
607 * international/mule.el (make-char): Remove redundancy.
608
609 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
610 property may contain an anonymous function rather than a symbol.
611
612 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
613
614 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
615 Use shy regexp. Fix incorrect backref to potentially unmatched group.
616
617 * dirtrack.el (dirtrack-default-directory-function): Remove.
618 (dirtrack-directory-function): Use file-name-as-directory.
619 (dirtrack-windows-directory-function): Simplify.
620 (dirtrack-forward-slash, dirtrack-backward-slash)
621 (dirtrack-replace-slash): Remove.
622 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
623 (dirtrack): Fix wrong parenthesizing; use match-string.
624
625 * progmodes/octave-inf.el: Remove spurious * in docstrings.
626 (inferior-octave-mode): Only change the buffer-local value of
627 comint-dynamic-complete-functions.
628 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
629 Move the initialization to the declaration.
630 (inferior-octave-complete): Remove unused var `filter'.
631
632 * shell.el (shell-mode): Only change the buffer-local value of
633 comint-dynamic-complete-functions.
634
635 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
636
637 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
638 entry is skipped because it has been scheduled.
639 (org-prepare-agenda-buffers): Don't mark buffers as modified when
640 changing `:org-archived' and `:org-comment' properties.
641
642 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
643
644 * server.el (server-select-display): Don't make the temp frame
645 minibuffer-only, in case it's not a temp frame.
646 (server-process-filter): Don't delete the temp frame if it's the
647 only one we have on that display.
648
649 * files.el (find-alternate-file): Doc fix.
650
651 2006-07-05 Richard Stallman <rms@gnu.org>
652
653 * files.el (abbreviate-file-name): Add save-match-data.
654
655 2006-07-03 Richard Stallman <rms@gnu.org>
656
657 * faces.el (read-face-name): Doc fix.
658
659 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
660
661 * net/goto-addr.el (goto-address): Mark as safe for local evals.
662
663 2006-07-05 Andre Spiegel <spiegel@gnu.org>
664
665 * vc.el (vc-diff-internal): Fix prev change.
666
667 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
668
669 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
670 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
671
672 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
675 fails if the symbol contains chars like ( or '.
676 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
677 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
678 `short'.
679
680 2006-07-04 Kenichi Handa <handa@m17n.org>
681
682 * international/mule-cmds.el (set-language-info): If LANG-ENV is
683 the current one, don't call set-language-environment, but call one
684 of set-language-environment-XXX to make INFO effective now.
685 (set-language-environment): Call set-language-environment-XXX
686 functions instead of doing the various setups directly.
687 (set-language-environment-coding-systems): Delete argument eol-type.
688 (set-language-environment-input-method)
689 (set-language-environment-nonascii-translation)
690 (set-language-environment-charset)
691 (set-language-environment-fontset)
692 (set-language-environment-unibyte): New functions.
693
694 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
695
696 * locate.el (locate-update-when-revert): New option.
697 (locate-update-path): New option (suggested by Michael Albinus).
698 (locate-prompt-for-command): Whitespace change.
699 (locate-update): No longer offer to update the locate database by
700 default. Implement the two new options.
701
702 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
703
704 * tooltip.el: Move comment about track-mouse...
705
706 * progmodes/gud.el: ...to here.
707
708 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
709
710 * facemenu.el (facemenu-listed-faces): New var.
711 (facemenu-unlisted-faces): Variable deleted.
712 (facemenu-add-new-face): Use facemenu-listed-faces.
713
714 * emulation/viper-init.el, calendar/calendar.el:
715 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
716
717 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
718
719 * textmodes/org.el (org-mode): Remove no invalid settings for
720 calc embedded mode.
721 (org-mode-p): New defsubst.
722 (org-save-all-org-buffers): New function.
723 (org-first-headline-recenter): Enclose outline-regexp in group
724 delimiters.
725 (org-set-tags): Keep single space after stars.
726
727 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
728
729 * window.el (set-window-text-height): Only set window-min-height to
730 1 if that's the requested size.
731
732 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
733 (diff-unified->context, diff-context->unified)
734 (diff-reverse-direction): Make sure the end marker stays at the end.
735 (diff-mode): Add the keymap table at the end of docstring.
736 Use lexical-let rather than constructing a closure manually.
737
738 * files.el (find-file-noselect-1): Remove unused var assignment.
739 (hack-local-variables-confirm): Print lists of strings as lists of
740 strings rather than lists of symbols.
741 (abbreviate-file-name, hack-local-variables-prop-line):
742 Use match-string.
743 (hack-one-local-variable): Move `make-local-variable' nearer its use.
744 (recover-session-finish): Use line-end-position.
745
746 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
747
748 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
749
750 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
751
752 * progmodes/make-mode.el (makefile-macroassign-regex):
753 Accept preceding keyword.
754 (makefile-gmake-statements): Reorganize, now that makepp has
755 "override" and also handle forgotten "override define".
756 (makefile-makepp-statements): Add new "global", "override export"
757 and "override global".
758
759 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
760
761 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
762 (ada-compile-mouse-goto-error, ada-deactivate-properties)
763 (ada-no-auto-case): Fix typos in docstrings.
764
765 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
766
767 * info.el (Info-find-node-2): Search for makeinfo version more
768 carefully.
769
770 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
771
772 * textmodes/org.el (org-prepare-agenda-buffers):
773 Use `invisible-OK' argument for `org-end-of-subtree'.
774 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
775 (org-beginning-of-item): Fix bug in regular expression for white line.
776 (org-export-as-html): Enforce space after bullet in plain list items.
777 (org-set-autofill-regexps): Require space after plain list bullet
778 for paragraph-start.
779 (org-ts-regexp3): New constant.
780 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
781 (org-timestamp-up-day, org-timestamp-down-day)
782 (org-timestamp-change): Work with inactive timestamps.
783 (org-ts-regexp1): Don't allow brackets in time stamps.
784
785 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
786
787 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
788 for ignoring links.
789
790 * faces.el (read-face-name): Use it.
791
792 2006-06-28 Juri Linkov <juri@jurta.org>
793
794 * buff-menu.el (list-buffers-noselect): Compare Info file
795 with the string "dir" to detect Info directory.
796
797 * complete.el (partial-completion-mode): In lambda for
798 `choose-completion-string-functions' use full function signature
799 with 4 args, and move point to the end of the minibuffer only if arg
800 `mini-p' is non-nil.
801
802 2006-06-28 John Paul Wallington <jpw@pobox.com>
803
804 * ibuffer.el (ibuffer-mode): Doc fix.
805
806 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
807
808 * textmodes/org.el (org-context): New contexts :item-bullet,
809 :latex-fragment, :latex-preview.
810 (org-overlays-at, org-overlay-start, org-overlay-end):
811 New compatibility functions.
812 (org-inside-LaTeX-fragment-p): More accurate matching, using the
813 exact regexp that will be used during export.
814 (org-latex-regexps): New variable.
815 (org-cdlatex-mode): Improve advice for `texmathp'.
816 (turn-on-org-cdlatex): New function.
817
818 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
819
820 * term/mac-win.el (mac-handle-font-selection): Change keys of
821 mac-atsu-font-table from strings to numbers.
822 (mac-ts-caret-position): Use also when cursor-type is nil.
823 (mac-ts-update-active-input-area): Add Mac OS Classic support.
824 Relax condition for using overlay strings.
825 Use mac-ts-caret-position face when cursor-type is nil.
826
827 2006-06-26 Kim F. Storm <storm@cua.dk>
828
829 * help.el (view-emacs-news): Declare `res' in the right let* form.
830
831 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
832
833 * net/rcompile.el (remote-compile): Replace ange-ftp based
834 implementation by Tramp functions.
835 Suggested by Marc Abramowitz <msabramo@gmail.com>.
836
837 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
838
839 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
840
841 * international/fontset.el (setup-default-fontset): Fix a typo in
842 the "Oriya-Akruti" registry name.
843
844 2006-06-23 Lars Hansen <larsh@soem.dk>
845
846 * desktop.el (desktop-full-file-name): New function.
847 (desktop-kill, desktop-save, desktop-remove, desktop-read)
848 (desktop-revert): Use it.
849 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
850 (desktop-after-read-hook): Add option list-buffers.
851 (desktop-locals-to-save): Add tab-width.
852 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
853 Fix docstring.
854
855 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
856
857 * textmodes/org.el (org-cdlatex-mode-map)
858 (org-cdlatex-texmathp-advice-is-done): New variables.
859 (org-cdlatex-mode): New minor mode.
860 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
861 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
862 (org-export-with-archived-trees): New option.
863 (org-open-file): Remove the call to `convert-standard-filename'.
864 (org-archive-tag, org-agenda-skip-archived-trees)
865 (org-cycle-open-archived-trees)
866 (org-sparse-tree-open-archived-trees): New options.
867 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
868 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
869 New functions.
870 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
871 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
872 (org-mode-map): Add binding for `org-toggle-archive-tag'.
873 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
874 Call `org-prepare-agenda-buffers'.
875 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
876 (org-file-apps, org-file-apps-defaults-gnu)
877 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
878 Handle remote files by forcing them to be opened in Emacs.
879
880 2006-06-23 Andre Spiegel <spiegel@gnu.org>
881
882 * vc.el (vc-diff-knows-L): New variable.
883 (vc-diff-internal): Use it to handle "diff" programs that don't
884 understand -L. This works automatically, no user action is necessary.
885
886 2006-06-23 Daniel Brockman <daniel@brockman.se>
887
888 * net/rcirc.el (rcirc-default-user-full-name): Default to
889 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
890 longer exists).
891 (rcirc-process-list): Check `buffer-live-p' before attempting to
892 switch to a buffer.
893
894 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
895
896 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
897 based on rcirc-coding-system-alist.
898
899 2006-06-23 Martin Rudalics <rudalics@gmx.at>
900
901 * cus-edit.el (customize-apropos): A better error message.
902 (top level) <debug-ignored-errors>: Extend and update the list of
903 ignored error messages.
904
905 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
906
907 * complete.el (PC-do-completion): Retain capitalization of user
908 input, when possible, even if completion-ignore-case is set.
909
910 2006-06-23 Eli Zaretskii <eliz@gnu.org>
911
912 * generic-x.el (bat-generic-mode): Support .cmd files.
913
914 * dos-w32.el (top level): Use find-file-not-found-functions
915 instead of the obsolete find-file-not-found-hooks.
916
917 2006-06-22 Kim F. Storm <storm@cua.dk>
918
919 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
920 to recognize mode name containing submodes, such as Grep/lw.
921
922 2006-06-21 Kim F. Storm <storm@cua.dk>
923
924 * simple.el (line-move-1): Check for move-end-of-line instead of
925 end-of-line when setting temporary-goal-column.
926
927 2006-06-21 Miles Bader <miles@gnu.org>
928
929 * play/cookie1.el (cookie): Work properly when there's only one entry.
930
931 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
934 (gdb-frame-handler): Generalize frame regexp for templates.
935
936 2006-06-20 Glenn Morris <rgm@gnu.org>
937
938 * calendar/appt.el (appt-display-format): Default value must be
939 one of the customize options.
940
941 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
942
943 * term/xterm.el (terminal-init-xterm): Update key availability info.
944 Bind C-return.
945
946 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
947
948 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
949
950 * files.el (hack-local-variables): Run `hack-local-variables-hook'
951 whether or not a local variables list is defined.
952
953 * msb.el (msb): Move `sit-for' hack here to handle both
954 "mouse-down and drag" and "mouse-up and select" situations.
955 (mouse-select-buffer): Move `sit-for' hack to `msb'.
956
957 2006-06-20 Kenichi Handa <handa@m17n.org>
958
959 * international/characters.el (word-combining-categories):
960 Add entries for 2-byte Han characters.
961
962 2006-06-19 Richard Stallman <rms@gnu.org>
963
964 * bindings.el (mode-line-format): Save some mode line space.
965
966 * files.el (find-file-noselect): Improve the question wording.
967 (basic-save-buffer-2): Mask UMASK against 666.
968
969 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
970 (mouse-drag-vertical-line): Call it.
971
972 * cus-edit.el (customize-option, customize-option-other-window):
973 Error if SYMBOL is nil.
974
975 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
976
977 * textmodes/org.el: Require noutline, also on XEmacs.
978 (org-end-of-subtree): Return point.
979 (org-dblock-start-re, org-dblock-end-re): New constants.
980 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
981 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
982 (org-update-all-dblocks, org-find-dblock): New functions.
983 (org-collect-clock-time-entries): New function.
984 (org-html-handle-time-stamps): Never export CLOCK timeranges.
985 (org-fixup-indentation): Modify to deal correctly with lines
986 starting with TAB. Only one argument DIFF now.
987 (org-demote, org-promote): Call `org-fixup-indentation' with just
988 one argument, DIFF.
989 (org-mode): Don't mark buffer as modified when aligning tables.
990 (org-clock-sum): Don't mark buffer modified when adding time sum
991 properties.
992 (org-export-as-html): Add support for a link validation function.
993 (org-archive-all-done): New function.
994 (org-archive-subtree): New prefix argument. When set, archive all
995 done subtrees in this buffer.
996 (org-remove-clock-overlays)
997 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
998 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
999 (org-put-clock-overlay): Don't swallow last headline character
1000 when displaying overlay.
1001 (org-store-link): Link to `image-mode' with just the file name.
1002
1003 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1004
1005 * viper-cmd.el (viper-special-read-and-insert-char):
1006 Use read-key-sequence.
1007 (viper-after-change-undo-hook): Misc enhancements.
1008 (viper-after-change-undo-hook): New hook.
1009 (viper-undo): Use viper-after-change-undo-hook.
1010 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1011 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1012 clicking on that widget/button.
1013
1014 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1015
1016 * ediff-diff (ediff-test-patch-utility): Catch errors.
1017 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1018 (ediff-set-actual-diff-options): New function.
1019 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1020 Use ediff-set-actual-diff-options.
1021 (ediff-extract-diffs): Catch errors.
1022 (ediff-whitespace): Add non-breakable space.
1023 (ediff-same-file-contents): Catch errors.
1024
1025 * ediff-mult.el (ediff-collect-custom-diffs):
1026 Save coding-system-for-read.
1027
1028 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1029 (ediff-vc-internal, ediff-vc-merge-internal):
1030 Use ediff-delete-version-file.
1031 (ediff-delete-version-file): New function.
1032
1033 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1034
1035 * ediff.el (ediff-directories, ediff-directory-revisions)
1036 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1037 (ediff-directories-internal, ediff-merge-directory-revisions)
1038 (ediff-merge-directory-revisions-with-ancestor)
1039 (ediff-directories3): Use read-directory-name.
1040
1041 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1042
1043 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1044 Remove superfluous part of regexp for brace matching which is handled
1045 by `scan-lists' call.
1046
1047 2006-06-16 Richard Stallman <rms@gnu.org>
1048
1049 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1050
1051 * files.el (basic-save-buffer-2): For a new precious file,
1052 use the default modes in the return value.
1053
1054 * facemenu.el (facemenu-color-alist): Doc fix.
1055
1056 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1057
1058 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1059
1060 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1061
1062 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1063 (mac-utxt-to-string): Use it.
1064 (mac-ts-update-active-input-area): Use mac-ae-number.
1065
1066 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1067
1068 * term.el (term-handle-scroll, term-delete-lines)
1069 (term-insert-lines): Fix off by one errors.
1070
1071 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1072
1073 * net/tramp.el (tramp-touch): Use UTC to express time.
1074
1075 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1076
1077 * mail/sendmail.el (mail-send): Search explicitly for
1078 mail-header-separator when checking for corrupted header lines.
1079
1080 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1081
1082 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1083 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1084 (gdb-init-1): Initialise them.
1085 (gdb-starting): Reset gdb-printing
1086 (gdb-starting): Save value of gud-overlay-arrow-position.
1087 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1088 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1089 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1090 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1091
1092 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1093
1094 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1095
1096 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1097
1098 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1099 (ldap-search-internal): Keep error messages, and a regexp fix.
1100
1101 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1102
1103 * files.el (hack-local-variables-confirm):
1104 Display string value using its printed representation.
1105
1106 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1107
1108 * server.el (server-edit): No-op if no server buffers exist.
1109
1110 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1111
1112 * textmodes/page-ext.el (pages-directory-for-addresses):
1113 Including `pages-directory-address-mode' in the function results
1114 in the message "Buffer in which pages were found is deleted".
1115
1116 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1117
1118 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1119 clocking functions.
1120
1121 (org-agenda-clock-in, org-check-running-clock)
1122 (org-clock-out-if-current, org-remove-clock-overlays)
1123 (org-put-clock-overlay): New functions.
1124 (org-clock-marker, org-clock-file-total-minutes)
1125 (org-clock-overlays): New variables.
1126 (org-clock-display, org-clock-sum, org-clock-cancel)
1127 (org-clock-out, org-clock-in): New commands.
1128 (org-export): New function.
1129 (org-emph-re): New constant.
1130 (org-set-emph-re, org-do-emphasis-faces): New functions.
1131 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1132 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1133 (org-export-html-convert-emphasize): Use the configurable emphasis.
1134 (org-cleaned-string-for-export): Make multiline emphasis visible
1135 to the exporter. New optional argument PARAMETERS.
1136 (org-export-as-html): Specify :emph-multiline parameter to
1137 `org-cleaned-string-for-export'.
1138
1139 2006-06-10 Richard Stallman <rms@gnu.org>
1140
1141 * help.el (help-for-help-internal): Clean up help text.
1142
1143 2006-06-10 Andreas Schwab <schwab@suse.de>
1144
1145 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1146 in doc string.
1147
1148 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1149
1150 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1151
1152 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1153 spaces after the comment start.
1154
1155 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1156
1157 * play/pong.el (pong-init-buffer):
1158 Fill buffer with spaces instead of ^A.
1159
1160 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1161 launched asynchronously, delete its process instead of being cool.
1162 (ispell-async-processp): Check for `delete-process' existence
1163 instead of `kill-process' one for consistency.
1164
1165 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1166
1167 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1168 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1169 in mode line at startup.
1170
1171 2006-06-08 Kim F. Storm <storm@cua.dk>
1172
1173 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1174 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1175 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1176 (ido-file-internal): Pass full file name to write-file.
1177 (ido-read-internal): Only pop stack elements automatically if they
1178 actually match an existing directory or file name.
1179
1180 2006-06-07 Kenichi Handa <handa@m17n.org>
1181
1182 * international/mule.el (find-auto-coding): Don't handle the short
1183 name `char-trans'.
1184
1185 * files.el (hack-local-variables-prop-line)
1186 (hack-local-variables): Cancel the previous change.
1187
1188 2006-06-06 Jesper Harder <harder@phys.au.dk>
1189
1190 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1191
1192 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1195 diff-default-read-only is non-nil.
1196 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1197 (diff-refine-hunk): Set inhibit-read-only to t.
1198
1199 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1200 modifying the *Diff* buffer.
1201 (diff-process-filter): New filter function for diff process that
1202 sets inhibit-read-only to t when modifying the *Diff* buffer.
1203
1204 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1205
1206 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1207 insertion point and control the number of empty lines.
1208 (org-paste-subtree): Limit the number of empty lines at the end of
1209 the inserted tree.
1210 (org-agenda): Use buffer name of current file for narrowing.
1211 (org-export-as-xml): Command removed.
1212 (org-export-xml-type): Option removed.
1213 (org-mode-map): Call `org-export-as-xoxo' directly.
1214 (org-get-indentation): New optional argument LINE.
1215 (org-fix-indentation, org-remove-tabs): New functions.
1216 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1217 correct indentation for headlines that are converted it items.
1218 (org-skip-comments): Remove table lines that contain narrowing
1219 cookies but no other non-empty fields.
1220 (org-set-tags): Allow groups of mutually exclusive tags.
1221 (org-cmp-time): Sort 24:21 before items without time.
1222 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1223 (org-open-at-point): Require double colon also for numbers.
1224
1225 2006-06-06 Kim F. Storm <storm@cua.dk>
1226
1227 * ido.el (ido-default-file-method, ido-default-buffer-method):
1228 Make choice values consistent with corresponding command names.
1229 (ido-visit-buffer): Update accordingly. Default to selected-window.
1230
1231 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * progmodes/gud.el (gud-running): Fix doc string.
1234 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1235 (gud-tooltip-modes): Add python-mode.
1236 (gud-tooltip-print-command): Add pdb. Remove perldb.
1237
1238 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1239
1240 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1241 Quote $(EMACS).
1242
1243 2006-06-05 Richard Stallman <rms@gnu.org>
1244
1245 * faces.el (defined-colors): Doc fix.
1246
1247 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1248
1249 * vc.el (vc-process-filter): Inhibit undo info collection around
1250 call to insert.
1251 (vc-setup-buffer): Likewise for call to erase-buffer.
1252 (vc-do-command): Likewise for call to process-file.
1253
1254 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1255
1256 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1257 for gud-go.
1258 (gud-common-init): Other debuggers may trigger error.
1259
1260 2006-06-05 Kenichi Handa <handa@m17n.org>
1261
1262 * international/mule.el (find-auto-coding):
1263 Handle enable-character-translation in file header.
1264
1265 2006-06-04 Kim F. Storm <storm@cua.dk>
1266
1267 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1268 (authors-fixed-entries): Fix spelling.
1269 (authors-canonical-file-name): Don't report error for wildcards.
1270
1271 * help.el (view-emacs-news): Rewrite to support new NEWS,
1272 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1273 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1274 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1275
1276 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1277
1278 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1279 exec constructs like `foo bar`.
1280 (sh-quoted-subshell): New helper function to search for a possibly
1281 nested subshell (like `` or $()) within a "" quoted string.
1282 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1283 (sh-apply-quoted-subshell): Flag quote characters inside a
1284 subshell, which is itself already in a quoted region, as
1285 punctuation, since this is the closest to what they actually are.
1286 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1287 sh-apply-quoted-subshell.
1288 (sh-font-lock-syntactic-face-function): Apply the new face for
1289 text inside `` instead of the old font-lock-string-face.
1290
1291 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1292
1293 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1294 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1295 (mac-bytes-to-text-range, mac-ae-text-range-array)
1296 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1297 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1298 (mac-ts-unicode-for-key-event): New functions.
1299 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1300 (mac-handle-font-selection): Use mac-ae-number.
1301 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1302 New variables.
1303 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1304 (mac-ts-converted-text, mac-ts-selected-converted-text)
1305 (mac-ts-block-fill-text, mac-ts-outline-text)
1306 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1307 (mac-ts-hilite-style-faces): New constant.
1308 (mac-apple-event-map): Bind text input events.
1309 (mac-dispatch-apple-event): Use command-execute instead of
1310 call-interactively.
1311 (global-map): Don't bind mac-apple-event.
1312 (special-event-map): Bind mac-apple-event.
1313
1314 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1315
1316 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1317 file name.
1318 (emacs): Enclose the value of $(EMACS) in quotes.
1319
1320 2006-06-02 Juri Linkov <juri@jurta.org>
1321
1322 * international/mule.el (sgml-html-meta-auto-coding-function):
1323 Remove the condition `(search-forward "<html" size t)'.
1324 Replace `\"' with `[\"']?' in `re-search-forward'.
1325
1326 2006-06-02 Kenichi Handa <handa@m17n.org>
1327
1328 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1329 as well as `coding'.
1330 (hack-local-variables): Likewise.
1331
1332 * international/mule.el (enable-character-translation):
1333 Put permanent-local and safe-local-variable properties.
1334 (find-auto-coding): Handle char-trans: tag.
1335
1336 2006-06-02 Juri Linkov <juri@jurta.org>
1337
1338 * international/mule.el (sgml-html-meta-auto-coding-function):
1339 Limit the search by the end of the HTML header (if any).
1340
1341 2006-06-01 Richard Stallman <rms@gnu.org>
1342
1343 * subr.el (with-current-buffer): Doc fix.
1344
1345 2006-06-02 Masatake YAMATO <jet@gyve.org>
1346
1347 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1348 Almost rewrite. Underlines over all lines of gcov output are too
1349 uncomfortable to read. Suggested by Dan Nicolaescu.
1350
1351 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1352
1353 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1354
1355 * shell.el (shell-mode): Use shell-mode-map in docstring.
1356
1357 * comint.el (comint-send-input): Do not add help-echo and
1358 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1359
1360 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1361
1362 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1363
1364 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1365
1366 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1367 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1368 look up the stack and pop up GUD buffer if necessary.
1369 (gdb-frames-select): Remove redundant call to gud-display-frame.
1370 (gdb-info-threads-custom): Keep point at start of buffer.
1371 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1372
1373 2006-05-31 Juri Linkov <juri@jurta.org>
1374
1375 * replace.el (query-replace-read-from, query-replace-read-to):
1376 Bind `history-add-new-input' to nil. Call `add-to-history'.
1377
1378 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1379
1380 * textmodes/table.el: Convert all HTML tags to lower case for
1381 XHTML compatibility.
1382
1383 2006-05-31 Masatake YAMATO <jet@gyve.org>
1384
1385 * progmodes/compile.el:
1386 (compilation-error-regexp-alist-alist::gcov-called-line):
1387 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1388
1389 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1390
1391 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1392 Revert inadvertent changes made with last commit.
1393
1394 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1395
1396 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1397 New functions.
1398
1399 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1400
1401 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1402
1403 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1404 only matches in the right place.
1405 (org-upcoming-deadline): New face.
1406 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1407 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1408 and make it an option.
1409 (org-export-ascii-bullets): New option.
1410 (org-export-as-html): Many changes to emit valid XHTML.
1411 (org-par-open): New variable.
1412 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1413 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1414 (org-timeline): Pass `org-timeline-show-empty-dates' to
1415 `org-get-all-dates'. Interpret empty dates returned by
1416 `org-get-all-dates'.
1417 (org-get-all-dates): New argument EMPTY. Add dates without
1418 entries to the list, mark large ranges of empty dates.
1419 (org-point-in-group, org-context): New functions.
1420
1421 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1422
1423 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1424
1425 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1426 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1427 to C-mouse-3 (for 2 button mice).
1428 (gdb-send): Do the right thing for C-d.
1429
1430 * speedbar.el (speedbar-detach): Delete.
1431 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1432 it breaks things.
1433 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1434
1435 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1436
1437 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1438 Makeppfile.
1439
1440 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1441 Add makepp diagnostic.
1442
1443 2006-05-29 Richard Stallman <rms@gnu.org>
1444
1445 * window.el (fit-window-to-buffer): Doc fix.
1446
1447 * help.el (temp-buffer-max-height): Doc fix.
1448
1449 * subr.el (with-current-buffer): Doc fix.
1450
1451 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1452
1453 * term/x-win.el: Bind F10 to menu-bar-start if available.
1454
1455 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1456
1457 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1458 uses with a simple test.
1459 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1460 (term-send-raw-string, term-send-raw, term-mouse-paste)
1461 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1462 (term-handle-exit, term-read-input-ring)
1463 (term-previous-matching-input-string)
1464 (term-previous-matching-input-string-position)
1465 (term-previous-matching-input-from-input)
1466 (term-replace-by-expanded-history, term-send-input)
1467 (term-skip-prompt, term-bol, term-send-invisible)
1468 (term-kill-input, term-delchar-or-maybe-eof)
1469 (term-backward-matching-input, term-check-source)
1470 (term-proc-query, term-emulate-terminal)
1471 (term-handle-colors-array, term-process-pager, term-pager-line)
1472 (term-pager-bob, term-unwrap-line, term-word)
1473 (term-dynamic-complete-filename)
1474 (term-dynamic-complete-as-filename)
1475 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1476 unlesses.
1477
1478 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1481 during bootstrapping.
1482
1483 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1484 Basically undo the change of 2006-05-26: use extra arguments instead of
1485 dynamic scoping.
1486 (ewoc-locate): Remove unused var `footer'.
1487
1488 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1491
1492 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1493 (generate-file-autoloads): Obey it. Return whether autoloads were
1494 added at point or not.
1495 (update-file-autoloads): Use this new return value.
1496 Remove redundant test for the presence of an autoload cookie.
1497
1498 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1499 This one calls hack-local-variables.
1500 (generate-file-autoloads, update-file-autoloads): Use it.
1501
1502 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1503 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1504 (bibtex-sort-entry-class-alist): Don't set the global value.
1505 (bibtex-init-sort-entry-class-alist): New fun.
1506 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1507 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1508 of bibtex-init-sort-entry-class.
1509
1510 2006-05-28 Richard Stallman <rms@gnu.org>
1511
1512 * subr.el (load-history-regexp): If FILE is relative, insist
1513 entire last name component must match it.
1514 (load-history-filename-element, load-history-regexp): Doc fixes.
1515
1516 2006-05-29 Kim F. Storm <storm@cua.dk>
1517
1518 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1519 `pos' and `raw-data' for clarity, as eval forms may access these.
1520
1521 2006-05-28 Kim F. Storm <storm@cua.dk>
1522
1523 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1524
1525 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * progmodes/make-mode.el (makefile-browser-map)
1528 (makefile-mode-syntax-table): Move initialization inside declaration.
1529 (makefile-fill-paragraph): Use the default comment-filling code.
1530
1531 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1532
1533 * replace.el (query-replace-defaults): New variable.
1534 (query-replace-read-from): Use `query-replace-defaults' for
1535 default value, instead of history list.
1536 (query-replace-read-to): Update `query-replace-defaults'.
1537
1538 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1539
1540 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1541 with no X toolkit.
1542
1543 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1544
1545 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1546 (tumme-show-all-from-dir): Add autoload.
1547
1548 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1549
1550 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1551 (tumme-remove-tag): Fix bug.
1552
1553 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1554
1555 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1556 FOOTER args. Update unique caller.
1557 (ewoc-delete): Compute last node once before looping.
1558 (ewoc--node-branch): Merge into unique caller.
1559 (ewoc--node): Don't define constructor make-ewoc--node for this
1560 structure.
1561 (ewoc): Add member `hf-pp' to this structure.
1562 (ewoc--wrap): New func.
1563 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1564 header/footer pretty-printers. Save header/footer pretty-printer.
1565 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1566
1567 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1568
1569 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1570
1571 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1572 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1573 Tag'. Change "Compare directories..." to "Change Directories...".
1574 Move tumme commands to Operate, Regexp and Immediate menus.
1575 Change "Add Comment" to "Add Image Comment". Change "Add Image
1576 Tag" to "Add Image Tags".
1577
1578 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1579 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1580 `tumme-delete-tag'.
1581
1582 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1583
1584 * shell.el (shell-mode): Call shell-dirtrack-mode after
1585 list-buffers-directory is made a local variable, to avoid setting
1586 the default value.
1587
1588 2006-05-26 Kevin Ryde <user42@zip.com.au>
1589
1590 * info.el (Info-index-next): Use where-is-internal to report
1591 actual binding of Info-index-next, rather than hard-coded `,'.
1592
1593 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1594
1595 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1596 and "Find Command in Manual" to here.
1597
1598 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1599 Info-current-file as the file name.
1600
1601 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1602
1603 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1604 overrides will now be done a different way.
1605 (ses-set-parameter): Reapply this function for undo.
1606 (ses-set-header-row): Reconstruct header row during undo.
1607 (ses-widen): New function.
1608 (ses-goto-data, ses-reconstruct-all): Use new function.
1609 (ses-command-hook): Widen buffer during undo, before unupdating
1610 the cells.
1611 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1612 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1613 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1614 formula hasn't been executed yet.
1615
1616 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1617
1618 * comint.el (comint-kill-whole-line): Rename arg to count.
1619 Fix doc string.
1620
1621 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1622
1623 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1624 to copy-file.
1625
1626 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1627
1628 * simple.el (toggle-truncate-lines): Make arg optional for
1629 backward compatibility.
1630
1631 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1632
1633 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1634 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1635 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1636 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1637 (ewoc--adjust): Use ewoc--current-dll.
1638 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1639
1640 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1641
1642 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1643 compact error message.
1644 (org-tags-view): Refresh category table in each file.
1645 (org-table-justify-field-maybe): Remove superfluous arguments to
1646 `format'.
1647 (org-export-as-html): Insert "<p>" before postamble.
1648 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1649
1650 2006-05-26 Kenichi Handa <handa@m17n.org>
1651
1652 * textmodes/po.el (po-find-charset): Pay attention to the case
1653 FILENAME is a cons (NAME . BUFFER).
1654 (po-find-file-coding-system-guts): Likewise.
1655
1656 * arc-mode.el (archive-set-buffer-as-visiting-file):
1657 Call find-operation-coding-system with (FILENAME . BUFFER).
1658
1659 * tar-mode.el (tar-extract): Call find-operation-coding-system
1660 with (FILENAME . BUFFER).
1661
1662 * international/mule.el (decode-coding-inserted-region):
1663 Call find-operation-coding-system with (FILENAME . BUFFER).
1664
1665 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1666
1667 * image-mode.el (image-toggle-display): Use buffer contents to
1668 generate image for a remote file.
1669
1670 2006-05-25 Juri Linkov <juri@jurta.org>
1671
1672 * replace.el (query-replace-read-from, query-replace-read-to):
1673 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1674
1675 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1676
1677 * whitespace.el (whitespace-cleanup): Change to cleanup
1678 region if one is active.
1679 * whitespace.el (whitespace-cleanup-internal): New internal method.
1680
1681 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1682
1683 * dired.el (dired-mode-map): Add help-echo strings to tumme
1684 commands. Bind `tumme-dired-display-image' to C-t i.
1685
1686 * tumme.el (tumme-display-image): Change documentation string slightly.
1687 (tumme-dired-display-image): Add call to `display-buffer'.
1688
1689 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1690
1691 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1692 Signal error if RAW-DATA is a multibyte string.
1693
1694 2006-05-24 Richard Stallman <rms@gnu.org>
1695
1696 * subr.el (with-local-quit): When handling `quit' signal,
1697 make a chance for quit-flag to cause a quit.
1698
1699 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1700 (ad-disable-advice): Add autoloads.
1701
1702 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1703
1704 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1705
1706 * dired.el (dired-mode-map): Change menu items for tumme as per
1707 suggestions in emacs-devel.
1708
1709 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1710
1711 * dired.el (dired-mode-map): Fix breakage.
1712
1713 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1714
1715 * tumme.el (tumme-display-dired-image): Rename to...
1716 (tumme-dired-display-image): ...this.
1717 (tumme-track-movement): Change default value to t.
1718 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1719 used from `tumme-next-line-and-display' and similar commands.
1720
1721 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1722 Immediate menu. Add some tumme commands there.
1723
1724 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1725
1726 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1727
1728 2006-05-24 Chong Yidong <cyd@mit.edu>
1729
1730 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1731 menu entries that open submenus.
1732
1733 2006-05-24 Alan Mackenzie <acm@muc.de>
1734
1735 * startup.el (command-line): For names of preloaded files, don't
1736 append ".elc" (now done in Fload), and call file-truename on the
1737 lisp directory.
1738
1739 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1740 match ANY loaded file with the right name, not just those in
1741 load-path. Put a regexp matching the file name into
1742 after-load-alist, rather than the name itself.
1743
1744 * subr.el: New functions load-history-regexp,
1745 load-history-filename-element, do-after-load-evaluation.
1746
1747 * international/mule.el (load-with-code-conversion): Do the
1748 eval-after-load stuff by calling do-after-load-evaluation.
1749
1750 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1751
1752 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1753 has not been killed.
1754
1755 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1756
1757 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1758 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1759 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1760 Optionally set error message in reply.
1761
1762 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1763
1764 * textmodes/org.el (org-open-at-point): Use renamed variable
1765 `org-confirm-shell-link-function'.
1766 (org-confirm-shell-link-function): Rename from
1767 `org-confirm-shell-links'.
1768 (org-export-directory): New function.
1769 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1770 (org-export-icalendar): Use `org-export-directory'.
1771 (org-indent-item): Keep cursor position.
1772 (org-link-file-path-type): New option.
1773 (org-export-as-html): Fix bug with plain lists starting in
1774 column 0.
1775 (org-export-as-html): Remove deadline formatting, this happens
1776 now already in `org-html-handle-time-stamps'.
1777 (org-export-html-style): Deadline class removed.
1778 (org-insert-labeled-timestamps-at-point): New option.
1779 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1780 of `hide-sublevels 1', in case the first headline is not level 1.
1781 (org-overview, org-content): New fuction.
1782 (org-cycle-global-status, org-cycle-subtree-status): Make these
1783 variables buffer-local.
1784 (org-global-cycle): New command.
1785 (org-shifttab): Use `org-global-cycle'.
1786 (org-insert-heading, org-insert-item): Go to end of new
1787 headline/item after creating it.
1788 (org-export-visible): Rename from `org-export-copy-visible'.
1789 Now creates a temporary org-file and applies an exporting command
1790 to it.
1791 (org-table-eval-formula): Support for lisp forms.
1792 (org-agenda-todo-ignore-scheduled): New option.
1793 (org-agenda-get-todos): Use new option
1794 `org-agenda-todo-ignore-scheduled'.
1795 (org-export-html-inline-images): New value `maybe'.
1796 (org-export-as-html): Inlining of images dependent on link description.
1797 (org-archive-subtree): Check for end-of-buffer before trying
1798 `kill-line'.
1799 (org-agenda-follow-mode): New option.
1800 (org-export-with-tags, org-export-with-timestamps): New options.
1801 (org-html-handle-time-stamps): New function.
1802 (org-keyword-time-regexp): New variable.
1803 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1804 (org-agenda-todo-list-sublevels): New option.
1805 (org-html-level-start): When TITLE is nil, just close all levels.
1806 (org-parse-key-lines, org-parse-export-options): Remove functions,
1807 replaced by `org-infile-export-plist'.
1808 (org-combine-plists, org-infile-export-plist)
1809 (org-default-export-plist): New functions.
1810 (org-export-html-preamble, org-export-html-postamble)
1811 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1812 New variables.
1813 (org-export-publishing-directory): New option.
1814 (org-export-as-html, org-export-as-ascii): Use the new property
1815 lists for settings.
1816 (org-export-copy-visible, org-export-as-xoxo):
1817 Respect `org-export-publishing-directory'.
1818 (org-link-search, org-store-link, org-file-apps): Support for
1819 links to BibTeX database entries..
1820 (org-get-current-options, org-set-regexps-and-options):
1821 Implement logging as a startup option.
1822 (org-store-link): Make sure context string is never empty
1823 (org-insert-link): Use relative path when possible.
1824 (org-at-item-checklet-p): New function.
1825 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1826 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1827 (org-metaright, org-metaup, org-metadown, org-shiftup)
1828 (org-shiftdown, org-shiftright, org-shiftleft)
1829 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1830 Dispatch using `call-interactively'.
1831 (org-call-with-arg): New defsubst.
1832 (org-tag-alist, org-use-fast-tag-selection): New options.
1833 (org-complete): Use `org-tag-alist'.
1834 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1835 (org-next-item, org-previous-item): New commands.
1836 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1837 make command.
1838 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1839
1840 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1841
1842 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1843 (ewoc-filter): Use `ewoc-delete'.
1844
1845 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1846
1847 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1848
1849 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1850 Signal more user-friendly error messages.
1851
1852 * complete.el (PC-do-completion): Undo the addition of implicit
1853 wildcards if they did not lead to finding any match.
1854 (read-file-name-internal): Don't add the final > if the completion is
1855 not finished.
1856
1857 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1858
1859 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1860 Quote safe-local-variable predicate.
1861
1862 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1863
1864 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1865
1866 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1867
1868 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1869
1870 * progmodes/make-mode.el (makefile-special-targets-list)
1871 (makefile-macro-table, makefile-target-table): Mark as risky.
1872 (makefile-query-one-target-method): Make this the alias for the
1873 following variable.
1874 (makefile-query-one-target-method-function): Make this the real name.
1875
1876 * textmodes/artist.el (artist-text-renderer): Make this the alias
1877 for the following variable.
1878 (artist-text-renderer-function): Make this the real name.
1879
1880 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1881 the alias for the following variable.
1882 (flyspell-generic-check-word-predicate): Make this the real name.
1883
1884 * textmodes/ispell.el (ispell-format-word): Make this the alias
1885 for the following variable.
1886 (ispell-format-word-function): Make this the real name.
1887 (ispell-message-text-end): Mark as risky.
1888
1889 * skeleton.el (skeleton-transformation, skeleton-filter)
1890 (skeleton-pair-filter): Make these the aliases for the following
1891 variables.
1892 (skeleton-transformation-function, skeleton-filter-function)
1893 (skeleton-pair-filter-function): Make these the real names.
1894
1895 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1896 and skeleton-pair-filter-function.
1897
1898 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1899 alias for the following variable.
1900 (sgml-transformation-function): Make this the real name.
1901 (sgml-tag-alist): Mark as risky.
1902
1903 2006-05-21 Richard Stallman <rms@gnu.org>
1904
1905 * simple.el (kill-region): Interactively, pass point, then mark.
1906
1907 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1908
1909 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1910
1911 2006-05-21 Romain Francoise <romain@orebokech.com>
1912
1913 * dired-x.el (dired-mode-map): Don't bind M-g.
1914
1915 2006-05-20 Richard Stallman <rms@gnu.org>
1916
1917 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1918 (dired-goto-file): Doc fix.
1919
1920 2006-05-21 Kim F. Storm <storm@cua.dk>
1921
1922 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1923 way to enable built-in cua-mode if user loads older CUA-mode package.
1924
1925 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1926 if default-filename is specified.
1927
1928 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1929
1930 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1931
1932 * info.el (info-apropos): Make sure current-file and current-node
1933 have non-nil values. Speed up by using add-to-list instead of
1934 manual consing.
1935
1936 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1937
1938 * progmodes/make-mode.el (makefile-mode): Doc fix.
1939
1940 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1941
1942 * dired-aux.el (dired-do-shell-command): Doc fix.
1943
1944 2006-05-20 Kevin Ryde <user42@zip.com.au>
1945
1946 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1947 ``(custom-manual :tag "Foo" "(foo)Node")''.
1948
1949 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1950
1951 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1952 value is an integer.
1953
1954 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1955
1956 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1957 "format".
1958 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1959
1960 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1961
1962 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1963 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1964
1965 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1966
1967 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1968 regexp for keywords.
1969
1970 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1971
1972 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1973 replace-regexp-in-string.
1974
1975 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1976 encode, and escape file name on conversion to URL.
1977
1978 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1979
1980 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1981 Don't unescape URL.
1982 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1983
1984 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1985 on conversion to URLs.
1986
1987 * net/browse-url.el (browse-url-file-url): Encode file name on
1988 conversion to URL.
1989
1990 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1991 conversion to URL.
1992
1993 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1994
1995 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1996
1997 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1998
1999 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2000 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2001
2002 2006-05-19 Glenn Morris <rgm@gnu.org>
2003
2004 * calendar/diary-lib.el (diary-bahai-date)
2005 (list-bahai-diary-entries, mark-bahai-diary-entries)
2006 (mark-bahai-calendar-date-pattern): Not interactive.
2007 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2008 (diary-entries-list): Change format of 4th element in each entry.
2009 (diary-list-entries): Use add-to-diary-list.
2010 (diary-goto-entry): Handle the case where the buffer visiting the
2011 diary has been killed.
2012 (fancy-diary-display): Add 'locator to button rather than 'marker.
2013 Only generate temp-face when there are marks to apply.
2014 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2015 (diary-fancy-date-pattern): New variable.
2016 (diary-time-regexp): Doc fix.
2017 (diary-anniversary, diary-time): New faces.
2018 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2019 diary-time-regexp. Add font-lock-multiline property where needed.
2020 Use new faces diary-anniversary and diary-time.
2021 (diary-fancy-font-lock-fontify-region-function): New function, to
2022 handle multiline font-lock pattern in fancy diary.
2023 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2024 (diary-font-lock-keywords): Tweak time regexp. Use new face
2025 diary-time.
2026
2027 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2028
2029 * international/code-pages.el (mik): Table corrected.
2030
2031 2006-05-18 Kim F. Storm <storm@cua.dk>
2032
2033 * progmodes/grep.el (grep-find): Don't check grep-find-command
2034 before running command (breaks non-interactive usage).
2035
2036 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2037
2038 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2039 (ewoc--insert-new-node): Don't insert trailing newline.
2040 Instead, adjust successor nodes's start markers.
2041 (ewoc--refresh-node): Delete all text from current node's start
2042 marker to the next one's; adjust successor nodes's start markers.
2043 (ewoc--create): Doc fixes.
2044 (ewoc--refresh): Don't insert newline.
2045 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2046 * pcvs.el (cvs-make-cvs-buffer):
2047 Specify extra newline for ewoc's header and footer.
2048 (cvs-update-header): Update initial header recognition.
2049 Append newline to final header and footer values.
2050 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2051
2052 2006-05-17 Richard Stallman <rms@gnu.org>
2053
2054 * files.el (file-name-extension): Doc fix.
2055
2056 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2057
2058 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2059 we can explicitly enable/disable rather than toggle.
2060 (shell-mode): Use it.
2061 (shell-cd): Don't try to reproduce what `cd' does.
2062
2063 2006-05-17 Kim F. Storm <storm@cua.dk>
2064
2065 * ido.el (ido-read-internal): Use only nondirectory part of
2066 default item.
2067
2068 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2069
2070 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2071 (ewoc-nth): Doc fix.
2072
2073 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2074
2075 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2076
2077 * international/mule.el (auto-coding-alist): Add .lha to files
2078 read with no-conversion.
2079
2080 * files.el (auto-mode-alist): Add .lha files to archive file
2081 extensions.
2082
2083 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2084 Convert csize to integer when computing offsets within the
2085 compressed archive file.
2086
2087 2006-05-16 Kim F. Storm <storm@cua.dk>
2088
2089 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2090 with read-from-minibuffer.
2091
2092 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2093
2094 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2095 (byte-compile-warnings): Fix safe-local-variable property.
2096
2097 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2098
2099 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2100 (allout-stylish-prefixes, allout-numbered-bullet)
2101 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2102 predicates to qualify `safe-local-variable' property, when
2103 available, else use equivalent lambda.
2104 (allout-current-topic-collapsed-p): Do the right thing regarding
2105 trailing blank lines.
2106
2107 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2108
2109 * server.el (server-start): Only create a directory if needed.
2110 (server-edit, server-unload-hook): server-start => server-mode.
2111 (kill-emacs-hook): Cleanup upon exit.
2112
2113 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * hexl.el (hexlify-buffer): Encode process arguments manually.
2116
2117 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2118
2119 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2120 call to gdb-tooltip-print.
2121
2122 2006-05-15 Romain Francoise <romain@orebokech.com>
2123
2124 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2125 systems, default to "tar" since those systems probably have GNU tar.
2126
2127 2006-05-14 Lars Hansen <larsh@soem.dk>
2128
2129 * desktop.el (desktop-missing-file-warning): Fix docstring.
2130 (desktop-restore-file-buffer): Correct question asked on missing file.
2131
2132 2006-05-14 Kim F. Storm <storm@cua.dk>
2133
2134 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2135 Add CUA move property.
2136
2137 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2138
2139 * custom.el (custom-push-theme): Load the variable before checking
2140 its `standard-value'.
2141
2142 2006-05-13 Lars Hansen <larsh@soem.dk>
2143
2144 * desktop.el (desktop-save): Use with-temp-buffer.
2145
2146 2006-05-12 Glenn Morris <rgm@gnu.org>
2147
2148 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2149 * calendar/calendar.el (calendar-mode-map):
2150 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2151 * calendar/appt.el (appt-check, appt-make-list): Refer to
2152 diary-view-entries, diary-list-entries, diary-show-all-entries
2153 rather than obsolete aliases.
2154
2155 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2156
2157 * simple.el (line-move-finish): Avoid calling point motion hooks
2158 while processing intangibility.
2159
2160 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2161
2162 * term/xterm.el (terminal-init-xterm): Fix typo.
2163
2164 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2165
2166 * allout.el (allout-view-change-hook): Mark as being deprecated,
2167 to be replaced by `allout-exposure-change-hook'.
2168 (allout-exposure-change-hook): New, replacing
2169 `allout-view-change-hook'.
2170 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2171 in addition to `allout-view-change-hook'.
2172 (allout-show-bodies, allout-old-style-prefixes)
2173 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2174 lambda forms to prevent their showing up in variable help
2175 presentations as inscrutable byte-compiled code.
2176 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2177 Use string-or-null-p to qualify safe-local-variable values.
2178 (allout-reindent-bodies): Use memq to qualify matches against
2179 valid safe-local-variable values. Also, quote the lambda as above.
2180 (allout-use-mode-specific-leader): Add missing candidate-value
2181 symbols, use memq, and quote the lambda.
2182 (allout-overlay-interior-modification-handler): Remove unused
2183 variables `msg' and 'opened'.
2184 (allout-hidden-p): Constrain invisibility consideration to allout's
2185 invisibility spec, disregarding invisibility for other reasons.
2186
2187 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2188
2189 * files.el (version-control): Correct safe values.
2190
2191 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2192
2193 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2194
2195 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2196 (ewoc--insert-new-node): New func.
2197 Update callers of deleted funcs to use it, instead.
2198
2199 2006-05-11 Glenn Morris <rgm@gnu.org>
2200
2201 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2202 obsolete alias `show-all-diary-entries'.
2203 (make-diary-entry): Not interactive.
2204 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2205 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2206 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2207 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2208 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2209 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2210
2211 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2212
2213 * calendar/calendar.el (calendar-french-date-string)
2214 (calendar-mayan-date-string, calendar-chinese-date-string)
2215 (calendar-astro-date-string, calendar-iso-date-string)
2216 (calendar-islamic-date-string, calendar-bahai-date-string)
2217 (calendar-hebrew-date-string, calendar-coptic-date-string)
2218 (calendar-ethiopic-date-string, calendar-persian-date-string):
2219 These functions are not interactive.
2220
2221 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2222
2223 * files.el: Balance parentheses.
2224
2225 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2226
2227 * files.el, newcomment.el, outline.el, simple.el,
2228 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2229 progmodes/cc-vars.el, progmodes/compile.el:
2230 Move `safe-local-variable' declarations to the respective files.
2231
2232 * help-fns.el (describe-variable): Don't print safe-var if it is
2233 byte-code. Improve wording as suggested by Luc Teirlinck.
2234
2235 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2236
2237 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2238 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2239 Use a token for pending-triggers to ensure gdb-var-update
2240 gets called once per user input again for pre-GDB 6.4.
2241 (gdb-var-delete): Match on more complex expressions.
2242 (gdb-var-list-children-handler, gdb-var-create-handler):
2243 Use a token for consistency.
2244
2245 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2246
2247 * textmodes/org.el (org-read-date, org-goto-calendar)
2248 (org-agenda-goto-calendar):
2249 Bind `view-calendar-holidays-initially' to nil.
2250
2251 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2252
2253 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2254 Update all callers to do it there, instead.
2255
2256 2006-05-10 Glenn Morris <rgm@gnu.org>
2257
2258 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2259 prefix arg case, to avoid view-diary-entries-initially error.
2260 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2261 (calendar-date-is-legal-p): Handle dates with no day part.
2262
2263 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2264
2265 * comint.el (comint-insert-input): Just make it when
2266 comint-use-prompt regexp is nil (default) and with the mouse.
2267 (comint-copy-old-input): Reinstate from 2004-06-23.
2268 (comint-mode-map): Bind C-c C-m to it.
2269
2270 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2271
2272 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2273 Remove spurious move to point-max (new comint behavior fixes).
2274
2275 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2276 compatibility function (Emacs 18/19).
2277 (idlwave-is-continuation-line): Always return point at start of
2278 previous non-blank continuation line.
2279 `keyword-parameters': Fix continued comment font-lock matcher.
2280 (idlwave-font-lock-fontify-region): Written, use as
2281 font-lock-fontify-region-function, to fix continued keyword
2282 fontification issues.
2283
2284 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2285
2286 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2287 (mac-service-selection, mac-service-open-file)
2288 (mac-service-open-selection, mac-service-mail-selection)
2289 (mac-service-mail-to, mac-service-insert-text): Rename from
2290 mac-services-*. All uses changed.
2291 (mac-apple-event-map): Rename event symbol `services' to `service'.
2292
2293 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2294
2295 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2296 (ewoc--node-enter-first, ewoc--node-enter-last)
2297 (ewoc--delete-node-internal): Merge funcs into unique callers.
2298
2299 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2300
2301 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2302 return value of read-from-minibuffer for empty input.
2303
2304 2006-05-09 Miles Bader <miles@gnu.org>
2305
2306 * comint.el (comint-insert-input): Remove redundant calls to setq
2307 and goto-char.
2308
2309 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2310
2311 * comint.el (comint-insert-input): Make it work when
2312 comint-use-prompt-regexp is t.
2313
2314 2006-05-10 Miles Bader <miles@gnu.org>
2315
2316 * subr.el (field-at-pos): New function.
2317
2318 * comint.el (comint-insert-input): Use it.
2319
2320 2006-05-09 Juri Linkov <juri@jurta.org>
2321
2322 * battery.el (battery-linux-proc-acpi): Also try
2323 `/proc/acpi/thermal_zone/THR2/temperature'.
2324
2325 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2326 for now unused lambda `string-or-null'.
2327
2328 * add-log.el (change-log-default-name): Put `string-or-null-p'
2329 instead of lambda on `safe-local-variable' property.
2330
2331 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2332 `region-end' instead of `mark' and `point'.
2333 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2334 Operate on region in Transient Mark mode when the mark is active.
2335 Use `region-beginning' and `region-end' instead of `mark' and
2336 `point'.
2337 (diff-hunk-text, diff-goto-source): Doc fix.
2338
2339 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2340 face `mode-line-buffer-id' for mode-line buffer face instead of
2341 hard-coded `(:weight bold)'.
2342
2343 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2344 buffer-undo-list to t (undo-ask is reproducible by visiting
2345 nested archives).
2346
2347 2006-05-09 Kim F. Storm <storm@cua.dk>
2348
2349 * progmodes/grep.el (rgrep): Set default directory of *grep*
2350 buffer if we start M-x rgrep in the *grep* buffer and choose
2351 a different base directory.
2352
2353 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2354
2355 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2356 completion also when ido is loaded.
2357
2358 2006-05-09 Masatake YAMATO <jet@gyve.org>
2359
2360 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2361 "warning" and "import".
2362 (cpp-font-lock-keywords): Added "warning".
2363
2364 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2365
2366 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2367
2368 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2371 pages at a time, if we signal the end, we should indeed reach that end.
2372
2373 2006-05-08 David Reitter <david.reitter@gmail.com>
2374
2375 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2376 output during execution of the body.
2377
2378 2006-05-08 Kim F. Storm <storm@cua.dk>
2379
2380 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2381
2382 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2383
2384 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2385 Use with-current-buffer.
2386
2387 2006-05-07 Kim F. Storm <storm@cua.dk>
2388
2389 * subr.el (add-to-history): Remove keep-dups arg.
2390
2391 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2392 to nil around call to add-to-history.
2393
2394 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2397 than after a buffer modification.
2398
2399 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2400
2401 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2402 call to...
2403 (gud-watch): ...here so speedbar is raised for already watched
2404 expressions.
2405 (gdb-speedbar-refresh): Delete function.
2406 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2407 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2408 earlier change).
2409 (gdb-var-evaluate-expression-handler)
2410 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2411
2412 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2413 Update localized contents for all buffers except ignored modes.
2414
2415 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2416
2417 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2418 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2419 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2420 (mac-handle-font-panel-closed, mac-handle-font-selection):
2421 New functions.
2422 (mac-font-panel-mode): New minor mode.
2423 (mac-apple-event-map): Add bindings for toolbar toggle button and
2424 font panel.
2425 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2426
2427 2006-05-07 John Paul Wallington <jpw@pobox.com>
2428
2429 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2430 Avoid `regexp-opt'; simplify regexp for readability.
2431
2432 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2433
2434 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2435 * files.el (buffer-stale-function):
2436 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2437 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2438 links to the main manual, not to emacs-xtra.
2439
2440 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2441
2442 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2443 MacJapanese if text is ASCII-only.
2444
2445 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2446
2447 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2448 unless so nil isn't returned.
2449 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2450
2451 2006-05-06 Kim F. Storm <storm@cua.dk>
2452
2453 * subr.el (add-to-history): New function.
2454
2455 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2456 (ediff-merge-files-with-ancestor):
2457 * env.el (setenv):
2458 * isearch.el (isearch-update-ring):
2459 * server.el (server-visit-files):
2460 * progmodes/grep.el (lgrep, rgrep):
2461 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2462 * progmodes/xscheme.el (xscheme-insert-expression):
2463 Use add-to-history.
2464
2465 * kmacro.el (kmacro-push-ring): Use add-to-history.
2466 (kmacro-ring-length): Remove unused defun.
2467 (kmacro-start-macro): Use kmacro-push-ring.
2468
2469 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2470
2471 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2472 directly instead of a lambda expression that calls it.
2473
2474 2006-05-06 Kim F. Storm <storm@cua.dk>
2475
2476 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2477 instead of compute-motion.
2478
2479 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2482 change.
2483
2484 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2485
2486 * startup.el (command-line-1): Refer to "Pure Storage" on
2487 pure-space-overflow.
2488
2489 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2490
2491 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2492 provided faces once they all have been used up.
2493
2494 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2495
2496 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2497 reference to the Lisp manual to the warning about pure space
2498 overflow.
2499
2500 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2501
2502 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2503 argument to avoid the call to `ispell-internal-change-dictionary'
2504 when not needed.
2505 (ispell-change-dictionary): Use this argument and call
2506 `ispell-internal-change-dictionary' after the possible change
2507 to `ispell-local-dictionary'.
2508 (ispell-internal-change-dictionary): Check for a change in
2509 personal dictionary use too.
2510
2511 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2512
2513 * startup.el (command-line): On MS-Windows, probe "~", not
2514 "~USER", for warning about non-existent home directory
2515
2516 * arc-mode.el (archive-l-e): New optional argument `float' means
2517 generate a float value.
2518 (archive-arc-summarize, archive-lzh-summarize)
2519 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2520 with 3rd argument non-nil when file's size is being computed.
2521 Format the file sizes with %8.0f instead of %8d.
2522
2523 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2524
2525 * cus-start.el (all): Add mac-dnd-known-types.
2526
2527 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2528 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2529 (mac-TIFF-to-string): New functions.
2530 (x-get-selection, x-selection-value)
2531 (mac-select-convert-to-string): Use them.
2532 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2533 (mac-dnd-types-alist): New customization variable.
2534 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2535 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2536 (mac-dnd-handle-drag-n-drop-event): New functions.
2537 (mac-drag-n-drop): Remove function.
2538 (global-map): Bind drag-n-drop and M-drag-n-drop to
2539 mac-dnd-handle-drag-n-drop-event.
2540
2541 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2542
2543 * progmodes/perl-mode.el (perl-beginning-of-function):
2544 Skip anonymous subs.
2545
2546 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2547
2548 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2549 regexp-opt at run time.
2550
2551 * term.el (term-handle-ansi-escape): Fix off by one error.
2552
2553 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2554
2555 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2556 (gdb-init-1, gdb-post-prompt): ...and references to it.
2557 (gdb-frame-handler): Strip directory name from filename if present.
2558
2559 * progmodes/gud.el (gdb-force-update): Delete defvar
2560 (gud-speedbar-buttons): ...and references to it. Use window-start
2561 to try to keep positon in watch expression.
2562
2563 2006-05-03 Richard Stallman <rms@gnu.org>
2564
2565 * simple.el (next-history-element, previous-history-element): Doc fix.
2566
2567 * isearch.el (isearch-update-ring): Doc fix.
2568
2569 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2570
2571 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2572 into consideration. Replace one arm ifs with whens.
2573
2574 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2577 (menu): Fix typo.
2578
2579 2006-05-02 Miles Bader <miles@gnu.org>
2580
2581 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2582
2583 2006-05-02 Jay Belanger <belanger@truman.edu>
2584
2585 * calc/calc-embed.el (calc-override-minor-modes-map)
2586 (calc-override-minor-modes): New variables.
2587 (calc-do-embedded): Make sure that Calc keystrokes aren't
2588 overwritten by minor modes.
2589
2590 2006-05-02 Chong Yidong <cyd@mit.edu>
2591
2592 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2593
2594 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2595
2596 * startup.el (command-line-1): Refer to Lisp manual when
2597 pure-space-overflow occurs.
2598
2599 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2600 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2601 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2602 (version-control): Don't use `t' for safe-local-variable declarations.
2603
2604 2006-05-01 Richard Stallman <rms@gnu.org>
2605
2606 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2607 M-r, M-R, M-A, M-SPC or M-DEL.
2608 (diff-mode-map): diff-refine-hunk now on C-c C-w
2609 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2610
2611 * help-mode.el (help-mode): view-exit-action calls delete-window
2612 only when it is safe and possible.
2613
2614 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2615 in messages.
2616
2617 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2618
2619 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2620 in the default tool-bar-map.
2621
2622 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2623
2624 * net/tramp.el (tramp-completion-file-name-handler-alist)
2625 (tramp-run-real-handler, tramp-completion-run-real-handler)
2626 (tramp-completion-handle-file-name-all-completions)
2627 (tramp-completion-handle-file-name-completion): Autoload them.
2628 (tramp-completion-handle-file-exists-p)
2629 (tramp-completion-handle-file-name-directory)
2630 (tramp-completion-handle-file-name-nondirectory)
2631 (tramp-completion-handle-expand-file-name): Remove them.
2632 (tramp-handle-file-name-directory): Return the real directory name.
2633 Returning "/" only doesn't need to be necessary any longer.
2634 (tramp-file-name-handler): Make special attention when in hostname
2635 completion mode.
2636 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2637 (tramp-register-file-name-handlers):
2638 Register `tramp-completion-file-name-handler' only when
2639 `partial-completion-mode' is enabled.
2640 (tramp-completion-handle-file-name-all-completions):
2641 Delete directory part from results.
2642 (tramp-get-completion-methods, tramp-get-completion-user-host):
2643 Discard deleting "/", it doesn't work after the change of
2644 `tramp-handle-file-name-directory' above.
2645
2646 2006-05-01 Kim F. Storm <storm@cua.dk>
2647
2648 * progmodes/grep.el (grep-expand-template): Use save-match-data
2649 and symbol-value.
2650
2651 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2652
2653 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2654 Use select-frame-set-input-focus instead of raise-frame.
2655 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2656
2657 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2658
2659 * progmodes/gud.el (gud-def): Add %c case.
2660 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2661 (gud-format-command): Make match case sensitive. Match on %F.
2662
2663 2006-04-30 Glenn Morris <rgm@gnu.org>
2664
2665 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2666 (cal-tex-preamble): Use cal-tex-preamble-extra.
2667 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2668 than alias `list-diary-entries'.
2669
2670 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2671
2672 * help-fns.el (describe-variable): Add info about safe local variables.
2673
2674 2006-04-29 Richard Stallman <rms@gnu.org>
2675
2676 * bindings.el (mode-line-format): help-echo doc fixes.
2677
2678 * net/tramp.el (tramp-file-name-handler-alist): Delete
2679 expand-file-name and other operations that can cause spurious loading.
2680
2681 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2682
2683 * files.el (safe-local-variable-p): Remove support for the special
2684 value t.
2685
2686 * textmodes/paragraphs.el (sentence-end-without-space):
2687 Fix safety predicate.
2688 (sentence-end-double-space, sentence-end-without-period)
2689 (paragraph-ignore-fill-prefix):
2690 * textmodes/fill.el (colon-double-space):
2691 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2692
2693 * subr.el (booleanp): New fun.
2694
2695 * textmodes/reftex-vars.el (reftex-guess-label-type):
2696 Tighten the safety predicate.
2697
2698 2006-04-28 Kim F. Storm <storm@cua.dk>
2699
2700 * progmodes/grep.el (defgroup grep): Doc fix.
2701 (grep-auto-highlight): Remove.
2702 (grep-template): New defcustom.
2703 (grep-find-template): Rename from grep-tree-template.
2704 (grep-files-aliases): Rename from grep-tree-files-aliases.
2705 Remove "all" alias, add "l" alias.
2706 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2707 (grep-find-ignored-directories): New defcustom to replace
2708 grep-tree-ignore-CVS-directories, to facilitate ignoring
2709 subdirectories for multiple version control systems.
2710 (grep-mode-map): Add Recursive grep item to GREP menu.
2711 (grep-regexp-history, grep-files-history): New defvars.
2712 (grep-probe): New helper function.
2713 (grep-compute-defaults): Use it to simplify code.
2714 Adapt to name changes.
2715 Use `.' as base in grep-find-template rather than <D>.
2716 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2717 Call grep-compute-defaults unconditionally.
2718 (grep-expand-keywords): New defconst.
2719 (grep-expand-template): Rename from grep-expand-command-macros.
2720 Simplify via grep-expand-keywords. Look at case-fold-search instead
2721 of grep-tree-ignore-case to add -i option.
2722 Bind case-fold-search to nil while matching keywords.
2723 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2724 (grep-read-regexp, grep-read-files): New helper functions.
2725 (rgrep): Rename from grep-tree. Rework to use proper histories.
2726 Adapt to changes in defcustoms and functions above.
2727 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2728
2729 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp.el (tramp-completion-file-name-handler):
2732 Disable Tramp's functionality while loading Tramp itself.
2733 (tramp-register-file-name-handlers): That's a defsubst now.
2734 Code from `tramp-repair-jka-compr' moved here. Apply it via
2735 `after-init-hook'.
2736 (tramp-repair-jka-compr): Remove.
2737
2738 2006-04-27 Jay Belanger <belanger@truman.edu>
2739
2740 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2741 read expression when `math-read-big-expr' doesn't work.
2742
2743 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2744
2745 * startup.el (command-line-1): Display warning when
2746 pure-space-overflow is non-nil.
2747
2748 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2749
2750 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2751 risky.
2752
2753 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2754
2755 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2756 Return the URL or nil if none can be generated.
2757
2758 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2759
2760 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2761 byte compiler warnings.
2762 (gud-basic-call, gud-find-expr): Let user select an expression
2763 for printing. Print expression as well as value in GUD buffer.
2764
2765 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2766
2767 * allout.el: Remove local autoload declaration for
2768 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2769 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2770 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2771 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2772 (allout-stylish-prefixes, allout-numbered-bullet)
2773 (allout-file-xref-bullet, allout-presentation-padding)
2774 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2775 safe-local-variable with suitable value spec, and add autoload
2776 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2777 (move-beginning-of-line, move-end-of-line): Repair so these compat
2778 functions now actually resituate the point, when appropriate.
2779
2780 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2781
2782 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2783
2784 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2785 (add-log-iso8601-time-string): Fix call to format-time-string.
2786
2787 2006-04-26 Kim F. Storm <storm@cua.dk>
2788
2789 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2790
2791 2006-04-26 Masatake YAMATO <jet@gyve.org>
2792
2793 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2794 Add support for "//" style comments. Remove `b' flag
2795 from ?* in `asm-mode-syntax-table'.
2796
2797 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * follow.el: Use (featurep 'xemacs) everywhere.
2800 (follow-mode): Use define-minor-mode.
2801 (follow-mode-map): Move initialization into the declaration.
2802 Use command remapping.
2803 (follow-emacs-version-xemacs-p): Remove.
2804 (follow-submit-feedback): Remove.
2805
2806 * allout.el (allout-layout, allout-passphrase-verifier-string)
2807 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2808
2809 * textmodes/reftex-vars.el (reftex-vref-is-default)
2810 (reftex-fref-is-default, reftex-guess-label-type):
2811 Tighten up a bit the safety predicate.
2812
2813 * textmodes/paragraphs.el (sentence-end-double-space)
2814 (sentence-end-without-period, sentence-end-without-space)
2815 (page-delimiter, paragraph-ignore-fill-prefix):
2816 Tighten up a bit the safety predicate.
2817
2818 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2819
2820 * progmodes/python.el (python-continuation-line-p)
2821 (python-beginning-of-statement): syntax-ppss may return
2822 a negative depth.
2823 (python-mode): Don't forcefully enable font-lock.
2824
2825 * time-stamp.el (time-stamp-start, time-stamp-end)
2826 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2827
2828 * add-log.el: Remove spurious * in docstrings.
2829 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2830 (add-change-log-entry): Use it here, since it's not specific
2831 to iso8601.
2832 (add-log-iso8601-time-string): Don't use it here any more.
2833 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2834
2835 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2836
2837 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2838
2839 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2840 (rcirc-toggle-low-priority): Doc fix.
2841 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2842 ChanServ regexp.
2843 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2844 #emacs.
2845 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2846 (rcirc-decode-coding-system): Use utf-8 as the default.
2847 (rcirc-multiline-minor-mode): Set the fill-column.
2848 (rcirc-format-response-string): Display bright and dim nicks.
2849 (rcirc-browse-url): Update interactive spec to fill ARG.
2850 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2851 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2852
2853 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2854
2855 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2856 case for @Article, etc.
2857
2858 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2859
2860 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2861 Added with autoload cookie.
2862 (tramp-unload-file-name-handlers): Rename from
2863 `tramp-unload-file-name-handler-alist'.
2864
2865 2006-04-23 Romain Francoise <romain@orebokech.com>
2866
2867 * comint.el (comint-match-partial-filename): Doc fix.
2868
2869 2006-04-21 Glenn Morris <rgm@gnu.org>
2870
2871 * calendar/cal-menu.el (calendar-mode-map): Refer to
2872 `diary-view-entries' rather than alias `view-diary-entries'.
2873 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2874
2875 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2876
2877 * progmodes/antlr-mode.el (antlr-default):
2878 * cus-edit.el (custom-documentation):
2879 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2880 in defface.
2881
2882 2006-04-21 Kim F. Storm <storm@cua.dk>
2883
2884 * image.el (image-type): New defun split out of create-image.
2885 (create-image): Use it.
2886
2887 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2888
2889 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2890 (org-open-at-point): Remove the "...done" message to keep output
2891 in the echo area visible.
2892 (org-export-as-xoxo): Fix call to `indent-region'.
2893
2894 2006-04-21 Kevin Ryde <user42@zip.com.au>
2895
2896 * international/mule.el (keyboard-coding-system): defcustom
2897 info-link fixes: "Specify Coding" has been split, keyboard now in
2898 "Terminal Coding", and "Single-Byte Character Support" is now
2899 "Unibyte Mode".
2900
2901 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2902
2903 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2904 Use font-lock-warning-face for any errors e.g. no stack.
2905 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2906
2907 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2908
2909 * progmodes/sh-script.el (sh-shell): Mark as safe.
2910
2911 * newcomment.el (comment-start, comment-start-skip)
2912 (comment-end-skip, comment-end): Mark as safe.
2913
2914 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2915
2916 * textmodes/org.el (org-deadline-announce): Face removed.
2917 (org-level-faces, org-n-levels): Convert to constant.
2918 (org-compatible-face): New function.
2919 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2920 (org-level-5, org-level-6, org-level-7, org-level-8)
2921 (org-special-keyword, org-warning, org-headline-done, org-link)
2922 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2923 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2924 Face definition revised for better color tty support.
2925 (org-bold-re, org-italic-re, org-underline-re): New constants.
2926 (org-set-font-lock-defaults): Use the new constants.
2927 (org-agenda-highlight-todo): New function.
2928 (org-agenda-todo): Fix bug with point at end of line.
2929 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2930 Fontify TODO keywords.
2931 (org-insert-link): Preserve relative path in ../ links.
2932 (org-export-as-html): Convert links pointing to .org files into
2933 links that will work beteen the exported HTML files.
2934 (org-todo-list): Fix bug when arg=0.
2935 (org-insert-heading): More fine-tuning.
2936
2937 2006-04-19 Romain Francoise <romain@orebokech.com>
2938
2939 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2940 from `rmail-mime-charset-pattern'.
2941
2942 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2943
2944 * progmodes/python.el (python-mode): Fix typo.
2945
2946 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2947
2948 * comint.el (comint-previous-input): Don't clobber input line
2949 when moving off either end of the input history ring.
2950 (comint-delete-input): New function, used by
2951 `comint-previous-input' and others.
2952 (comint-previous-matching-input):
2953 Use `coming-delete-input'. Save the partial input if leaving the
2954 edit line. Goto point-max before deleting input to avoid
2955 partial input fragments hanging around.
2956 (comint-restore-input): New function, used by `comint-previous-input'.
2957
2958 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2959
2960 * imenu.el (imenu--index-alist): Balance parentheses.
2961
2962 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2963
2964 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2965
2966 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2967
2968 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2969 file is nil.
2970
2971 2006-04-18 Richard Stallman <rms@gnu.org>
2972
2973 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2974
2975 * imenu.el (imenu-create-index-function, imenu--index-alist)
2976 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2977 (imenu-default-create-index-function, imenu--generic-function):
2978 Doc fixes.
2979
2980 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2981
2982 * help-mode.el (help-mode): Set view-exit-action to delete window.
2983
2984 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2985 now works by passing nil as arg.
2986
2987 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2988
2989 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2990 (read-abbrev-file): Provide default when reading filename.
2991
2992 * files.el (enable-local-variables): Allow :all as value.
2993 (hack-local-variables): Implement that value.
2994 (safe-local-variable-values, safe-local-eval-forms)
2995 (enable-local-variables): Mark as risky.
2996 (find-file-visit-truename, kept-old-versions): Mark safe.
2997
2998 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2999 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3000 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3001
3002 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3003
3004 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3005 Use forward-line so as to get to BOL even in the presence of fields.
3006 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3007 in return.
3008 (inferior-tcl): Tell tclsh to work in interactive mode.
3009
3010 * complete.el (partial-completion-mode):
3011 Use 'choose-completion-string-functions to make sure that
3012 choose-completion fills the minibuffer properly.
3013
3014 * complete.el (PC-old-read-file-name-internal): Remove.
3015 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3016 of read-file-name-internal.
3017 (partial-completion-mode): Enable/disable this advice.
3018
3019 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3020
3021 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3022 of 2006-04-17.
3023
3024 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3025
3026 * textmodes/org.el (org-insert-heading): Insert heading before
3027 current if at beginning of line.
3028 (org-todo, org-date): New faces.
3029 (org-table-align): Make sure tooltip window contains full text.
3030 (org-no-properties): New defsubst.
3031 (org-set-font-lock-defaults): Use new faces.
3032
3033 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3034
3035 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3036 for root variables.
3037
3038 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3039 (gdb-frame-address): Re-use to identify frame for watch expression.
3040 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3041 variables.
3042 (gdb-init-1, gdb-source, gdb-post-prompt)
3043 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3044 (gdb-frame-handler): Get gdb-frame-address.
3045
3046 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3047
3048 Sync with Tramp 2.0.53.
3049
3050 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3051 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3052 (tramp-completion-file-name-handler): Add autoload cookie for
3053 adding to `file-name-handler-alist'.
3054
3055 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3056 the prompt. If it returns earlier (when detecting an error
3057 message), the rest of the output will merge accidently with the
3058 output of the next command. Reported by M Jared Finder
3059 <jared@hpalace.com>.
3060
3061 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3062 for `process-file', in order to let it work for older Emacsen too.
3063
3064 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3065
3066 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3067 (tex-font-lock-keywords-3): Use it.
3068
3069 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * newcomment.el (comment-add): New function.
3072 (comment-region-default, comment-dwim): Use it.
3073
3074 2006-04-15 Michael Olson <mwolson@gnu.org>
3075
3076 * emacs-lisp/tq.el: Improve comments.
3077 (tq-queue-head-question): New accessor function.
3078 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3079 Update for modified queue structure.
3080 (tq-queue-add): Accept `question' argument.
3081 (tq-queue-pop): If a question is pending, send it.
3082 (tq-enqueue): Accept new optional argument `delay-question'.
3083 If this is non-nil, and at least one other question is pending a
3084 response, queue the question rather than sending it immediately.
3085
3086 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3087
3088 * calendar/appt.el (appt-add): Check whether an appointment is
3089 already present in appt-time-msg-list. Simplify code.
3090
3091 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3092
3093 * progmodes/cc-langs.el (c-mode-menu):
3094 Don't presume c-subword-mode is bound.
3095
3096 2006-04-13 Bill Wohler <wohler@newt.com>
3097
3098 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3099 (customize-package-emacs-version): Use cdr instead of cadr now
3100 that alists use dotted pairs.
3101
3102 * custom.el (defcustom): Fix docstring for :package-version.
3103
3104 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3105
3106 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3107 (tramp-handle-shell-command): Display output buffer only when
3108 `tramp-display-shell-command-buffer' is true.
3109 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3110
3111 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3112
3113 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3114 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3115
3116 2006-04-13 Romain Francoise <romain@orebokech.com>
3117
3118 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3119 leaving temporary .cvsignore buffers behind.
3120
3121 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3122
3123 * textmodes/org.el (org-set-regexps-and-options)
3124 (org-get-current-options): Better names for the startup folding
3125 options.
3126
3127 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3128
3129 * vc.el (vc-annotate): Arrange for point to end up at the same
3130 line number as in the original, but only when using a new buffer.
3131
3132 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3133
3134 * files.el (hack-one-local-variable-eval-safep):
3135 Recognize `edebug-form-spec' for `put', but only if it passes
3136 `edebug-basic-spec'. Generalize `put' handling.
3137
3138 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3139 vetting file-local form specs.
3140
3141 * allout.el (allout-layout): Autoload its `safe-local-variable'
3142 property.
3143
3144 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3145
3146 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3147 (org-agenda-mouse-1-follows-link)
3148 (org-mouse-1-follows-link): New options.
3149 (org-format-agenda-item): Fix bug if TAGS is nil.
3150 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3151
3152 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3153
3154 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3155 GDB 6.1+ gives full filename for "info sources" so use
3156 file-name-nondirectory.
3157
3158 2006-04-12 Romain Francoise <romain@orebokech.com>
3159
3160 * subr.el (read-passwd): Bind `message-log-max' to nil.
3161
3162 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * progmodes/perl-mode.el (perl-indent-new-calculate):
3165 Recompute parse-start after jumping backward by a whole sexp.
3166
3167 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3170 window configuration.
3171 (vc-annotate-display-select): Select the buffer so that current-buffer
3172 (and selected-window) is the output buffer at the end of vc-annotate.
3173
3174 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3175
3176 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3177 8-color terminals, to use all of the colors in a sensible order.
3178 256-color terminals work well with the standard map.
3179 (vc-annotate-lines): Only strip the first color character if it
3180 is "#", to allow for terminal-style named colors.
3181 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3182 the correct buffer is scrolled.
3183
3184 2006-04-11 Richard Stallman <rms@gnu.org>
3185
3186 * emacs-lisp/bytecomp.el (byte-compile-file):
3187 Bind enable-local-variables to :safe, and make normal-mode obey it.
3188
3189 * files.el (enable-local-variables): Allow value :safe.
3190 (normal-mode): Doc fix.
3191 (hack-local-variables): Implement enable-local-variables = :safe.
3192 (hack-local-variables-confirm): Don't prevent quitting.
3193
3194 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3195
3196 * loadhist.el (unload-feature): A bit of sanity check of
3197 load-history entries. Cancel timer-vars before unbinding them.
3198
3199 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3200 quote special chars, and make the trick work on the hex part of the
3201 buffer as well.
3202 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3203 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3204
3205 * startup.el (normal-splash-screen): Fix last change so we don't wait
3206 2 minutes if we don't show the splash screen.
3207
3208 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3209
3210 * textmodes/org.el (org-export-plain-list-max-depth)
3211 (org-table-spaces-around-separators)
3212 (org-radio-targets, org-activate-camels)
3213 (org-table-spaces-around-invisible-separators): Options removed.
3214 (org-time-stamp-rounding-minutes, org-remember-templates)
3215 (org-ellipsis, org-activate-links, org-descriptive-links):
3216 New options.
3217 (org-remember-apply-template, org-current-time)
3218 (org-finish-edit-table-field)
3219 (org-link-unescape, org-link-escape)
3220 (org-string-width, org-table-clean-line, org-html-do-expand)
3221 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3222 (org-read-agenda-file-list): New functions.
3223 (org-table-edit-field)
3224 (org-table-create-or-convert-from-region): New commands
3225 (org-table-toggle-vline-visibility): Command removed.
3226 (org-table-convert-region): Made a command.
3227 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3228 Replace with the normal org- functions.
3229 (org-self-insert-command): Don't trigger realign unnecessarily
3230 when blanking a field that is not full.
3231 (org-mode): `Set buffer-invisibility-spec' for links.
3232 (org-activate-links2): Hide link part and only show descriptive
3233 part of the link.
3234 (org-insert-link): Modify for new linking system.
3235 (org-store-link): Store description separately, for use by
3236 `org-insert-link'.
3237 (org-table-align): Use `org-string-width'.
3238 (defgroup): Completely new group structure for custom variables.
3239 (org-agenda-files): Option: Single file name allowed. Function:
3240 Optional argument unrestrited means ignore any restricitons.
3241 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3242 trying to modify the menu. Use generalized access to
3243 `org-agenda-files.'
3244 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3245 (org-agenda-file-to-front, org-remove-file, org-diary)
3246 (org-tags-view, org-export-icalendar-all-agenda-files)
3247 (org-export-icalendar-combine-agenda-files): Use generalized
3248 access to `org-agenda-files'.
3249 (org-remember-handler): Correctly preserve heading if present.
3250 (org-table-insert-row, org-table-insert-hline): Deal with
3251 invisible characters.
3252
3253 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3254
3255 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3256 (vc-annotate-color-map): New 18 element constant
3257 value/saturation, rotating hue colormap, from red->blue.
3258 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3259 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3260 (vc-annotate): To avoid killing the required local variables,
3261 set them before the end of `with-output-to-temp-buffer', and
3262 after first switching to annotate-mode.
3263 (vc-annotate-warp-version): Add buffer argument in goto-line to
3264 ensure annotation, not source, is scrolled.
3265
3266 2006-04-10 Bill Wohler <wohler@newt.com>
3267
3268 * custom.el (defcustom, custom-handle-keyword):
3269 Add :package-version keyword.
3270 (custom-add-package-version): New function. Sets value of new
3271 property 'custom-package-version from :package-version keyword.
3272 (defcustom): Create Common Keywords section in docstring.
3273 (defface, defgroup): Replace definitions of a select few keywords
3274 with a reference to the Common Keywords in defcustom.
3275 (defcustom, defface, defgroup): Replace reference to Customization
3276 chapter in manual with hyperlink.
3277
3278 * cus-edit.el (customize-package-emacs-version-alist):
3279 New variable.
3280 (customize-changed-options): Add check for custom-package-version.
3281 (customize-package-emacs-version): New function to look up Emacs
3282 version corresponding to the given package version.
3283
3284 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3285 defun name, in similar fashion to find-variable-regexp.
3286
3287 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3288
3289 * international/mule-cmds.el (set-locale-environment): Fix last
3290 change for when the locale's preferences don't specify any encoding.
3291
3292 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3295 so the defined var/fun doesn't need to be quoted.
3296
3297 2006-04-10 Richard Stallman <rms@gnu.org>
3298
3299 * finder.el (finder-mode-map): Add n and p bindings.
3300
3301 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3302
3303 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3304 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3305 (gdb-setup-windows): Put something in source window if we can't find
3306 the source file.
3307 (gdb-frame-handler): Make it work again with just assembly.
3308 (gdb-data-list-register-values-handler): Make it work when there is
3309 no stack.
3310
3311 2006-04-09 Richard Stallman <rms@gnu.org>
3312
3313 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3314 specs while looking for charset.
3315
3316 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3317
3318 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3319 Make them faces.
3320 (lm-font-lock-keywords): Update appropriately.
3321
3322 2006-04-10 Kim F. Storm <storm@cua.dk>
3323
3324 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3325 it can also replace buffer-substring-no-properties.
3326
3327 * emulation/cua-base.el (cua-delete-region, cua-paste)
3328 (cua-repeat-replace-region): Use filter-buffer-substring.
3329
3330 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3331 (cua-cut-region-to-global-mark): Likewise.
3332
3333 * emulation/cua-rect.el (cua--extract-rectangle)
3334 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3335
3336 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3337
3338 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3339 entry-type. Add field delimiters to numerical fields if they are
3340 not present.
3341
3342 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3343
3344 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3345 string-const to return value.
3346 (bibtex-remove-delimiters): Use it.
3347
3348 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3349
3350 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3351 cl-byte-compile-compiler-macro unless it exists.
3352
3353 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3354
3355 * files.el (hack-local-variables-confirm) <offer-save>:
3356 Clarify message text. Suggested by Ralf Angeli.
3357
3358 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3359
3360 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3361 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3362 instead of `buffer-substring' and `delete-region'. (Most of the
3363 code actually copied from `kill-region'.)
3364
3365 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3366
3367 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3368 (rcirc-default-port): Rename from rcirc-port.
3369 (rcirc-default-nick): Rename from rcirc-nick.
3370 (rcirc-default-user-name): Rename from rcirc-user-name.
3371 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3372 (rcirc-low-priority-flag): New variable.
3373 (rcirc-decode-coding-system): New defcustom.
3374 (rcirc-encode-coding-system): New defcustom.
3375 (rcirc-coding-system-alist): New defcustom.
3376 (rcirc-multiline-major-mode): New defcustom.
3377 (rcirc-nick): New internal variable.
3378 (rcirc-process): Remove variable.
3379 (rcirc-server-buffer): New variable.
3380 (rcirc): Update to use rcirc-default-* variables above.
3381 (rcirc-connect): Do not add window-configuration-hook-here.
3382 (rcirc-server): New internal variable.
3383 (rcirc-connect): Do not send keepalive pings if
3384 rcirc-keepalive-seconds is nil.
3385 (with-rcirc-server-buffer): New macro.
3386 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3387 (rcirc-server-name): Rename from rcirc-server.
3388 (rcirc-buffer-process): New function.
3389 (rcirc-buffer-nick): New function.
3390 (rcirc-buffer-target): Remove function.
3391 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3392 New commands.
3393 (rcirc-mode-map): Change binding of C-c C-l to
3394 rcirc-toggle-low-priority.
3395 (rcirc-mode): Initialize coding system based on
3396 rcirc-coding-system-alist. New change-major-mode-hook to part the
3397 channel on a mode change. Make kill-buffer-hook buffer-local.
3398 (rcirc-change-major-mode-hook): New function.
3399 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3400 (rcirc-last-post-time): New variable.
3401 (rcirc-process-message): Store the last time user posted a message
3402 to this target.
3403 (rcirc-multiline-minor-mode): New mode.
3404 (rcirc-multiline-minor-mode-map): New mode map.
3405 (rcirc-edit-multiline): Put multiline-edit buffer in
3406 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3407 (rcirc-print): Ignore any line starting with an ignored nick.
3408 (rcirc-print): Decode using rcirc-decode-coding-system.
3409 (rcirc-track-minor-mode): Update global-mode-string when disabling
3410 this mode.
3411 (minor-mode-alist): Add LowPri indicator.
3412 (rcirc-toggle-low-priority): New function.
3413 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3414 next lowpriority buffer with activity.
3415 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3416 last time the user posted a message in to the target.
3417 (rcirc-update-activity-string): New formatting for low priority
3418 buffers.
3419 (rcirc-split-activity): New function.
3420 (rcirc-handler-PART, rcirc-handler-KICK)
3421 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3422 (rcirc-nick-away-alist): New variable.
3423 (rcirc-handler-301): New handler. Away messages are printed once
3424 per change.
3425
3426 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3427
3428 * info.el (Info-follow-nearest-node): Doc fix.
3429
3430 * international/mule-cmds.el (set-locale-environment): Make sure
3431 the coding-system preferred by the locale's language has the same
3432 EOL conversion type as the original buffer-file-coding-system.
3433 (locale-language-names): Add a few MS Windows language codes.
3434
3435 2006-04-07 Richard Stallman <rms@gnu.org>
3436
3437 * simple.el (eval-expression): Doc fix.
3438
3439 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3440 (eval-defun): Doc fixes.
3441
3442 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3443
3444 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3445
3446 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3447
3448 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3449 GDB list command without argument for greater generality.
3450
3451 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3452
3453 * subr.el (string-or-null-p): New function.
3454
3455 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3456
3457 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3458
3459 * files.el: Update comment about safe-local-variable declarations.
3460
3461 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3462
3463 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3464 See idlwave.org.
3465
3466 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3467 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3468
3469 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3470 See idlwave.org.
3471
3472 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3473 version 6.0 (minimal changes). See idlwave.org.
3474
3475 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3476 6.0 (minimal changes). See idlwave.org.
3477
3478 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3479
3480 2006-04-06 Romain Francoise <romain@orebokech.com>
3481
3482 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3483 symmetric encryption features and a new asynchronous interface to
3484 GnuPG. This new version is version 1.4, plus whitespace changes.
3485
3486 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3487
3488 * files.el: Move some `safe-local-variable' declarations to the
3489 respective files.
3490
3491 * textmodes/ispell.el (ispell-check-comments)
3492 (ispell-local-dictionary): Mark as safe.
3493
3494 * abbrev.el (abbrev-mode): Mark as safe.
3495
3496 * add-log.el (change-log-default-name): Mark as safe.
3497
3498 * textmodes/reftex-vars.el (reftex-vref-is-default)
3499 (reftex-fref-is-default, reftex-level-indent)
3500 (reftex-guess-label-type): Mark as safe.
3501
3502 * textmodes/fill.el (colon-double-space): Mark as safe.
3503
3504 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3505 (sentence-end-double-space, sentence-end-without-period)
3506 (sentence-end-without-space, sentence-end, sentence-end-base)
3507 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3508
3509 2006-04-06 Kim F. Storm <storm@cua.dk>
3510
3511 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3512 the :set-after list.
3513 (ido-downcase-unc-hosts): New user option. Default on.
3514 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3515 when it is set, as regexps are now applied on the fly.
3516 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3517 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3518 on the fly, but only when ido-process-ignore-lists is set.
3519 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3520 Only downcase names if ido-downcase-unc-hosts is set.
3521
3522 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3525
3526 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3527
3528 2006-04-05 Kim F. Storm <storm@cua.dk>
3529
3530 * ido.el (ido-mode): Set after ido-unc-hosts and
3531 ido-ignore-unc-host-regexps.
3532 (ido-save-history): Save ido-unc-hosts-cache.
3533 (ido-load-history): Load ido-unc-hosts-cache.
3534 (ido-reread-directory): Refresh unc hosts cache in // dir.
3535
3536 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3537 to nil while displaying slash screen.
3538
3539 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3540
3541 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3542 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3543
3544 2006-04-05 Kenichi Handa <handa@m17n.org>
3545
3546 * international/characters.el: Setup cases of Latin, Greek, and
3547 Cyrillic characters in CJK charsets.
3548
3549 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3550
3551 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3552 default-enable-multibyte-characters. This reverts the change from
3553 revision 6.17 which is no longer necessary because the passphrase
3554 is sent separately now. GnuPG messages are unreadable under
3555 multibyte locales with default-enable-multibyte-characters set to nil.
3556
3557 2006-04-04 Andreas Schwab <schwab@suse.de>
3558
3559 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3560 and `byte-compile-warnings' as `safe-local-variable'.
3561
3562 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3563
3564 * man.el (Man-mode-map): Restore the \r binding.
3565 (Man-abstract-xref-man-page): If Man-target-string is a function,
3566 call it.
3567 (Man-highlight-references): Use Man-default-man-entry to get the
3568 target. Deal with xrefs too.
3569 (Man-highlight-references0): Don't call the target function.
3570
3571 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3572 cannot deal with it.
3573
3574 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3575
3576 * pgg-gpg.el: Clean up process buffers every time gpg processes
3577 complete.
3578
3579 2006-04-04 Kenichi Handa <handa@m17n.org>
3580
3581 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3582 here.
3583 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3584 Temporarily bind inhibit-field-text-motion to t.
3585
3586 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3587
3588 * startup.el (normal-splash-screen): Only set mode-line-format in the
3589 splash buffer, so as not to interfere when debugging the code.
3590 Ignore errors when switching buffer.
3591
3592 2006-04-03 Romain Francoise <romain@orebokech.com>
3593
3594 * dired.el (dired-dnd-protocol-alist): Fix typo.
3595
3596 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3597
3598 * savehist.el (savehist): Add :version.
3599 (savehist-ignored-variables): New variable.
3600 (savehist-minibuffer-hook): Don't save variables listed in
3601 `savehist-ignored-variables'.
3602
3603 * dired.el (dired-dnd-protocol-alist): Mention that change does
3604 only apply to new buffers in doc string.
3605
3606 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3607
3608 * recentf.el (recentf-open-files-item): Include newline in button
3609 field, so opening a file will work, when the point is at the end
3610 of the file name. Allow, for example, to [i]search a file by
3611 extension and just push RET to open it.
3612
3613 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3614
3615 * pgg-gpg.el (pgg-gpg-process-filter)
3616 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3617
3618 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3619 lines, temporary fix.
3620
3621 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3622
3623 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3624
3625 2006-04-02 Richard Stallman <rms@gnu.org>
3626
3627 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3628
3629 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3632 header-mouse-map.
3633
3634 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3635 (ibuffer-mode-header-map): New keymaps.
3636 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3637 and keybindings for column headers.
3638 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3639 property.
3640
3641 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3642
3643 * speedbar.el (speedbar-after-create-hook): Doc fix.
3644
3645 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3646
3647 * shell.el (shell-directory-tracker)
3648 (shell-dynamic-complete-command): Doc fixes.
3649
3650 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3651
3652 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3653 terminals.
3654
3655 2006-04-01 Kim F. Storm <storm@cua.dk>
3656
3657 * ido.el (ido-unc-hosts-cache): New defvar.
3658 (ido-unc-hosts): If value of defcustom is a function, call it to
3659 get list of UNC hosts. Add function-item choices to specify
3660 ido-unc-hosts-net-view or user function.
3661 (ido-ignore-unc-host-regexps): New defcustom.
3662 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3663 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3664 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3665
3666 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3667
3668 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3669 wwidth.
3670
3671 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3674 (ido-max-work-file-list, ido-switch-buffer)
3675 (ido-read-file-name-as-directory-commands):
3676 Fix typos in docstrings.
3677
3678 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3679
3680 * term/mac-win.el (mac-system-coding-system): Define and use after
3681 Mac-specific coding systems are ready.
3682
3683 2006-03-27 Romain Francoise <romain@orebokech.com>
3684
3685 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3686
3687 * ldefs-boot.el: Update.
3688
3689 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3690
3691 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3692 passphrases when it is not needed.
3693 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3694 passphrase stuff from gpg, should only be necessary when you use
3695 gpg with a smartcard.
3696
3697 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3698
3699 * comint.el (comint-dynamic-list-completions): Allow user to
3700 select *Completions* buffer.
3701
3702 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3703
3704 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3705
3706 2006-03-26 Andreas Schwab <schwab@suse.de>
3707
3708 * progmodes/gud.el (gdb): Only complain about multiple debugging
3709 when the gdb process is still running.
3710
3711 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3712
3713 * mail/rmail.el (tool-bar-map): Defvar it.
3714 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3715 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3716
3717 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3718
3719 * help.el (print-help-return-message): Suggest to use
3720 display-buffer instead of switch-to-buffer-other-window to restore
3721 the previous window without selecting it.
3722
3723 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3724
3725 * frame.el (select-frame-by-name): Call x-focus-frame also when
3726 window-system is mac.
3727
3728 * term/mac-win.el: Adjust Courier font specifications in
3729 x-fixed-font-alist.
3730 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3731 when directly encoding to UTF-16 in native byte order, no BOM.
3732
3733 2006-03-25 Kim F. Storm <storm@cua.dk>
3734
3735 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3736 (cua--init-keymaps): Use it instead of fixed C-return.
3737 (cua-mode): Set after it.
3738
3739 * emulation/cua-rect.el (cua--init-rectangles):
3740 Use cua-rectangle-mark-key instead of fixed C-return.
3741
3742 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3743
3744 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3745 "run" in .gdbinit.
3746 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3747
3748 2006-03-24 Romain Francoise <romain@orebokech.com>
3749
3750 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3751 `display-buffer-other-frame'.
3752
3753 2006-03-24 Kim F. Storm <storm@cua.dk>
3754
3755 * apropos.el (apropos-synonyms): Add selection => region.
3756
3757 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3758
3759 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3760 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3761 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3762 (gdb-data-list-register-values-regexp)
3763 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3764 Future proof against new fields being added to MI output.
3765 (gdb-send): Don't treat backslashes for program input as
3766 continuations.
3767 (gdb-assembler-handler): Don't use window-start for this handler.
3768 (gdb-frame-handler): Don't change to hollow arrow if overlay
3769 arrow doesn't move to new frame.
3770
3771 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3772
3773 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3774 prevent compiler warnings.
3775 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3776 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3777 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3778 buffer too.
3779
3780 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3781
3782 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3783 make-network-process, so we can use the same code in Gnus v5-10
3784 too and have this file fully synchronized with that release.
3785
3786 2006-03-23 Romain Francoise <romain@orebokech.com>
3787
3788 * ibuf-ext.el (ibuffer-read-filter-group-name):
3789 Use `ibuffer-generate-filter-groups' to make completion list match
3790 the filter groups that are really displayed in the Ibuffer buffer.
3791 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3792
3793 2006-03-23 Kenichi Handa <handa@m17n.org>
3794
3795 * international/mule-cmds.el (sort-coding-systems): Describe that
3796 the argument is modified in docstring.
3797
3798 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3799
3800 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3801 (pgg-gpg-update-agent): New function.
3802 (pgg-gpg-use-agent-p): New function.
3803 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3804 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3805 (pgg-gpg-sign-region): Use it.
3806
3807 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * cus-edit.el (custom-face-set): Call custom-push-theme before
3810 face-spec set so that `changed' theme is correctly saved.
3811 (custom-face-reset-standard): Reset to recalculated face rather
3812 than defface spec.
3813
3814 * custom.el (custom-push-theme): Only save `changed' theme if the
3815 current face does not match the defface specs.
3816
3817 2006-03-21 Simon Josefsson <jas@extundo.com>
3818
3819 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3820 <wilde@sha-bang.de>.
3821 (pgg-gpg-use-agent): New variable.
3822 (pgg-gpg-process-region): Use it.
3823 (pgg-gpg-encrypt-region): Likewise.
3824 (pgg-gpg-encrypt-symmetric-region): Likewise.
3825 (pgg-gpg-decrypt-region): Likewise.
3826 (pgg-gpg-sign-region): Likewise.
3827 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3828
3829 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3830
3831 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3832 bracket links.
3833
3834 2006-03-21 Kim F. Storm <storm@cua.dk>
3835
3836 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3837 fringe-indicator-alist instead of modifying global value.
3838 (gdb-frame-handler): Likewise.
3839
3840 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3841
3842 * diff-mode.el (diff-function): Make it inherit from diff-header
3843 instead of diff-context.
3844
3845 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3846 bitmap.
3847 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3848 change names in macro above for consistency.
3849 (gdb-frame-handler): Use hollow-right-triangle for all selected
3850 frames which except the innermost (where execution has stopped).
3851 (gdb-reset): Reset buffer-local values of overlay-arrow.
3852
3853 2006-03-20 Richard Stallman <rms@gnu.org>
3854
3855 * simple.el (set-mark-command): Doc fix.
3856
3857 * files.el (display-buffer-other-frame): New command.
3858 (ctl-x-4-map): Bind C-x 5 C-o to it.
3859
3860 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3863 rather than just defer-time, in case defer-time has been changed but
3864 the timer isn't running yet.
3865 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3866
3867 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3868
3869 * help-mode.el (help-follow-symbol): New function.
3870 Essentially identical to the old `help-follow', but do not let
3871 `push-button' do the work when on an xref.
3872 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3873
3874 2006-03-19 Richard Stallman <rms@gnu.org>
3875
3876 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3877 preceded by the word `program'.
3878 (help-follow-mouse, help-follow): Throw error if not on xref.
3879 Delete no longer used args.
3880
3881 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3882
3883 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3884 annotation ensure gud-overlay-arrow-position is redisplayed.
3885
3886 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3887
3888 * textmodes/bibtex.el (bibtex-include-OPTkey)
3889 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3890 (bibtex-autokey-name-case-convert)
3891 (bibtex-autokey-titleword-case-convert): Make these the aliases
3892 for the following two variables.
3893 (bibtex-autokey-name-case-convert-function)
3894 (bibtex-autokey-titleword-case-convert-function): Make these the
3895 real names.
3896 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3897 bibtex-font-lock-crossref sublists.
3898 (bibtex-mode): Revert 2005-12-30 change (which made
3899 completion-ignore-case buffer-local).
3900 (bibtex-url): Simplify.
3901
3902 2006-03-19 Kim F. Storm <storm@cua.dk>
3903
3904 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3905 cursor property value to 2 (to align with C level change).
3906
3907 2006-03-19 Bill Wohler <wohler@newt.com>
3908
3909 * image.el (image-load-path-for-library): Shorten first line in
3910 docstring.
3911
3912 2006-03-18 Richard Stallman <rms@gnu.org>
3913
3914 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3915
3916 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3917
3918 * isearch.el (isearch-other-meta-char): Handle user bindings for
3919 shifted control characters.
3920
3921 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3922
3923 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3924 part that matches email addresses, file names, etc.
3925
3926 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3927
3928 * term/w32-win.el (mouse-set-font):
3929 Mention w32-list-proportional-fonts in the doc string.
3930
3931 2006-03-18 Kim F. Storm <storm@cua.dk>
3932
3933 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3934 (ido-unc-hosts): New user option to explicitly define list of know
3935 UNC-style hosts for completion.
3936 (ido-cache-unc-host-shares-time): New user option.
3937 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3938 New helper functions for UNC file-name support.
3939 (ido-may-cache-directory): Check for UNC host. Simplify.
3940 (ido-wash-history): Clean out old UNC hosts.
3941 (ido-nonreadable-directory-p): UNC hosts are always readable.
3942 (ido-directory-too-big-p): UNC hosts are never too big.
3943 (ido-set-current-directory): Handle UNC root path.
3944 (ido-file-name-all-completions): Complete UNC host names from
3945 ido-unc-hosts list. Cache UNC host shares.
3946 (ido-make-file-list-1): Don't filter UNC root.
3947 (ido-exhibit): Check for // in root directory, and switch to UNC
3948 mode by setting ido-current-directory to //.
3949
3950 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3951
3952 * cus-edit.el (customize-changed-options): Mention explicit
3953 version number as default in prompt.
3954
3955 2006-03-17 Bill Wohler <wohler@newt.com>
3956
3957 * image.el (image-load-path-for-library): Minor docstring fix.
3958
3959 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3960
3961 * textmodes/org.el (org-read-date): Include subgroup 5 into
3962 replacement text.
3963 (org-popup-calendar-for-date-prompt): Fix customization type.
3964
3965 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3966
3967 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3968 (gdb-continuation): New variable.
3969 (gdb-send): Deal with continuation lines.
3970
3971 * progmodes/gud.el (gud-gdb-complete-command)
3972 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3973 expressions.
3974 (gud-tooltip-mode): Use buffer-local value.
3975
3976 2006-03-16 Kim F. Storm <storm@cua.dk>
3977
3978 * ido.el (ido-edit-input): Use selected match, if any.
3979
3980 2006-03-16 Bill Wohler <wohler@newt.com>
3981
3982 * image.el (image-load-path-for-library): Prefer user's images in
3983 image-load-path.
3984
3985 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3986
3987 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3988 when checking for attempt to drag leftmost or rightmost scrollbar.
3989
3990 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3991
3992 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3993 (gdb-force-mode-line-update): New function.
3994 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3995 (gdb-exited): Use them.
3996 (gdb-signal): New function.
3997 (gdb-annotation-rules): Provide a rule for it.
3998
3999 2006-03-16 Kenichi Handa <handa@m17n.org>
4000
4001 * international/mule.el (auto-coding-regexp-alist): Add entries
4002 for Unicode BOM.
4003
4004 * sort.el (sort-build-lists): Temporarily bind
4005 inhibit-field-text-motion to t.
4006
4007 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4008
4009 * locate.el (locate-command, locate-make-command-line)
4010 (locate-fcodes-file, locate-update-command)
4011 (locate-prompt-for-command, locate, locate-with-filter)
4012 (locate-get-file-positions): Doc fixes.
4013 (locate-buffer-name, locate-header-face): Remove leading `*' in
4014 defcustom.
4015 (locate-filter-output): Use `keep-lines' instead of its alias
4016 `delete-non-matching-lines'.
4017 (locate-get-filename, locate-get-dirname): Add introductory comment.
4018 (locate-find-directory-other-window): Give appropriate error
4019 message if used outside main listing.
4020
4021 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4024 the new extend-region feature.
4025 (font-lock-after-change-function): Update correspondingly.
4026 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4027 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4028
4029 2006-03-15 Bill Wohler <wohler@newt.com>
4030
4031 * image.el (image-load-path-for-library): Fix example by not
4032 recommending that one binds image-load-path. Just defvar it to
4033 placate compiler and only use it if previously defined.
4034
4035 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4036
4037 * textmodes/org.el (org-insert-centered): Use `string-width' to
4038 make underlining work for wide characters.
4039 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4040 TAB to `org-cycle', to make sure that no binding in
4041 `outline-mode-map' can supercede it.
4042
4043 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4044
4045 * allout.el: Increment version to 2.2.1 in file commentary.
4046
4047 (allout-version): Increment to 2.2.1.
4048
4049 (allout-default-layout): New customization variable, used when the
4050 file lacks a specific allout-layout. Uses allout-layout-type for
4051 recursively nested definition.
4052
4053 (allout-layout-type): Widget defining allout layouts, necessary for
4054 self-recursive definition.
4055
4056 (allout-mode): Incorporate allout-default-layout as fallback for
4057 allout-layout.
4058
4059 (allout-layout): Mark as 'safe-local-variable', and refer mention
4060 fallback to `allout-default-layout' in absence of a specified value.
4061 (allout-passphrase-verifier-string)
4062 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4063
4064 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4065
4066 (allout-get-encryption-passphrase-verifier): Use correct name of
4067 passphrase verifier in docstring.
4068
4069 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4072 elements.
4073 (gdb-find-watch-expression): Make it work for arrays too.
4074 Follow change to gdb-var-list.
4075 (gud-watch): Allow the user to enter variable name with a prexix
4076 arg. Create keybindings.
4077 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4078 (gdb-var-list-children-handler, gdb-var-update-handler)
4079 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4080 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4081 Follow change to gdb-var-list.
4082 (gdb-starting): Don't show the overlay arrows when program is running.
4083
4084 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4085 gdb-var-list.
4086
4087 2006-03-14 Bill Wohler <wohler@newt.com>
4088
4089 * image.el (image-load-path-for-library): Pass value of path
4090 rather than symbol. Always return list of directories.
4091 Guarantee that image directory comes first.
4092
4093 2006-03-14 Alan Mackenzie <acm@muc.de>
4094
4095 * font-core.el (font-lock-extend-region\(-function\)?.):
4096 New function/variable.
4097
4098 * font-lock.el (font-lock-after-change-function):
4099 Call font-lock-extend-region. Obey font-lock-lines-before.
4100 (font-lock-default-fontify-region): Remove reference to
4101 font-lock-lines-before.
4102
4103 * jit-lock.el (jit-lock-after-change):
4104 Call font-lock-extend-region. Obey font-lock-lines-before.
4105
4106 2006-03-14 David Ponce <david@dponce.com>
4107
4108 * tree-widget.el (tree-widget-themes-load-path)
4109 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4110
4111 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4112
4113 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4114 (rcirc-print): Mark the start of text at the end of the prompt.
4115 (rcirc-track-minor-mode): Add autoload cookie.
4116 (rcirc-update-activity-string): Add space to front of mode-line
4117 indicator.
4118
4119 2006-03-13 Miles Bader <miles@gnu.org>
4120
4121 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4122 (rcirc-abbrev-nick): Remove function.
4123 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4124
4125 2006-03-13 David Ponce <david@dponce.com>
4126
4127 * tree-widget.el: Handle themes across all occurrences of the main
4128 themes sub-directory found in tree-widget-themes-load-path.
4129 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4130 (tree-widget--locate-sub-directory): Return all occurrences.
4131 (tree-widget-themes-path): New function.
4132 Replace tree-widget-themes-directory, and return a list of directories.
4133 (tree-widget-set-parent-theme)
4134 (tree-widget-lookup-image): Use it.
4135
4136 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4137
4138 * textmodes/org.el (org-link-search): Avoid self-matching of
4139 links, allow target text to be distributed over several lines.
4140 (org-search-not-link): New function.
4141 (org-set-regexps-and-options, org-get-current-options):
4142 New startup options.
4143 (org-export-as-html): Take odd-level setting from local variable.
4144 (org-fontify-emphasized-text): New option.
4145 (org-set-font-lock-defaults): Include emphasized text.
4146 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4147 (org-font-lock): Customize group renamed from `org-faces'.
4148
4149 2006-03-13 John Paul Wallington <jpw@pobox.com>
4150
4151 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4152 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4153
4154 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4155
4156 * cus-start.el (all): Delete :version keyword for members of the
4157 fringe group, since the entire group is new in 22.1.
4158
4159 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4162 map if value is hexadecimal (an address).
4163 (gud-watch): Only search roots for existing watch expressions.
4164 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4165 prevent caching problems with speedbar-update-directory-contents.
4166
4167 2006-03-12 Juri Linkov <juri@jurta.org>
4168
4169 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4170 before comparing with `low' and `warn'.
4171
4172 * info.el (Info-dir-remove-duplicates): Move point to the
4173 beginning of the current line after deleting the entries from
4174 redundant heading. Use marker for `limit' and compare it with
4175 point before calling `re-search-forward'.
4176
4177 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4178
4179 * simple.el (yank): Fix typo in docstring.
4180
4181 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4182
4183 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4184 messages, where "D" is the 6th character.
4185
4186 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4187
4188 * simple.el (yank): Fix last change.
4189
4190 2006-03-11 David Ponce <david@dponce.com>
4191
4192 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4193 merging elements from the standard ispell-dictionary-alist.
4194 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4195 alist, and return the new alist.
4196
4197 2006-03-11 Richard Stallman <rms@gnu.org>
4198
4199 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4200
4201 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4202 the way it is implemented is too unclean.
4203
4204 * simple.el (kill-region, yank): Doc fix.
4205
4206 * battery.el (battery-echo-area-format): Doc fix.
4207 (battery-mode-line-format): Likewise.
4208 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4209 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4210
4211 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4212
4213 * progmodes/octave-mod.el (octave-indent-for-comment):
4214 Behave according to do string.
4215
4216 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4217
4218 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4219 Be visible only if major mode is Mail Mode.
4220
4221 * textmodes/flyspell.el (flyspell-external-point-words)
4222 (flyspell-process-localwords): Fix last changes.
4223
4224 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4225
4226 * calendar/holidays.el (list-holidays): Doc fix.
4227
4228 * international/mule.el (auto-coding-alist): Add .odt
4229 (OpenOffice's open document) files.
4230
4231 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4232 document) files. Mention in the doc string the need to sync with
4233 auto-coding-alist.
4234
4235 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4236
4237 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4238 enable-local-variables is set to always query, or there is no
4239 savable variable.
4240
4241 2006-03-10 Bill Wohler <wohler@newt.com>
4242
4243 * image.el (image-load-path-for-library): Merge at least three
4244 functions from Gnus and MH-E into this one function that can now
4245 be shared.
4246
4247 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4248
4249 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4250 gdb-remove-mouse-face and remove help-echo too.
4251 (gdb-enqueue-input): Correct conditional clause.
4252
4253 2006-03-10 Glenn Morris <rgm@gnu.org>
4254
4255 * calendar/calendar.el (calendar-holidays): Doc fix.
4256 * calendar/holidays.el (list-holidays): Doc fix.
4257
4258 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4259
4260 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4261 it gets called in gdb-prompt anyway.
4262 (gdb-use-separate-io-buffer): Only restore window arrangement for
4263 gdb-many-windows.
4264 (gdb-enqueue-input): Make it harder to send GDB input when program
4265 is running.
4266 (gdb-buffer-list): New variable.
4267 (gdb-remove-mouse-face): New function.
4268 (gdb-starting): Use it when GDB input won't get sent.
4269
4270 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4271
4272 * help.el (view-lossage): Remove trailing whitespace before
4273 inserting "\n".
4274
4275 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * files.el (hack-local-variables-confirm):
4278 Set coding-system-for-read to nil before writing to .emacs.
4279
4280 * arc-mode.el (archive-extract): Check if an existing buffer name
4281 comes from a different archive.
4282
4283 * help.el (describe-key-briefly): If KEY is a down event, read and
4284 discard the up event.
4285
4286 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4287
4288 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4289 be edited and use font-lock-warning-face for any changes.
4290
4291 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4292 (gdb-edit-value): Use it to report any errors.
4293
4294 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4295
4296 * help.el (describe-key): Remove leftover test code.
4297
4298 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4299
4300 * textmodes/org.el: Move defvars out of eval-when-compile.
4301 Use buffer-file-name variable.
4302 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4303 arg `file'.
4304 (org-level-faces): Remove startup dependency.
4305 (org-cycle, org-map-tree, org-scan-tags)
4306 (org-remember-handler): Don't call `outline-level' directly.
4307 (org-mhe-search-all-folders): New option.
4308 (org-mhe-get-message-folder-from-index)
4309 (org-mhe-get-message-folder): Fix indexing search.
4310 (org-format-agenda-item): Handle nil TAGS argument.
4311 (org-cleaned-string-for-export, org-activate-target-links)
4312 (org-make-target-link-regexp): Deal with empty radio target list.
4313 (org-tag): New face.
4314 (org-get-level-face): New function.
4315 (org-set-font-lock-defaults): Simplify setup for headlines.
4316 (org-complete): Pass common substring to `display-completion-list'.
4317
4318 2006-03-06 David Ponce <david@dponce.com>
4319
4320 * tree-widget.el: Update Commentary header.
4321 (tree-widget-theme-name): Ignore parent themes.
4322 (tree-widget-set-parent-theme): New function.
4323 (tree-widget-set-theme): Use it.
4324 (tree-widget-set-image-properties): Move definition. Does nothing
4325 if image properties have already been set.
4326 (tree-widget-image-properties): Move definition. Receive an image
4327 name. Set the :pointer property.
4328 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4329 Don't set the :pointer image property.
4330 (tree-widget-convert-widget): New function. Handle :dynargs
4331 compatibility here.
4332 (tree-widget): Use it to :convert-widget. Add the :expander-p
4333 predicate to control when the :expander function is entered.
4334 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4335 (tree-widget-value-create): Handle :expander-p. widget-apply
4336 :expander.
4337 (tree-widget-expander-p): New function. Default value of the
4338 :expander-p property.
4339
4340 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4341
4342 * help.el (describe-key): Properly handle the return value of
4343 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4344 remaps. Handle string and vector `follow-link' values.
4345
4346 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4347
4348 * complete.el (PC-expand-many-files): Try be more careful when parsing
4349 the shell's output.
4350
4351 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4352
4353 * outline.el (hide-sublevels): Provide better interactive default.
4354
4355 2006-03-06 Kenichi Handa <handa@m17n.org>
4356
4357 * international/fontset.el (create-fontset-from-fontset-spec):
4358 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4359
4360 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4361
4362 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4363 backslashes instead of one in regexp.
4364 (gud-tooltip-dereference): Add missing optional argument.
4365
4366 2006-03-04 John Paul Wallington <jpw@pobox.com>
4367
4368 * wdired.el (toplevel): Require `cl' at compile-time.
4369
4370 2006-03-04 Andreas Schwab <schwab@suse.de>
4371
4372 * server.el (server-process-filter): Handle errors during
4373 evaluation of the argument.
4374
4375 2006-03-03 John Paul Wallington <jpw@pobox.com>
4376
4377 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4378 escape parentheses at beginning of line.
4379 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4380 (t-mouse-mode): Remove period from end of error message.
4381
4382 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4383
4384 * textmodes/flyspell.el (flyspell-process-localwords):
4385 Be case-sensitive.
4386
4387 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4388
4389 * cus-edit.el (custom-quote): Remove function, since it has been
4390 moved to custom.el.
4391
4392 * font-lock.el (lisp-font-lock-keywords-2)
4393 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4394 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4395 they have no special meaning.
4396
4397 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4398 indirect buffer gets killed before indirect buffer. Use dolist.
4399
4400 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4401
4402 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4403 value instead of a literal constant (1) on more pauses.
4404
4405 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4406
4407 * textmodes/flyspell.el (flyspell-external-point-words):
4408 Be case-sensitive.
4409
4410 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4411
4412 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4413 with "www".
4414
4415 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4416
4417 * allout.el: Restablish intermediate missing comment header to
4418 preserve outline structure.
4419 (allout-beginning-of-current-entry): Skip invisible text.
4420 (allout-open-topic): Fix opening a topic at end-of-buffer.
4421 (allout-minor-mode): Move nearer to allout-mode function.
4422
4423 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4424
4425 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4426
4427 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4428
4429 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4430 is nil.
4431
4432 * progmodes/gud.el (gud-speedbar-menu-items):
4433 Use buffer-local-value and add missing :visible keyword.
4434
4435 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4436
4437 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4438
4439 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4440 must be `follow-link'.
4441
4442 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4443
4444 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4445 formatting: No nested anchors.
4446 (org-all-targets): Fix bug with XEmacs compatibility.
4447 (org-read-date): Add (require 'parse-time).
4448 (org-set-tags): Fix bug with extra inserted space.
4449 (org-export-html-style): Define a style class for targets.
4450 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4451 (org-hide-leading-stars): New option.
4452 (org-hide): New face.
4453 (org-set-font-lock-defaults): Allow to hide leading stars.
4454 (org-get-legal-level, org-tr-level): New functions.
4455 (org-odd-levels-only): New option.
4456 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4457 (org-demote, org-promote): Deal with double-star levels.
4458 (org-convert-to-odd-levels): New command.
4459
4460 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4461
4462 * speedbar.el (speedbar-update-localized-contents): Try to
4463 preserve window-start.
4464 (speedbar-update-directory-contents): Try to preserve window-start
4465 and window-point.
4466 (speedbar-update-special-contents): Don't move back to start of window.
4467
4468 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4469 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4470 speedbar-timer-fn.
4471 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4472 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4473 instead of gdb-speedbar-timer-fn.
4474
4475 2006-02-28 Jay Belanger <belanger@truman.edu>
4476
4477 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4478 (math-compose-expr): Use latex option when calling
4479 `math-compose-tex-matrix' for latex mode.
4480
4481 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4482
4483 * speedbar.el: Re-instate comments about developing for speedbar
4484 [this is what info and gdb-ui use even if better methods exist now].
4485
4486 * t-mouse.el: New file.
4487 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4488 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4489 (t-mouse-make-event-element): Use posn-at-x-y instead.
4490 (t-mouse-make-event): Deal with Fedora Core 3.
4491 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4492 (t-mouse-mouse-position-function): New function. Use it instead
4493 of advising mouse-position.
4494 (t-mouse-mode): New minor mode.
4495 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4496
4497 2006-02-27 Glenn Morris <rgm@gnu.org>
4498
4499 * calendar/calendar.el (calendar-holidays): Doc fix.
4500
4501 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4502
4503 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4504 Re-introduce the concept of a source window.
4505 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4506 consistency with get-buffer-create.
4507 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4508 (gdb-data-list-register-values-handler)
4509 (gdb-stack-list-locals-handler): Try to preserve window-start as
4510 well as window-point.
4511 (gdb-display-source-buffer): New function (old concept).
4512 (gdb-goto-breakpoint): Use it.
4513
4514 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4515 for gdb-ui/gdb-mi (old concept).
4516
4517 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4518
4519 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4520 binding.
4521
4522 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4523
4524 * textmodes/reftex-sel.el (reftex-select-label-map)
4525 (reftex-select-bib-map): Add `follow-mouse' binding.
4526
4527 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4528
4529 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4530 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4531 Give :set functions to provide automatic updating.
4532 Update docstring. Give compiler defvars early in the file
4533 and move the defcustoms to a later spot where all called functions
4534 are defined.
4535 (jka-compr-file-name-handler-entry): Doc fix.
4536 (jka-compr-compression-info-list--internal)
4537 (jka-compr-mode-alist-additions--internal)
4538 (jka-compr-load-suffixes--internal): New variables.
4539 (jka-compr-install): Set the three above variables.
4540 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4541 (jka-compr-update, jka-compr-set): New functions.
4542 (auto-compression-mode): Doc fix.
4543
4544 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4545 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4546 Use jka-compr-compression-info-list--internal,
4547 jka-compr-mode-alist-additions--internal and
4548 jka-compr-load-suffixes--internal.
4549
4550 * files.el (load-library):
4551 * loadhist.el (file-loadhist-lookup):
4552 * startup.el (command-line):
4553 * subr.el (locate-library):
4554 * emacs-lisp/autoload.el (update-directory-autoloads):
4555 * emacs-lisp/find-func.el (find-library-suffixes):
4556 Use `get-load-suffixes' instead of `load-suffixes'.
4557
4558 * subr.el (locate-library):
4559 * emacs-lisp/find-func.el (find-library-name):
4560 Use `load-file-rep-suffixes' instead of '("").
4561
4562 2006-02-26 Kim F. Storm <storm@cua.dk>
4563
4564 * ido.el (ido-save-history, ido-load-history): Simplify.
4565 Don't use find-file-noselect to avoid interference from other modes.
4566
4567 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4568
4569 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4570 to use the default shell if filename is not available.
4571 Reported by Giorgos Keramidas.
4572
4573 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4574
4575 * progmodes/etags.el (tags-completion-table): Do completion from
4576 all the tables in the current list, as documented in the manual.
4577
4578 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4579
4580 * CC Mode Update to 5.31.3.
4581
4582 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4583
4584 * progmodes/cc-mode.el (c-postprocess-file-styles):
4585 Bind inhibit-read-only to t, around the call to
4586 c-remove-any-local-eval-or-mode-variables, so that it works on a
4587 RO file.
4588
4589 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4590
4591 * progmodes/cc-awk.el: Correct a typo.
4592
4593 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4594
4595 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4596 c-hungry-delete-backwards, at the request of RMS. Leave the old
4597 name as an alias.
4598
4599 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4600
4601 * progmodes/cc-mode.el: Correct a typo.
4602
4603 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4604
4605 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4606
4607 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4608
4609 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4610 brace-else-brace (error due to mbeg, mend being undefined).
4611
4612 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4613
4614 * progmodes/cc-mode.el: File Local variables: Solve the problem
4615 where both `mode' and c-file-offsets are specified: `mode' will
4616 overwrite c-f-o's settings:
4617 (c-remove-any-local-eval-or-mode-variables): New function.
4618 (c-postprocess-file-styles): Call the above new function, within
4619 c-tentative-buffer-change, to splat `mode' and `eval' before the
4620 second hack-local-variables.
4621
4622 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4623
4624 * progmodes/cc-mode.el:
4625 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4626 (c-after-change): Protect the match data with save-match-data.
4627 It was getting corrupted by c-after-change-check-<>-operators.
4628
4629 * cc-defs.el: [Supersedes patch V1.38]:
4630 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4631 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4632
4633 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4634 with save-match-data. It was being corrupted when Font Lock was
4635 not enabled.
4636
4637 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4638
4639 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4640 Mode and Subword Mode.
4641
4642 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4643 real labels ("case 1:" or "foo:") from non-labels ("public:").
4644 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4645 coding; c-f-t-2 doesn't move over a token at EOB.
4646
4647 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4648
4649 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4650 (c-update-modeline): Concatenate the minor mode indicators
4651 directly onto mode-name, removing c-submode-indicators.
4652 Sometimes, c-s-i got separated from the mode name on the mode line.
4653
4654 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4655 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4656
4657 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4658
4659 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4660 error message when there's an evaluation error to show whether
4661 it's loaded from source or not.
4662 (c-filter-ops): Make it available at runtime too to work when
4663 `c-make-init-lang-vars-fun' needs to evaluate from source.
4664
4665 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * help.el (help): Revert last part of 2006-02-23 change (deletion
4668 of the `provide' call).
4669
4670 2006-02-23 Juri Linkov <juri@jurta.org>
4671
4672 * compare-w.el (compare-windows-highlight): Add new value
4673 `persistent' and change :type from `boolean' to `choice'.
4674 (compare-windows-overlays1, compare-windows-overlays2):
4675 New internal variables.
4676 (compare-windows-highlight): If compare-windows-highlight is
4677 `persistent', add current overlays to compare-windows-overlays[12]
4678 instead of adding compare-windows-dehighlight to pre-command-hook.
4679 (compare-windows-dehighlight): Delete all overlays from
4680 compare-windows-overlays[12].
4681
4682 * info.el (Info-search): Don't bind search-spaces-regexp to
4683 Info-search-whitespace-regexp in non-regexp isearch mode.
4684
4685 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4688
4689 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4690
4691 * textmodes/org.el (org-xemacs-p)
4692 (org-export-html-show-new-buffer, org-table-may-need-update)
4693 (org-insert-item, org-mhe-get-message-real-folder)
4694 (org-mhe-get-message-folder-from-index)
4695 (org-mhe-get-message-folder, org-mhe-get-message-num)
4696 (org-mhe-get-header, org-make-org-heading-search-string)
4697 (org-make-org-heading-camel, org-table-sort-lines)
4698 (org-format-org-table-html, org-format-table-table-html):
4699 Fix typos in docstrings.
4700
4701 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4702
4703 * textmodes/org.el (org-cleaned-string-for-export)
4704 (org-solidify-link-text): New function.
4705 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4706 XEmacs, just to silence the compiler.
4707 (org-export-as-ascii, org-export-as-html-and-open):
4708 Use `org-cleaned-string-for-export' and create internal links.
4709 (org-follow-mhe-link): Require mh-e, use folder.
4710
4711 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4712
4713 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4714
4715 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4716 gdb-debug-log-length.
4717 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4718 it a real ring but...
4719 (gud-gdba-marker-filter): ...make it work like mark-ring.
4720 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4721 (gdb-mouse-jump): New function. Add bindings.
4722
4723 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4724
4725 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4726 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4727 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4728 (gdb-debug-log-length): Customize it's length.
4729 (gud-watch, gdb-var-create-handler): Display function::var format
4730 but don't use to create variable object.
4731 (gdb-var-create-handler): Use message-box in place of message.
4732 (gdb-stopped): Call gdb-exited if signalled.
4733
4734 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4735
4736 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4737
4738 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4739
4740 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4741 if `reftex-try-all-extensions' is set.
4742
4743 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4744 fail silently when there is no valid argument at point.
4745 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4746 `fail-silently' argument. From a patch by David Reiter.
4747
4748 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4749 New commands.
4750 (org-mark-ring): New variable.
4751 (org-mark-ring-length): New option.
4752 (org-open-at-point, org-goto, org-open-file): Push old position
4753 onto the mark ring.
4754 (org-add-hook): New function.
4755 (org-export-table-remove-special-lines): New option.
4756 (org-skip-comments, org-format-org-table-html): Respect new
4757 option `org-export-table-remove-special-lines'.
4758 (org-open-file): Allow special command configuration for
4759 directory link.
4760 (org-file-apps): Fix bugs in customize type, added setting
4761 for directories.
4762 (org-activate-tags, org-format-agenda-item, org-complete)
4763 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4764 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4765 (org-link-search, org-make-org-heading-search-string)
4766 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4767 (org-radio-targets, org-file-link-context-use-camel-case)
4768 (org-activate-camels): New options.
4769 (org-update-radio-target-regexp, org-all-targets)
4770 (org-make-target-link-regexp, org-activate-target-links):
4771 New functions.
4772 (org-make-org-heading-search-string): New function.
4773 (org-store-link, org-insert-link): Use new option
4774 `org-file-link-context-use-camel-case'.
4775 (org-activate-camels): Use new option `org-activate-camels'.
4776 (org-link-regexp): Add mhe prefix.
4777 (org-open-at-point, org-store-link): Support for mhe links.
4778 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4779 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4780 (org-mhe-get-header, org-follow-mhe-link): New functions.
4781 (org-remove-angle-brackets, org-add-angle-brackets):
4782 New functions.
4783 (org-bracket-link-regexp): New constant.
4784 (org-read-date): Fix bug that was rejecting all typed dates.
4785 (org-link-search): Make hierarchy above visible after a match.
4786 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4787 (org-store-link): Fix bug with link creation when cursor is in
4788 an empty line.
4789 (org-open-at-point): Fix bug with matching a link.
4790 Fixed buggy argument sequence in call to `org-view-tags'.
4791 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4792 (org-prefix-has-tag): New variable.
4793 (org-format-agenda-item): Remove tags from headline
4794 if appropriate.
4795 (org-agenda-remove-tags-when-in-prefix): New option.
4796
4797 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4798
4799 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4800 Fix the regular expressions.
4801
4802 2006-02-21 Richard M. Stallman <rms@gnu.org>
4803
4804 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4805 if there's no other specific basis.
4806
4807 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4808 as variables at all.
4809 (unsafep-variable): Rename arg; doc fix.
4810
4811 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4812
4813 * calendar/appt.el (diary-selective-display): Add defvar.
4814
4815 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4816
4817 * isearch.el (search-whitespace-regexp): Fix custom type.
4818
4819 * help.el (describe-key-briefly): Compute interactive args
4820 in same was as before previous change.
4821
4822 * files.el (enable-local-variables): Doc fix.
4823
4824 2006-02-21 Kim F. Storm <storm@cua.dk>
4825
4826 * fringe.el: Cleanup as file is now pre-loaded.
4827 (fringe-bitmaps): Initialize unconditionally.
4828 (fringe-mode, set-fringe-style): Remove autoload cookies.
4829
4830 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4831
4832 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4833 `horizontal-bar'.
4834 (fringe-cursor-alist): Use `horizontal-bar'.
4835
4836 2006-02-20 Kim F. Storm <storm@cua.dk>
4837
4838 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4839 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4840
4841 * loadup.el: Load "fringe" on window systems.
4842
4843 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4844
4845 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4846 out of scope components.
4847
4848 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4849 default.
4850
4851 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4852
4853 * custom.el (customize-mark-to-save, customize-mark-as-set):
4854 Load the symbol first.
4855
4856 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4857
4858 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4859 strech spec so it doesn't display as "^J" on the header line
4860 when `Buffer-menu-use-header-line' is t.
4861
4862 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * speedbar.el (speedbar-make-button): Keep text properties
4865 of string arguments if desired.
4866
4867 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4868 expessions.
4869
4870 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4871 of speedbar.
4872
4873 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4874
4875 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4876 to value of `read-file-name-completion-ignore-case'.
4877
4878 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4879
4880 * custom.el (customize-mark-as-set): Push to `user' theme.
4881
4882 * cus-edit.el (custom-save-variables): Allow unthemed values.
4883 (customize-set-variable): Push setting to `user' theme.
4884
4885 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4886
4887 * progmodes/gud.el: Don't require font-lock as it's now
4888 automatically loaded.
4889 (gud-speedbar-buttons): Replace gdb-var-changed with
4890 gdb-force-update.
4891
4892 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4893 gdb-var-changed.
4894 (gdb-post-prompt): Use it.
4895 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4896 (gdb-var-update-handler, gdb-var-delete)
4897 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4898 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4899 gdb-force-update in gdb-post-prompt.
4900 (gdb-reset): Clear watch expressions from speedbar when quitting.
4901
4902 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4903
4904 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4905 (viper-change-state-to-vi, viper-change-state-to-emacs):
4906 Make aware of cursor coloring in the Emacs state.
4907 (viper-special-read-and-insert-char): Use read-char-exclusive.
4908 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4909
4910 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4911
4912 * viper-util.el (viper-save-cursor-color)
4913 (viper-get-saved-cursor-color-in-replace-mode)
4914 (viper-get-saved-cursor-color-in-insert-mode)
4915 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4916 state.
4917 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4918
4919 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4920 (ediff-ignore-case-option3, ediff-actual-diff-options)
4921 (ediff-actual-diff3-options): New variables to control case sensitivity.
4922 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4923 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4924 (ediff-toggle-ignore-case): New function.
4925 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4926
4927 * ediff-help.el (ediff-long-help-message-narrow2)
4928 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4929 (ediff-long-help-message-word-mode): Add ignore-case command.
4930 (ediff-help-for-quick-help): Add ignore-case command.
4931
4932 * ediff-merg.el: Move provide to the end.
4933
4934 * ediff-ptch.el: Move provide to the end.
4935
4936 * ediff-wind.el: Move provide to the end.
4937
4938 * ediff-mult.el: Move provide to the end.
4939 (ediff-set-meta-overlay): Enable follow-link.
4940
4941 * ediff.el: Move provide to the end.
4942 Break recursive load cycle in eval-when-compile.
4943 (ediff-patch-buffer): Better heuristics.
4944
4945 * ediff-util.el: Move provide to the end.
4946 Break recursive load cycle in eval-when-compile.
4947 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4948 defuns.
4949 (ediff-submit-report): Pass the values of ediff-diff3-program,
4950 ediff-diff3-options.
4951
4952 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4953
4954 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4955 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4956 `' (for example, in the docstring of `windmove-default-keybindings').
4957
4958 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4959
4960 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4961 shadow face. Don't provide binding to edit variable when it is
4962 out of scope.
4963
4964 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4965 (gdb-var-update-handler): Detect out of scope variables with pre
4966 GDB 6.4 too.
4967 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4968 Reset status of variable objects to nil in update handlers.
4969 (gdb-var-update-handler-1): Detect when a variable object comes
4970 in scope. setcar on var changes gdb-var-list directly.
4971
4972 2006-02-17 Juri Linkov <juri@jurta.org>
4973
4974 * ffap.el (ffap) <defface>: Add explicit face declaration.
4975 (ffap-highlight): Use face `ffap' directly instead of checking
4976 for its existence.
4977
4978 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4979 `visible-ok' of `other-buffer' to find the right original buffer.
4980
4981 * info.el (Info-search): Skip `Local Variables' node.
4982
4983 2006-02-17 Juri Linkov <juri@jurta.org>
4984
4985 * info.el (Info-find-file): Check for symbols `apropos', `history',
4986 `toc' in the input filename, and return these symbols as is.
4987 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4988 `history', `toc' instead of strings.
4989 (Info-set-mode-line): For non-string Info-current-file use the
4990 symbol's name inside **.
4991 (Info-isearch-push-state): Add quote before Info-current-file and
4992 Info-current-node.
4993 (Info-isearch-pop-state): Use `equal' instead of `string='.
4994 (Info-extract-pointer, Info-following-node-name): Use
4995 `match-string-no-properties' instead of `match-string'.
4996 (Info-up): Check `old-file' for `stringp'.
4997 (Info-history): Use `equal' instead of `string-equal'.
4998 Check `file' for `stringp'.
4999 (Info-history): Use symbol `history' instead of string as first arg
5000 of `Info-find-node'.
5001 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5002 `toc' instead of string.
5003 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5004 instead of `buffer-substring', and `match-string-no-properties'
5005 instead of `match-string'.
5006 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5007 instead of strings.
5008 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5009 Use symbol `apropos' instead of string.
5010 (Info-copy-current-node-name): Check `Info-current-file' for
5011 `stringp' and construct a command with `Info-find-node' from it.
5012 (Info-fontify-node): Use `match-string-no-properties' instead of
5013 `match-string' and check file names for `stringp'.
5014 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5015 `history', `toc' instead of strings.
5016
5017 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5018
5019 * files.el: Rearrange functions and variables in the file local
5020 variables section.
5021
5022 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5023
5024 * files.el: Add truncate-lines, ispell-check-comments and
5025 ispell-local-dictionary as safe local variables.
5026
5027 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5028
5029 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5030 out of scope variables.
5031 (gud-speedbar-buttons): Use unless.
5032
5033 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5034 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5035 (gdb-show-changed-values): Also use for out of scope variables.
5036 (gdb-var-update-handler-1): Note if variable goes out of scope.
5037
5038 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5039
5040 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5041 default to global variable values for unsupplied args.
5042 (rcirc-get-buffer-create): Fix bug with setting the target.
5043 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5044 test for rcirc-always-use-server-buffer-flag here.
5045 (rcirc-response-formats): Add %N, which is a facified nick. %n
5046 uses the default face. Change the ACTION format string. If the
5047 "nick" is the server, don't print anything for that field.
5048 Comment fixes.
5049 (rcirc-target-buffer): Don't test
5050 rcirc-always-use-server-buffer-flag here.
5051 (rcirc-print): Squeeze extra spaces out of the text before message.
5052 (rcirc-put-nick-channel): Strip potential "@" char from nick
5053 before adding them to nick table.
5054 (rcirc-url-regexp): Improve to match address like "foo.com".
5055
5056 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5057
5058 * allout.el (allout-hidden-p): Move this defsubst before
5059 allout-overlay-interior-modification-handler, where it is first
5060 used.
5061
5062 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5063
5064 * allout.el: Use allout invisible-text overlays instead of
5065 selective display for concealed text. Also, lots of general
5066 cleanup, and improved compatibility code.
5067
5068 (allout-version) Incremented, corrected, revised, and refined
5069 module commentary.
5070
5071 (provide 'allout): Moved to the bottom, added a require of overlay.
5072
5073 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5074 `except-current'.
5075 (allout-write-file-hook-handler): Minimize delay.
5076 (count-trailing-whitespace-region): New function so
5077 auto-encryption of current topic can resituate cursor exactly.
5078 PGP/GPG encryption trims trailing whitespace from lines, which
5079 must be accounted for across encryption then decryption.
5080
5081 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5082 just plain "\C-c", to avoid intruding on user's keybinding space.
5083
5084 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5085 parameter, so user request to provide a new password is done.
5086
5087 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5088 Refined mechanism for auto-filling behavior while in allout mode.
5089
5090 (allout-mode): Explicitly specify the mode map in the docstring.
5091 Clarify provision for various write-file hook var names.
5092 Adjusted for invisible-text overlays instead of selective-display.
5093
5094 (allout-depth): Really return 0 if not within any topic. This
5095 rectifies `allout-beginning-of-level' and sequence numbering
5096 errors that occur when cutting and pasting numbered topics.
5097 Changed from a in-line subst to a regular function, as well.
5098
5099 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5100
5101 (allout-end-of-subtree, allout-end-of-subtree)
5102 (allout-end-of-entry, allout-end-of-current-heading)
5103 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5104 (allout-show-children, allout-show-to-offshoot)
5105 (allout-hide-current-entry, allout-show-current-entry): Rectified
5106 handling of trailing blank lines between items.
5107
5108 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5109 (allout-current-depth, allout-unprotected, allout-hidden-p)
5110 (allout-on-current-heading-p, allout-listify-exposed)
5111 (allout-chart-subtree, allout-goto-prefix)
5112 (allout-back-to-current-heading, allout-get-body-text)
5113 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5114 (allout-hide-region-body, allout-toggle-subtree-encryption)
5115 (allout-encrypt-string, allout-encrypted-key-info)
5116 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5117 (allout-file-vars-section-data): Adjusted for use with
5118 invisible-text overlays instead of selective-display.
5119
5120 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5121 Reworked for use with invisible text overlays.
5122
5123 (allout-current-topic-collapsed-p): New function.
5124
5125 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5126 to know when to close the containing topic.
5127
5128 (allout-pre-command-business, allout-post-command-business):
5129 Simplify undo-batching and dynamic isearch exposure.
5130
5131 (allout-set-overlay-category): New for invisible-text overlays.
5132 Sets properties of allout-overlay-category, used by
5133 allout-flag-region to set invisible-text overlay properties.
5134 (allout-get-invisibility-overlay): Get the first qualifying
5135 invisibility overlay, so we can find the extent of it.
5136 (allout-back-to-visible-text): Get to just before the beginnining
5137 of the current invisibility overlay, if any.
5138
5139 (allout-overlay-insert-in-front-handler)
5140 (allout-overlay-interior-modification-handler)
5141 (allout-before-change-handler, allout-isearch-end-handler): New
5142 functions to handle extraordinary actions affecting concealed
5143 text.
5144
5145 (allout-flag-region): Use overlays instead of selective-display
5146 for invisible text - by inheritence from the properties of
5147 allout-overlay-category in mainline Emacs, and applied
5148 property-by-property in XEmacs, some recent versions of which
5149 don't inherit the properties from the category. Provisions to
5150 respond to concealed-text edits simplified drastically.
5151
5152 (allout-isearch-rectification, allout-isearch-was-font-lock)
5153 (allout-isearch-expose, allout-enwrap-isearch)
5154 (allout-isearch-abort, allout-pre-was-isearching)
5155 (allout-isearch-prior-pos, allout-isearch-did-quit)
5156 (allout-isearch-dynamic-expose)
5157 (allout-hide-current-entry-completely): Functions deleted.
5158
5159 (allout-undo-aggregation): Explicit undo aggregation no longer
5160 necessary due to transition away from selective-display.
5161
5162 (set-allout-regexp, allout-up-current-level)
5163 (allout-next-visible-heading, allout-forward-current-level)
5164 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5165 (allout-kill-line, allout-yank-processing, allout-show-children)
5166 (allout-expose-topic, allout-old-expose-topic)
5167 (allout-listify-exposed, allout-insert-latex-header)
5168 (allout-toggle-subtree-encryption, allout-encrypt-string)
5169 (remove-from-invisibility-spec, allout-hide-current-subtree):
5170 Ditched unused variables.
5171
5172 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5173
5174 * textmodes/ispell.el (ispell-change-dictionary): Call
5175 ispell-buffer-local-dict instead of
5176 ispell-accept-buffer-local-defs.
5177 (ispell-local-dictionary-alist): Accept as valid any coding-system
5178 supported by Emacs.
5179 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5180 changed to iso-8859-3.
5181
5182 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5183
5184 * speedbar.el (speedbar-frame-width): Make an inline function
5185 instead of a macro. Use frame-width.
5186 (speedbar-try-completion, speedbar-update-contents)
5187 (speedbar-timer-fn): Use consp.
5188 (speedbar-update-localized-contents): Try to preserve point.
5189
5190 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5191 (menu): Re-order menu items.
5192 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5193 field.
5194 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5195 (gdb-post-prompt): Speed things by not forcing update.
5196
5197 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5198
5199 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5200 press and perform default action if we get a mouse movement event.
5201
5202 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5203
5204 * calendar/icalendar.el (icalendar--get-event-property)
5205 (icalendar--get-event-property-attributes): Fix typos in
5206 docstrings.
5207
5208 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5209 docstring.
5210
5211 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5212
5213 * bs.el (bs-mode): Use `buffer-disable-undo'.
5214 (bs--get-file-name): Simplify.
5215 (bs-show-in-buffer): Mark the buffer as not modified.
5216
5217 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5218
5219 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5220 widget-button-click.
5221
5222 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5223 (custom-mode): Update docstring.
5224
5225 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5226 binding.
5227
5228 * files.el (hack-local-variables-confirm): Allow scrolling if the
5229 file variable list is too long. Kill temp buffer after use.
5230
5231 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5232
5233 * progmodes/gud.el (gdb): Improve doc string.
5234 (gdb-script-font-lock-keywords): Expand allowed character set.
5235
5236 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5237 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5238 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5239 (gdb-separate-io-stop, gdb-separate-io-eof):
5240 Rename from gdb-inferior-* to gdb-separate-*.
5241 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5242
5243 2006-02-14 Jay Belanger <belanger@truman.edu>
5244
5245 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5246 expression is a symbol before checking that it is bound.
5247
5248 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5249 test to see if equation can be solved.
5250
5251 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * wid-edit.el (widget-button-click): Use :pressed-face property
5254 for overlay face, if it exists.
5255
5256 * cus-edit.el (custom-manual, custom-add-see-also)
5257 (custom-add-parent-links, custom-group-link): Add :pressed-face
5258 property to links.
5259
5260 * files.el (hack-local-variables): Remove ignored variables before
5261 checking if any variables need setting.
5262
5263 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5264
5265 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5266
5267 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5268
5269 * help.el (where-is): Fix message for remapped commands.
5270
5271 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5272 Fix typos in docstrings.
5273
5274 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * files.el (safe-local-variable-values): New option.
5277 (hack-local-variables-prop-line): Return a list of variable-value
5278 pairs if MODE-ONLY is non-nil.
5279 (hack-local-variables): Construct list of variable-value pairs,
5280 and apply or reject them in one go. Ask for confirmation if
5281 variables are not known safe.
5282 (hack-local-variables-confirm): Complete rewrite. Support
5283 `safe-local-variable-values'.
5284 (enable-local-variables): Update docstring to reflect new
5285 behavior.
5286 (ignored-local-variables): Ignore ignored-local-variables and
5287 safe-local-variable-values.
5288 (safe-local-variable-p): New function.
5289 (risky-local-variable-p): `safe-local-variable' property check
5290 moved to safe-local-variable-p.
5291 (hack-one-local-variable): Checks moved to hack-local-variables.
5292
5293 (byte-compile-dynamic, c-basic-offset, c-file-style)
5294 (c-indent-level, comment-column, fill-column, fill-prefix)
5295 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5296 (no-update-autoloads, outline-regexp, page-delimiter)
5297 (paragraph-start, paragraph-separate, sentence-end)
5298 (sentence-end-double-space tab-width, version-control):
5299 Add `safe-local-variable' property.
5300
5301 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5302
5303 * icomplete.el, play/landmark.el: Change nonexistent
5304 `outline-layout' file variable to `allout-layout'.
5305
5306 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5309 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5310 to gud-comint-buffer.
5311 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5312 gdb-ui.el for gdb-mi.el.
5313 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5314 registers buffer to gdb-get-changed-registers.
5315 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5316 deletion of catchpoints (throw and catch).
5317 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5318 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5319 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5320 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5321 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5322
5323 2006-02-13 Jay Belanger <belanger@truman.edu>
5324
5325 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5326 expression is a symbol before checking that it is bound.
5327
5328 2006-02-13 Richard M. Stallman <rms@gnu.org>
5329
5330 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5331 for the minibuffer too, but not if resize-mini-windows will interfere.
5332
5333 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5334 inside `interactive' spec.
5335 (describe-key-briefly-internal, describe-key-internal):
5336 Functions merged back into their callers.
5337
5338 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5339
5340 * info.el (info-xref-visited): Inherit from info-xref too.
5341 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5342 when propertizing Info-current-file and Info-current-node.
5343
5344 2006-02-13 Juri Linkov <juri@jurta.org>
5345
5346 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5347 (tumme-thumb-name): Fix per-directory format.
5348
5349 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5350
5351 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5352
5353 2006-02-12 Miles Bader <miles@gnu.org>
5354
5355 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5356
5357 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5358
5359 * tumme.el: Remove history section. If someone needs the it, it
5360 can always be found in CVS.
5361
5362 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5363
5364 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5365 about the Thumbnail Managing Standard option.
5366
5367 2006-02-12 Richard M. Stallman <rms@gnu.org>
5368
5369 * subr.el (substitute-key-definition): Doc fix.
5370
5371 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5372
5373 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5374
5375 * info.el (Info-mode): Doc fix.
5376
5377 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5378
5379 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5380
5381 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5382 because on Solaris a POSIX compatible "id" is needed. Reported by
5383 Magnus Henoch <mange@freemail.hu>.
5384
5385 2006-02-12 Juri Linkov <juri@jurta.org>
5386
5387 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5388 (tumme) <defgroup>: Change :group to `multimedia'.
5389 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5390 Managing Standard.
5391 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5392 Fix dostring.
5393 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5394 and %y. Fix docstring.
5395 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5396 (tumme-cmd-create-standard-thumbnail-command): New user options.
5397 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5398 is `standard'. Fix docstring.
5399 (tumme-thumb-width, tumme-thumb-height): New user options.
5400 (tumme-external-viewer): Try to find various viewers.
5401 (tumme-get-thumbnail-image): Use `create-image' instead of
5402 constructing the `image' structure.
5403 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5404 `standard'.
5405 (tumme-thumb-name): Add file name generation for standard storage.
5406 Simplify code for other storages.
5407 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5408 Add modification time %m and thumbnail-nq8 %q.
5409 Use `tumme-cmd-create-standard-thumbnail-command' if
5410 tumme-thumbnail-storage is `standard'.
5411 (tumme-dired-insert-marked-thumbs): New autoload command.
5412 (tumme-dired-after-readin-hook): New function.
5413 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5414 `tumme-thumb-size'.
5415 (tumme-display-image): Replace size-x %x and size-y %y with
5416 width %w and height %h.
5417
5418 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5419 `tumme-dired-insert-marked-thumbs'.
5420
5421 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5422
5423 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5424 include path).
5425 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5426 matching tag.
5427
5428 2006-02-12 Miles Bader <miles@gnu.org>
5429
5430 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5431 New variables.
5432 (rcirc-abbrev-nick): New function.
5433 (rcirc-format-response-string): Rewrite to use the formats in
5434 `rcirc-response-formats' and expand escape sequences therein.
5435 A text-property `rcirc-text' is added over the actual response
5436 text to make easy to find inside the returned string.
5437 (rcirc-print): When filling, just look for the `rcirc-text'
5438 text-property to find the appropriate fill prefix, instead of
5439 using hardwired patterns.
5440
5441 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5442
5443 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5444 Managing Standard.
5445
5446 2006-02-11 Kim F. Storm <storm@cua.dk>
5447
5448 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5449 Don't use insert-buffer; do insert-buffer-substring directly.
5450 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5451
5452 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5453
5454 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5455 with inhibit-read-only. Suggested by Stefan Monnier.
5456 (revert-buffer): Let insert-file-contents discard
5457 buffer-undo-list. Simplify code.
5458 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5459
5460 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5461
5462 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5463
5464 * help.el (describe-key-briefly): Now a wrapper for
5465 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5466 to t. Populate yank-menu if empty.
5467 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5468 (describe-key): Now a wrapper for describe-key-internal. Bind
5469 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5470 (describe-key-internal): Renamed from describe-key.
5471
5472 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5473
5474 * progmodes/glasses.el (glasses-separator): Doc fix.
5475 (glasses-original-separator): New defcustom.
5476 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5477
5478 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5479
5480 * mwheel.el (mouse-wheel-up-event): Doc fix.
5481
5482 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5483
5484 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5485 (tumme-dir): New function. Copied from thumbs.el.
5486
5487 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5488
5489 * desktop.el (desktop-outvar): Fix typo.
5490 (desktop-save-buffer-p): Doc fix.
5491
5492 * subr.el (substitute-key-definition): Fix typo.
5493
5494 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5495
5496 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5497 when window-system is mac.
5498
5499 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5500
5501 2006-02-10 Kim F. Storm <storm@cua.dk>
5502
5503 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5504 indirect-function instead of using condition-case.
5505
5506 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5507
5508 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5509 less `colloquial'...
5510
5511 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5512
5513 * tumme.el: Add a couple of todo items.
5514
5515 2006-02-09 Lars Hansen <larsh@soem.dk>
5516
5517 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5518 (highlight-changes-mode): Don't change desktop-locals-to-save.
5519
5520 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5521
5522 * image-mode.el (image-toggle-display): Clear image cache if using
5523 filename.
5524
5525 2006-02-09 Masatake YAMATO <jet@gyve.org>
5526
5527 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5528 a `dired-man' target.
5529
5530 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5531 boundary of symbols.
5532
5533 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5534
5535 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5536
5537 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5540 `mapcar'; return nil.
5541
5542 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5543
5544 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5545 some other event.
5546
5547 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5548
5549 * net/rcirc.el (rcirc-startup-channels-alist):
5550 Add irc.freenode.net and #emacs as defaults.
5551 (rcirc-ignore-all-activity-flag): Remove variable.
5552 (rcirc-authinfo): New variable.
5553 (rcirc-authinfo-filename): Remove variable.
5554 (rcirc-always-use-server-buffer-flag): New flag.
5555 (rcirc): M-x rcirc will automatically connect without prompting.
5556 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5557 connection in lisp.
5558 (rcirc-process-server-response-1): Remove everything but the nick
5559 portion of the sender so it doesn't need to be done everywhere
5560 else. Update related code.
5561 (global-map): Remove global keybindings.
5562 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5563 (rcirc-send-input): Split into several functions.
5564 (rcirc-process-input-line, rcirc-process-message)
5565 (rcirc-process-command): New functions.
5566 (rcirc-target-buffer): New function to determine where to route
5567 messages.
5568 (rcirc-user-nick): Save match data.
5569 (rcirc-toggle-ignore-buffer-activity)
5570 (rcirc-update-activity-string): Remove global ignore functionality,
5571 which can be done now by toggling rcirc-track-minor-mode.
5572 (rcirc-track-minor-mode-map): New keymap.
5573 (rcirc-track-minor-mode): New minor-mode.
5574 (ignore): Make the ignore output nicer. Always print it when
5575 adding or removing nicks.
5576 (rcirc-url-regexp): Improve.
5577 (rcirc-mangle-text): Remove properties before using text in the
5578 modeline.
5579 (rcirc-authenticate): Authentication data comes from
5580 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5581 (rcirc-server-prefix): Inherit from rcirc-server.
5582
5583 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5584
5585 * Makefile.in (compile): Append "|| true" to the end of the `find'
5586 command, like compile-always does.
5587
5588 2006-02-08 Sam Steingold <sds@gnu.org>
5589
5590 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5591 output from a dead connection.
5592
5593 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5594
5595 * dired.el (dired-mode-map): Add more bindings for tumme.
5596
5597 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5598
5599 * wdired.el (wdired-mode-map): Use remap.
5600 (wdired-get-filename): Massage.
5601 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5602 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5603 `keymap' property rather than `local-map'.
5604
5605 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5606
5607 * tumme.el (tumme-get-thumbnail-image): New utility function.
5608 Suggested by from Chong Yidong.
5609 (tumme-dired-with-window-configuration): Rename from
5610 `tumme-dired'. Add code to save window configuration.
5611 (tumme-restore-window-configuration): New command to restore the
5612 window configuration that `tumme-dired-with-window-configuration'
5613 saves before it changes the window configuration.
5614 (tumme-show-all-from-dir): New command to display thumbnails for
5615 all files in a directory entered by the user, like M-x thumbs.
5616 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5617 have been created.
5618 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5619 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5620 Remove obsolete test function.
5621
5622 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5623
5624 * vc.el (small-temporary-file-directory): Remove defvar; there's
5625 a defcustom for it in files.el.
5626
5627 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5628 Fix typo in message.
5629 (tumme-gallery-generate): Fix typo in `error' message.
5630 (tumme-display-window-height-correction)
5631 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5632 (tumme-line-up-interactive): Dox fixes.
5633 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5634 (tumme-restore-window-configuration, tumme-format-properties-string)
5635 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5636 Fix typos in docstrings.
5637
5638 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5639
5640 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5641
5642 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5643
5644 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5645 User should use hook if desired.
5646
5647 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5648 buffer if necessary.
5649 (gdb-delete-frame-or-window): New function.
5650 (gdb-breakpoints-mode-map): Bind "q" to it.
5651
5652 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5653
5654 * textmodes/nroff-mode.el: Clean up name space.
5655 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5656 (nroff-mode): Obey the global setting of nroff-electric-mode.
5657 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5658
5659 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5660
5661 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5662
5663 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5664
5665 2006-02-06 Lars Hansen <larsh@soem.dk>
5666
5667 * generic-x.el (etc-fstab-generic-mode): Add file system types
5668 cifs and usbdevfs. Allow special chars in file names.
5669
5670 2006-02-05 Jay Belanger <belanger@truman.edu>
5671
5672 Update copyright notices of the files in lisp/calc.
5673
5674 2006-02-05 Romain Francoise <romain@orebokech.com>
5675
5676 Update copyright notices of all files in the lisp/play directory.
5677
5678 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5679
5680 * ldefs-boot.el: Regenerate.
5681
5682 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5683
5684 2006-02-05 Kim F. Storm <storm@cua.dk>
5685
5686 * files.el (magic-mode-regexp-match-limit): New defvar.
5687 (set-auto-mode): Use it to limit magic-mode-alist matching.
5688
5689 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5690
5691 * simple.el (display-message-or-buffer): Compare the number of
5692 characters to the frame width when determining whether a 1-line
5693 message string will fit in the echo area. Count screen lines
5694 instead of buffer lines when determining whether a multi-line
5695 message will fit in the echo area/minibuffer window.
5696
5697 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5698
5699 * info.el (Info-index, Info-mode): Improve the description of the
5700 `i' command.
5701
5702 * ldefs-boot.el: Regenerate.
5703
5704 2006-02-03 Werner Lemberg <wl@gnu.org>
5705
5706 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5707 greedy to find the closing bracket in \*[...] and similar
5708 expressions. This is a first rough fix -- many additional
5709 refinements are necessary to make nroff mode really usable with groff.
5710
5711 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5712
5713 * international/mule-cmds.el (set-locale-environment):
5714 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5715 libX11.
5716
5717 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5718
5719 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5720 archive are created in archive-tmpdir.
5721
5722 2006-02-02 John Paul Wallington <jpw@pobox.com>
5723
5724 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5725 (ibuffer-fontification-alist): Use it.
5726 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5727 to "* z" and the Ibuffer Mark menu.
5728
5729 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5730
5731 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5732
5733 * textmodes/table.el (*table--cell-describe-mode)
5734 (*table--cell-describe-bindings): Undo last change since
5735 print-help-return-message is not obsoleted by anything at all.
5736
5737 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5738
5739 * emulation/cua-base.el (cua-mode): Doc fix.
5740
5741 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * dframe.el (dframe-handle-make-frame-visible)
5744 (dframe-handle-iconify-frame, dframe-get-focus)
5745 (dframe-select-attached-frame, dframe-power-click)
5746 (dframe-frame-mode): Fix typos in docstrings.
5747
5748 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5749 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5750 Fix typos in docstrings.
5751
5752 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5753 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5754 (hi-lock-archaic-interface-message-used)
5755 (hi-lock-file-patterns-range): Fix typos in docstrings.
5756
5757 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5758 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5759
5760 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5761 Fix typo in docstring.
5762
5763 * net/newsticker.el (newsticker--decode-iso8601-date)
5764 (newsticker--set-customvar, newsticker--buffer-insert-item)
5765 (newsticker--do-run-auto-mark-filter)
5766 (newsticker--parse-generic-feed): Doc fixes.
5767 (newsticker--retrieval-timer-list, newsticker-url-list)
5768 (newsticker-hide-immortal-items-in-echo-area)
5769 (newsticker-hide-obsolete-items-in-echo-area)
5770 (newsticker-new-item-face, newsticker--enclosure)
5771 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5772 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5773 (newsticker--parse-generic-feed, newsticker--cache-contains)
5774 (newsticker--stat-num-items, newsticker-download-enclosures):
5775 Fix typos in docstrings.
5776
5777 * net/rcirc.el (rcirc-debug): Doc fix.
5778 (rcirc-fill-column, rcirc-receive-message-hooks)
5779 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5780 (rcirc-mode, rcirc-generate-new-buffer-name)
5781 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5782 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5783 Fix typos in docstrings.
5784 (rcirc-print): "?\ " -> "?\s".
5785 (rcirc-cmd-join): Improve argument/docstring consistency.
5786
5787 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5788
5789 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5790 before narrow-to-region.
5791
5792 2006-02-01 Richard M. Stallman <rms@gnu.org>
5793
5794 * simple.el (move-beginning-of-line): Scan properly for invis change.
5795
5796 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5797
5798 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5799
5800 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5801 change bit only when id-format is 'integer. Reported by Matt
5802 Hodges <M.P.Hodges@rl.ac.uk>.
5803
5804 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5805
5806 * hilit-chg.el (highlight-changes-initial-state)
5807 (highlight-changes-global-initial-state): Doc fixes.
5808 (highlight-changes-global-modes, global-highlight-changes):
5809 Fix typos in docstrings.
5810
5811 2006-02-01 Kim F. Storm <storm@cua.dk>
5812
5813 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5814 transient-mark-mode in doc string.
5815
5816 2006-01-31 Richard M. Stallman <rms@gnu.org>
5817
5818 * replace.el (multi-occur): Doc fix.
5819 (multi-occur-in-matching-buffers): Rename from
5820 multi-occur-by-filename-regexp. Prefix arg says match
5821 buffer names instead of file names.
5822
5823 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * bs.el: Allow non-default values of `bs-header-lines-length'.
5826 (bs--running-in-xemacs): Remove (not needed anymore).
5827 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5828 instead of `shrink-window', thus avoiding having to compute the
5829 height of the window.
5830 (bs--up): Wrap around even when there's no header.
5831 (bs--down): Use `forward-line' instead of `next-line'.
5832
5833 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * image-mode.el (image-toggle-display): Use file name if possible,
5836 instead of unnecessarily allocating a (possibly huge) lisp string.
5837
5838 2006-01-30 John Paul Wallington <jpw@pobox.com>
5839
5840 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5841 because the `assert' macro signals it at runtime.
5842
5843 * emacs-lisp/cl.el (toplevel): Remove definition of
5844 `cl-assertion-failed' condition.
5845
5846 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5847
5848 * thumbs.el (thumbs-marked-list): Make buffer-local and
5849 permanent-local.
5850 (thumbs-insert-thumb): Make help-echo non-sticky.
5851 (thumbs-file-alist): Use eolp as check for (non)-image.
5852
5853 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5854
5855 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5856 (ediff-before-session-group-setup-hooks)
5857 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5858 Fix typos in docstrings.
5859
5860 * window.el (bw-dir, bw-eqdir, balance-windows)
5861 (split-window-keep-point): Fix typos in docstrings.
5862
5863 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5864 (org-quote-string, org-calendar-to-agenda-key)
5865 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5866 (org-show-following-heading, org-tags-column)
5867 (org-use-tag-inheritance, org, org-allow-space-in-links)
5868 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5869 (org-enable-table-editor, org-calc-default-modes)
5870 (org-table-allow-automatic-line-recalculation)
5871 (org-export-html-style, org-export-with-fixed-width)
5872 (org-export-with-sub-superscripts, org-special-keyword)
5873 (org-formula, org-time-grid, org-table-may-need-update)
5874 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5875 (org-goto-quit, org-get-indentation, org-end-of-item)
5876 (org-move-item-down, org-move-item-up)
5877 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5878 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5879 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5880 (org-agenda-log-mode, org-agenda-toggle-diary)
5881 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5882 (org-agenda-file-to-end, org-agenda-no-heading-message)
5883 (org-agenda-get-closed, org-format-agenda-item)
5884 (org-cmp-priority, org-cmp-category, org-cmp-time)
5885 (org-agenda-change-all-lines, org-agenda-diary-entry)
5886 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5887 (org-link-search, org-camel-to-words, org-open-file)
5888 (org-remember-handler, org-table-convert-region)
5889 (org-table-move-row-down, org-table-move-row-up)
5890 (org-table-copy-region, org-table-wrap-region)
5891 (org-table-toggle-vline-visibility)
5892 (org-table-get-vertical-vector, org-table-modify-formulas)
5893 (org-table-get-specials, org-recalc-commands)
5894 (org-table-rotate-recalc-marks, org-table-eval-formula)
5895 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5896 (org-level-color-stars-only, org-insert-heading):
5897 Fix typos in docstrings.
5898 (last-arg): Add defvar.
5899
5900 * makefile.w32-in (WINS): Add erc.
5901 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5902
5903 2006-01-29 Bill Wohler <wohler@newt.com>
5904
5905 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5906 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5907 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5908 (mh-autoloads): Don't use comments on otherwise empty lines.
5909
5910 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5911
5912 * emulation/viper.el (viper-major-mode-modifier-list): Add
5913 insert-state and vi-state entries for erc-mode.
5914 (viper-go-away, viper-set-hooks): Add and remove
5915 viper-comint-mode-hook from erc-mode-hook as appropriate.
5916
5917 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5918
5919 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * bs.el (bs--format-aux): Implement `middle' alignment as
5922 described in the docstring for `bs-attributes-list'.
5923 (bs--get-name): Simplify. Don't pad the buffer name.
5924
5925 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5926
5927 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5928 English aspell dictionary is installed, use the first entry of
5929 ispell-dictionary-alist-1.
5930
5931 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5932
5933 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5934 Doc fix.
5935
5936 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5937
5938 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5939 for `process-file', in order to let it work for older Emacsen too.
5940
5941 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5942
5943 * international/latexenc.el: Add a suitable `coding:' tag.
5944 (latexenc-find-file-coding-system): Undo last change.
5945
5946 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5947
5948 * international/latexenc.el (latexenc-find-file-coding-system):
5949 Make sure latexenc-main-file is a regular file and is readable.
5950
5951 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5952
5953 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5954 Pass FILE to vc-user-login-name.
5955
5956 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5957
5958 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5959
5960 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5961 there are no more images to display.
5962 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5963 the next image.
5964
5965 2006-01-26 Richard M. Stallman <rms@gnu.org>
5966
5967 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5968
5969 * wid-edit.el (advertised-widget-backward): New alias.
5970 (widget-keymap): Use advertised-widget-backward for S-TAB.
5971
5972 * tumme.el: Correct the keywords.
5973 (tumme-dir-max-size): Use defvar.
5974 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5975
5976 * simple.el (move-beginning-of-line): Take account of fields.
5977 (clone-indirect-buffer-other-window): Take args like
5978 clone-indirect-buffer, and work like it.
5979
5980 * help-fns.el (describe-function): Don't pass `nil' as default.
5981
5982 * files.el (risky-local-variable-p): Follow var aliases.
5983
5984 * subr.el (lazy-completion-table): Doc fix.
5985
5986 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5987 global binding of `line'.
5988
5989 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5990
5991 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5992 Tramp.
5993
5994 * vc.el (vc-default-dired-state-info): Pass FILE to
5995 vc-user-login-name.
5996 (vc-default-update-changelog): Don't use vc-user-login-name, we
5997 don't need it here.
5998
5999 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6000 no longer necessary.
6001
6002 2006-01-25 Kenichi Handa <handa@m17n.org>
6003
6004 * international/mule.el (decode-char): Avoid the overhead of
6005 calling utf-lookup-subst-table-for-decode if
6006 utf-translate-cjk-mode is nil.
6007 (encode-char): Avoid the overhead of calling
6008 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6009 nil.
6010
6011 2006-01-22 Kenichi Handa <handa@m17n.org>
6012
6013 * international/mule.el (make-subsidiary-coding-system): Reset
6014 `coding-system-define-form' property of subsidiaries to nil.
6015 Avoid duplicated entry in coding-system-alist.
6016 (make-coding-system): Avoid duplicated entry in
6017 coding-system-alist.
6018 (define-coding-system-alias): Likewise.
6019
6020 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6021
6022 * completion.el: Minor fixes in introductory comment.
6023 (completion-def-wrapper): Fix alist.
6024
6025 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6026
6027 * thumbs.el (thumbs-new-image-size): New function.
6028 (thumbs-increment-image-size-element)
6029 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6030 (thumbs-decrement-image-size): Delete.
6031 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6032 temp files and use to resize.
6033 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6034 Use increment argument to enlarge/shrink. Preserve point.
6035 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6036 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6037 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6038 (thumbs-mark, thumbs-unmark): Preserve point.
6039 (thumbs-modify-image): Keep old temp files and use to modify.
6040 Cleanup old temp files at load time. Preserve point.
6041 (thumbs-view-image-mode-map): Use new command names.
6042
6043 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6046
6047 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6048 the nastiest part of the cyclic dependency.
6049 (cal-menu-update): Use dotimes and calendar-increment-month.
6050
6051 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6052 (calendar-week-start-day): Add an :initializer.
6053 (calendar-mode-map): Use suppress-keymap, and command remapping.
6054 (describe-calendar-mode): Setup xref-stack info for the back button.
6055 (calendar-star-date): Insert before delete.
6056 (calendar-set-mode-line): Add file-modified info if applicable.
6057 (calendar-increment-month): New function.
6058
6059 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6060
6061 * font-lock.el (lisp-font-lock-keywords-2):
6062 Recognize "& keywords" only at word boundaries.
6063
6064 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6065
6066 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6067 and permanent-local.
6068 (thumbs-max-image-number): New variable.
6069 (thumbs-do-thumbs-insertion): Use them.
6070 (thumbs-per-line): Change default to 4.
6071 (thumbs-marked-list): Rename from thumbs-markedL.
6072 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6073 (thumbs-rename-images): Use -list instead of L for internal variables.
6074 (thumbs-call-convert): Use call-process instead of shell-command.
6075 (thumbs-insert-thumb): Add filename as help-echo to each image.
6076 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6077 Give dir to thumbs-show-thumbs-list.
6078 (thumbs-show-thumbs-list): Set default-directory to that of images.
6079 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6080 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6081 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6082 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6083
6084 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6085
6086 * ses.el (ses-read-cell): Provide a default value.
6087
6088 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6089
6090 * term/w32-win.el (image-library-alist): Add additional names for
6091 GIF library.
6092
6093 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6094
6095 * international/latexenc.el (latexenc-find-file-coding-system):
6096 Add file-regular-p check.
6097
6098 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6099
6100 * simple.el (clone-buffer): Don't show the new buffer in the same
6101 window.
6102
6103 2006-01-23 Juri Linkov <juri@jurta.org>
6104
6105 * faces.el (link, link-visited): New faces based on default values
6106 of `info-xref' and `info-xref-visited'.
6107
6108 * info.el (info-xref): Inherit from `link'.
6109 (info-xref-visited): Inherit from `link-visited'.
6110
6111 * cus-edit.el (custom-buffer-create-internal): Use widget type
6112 `custom-manual' instead of `info-link' and don't set properties
6113 `button-face' and `mouse-face' explicitly.
6114 (custom-browse-group-tag, custom-browse-variable-tag)
6115 (custom-browse-face-tag): Inherit from widget class
6116 `custom-group-link' instead of `push-button'.
6117 (custom-button-unraised): Inherit from `underline' face.
6118 (custom-link): Inherit from `link' face. Fix doc and group.
6119 (custom-add-parent-links, custom-group-value-create): Don't set
6120 properties `button-face' and `mouse-face' explicitly for
6121 `custom-group-link' widget.
6122 (custom-group-link): Add properties `button-face' and `mouse-face'
6123 to widget definition.
6124 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6125 editable-field's :keymap property.
6126 (custom-mode): Fix docstring: substitute keybindings for
6127 `widget-forward' and `widget-backward' from `widget-keymap',
6128 `widget-complete' from `custom-field-keymap', replace old
6129 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6130
6131 * desktop.el (desktop-load-file): Check for `fboundp' before
6132 calling `symbol-function'.
6133
6134 * simple.el (clone-buffer, clone-indirect-buffer)
6135 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6136 `read-string'. Fix prompts.
6137
6138 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6139
6140 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6141
6142 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6143
6144 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6145
6146 * startup.el (inhibit-splash-screen, initial-scratch-message):
6147 Doc fixes.
6148
6149 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6150
6151 Sync with Tramp 2.0.52.
6152
6153 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6154 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6155 `tramp-unload-tramp' for checklist.
6156
6157 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6158 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6159 (tramp-unload-file-name-handler-alist)
6160 (tramp-unload-tramp): New defuns.
6161 (tramp-advice-PC-expand-many-files): New defadvice.
6162 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6163 removed.
6164 (tramp-handle-expand-file-name): Remove double slash.
6165 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6166 It doesn't matter, because it will be converted later on.
6167 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6168 implementation was just heuristic.
6169 (tramp-post-connection): Set uid and gid properties.
6170 (tramp-convert-file-attributes): Set file's gid change bit.
6171 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6172 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6173 in case of su(do)? methods. The home directory of the local user
6174 will be taken else.
6175 (tramp-open-connection-telnet)
6176 (tramp-open-connection-rsh, tramp-open-connection-su)
6177 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6178 local shell prompt could hurt. Reported by Romain Francoise
6179 <romain@orebokech.com>.
6180 (tramp-let-maybe): Add `edebug-form-spec' property.
6181 (tramp-handle-expand-file-name): Bind `default-directory' locally
6182 to "/" in order to avoid problems with UNC shares or Cygwin
6183 mounts.
6184 (tramp-md5-function): Fix typo in error message.
6185
6186 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6187
6188 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6189 for byte-compiler pacification.
6190
6191 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6192
6193 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6194 ID-FORMAT `string'. This allows us to get rid of
6195 `vc-user-login-name UID'.
6196
6197 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6198
6199 2006-01-22 John Paul Wallington <jpw@pobox.com>
6200
6201 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6202
6203 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6204
6205 * emacs-lisp/find-func.el (find-definition-noselect)
6206 (find-variable-noselect): Search variables in C source code too.
6207 (find-function-C-source, find-function-noselect, find-function)
6208 (find-function-other-frame, find-variable-noselect, find-variable)
6209 (find-variable-other-frame, find-variable-at-point):
6210 Fix docstrings.
6211
6212 2006-01-21 Francesco Potorti` <pot@gnu.org>
6213
6214 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6215
6216 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6217
6218 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6219 Default to disabling the "Save affix" question.
6220
6221 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6222
6223 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6224 the first arg to run-python.
6225
6226 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6227
6228 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6229 is not loaded.
6230
6231 2006-01-20 Jay Belanger <belanger@truman.edu>
6232
6233 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6234 limit is 0.
6235
6236 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6237 the correct variable.
6238
6239 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6240
6241 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6242 link. Fixed buggy argument sequence in call to `org-view-tags'.
6243 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6244 (org-prefix-has-tag): New variable.
6245 (org-format-agenda-item): Remove tags from headline if
6246 appropriate.
6247 (org-agenda-remove-tags-when-in-prefix): New option.
6248 (org-get-tags-at): New function.
6249
6250 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6251
6252 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6253 (thumbs-find-image): Move image name and number from buffer name
6254 to mode name. Set thumbs-buffer. Preserve point so that large
6255 images remain visible.
6256 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6257 order.
6258 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6259 mode name.
6260 (thumbs-next-image, thumbs-previous-image): Make them work.
6261
6262 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6263
6264 * cus-edit.el (custom-buffer-create-internal): State in the text above
6265 the whole buffer buttons that they do not operate on hidden items.
6266 (custom-face-menu): Use `custom-face-save' instead of
6267 `custom-face-save-command'.
6268 (custom-face-save-command): Make it an alias for `custom-face-save'
6269 and declare it obsolete.
6270 (custom-face-save): Doc fix.
6271
6272 * dired.el (dired-no-confirm): Add quote.
6273 (dired-subdir-alist-pre-R): Add quote in
6274 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6275
6276 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6277
6278 * textmodes/table.el (table-mode-indicator): Typo in last change.
6279
6280 2006-01-19 Richard M. Stallman <rms@gnu.org>
6281
6282 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6283 Fixes bug reported in Nov 2005.
6284
6285 * isearch.el (isearch-forward): Doc fix.
6286
6287 * dired.el (dired-move-to-filename-regexp): Define as alias.
6288 (dired-no-confirm): Use defcustom.
6289 (dired-subdir-alist-pre-R): Put defvar at top level.
6290
6291 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6292
6293 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6294 Mark as risky.
6295
6296 * simple.el (set-mark-command): Doc fix.
6297 (clone-indirect-buffer-other-window):
6298 Read arg like clone-indirect-buffer.
6299 (move-beginning-of-line): Skip invisible newlines.
6300
6301 2006-01-19 Masatake YAMATO <jet@gyve.org>
6302
6303 * progmodes/cpp.el (cpp-edit-load): Make the order of
6304 listed conditions in a base C code buffer and its associate
6305 CPP Edit buffer the same.
6306
6307 2006-01-19 Kenichi Handa <handa@m17n.org>
6308
6309 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6310 (rmail-mime-feature): Likewise.
6311 (rmail-require-mime-maybe): Use display-warning to show a warning
6312 message.
6313
6314 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6315 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6316
6317 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * array.el: Move defvars out of eval-when-compile.
6320 (array-make-template): Replace undeclared global var with a local one.
6321 (array-mode): Inline initialization functions.
6322 (array-init-local-variables, array-init-max-row)
6323 (array-init-max-column, array-init-columns-per-line)
6324 (array-init-field-width, array-init-rows-numbered)
6325 (array-init-line-length, array-init-lines-per-row): Remove.
6326
6327 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6328 (doc-mode-map): Define explicitly.
6329 (doctor-txtype): Use mapc.
6330
6331 * textmodes/table.el: Move defvars out of eval-when-compile.
6332 Remove harmful code meant to avoid byte-compiler warnings.
6333 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6334 specification that checks table-fixed-width-mode directly.
6335 (table-recognize-region, table-recognize-cell):
6336 Use restore-buffer-modified-p.
6337 (table-fixed-width-mode): Remove code that refreshes
6338 table-fixed-mode-indicator.
6339 (*table--cell-describe-bindings, *table--cell-describe-mode):
6340 Avoid obsolete name print-help-return-message.
6341 (table--test-cell-list): Don't use replace-regexp from elisp.
6342 (table--point-entered-cell-function, table--point-left-cell-function):
6343 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6344
6345 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6346 that was after the end of file. Use buffer-file-name variable.
6347 (org-timestamp-change): Use with-current-buffer.
6348 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6349 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6350 `file'.
6351
6352 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6353 (fortran-break-line): Remove unused var `opoint'.
6354 (fortran-abbrev-start): Obey help-event-list.
6355
6356 2006-01-18 Jesper Harder <harder@phys.au.dk>
6357
6358 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6359
6360 2006-01-18 Masatake YAMATO <jet@gyve.org>
6361
6362 * progmodes/make-mode.el (makefile-imake-mode): New mode
6363 derived from makefile-mode.
6364 (makefile-imake-mode-syntax-table): New syntax table
6365 derived from makefile-mode-syntax-table.
6366 (makefile-mode): Write about makefile-imake-mode in doc string.
6367 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6368 (makefile-imake-font-lock-keywords): New font lock keywords.
6369
6370 * files.el (auto-mode-alist): Add Imakefile.
6371
6372 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6373
6374 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6375 loading the file rather than when turning on flyspell-mode.
6376
6377 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6378
6379 * cus-edit.el (customize-rogue): Minor doc fix.
6380
6381 2006-01-17 Juri Linkov <juri@jurta.org>
6382
6383 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6384 instead of the file at the mark as default if the file at the mark
6385 is the same as the file at point or if dired-dwim-target-directory
6386 is not the same as the current directory and the mark is not active.
6387
6388 * log-view.el (log-view-minor-wrap): Use the same logic to get
6389 revisions as `log-view-diff'.
6390
6391 * info.el (Info-revert-find-node): Check for Info-current-file
6392 before preserving new-history.
6393
6394 * man.el (Man-heading-regexp): Add `/'.
6395
6396 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6397 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6398
6399 2006-01-16 Juri Linkov <juri@jurta.org>
6400
6401 * faces.el (mode-line-faces): New defgroup.
6402 (mode-line-highlight): Move definition after new defgroup.
6403 (mode-line, mode-line-inactive, mode-line-highlight):
6404 Replace :group `modeline' with `mode-line-faces'.
6405 (mode-line-buffer-id): New face.
6406 (modeline-buffer-id): New face alias.
6407 (vertical-border): Remove :group `modeline'.
6408
6409 * bindings.el (propertized-buffer-identification): Use face
6410 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6411 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6412 (mode-line-buffer-identification-keymap): For mouse-1 replace
6413 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6414 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6415 mouse-3.
6416
6417 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6418 Buffer-menu-buffer. Doc fix.
6419 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6420 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6421 `Buffer-menu-buffer'.
6422
6423 * info.el (Info-mode-line-node-keymap): New defvar.
6424 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6425 Propertize Info-current-node with `mode-line-buffer-id' and
6426 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6427
6428 * time.el (display-time-mail-face): Replace :group `faces' with
6429 `mode-line-faces'.
6430
6431 2006-01-16 Kenichi Handa <handa@m17n.org>
6432
6433 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6434
6435 * language/european.el (cp1252): New alias for windows-1252.
6436
6437 * international/mule.el (autoload-coding-system): Prepare for EOL
6438 variants.
6439
6440 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6441
6442 * term.el (term-raw-map): Add mapping for insert.
6443 (term-send-insert): New.
6444 (term-mode): Make variables local here instead of doing it in
6445 `term-emulate-terminal'.
6446 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6447 Scroll reverse needs to take into account the scroll region.
6448 Saving and restoring the cursor should save the color attributes too.
6449 (term-reset-terminal): Reset the scroll region.
6450 (term-handle-ansi-escape): Cursor up and down should take into
6451 account the scroll region.
6452 (term-set-scroll-region): Rename from `term-scroll-region'.
6453 Move to 0,0 after setting the region.
6454 (term-handle-scroll): Handle scroll up.
6455 (term-down): Fix off by one error.
6456 (term-delete-lines): Do not delete outside the scroll region.
6457 (term-insert-lines): Take into account the scroll region.
6458
6459 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * textmodes/ispell.el (ispell-internal-change-dictionary)
6462 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6463 (start, end): Move declaration outside of eval-when-compile.
6464
6465 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6466 (flyspell-mode-on): Use it.
6467
6468 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6469 ispell-kill-ispell-hook.
6470
6471 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6472
6473 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6474 (Custom-reset-saved): Do not ask for confirmation in single option
6475 buffers.
6476
6477 2006-01-13 Richard M. Stallman <rms@gnu.org>
6478
6479 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6480
6481 2006-01-13 Romain Francoise <romain@orebokech.com>
6482
6483 * add-log.el (add-change-log-entry, change-log-merge):
6484 Conditionally use `hard-newline'.
6485
6486 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6487
6488 * wid-edit.el (widget-field-end): If the overlay is no longer
6489 associated with a buffer, behave as if the overlay didn't exist.
6490
6491 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6492 Make sure the links use the `custom-link' face.
6493
6494 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6497 (ld-script-mode): Don't set indent-line-function since we don't
6498 have one.
6499
6500 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6501
6502 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6503 application.
6504 (org-file-apps-defaults-gnu): Use mailcap as the default for
6505 selecting an application on a UNIX system.
6506 (org-agenda-show-tags): New command.
6507 (org-table-insert-hline): Keep cursor in current table line.
6508 (org-table-convert): Offset effect of modifying
6509 `org-table-insert-hline'.
6510 (org-format-agenda-item): New optional argument TAG.
6511 (org-compile-prefix-format): Handle %T format for the tag.
6512 (org-expand-wide-chars): New function.
6513 (org-table-insert-row, org-table-insert-hline):
6514 Use `org-expand-wide-chars'.
6515 (org-open-file): Fix bug in program launch.
6516 (org-get-time-of-day): Fix bug with times before 1am.
6517 (org-agenda-menu): Add tags commands.
6518
6519 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6520
6521 * textmodes/ispell.el (ispell-init-process): Include the used
6522 dictionary in ispell process start message.
6523 (ispell-internal-change-dictionary): When flyspell-mode is active
6524 and dictionary is changed, make sure ispell process is restarted
6525 and flyspell word cache cleared out for the current buffer.
6526 (ispell-change-dictionary): Make sure flyspell word cache is
6527 cleared out in all buffers with active flyspell mode when
6528 dictionary is globally changed.
6529 Call ispell-internal-change-dictionary after dictionary change.
6530
6531 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6532
6533 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6534
6535 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6536 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6537 years. Fix small differences wrt Makefile.in.
6538 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6539 Makefile.in does.
6540
6541 2006-01-12 Bill Wohler <wohler@newt.com>
6542
6543 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6544 mh-search.el.
6545
6546 2006-01-12 Masatake YAMATO <jet@gyve.org>
6547
6548 * progmodes/ld-script.el: Update copyright year.
6549
6550 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6551
6552 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6553 Don't add widget if setting undefined.
6554
6555 2006-01-12 John Paul Wallington <jpw@pobox.com>
6556
6557 * help-fns.el (describe-variable): Remove newlines from void
6558 variable output.
6559
6560 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6561
6562 * wdired.el (wdired-mode-map): Add help echo for
6563 wdired-abort-changes.
6564
6565 * man.el (Man-file-name-regexp): Adjust for a list of files.
6566
6567 2006-01-12 Masatake YAMATO <jet@gyve.org>
6568
6569 * progmodes/ld-script.el (auto-mode-alist): Support
6570 suffix conventions used in netbsd and eCos.
6571
6572 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6573
6574 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6575 (custom-variable-menu, custom-face-menu, custom-group-menu)
6576 (Custom-mode-menu): Change names of menu items. (As discussed on
6577 emacs-devel.)
6578 (custom-face-menu): Add "Undo Edits" item.
6579
6580 * startup.el (init-file-user): defcustom -> defvar.
6581
6582 * tooltip.el (tooltip-mode): Doc fix.
6583
6584 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6585
6586 * reveal.el (reveal-post-command): window-buffer signals an error on
6587 dead windows rather than returning nil.
6588 (reveal-open-new-overlays): An overlay might die while we open others.
6589
6590 2006-01-11 Bill Wohler <wohler@newt.com>
6591
6592 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6593 phrasing in docstring.
6594
6595 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6596 can give some systems gas. Add new file mh-buffers.el.
6597
6598 2006-01-06 Masatake YAMATO <jet@gyve.org>
6599
6600 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6601 C preprocessor forward ported from GNU Emacs 21.2.
6602
6603 * progmodes/asm-mode.el (asm-font-lock-keywords):
6604 Use `cpp-font-lock-keywords'.
6605
6606 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6607
6608 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6609 of $ for "\\.ld[s]?".
6610
6611 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6612
6613 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6614 (tcl-indent-line): Return `noindent' if inside a string.
6615
6616 * progmodes/flymake.el (flymake-split-string): Remove more than one
6617 empty string at beg/end of the result.
6618 (flymake-find-buildfile, flymake-find-possible-master-files):
6619 Use expand-file-name.
6620 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6621 since expand-file-name does it for us. Use directory-file-name.
6622 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6623 (flymake-ler-get-type, flymake-ler-get-text)
6624 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6625 (flymake-current-line-no): Remove spurious interactive spec.
6626 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6627 (flymake-check-include): Remove arg inc-path merged into inc-name.
6628 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6629 Arg regexp-list replaced by a simple regexp.
6630 (flymake-master-make-header-init, flymake-master-tex-init):
6631 Correspondingly replace regexp-list with a regexp. Fix regexp.
6632
6633 2006-01-10 Simon Josefsson <jas@extundo.com>
6634
6635 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6636 describing AUTH PLAIN fix.
6637
6638 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6639
6640 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6641 (report-emacs-bug): Don't record initial prompt text.
6642 Instead, add text properties to prompting text.
6643 (report-emacs-bug-hook): Delete prompting text.
6644
6645 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6648 `dirs'. Adjust callers.
6649
6650 2006-01-09 John Paul Wallington <jpw@gnu.org>
6651
6652 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6653
6654 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * reveal.el (reveal-open-new-overlays): New extracted fun.
6657 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6658 using them. Simplify the code.
6659 (reveal-post-command): Use them. Fix up obsolete windows in
6660 reveal-open-spots.
6661
6662 * progmodes/flymake.el: Use `require' rather than autoload for
6663 XEmacs's overlays.
6664 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6665 Delete. Use file-relative-name instead.
6666 (flymake-get-syntax-check-program-args, flymake-perl-init):
6667 Simplify the resulting code.
6668
6669 * log-view.el (log-view-file-re, log-view-message-re): Add support
6670 for DaRCS output.
6671
6672 2006-01-09 Alex Schroeder <alex@gnu.org>
6673
6674 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6675 identifiers sometimes added in square brackets at the beginning of
6676 subject lines.
6677
6678 2006-01-07 Richard M. Stallman <rms@gnu.org>
6679
6680 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6681 (Custom-reset-current, Custom-reset-saved): Change question text.
6682 (Custom-reset-standard): Likewise.
6683 (custom-variable-reset-saved): Doc fix.
6684
6685 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6686
6687 * startup.el (init-file-user): Doc fix.
6688
6689 2006-01-07 Alex Schroeder <alex@gnu.org>
6690
6691 * mail/rmail.el (rmail-current-subject): New function.
6692 (rmail-current-subject-regexp): New function.
6693 (rmail-next-same-subject): Use it.
6694
6695 * mail/rmailsum.el (rmail-summary-by-topic):
6696 Use rmail-current-subject and rmail-current-subject-regexp.
6697 (rmail-summary-next-same-subject): Ditto.
6698
6699 * net/rcirc.el (rcirc-send-input): No longer check whether the
6700 process is open, since not all commands need an open process.
6701 (rcirc-send-string): Check whether the process is open before
6702 sending anything.
6703 (rcirc-ignore-list): New option.
6704 (rcirc-ignore-list-automatic): New variable.
6705 (rcirc-print): Take rcirc-ignore-list into account.
6706 (rcirc-cmd-ignore): New command.
6707 (rcirc-ignore-update-automatic): New function.
6708 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6709 list if ignored nicks.
6710 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6711
6712 2006-01-06 David Reitter <david.reitter@gmail.com>
6713
6714 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6715 reflect the address to which the report will be sent.
6716
6717 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6718
6719 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6720 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6721
6722 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6723
6724 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6725
6726 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6727 the doc string: "functoin" => "function".
6728 * ldefs-boot.el: Likewise.
6729
6730 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6731 message text: "Duplicat" => "Duplicate".
6732
6733 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6734
6735 * files.el (basic-save-buffer-2): If backing-up failed, reset
6736 buffer-backed-up to nil.
6737
6738 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6739
6740 * progmodes/gud.el (gdb-script-skip-to-head)
6741 (gdb-script-calculate-indentation): Indent for breakpoint command
6742 lists also.
6743
6744 2006-01-05 Bill Wohler <wohler@newt.com>
6745
6746 * Makefile.in (compile-always): Add mh-autoloads dependency.
6747 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6748 provides it.
6749 (updates): Remove mh-autoloads dependency, since it probably has
6750 already run recently (via recompile).
6751
6752 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6753
6754 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6755 argument `force' to disable the flyspell-last-buffer optimization.
6756 (flyspell-mode-on): Use it.
6757
6758 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6759 flymake-simple-cleanup.
6760 (flymake-allowed-file-name-masks): Use this new default.
6761 All the functions are now called in the right buffer rather than
6762 passing the buffer as argument.
6763 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6764 (flymake-parse-err-lines): Remove redundant buffer arg.
6765 (flymake-get-program-dir): Comment out unused function.
6766 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6767 Remove redundant buffer argument.
6768 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6769 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6770
6771 2006-01-05 Richard M. Stallman <rms@gnu.org>
6772
6773 * info.el (Info-find-node): Don't record previous node if have none.
6774 (info): Go to directory only if history is empty.
6775
6776 * simple.el (mark): Doc fix.
6777
6778 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6779
6780 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6781 already of desired type.
6782 (mac-ae-list): Coerce parameter to "list" type.
6783 (mac-dispatch-apple-event): Replace cadr part of event with a
6784 dummy position so that event-start returns it.
6785
6786 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6787
6788 * textmodes/org.el (org-end-of-subtree): New function.
6789 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6790 Use `org-end-of-subtree'.
6791 (org-agenda, org-agenda-convert-date): Protect calls to
6792 `fit-window-to-buffer'.
6793 (org-tags-view): Force matching of sublevels when doing a
6794 todo-only search. Define the correct redo command, including the
6795 arguments.
6796 (org-agenda-redo): Display message.
6797 (org-check-for-org-mode): New function.
6798 (org-agenda-type): New variable.
6799 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6800 Set `org-agenda-type'.
6801 (org-agenda-check-type): New function.
6802 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6803 (org-agenda-week-view, org-agenda-day-view)
6804 (org-agenda-next-date-line, org-agenda-previous-date-line)
6805 (org-agenda-log-mode, org-agenda-toggle-diary)
6806 (org-agenda-toggle-time-grid, org-agenda-date-later)
6807 (org-agenda-date-prompt, org-agenda-diary-entry)
6808 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6809 (org-agenda-convert-date, org-agenda-menu):
6810 Use `org-agenda-check-type'.
6811 (org-make-overlay, org-delete-overlay)
6812 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6813 New compatibility functions.
6814 (org-calendar-select-mouse): New command.
6815
6816 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6819 (Custom-reset-standard): Fix y-or-n-p messages.
6820 (custom-link): New face for links.
6821 (custom-buffer-create-internal, custom-manual): Use it.
6822 (custom-face-save): Push to theme-face before setting face spec.
6823
6824 * wid-edit.el (widget-default-mouse-face-get): New function.
6825 (widget-specify-button): Handle mouse-face like button-face.
6826
6827 * custom.el (load-theme): Clear old theme settings if reloading.
6828
6829 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6830
6831 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6832 "Erase Customization" button back to same position it occupies in
6833 the individual State menus.
6834
6835 2006-01-04 Kim F. Storm <storm@cua.dk>
6836
6837 * wid-edit.el (key-sequence): Rework widget to read key binding
6838 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6839 (widget-key-sequence-default-value): Default value for empty sequence.
6840 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6841 (widget-key-sequence-read-event): New command for C-q.
6842 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6843 (widget-key-sequence-value-to-external): New functions.
6844
6845 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6846
6847 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6848 Use expand-file-name.
6849 (flymake-delete-temp-directory): Use expand-file-name,
6850 file-name-directory, and directory-file-name.
6851 (flymake-strrchr): Delete.
6852 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6853 to the init-f function.
6854 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6855 (flymake-init-find-buildfile-dir)
6856 (flymake-init-create-temp-source-and-master-buffer-copy)
6857 (flymake-simple-make-init-impl, flymake-simple-make-init)
6858 (flymake-master-make-init, flymake-master-make-header-init)
6859 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6860 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6861 (flymake-xml-init): Remove corresponding redundant buffer argument.
6862 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6863 the default anyway. Clean up regexps.
6864
6865 * progmodes/flymake.el (flymake-temp-source-file-name)
6866 (flymake-master-file-name, flymake-temp-master-file-name)
6867 (flymake-base-dir): New buffer-local vars.
6868 (flymake-buffer-data, flymake-get-buffer-value)
6869 (flymake-set-buffer-value): Replace those hash-tables by the new
6870 buffer-local vars. Update callers.
6871
6872 * progmodes/flymake.el (flymake-check-start-time)
6873 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6874 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6875 Move definition, so we can remove redundant earlier declaration.
6876 (flymake-replace-regexp-in-string, flymake-split-string)
6877 (flymake-get-temp-dir): Use defalias.
6878 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6879 (flymake-xemacs-window-edges): Remove unused function.
6880 (flymake-get-point-pixel-pos): Move.
6881 (flymake-pid-to-names, flymake-reg-names)
6882 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6883 Replace by a simple list flymake-processes and by process-buffer.
6884 Update callers. Other than simplify the code, it uses buffers rather
6885 than buffer-names so it doesn't get confused by uniquify.
6886 (flymake-buffer-data): The global value should just be nil.
6887
6888 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6889 Optimize the body of a defalias like any other code.
6890
6891 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6892 Make sure we've setup font-lock's vars. It may influence which
6893 function we then call.
6894 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6895 here since it's too late anyway.
6896
6897 2006-01-03 Romain Francoise <romain@orebokech.com>
6898
6899 * startup.el (fancy-splash-tail, normal-splash-screen):
6900 Update copyright year.
6901
6902 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6903
6904 * mouse.el (mouse-drag-track): Rename, from
6905 `mouse-drag-region-1'. Includes optional argument required to
6906 enable post-drag event processing (e.g. delete region keys).
6907 Can be used without this argument to track a mouse region and operate
6908 on it as soon as the drag completes.
6909 (mouse-drag-region): Use `mouse-drag-track'.
6910
6911 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6912
6913 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6914 Move to `custom-buffer' group.
6915
6916 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6917 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6918 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6919 (custom-theme-face-menu): New variables.
6920 (custom-theme-add-variable, custom-theme-variable-action)
6921 (custom-variable-reset-theme, custom-theme-delete-variable)
6922 (custom-face-reset-theme, custom-theme-face-action)
6923 (custom-theme-delete-face, custom-theme-merge-theme)
6924 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6925
6926 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6927
6928 * custom.el: Move Custom Themes commentary to start of theme code.
6929 (custom-known-themes): Rename `standard' theme to `changed'.
6930 (custom-push-theme): Caller no longer specifies what theme to use
6931 when doing `reset'---the setting is simply removed from the theme.
6932 Delete MODE from `theme-value' and `theme-settings' properties.
6933 (custom-declare-theme): Ignore &rest args since we don't use them.
6934
6935 (custom-loaded-themes): Delete variable.
6936 (custom-theme-load-themes, custom-theme-loaded-p)
6937 (custom-theme-value): Delete functions.
6938
6939 (custom-declare-theme): Signal error on invalid theme names.
6940 (provide-theme): custom-loaded-themes was deleted.
6941 (load-theme): Load the file unconditionally.
6942 (enable-theme): Call `load-theme' if theme is undefined.
6943 (custom-enabled-themes): Only update value for successful loads.
6944 (disable-theme): Complete from enabled themes when interactive.
6945 (custom-variable-theme-value): Calculate theme value directly.
6946
6947 (custom-theme-reset-variables, custom-reset-variables): Mark as
6948 XEmacs compatibility functions. We don't actually use these.
6949
6950 * cus-edit.el (custom-variable-state-set):
6951 Use custom-variable-theme-value instead of custom-theme-value.
6952 (custom-face-state-set): Rename `standard' theme to `changed'.
6953 (custom-save-variables, custom-save-faces): Delete unneeded
6954 references to custom-reset-variables.
6955 (custom-save-resets): Delete function.
6956 (custom-save-variables, custom-save-faces): MODE argument deleted.
6957 (custom-save-variables, custom-save-faces): Ignore theme values.
6958
6959 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6960 compatibility function.
6961
6962 2006-01-01 Richard M. Stallman <rms@gnu.org>
6963
6964 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6965 (Custom-reset-current, Custom-reset-saved): Likewise.
6966 (Custom-reset-standard): Show message if aborted.
6967 (custom-mode): Doc fix, describing those commands.
6968
6969 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6970 put on event-kind property.
6971
6972 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6973
6974 * custom.el (provide-theme): Ban `user' theme name.
6975 (custom-enabling-themes): New variable.
6976 (enable-theme): Don't enable user if custom-enabling-themes is t.
6977 (custom-enabled-themes): Make it a defcustom.
6978 (custom-theme-recalc-face): No-op if face is undefined.
6979
6980 * cus-edit.el (custom-button-mouse): New variable.
6981 (custom-button-mouse): New face.
6982 (custom-raised-buttons, custom-mode): Use it.
6983
6984 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6985
6986 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6987
6988 * progmodes/gud.el (gud-display-line): Support hl-line in the
6989 source buffer.
6990
6991 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6992
6993 * mouse.el (mouse-drag-window-above): Verify that the found window
6994 overlaps with the given window in the horizontal dimension.
6995
6996 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6997
6998 * Makefile.in (cvs-update): New target.
6999
7000 * makefile.w32-in (cvs-update): Ditto.
7001
7002 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7003
7004 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7005 (custom-new-theme-mode-map): New variable.
7006
7007 2005-12-30 Richard M. Stallman <rms@gnu.org>
7008
7009 * custom.el (custom-load-themes): Function deleted.
7010
7011 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7012 (custom-save-variables): Don't delete or add custom-load-themes call.
7013
7014 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * cus-start.el: Add `visible-cursor'.
7017
7018 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7019 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7020 (flymake-process-filter): Switch to buffer before calling it instead.
7021 (flymake-post-syntax-check, flymake-highlight-err-lines)
7022 (flymake-delete-own-overlays, flymake-parse-err-lines)
7023 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7024 (flymake-count-lines, flymake-parse-residual):
7025 Remove constant buffer argument.
7026 (flymake-start-syntax-check-for-current-buffer): Remove.
7027 Update callers to use flymake-start-syntax-check instead.
7028 (flymake-display-err-menu-for-current-line):
7029 Remove unused var `mouse-pos'.
7030 (flymake-restore-formatting): Comment out unused function.
7031 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7032 argument, use current-buffer instead. Update callers.
7033
7034 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7035
7036 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7037 buffer-local because choose-completion-delete-max-match requires
7038 that we set completion-ignore-case (i.e., binding via let is not
7039 sufficient).
7040 (bibtex-complete): Always set completion-ignore-case and
7041 choose-completion-string-functions. The latter is needed because
7042 choose-completion-string-functions keeps its value if we quit the
7043 *Completions* buffer without requesting a completion.
7044
7045 2005-12-30 Andreas Schwab <schwab@suse.de>
7046
7047 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7048
7049 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7050
7051 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7052
7053 2005-12-30 Juri Linkov <juri@jurta.org>
7054
7055 * locate.el (locate-fcodes-file, locate-header-face)
7056 * progmodes/delphi.el (delphi-other-face)
7057 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7058
7059 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7060 group `paren-showing-faces'.
7061
7062 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7063 (goto-address): Fix docstring.
7064
7065 * net/webjump.el (webjump-sample-sites): Update URLs.
7066
7067 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7068
7069 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7070
7071 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7072
7073 * font-lock.el (font-lock-compile-keywords): Signal an error when
7074 font-lock-set-defaults hasn't been called.
7075
7076 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7077
7078 * subr.el (noreturn, 1value): Doc fixes.
7079
7080 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7081
7082 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7083 that assoc-string returns nil.
7084
7085 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7086
7087 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7088 (bibtex-entry-type-str, bibtex-empty-field-re)
7089 (bibtex-search-backward-string, bibtex-preamble-prefix)
7090 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7091 (bibtex-any-valid-entry-type): New variable.
7092 (bibtex-parse-field-name): Simplify.
7093 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7094 (bibtex-preamble-prefix): Include left delimiter.
7095 (bibtex-search-forward-field, bibtex-search-backward-field):
7096 Allow unbounded search past entry boundaries (required by bibtex-pop).
7097 (bibtex-text-in-field-bounds): Use push.
7098 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7099 (bibtex-parse-preamble, bibtex-valid-entry)
7100 (bibtex-beginning-first-field): New functions.
7101 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7102 (bibtex-map-entries): Fix docstring.
7103 (bibtex-flash-head): New arg prompt. Simplify.
7104 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7105 (bibtex-insert-kill): Simplify. Always insert text past the
7106 current field or entry.
7107 (bibtex-format-entry): Use bibtex-parse-field.
7108 (bibtex-pop): Use bibtex-beginning-of-entry and
7109 bibtex-end-of-entry to initiate the search. Insert empty field if
7110 we found ourselves.
7111 (bibtex-print-help-message): New args field and comma.
7112 Handle entry keys.
7113 (bibtex-make-field): Use bibtex-beginning-of-entry.
7114 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7115 invalid entry.
7116 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7117 Handle preambles. Simplify code for thorough test.
7118 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7119 New arg comma. Handle entry heads.
7120 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7121 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7122 New arg comma.
7123 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7124 (bibtex-fill-field): Simplify.
7125 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7126 bibtex-parse-field.
7127 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7128 (bibtex-complete): Use bibtex-parse-preamble.
7129
7130 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7131
7132 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7133 Display name of expression instead of convenience variable.
7134 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7135
7136 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7137 toggle-gud-tooltip-dereference.
7138 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7139 (gud-tooltip-tips): ...here when dereferencing.
7140
7141 2005-12-28 Bill Wohler <wohler@newt.com>
7142
7143 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7144
7145 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7146
7147 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7148 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7149 (vc-annotate-display-autoscale): Adjust call.
7150 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7151 Fix interactive spec.
7152 (vc-annotate-time-span): Remove.
7153 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7154 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7155 (vc-annotate-display-select): Use new name.
7156
7157 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7158 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7159 Correct the construction of span entries. Simplify.
7160 (vc-annotate-display-select): Fix the nil case.
7161 (vc-annotate): Remove obsolete (and now broken) code.
7162 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7163 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7164
7165 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7166
7167 * subr.el (lazy-completion-table): Correct typo in docstring.
7168
7169 * startup.el (command-line): Use `custom-reevaluate-setting' for
7170 `send-mail-function'.
7171
7172 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7173
7174 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7175
7176 * mail/smtpmail.el (smtpmail-try-auth-methods):
7177 Send credentials together with "AUTH PLAIN" command.
7178
7179 2005-12-27 Richard M. Stallman <rms@gnu.org>
7180
7181 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7182 mouse-2, go back to previously selected window, so it's selected
7183 when mouse-2 command runs.
7184
7185 2005-12-27 Juri Linkov <juri@jurta.org>
7186
7187 * descr-text.el (describe-text-sexp): Use square brackets for
7188 button [Show] to distinguish it from the property value `show'.
7189 (describe-property-list): Use `insert-text-button' with
7190 `help-face' type instead of putting face in quotes, because button
7191 is not created automatically for a list of faces.
7192 (describe-text-properties-1): Put button-type value in quotes to
7193 distinguish from plain text "button".
7194 (describe-char): Display code point values in hex. Don't use
7195 `symbol-name' for `current-input-method' because it is a string.
7196 Use `insert-text-button' with `help-face' type instead of putting
7197 hardcoded face in quotes, because button is not created automatically.
7198
7199 2005-12-27 Richard M. Stallman <rms@gnu.org>
7200
7201 * progmodes/glasses.el (glasses-face): More specific custom type.
7202
7203 * files.el (set-visited-file-name): Doc fix.
7204
7205 * textmodes/flyspell.el (flyspell-external-point-words):
7206 Use local var buffer-scan-pos to advance scan for next misspelling.
7207 Advance it only after we find the misspelling.
7208
7209 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7210
7211 * textmodes/flyspell.el (flyspell-external-point-words):
7212 New criteria for finding the misspelling in the buffer.
7213
7214 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7215
7216 * help-mode.el (help-insert-string): Set help-xref-stack-item
7217 rather than call help-setup-xref.
7218
7219 * descr-text.el (describe-char): Revert previous changes for
7220 optional buffer argument.
7221
7222 2005-12-27 Juri Linkov <juri@jurta.org>
7223
7224 * help-mode.el (help-insert-string): New function. Save buffer
7225 contents in cases where it is impossible to recompute the old contents.
7226
7227 * descr-text.el (describe-char): Set help-xref-stack-item
7228 explicitly after buffer has been generated.
7229
7230 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7231
7232 * cus-start.el (all): Add x-gtk-show-hidden-files.
7233
7234 2005-12-26 Richard M. Stallman <rms@gnu.org>
7235
7236 * replace.el (perform-replace): Calculate match-again
7237 before skipping read-only matches.
7238
7239 * paren.el (paren-showing-faces): New group.
7240 (show-paren-match, show-paren-mismatch): Move to that group.
7241
7242 * button.el (button): Put into group `basic-faces'.
7243
7244 * progmodes/make-mode.el: Remove faces from group `faces'.
7245
7246 * apropos.el (apropos, apropos-value): Doc fix.
7247 (apropos-documentation): Doc fix.
7248
7249 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * subr.el (lazy-completion-table): Remove argument `args'.
7252
7253 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7254 Don't use the `args' argument of lazy-completion-table.
7255
7256 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7257
7258 * descr-text.el (describe-char): Add optional argument for buffer.
7259 Set buffer appropriately. Call help-setup-xref.
7260 Suggested by Stefan Monnier.
7261
7262 2005-12-26 Juri Linkov <juri@jurta.org>
7263
7264 * descr-text.el: Require `help-fns' at runtime. Don't require
7265 `button' for byte compilation.
7266 (describe-text-widget): Add `help-echo' for first button.
7267 Use `help-info' for second.
7268 (describe-property-list): Use `help-argument-name' instead of `italic'.
7269 (describe-text-category): Add prompt to interactive spec.
7270 Call `help-setup-xref'.
7271 (describe-char): Use `help-character-set'. Add `help-echo' for
7272 code point. Use `help-input-method'. Remove superfluous insert.
7273
7274 2005-12-25 Richard M. Stallman <rms@gnu.org>
7275
7276 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7277 at point, in case of narrowing.
7278
7279 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7280
7281 * locate.el (locate-header-face): Allow nil in type.
7282
7283 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7284
7285 2005-12-25 Romain Francoise <romain@orebokech.com>
7286
7287 * battery.el (battery-linux-proc-acpi): Also try
7288 `/proc/acpi/thermal_zone/THM0/temperature'.
7289
7290 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7291
7292 * custom.el (custom-push-theme): Fix docstring.
7293
7294 * cus-edit.el (custom-variable-set, custom-variable-save)
7295 (custom-variable-save): Custom-quote widget values.
7296 (customize-save-variable): Fix custom-push-theme call.
7297
7298 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7299
7300 * w32-fns.el (w32-batch-update-autoloads): New function.
7301
7302 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7303 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7304 from the command line.
7305
7306 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7309 reset means to remove setting from theme entirely. Don't keep
7310 expanding theme-settings list; delete old entries if necessary.
7311
7312 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7313 customization" button one line up.
7314 (custom-themed): New face.
7315 (custom-magic-alist): New value, THEMED, for theme settings.
7316 (custom-variable-state-set, custom-face-state-set):
7317 Check theme-value instead of saved-value.
7318 (custom-variable-reset-standard, custom-face-reset-standard):
7319 Remove theme setting entirely. Recalculate new values.
7320 (custom-variable-set, custom-variable-set)
7321 (custom-variable-reset-saved, custom-variable-reset-backup)
7322 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7323 (custom-variable-save): Fix typos.
7324
7325 2005-12-23 Juri Linkov <juri@jurta.org>
7326
7327 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7328 Add autoload cookies.
7329 (edebug-outside-d-c-i-n-s-w): New variable.
7330 (edebug-display, edebug-outside-excursion): Use it to save the
7331 original value of default-cursor-in-non-selected-windows.
7332 Set default-cursor-in-non-selected-windows to t while Edebug
7333 is active.
7334 (edebug-mode, edebug-eval-mode): Doc fix.
7335
7336 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7337 with `buffer-substring-no-properties' to remove common substring
7338 highlighting.
7339
7340 * info.el (info-other-window, info): Rename function argument
7341 `file' to `file-or-node'.
7342 (Info-complete-menu-item): Use local variable `complete-nodes' to
7343 keep the global value of `Info-complete-nodes' unchanged for
7344 subsequent completions.
7345 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7346
7347 * simple.el (get-next-valid-buffer, last-buffer)
7348 (next-error-buffer-p, next-error-find-buffer)
7349 (minibuffer-history-sexp-flag): Doc fix.
7350
7351 * savehist.el (savehist-mode-hook): Add `:group'.
7352
7353 * log-view.el: Call autoload for vc-find-version.
7354 (log-view-current-file): Adjust subgroup numbers.
7355 (log-view-current-tag): Add `length'.
7356
7357 2005-12-23 Richard M. Stallman <rms@gnu.org>
7358
7359 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7360
7361 2005-12-23 Juri Linkov <juri@jurta.org>
7362
7363 * hi-lock.el (hi-lock-archaic-interface-message-used)
7364 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7365 (hi-lock-mode): Display "Hi" in the mode line only when
7366 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7367 (hi-lock-write-interactive-patterns):
7368 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7369 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7370 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7371 font-lock-add-keywords to t.
7372
7373 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7374
7375 * hi-lock.el (hi-lock-highlight-range): New variable.
7376 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7377 only if font-lock-fontified is non-nil. Remove overlays.
7378 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7379 font-lock-fontified is non-nil, otherwise use overlays (instead of
7380 text properties).
7381 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7382 New variables.
7383 (hi-lock-string-serialize) New function.
7384
7385 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7386
7387 * menu-bar.el (menu-find-file-existing): New function.
7388 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7389
7390 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7391
7392 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * vc.el: Remove unnecessary leading * in docstrings.
7395 (vc-annotate-mode-map): Move initialization into declaration.
7396 (vc-static-header-alist): Nitpick on the regexp.
7397 (vc-default-init-version): New fun.
7398 (vc-register): Use it.
7399 (vc-insert-headers): Use dolist.
7400 (vc-annotate-get-backend): Remove unused function.
7401 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7402 (vc-annotate-mode): Remove corresponding call.
7403 (vc-annotate-car-last-cons): Simplify.
7404 (vc-annotate-buffers): Remove var.
7405 (vc-annotate-backend): Make it buffer-local.
7406 (vc-annotate): Move the interaction to the interactive spec.
7407 Add a `buf' argument.
7408 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7409 killing&creating a vc-annotate buffer, which is very disruptive when
7410 the buffers are shown in dedicated frames.
7411
7412 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7413
7414 * descr-text.el: Add FSF as maintainer.
7415 (describe-text-mode, describe-text-mode-map)
7416 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7417 help-mode.
7418 (describe-text-widget, describe-text-sexp)
7419 (describe-property-list, describe-text-category)
7420 (describe-text-properties, describe-text-properties-1)
7421 (describe-char): Use help buttons instead of widgets.
7422 (describe-char-unicodedata-file): Make URL link in doc string.
7423
7424 2005-12-22 Richard M. Stallman <rms@gnu.org>
7425
7426 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7427 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7428 Don't include buttons that write a file when there's no file.
7429 (custom-variable-menu, custom-face-menu, custom-group-menu):
7430 Don't include commands that write a file when there's no file.
7431 (customize-browse): Reword the top-of-buffer help intro.
7432 (custom-buffer-create-internal): Fix previous change.
7433 (customize-changed-options-previous-release): Prev release is 21.1.
7434 (customize-changed-options): Doc fix.
7435 (customize-changed): New alias.
7436 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7437 Say "standard values".
7438 (Custom-reset-standard): Doc fix.
7439 (custom-face-reset-standard): Doc fix.
7440
7441 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7442
7443 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7444 even if font-lock-mode is non-nil since it may be t without having
7445 turned on font-lock-mode-internal.
7446 (font-lock-choose-keywords): Minor optimization.
7447 (font-lock-add-keywords, font-lock-remove-keywords)
7448 (font-lock-set-defaults): Don't call make-local-variable on a variable
7449 that we know to already be local.
7450
7451 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7452
7453 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7454 messages if in the minibuffer.
7455
7456 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7457
7458 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7459 (tex-mode-flyspell-verify, flyspell-get-word)
7460 (flyspell-external-point-words): Don't use point-min/max uselessly.
7461
7462 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7463 by Kevin Rodgers. Instead, just hide the completions buffer if we
7464 don't need to show it.
7465
7466 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7467
7468 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7469
7470 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7471
7472 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7473 delete-windows-on with an inexistent buffer.
7474
7475 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7476
7477 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7478 Delete defcustom variable :tag names.
7479
7480 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7481
7482 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7483 (log-view-font-lock-keywords): Ajust subgroup numbers.
7484 (log-view-current-tag): Don't hard code the number of subgroups.
7485
7486 2005-12-20 Juri Linkov <juri@jurta.org>
7487
7488 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7489 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7490
7491 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7492 (menu-bar-non-minibuffer-window-p): Instead of checking
7493 display-multi-frame-p, use selected-frame when menu-updating-frame
7494 is nil.
7495
7496 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7497
7498 * align.el (align-rules-list): Use [ \t] instead of \s-
7499 for column separators in text mode.
7500
7501 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7502
7503 * help-mode.el (help-customize-variable, help-customize-face):
7504 Don't pop help-xref-stack as help-follow no longer pushes
7505 anything on to it.
7506
7507 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7508
7509 * textmodes/org.el (org-agenda-custom-commands): New option.
7510 (org-agenda): Offer custom commands on splash screen.
7511 (org-make-tags-matcher): Parser for Boolean logic added.
7512 (org-agenda-set-tags): New command.
7513 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7514 (org-set-tags): Efficiency improvements.
7515 (org-auto-align-tags): New option.
7516 (org-todo, org-demote, org-promote): Realign tags.
7517 (org-tags-completion-function): Use also "&" and "|" as separators.
7518 (org-org-menu): Agenda commands simplified.
7519
7520 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7521
7522 * cus-edit.el (customize-apropos, customize-apropos-options):
7523 Docstring changes.
7524
7525 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7526
7527 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * longlines.el (longlines-mode): Wrap while widened.
7530 (longlines-decode-region, longlines-encode-region): Compute max
7531 just once.
7532
7533 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7534
7535 * cus-edit.el (mac): New group.
7536
7537 * cus-start.el (all): Add user options in macterm.c. Add test for
7538 Mac-related built-ins. Fix test for GTK-related built-ins.
7539
7540 * term/mac-win.el (mac-handle-language-change)
7541 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7542 (mac-services-open-selection, mac-services-mail-selection)
7543 (mac-services-mail-to, mac-services-insert-text)
7544 (mac-dispatch-apple-event): Add docstrings.
7545 (x-get-selection, mac-select-convert-to-string): Select coding
7546 system from `utf-16be' and `utf-16le' using `byteorder'.
7547
7548 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7549
7550 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7551 a "list" (lambda ...) rather than a real completion list.
7552
7553 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7554 lexical-let when encountering ((lambda (...) ...) ...).
7555
7556 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7557
7558 * progmodes/sh-script.el (sh-mode):
7559 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7560 * textmodes/picture.el (picture-mode): Update docstrings.
7561
7562 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7563
7564 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7565 commands enclosed in $(ARGQUOTE)s should not be split between two
7566 lines, as that will break with GNU Make >3.80, when sh.exe is used
7567 and arg quoting is with '..'.
7568 (autoloads): Don't break the quoted --eval expression between
7569 several lines.
7570
7571 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7572
7573 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7574 Capture error from printing circular structures.
7575
7576 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7577
7578 * wid-edit.el (widget-checkbox-action): Clear undo info.
7579
7580 2005-12-16 Bill Wohler <wohler@newt.com>
7581
7582 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7583 bar, not menubar in comment.
7584
7585 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7588 After-change-functions should not clobber the match data.
7589
7590 2005-12-16 Juri Linkov <juri@jurta.org>
7591
7592 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7593 instead of `buffer-substring'.
7594 (completion-common-substring): Doc fix.
7595 (completion-setup-function): Use minibuffer-completion-contents
7596 instead of minibuffer-contents. Don't set common-string-length
7597 initially. Remove special handling of partial-completion-mode.
7598 Move computation of completion-base-size into one cond.
7599 Call completion-base-size-function in mainbuf. In computation of
7600 completion-base-size for file name completion don't move point to
7601 the end of the minibuffer. Move computation of common-string-length
7602 into one cond. Start putting faces only when common-string-length>=0.
7603 Add condition to put completions-common-part when
7604 common-string-length>0.
7605
7606 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7607 place point at the first different character in the minibuffer
7608 even if this position is at the beginning of the minibuffer.
7609
7610 * info.el (Info-read-node-name-1): In completion-base-size-function's
7611 lambda return 1 if common-substring or minibuffer-completion-contents
7612 starts with (, and 0 otherwise.
7613
7614 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7615 Use `crm-current-element' for second arg of `display-completion-list'.
7616
7617 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7618
7619 * files.el (set-auto-mode): Look for an interpreter specified on
7620 the first line also if search for mode specification succeeded,
7621 but the mode is not known.
7622
7623 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7624
7625 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7626 (org-open-at-point): Implement tag searches as links.
7627 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7628 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7629 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7630 (org-agenda-dispatch): New commands.
7631 (org-use-tag-inheritance, org-tags-column): New options.
7632 (org-tab-follows-link, org-return-follows-link): New options.
7633 (org-tags): New customize group.
7634 (org-start-icalendar-file): Get local time zone.
7635 (org-tags-completion-function): New function.
7636 (org-set-font-lock-defaults): Make sure links will also be
7637 highlighted inside headlines.
7638
7639 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7640
7641 * term.el (term-emulate-terminal):
7642 Let term-handle-ansi-terminal-messages override what Bash says about
7643 its current directory.
7644
7645 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7646
7647 * bindings.el (last-buffer): Move to simple.el.
7648 * simple.el (last-buffer): Move here.
7649 (get-next-valid-buffer): New function.
7650 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7651 (prev-buffer): Ditto. Rename to `previous-buffer'.
7652
7653 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7654 * bindings.el (global-map): Ditto.
7655
7656 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7657
7658 * cus-edit.el: Introductory comment change.
7659 (custom-magic-alist): Change message string for the `rogue' state.
7660
7661 2005-12-15 Richard M. Stallman <rms@gnu.org>
7662
7663 * tooltip.el: Delete defcustom variable :tag names.
7664
7665 * complete.el (partial-completion-mode): Doc fix.
7666
7667 * textmodes/flyspell.el (flyspell-external-point-words):
7668 Use save-excursion to ensure we don't move backward in the
7669 search loop, not even one character.
7670 (flyspell-delete-all-overlays): Use remove-overlays directly.
7671
7672 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7673 (ispell-start-process): Set that variable.
7674 Clear ispell-buffer-local-name.
7675 (ispell-internal-change-dictionary):
7676 Set ispell-current-dictionary after killing process.
7677 (ispell-buffer-local-dict):
7678 Don't set spell-personal-dictionary after killing process.
7679 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7680 (ispell-tex-skip-alists, ispell-html-skip-alists)
7681 (ispell-skip-region-alist): Mark as risky.
7682
7683 * net/newsticker.el (newsticker--retrieval-timer-list)
7684 (newsticker--display-timer, newsticker-running-p)
7685 (newsticker-ticker-running-p): Definitions moved up.
7686
7687 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7688
7689 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7690
7691 2005-12-15 David Ponce <david@dponce.com>
7692
7693 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7694 (recentf-edit-list, recentf-open-files): Signal an error when
7695 there is no recent file.
7696
7697 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7698
7699 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7700 read-only except for texinfo-format-region evaluation.
7701
7702 2005-12-14 Richard M. Stallman <rms@gnu.org>
7703
7704 * vc.el (vc-default-previous-version, vc-default-next-version)
7705 (vc-do-command): Doc fixes.
7706
7707 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7708
7709 * textmodes/bibtex.el (bibtex-expand-strings)
7710 (bibtex-autokey-expand-string, bibtex-name-part)
7711 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7712 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7713 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7714 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7715 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7716 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7717 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7718 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7719 (bibtex-beginning-of-last-entry): Remove.
7720 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7721 message if comma is missing but buffer is read-only.
7722 (bibtex-parse-field-text): Handle whitespaces at the end of field
7723 text. Return 3-element list with beginning and end of field text
7724 and end of field.
7725 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7726 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7727 (bibtex-search-forward-field, bibtex-search-backward-field):
7728 Search always delimited by limits of entry. Use more efficient
7729 search algorithms.
7730 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7731 bibtex-end-of-name-in-field.
7732 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7733 extracting the content of a field.
7734 (bibtex-text-in-field): Use search limits.
7735 (bibtex-parse-string-prefix): Handle empty string keys based on
7736 bibtex-string-empty-key.
7737 (bibtex-parse-string): Fix docstring.
7738 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7739 (bibtex-preamble-prefix, bibtex-strings): New functions.
7740 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7741 BibTeX entries (consistent with other BibTeX functions).
7742 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7743 (bibtex-search-entry): Fix docstring. Simplify.
7744 (bibtex-flash-head, bibtex-complete-string-cleanup)
7745 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7746 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7747 (bibtex-parse-entry): New optional arg content.
7748 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7749 Use bibtex-text-in-field-bounds.
7750 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7751 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7752 bibtex-parse-string-postfix.
7753 (bibtex-find-text-internal): New function.
7754 (bibtex-remove-delimiters): Use it.
7755 (bibtex-find-text): Use it. New optional arg help.
7756 (bibtex-complete): Handle BibTeX string and preamble entries.
7757 (bibtex-Preamble): Fix order of closing delimiters.
7758
7759 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7760
7761 * vc.el (vc-default-revert): New fun.
7762
7763 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7764
7765 2005-12-14 Romain Francoise <romain@orebokech.com>
7766
7767 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7768 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7769 (font-lock-remove-keywords): Likewise.
7770
7771 2005-12-14 Juri Linkov <juri@jurta.org>
7772
7773 * log-view.el (log-view-diff): Doc fix.
7774
7775 * isearch.el (isearch-query-replace): Use (mark) instead of
7776 isearch-opoint if mark is active in transient-mark-mode.
7777
7778 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7779
7780 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7781
7782 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7783
7784 * progmodes/cpp.el (cpp-face): New widget.
7785 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7786
7787 2005-12-14 Juri Linkov <juri@jurta.org>
7788
7789 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7790 around `erase-buffer' and `insert'.
7791
7792 * descr-text.el (describe-text-properties): Replace buffer name
7793 "*Help-2*" with "*Help*<2>".
7794 (describe-char): Add functions print-help-return-message,
7795 toggle-read-only. Use help-setup-xref with nil to not store
7796 describe-char in help-xref-stack. Use help-make-xrefs to
7797 make [back] button.
7798
7799 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7800
7801 * wdired.el (wdired-old-point): New internal variable.
7802 (wdired-change-to-wdired-mode): Set it buffer-locally.
7803 (wdired-abort-changes): Restore point after aborting changes.
7804
7805 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * vc.el (vc-do-command): Add a new value t for okstatus.
7808
7809 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7810 frame in case of errors.
7811
7812 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7813
7814 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7815 so it comes after "On the Left" in the menu.
7816
7817 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7818
7819 * cus-edit.el (customize-apropos, customize-apropos-options)
7820 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7821
7822 2005-12-12 Bill Wohler <wohler@newt.com>
7823
7824 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7825 non-writable Subversion-controlled files by saving window
7826 configuration before calling vc-do-command. vc-do-command calls
7827 pop-to-buffer on error which is unexpected during registration.
7828
7829 2005-12-12 Jay Belanger <belanger@truman.edu>
7830
7831 * calc/README: Update the summary of changes.
7832
7833 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7834
7835 * descr-text.el (describe-char): Rework last fix to solve the problem
7836 is the same way it's solved for everything else in that function
7837 (i.e. by extracting the info before setting up the *Help* buffer).
7838
7839 2005-12-12 Kim F. Storm <storm@cua.dk>
7840
7841 * subr.el (version-regexp-alist): Allow space as separator before
7842 non-numeric part, e.g. "1.0 alpha".
7843 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7844
7845 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7846
7847 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7848 Implement Logging and the keep-modes setting.
7849 (org-get-category): Make sure a string is returned.
7850 (org-log-done): New function.
7851 (org-log-done, org-closed-string): New options.
7852
7853 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7854
7855 * tooltip.el (tooltip-y-offset): Change default to 20.
7856
7857 2005-12-12 Richard M. Stallman <rms@gnu.org>
7858
7859 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7860
7861 * frame.el (display-hourglass): Doc fix.
7862
7863 * help.el (help-for-help-internal): Simplify entry for `a'.
7864
7865 * info.el (Info-on-current-buffer): Doc fix.
7866 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7867
7868 * startup.el (inhibit-splash-screen): Make this the real name.
7869 (inhibit-startup-message): Make this the alias.
7870 (command-line): Find only simple.el, and use its directory
7871 to fill in other preloaded files' names.
7872 (command-line): Deactivate the mark if deactivate-mark is set.
7873
7874 * international/mule.el (load-with-code-conversion):
7875 Bind deactivate-mark.
7876
7877 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7878
7879 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7880
7881 * cus-edit.el (customize-apropos): Avoid listing an option more
7882 than once under different aliases. No longer list user options
7883 that are not defined with defcustom (unless a prefix arg is given).
7884 Doc fix.
7885 (customize-apropos-options): Doc fix.
7886
7887 2005-12-11 Juri Linkov <juri@jurta.org>
7888
7889 * frame.el (set-background-color, set-foreground-color)
7890 (set-cursor-color, set-mouse-color, set-border-color):
7891 Add explicit prompts to read colors by `facemenu-read-color'.
7892 (show-trailing-whitespace, blink-cursor-delay)
7893 (blink-cursor-interval, display-hourglass, hourglass-delay):
7894 Remove tags.
7895 (display-hourglass, hourglass-delay): Doc fix.
7896 (cursor-in-non-selected-windows): Capitalize words in tag.
7897
7898 * faces.el (frame-background-mode): Replace `choice-item' keywords
7899 with `const' to not make [default] button. Change default value tag
7900 from `default' to `automatic'. Doc fix.
7901 (trailing-whitespace) <defface>: Change group `whitespace' to
7902 `whitespace-faces'.
7903
7904 2005-12-11 Richard M. Stallman <rms@gnu.org>
7905
7906 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7907
7908 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7909
7910 * term/mac-win.el: Create keymap for mac-apple-event-map.
7911
7912 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7913
7914 * tooltip.el (tooltip-mode): Move to start of file so that it
7915 appears at top of customize buffer.
7916
7917 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7918 Add the gud groupname.
7919 (gud-tooltip-mode): Add the tooltip groupname.
7920 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7921 avoid conflict with tooltip-use-echo-area.
7922
7923 2005-12-10 Romain Francoise <romain@orebokech.com>
7924
7925 * help.el (help-for-help-internal): Add `r' in doc string.
7926
7927 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7928
7929 * align.el (align-regexp, align-highlight-rule):
7930 Use region-beginning and region-end instead of point and mark, so that
7931 repetition (with `repeat-complex-command') recomputes the region
7932 bounds.
7933
7934 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7935
7936 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7937 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7938 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7939 (balance-windows): Rewrite using the above new functions.
7940
7941 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7942
7943 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7944 react if global-hi-lock-mode seems intended.
7945 (global-hi-lock-mode) Renamed from hi-lock-mode.
7946 (hi-lock-archaic-interface-message-used)
7947 (hi-lock-archaic-interface-deduce): New variables.
7948 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7949 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7950 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7951 Replace hi-lock-buffer-mode with hi-lock-mode.
7952
7953 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7954
7955 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7956 completion list, even after a partial completion has been
7957 inserted in the current buffer. If there are more than 1
7958 completion, redisplay the *Completions* buffer; if the
7959 completion is unique, delete the *Completions* window.
7960
7961 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7962
7963 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7964 strings and long subject lines that were broken into multiple
7965 lines at arbitrary places. Handle subjects that have "Re: " in
7966 the middle.
7967
7968 2005-12-10 John W. Eaton <jwe@octave.org>
7969
7970 * emacs/octave-mod.el (octave-electric-space): Don't indent
7971 comments or strings if octave-auto-indent is nil.
7972
7973 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7974
7975 * term/mac-win.el: Require url when compiling.
7976 Call mac-process-deferred-apple-events after loading init files.
7977 (mac-apple-event-map): New defvar. Define event handlers in it.
7978 (core-event, internet-event): New Apple event class symbols.
7979 (open-application, reopen-application, open-documents)
7980 (print-documents, open-contents, quit-application)
7981 (application-died, show-preferences, autosave-now, get-url):
7982 New Apple event ID symbols.
7983 (about): New HICommand ID symbol.
7984 (mac-event-spec, mac-event-ae): New macros.
7985 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7986 (mac-ae-selection-range, mac-ae-text-for-search)
7987 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7988 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7989 and Services menu events are now defined in mac-apple-event-map.
7990 (mac-drag-n-drop): Remove selection range handling.
7991
7992 2005-12-10 Kenichi Handa <handa@m17n.org>
7993
7994 * simple.el (zap-to-char):
7995 * isearch.el (isearch-process-search-char): Translate CHAR by
7996 translation-table-for-input.
7997
7998 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7999
8000 * foldout.el (foldout-exit-fold): Properly hide subtree.
8001
8002 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8003
8004 * files.el (save-buffer):
8005 * international/ucs-tables.el (ucs-set-table-for-input):
8006 * mail/mail-extr.el (mail-extract-address-components):
8007 * mail/sendmail.el (mail-mode): Reformat doc string.
8008
8009 2005-12-09 Juri Linkov <juri@jurta.org>
8010
8011 * isearch.el (isearch-highlight): Change main overlay priority
8012 from 1 to 1001. Simplify.
8013 (isearch-lazy-highlight-update): Change lazy overlay priority
8014 from 0 to 1000.
8015
8016 * replace.el (replace-highlight): Change overlay priority from
8017 1 to 1001.
8018
8019 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8020 Change overlay priority from 1 to 1001. Reuse existing overlay.
8021
8022 * compare-w.el (compare-windows-highlight): Change overlay
8023 priority from 1 to 1000.
8024
8025 * menu-bar.el (menu-bar-edit-menu): Add listp around
8026 pending-undo-list to disable menu item "undo" when pending
8027 undo list is empty.
8028
8029 * locate.el (locate): Disable undo in *Locate* buffer.
8030
8031 2005-12-09 Kim F. Storm <storm@cua.dk>
8032
8033 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8034
8035 2005-12-09 David Ponce <david@dponce.com>
8036
8037 * recentf.el: Improvement of the menu code.
8038 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8039 instead of menu hook.
8040 (recentf-show-menu, recentf-hide-menu): New functions.
8041 (recentf-menu-customization-changed, recentf-mode): Use them.
8042 (recentf-menu-action, recentf-max-menu-items)
8043 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8044 (recentf-arrange-by-rule-others)
8045 (recentf-arrange-by-rules-min-items)
8046 (recentf-arrange-by-rule-subfilter) : Don't use
8047 `recentf-menu-customization-changed'.
8048 (recentf-arrange-rules): Likewise. Accept functions to compute
8049 sub-menu titles.
8050 (recentf-menu-filter): Likewise. Doc fix.
8051 (recentf-menu-value-shortcut): Doc fix.
8052 (recentf-dump-variable): Quote atom value.
8053 (recentf-make-menu-items): Update to use it as a menu filter.
8054 (recentf-match-rule): New function.
8055 (recentf-arrange-by-rule): Use it.
8056 (recentf-indirect-mode-rule): New function.
8057 (recentf-build-mode-rules): Use it.
8058 (recentf-dir-rule): New function.
8059 (recentf-arrange-by-dir): Use it.
8060 (recentf-filter-changer-current): Rename from
8061 `recentf-filter-changer-state'. All references updated.
8062 (recentf-filter-changer-alist): Update filter names.
8063 (recentf-filter-changer-select): New function.
8064 (recentf-filter-changer): Use it. Make a sub-menu from filters
8065 available in `recentf-filter-changer-alist'.
8066 (recentf-data-cache, recentf-clear-data)
8067 (recentf-update-menu): Remove. All references updated.
8068 (recentf-match-rule-p, recentf-build-dir-rules)
8069 (recentf-filter-changer-goto-next)
8070 (recentf-filter-changer-get-current)
8071 (recentf-filter-changer-get-next): Remove.
8072
8073 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8074
8075 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8076 buffer "Reset" button to "Reset to Current" for consistency with
8077 the State buttons.
8078
8079 2005-12-08 John Paul Wallington <jpw@pobox.com>
8080
8081 * ibuf-ext.el (define-ibuffer-filter filename):
8082 If `dired-directory' is a list then really use its car.
8083
8084 2005-12-08 Kim F. Storm <storm@cua.dk>
8085
8086 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8087 Fix indention of text on right side of replaced rectangle.
8088
8089 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8090
8091 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8092 No need to check gud-comint-buffer is bound.
8093 (gdb): Prevent multiple debugging when first session uses gdba.
8094
8095 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8096
8097 CC Mode update to 5.31.
8098
8099 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8100 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8101 We might do this function properly in the future).
8102
8103 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8104 New macros c-sentence-end and c-default-value-sentence end, to cope
8105 with Emacs 22's new function `sentence-end'.
8106
8107 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8108
8109 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8110 compat issue using `c-put-overlay' and `c-delete-overlay'.
8111
8112 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8113 New compat macros to handle overlays/extents.
8114
8115 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8116
8117 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8118 (for GNU Emacs 20.4)
8119
8120 * progmodes/cc-defs.el:
8121 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8122
8123 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8124 highlighting mechanism so it will work in XEmacs too.
8125
8126 * progmodes/cc-defs.el: Insert c-int-to-char.
8127
8128 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8129 call to the new macro c-int-to-char. This solves XEmacs's
8130 regarding characters as different from integers.
8131
8132 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8133
8134 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8135 New internal helper.
8136
8137 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8138 construct to make the indirect face lookup work in XEmacs.
8139
8140 (c-cpp-matchers): Append the negation char face to the existing
8141 fontification, so that the cpp face doesn't disappear.
8142 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8143 and strings.
8144
8145 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8146 to map to `font-lock-negation-char-face' in emacsen where it exists.
8147
8148 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8149
8150 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8151
8152 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8153 Rename "c-subword-move-mode" as "c-subword-mode".
8154
8155 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8156 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8157
8158 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8159
8160 * progmodes/cc-mode.el: Added autoload directive for
8161 `c-subword-move-mode' for use in older emacsen.
8162
8163 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8164
8165 * progmodes/cc-mode.el:
8166 (i) Insert a binding for C-c C-backspace into
8167 c-bind-special-erase-keys which works in TTYs.
8168 (ii) Make sure that when file styles are used, any explicitly
8169 given style variables take priority over those in the style.
8170 Do this by calling `hack-local-variables' a second time.
8171
8172 * progmodes/cc-vars.el: Add language specific customization
8173 widgets for AWK to c-doc-comment-style, c-require-final-newline
8174 and c-default-style. Add a defcustom for awk-mode-hook.
8175 Give c-syntactic-element and c-syntactic-context doc-strings by
8176 directly setting their `variable-documentation' propery.
8177 This allows Emacs 22.1 to read these with C-h v.
8178
8179 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8180
8181 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8182
8183 * progmodes/cc-fonts.el, cc-vars.el
8184 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8185 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8186 Masatake YAMATO.
8187
8188 (c-doc-comment-style): Made GtkDoc default in C mode.
8189
8190 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8191 and C-c C-<delete>.
8192
8193 (c-bind-special-erase-keys): New function for use on
8194 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8195
8196 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8197 <delete> key behavior in XEmacs according to `delete-forward-p'.
8198 C.f. `c-electric-delete'.
8199
8200 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8201
8202 * progmodes/cc-mode.el: Give c-hungry-backspace and
8203 c-hungry-delete-forward permanent key bindings.
8204
8205 * progmodes/cc-cmds.el (c-electric-semi&comma):
8206 Bind c-syntactic-context for calls to "criteria functions", for
8207 consistency with other calls to user functions.
8208
8209 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8210 `current-prefix-arg', since this might be the prefix arg to a
8211 command which calls c-indent-command as a function. Change the
8212 interactive spec from "p" to "P".
8213
8214 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8215 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8216 was difficult to understand.
8217
8218 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8219
8220 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8221 first char of an identifier.
8222
8223 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8224 +" syntax in C++.
8225
8226 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8227
8228 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8229 auto-fill doesn't split a c-comment's last word from a hanging
8230 "*/" when a space is typed between them after fill-column.
8231
8232 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8233
8234 * progmodes/cc-styles.el (c-set-style)
8235 (c-setup-paragraph-variables): Abort the command if we're not in a
8236 CC Mode buffer.
8237
8238 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8239 with blank comment-prefix, and a blank line as the comment's
8240 second line.
8241
8242 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8243
8244 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8245 Incorporate the patterns added in the Emacs development branch
8246 for the new Emacs 22 face `font-lock-negation-char-face'.
8247
8248 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8249 of "red" since it stands out better in xterms and DOS terminals.
8250
8251 * progmodes/cc-engine.el (c-literal-faces):
8252 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8253
8254 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8255
8256 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8257 forcibly enable c-electric-flag.
8258
8259 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8260 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8261 after the comment-prefix of a C-style comment will close that comment.
8262
8263 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8264
8265 * progmodes/cc-fonts.el (c-basic-matchers-before)
8266 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8267 in Pike.
8268
8269 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8270 digraphs.
8271
8272 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8273 (c-cpp-message-directives, c-cpp-include-directives)
8274 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8275 (c-cpp-expr-directives): Introduce new language constants to
8276 control cpp syntax in a cleaner way.
8277
8278 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8279
8280 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8281
8282 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8283 (c-multiline-string-start-char): New language constants and
8284 variables to specify how newlines in string literals work.
8285
8286 (c-font-lock-invalid-string): Use them.
8287
8288 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8289 unbalanced close brace is entered. Optimization by avoiding going
8290 back over arbitrarily large blocks. Removed hints that this
8291 function only would be relevant/useful in AWK.
8292
8293 (c-electric-brace): Indent syntactically after the cleanups since
8294 lineup functions might do it differently then.
8295
8296 * progmodes/cc-engine.el, cc-langs.el
8297 (c-opt-op-identifier-prefix): New language constant and variable.
8298
8299 (c-just-after-func-arglist-p, c-after-special-operator-id)
8300 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8301
8302 * progmodes/cc-align.el, cc-engine.el
8303 (c-after-special-operator-id): New helper to handle C++ operator
8304 identifiers.
8305
8306 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8307 (c-guess-basic-syntax): Handle C++ operator identifiers in
8308 declarations.
8309
8310 * progmodes/cc-langs.el (c-assignment-operators): Add the
8311 trigraph version of ^= too.
8312
8313 * progmodes/cc-langs.el (c-assignment-operators): Add the
8314 trigraph version of |= in C++.
8315
8316 * progmodes/cc-fonts.el (c-font-lock-declarators):
8317 Handle `c-decl-hangon-kwds' after the identifier name.
8318
8319 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8320 whether an arglist is "nonempty", ignore a comment after the open
8321 paren if it isn't followed by a non-comment token on the same line.
8322
8323 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8324 Enable heuristics below the point to cope with classes inside special
8325 brace lists in Pike.
8326
8327 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8328
8329 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8330
8331 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8332
8333 * progmodes/cc-guess.el (cc-guess-install): New function to
8334 install an already guessed style in another buffer.
8335
8336 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8337 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8338 anyway if the change always is undone.
8339
8340 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8341
8342 Implement togglable electricity:
8343
8344 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8345 saying when it should be used.
8346
8347 * progmodes/cc-engine.el: Add the new buffer-local variable,
8348 c-electric-flag.
8349
8350 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8351 c-toggle-auto-newline.
8352
8353 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8354 c-toggle-auto-newline. Remove the binding for
8355 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8356 c-toggle-electric-state.
8357
8358 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8359
8360 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8361 c-\(forward\|backward\)-subword.
8362 (c-update-modeline): Add the new modeline flag `l' for
8363 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8364 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8365 Make the old name an alias of the new name.
8366 (c-toggle-electric-state): New function.
8367 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8368 Adapt these functions to do electric things only when
8369 c-electric-flag is non-nil.
8370 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8371 new functions from c-electric-brace.
8372 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8373 mode, so that the tentative extra newline doesn't change the
8374 syntax of the following brace.
8375 (c-electric-brace): Restructure by extracting the above functions.
8376 Tidy up the coding somewhat.
8377 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8378 restructure a bit.
8379
8380 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8381
8382 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8383 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8384
8385 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8386 (c-submode-indicators): Change name from `c-auto-hungry-string'
8387 since it's now used to track another submode.
8388
8389 (c-update-modeline): Convert to function and extended to check
8390 `c-subword-move-mode'.
8391
8392 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8393 Convert to compat aliases for `c-forward-subword' and
8394 `c-backward-subword'.
8395
8396 * progmodes/cc-subword.el: New functions and minor mode to handle
8397 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8398
8399 (c-forward-subword, c-backward-subword, c-mark-subword)
8400 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8401 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8402 Functions corresponding to the standard word handling functions.
8403
8404 (c-subword-move-mode): Minor mode that replaces all the standard
8405 word handling functions with their subword equivalences.
8406
8407 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8408
8409 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8410 entry for one-liner-defun.
8411
8412 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8413 name in its def-edebug-spec.
8414
8415 * progmodes/cc-cmds.el (c-electric-brace): Make the
8416 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8417 compacts space before a comment, if this will make things fit on
8418 one line.
8419
8420 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8421
8422 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8423
8424 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8425 clean-up one-liner-defun.
8426
8427 * progmodes/cc-styles.el: Add the new "awk" style.
8428
8429 * progmodes/cc-vars.el: Add description of one-liner-defun to
8430 c-cleanup-list's doc-string. New user options,
8431 c-max-one-liner-length. In c-default-style, set the default style
8432 for AWK to "awk".
8433
8434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8435
8436 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8437 macros inside labels.
8438
8439 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8440 `c-at-statement-start-p' and `c-at-expression-start-p'.
8441
8442 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8443 error if the mark isn't set.
8444
8445 * progmodes/cc-engine.el (c-guess-continued-construct)
8446 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8447 accurately detect functions inside functions.
8448
8449 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8450 like `c-at-statement-start-p' that additionally recognizes commas
8451 and expression parentheses as delimiters.
8452
8453 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8454 to avoid heuristics that doesn't work for unclosed blocks.
8455 (c-at-statement-start-p): New function.
8456
8457 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8458 Objective-C directives, e.g. directives spanning lines should work
8459 reasonably well now.
8460
8461 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8462
8463 (c-forward-objc-directive): New function to move over any ObjC
8464 directive.
8465
8466 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8467 (c-basic-matchers-before): Use it.
8468
8469 (c-font-lock-objc-iip-decl): Remove.
8470
8471 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8472 in the template arglist recognition.
8473
8474 * progmodes/cc-styles.el (c-style-alist): Fix several
8475 inconsistencies in the Whitesmith style.
8476
8477 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8478 New lineup function to get lines after Whitesmith style blocks
8479 correctly indented.
8480
8481 (c-lineup-whitesmith-in-block): Back out the compensation for
8482 opening parens since it's done using `add' lists in the style
8483 definition instead. Don't use the anchor position since it varies
8484 too much between the syntactic symbols. :P
8485
8486 * progmodes/cc-vars.el (c-valid-offset): Update.
8487
8488 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8489 lists where the offsets are combined according to several
8490 different methods: `first', `min', `max', and `add'.
8491 Report offset evaluation errors with `c-benign-error' so that some kind
8492 of reindentation still is done.
8493
8494 * progmodes/cc-engine.el (c-guess-basic-syntax):
8495 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8496 `arglist-close'.
8497
8498 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8499 situations for `arglist-cont-nonempty' and `arglist-close'.
8500
8501 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8502
8503 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8504 cc-bytecomp-boundp' in a number of places.
8505
8506 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8507 macro related issue.
8508
8509 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8510
8511 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8512 list is now [asdf], a char class [:alpha:].
8513 Include code for char classes.
8514 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8515 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8516
8517 Remove (nearly all of) the cruft associated with AWK Mode's former
8518 concept of "virtual semicolons":
8519
8520 Adapt c-beginning-of-statement, c-end-of-statement (together with
8521 subfunctions) to use the new notion of "virtual semicolon" in
8522 place of the old awkward special handling for AWK. There remains
8523 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8524 * progmodes/cc-cmds.el:
8525 (c-ascertain-adjacent-literal): In the backwards direction, now
8526 recognises AWK regexp delimiters as string delimiters.
8527 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8528 check more rigorously for "end of macro".
8529 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8530 virtual semicolons;
8531 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8532 out the code for forward movement into ...
8533 (c-end-of-statement): Now contains the code for forward movement,
8534 adapted for virtual semicolons.
8535
8536 * progmodes/cc-engine.el:
8537 (c-ws*-string-limit-regexp): New regexp.
8538 (c-forward-single-comment, c-backward-single-comment): Comment out
8539 the (now redundant) "special" AWK stuff.
8540
8541 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8542 c-string-par-start, c-string-par-separate to be more like Text
8543 Mode than Fundamental Mode.
8544
8545 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8546
8547 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8548 to the fontified region so that fontification doesn't occur
8549 outside it (could happen e.g. when fontifying a line with an
8550 unfinished declaration).
8551
8552 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8553
8554 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8555 start of the file. ^L now separate sections of the file.
8556 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8557 (c-awk-one-line-possibly-open-string-re)
8558 (c-awk-regexp-one-line-possibly-open-char-class-re)
8559 (c-awk-one-line-possibly-open-regexp-re)
8560 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8561 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8562
8563 Amend the concept of "virtual semicolons" (in the indentation
8564 engine) for languages like AWK, such that they are now
8565 conceptually attached to end of the last token of a statement, not
8566 the end of the line. (In AWK Mode, however, the pertinent text
8567 property is still physically set on the EOL.) Remove the specific
8568 tests for awk-mode, thus facilitating the introduction of other
8569 language modes where EOLs can end statements.
8570 (Note: The funtionality in cc-cmds.el, specifically
8571 c-beginning/end-of-statement has yet to be amended.)
8572
8573 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8574 New macros.
8575
8576 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8577 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8578 c-vsemi-status-unknown-p-fn (in a new page).
8579
8580 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8581 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8582 numerous awkward forms like
8583 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8584 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8585 variable before-ws-ip, the place just after char-before-ip appears.
8586
8587 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8588 a comment.
8589
8590 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8591
8592 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8593 `c-tentative-buffer-changes'.
8594
8595 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8596 convert to macro to choose between Emacs and XEmacs at compile time.
8597
8598 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8599
8600 (c-tentative-buffer-changes): New macro to handle temporary buffer
8601 changes in a convenient way.
8602
8603 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8604 for `c-tentative-buffer-changes'.
8605
8606 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8607 the checks for paren sexps between the point and the keyword, to
8608 avoid some false alarms.
8609
8610 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8611 Fixed a situation where an error could be thrown for unbalanced
8612 parens. Changed to make use of c-keyword-member' to avoid some
8613 repeated regexp matches.
8614
8615 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8616 These language variable are no longer necessary.
8617
8618 (c-block-stmt-kwds): New language constant used by
8619 c-looking-at-inexpr-block'.
8620
8621 (c-guess-basic-syntax): Remove an optional check that looked at
8622 the existence of the now removed language variables.
8623
8624 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8625 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8626 object instantiation expressions as declarations in some contexts.
8627 This bug only affected languages where the declarator can't be
8628 enclosed in parentheses.
8629
8630 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8631 insert newlines before and after substatement braces.
8632
8633 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8634 function declaration headers and the handling of C++ style member
8635 init lists.
8636
8637 (c-just-after-func-arglist-p): Rewritten to use
8638 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8639
8640 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8641
8642 (c-guess-basic-syntax): Adapt case 5B for the new
8643 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8644 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8645 covers all cases now).
8646
8647 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8648
8649 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8650
8651 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8652 c-string-par-start/separate c-sentence-end-with-esc-eol,
8653 initialised in c-setup-paragraph-variables, used in string
8654 scanning subroutines of c-beginning-of-statement.
8655
8656 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8657 which precedes the newly inserted `{'.
8658
8659 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8660
8661 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8662 function for declaration level blocks. It should now cope with
8663 templates better and also be a lot more comprehensible.
8664
8665 (c-looking-at-decl-block): The new function.
8666
8667 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8668 for compatibility.
8669
8670 (c-add-class-syntax, c-guess-continued-construct)
8671 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8672
8673 (c-decl-block-key): Change to tell apart ambiguous and
8674 unambiguous keywords. Pike specials are now handled directly in
8675 the code instead.
8676
8677 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8678 New language constants and variables to make the backward skip in
8679 `c-looking-at-decl-block' as tight as possible.
8680
8681 (c-nonsymbol-token-char-list): New language constant.
8682
8683 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8684 find balanced template arglists backwards.
8685
8686 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8687 making char classes for `c-syntactic-skip-backward'.
8688
8689 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8690 16D - can't be a class-close at that point.
8691
8692 * progmodes/cc-engine.el (c-guess-basic-syntax)
8693 (c-add-class-syntax): Don't narrow out the enclosing declaration
8694 level. This makes everything a lot easier, and it was actually
8695 only four small places that needed it to work. Some places that
8696 previously did `widen' are removed now, which has the effect that
8697 `c-guess-basic-syntax' never will look at things outside the
8698 current narrowment now. The anchor position for `topmost-intro'
8699 is affected by this, but it was so bogus it was basically useless
8700 before, and now it's equally bogus but in a slightly different way.
8701
8702 (c-narrow-out-enclosing-class): Gone.
8703
8704 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8705 the narrowed region.
8706
8707 (c-least-enclosing-brace): Remove silly optional argument.
8708
8709 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8710 the point could be left directly after an open paren when finding
8711 the beginning of the first decl in the block.
8712
8713 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8714 Specify which submatch to use.
8715
8716 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8717
8718 (c-decl-start-re): No longer any need for special treatment of
8719 ObjC due to the above.
8720
8721 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8722 presumably follows C in that regard.
8723
8724 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8725 New language constants to specify operator tokens inside
8726 identifiers in a more high level way.
8727
8728 (c-opt-identifier-prefix-key): New internal language constant.
8729
8730 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8731 (c-identifier-start, c-identifier-key): Now completely calculated
8732 from other constants.
8733
8734 (c-identifier-last-sym-match): Decommission since it's no longer used.
8735
8736 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8737
8738 * progmodes/cc-engine.el (c-forward-name): Remove the
8739 optimization when c-identifier-key is equal to c-symbol-key since
8740 it doesn't work in byte compiled files. Don't record empty
8741 regions as identifiers.
8742
8743 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8744 simplify access to `c-operators' and its likes.
8745
8746 (c-operator-list, c-all-op-syntax-tokens)
8747 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8748 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8749 (c-primary-expr-regexp, c-cast-parens): Use it.
8750
8751 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8752 an explicit language in functions.
8753
8754 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8755 variant of adornment.
8756
8757 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8758 variable.
8759
8760 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8761 the Pike value.
8762
8763 * progmodes/cc-engine.el (c-on-identifier)
8764 (c-simple-skip-symbol-backward): Small fix for handling "-"
8765 correctly in `skip-chars-backward'. Affected the operator lfun
8766 syntax in Pike.
8767
8768 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8769 diagnostic message about precompiled language vars not being used.
8770
8771 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8772 "__attribute__" is followed by a parenthesis.
8773
8774 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8775 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8776 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8777
8778 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8779 Internal cleanups to properly detect the declared identifiers in
8780 various declarations.
8781
8782 (c-decl-start-kwds): New language constant to recognize
8783 declarations that can start anywhere. Used for class declarations
8784 in Pike.
8785
8786 (c-specifier-key, c-not-decl-init-keywords)
8787 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8788 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8789
8790 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8791 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8792 handling of the compiler specific extension keywords into a new
8793 language constant `c-decl-hangon-kwds' that defines keyword
8794 clauses to be ignored in declarations.
8795
8796 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8797 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8798 Necessary to stop at the declared identifier in e.g. IDL valuetype
8799 declarations.
8800
8801 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8802 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8803 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8804 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8805 class and enum declarations as such and not as part of the type.
8806
8807 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8808 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8809
8810 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8811 declarations when there's some syntax error later on.
8812
8813 (c-complex-decl-matchers): Did away with a reference to
8814 `c-specifier-key'.
8815
8816 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8817 value - this variable is always dynamically bound.
8818
8819 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8820 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8821 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8822 functions that might do hidden buffer changes: All such internal
8823 functions are now marked instead of those that don't.
8824
8825 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8826 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8827 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8828 (c-literal-type): Allow these functions to make hidden buffer changes,
8829 so that they are free to use text property caching later on.
8830
8831 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8832 (c-electric-brace, c-electric-slash, c-electric-star)
8833 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8834 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8835 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8836 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8837 with the changed semantics of the functions above.
8838
8839 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8840 when macros occur in obscure places. Optimized the sexp movement
8841 a bit.
8842
8843 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8844
8845 Enhancements for c-beginning-of-statement to work in AWK Mode:
8846
8847 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8848 (completed statement) with `}' (statement completed by closing
8849 brace or semicolon) and `$' (statement completed by EOL).
8850
8851 (c-awk-virtual-semicolon-ends-prev-line-p)
8852 (c-awk-virtual-semicolon-ends-line-p)
8853 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8854 (c-awk-at-statement-end-p): New functions.
8855
8856 * progmodes/cc-cmds.el: Simplify the structure of functions
8857 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8858 two functions and c-beginning-of-statement to handle AWK Mode.
8859
8860 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8861 c-backward-single-comment for AWK mode. Attempt to clarify their
8862 doc-strings.
8863
8864 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8865
8866 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8867
8868 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8869 label handling. Labels are now recognized in a uniform and more
8870 robust way, regardless of context. Text properties are put on all
8871 labels to recognize the following declarations better.
8872 Multiword labels are handled both in indentation and fontification for
8873 the benefit of language extensions like Qt. For consistency, keywords
8874 in labels are now fontified with the label face instead.
8875 That also applies to "case" and "default".
8876
8877 (c-beginning-of-statement-1): Fix some bugs in the label
8878 handling. Disregard `c-nonlabel-token-key' in labels that begin
8879 with `c-label-kwds'.
8880
8881 (c-find-decl-spots): Support that the callback adds more
8882 `c-decl-end' spots to find.
8883
8884 (c-forward-decl-or-cast-1): Don't treat a list of plain
8885 identifiers followed by a colon as a declaration.
8886
8887 (c-forward-label): New function to recognize labels.
8888
8889 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8890 `c-forward-label'. Moved the label recognition cases (14 and 15)
8891 earlier since they aren't so context sensitive now. Handle labels
8892 on the top level gracefully. Moved access label recognition to
8893 the generic label case (CASE 15) - removed CASE 5E.
8894
8895 (c-font-lock-declarations): Add recognition of labels in the
8896 same round since we need to handle labels in parallell with other
8897 declarations to recognize both accurately. It should also improve
8898 speed.
8899
8900 (c-simple-decl-matchers, c-basic-matchers-after):
8901 Move `c-font-lock-labels' so that it only is used on decoration level 2
8902 since `c-font-lock-declarations' handles it otherwise.
8903
8904 (c-complex-decl-matchers): Remove the simplistic recognition of
8905 access labels.
8906
8907 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8908 with labels earlier.
8909
8910 (c-decl-start-re): New language variable to make
8911 `c-font-lock-declarations' stop for the special protection labels
8912 in Objective-C that start with `@'.
8913
8914 (c-label-key): Remove since it's no longer used.
8915
8916 (c-recognize-colon-labels, c-label-prefix-re): New language
8917 constants to support recognition of generic colon-terminated labels.
8918
8919 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8920 are colon terminated labels.
8921
8922 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8923 first argument starts with a special brace list.
8924
8925 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8926 (c-font-lock-declarations): Break out the declaration and cast
8927 recognition from `c-font-lock-declarations' to a new function, so
8928 that it can be used in the indentation engine.
8929
8930 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8931 up to the start of the literal. Fixed bug with the point on the
8932 wrong side of the search limit that could happen when the start
8933 position is inside a literal.
8934
8935 * progmodes/cc-engine.el (c-parse-state)
8936 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8937 so that it's kept a little bit back to increase the hit rate.
8938
8939 (c-parse-state): Change the macro handling and fixed some
8940 glitches. Macro context is checked more often than necessary now,
8941 but otoh less garbage conses are generated.
8942
8943 * progmodes/cc-engine.el (c-parse-state)
8944 (c-invalidate-state-cache): Cache the last position where
8945 `c-state-cache' applies. This can speed up refontification quite
8946 a bit in blocks where there are many non-brace parens before the point.
8947
8948 (c-state-cache-end): New variable for this.
8949
8950 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8951 cache variable.
8952
8953 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8954 get close initial continue positions when the start position is
8955 inside a literal or macro. Do not call the callback for spots
8956 before the start position (which can happen e.g. for `c-decl-end'
8957 spots inside comments). Optimize better in special cases when the
8958 region is a single line inside a literal or macro (typically when
8959 the current line is refontified).
8960
8961 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8962 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8963 entries from the paren state.
8964
8965 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8966 special case for "else if" clauses.
8967
8968 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8969 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8970
8971 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8972 New language variable to recognize the gcc extension with statement
8973 blocks inside expressions.
8974
8975 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8976 it somewhat more comprehensible. The argument AT-BLOCK-START is
8977 no longer used and hence removed.
8978
8979 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8980 to `c-add-stmt-syntax'.
8981
8982 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8983 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8984 This fixes bogus label recognition.
8985
8986 * progmodes/cc-engine.el (c-add-type, c-check-type)
8987 (c-forward-name, c-forward-type): Improve storage of template
8988 types in `c-found-types' so that they can be recognized better.
8989
8990 (c-syntactic-content): Add option to skip past nested parens.
8991
8992 * progmodes/cc-engine.el (c-forward-name):
8993 Set `c-last-identifier-range' all the time. It's less work that way.
8994 Handle that there might not be an identifier to store in
8995 `c-last-identifier-range'.
8996
8997 (c-forward-type): Handle that `c-last-identifier-range' might be
8998 nil from `c-forward-name'.
8999
9000 * progmodes/cc-defs.el (c-safe-scan-lists)
9001 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9002
9003 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9004 to work even if the form fails.
9005
9006 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9007 down in a large file in one go.
9008
9009 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9010
9011 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9012 function which is like `c-lineup-math' but returns nil instead of
9013 `c-basic-offset' when it doesn't match.
9014
9015 (c-lineup-math): Change to use `c-lineup-assignments'.
9016
9017 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9018
9019 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9020 c-beginning-of-statement. New subfunctions
9021 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9022
9023 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9024
9025 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9026 hardcoded char classes whereever possible. Changed a couple of
9027 places to use skip by syntax instead of skip by char class.
9028
9029 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9030 Fix a bug in the regexp that caused extreme backtracking.
9031
9032 * progmodes/cc-langs.el (c-block-comment-starter)
9033 (c-block-comment-ender): New language constants to specify in a
9034 single place how block comments look.
9035
9036 (c-comment-start-regexp, c-block-comment-start-regexp)
9037 (comment-start, comment-end, comment-start-skip)
9038 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9039 (c-syntactic-ws, c-nonempty-syntactic-ws)
9040 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9041 `c-line-comment-starter', `c-block-comment-starter' and
9042 `c-block-comment-ender'.
9043
9044 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9045 New language constants to break up things a bit.
9046
9047 (c-simple-ws): New language constant for simple whitespace.
9048
9049 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9050
9051 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9052 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9053 newlines. Allow and ignore nil elements in the list.
9054
9055 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9056
9057 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9058 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9059
9060 * progmodes/cc-cmds.el: Tidy up the comments in
9061 c-beginning-of-statement and subfunctions.
9062
9063 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9064 more flexible c-put-char-property and c-clear-char-properties.
9065 Add the author's email address.
9066
9067 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9068
9069 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9070 closing "*/" of a block comment.
9071
9072 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9073 subfunctions) so that it works at BOB and EOB.
9074
9075 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9076 c-beginning-of-statement, including new variable
9077 c-block-comment-start-regexp.
9078
9079 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9080
9081 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9082 symbols from `*-font-lock-extra-types' so that there's no need to
9083 use `regexp-opt' on those lists.
9084
9085 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9086 `c-type-modifier-kwds' is empty.
9087
9088 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9089 there are several strings on the same line.
9090
9091 * progmodes/cc-engine.el (c-literal-limits): Remove the
9092 compatibility function for older emacsen. `c-literal-limits-fast'
9093 has now taken the place of this function.
9094
9095 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9096 with older emacsen: We now require `pps-extended-state'.
9097
9098 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9099
9100 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9101 which obviates the need to hack sentence-end. This now handles
9102 escaped newlines in strings correctly. Correct minor bugs in
9103 c-move-over-sentence and in c-beginning-of-statement.
9104
9105 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9106 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9107 that movement over macros and code are rigorously separated from
9108 eachother. Correct a few incidental bugs.
9109
9110 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9111 Improve its doc-string. Improve the handling of certain specific cases.
9112
9113 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9114
9115 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9116 (c-guess-basic-syntax): Change the way class-level labels are
9117 recognized; they can now contain essentially any symbols.
9118
9119 (c-opt-extra-label-key): New language variable to cope with the
9120 special protection label syntax in Objective-C.
9121
9122 (c-opt-access-key): Remove; this is now handled better by
9123 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9124
9125 (c-complex-decl-matchers): Update to handle that
9126 `c-opt-access-key' no longer exists.
9127
9128 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9129 improved label recognition in `c-beginning-of-statement-1'.
9130
9131 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9132 Recognize bitfields better.
9133
9134 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9135 Remove some cruft and fixed a bug that could cause it to go to a
9136 position further down.
9137
9138 * progmodes/cc-langs.el, cc-engine.el
9139 (c-beginning-of-statement-1): Improve detection of labels in
9140 declaration contexts.
9141
9142 (c-beginning-of-decl-1): Use it.
9143
9144 (c-nonlabel-token-key): New language constant and variable needed
9145 by `c-beginning-of-statement-1'.
9146
9147 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9148 manifested itself due to the correction in `c-forward-sexp'.
9149
9150 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9151 Make these behave as documented when used at the buffer limits.
9152
9153 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9154 (c-type-decl-end-used): Made this a language variable.
9155
9156 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9157 correctly when `combine-after-change-calls' is used together with
9158 temporary narrowings.
9159
9160 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9161 Report labels correctly when the start point is immediately after the
9162 colon.
9163
9164 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9165 Remove since it isn't used anymore.
9166
9167 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9168 bracket arglists such as template parens in C++.
9169
9170 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9171 in the last check-in. Some optimization.
9172
9173 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9174 where it could stop at the same level in a preceding sexp when
9175 PAREN-LEVEL is set.
9176
9177 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9178 text property lookup only when it's needed.
9179
9180 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9181 Change the policy for paren marked angle brackets to be more
9182 persistent; once marked they remain marked even when they're found
9183 to be unbalanced in the searched region. This should keep the
9184 paren syntax around even when individual lines are refontified in
9185 multiline template arglists.
9186
9187 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9188 to control markup so that incorrect angle bracket arglists aren't
9189 marked in contexts where the correct value for
9190 `c-disallow-comma-in-<>-arglists' isn't known.
9191
9192 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9193 argument has become `c-parse-and-markup-<>-arglists'.
9194
9195 (c-remove-<>-arglist-properties): Remove - no longer used.
9196
9197 (c-after-change-check-<>-operators): New function used on
9198 `after-change-functions' to avoid that "<" and ">" characters that
9199 are part of longer operators have paren syntax.
9200
9201 (c-<>-multichar-token-regexp): New language variable used by
9202 `c-after-change-check-<>-operators'.
9203
9204 (c-after-change): Call `c-after-change-check-<>-operators'.
9205
9206 (c-font-lock-<>-arglists): Use the context properties set by
9207 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9208 correctly to avoid doing invalid markup.
9209
9210 (c-font-lock-declarations): Remove code that undoes the invalid
9211 markup done by `c-font-lock-<>-arglists'.
9212
9213 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9214 after `c-font-lock-declarations'.
9215
9216 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9217 Add paren-level feature.
9218
9219 (c-guess-basic-syntax): Improve the anchor position for
9220 `template-args-cont' in nested template arglists. There's still
9221 much to be desired in this area, though.
9222
9223 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9224
9225 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9226 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9227
9228 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9229
9230 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9231 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9232
9233 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9234 it doesn't work no longer are supported.
9235
9236 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9237 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9238 requires support for the syntax-table' text property, which rules
9239 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9240 cruft associated with those versions.
9241
9242 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9243 for the `syntax-table' text property, which rules out Emacs 19 and
9244 XEmacs < 21.4. Removed various compatibility cruft associated
9245 with those versions.
9246
9247 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9248 support for the `syntax-table' text property.
9249
9250 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9251 variable and use an extra quoted face name instead. All the
9252 emacsen flavors handle that correctly.
9253
9254 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9255 (c-font-lock-declarators, c-font-lock-declarations)
9256 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9257 property to mark the items in in declarator lists to handle
9258 refontification inside multiline declarations better.
9259
9260 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9261 construct like "a * b = c;" as a declaration.
9262
9263 2005-12-08 Kim F. Storm <storm@cua.dk>
9264
9265 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9266 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9267 select either meta, hyper, or super modifier for rectangle commands.
9268 (cua--rectangle-modifier-key): New defvar.
9269 (cua--M/H-key): Use it. Remove special case for `space'.
9270 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9271 on X, to meta otherwise. Always bind C-return to toggle
9272 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9273
9274 * emulation/cua-rect.el (cua-help-for-rectangle):
9275 Use cua--rectangle-modifier-key. Handle super modifier too.
9276 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9277 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9278
9279 * ido.el: Move Acknowledgements and History after Commentary.
9280 Minor changes to Commentary.
9281
9282 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9283 keymap if cua--prefix-override-timer is `shift'.
9284 (cua--shift-control-prefix): New function; emulate "type prefix
9285 key twice" functionality to handle shifted prefix key override.
9286 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9287 New commands.
9288 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9289
9290 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9291
9292 * textmodes/org.el (org-insert-heading): Try to do items before
9293 headings.
9294 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9295 (org-insert-item): New function.
9296 (org-renumber-ordered-list): Don't skip to higher level lists.
9297
9298 2005-12-08 Juri Linkov <juri@jurta.org>
9299
9300 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9301
9302 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9303
9304 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9305
9306 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9307 the constructed function name fun-1.
9308
9309 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9310 because such links don't lead to parent documentation.
9311
9312 2005-12-08 Kenichi Handa <handa@m17n.org>
9313
9314 * descr-text.el (describe-char): Use *Help-2* buffer if the
9315 current buffer is *Help*. Call describe-text-properties while
9316 setting the original buffer.
9317
9318 2005-12-07 Bill Wohler <wohler@newt.com>
9319
9320 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9321 and causes problems with non-MH users (such as Gnus users).
9322
9323 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9324
9325 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9326 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9327 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9328 command "info sources". Move calls to GDB command "list".
9329 (gdb-find-file-hook): Just use gdb-source-file-list.
9330 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9331 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9332 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9333 (gdb-data-list-register-values-handler): Use correct trigger name.
9334
9335 2005-12-07 Kim F. Storm <storm@cua.dk>
9336
9337 * ido.el (ido-completion-map): Rename from ido-mode-map.
9338 (ido-common-completion-map, ido-file-completion-map)
9339 (ido-file-dir-completion-map, ido-buffer-completion-map):
9340 Rename from ido-mode-....-map.
9341 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9342 (ido-setup-completion-map): Rename from ido-define-mode-map.
9343 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9344 to ido-completion-map.
9345
9346 2005-12-07 Kenichi Handa <handa@m17n.org>
9347
9348 * international/mule-cmds.el
9349 (set-display-table-and-terminal-coding-system): If the coding
9350 system specified in `unibyte-display' property is different from
9351 the arg coding-system, don't setup standard-display-table.
9352
9353 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9356 that comments end at \n, regardless of selective-display.
9357
9358 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9359
9360 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9361 (gdb-version): New variables.
9362 (gdb-source-file-list, gdb-register-names)
9363 (gdb-changed-registers): New variables for use with GDB 6.4+.
9364 (gdb-ann3): Replace with...
9365 (gdb-init-1, gdb-init-2): ...two new functions.
9366 (gdba, gdb-prompt): Call gdb-init-1.
9367 (gdb-get-version): New function. Call gdb-init-2 from here.
9368 (gud-watch): Make it work with mouse events too.
9369 (gdb-post-prompt): Don't add to queue until GDB version is known.
9370 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9371 (gdb-locals-mode): Use gdb-version.
9372 (gdb-memory-format-map, gdb-memory-unit-map)
9373 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9374 (gdb-locals-font-lock-keywords-1)
9375 (gdb-locals-font-lock-keywords-2): New variables.
9376 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9377 (gdb-set-gud-minor-mode-existing-buffers-1)
9378 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9379 (gdb-var-update-1, gdb-var-update-handler-1)
9380 (gdb-data-list-register-values-handler)
9381 (gdb-data-list-register-values-custom)
9382 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9383 (gdb-stack-list-locals-handler, gdb-get-register-names):
9384 New functions for use with GDB 6.4+.
9385 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9386 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9387 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9388 (gdb-stack-list-locals-regexp)
9389 (gdb-data-list-register-names-regexp): New regexps for use with
9390 GDB 6.4+.
9391
9392 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9393
9394 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9395
9396 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9397
9398 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9399 prompts work for AUTH PLAIN. Also reported by Steve Allan
9400 <seallan@verizon.net>.
9401
9402 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9403
9404 * frame.el (set-frame-parameter): Add doc string.
9405
9406 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9407
9408 * textmodes/org.el (org-occur-highlights): New variable.
9409 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9410 (org-highlight-sparse-tree-matches): New option.
9411 (org-do-occur): New function.
9412 (org-get-heading): Make it work also at beginning of line.
9413 (org-category-table): New variable.
9414 (org-get-category-table, org-get-category)
9415 (org-camel-to-words, org-link-search): New functions.
9416 (org-select-this-todo-keyword): New variable.
9417 (org-todo-list): New command.
9418 (org-shiftright, org-shiftleft): New commands.
9419 (org-agenda-todo): Add prefix argument.
9420 (org-show-hierarchy-above): New option.
9421 (org-show-todo-tree): Numerical prefix creates tree for specific
9422 TODO keyword.
9423 (org-outline-level): New function, to assign a level to plain
9424 lists items.
9425 (org-cycle-include-plain-lists): New option.
9426 (org-mode): Use `org-outline-level' as value of `outline-level'.
9427 (org-cycle): Temporarily switch `outline-regexp' if
9428 `org-cycle-include-plain-lists' is non-nil.
9429 (org-start-icalendar-file): Fix format bug.
9430 (org-agenda-get-day-entries): Create category table.
9431 (org-agenda-get-todos, org-agenda-get-timestamps)
9432 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9433 (org-agenda-get-blocks): Use `org-get-category'.
9434 (org-context-in-file-links): Rename from
9435 `org-line-numbers-in-file-links'.
9436
9437 2005-12-06 Romain Francoise <romain@orebokech.com>
9438
9439 * window.el (balance-windows): Delete extraneous third arg in call
9440 to `enlarge-window'.
9441
9442 2005-12-06 Kenichi Handa <handa@m17n.org>
9443
9444 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9445
9446 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9447
9448 * progmodes/gdb-ui.el (gdb-var-create-handler)
9449 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9450 (gdb-var-list-children-handler, gdb-var-update-handler):
9451 Current buffer is already gdb-partial-output-buffer, don't
9452 make it current again.
9453
9454 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9455
9456 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9457 (list-buffers-noselect): Use it.
9458
9459 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9462 (mail-yank-ignored-headers): Use regexp-opt.
9463 (mail-mode-map): Move initialization into declaration.
9464 (mail-sent-via): Remove unused shadowed var `to-line'.
9465 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9466 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9467 (mail-do-fcc): Use dolist and push.
9468 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9469 (mail-yank-ignored-headers): Don't autoload.
9470
9471 2005-12-05 Kenichi Handa <handa@m17n.org>
9472
9473 * international/mule-cmds.el (set-language-info-internal): New fun.
9474 (set-language-info): Call set-language-info-internal to update
9475 language-info-alist. If LANG-ENV is the current one, call
9476 set-language-environment to make INFO effective now.
9477 (set-language-info-alist): Likewise.
9478 (locale-language-names): With locale "en", use English
9479 lang. env. but set the default codings to iso-8859-1.
9480
9481 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9482
9483 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9484 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9485 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9486 for plain strings.
9487 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9488 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9489 Create registers buffer if necessary. Echo new state in minibuffer.
9490 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9491
9492 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9493
9494 * info.el (Info-fontify-node): Match external links using
9495 non-directory part of filename.
9496
9497 2005-12-04 Juri Linkov <juri@jurta.org>
9498
9499 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9500 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9501 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9502 because there is no customization option for it.
9503
9504 * font-lock.el (lisp-font-lock-keywords-1):
9505 Add define-global-minor-mode.
9506
9507 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9508
9509 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9510 properties on the constructed variable names.
9511
9512 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9513 Put `definition-name' properties on the constructed function names
9514 next-sym and prev-sym.
9515
9516 * emacs-lisp/find-func.el (find-function-regexp):
9517 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9518 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9519 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9520 and easy-menu-define.
9521
9522 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9523 easy-mmode-define-global-mode and define-global-minor-mode.
9524 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9525
9526 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9527 instead of easy-mmode-define-global-mode.
9528
9529 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9530 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9531
9532 * cus-edit.el (customize-group, customize-group-other-window):
9533 Filter out autoloaded options from the group completion list by
9534 using heuristics that autoloaded groups don't have `custom-autoload'
9535 property on their symbols (they have only `custom-loads').
9536
9537 * simple.el (completion-setup-function): Put completions-common-part
9538 face on complete completion string too (i.e. completion string
9539 without completions-first-difference face).
9540
9541 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9542
9543 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9544
9545 * view.el (view-mode): Doc fix.
9546
9547 * disp-table.el (standard-display-european): Add to the warning
9548 message a reference to the doc string.
9549
9550 * play/yow.el (apropos-zippy): Call print-help-return-message,
9551 similar to other Help and Apropos commands.
9552
9553 * help.el (print-help-return-message): If pop-up-frames is
9554 non-nil, set up help-return-method to delete the help window and,
9555 possibly, its frame as well, and don't display message about
9556 scrolling the help window. Doc fix.
9557 (help-return-method): Doc fix.
9558
9559 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9560
9561 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9562 whereby names of length one or names starting with a
9563 symbol-constituent character would not be returned.
9564
9565 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9566
9567 * subr.el (atomic-change-group): Add edebug and indentation spec.
9568
9569 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9570
9571 * completion.el (save-completions-file-name): Fix typo in last change.
9572
9573 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9574
9575 * info.el: Move back/forward history to the beginning of the tool bar.
9576
9577 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9578
9579 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9580 Add fset of allout-real-isearch-abort during compile to fix
9581 byte-compilation warnings.
9582 (allout-mode-p): Move definition of this macro above all uses, or
9583 byte compilation in barren emacs (eg, during emacs build) will
9584 lack the definition.
9585 (allout-mode): Move this variable above any uses, or byte
9586 compilation will fail.
9587 (allout-resolve-xref): Remove use of personal file-reference function.
9588 (allout-toggle-current-subtree-encryption): Do the current (ie,
9589 visible containing) topic, rather than nearest around point. Doc fix.
9590 (allout-toggle-subtree-encryption): New function, workhorse that
9591 works on nearest topic containing point.
9592 (allout-encrypt-string): Signal requirement for newer version of pgg.
9593 (allout-resumptions): Doc fix.
9594
9595 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9596
9597 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9598
9599 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9600
9601 * textmodes/flyspell.el (flyspell-external-point-words):
9602 Consider a misspelling as found in the string search if: (a) misspelling
9603 and found string lengths match, or (b) misspelling is found as
9604 element in a boundary-chars separated longer string, or (c)
9605 ispell-program-name is really ispell and misspelling is found as
9606 part of a TeX string. After successful match move beginning of
9607 search region to end of match. Warn about not found misspellings
9608 once the process is done.
9609 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9610
9611 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9612
9613 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9614 tool bar (removed inadvertently).
9615
9616 2005-12-02 Juri Linkov <juri@jurta.org>
9617
9618 * log-view.el (log-view-diff): Clarify doc string.
9619
9620 2005-12-01 Bill Wohler <wohler@newt.com>
9621
9622 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9623 triggers lm-verify errors.
9624
9625 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9626
9627 * simple.el (transient-mark-mode, line-number-mode)
9628 (column-number-mode, size-indication-mode): Remove `:require nil'.
9629
9630 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9631
9632 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9633 in the margin also.
9634 (gdb-breakpoints-mode-map): Use D instead of d for
9635 gdb-delete-breakpoint.
9636 (gdb-get-frame-number): Require a number to match on.
9637 (gdb-threads-mode-map): Add follow-link binding.
9638
9639 2005-11-30 Jason Rumney <jasonr@gnu.org>
9640
9641 * isearch.el (isearch-mode-map): Avoid exiting search on
9642 language-change event.
9643
9644 2005-11-30 Romain Francoise <romain@orebokech.com>
9645
9646 * speedbar.el (speedbar-default-position): New defcustom.
9647 (speedbar-frame-reposition-smartly): Use it.
9648
9649 * dframe.el (dframe-reposition-frame-emacs): Fix position
9650 computation for `left' location.
9651 Update copyright year.
9652
9653 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9654
9655 * help.el (help-map): Move initialization into declaration.
9656
9657 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9658
9659 * help-fns.el (help-argument-name): Don't autoload.
9660 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9661 to be re-loaded when customizing the `help' group.
9662
9663 2005-11-30 John Paul Wallington <jpw@gnu.org>
9664
9665 * help-fns.el (describe-function-1): Fill arglist output.
9666
9667 2005-11-30 Kim F. Storm <storm@cua.dk>
9668
9669 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9670 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9671 after revert-buffer (or anything else which kills all local variables).
9672
9673 * apropos.el (apropos-parse-pattern): Doc fix.
9674 Set apropos-regexp directly, rather than expecting callers to do so.
9675 (apropos-command, apropos, apropos-value, apropos-documentation):
9676 Simplify calls to apropos-parse-pattern.
9677
9678 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9679
9680 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9681 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9682 (hi-lock-write-interactive-patterns): Use comment-region.
9683
9684 * longlines.el (longlines-mode): Add mail-setup-hook.
9685
9686 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9687
9688 * simple.el (sendmail-user-agent-compose, next-line):
9689 Conditionally use hard-newline.
9690
9691 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9692
9693 * international/latexenc.el (latex-inputenc-coding-alist):
9694 Reword doc string.
9695
9696 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9697
9698 * help.el (describe-key-briefly, describe-key): Recognize default
9699 bindings.
9700
9701 2005-11-29 Romain Francoise <romain@orebokech.com>
9702
9703 * view.el (view-inhibit-help-message): New defcustom.
9704 (view-mode-enter): Use it.
9705
9706 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9707
9708 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9709 Preserve user position.
9710
9711 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9712
9713 * font-lock.el: Throw error if facemenu is not loaded to prevent
9714 accidental change of loading order in loadup.el. (Suggested by RMS.)
9715
9716 * loadup.el: Add comment explaining why facemenu must be loaded
9717 before font-lock.
9718
9719 2005-11-28 Jay Belanger <belanger@truman.edu>
9720
9721 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9722 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9723
9724 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9725
9726 * calc/calc-embed.el (calc-do-embedded): Update help message.
9727
9728 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9729
9730 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9731
9732 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9733
9734 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9735 called-interactively-p.
9736 (elp-profilable-p): Rename from elp-not-profilable-p.
9737 Invert result and take into account macros and autoloaded functions.
9738 (elp-instrument-function): Update call.
9739 (elp-instrument-package): Update call. Add completion.
9740 (elp-pack-number): Use match-string.
9741 (elp-results-jump-to-definition-by-mouse): Merge into
9742 elp-results-jump-to-definition and then remove.
9743 (elp-output-insert-symname): Make help echo text single-line.
9744
9745 * replace.el (query-replace-map): Move initialization into declaration.
9746 (occur-engine): Use with-current-buffer.
9747 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9748 (occur-mode-mouse-goto): Replace with an alias.
9749
9750 2005-11-28 Juri Linkov <juri@jurta.org>
9751
9752 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9753
9754 * term/w32-win.el: Bind [S-tab] to [backtab].
9755
9756 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9757 `Info-find-file' to t.
9758
9759 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9760 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9761 and same-window-regexps.
9762 (occur-next-error): Don't move point for arg 0.
9763
9764 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9765
9766 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9767
9768 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * log-edit.el (log-edit-changelog-use-first): New var.
9771 (log-edit-changelog-ours-p): Use it.
9772 (log-edit-insert-changelog): Set it with new arg `use-first'.
9773 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9774 (log-edit-hook): Add them to the list of suggested options.
9775
9776 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9777 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9778 redundant work.
9779 (flyspell-mode-on): Use add-hook for after-change-functions.
9780 (flyspell-mode-off): Use remove-hook for after-change-functions.
9781 (flyspell-changes): Make it buffer-local.
9782 (flyspell-after-change-function): Make it non-interactive. Use push.
9783 (flyspell-post-command-hook): Check input-pending-p while processing
9784 the potentially long list of buffer changes.
9785
9786 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9787
9788 * buff-menu.el (list-buffers-noselect): Display the selected
9789 frame's buffer list, not the global one.
9790
9791 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9792
9793 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9794 that (list last-input-event) works as in interactive spec.
9795
9796 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9797
9798 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9799 `facemenu-keymap' needs to be defined when font-lock is loaded.
9800 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9801
9802 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * completion.el: Remove useless leading * in defcustom docstrings.
9805 (save-completions-file-name): Use ~/.emacs.d if available.
9806 (completion-standard-syntax-table): Rename from
9807 cmpl-standard-syntax-table and fold initialization into declaration,
9808 thus removing cmpl-make-standard-completion-syntax-table.
9809 (completion-lisp-syntax-table, completion-c-syntax-table)
9810 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9811 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9812 (symbol-under-point, symbol-before-point)
9813 (symbol-under-or-before-point, symbol-before-point-for-complete)
9814 (add-completions-from-c-buffer): Use with-syntax-table.
9815 (make-completion): Don't return a list of completion entries.
9816 Update callers.
9817 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9818 (completion-initialize): Rename from initialize-completions.
9819 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9820 (kill-emacs-save-completions): Collect stats here.
9821 (save-completions-to-file, load-completions-from-file):
9822 Use with-current-buffer.
9823 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9824 into a function. Move all calls to toplevel.
9825 (completion-lisp-mode-hook): New fun.
9826 (completion-c-mode-hook, completion-setup-fortran-mode):
9827 Set the syntax-table here. Use local-set-key.
9828 (completion-saved-bindings): New var.
9829 (dynamic-completion-mode): Make it into a proper minor mode.
9830 (load-completions-from-file): Remove unused var `num-uses'.
9831
9832 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9833 constructor if it is explicitly overridden.
9834
9835 * complete.el (PC-completion-as-file-name-predicate):
9836 Use minibuffer-completing-file-name.
9837 (partial-completion-mode): Use find-file-not-found-functions.
9838 (PC-lisp-complete-symbol): Use with-syntax-table.
9839 (PC-look-for-include-file): Remove dead setq.
9840 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9841 (PC-complete): Use with-current-buffer.
9842
9843 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9844 escape single quotes.
9845
9846 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9847
9848 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9849 of `if' whose condition always returned nil. Doc fix.
9850
9851 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9852 window's buffer the current buffer around the call to
9853 `list-buffers-noselect'. This is necessary to mark that buffer
9854 with a `.' in the Buffer Menu when called from Lisp, for instance
9855 by Auto Revert Mode.
9856
9857 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9858
9859 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9860 attaching to it.
9861 (gdb-pre-prompt): Make sure gdb-error is reset.
9862
9863 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9864 with a child process, detect it.
9865 (gud-speedbar-buttons): Match regexp more carefully.
9866
9867 2005-11-27 Richard M. Stallman <rms@gnu.org>
9868
9869 * mouse.el (mouse-drag-move-window-bottom):
9870 Use adjust-window-trailing-edge.
9871
9872 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9873
9874 * simple.el (blink-matching-open): Ignore
9875 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9876 (blink-matching-paren-on-screen): Update docstring.
9877
9878 * paren.el (show-paren-mode): No longer change
9879 `blink-matching-paren-on-screen'.
9880
9881 2005-11-27 John Paul Wallington <jpw@pobox.com>
9882
9883 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9884 (gdb-threads-select, gdb-edit-register-value):
9885 Use `posn-set-point' instead of `mouse-set-point' because the
9886 latter is not fbound when configured without X.
9887
9888 2005-11-27 Kim F. Storm <storm@cua.dk>
9889
9890 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9891 existing face when partially highlighting a TAB in a rectangle.
9892
9893 2005-11-26 Kim F. Storm <storm@cua.dk>
9894
9895 * ido.el (ido-mode-map): Doc fix.
9896 (ido-mode-common-map, ido-mode-file-map)
9897 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9898 (ido-define-mode-map): Rewrite. Select one of the new maps as
9899 parent for ido-mode-map instead of building from scratch.
9900 (ido-init-mode-maps): New defun to initialize new maps.
9901 (ido-mode): Call it.
9902 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9903 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9904
9905 2005-11-26 John Paul Wallington <jpw@pobox.com>
9906
9907 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9908 `mouse-set-point' because the latter is not fbound when configured
9909 without X.
9910
9911 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9912
9913 * files.el (file-relative-name): Doc fix.
9914
9915 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9916
9917 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9918 non-empty string for secondary prompt PS2.
9919
9920 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9921
9922 * progmodes/compile.el (compilation-setup): Fix last change.
9923
9924 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9925
9926 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9927 (gdb-mouse-toggle-breakpoint-margin)
9928 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9929 Add gdb-server-prefix to keep out of command history.
9930 (gdb-edit-register-value): New function.
9931 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9932 (gdb-info-registers-custom): Use above map.
9933
9934 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * custom.el (enable-theme): Signal error if argument is not a
9937 theme. Don't recalculate a face if it's not loaded yet.
9938
9939 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9940 the `user' theme is in effect.
9941
9942 * info.el (Info-on-current-buffer): Record actual filename in
9943 Info-current-file, instead of t, or a fake filename if a non-file
9944 buffer. Make autoload.
9945 (Info-find-node, Info-revert-find-node): No need to check for
9946 Info-current-file nil.
9947 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9948 Info-current-file is now never `t'.
9949 (Info-fontify-node): Many simplifications due to Info-current-file
9950 always being valid. Use Info-find-file to find node filename.
9951
9952 2005-11-25 David Kastrup <dak@gnu.org>
9953
9954 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9955 new character, then delete" in order to preserve markers.
9956
9957 2005-11-25 David Ponce <david@dponce.com>
9958
9959 * recentf.el (recentf-arrange-by-rule): Handle a special
9960 `auto-mode-alist'-like "strip suffix" rule.
9961 (recentf-build-mode-rules): Handle second level auto-mode entries.
9962
9963 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9964
9965 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9966 window modes.
9967
9968 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9969 jde-javadoc-checker-report-mode.
9970
9971 * ediff-wind (ediff-make-wide-display): Slight simplification.
9972
9973 * ediff.el (ediff-date): Change the date of last update.
9974
9975 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9976
9977 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9978 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9979 (hi-lock-mode): New global minor mode.
9980 (turn-on-hi-lock-if-enabled): New function.
9981 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9982 Change arguments to regexp and face instead of a font-lock pattern.
9983 Directly set face property, instead of refontifying.
9984 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9985 (hi-lock-find-patterns): Use line-number-at-pos.
9986
9987 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9988 arguments for hi-lock-set-pattern.
9989 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9990 Call font-lock-fontify-buffer.
9991 (hi-lock-find-file-hook, hi-lock-current-line)
9992 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9993
9994 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9995 turned off.
9996
9997 * progmodes/compile.el (compilation-setup): Don't fiddle with
9998 font-lock-defaults.
9999
10000 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10001
10002 * progmodes/gdb-ui.el (gdb-var-create-handler)
10003 (gdb-var-list-children-handler): Find values for all variable
10004 objects. gud-speedbar-buttons decides whether to display them.
10005
10006 2005-11-24 Romain Francoise <romain@orebokech.com>
10007
10008 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10009 buffer name with a space.
10010
10011 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10012
10013 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10014 `org-export-local-list-max-depth'. Change default value to 3.
10015 (org-auto-renumber-ordered-lists)
10016 (org-plain-list-ordered-item-terminator): New options.
10017 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10018 (org-get-indentation, org-get-string-indentation)
10019 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10020 New functions.
10021 (org-move-item-down, org-move-item-up): New commands.
10022 (org-export-as-html): New classes for CSS support. Bug fix in
10023 regular expression detecting fixed-width regions. Respect
10024 `org-local-list-ordered-item-terminator'.
10025 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10026 also a list item.
10027 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10028 New item moving functions.
10029
10030 2005-11-24 Juri Linkov <juri@jurta.org>
10031
10032 * isearch.el (isearch-repeat): With empty search ring set
10033 `isearch-error' to the error string instead of signaling error
10034 with the function `error'.
10035
10036 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10037
10038 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10039
10040 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10043 and variable.
10044 (gdb-var-create-handler, gdb-var-list-children-handler):
10045 Don't match on "char **...".
10046 (gdb-var-update-handler): Find values for all variable objects.
10047 (gdb-info-frames-custom): Identify frames by leading "#".
10048
10049 * progmodes/gud.el (gud-speedbar-menu-items): Add
10050 gdb-speedbar-auto-raise as radio button.
10051 (gud-speedbar-buttons): Raise speedbar if requested.
10052 Don't match on "char **...".
10053 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10054 Make it editable.
10055
10056 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10057
10058 * info.el (Info-fontify-node): Handle the case where
10059 Info-current-file is t.
10060
10061 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10062
10063 * simple.el (blink-matching-open): Fix off-by-one in last change.
10064
10065 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10066
10067 * term/mac-win.el: Don't change default directory.
10068
10069 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10070
10071 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10072 buffers correctly. (It used to throw an error in such buffers.)
10073 Make it ask for confirmation in group buffers and other Custom
10074 buffers containing more than one customization item.
10075
10076 2005-11-22 John Paul Wallington <jpw@gnu.org>
10077
10078 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10079 property on mail and url overlays.
10080 (goto-address-at-point): Use `posn-set-point' instead of
10081 `mouse-set-point' because the latter is not fbound when configured
10082 without X.
10083
10084 2005-11-22 Lars Hansen <larsh@soem.dk>
10085
10086 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10087 (ls-lisp-classify, ls-lisp-format): Delete call to
10088 ls-lisp-parse-symlink.
10089 (ls-lisp-handle-switches): Handle symlinks to directories as
10090 directories when ls-lisp-dirs-first in non-nil.
10091
10092 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10093
10094 * startup.el (command-line): Make sure that loaddefs.el is handled
10095 correctly in load-history.
10096
10097 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10098
10099 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10100 (gdb-struct-string, gdb-array-string): New constants.
10101 (gdb-info-locals-handler): Use them.
10102 (gdb-reset): Reset gdb-var-list to nil.
10103
10104 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10105
10106 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10107 in patterns.
10108
10109 2005-11-21 Juri Linkov <juri@jurta.org>
10110
10111 * custom.el (defcustom): Update link types in docstring.
10112
10113 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10114
10115 * custom.el (defgroup): Add doc-string-elt info.
10116
10117 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10118
10119 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10120
10121 * newcomment.el (comment-enter-backward): Fix last fix.
10122
10123 * simple.el (blink-matching-open):
10124 * paren.el (show-paren-function): Allow new paren-class info.
10125
10126 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10127
10128 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10129 handled automagically.
10130
10131 2005-11-20 Andreas Schwab <schwab@suse.de>
10132
10133 * descr-text.el (describe-char): When copying overlays put them
10134 over the full char description instead of just the first character
10135 of it.
10136
10137 2005-11-20 Juri Linkov <juri@jurta.org>
10138
10139 * simple.el (what-cursor-position):
10140 * descr-text.el (describe-char): Use Lisp-readable syntax
10141 for octal and hex. Reorder decimal, octal and hex values.
10142 Remove excess whitespace in the output. Use `=' in `column='
10143 like in `point=' and `Hscroll='.
10144
10145 * international/mule-cmds.el (encoded-string-description):
10146 Use Lisp-readable syntax for hex.
10147
10148 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10149
10150 * newcomment.el (comment-enter-backward): Handle the case where the
10151 comment is closed by EOB.
10152
10153 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10154
10155 * longlines.el (longlines-before-revert-hook)
10156 (longlines-after-revert-hook): New functions.
10157 (longlines-mode): Turn off longlines temporarily when reverting.
10158 Add a message-setup-hook.
10159 (longlines-decode-buffer): New function.
10160 (longlines-wrap-line): Preserve marker positions.
10161
10162 2005-11-19 Andreas Schwab <schwab@suse.de>
10163
10164 * emacs-lisp/shadow.el: Handle compressed files.
10165
10166 2005-11-19 Romain Francoise <romain@orebokech.com>
10167
10168 * net/browse-url.el (browse-url-default-browser): Signal an error
10169 if no usable browser can be found, rather than try to load w3.
10170
10171 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10172
10173 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10174 replacing existing properties.
10175 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10176 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10177 tty specs.
10178 (rcirc-server-prefix, rcirc-server): New faces.
10179 (rcirc-url-regexp): Generate with rx macro.
10180 (rcirc-last-server-message-time): New variable.
10181 (rcirc-filter): Record time of last message.
10182 (rcirc-keepalive): Kill processes that did not send a message
10183 since the last ping.
10184 (rcirc-mode): Give rcirc-topic a local binding here.
10185
10186 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10187
10188 * subr.el (read-passwd): Fontify the prompt as we do with other
10189 prompts.
10190
10191 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10192
10193 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10194 binding buffer-read-only to nil.
10195
10196 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10197
10198 * complete.el (partial-completion-mode):
10199 Mention completion-auto-help in the doc string.
10200
10201 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10202 more Lisp-ish way.
10203
10204 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10205
10206 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10207 digits, not 8, to avoid misalignment for files larger than 100MB.
10208
10209 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10210
10211 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10212 Mention "keyboard shortcuts" in the help text.
10213
10214 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10215
10216 * startup.el (fancy-splash-default-action): Discard only
10217 mouse-down and succeeding mouse-up events in the splash screen
10218 window so that drag-n-drop event can be processed.
10219
10220 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * longlines.el (longlines-mode): Add hacks for mail-mode and
10223 message-mode.
10224
10225 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10226
10227 * textmodes/org.el (org-table-sort-lines): New command.
10228 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10229 (org-add-file): Command removed, use `org-agenda-file-to-front'
10230 instead.
10231 (org-export-icalendar): Use `org-icalendar-combined-name'.
10232 (org-cycle-agenda-files, org-agenda-file-to-end)
10233 (org-agenda-file-to-front): New commands.
10234 (org-table-tab-jumps-over-hlines, org-export-html-style):
10235 New options.
10236 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10237 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10238 New functions.
10239 (org-fill-paragraph): Call `org-table-align' in tables.
10240 (org-mode): Call `org-set-autofill-regexps'.
10241 (org-export-as-html): Support for local handformatted lists.
10242 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10243 (org-export-local-list-max-depth): New option.
10244 (org-html-expand): Use `org-html-protect'.
10245
10246 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10247
10248 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10249 to "p".
10250 (gdb): Move definition of gud-pp to...
10251
10252 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10253 speedbar.
10254 (gdb-find-watch-expression): New function.
10255
10256 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10257
10258 * faces.el (face-attribute, set-face-attribute): Mention existence
10259 of `:ignore-defface' setting in docstring.
10260
10261 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * simple.el (completion-setup-function): Fix last change.
10264
10265 2005-11-17 John Paul Wallington <jpw@pobox.com>
10266
10267 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10268 Use `posn-set-point' instead of `mouse-set-point' because the
10269 latter is not fbound when configured without X.
10270
10271 * comint.el (comint-insert-input): Likewise.
10272
10273 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10274
10275 * simple.el (hard-newline): New variable.
10276 (sendmail-user-agent-compose, next-line): Use it.
10277
10278 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10279 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10280 (mail-mail-reply-to, mail-mail-followup-to)
10281 (mail-position-on-field, mail-signature, mail-yank-original)
10282 (mail-attach-file): Likewise.
10283
10284 * mail/mailheader.el (mail-header-format)
10285 (mail-header-format-function): Likewise.
10286
10287 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10288
10289 2005-11-17 Juri Linkov <juri@jurta.org>
10290
10291 * font-lock.el (font-lock-faces): Rename this defgroup from
10292 `font-lock-highlighting-faces'.
10293 (font-lock-comment-face, font-lock-comment-delimiter-face)
10294 (font-lock-string-face, font-lock-doc-face)
10295 (font-lock-keyword-face, font-lock-builtin-face)
10296 (font-lock-function-name-face, font-lock-variable-name-face)
10297 (font-lock-type-face, font-lock-constant-face)
10298 (font-lock-warning-face, font-lock-negation-char-face)
10299 (font-lock-preprocessor-face)
10300 (font-lock-regexp-grouping-backslash)
10301 (font-lock-regexp-grouping-construct): Rename :group from
10302 `font-lock-highlighting-faces' to `font-lock-faces'.
10303
10304 * cus-edit.el (lisp, c, tex):
10305 * progmodes/ada-mode.el (ada):
10306 * progmodes/asm-mode.el (asm):
10307 * progmodes/cperl-mode.el (cperl-faces):
10308 * progmodes/cpp.el (cpp):
10309 * progmodes/dcl-mode.el (dcl):
10310 * progmodes/f90.el (f90):
10311 * progmodes/fortran.el (fortran):
10312 * progmodes/icon.el (icon):
10313 * progmodes/idlwave.el (idlwave-misc):
10314 * progmodes/m4-mode.el (m4):
10315 * progmodes/make-mode.el (makefile):
10316 * progmodes/meta-mode.el (meta-font):
10317 * progmodes/modula2.el (modula2):
10318 * progmodes/octave-mod.el (octave):
10319 * progmodes/pascal.el (pascal):
10320 * progmodes/perl-mode.el (perl):
10321 * progmodes/prolog.el (prolog):
10322 * progmodes/ps-mode.el (PostScript-edit):
10323 * progmodes/scheme.el (scheme):
10324 * progmodes/sh-script.el (sh-script):
10325 * progmodes/simula.el (simula):
10326 * progmodes/tcl.el (tcl):
10327 * textmodes/nroff-mode.el (nroff):
10328 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10329 * textmodes/sgml-mode.el (sgml):
10330 * textmodes/texinfo.el (texinfo):
10331 Add :link (custom-group-link font-lock-faces) to defgroup.
10332
10333 * hi-lock.el (hi-lock): Rename this defgroup from
10334 `hi-lock-interactive-text-highlighting'. Change parent group from
10335 `faces' to `font-lock'. Add link to the manual.
10336 (hi-lock-mode, hi-lock-file-patterns-range)
10337 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10338 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10339 (hi-lock-faces): Add :group `faces'.
10340
10341 * cus-edit.el (custom-variable-prompt): Clarify the code.
10342
10343 * faces.el (face-read-string): Set the default value arg of
10344 completing-read.
10345
10346 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10347
10348 * rfn-eshadow.el (file-name-shadow-properties)
10349 (file-name-shadow-tty-properties, file-name-shadow-mode):
10350 Remove autoloads, because the file is now preloaded.
10351
10352 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10353
10354 * printing.el (easy-menu-intern): Don't define.
10355 (pr-get-symbol): Use easy-menu-intern only if defined.
10356
10357 * simple.el (blink-matching-open): Simplify a bit.
10358 (completion-setup-function): Fix the case of partial-completion-mode
10359 when the minibuffer's contents start with "-".
10360 Obey completion-base-size-function even when
10361 minibuffer-completing-file-name is non-nil.
10362
10363 2005-11-16 Richard M. Stallman <rms@gnu.org>
10364
10365 * net/eudcb-ph.el (eudc-ph-open-session):
10366 Use set-process-query-on-exit-flag.
10367
10368 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10369
10370 * international/ucs-tables.el (ucs-set-table-for-input):
10371 Use make-local-variable, not make-variable-buffer-local.
10372
10373 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10374 Improve warning message text.
10375
10376 * savehist.el (savehist-save-hook): Add :group.
10377
10378 * menu-bar.el (menu-bar-help-menu):
10379 Rename Find Extra Packages to External Packages.
10380
10381 * cus-edit.el (Custom-reset-standard): Verify that
10382 :custom-standard-value prop exists before calling it.
10383
10384 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10385
10386 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10387
10388 * wid-edit.el (color): Enclose %t in %{...%}.
10389
10390 * cus-edit.el (face): Enclose %t in %{...%}.
10391
10392 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10393
10394 * savehist.el (savehist-mode-hook): Re-add the var.
10395 (savehist-mode): Use it.
10396
10397 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10398
10399 * textmodes/flyspell.el: Fix commenting convention.
10400 Remove unnecessary leading * in custom docstrings.
10401 (flyspell-emacs): Remove unused var.
10402 (flyspell-delete-region-overlays): Use remove-overlays.
10403 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10404 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10405 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10406 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10407 (make-flyspell-overlay): Don't locally reuse a global name.
10408 (flyspell-highlight-incorrect-region)
10409 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10410 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10411 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10412 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10413 Wrap calls to accept-process-output inside with-local-quit since it's
10414 often called from a post-command-hook.
10415 (flyspell-correct-word, flyspell-auto-correct-word):
10416 Use ispell-send-string.
10417 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10418
10419 * calendar/diary-lib.el (diary-list-entries): Also hide the
10420 terminating newline.
10421
10422 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10423
10424 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10425 window-system, to allow fonts on tty.
10426
10427 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10428
10429 * progmodes/gud.el (gud-speedbar-item-info): New function.
10430 (gud-install-speedbar-variables): Use it to display data type
10431 of watch expression as a tooltip in speedbar.
10432
10433 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10434
10435 * font-core.el (global-font-lock-mode): Add :version keyword,
10436 because default was changed.
10437
10438 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10439
10440 * startup.el (command-line): Use `custom-reevaluate-setting' for
10441 `file-name-shadow-mode'.
10442
10443 * loadup.el: Preload rfn-eshadow.
10444
10445 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10446 Add :version keyword.
10447 (file-name-shadow-properties, file-name-shadow-tty-properties)
10448 (file-name-shadow): Add :version keyword.
10449
10450 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10451 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10452 in the custom-group property of the symbol frames and the fringe
10453 group got no link to its parent group frames.
10454 Doc fix.
10455
10456 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10457
10458 * progmodes/gud.el (gud-stop-subjob): New function.
10459 (gud-menu-map, gud-tool-bar-map): Use it.
10460
10461 2005-11-16 Kim F. Storm <storm@cua.dk>
10462
10463 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10464 than kill it.
10465 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10466 to a more useful/logical place.
10467
10468 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10469
10470 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10471 go buttons complementary.
10472
10473 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10476 (rfn-eshadow-sifn-equal): New function.
10477 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10478
10479 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10480
10481 * viper-utils.el (viper-non-word-characters-reformed-vi):
10482 Quote `-' in string.
10483
10484 * viper.el (viper-emacs-state-mode-list): Ensure that
10485 rcirc-mode buffers come up in Emacs state.
10486
10487 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10488 operation.
10489
10490 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10491
10492 * term.el (term-termcap-format): Fix typos.
10493 (term-down): Fix the negative argument case.
10494
10495 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10496
10497 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10498 2005-08-15.
10499 (gdb-ann3): New command gud-go.
10500 (menu): Accomodate gdb-mi.el.
10501 (gdb-assembler-custom): Make buffer of selected window current
10502 so that set-window-point works.
10503
10504 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10505 buttons and include new ones.
10506
10507 2005-11-16 Kim F. Storm <storm@cua.dk>
10508
10509 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10510 (gud-menu-map): Use it.
10511
10512 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10513
10514 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10515 that works correctly for Custom and that does not override a user
10516 who disables it.
10517
10518 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10519 (help-xref-interned, help-follow): Make hyperlinks for variables
10520 that are unbound, but have a non-nil variable-documentation property.
10521
10522 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10523 mode hook. (It conflicted with defcustoms for some mode hooks.)
10524 Use the `variable-documentation' property to give the mode hook a
10525 docstring and expand that docstring.
10526
10527 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10528
10529 * savehist.el (savehist-mode): Don't bother with
10530 `custom-set-minor-mode'.
10531 (savehist-coding-system): Check XEmacs version.
10532 (history-length): Declare also at run time.
10533 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10534 Don't set the customize state.
10535 (savehist-minibuffer-hook): Special case for when
10536 minibuffer-history-variable is equal to t.
10537
10538 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * files.el (write-file): Refresh VC status.
10541
10542 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10543 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10544 than fundamental-mode to see if the mode was set.
10545
10546 2005-11-14 Romain Francoise <romain@orebokech.com>
10547
10548 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10549 dummy function in `eval-when-compile' to avoid compiler warning.
10550 Require `man' at compile time.
10551
10552 2005-11-14 Jay Belanger <belanger@truman.edu>
10553
10554 * calc-alg.el (calcFunc-write-out-power): Rename it to
10555 calcFunc-powerexpand.
10556 (math-write-out-power): Rename it to math-powerexpand; have it
10557 handle negative exponents.
10558 (calc-writeoutpower): Rename it to calc-powerexpand.
10559
10560 * calc-ext.el: Change calcFunc-writeoutpower and
10561 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10562 autoloads.
10563 Add calcFunc-ldiv to autoloads.
10564
10565 * calc-arith.el (calcFunc-ldiv): New function.
10566
10567 * calc.el (calc-left-divide): New function.
10568
10569 2005-11-14 Juri Linkov <juri@jurta.org>
10570
10571 * cus-edit.el (custom-variable-prompt): Set the default value arg
10572 of completing-read.
10573
10574 * cus-dep.el (custom-make-dependencies): Reverse the list of
10575 found dependencies.
10576
10577 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10578
10579 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10580 Highlighting" entry, it is on by default now.
10581 (menu-bar-options-save): Do not save global-font-lock-mode.
10582
10583 2005-11-13 Richard M. Stallman <rms@gnu.org>
10584
10585 * textmodes/flyspell.el (flyspell-large-region):
10586 Call flyspell-accept-buffer-local-defs.
10587
10588 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10589
10590 * textmodes/flyspell.el (flyspell-notify-misspell):
10591 Fix misspelling of "Misspelling".
10592 (flyspell-process-localwords): New function.
10593 (flyspell-large-region): Call flyspell-process-localwords and
10594 flyspell-delete-region-overlays.
10595 (flyspell-delete-region-overlays): New function.
10596 (flyspell-delete-all-overlays): Call that.
10597
10598 2005-11-13 Richard M. Stallman <rms@gnu.org>
10599
10600 * help.el (help-for-help-internal): Improve doc of C-h a.
10601 (describe-key): Improve prompt; doc fix.
10602
10603 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * vc-svn.el (vc-svn-registered): Catch all errors.
10606
10607 * cus-dep.el (custom-make-dependencies): Typo.
10608
10609 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10610
10611 * net/tramp-util.el (top): Fix compilation warning.
10612
10613 2005-11-13 Kim F. Storm <storm@cua.dk>
10614
10615 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10616
10617 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10618
10619 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10620 (gud-speedbar-buttons): Match on "const char *" too.
10621
10622 * progmodes/gdb-ui.el (gdb-var-create-handler)
10623 (gdb-var-list-children-handler): Match on "const char *" too.
10624 (gdb-var-evaluate-expression-handler): Match on empty string.
10625 (gdb-var-update-handler): Only call
10626 gdb-var-evaluate-expression-handler when required.
10627
10628 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10629
10630 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10631 selected window. This still doesn't work for speedbar.
10632 (gud-speedbar-buttons): Handle string expressions properly.
10633
10634 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10635 (gdb-var-create-handler): Handle string expressions properly.
10636 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10637 Handle string expressions properly. Move "type" field into regexp.
10638
10639 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10640
10641 * bookmark.el (bookmark-maybe-message): New function to reduce
10642 code duplication: invokes `message' iff baud-rate is high enough.
10643 (bookmark-write-file): Use above instead of an inline conditional.
10644 (bookmark-load): Same.
10645
10646 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10647
10648 * bookmark.el (bookmark-write-file): Don't visit the destination
10649 file, just write the data to it using write-region. This is
10650 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10651 change to avoid visiting the file in the first place.
10652
10653 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * hi-lock.el (hi-lock-mode): Set the default value of
10656 font-lock-defaults.
10657
10658 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10659
10660 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10661 arg to `file-attributes'.
10662 (find-lisp-format): The UID and GID can now be strings.
10663
10664 2005-11-12 Kim F. Storm <storm@cua.dk>
10665
10666 * help.el (help-map): Bind C-h d to apropos-documentation.
10667
10668 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10669 when point is at end-of-buffer.
10670
10671 * apropos.el (apropos-match-face): Doc fix.
10672 (apropos-sort-by-scores): Add new choice `verbose'.
10673 (apropos-documentation-sort-by-scores): New defcustom.
10674 (apropos-pattern): Now contains the pattern entered by the user.
10675 (apropos-pattern-quoted): New defvar.
10676 (apropos-regexp): New defvar, containing the regexp corresponding
10677 to apropos-pattern.
10678 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10679 (apropos-read-pattern): New defun. Use it to read pattern arg in
10680 interactive calls; returns list of words for a word list, and
10681 string for a regexp.
10682 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10683 parses a list of words or regexp as returned by apropos-read-pattern.
10684 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10685 (apropos-score-doc): Return a very high score if the string
10686 entered by the user matches literally.
10687 (apropos-variable): Doc fix. Use apropos-read-pattern.
10688 (apropos-command): Doc fix. Use apropos-read-pattern and
10689 apropos-parse-pattern. Call apropos-print with nosubst=t.
10690 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10691 apropos-parse-pattern.
10692 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10693 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10694 apropos-documentation-sort-by-scores. Call apropos-print with
10695 nosubst=t.
10696 (apropos-documentation-internal): Pass doc string through
10697 substitute-key-definition before adding text properties.
10698 Highlight substring matching literal user input if possible.
10699 (apropos-documentation-check-doc-file): Remove locals beg and end.
10700 Fix calculation of score (as added twice). Pass doc string through
10701 substitute-key-definition before adding text properties.
10702 (apropos-documentation-check-elc-file): Pass doc string through
10703 substitute-key-definition before adding text properties.
10704 Highlight substring matching literal user input if possible.
10705 (apropos-print): Add new arg NOSUBST; if set, command and variable
10706 doc strings have already been passed through substitute-key-definition.
10707 Add code to handle apropos-accumulator items without score element
10708 for backwards compatibility (e.g. with woman package).
10709 Only show scores if apropos-sort-by-scores is `verbose'.
10710
10711 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10714 Add jka-compr-load-suffixes to load-suffixes.
10715
10716 * jka-compr.el: Require jka-cmpr-hook.
10717 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10718 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10719 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10720 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10721 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10722 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10723 (jka-compr-uninstall): Remove entries from
10724 jka-compr-added-to-file-coding-system-alist after they are used.
10725 (jka-compr-error): Remove unused var `curbuf'.
10726 (jka-compr-file-local-copy): Remove unused var `notfound'.
10727
10728 2005-11-10 Romain Francoise <romain@orebokech.com>
10729
10730 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10731
10732 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10733
10734 * progmodes/gud.el (gud-menu-map): Move parentheses.
10735 (gdb): New command gud-pv.
10736
10737 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10738
10739 * tar-mode.el: Remove spurious or unnecessary leading stars
10740 in docstrings.
10741 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10742 (tar-parse-octal-integer-safe): Use mapc.
10743 (tar-header-block-summarize): Remove unused var `ck'.
10744 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10745 cleared before. Obey default-enable-multibyte-characters.
10746 Use mapconcat. Simplify setting of tar-header-offset.
10747 (tar-mode-map): Move initialization inside delcaration.
10748 (tar-flag-deleted): Use `abs'.
10749 (tar-expunge-internal): Remove unused var `line'.
10750 (tar-expunge-internal): Don't hardcode point-min==1.
10751 (tar-expunge): Widen while doing set-buffer-multibyte.
10752 (tar-rename-entry): Use file-name-coding-system.
10753 (tar-alter-one-field): Don't hardcode point-min==1.
10754 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10755 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10756
10757 2005-11-10 Masatake YAMATO <jet@gyve.org>
10758
10759 * add-log.el (add-log-current-defun): Handle class::method
10760 notation of c++. Fix incorrect comment.
10761
10762 2005-11-10 Alan Mackenzie <acm@muc.de>
10763
10764 * help-fns.el (describe-variable): Make C-h v work when a variable
10765 has variable documentation yet is unbound.
10766
10767 2005-11-10 Masatake YAMATO <jet@gyve.org>
10768
10769 * man.el (Man-highlight-references): Set an empty
10770 string to `Man-arguments' if it is nil.
10771 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10772
10773 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10774
10775 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10776 commenting conventions.
10777
10778 * cus-dep.el (custom-make-dependencies): Simplify.
10779 Better follow the commenting conventions.
10780
10781 2005-11-09 Richard M. Stallman <rms@gnu.org>
10782
10783 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10784 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10785 All uses changed.
10786 (apropos-rewrite-regexp): Doc fix.
10787 (apropos-variable, apropos-command, apropos, apropos-value):
10788 Change prompt; carry through the argument renaming.
10789
10790 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10791
10792 * find-lisp.el: Require dired.
10793 (find-lisp-find-dired-internal): Do not call
10794 `abbreviate-file-name' on DIR.
10795
10796 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10797
10798 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10799
10800 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10801
10802 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10803 when using the speedbar.
10804 (gdb): New command gud-pp.
10805 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10806
10807 2005-11-09 Juri Linkov <juri@jurta.org>
10808
10809 * replace.el (occur-excluded-properties): New defcustom.
10810 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10811
10812 2005-11-08 Jay Belanger <belanger@truman.edu>
10813
10814 * calc/calc-units.el (math-convert-units): Replace any composite
10815 unit by its definition.
10816
10817 2005-11-08 Lars Hansen <larsh@soem.dk>
10818
10819 * emacs-lisp/autoload.el (update-directory-autoloads):
10820 Add obsolete function alias.
10821
10822 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10825 comment-indent-function.
10826 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10827
10828 * reveal.el (reveal-post-command): Rework the handling of
10829 reveal-open-spots, so as to be more reliable. There were several
10830 tricky corner cases where an open spot might be lost, or where
10831 a closed spot might end up on the list of open spots.
10832 Only reveal text that's ellipsised.
10833
10834 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10835
10836 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10837
10838 2005-11-07 John Paul Wallington <jpw@gnu.org>
10839
10840 * ibuffer.el (ibuffer): Search iconified frames too when
10841 getting Ibuffer buffer's window.
10842
10843 2005-11-06 Richard M. Stallman <rms@gnu.org>
10844
10845 * progmodes/compile.el (compilation-internal-error-properties):
10846 save-excursion around the computation of MARKER.
10847
10848 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10849
10850 * textmodes/flyspell.el (flyspell-external-point-words):
10851 flyspell-get-word returns a list, not just a string.
10852
10853 2005-11-06 John Paul Wallington <jpw@pobox.com>
10854
10855 * ibuffer.el (ibuffer): Search all visible frames when getting
10856 Ibuffer buffer's window.
10857
10858 2005-11-07 Masatake YAMATO <jet@gyve.org>
10859
10860 * man.el (Man-reference-regexp): Accept spaces between
10861 `Man-name-regexp' and `Man-section-regexp'.
10862 (Man-apropos-regexp): New variable.
10863 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10864 if available.
10865 (Man-highlight-references, Man-highlight-references0):
10866 Handle the case when `Man-arguments' includes "-k".
10867 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10868 `TARGET'. `TARGET' can be a number, function or nil.
10869
10870 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10871
10872 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10873 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10874 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10875 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10876 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10877 (gdb-send-item): Use buffer-local-value and simplify.
10878
10879 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10880
10881 * startup.el (command-line): Use `custom-reevaluate-setting' for
10882 `global-font-lock-mode'.
10883
10884 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10885 by default, except in batch mode or when the -D option is given.
10886
10887 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10888 specified keyword args on to `define-minor-mode'. Update docstring.
10889
10890 2005-11-05 Romain Francoise <romain@orebokech.com>
10891
10892 * replace.el (occur-engine): Add marker at end of line, too.
10893
10894 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10895
10896 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10897 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10898 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10899 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10900 argument to all these routines, so the passphrase can be managed
10901 externally and passed in to the system.
10902 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10903 pgg-add-passphrase-to-cache function.
10904
10905 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10906 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10907 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10908 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10909 argument to all these routines, so the passphrase can be managed
10910 externally and passed in to the system.
10911 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10912 function.
10913
10914 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10915
10916 * font-lock.el: Don't deal with font-lock-face-attributes here,
10917 move the code ...
10918
10919 * startup.el (command-line): ... here. Use face-spec-set instead
10920 of custom-declare-face.
10921
10922 * faces.el (face-spec-set): Reset the face if spec is not nil.
10923
10924 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10925
10926 * newcomment.el (comment-region-internal): Box more tightly in the
10927 common case where there's no TAB in the boxed text.
10928
10929 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10930
10931 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10932 up-node.
10933
10934 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10935
10936 * newsticker.el: Commentary updated. Code formatting changed.
10937 (newsticker-version): Change to "1.9".
10938 (newsticker, newsticker-feed): Doc fix.
10939 (newsticker-url-list): Doc fix. Add option "Weekly".
10940 (newsticker-retrieval-interval): Add option "Weekly".
10941 (newsticker-headline-processing): Doc fix.
10942 (newsticker-auto-mark-filter): Remove.
10943 (newsticker-auto-mark-filter-list): New.
10944 (newsticker-layout, newsticker-sort-method): Doc fix.
10945 (newsticker-hide-old-items-in-newsticker-buffer)
10946 (newsticker-heading-format, newsticker-item-format)
10947 (newsticker-desc-format): Doc fix.
10948 (newsticker-show-all-rss-elements): Remove.
10949 (newsticker-show-all-news-elements): New.
10950 (newsticker-faces, newsticker-ticker): Doc fix.
10951 (remove-from-invisibility-spec): Code formatting.
10952 (newsticker--process-ids): New.
10953 (newsticker-mode): Doc fix.
10954 (newsticker-mode): Change mode-line-format.
10955 (newsticker-start): Remove debug output.
10956 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10957 (newsticker-w3m-show-inline-images): Code formatting.
10958 (newsticker-next-item): Call `force-mode-line-update'.
10959 (newsticker-previous-item): Call `force-mode-line-update'.
10960 (newsticker-next-feed): Call `force-mode-line-update'.
10961 (newsticker-previous-feed): Call `force-mode-line-update'.
10962 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10963 (newsticker-show-old-items): Do not show descs.
10964 (newsticker-hide-entry): Hide too much.
10965 (newsticker-hide-entry, newsticker-show-entry)
10966 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10967 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10968 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10969 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10970 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10971 (newsticker-get-news): Call `force-mode-line-update'.
10972 Collect process ids.
10973 (newsticker--sentinel): Change coding system handling.
10974 Move image retrieval to new functions newsticker--get-logo-url-*.
10975 Move feed parsing to new functions newsticker--parse-*.
10976 Update list of process ids.
10977 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10978 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10979 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10980 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10981 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10982 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10983 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10984 (newsticker--decode-coding-string): Remove.
10985 (newsticker--decode-numeric-entities): Check input. Format code.
10986 (newsticker--remove-whitespace): Check input.
10987 (newsticker--do-forget-preformatted): Doc fix.
10988 (newsticker--decode-rfc822-date): Allow for missing time.
10989 (newsticker--update-process-ids): New.
10990 (newsticker--image-sentinel): Change comment.
10991 (newsticker--image-read): Change error message.
10992 (newsticker--imenu-goto): Doc fix. Show headline title.
10993 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10994 (newsticker--buffer-do-insert-text): Clean whitespace in
10995 html-rendered headline title. Code formatting.
10996 Call `newsticker--buffer-print-extra-elements'.
10997 (newsticker--buffer-print-extra-element): Remove.
10998 (newsticker--buffer-print-extra-elements): New.
10999 (newsticker--buffer-do-print-extra-element): New.
11000 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11001 large sizes.
11002 (newsticker--run-auto-mark-filter)
11003 (newsticker--do-run-auto-mark-filter):
11004 Use `newsticker-auto-mark-filter-list'.
11005
11006 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11007
11008 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11009 (rcirc-print): Force redisplay before running hooks. Do long
11010 buffer truncation after making new text read-only. Deal with nil
11011 text when decoding strings. If TARGET is nil, use either the
11012 currently selected buffer, if it is an rcirc buffer and of the
11013 same process or the process buffer.
11014 (rcirc-mode): Remove header-line. Recompute short buffer names.
11015 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11016 (rcirc-short-buffer-name): Add variable.
11017 (rcirc-kill-buffer-hook): Recompute short buffer names.
11018 Remove nick from private channel.
11019 (rcirc-send-input): Send command text to current-buffer.
11020 Don't clear overlay arrow here.
11021 (rcirc-short-buffer-name): Return a short buffer name.
11022 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11023 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11024 buffer-name abbreviations.
11025 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11026 Do not touch nick-table when killing a parted channel.
11027 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11028 Clear arrow from current buffer if it is now hidden.
11029 (rcirc-current-buffer): Add variable.
11030 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11031 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11032 Remove -face from names.
11033 (rcirc-update-activity-string): Print "DND" when globally ignoring
11034 activity.
11035 (rcirc-ignore-buffer-activity-flag): Rename from
11036 rcirc-ignore-channel-activity.
11037 (rcirc-ignore-all-activity-flag): Doc fix.
11038 (rcirc-channels): Remove variable.
11039 (rcirc-kill-buffer-hook):
11040 (rcirc-get-buffer-create): Add nick to private channel.
11041 (rcirc-multiline-edit-submit): Remove tabs.
11042 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11043 folded.
11044 (rcirc-remove-nick-channel): Bug fix.
11045 (rcirc-toggle-ignore-buffer-activity): Rename from
11046 rcirc-toggle-ignore-channel-activity.
11047 (rcirc-record-activity): Add buffers to the front of the list.
11048 (rcirc-update-activity): Remove killed buffers from list.
11049 (rcirc-process-server-response-1): Remove last argument if it is
11050 null before calling handler.
11051 (rcirc): Add "rcirc" defcustom prefix.
11052 (rcirc-prompt): Simplify default prompt.
11053 Use custom-initialize-default.
11054 (rcirc-private-chats): Remove variable.
11055 (rcirc-prompt): Change initialization.
11056 (rcirc-version): Remove function.
11057 (rcirc-id-string): Add constant.
11058 (rcirc-last-buffer): Remove variable.
11059 (rcirc-buffer-alist): Add variable.
11060 (rcirc-connect): Update variable setup.
11061 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11062 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11063 default.
11064 (rcirc-handler-generic): Trigger activity.
11065 (rcirc-send-message): Create the buffor of the target.
11066 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11067 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11068 (rcirc-multiline-edit-cancel): Remove function.
11069 (rcirc-set-last-buffer): Remove function.
11070 (rcirc-get-any-buffer): Add function.
11071 (rcirc-join-channels): Don't print /join text.
11072 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11073 messages.
11074 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11075 (rcirc-handler-NOTICE): Recognize CTCP responses.
11076 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11077 constructing TOPIC string for buffers we are not JOINed.
11078 (rcirc-handler-CTCP-response): Add handler.
11079 (rcirc-multiline-edit-submit): Restore the window-configuration
11080 before adjusting point.
11081 (rcirc): Add customization group.
11082 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11083 (rcirc-user-full-name, rcirc-startup-channels-alist)
11084 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11085 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11086 (rcirc-input-ring-size, rcirc-read-only-flag)
11087 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11088 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11089 Change defvar to defcustom.
11090 (rcirc-update-prompt): Add optional ALL arg, which will update
11091 prompts in all rcirc buffers. Regexp quote replacement text.
11092 (rcirc-fill-column): Accept frame-width as a value.
11093 (rcirc-set-changed): Add function.
11094 (rcirc-next-active-buffer): Write more meaningful messages.
11095 (rcirc-faces): Add customization group.
11096 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11097 (rcirc-nick-in-message-face, rcirc-prompt-face)
11098 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11099 (with-rcirc-process-buffer): Move before first usage.
11100 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11101 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11102 (rcirc-debug): Rename from `rcirc-log'.
11103 (rcirc-format-response-string): Do not print `-' chars for a
11104 NOTICE with no sender. Simplify output of server responses.
11105
11106 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11107
11108 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11109 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11110 Make urls mouse and RET clickable.
11111
11112 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11113
11114 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11115
11116 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11117
11118 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11119 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11120 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11121 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11122 argument to all these routines, so the passphrase can be managed
11123 externally and passed in to the system.
11124 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11125 pgg-add-passphrase-to-cache function.
11126
11127 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11128 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11129 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11130 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11131 argument to all these routines, so the passphrase can be managed
11132 externally and passed in to the system.
11133 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11134 function.
11135
11136 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11137
11138 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11139 from goto-address-url-regexp.
11140
11141 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11142
11143 * textmodes/org.el (org-read-date, org-goto-calendar)
11144 (org-recenter-calendar, org-agenda-goto-calendar):
11145 Temporarily clear `calendar-move-hook'.
11146
11147 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11148
11149 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11150 merging.
11151
11152 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11153 have merge clashes.
11154
11155 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11156
11157 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11158 Undo previous change.
11159
11160 * startup.el (command-line): Use `custom-reevaluate-setting' for
11161 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11162 tty-register-default-colors on Mac.
11163
11164 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11165
11166 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11167 (gdb-buffer-type): Make it automatically buffer local...
11168 (gdb-get-create-buffer): ...and set it accordingly.
11169 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11170 actually work.
11171
11172 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11173
11174 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11175 not red.
11176
11177 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11178
11179 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11180 case GUD buffer is not visible.
11181 (gdb-goto-breakpoint): Try to force display in source buffer.
11182 (gdb-frame-gdb-buffer): Copy other similar functions.
11183 (gdb-restore-windows): Don't display source if not asked for.
11184 (gdb-assembler-buffer-name): Don't capitalise.
11185
11186 2005-11-03 Richard M. Stallman <rms@gnu.org>
11187
11188 * wid-edit.el (key-sequence): New widget type.
11189
11190 * simple.el (set-mark-command-repeat-pop): New variable.
11191 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11192 if set-mark-command-repeat-pop is true.
11193
11194 * info.el (Info-fontify-node): Don't display extra "see" if there
11195 already is one here.
11196
11197 * mouse.el: Fix special handling of DEL after dragging a region:
11198 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11199 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11200
11201 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11202
11203 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11204 not to assume it pertains to an affix.
11205
11206 * textmodes/flyspell.el (flyspell-post-command-hook):
11207 Bind deactivate-mark to prevent deactivation.
11208
11209 2005-11-03 Lars Hansen <larsh@soem.dk>
11210
11211 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11212 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11213 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11214
11215 2005-11-03 Romain Francoise <romain@orebokech.com>
11216
11217 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11218 Update copyright years.
11219
11220 2005-11-03 Sam Steingold <sds@gnu.org>
11221
11222 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11223 Use system-type instead of window-system because window-system is not
11224 correctly defined during loadup.
11225
11226 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11227
11228 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11229 (xml-parse-tag): Join strings separated by a comment properly.
11230
11231 2005-11-02 Andreas Schwab <schwab@suse.de>
11232
11233 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11234
11235 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11236
11237 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11238 (byte-optimize-pure-func): Quote the eval'd value.
11239
11240 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11241 Rename from perl-font-lock-syntactic-face-function.
11242 Change the calling convention so it can be used as a font-lock MATCHER.
11243 Do the parse-partial-sexp loop outselves.
11244 (perl-font-lock-syntactic-keywords): Use it.
11245 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11246
11247 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11248
11249 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11250 disassembly buffer too.
11251 (gdb-exited): Remove overlay arrows when execution has finished.
11252 (gdb-info-frames-custom, gdb-info-threads-custom)
11253 (gdb-info-registers-custom): Don't add inappropriate text
11254 properties if inferior is not active.
11255
11256 2005-11-02 Glenn Morris <rgm@gnu.org>
11257
11258 * progmodes/fortran.el (fortran-blink-match):
11259 Use `blink-matching-delay'.
11260
11261 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11262
11263 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11264
11265 2005-11-02 Lars Hansen <larsh@soem.dk>
11266
11267 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11268 "Permission denied".
11269
11270 2005-11-01 Richard M. Stallman <rms@gnu.org>
11271
11272 * textmodes/flyspell.el (flyspell-external-point-words):
11273 Pass nil to flyspell-get-word.
11274
11275 2005-11-02 Kim F. Storm <storm@cua.dk>
11276
11277 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11278 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11279
11280 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11281
11282 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11283 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11284 (calendar-mouse-print-dates): Add optional `event' argument.
11285 Update interactive-spec.
11286 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11287 Use `calendar-event-to-date' instead of `event'.
11288
11289 2005-11-02 Masatake YAMATO <jet@gyve.org>
11290
11291 * progmodes/ld-script.el (ld-script-builtins):
11292 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11293 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11294 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11295
11296 2005-11-01 Romain Francoise <romain@orebokech.com>
11297
11298 * vc-sccs.el: Update copyright year.
11299 * ezimage.el: Likewise.
11300
11301 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11302
11303 * info.el (Info-fontify-node): Use `string-width' for fontifying
11304 underlined titles.
11305
11306 2005-11-01 Juri Linkov <juri@jurta.org>
11307
11308 * info.el (Info-fontify-node): Downcase node header keywords Node,
11309 Prev, Next, Up before comparison.
11310 (Info-history): Insert absolute directory name, and put invisible
11311 property on it.
11312
11313 2005-11-01 Juri Linkov <juri@jurta.org>
11314
11315 * info.el (Info-file-supports-index-cookies): New variable.
11316 (Info-find-node-2): Check makeinfo version for index cookie support.
11317 (Info-index-nodes): Search for nodes with index cookies only when
11318 Info-file-supports-index-cookies is t. Otherwise, search nodes
11319 with "Index" in the node name.
11320 (Info-index-node): Search index cookie in the current node only when
11321 Info-file-supports-index-cookies is t. Otherwise, check the word
11322 "Index" in the node name.
11323 (Info-find-emacs-command-nodes): Remove code that searches nodes
11324 with "Index" node name in the top menu.
11325
11326 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11327
11328 * progmodes/scheme.el (scheme-mode-variables): Use the default
11329 comment-indent-function.
11330
11331 * faces.el (face-attribute): Handle the case where a face inherits from
11332 a non-existent face.
11333
11334 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11335 for octal and hexa output, and merge the char into the paren.
11336 (kill-new): Use push.
11337 (copy-to-buffer): Use with-current-buffer.
11338 (completion-setup-function): Move code in loop to remove redundancy.
11339 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11340 those inherited from minibuffer-local-completion-map.
11341
11342 * savehist.el (savehist-mode) <defcustom>:
11343 Use custom-set-minor-mode if available.
11344 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11345 and emit a message if applicable.
11346
11347 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11348
11349 * savehist.el: Sync up to version 19.
11350 (savehist-mode): New minor mode.
11351 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11352 (savehist-length): Remove (use history-length instead).
11353 (savehist-file-modes): Rename from savehist-modes.
11354 (savehist-save-hook, savehist-loaded): New vars.
11355 (savehist-load): Use savehist-mode. Try to smooth up transition from
11356 old format to new format.
11357 (savehist-install): Allow savehist-autosave-interval to be nil.
11358 (savehist-save): Run the new hook. Be more careful to only trim the
11359 history variables.
11360 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11361 (savehist-printable): Print into a buffer rather than char-by-char.
11362
11363 2005-11-01 John Wiegley <johnw@newartisans.com>
11364
11365 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11366 toggle-ignore keybinding (C-a). The author said it had been
11367 disabled much earlier due to a possible incompatibility, but after
11368 many months of usage I have encountered no problems (and it is a
11369 rather useful option, especially for switching to " *temp*").
11370
11371 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11372 support for OS/X's AddressBook, by calling out to the open source
11373 program "contacts" (installable through Fink).
11374
11375 * net/eudc.el (eudc-expand-inline): If the
11376 `eudc-multiple-match-handling-method' is set to `all', delete the
11377 query string before inserting the query result.
11378
11379 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11380 flag, to prevent Eshell from using the system ls when
11381 `eshell-ls-insert-directory' is in used.
11382 (eshell-ls-insert-directory): Disable font-lock in directory
11383 buffer so that Eshell's own fontification is seen. This broke
11384 recently due to changes in font-lock, so this goes back to version
11385 21 behavior.
11386
11387 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11388
11389 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11390 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11391 (gdb-many-windows): Doc fix.
11392
11393 2005-10-31 Romain Francoise <romain@orebokech.com>
11394
11395 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11396
11397 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11398
11399 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11400 that global-font-lock-mode can be enabled by default.
11401
11402 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11403 (font-lock-add-keywords, font-lock-remove-keywords)
11404 (font-lock-fontify-buffer): Remove autoload cookies.
11405
11406 * jit-lock.el (jit-lock-register): Likewise.
11407
11408 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11409
11410 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11411
11412 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11413 intact if there is no gud-comint-buffer.
11414
11415 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11416
11417 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11418 old prompt comint-prompt-read-only is t and GDB commands are
11419 issued from tool bar etc.
11420
11421 2005-10-31 Masatake YAMATO <jet@gyve.org>
11422
11423 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11424
11425 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11426
11427 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11428 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11429
11430 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11431
11432 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11433 starting at beginning of line. Fontification is messed up when
11434 `open-paren-in-column-0-is-defun-start' set to t.
11435 Reported by John Paul Wallington <jpw@pobox.com>.
11436
11437 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11438
11439 * comint.el (comint-send-input): Call `comint-update-fence' when
11440 `comint-process-echoes' and `comint-prompt-read-only' are both
11441 non-nil, to avoid leftover read-only newline.
11442
11443 2005-10-30 Richard M. Stallman <rms@gnu.org>
11444
11445 * textmodes/flyspell.el (flyspell-external-point-words):
11446 Detect when WORD can't be checked properly because
11447 flyspell-get-word finds just part of it, and move on.
11448
11449 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11450 boundarychar for Polish.
11451 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11452 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11453
11454 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11455
11456 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11457 (gdb-registers-font-lock-keywords): Delete.
11458 (gdb-registers-mode): Don't fontify.
11459 (gdb-info-registers-custom): Use text properties instead as, in
11460 future, changed register values will use font-lock-warning-face.
11461 (gdb-local-font-lock-keywords): Rename to...
11462 (gdb-locals-font-lock-keywords): ...for consistency.
11463
11464 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11465
11466 * vc.el (vc-switch-backend): Better error message if the buffer is
11467 not visiting a file under version control.
11468
11469 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11470
11471 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11472
11473 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11474 ~/.emacs.d/.emacs.
11475
11476 2005-10-29 Richard M. Stallman <rms@gnu.org>
11477
11478 * replace.el (occur-mode-mouse-goto): Always go to other window.
11479 (occur-mode-goto-occurrence): Always switch in same window.
11480
11481 * simple.el (undo): Display message at end, not at start.
11482
11483 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11484 New arg REUSE-CELL.
11485 (cancel-timer-internal): New function.
11486 (timer-event-handler): Use cancel-timer-internal,
11487 and pass the cell it returns to timer-activate...
11488
11489 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11490 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11491 (jit-lock-after-change): Test memory-full.
11492
11493 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11494
11495 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11496 part of the decoded armor to find the key-identifier.
11497 (pgg-gpg-lookup-key-owner): New function to return the
11498 human-readable identifier of a key owner.
11499 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11500 key itself.
11501 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11502 the key value) if we have a key and can match it against a secret
11503 key. Also, added a note pointing out fact that the prompt only
11504 indicates the first matching key.
11505
11506 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11507 pgg-decrypt-region.
11508 (pgg-pending-timers): A new hash for tracking the passphrase cache
11509 timers, so that new ones supercede old ones.
11510 (pgg-add-passphrase-to-cache): Rename from
11511 `pgg-add-passphrase-cache' to reduce confusion (all callers
11512 changed). Modified to cancel old timers when new ones are added.
11513 (pgg-remove-passphrase-from-cache): Rename from
11514 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11515 changed). Modified to cancel old timers when their keys are
11516 removed from the cache.
11517 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11518 XEmacs, an indirection to delete-itimer.
11519 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11520 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11521 users can only check cache without risk of prompting. Correct bug in
11522 notruncate behavior.
11523 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11524 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11525 Add informative docstrings.
11526 (pgg-decrypt): Convey provided passphrase in subordinate call to
11527 pgg-decrypt-region.
11528
11529 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11530 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11531 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11532 `passphrase' argument, so the passphrase can be managed externally
11533 and then passed in to the system.
11534
11535 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11536 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11537 so the passphrase cache can be used reliably with identifiers
11538 besides a pgp packet's key id.
11539
11540 * pgg-gpg.el (pgg-pgp-encrypt-region)
11541 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11542 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11543 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11544 argument to all these routines, so the passphrase can be managed
11545 externally and passed in to the system.
11546
11547 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11548 `notruncate' argument, so the passphrase cache can be used
11549 reliably with identifiers besides a pgp packet's key id.
11550
11551 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11552
11553 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11554 symmetric encryption.
11555 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11556 encrypted session key.
11557 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11558 message ask for the passphrase in a proper way.
11559
11560 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11561 New user commands for symmetric encryption.
11562
11563 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11564
11565 * textmodes/conf-mode.el (conf-assignment-sign)
11566 (conf-assignment-regexp): Fix docstrings.
11567 (conf-mode-initialize): New function.
11568 (conf-mode): Remove optional args. Use delay-mode-hooks to
11569 recognize recursive calls.
11570 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11571 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11572 (conf-xdefaults-mode): Use define-derived-mode and
11573 conf-mode-initialize.
11574
11575 2005-10-29 Romain Francoise <romain@orebokech.com>
11576
11577 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11578
11579 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11580
11581 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11582 part of the decoded armor to find the key-identifier.
11583 (pgg-gpg-lookup-key-owner): New function to return the
11584 human-readable identifier of a key owner.
11585 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11586 key itself.
11587 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11588 the key value) if we have a key and can match it against a secret
11589 key. Also, added a note pointing out fact that the prompt only
11590 indicates the first matching key.
11591
11592 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11593 pgg-decrypt-region.
11594 (pgg-pending-timers): A new hash for tracking the passphrase cache
11595 timers, so that new ones supercede old ones.
11596 (pgg-add-passphrase-to-cache): Rename from
11597 `pgg-add-passphrase-cache' to reduce confusion (all callers
11598 changed). Modified to cancel old timers when new ones are added.
11599 (pgg-remove-passphrase-from-cache): Rename from
11600 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11601 changed). Modified to cancel old timers when their keys are
11602 removed from the cache.
11603 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11604 XEmacs, an indirection to delete-itimer.
11605 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11606 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11607 users can only check cache without risk of prompting. Correct bug in
11608 notruncate behavior.
11609 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11610 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11611 Add informative docstrings.
11612 (pgg-decrypt): Convey provided passphrase in subordinate call to
11613 pgg-decrypt-region.
11614
11615 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11616
11617 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11618 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11619 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11620 `passphrase' argument, so the passphrase can be managed externally
11621 and then passed in to the system.
11622
11623 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11624 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11625 so the passphrase cache can be used reliably with identifiers
11626 besides a pgp packet's key id.
11627
11628 * pgg-gpg.el (pgg-pgp-encrypt-region)
11629 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11630 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11631 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11632 argument to all these routines, so the passphrase can be managed
11633 externally and passed in to the system.
11634
11635 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11636 `notruncate' argument, so the passphrase cache can be used
11637 reliably with identifiers besides a pgp packet's key id.
11638
11639 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11640
11641 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11642 symmetric encryption.
11643 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11644 encrypted session key.
11645 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11646 message ask for the passphrase in a proper way.
11647
11648 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11649 New user commands for symmetric encryption.
11650
11651 2005-10-28 Bill Wohler <wohler@newt.com>
11652
11653 * help-mode.el (help-url): New button type. Calls browse-url.
11654 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11655 Similar to Info nodes: URL `url'.
11656 (help-make-xrefs): Create help-url buttons for
11657 help-xref-url-regexp matches.
11658
11659 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11660
11661 * tool-bar.el (tool-bar-add-item-from-menu)
11662 (tool-bar-local-item-from-menu): Fix doc strings.
11663
11664 2005-10-28 Romain Francoise <romain@orebokech.com>
11665
11666 * ldefs-boot.el: Update.
11667
11668 * subr.el (locate-library): Move from help-fns.el.
11669 * help-fns.el (locate-library): Move to subr.el.
11670
11671 2005-10-28 Richard M. Stallman <rms@gnu.org>
11672
11673 * net/tramp.el (tramp-completion-mode): defvar moved up.
11674
11675 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11676
11677 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11678
11679 * files.el (find-file-noselect): Use %d to format large file size.
11680
11681 * bindings.el (mode-line-format): Add %e.
11682
11683 * loadup.el ("facemenu"): Load unconditionally.
11684 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11685 ("x-dnd"): Load, when appropriate.
11686
11687 * startup.el (command-line): Call before-init-hook earlier.
11688 Warn about some bad characters in -u user name.
11689
11690 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11691 (flyspell-external-point-words): Error if misspelled word is not found.
11692 Set flyspell-large-region-beg at end of word.
11693
11694 2005-10-28 Andreas Schwab <schwab@suse.de>
11695
11696 * view.el (View-revert-buffer-scroll-page-forward):
11697 Use view-page-size-default.
11698
11699 2005-10-28 Juri Linkov <juri@jurta.org>
11700
11701 * international/quail.el (quail-get-current-str): Translate last
11702 raw character for deterministic input methods.
11703
11704 2005-10-27 Jay Belanger <belanger@truman.edu>
11705
11706 * calc/calc-ext.el: Add functions to autoloads.
11707 (math-identity-matrix-p, math-ident-row-p): New functions.
11708
11709 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11710 multiplication by an identity matrix; don't turn multiplication by
11711 an inverse matrix into division.
11712 (math-div-symbol-fancy): Replace division by matrices with
11713 multiplication by inverse.
11714
11715 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11716
11717 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11718 (calc-writeoutpower): New functions.
11719
11720 2005-10-27 Romain Francoise <romain@orebokech.com>
11721
11722 * replace.el (occur-engine): Include colon in mouse-face highlight.
11723
11724 * dired-x.el: Change Maintainer field.
11725
11726 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11727
11728 * longlines.el (longlines-mode): Bind after-change-functions to
11729 nil during initial decoding and final encoding.
11730
11731 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11732
11733 * term.el (term-emulate-terminal, term-handle-colors-array)
11734 (term-handle-ansi-escape): Specify the terminfo capabilities
11735 implemented.
11736
11737 2005-10-26 Richard M. Stallman <rms@gnu.org>
11738
11739 * info.el (Info-fontify-node): Fix detection of sentence-break
11740 before *Note.
11741
11742 2005-10-26 Romain Francoise <romain@orebokech.com>
11743
11744 * smerge-mode.el: Add `tools' to file keywords.
11745
11746 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11747
11748 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11749 when the fringe is not available.
11750
11751 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11752 (def-gdb-auto-update-trigger): Simplify construction.
11753 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11754 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11755 defined explicitly.
11756 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11757 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11758 defined explicitly.
11759 (gdb-info-locals-custom): Remove as it's a no-op.
11760
11761 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11762
11763 * longlines.el (longlines-mode): Remove narrowing before
11764 performing the initial decoding or final encoding.
11765
11766 2005-10-25 Romain Francoise <romain@orebokech.com>
11767
11768 * emacs-lisp/find-func.el (find-library-name): Also strip
11769 extension if library name ends in .el, to take advantage of
11770 `find-library-suffixes'.
11771
11772 2005-10-25 Richard M. Stallman <rms@gnu.org>
11773
11774 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11775
11776 2005-10-25 Juri Linkov <juri@jurta.org>
11777
11778 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11779 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11780
11781 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11782
11783 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11784 (blackbox-redefine-key): Add argument `map'.
11785
11786 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11787 regions when moving the jit-lock-context-unfontify-pos boundary.
11788
11789 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11790
11791 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11792
11793 2005-10-25 Masatake YAMATO <jet@gyve.org>
11794
11795 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11796
11797 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11798
11799 * play/blackbox.el (blackbox-redefine-key): New function.
11800 (blackbox-mode-map): Use it to remap existing bindings for cursor
11801 motion instead of binding literal keys.
11802
11803 2005-10-25 Glenn Morris <rgm@gnu.org>
11804
11805 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11806 diary does not end in a newline. Do not assume a blank line at
11807 the start of the diary file.
11808
11809 2005-10-25 Kenichi Handa <handa@m17n.org>
11810
11811 * international/quail.el (quail-translate-key): If the input
11812 method is deterministic and failed to handle the last key, restart
11813 the key handling loop from an appropriate key.
11814
11815 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11816
11817 * vc.el (vc-dired-mode): Extend comment for binding of
11818 `directory-listing-before-filename-regexp'.
11819
11820 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11821
11822 * textmodes/texinfo.el (texinfo-mode):
11823 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11824 not to unnecessarily expose emacs-mule's internal char codes.
11825
11826 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11827
11828 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11829 Display hand pointer and help-echo on disabled icon too.
11830 (gdb-mouse-until): New function.
11831 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11832
11833 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11834
11835 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11836 with 2005-10-23 change to doctor.el.
11837
11838 * finder.el (finder-mode-map): Add follow-link binding.
11839
11840 2005-10-25 Kim F. Storm <storm@cua.dk>
11841
11842 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11843 to gdb-mouse-toggle-breakpoint-fringe.
11844 (gdb-mouse-toggle-breakpoint-margin): Rename from
11845 gdb-mouse-toggle-breakpoint. Fix doc.
11846 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11847 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11848 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11849 string properties also for fringe breakpoint bitmaps.
11850
11851 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11852
11853 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11854
11855 2005-10-25 Masatake YAMATO <jet@gyve.org>
11856
11857 * simple.el (completion-common-substring):
11858 Use `completion-common-substring' prior to `completion-base-size'.
11859
11860 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11861
11862 * savehist.el: Require CL while compiling.
11863 (savehist-history-variables): Remove.
11864 (savehist-save-minibuffer-history, savehist-additional-variables)
11865 (savehist-minibuffer-history-variables): New vars.
11866 (savehist-save): Use them.
11867 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11868 (savehist-install): New fun, extracted from savehist-load.
11869 (savehist-load): Use them.
11870
11871 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11872
11873 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11874 a dummy doc-string-elt property.
11875 (defalias, defvaralias, define-category): Add a docstring property.
11876
11877 * image.el (defimage):
11878 * widget.el (define-widget):
11879 * custom.el (defface, defcustom): Add `doc-string' declaration.
11880
11881 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11882 (defadvice): Add `doc-string' declaration.
11883
11884 * emacs-lisp/byte-run.el (macro-declaration-function):
11885 Handle `doc-string' declarations.
11886 (define-obsolete-function-alias, define-obsolete-variable-alias):
11887 Add `doc-string' declaration.
11888
11889 2005-10-24 Kenichi Handa <handa@m17n.org>
11890
11891 * international/utf-7.el (utf-7): Add autoload cookie.
11892
11893 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11894
11895 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11896
11897 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11898 list of directories passed to batch-update-autoloads. Add "." to
11899 the list of the echoed directories.
11900
11901 * pgg-def.el:
11902 * pgg-gpg.el:
11903 * pgg-parse.el:
11904 * pgg-pgp.el:
11905 * pgg-pgp5.el:
11906 * pgg.el: Moved here from the gnus subdirectory.
11907
11908 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11909
11910 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11911 in case comint-prompt-read-only is set to t.
11912
11913 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11914 in case comint-prompt-read-only is set to t.
11915
11916 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11917
11918 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11919 Now a string.
11920 (icalendar-import-format): Handle CLASS, STATUS, URL.
11921 Rename `subject' to `summary'.
11922 (icalendar-import-format-summary): Rename from
11923 `icalendar-import-format-subject'.
11924 (icalendar-import-format-url, icalendar-import-format-status)
11925 (icalendar-import-format-class): New variables.
11926 (icalendar--rris): Take variable argument list.
11927 (icalendar--datestring-to-isodate): Remove unnecessary
11928 calendar-style check when converting dates with explicit month names.
11929 (icalendar-export-region): Change return type of conversion
11930 subroutines. Bury current buffer unless error occurred.
11931 (icalendar--convert-to-ical)
11932 (icalendar--parse-summary-and-rest): New functions.
11933 (icalendar--convert-ordinary-to-ical)
11934 (icalendar--convert-weekly-to-ical)
11935 (icalendar--convert-yearly-to-ical)
11936 (icalendar--convert-block-to-ical)
11937 (icalendar--convert-cyclic-to-ical)
11938 (icalendar--convert-anniversary-to-ical): Change return type.
11939 Strip trailing blanks from subject.
11940 (icalendar--convert-sexp-to-ical): Change return type.
11941 Strip trailing blanks from subject. Handle simple sexp
11942 entries as generated by icalendar.el.
11943 (icalendar--convert-float-to-ical)
11944 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11945 (icalendar-import-file): Doc fix.
11946 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11947 Correct call to icalendar--rris.
11948 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11949 `summary'.
11950 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11951
11952 2005-10-24 Romain Francoise <romain@orebokech.com>
11953
11954 * server.el (server-sentinel): Set query-on-exit flag to nil on
11955 new client processes (it isn't inherited from the server process).
11956
11957 * replace.el (occur-engine): Rearrange text properties.
11958
11959 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11962 case-fold-search is nil.
11963 (debug-help-follow): Use help-xref-interned directly.
11964
11965 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11966
11967 * thumbs.el (thumbs-image-type): Add .pbm.
11968
11969 2005-10-23 Richard M. Stallman <rms@gnu.org>
11970
11971 * faces.el (inhibit-face-set-after-frame-default): New variable.
11972 (set-face-attribute): Bind it.
11973 (face-set-after-frame-default): Test it.
11974
11975 * help-fns.el (describe-simplify-lib-file-name): New function.
11976 (describe-function-1, describe-variable): Use it.
11977
11978 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11979
11980 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11981 Eliminate nil as possible value.
11982 (tooltip-hide-delay): Reduce internal-border-width.
11983
11984 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11985 (menu-bar-file-menu) <new-file>: Likewise.
11986
11987 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11988
11989 * international/mule.el (load-with-code-conversion):
11990 Pass full file name to `eval-buffer' unless preloading.
11991
11992 * textmodes/flyspell.el (flyspell-large-region):
11993 Call ispell-check-version.
11994
11995 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11996 Fix the make-variable-buffer-local call that was supposed
11997 to be for this variable.
11998 (ispell-aspell-supports-utf8): Doc fix.
11999 (ispell-find-aspell-dictionaries): Preserve elements of
12000 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12001 (ispell-aspell-find-dictionary): Return nil on error.
12002
12003 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12004 (doctor-symptoms): Likewise.
12005
12006 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12007
12008 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12009
12010 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12011 (custom-raised-buttons): Add :set spec.
12012 (custom-button-unraised, custom-button-pressed-unraised):
12013 New faces, so that custom-raised-buttons actually does something.
12014 (custom-mode): Use custom-button and custom-button-pressed.
12015
12016 * wid-edit.el (widget-specify-button): Don't ignore
12017 widget-mouse-face on graphic terminals.
12018 (widget-move-and-invoke): Cleanup.
12019
12020 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12021
12022 * whitespace.el (whitespace-cleanup): Doc fix.
12023
12024 2005-10-23 Romain Francoise <romain@orebokech.com>
12025
12026 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12027 `eval-after-load' to avoid evaluating their result.
12028
12029 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12030
12031 * files.el (directory-listing-before-filename-regexp):
12032 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12033
12034 * dired.el (dired-move-to-filename-regexp): Remove.
12035 All occurences replaced by `directory-listing-before-filename-regexp'.
12036
12037 * dired-x.el, locate.el, vc.el:
12038 Replace `dired-move-to-filename-regexp' by
12039 `directory-listing-before-filename-regexp'. In vc.el it is
12040 overwritten locally; maybe this can be handled in files.el too.
12041
12042 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12043 replaced by `directory-listing-before-filename-regexp'.
12044
12045 2005-10-23 Andreas Schwab <schwab@suse.de>
12046
12047 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12048 and eval-next-after-load.
12049
12050 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12051
12052 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12053 exist, create it.
12054
12055 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12056
12057 * allout.el: Remove autoloads for mailcrypt and crypt++.
12058 Require pgg, pgg-gpg during compilation.
12059 (allout-version): Increment version number to 2.1, and use a literal
12060 rather than RCS Id.
12061 (allout-default-encryption-scheme): Remove.
12062 (allout-passphrase-verifier-handling)
12063 (allout-passphrase-verifier-string)
12064 (allout-file-passphrase-verifier-string)
12065 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12066 (allout-passphrase-hint-handling): Rename and simplify.
12067 (allout-init): Use `find-file-hook' if available, otherwise
12068 `find-file-hooks'.
12069 (allout-mode): Use `write-file-functions' if available, otherwise
12070 `local-write-file-hooks' and, instead of making auto-save-hook
12071 buffer local, make the write-file-hook activity contingent to
12072 allout-mode.
12073 (allout-mode): Use key-binding substitution in the docstring.
12074 (allout-kill-line): Spell-out kill ring data structure mutation
12075 instead of using byte-compiler-complaint-provoking `pop'.
12076 (allout-insert-listified): Use `insert' rather than `insert-string'
12077 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12078 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12079 (allout-encrypt-string): Totally revamped vis new underlying
12080 encryption facilities.
12081 (allout-mc-activate-passwd): Remove.
12082 (allout-obtain-passphrase): New, more or less replaces
12083 allout-mc-activate-passwd.
12084 (allout-encrypted-key-info): More or less replaces
12085 allout-encrypted-text-type.
12086 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12087 (my-mark-marker): Use `(featurep 'xemacs)'.
12088
12089 2005-10-23 Lars Hansen <larsh@soem.dk>
12090
12091 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12092 (byte-compile-file-form-defmumble, byte-compile-defun)
12093 (byte-compile-defmacro): Use it.
12094 (byte-compile-form): Don't call byte-compile-set-symbol-position
12095 when a byte-compile handler is called.
12096
12097 2005-10-22 Romain Francoise <romain@orebokech.com>
12098
12099 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12100
12101 * subr.el (eval-after-load): Convert library name to an absolute
12102 file name using locate-library, since load-history no longer has
12103 library names in it.
12104
12105 2005-10-22 Richard M. Stallman <rms@gnu.org>
12106
12107 * files.el (make-temp-file): Move from subr.el.
12108 * subr.el (make-temp-file): Move to files.el.
12109
12110 * window.el (get-buffer-window-list): Move from subr.el.
12111 * subr.el (get-buffer-window-list): Move to window.el.
12112
12113 * image.el (image-load-path): Use eval-at-startup to initialize.
12114
12115 * subr.el (eval-at-startup): New macro.
12116
12117 * subr.el: Much rearrangement of functions and division
12118 into pages. No code changes.
12119
12120 2005-10-22 Kenichi Handa <handa@m17n.org>
12121
12122 * tar-mode.el (tar-extract): Be sure to call
12123 find-operation-coding-system if set-auto-coding doesn't find a
12124 coding system.
12125
12126 2005-10-22 Kim F. Storm <storm@cua.dk>
12127
12128 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12129 Change users.
12130 (image-type-file-name-regexps): New defconst.
12131 (image-type-from-data): Simplify loop.
12132 (image-type-from-buffer): New defun.
12133 (image-type-from-file-header): Use it instead of image-type-from-data.
12134 Use image-search-load-path instead of only looking in data-directory.
12135 (image-type-from-file-name): New defun.
12136 (image-search-load-path): Change `pathname' to `filename'.
12137 Make PATH arg optional, default to image-load-path.
12138
12139 2005-10-21 Richard M. Stallman <rms@gnu.org>
12140
12141 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12142
12143 * textmodes/paragraphs.el (sentence-end-base): New variable.
12144 (sentence-end): Use sentence-end-base.
12145
12146 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12147
12148 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12149 property independently from the font-lock-multiline variable.
12150
12151 2005-10-21 Richard M. Stallman <rms@gnu.org>
12152
12153 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12154
12155 * startup.el (command-line): Convert library names
12156 in `load-history' to absolute file names.
12157
12158 * subr.el (symbol-file): Doc fix.
12159
12160 * loadhist.el (file-loadhist-lookup): Call locate-library
12161 instead of find-library-name. Don't try converting
12162 abs file names to library names, since load-history no longer
12163 has library names in it.
12164 (file-dependents, file-provides, file-requires): Doc fixes.
12165
12166 2005-10-21 Juri Linkov <juri@jurta.org>
12167
12168 * progmodes/etags.el (tags-table-mode): New function.
12169 (tags-verify-table): Replace initialize-new-tags-table with
12170 tags-table-mode.
12171
12172 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12173 default value.
12174 (desktop-modes-not-to-save): Add tags-table-mode to the
12175 default value.
12176
12177 * info.el (Info-index-next): Add total number of index
12178 alternatives to the message.
12179
12180 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12181 backward only space (instead of space and period) before looking
12182 at sentence end.
12183
12184 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12185 Add the old variable value as 4th default-value arg of read-string.
12186
12187 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12188
12189 * cus-face.el (custom-declare-face): Make face from X resources
12190 also on Mac.
12191
12192 * disp-table.el (standard-display-g1, standard-display-graphic):
12193 Refuse to use string glyphs also on Mac.
12194 (standard-display-european): Don't set terminal coding system also
12195 on Mac.
12196
12197 * frame.el (display-screens): Use x-display-screens also on Mac.
12198
12199 2005-10-21 Romain Francoise <romain@orebokech.com>
12200
12201 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12202
12203 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12204
12205 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12206 and $? into sexps.
12207
12208 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12209 warning face on open-paren-in-column-0.
12210
12211 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12212 boundary case. Fix typo.
12213 Suggested by Martin Rudalics <rudalics@gmx.at>.
12214
12215 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12216
12217 * textmodes/org.el (org-combined-agenda-icalendar-file)
12218 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12219 (org-export-icalendar-this-file)
12220 (org-export-icalendar-all-agenda-files)
12221 (org-export-icalendar-combine-agenda-files): New commands.
12222 (org-export-icalendar, org-print-icalendar-entries)
12223 (org-start-icalendar-file, org-finish-icalendar-file)
12224 (org-ical-ts-to-string): New functions.
12225 (org-read-date, org-goto-calendar)
12226 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12227 call to `calendar'.
12228 (orgtbl-setup): Remove the :keys arguments from the menu description.
12229 (org-after-save-iCalendar-file-hook): New variable.
12230
12231 2005-10-21 Kenichi Handa <handa@m17n.org>
12232
12233 * language/vietnamese.el (tcvn-5712): Make it an alias of
12234 vietnamese-tcvn coding-system.
12235
12236 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12237
12238 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12239 group id is given.
12240
12241 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12244 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12245 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12246 whose line is either continued or ends with a comment.
12247
12248 2005-10-20 Romain Francoise <romain@orebokech.com>
12249
12250 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12251
12252 * replace.el (occur-engine): Add follow-link property.
12253
12254 * font-core.el (font-lock-mode): Doc fix.
12255
12256 2005-10-20 Richard M. Stallman <rms@gnu.org>
12257
12258 * net/rcirc.el: New file.
12259
12260 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12261
12262 * term.el (term-term-name): Initialize to "eterm-color".
12263
12264 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12265
12266 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12267 for encryption functionality.
12268 Move allout customization subgroup from `editing' to `outlines' group.
12269 Fix commentary keywords to legitimate ones.
12270 Update author info (using my current email address, obscurified).
12271 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12272 (allout-encrypted-topic-p, allout-encrypted-text-type)
12273 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12274 (allout-situate-encryption-key-verifier)
12275 (allout-get-encryption-key-verifier, allout-verify-key)
12276 (allout-next-topic-pending-encryption)
12277 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12278 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12279 (outline-key-verifier-handling, outline-key-hint-handling)
12280 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12281 (allout-file-key-verifier-string, allout-encryption-scheme)
12282 (allout-key-verifier-string, allout-key-hint-string)
12283 (allout-after-save-decrypt): New variables.
12284 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12285 (allout-after-saves-handler): New hook functions.
12286 (allout-post-command-business): Do allout-after-save-decrypt.
12287 (allout-enable-file-variable-adjustment): Custom var to enable
12288 mechanism for adding and adjusting settings of Emacs file variables.
12289 (allout-adjust-file-variable, allout-file-vars-section-data):
12290 New functions, implement the mechanism.
12291 (outlineify-sticky): Use the file vars mechanism.
12292 (allout-inhibit-protection, allout-during-write-cue)
12293 (allout-override-protect, allout-before-change-protect): Remove.
12294 (allout-flag-region, allout-open-topic): Adjust read-only text.
12295 (allout-open-line-not-read-only): Add to facilitate read-only
12296 text based protection.
12297 (allout-kill-line): Revise to adjust read-only text, clue the
12298 user about the inhibition.
12299 (allout-unprotected): Use unwind-protect.
12300 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12301 topic deeper than the offspring depth of the previous topic -
12302 avoiding confusing "containment discontinuities".
12303 (allout-reindent-bodies): Fix retention of body relative hanging
12304 indent during promotion of collapsed bodies.
12305 (allout-open-topic): Make it easy to open new topic with same
12306 bullet as current topic - topic creation functions provided with
12307 any universal argument provokes now prompt for bullet, defaulting
12308 to the bullet of the previous topic.
12309 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12310 Plain bullet alternates `.' period and `,' comma only. All other
12311 bullets are relegated to special status (but customizable).
12312 (allout-end-of-entry): Rename from allout-end-of-current-entry
12313 since it actually operates w.r.t. most immediately containing
12314 entry, visible or not.
12315 (allout-hide-current-entry, allout-show-current-entry): Use the
12316 revised version.
12317 (allout-old-expose-topic): Solidify deprecation.
12318 (allout-end-of-subtree): Add so we can span concealed as well
12319 as visible topics.
12320 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12321 (allout-end-of-current-heading): Tweak to just respect the first line.
12322 (allout-get-body-text): Add.
12323 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12324 when invoked interactively.
12325 (allout-up-current-level): Use `interactive-p'.
12326 (allout-mode, allout-init): Miscellaneous docstring and
12327 operational refinements, as well as hookups of new encryption stuff.
12328 (allout-beginning-of-current-entry): Now works as advertised.
12329 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12330 (allout-isearch-rectification): Refine condition for isearching.
12331 (allout-isearch-abort, allout-enwrap-isearch)
12332 (allout-flag-region, my-region-active-p): Relocate some macros.
12333 (allout-title): Fallback title is (buffer-name), not
12334 non-existing (current-buffer-name).
12335 (subst-char-in-string): Define if absent (for some XEmacs versions).
12336
12337 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12338
12339 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12340 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12341 (mail-citation-prefix-regexp, mail-signature-file)
12342 (mail-default-headers, mail-bury-selects-summary)
12343 (mail-send-nonascii): Add autoload cookies.
12344
12345 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12346
12347 * frame.el (blink-cursor-mode): Add `mac' to the list of
12348 window-system's that support blinking cursor.
12349
12350 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12351
12352 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12353
12354 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12355
12356 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12357 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12358 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12359
12360 2005-10-20 Kim F. Storm <storm@cua.dk>
12361
12362 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12363 (ido-set-current-directory): Don't add / after final @.
12364 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12365 Explicitly handle ange-ftp completion oddities.
12366 (ido-make-file-list): Don't rotate list at tramp root to avoid
12367 triggering tramp file handler for expand-file-name via get-file-buffer.
12368
12369 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12370
12371 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12372
12373 2005-10-19 Jay Belanger <belanger@truman.edu>
12374
12375 * calc/calc-units.el (math-standard-units): Add units, adjust
12376 symbols and update values.
12377 (math-unit-prefixes): Add more prefixes.
12378
12379 2005-10-19 Romain Francoise <romain@orebokech.com>
12380
12381 * bookmark.el (bookmark-menu-heading): New face.
12382 (bookmark-bmenu-list): Use it.
12383 Don't fiddle with `baud-rate' at top-level.
12384
12385 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12386
12387 * image.el (create-image, find-image): Mention max-image-size in
12388 docstring.
12389
12390 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12391
12392 * savehist.el (savehist-load): Revert to checking XEmacs.
12393
12394 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12395 Various docstring and line-width fixups.
12396 (conf-mode): Use cond.
12397 Set font-lock-defaults. Don't set comment-use-syntax.
12398
12399 2005-10-18 David Ponce <david@dponce.com>
12400
12401 * tree-widget.el (tree-widget-button-click): New function.
12402 (tree-widget-button-keymap): Use it.
12403
12404 2005-10-18 Romain Francoise <romain@orebokech.com>
12405
12406 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12407 (bookmark-bmenu-hide-filenames): Add follow-link property.
12408 Improve help-echo text.
12409
12410 * ffap.el (find-file-at-point): Doc fix.
12411
12412 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12413
12414 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12415
12416 2005-10-18 Masatake YAMATO <jet@gyve.org>
12417
12418 Install to the CVS repository what I forgot to install in my
12419 2005-10-16 changes.
12420
12421 * progmodes/python.el (python-complete-symbol): Pass the common
12422 prefix substring of completion to `display-completion-list'.
12423
12424 * textmodes/org.el (org-complete): Ditto.
12425
12426 2005-10-18 Masatake YAMATO <jet@gyve.org>
12427
12428 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12429
12430 * woman.el (WoMan-xref-man-page): New button type derived
12431 from `Man-abstract-xref-man-page'.
12432 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12433
12434 * man.el (Man-abstract-xref-man-page): New button type.
12435 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12436 (Man-highlight-references): Add new optional argument `xref-man-type'.
12437
12438 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12439
12440 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12441
12442 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12443
12444 * cus-edit.el (Custom-move-and-invoke): Delete.
12445 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12446
12447 * wid-edit.el (widget-move-and-invoke): New function, from
12448 Custom-move-and-invoke.
12449
12450 2005-10-17 Bill Wohler <wohler@newt.com>
12451
12452 Move all remaining images from lisp/toolbar to etc/images, move
12453 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12454 the low resolution images in their own directory (low-color).
12455
12456 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12457 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12458 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12459 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12460 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12461 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12462 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12463
12464 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12465 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12466 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12467 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12468 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12469 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12470 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12471 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12472 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12473 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12474 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12475 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12476 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12477 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12478 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12479
12480 To conform with convention, replace the underscore (_) in the
12481 following image names with dash (-) or (/) as appropriate.
12482
12483 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12484 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12485 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12486 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12487 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12488 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12489 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12490 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12491 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12492 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12493 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12494 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12495 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12496 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12497 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12498
12499 * info.el (info-tool-bar-map): Replace underscores in image names
12500 with dashes.
12501
12502 * makefile.w32-in (WINS): Remove toolbar.
12503
12504 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12505
12506 * tool-bar.el: Move to lisp from toolbar. Now that
12507 toolbar is empty, it should be deleted when folks run "cvs up -P".
12508
12509 2005-10-18 Jay Belanger <belanger@truman.edu>
12510
12511 * calc/calc-store.el (calc-store-into): Get the proper variable name
12512 to display in message.
12513
12514 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12515
12516 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12517 expressions display in speedbar for all buffers when debugging.
12518 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12519
12520 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12521 (speedbar-insert-button, speedbar-make-button):
12522 Use add-text-properties.
12523 (speedbar-update-localized-contents)
12524 (speedbar-update-directory-contents)
12525 (speedbar-update-special-contents): Use dolist.
12526 (speedbar-buffer-easymenu-definition): Add a menu separator.
12527
12528 2005-10-17 Jason Rumney <jasonr@gnu.org>
12529
12530 * makefile.w32-in: Use $(lisp) consistently.
12531 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12532 for shell specific generation of mh-autoloads.
12533
12534 2005-10-17 Richard M. Stallman <rms@gnu.org>
12535
12536 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12537
12538 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * jit-lock.el (jit-lock-fontify-now):
12541 Move jit-lock-context-unfontify-pos to avoid wasted work.
12542
12543 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12544
12545 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12546 `tramp-completion-mode' for checking if we are in completion mode.
12547 (tramp-completion-handle-file-name-all-completions): Reorder code
12548 in order to complete for file names only in case there are no
12549 method/user/host completions. This is necessary for cooperation
12550 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12551
12552 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12553
12554 * longlines.el (longlines-search-forward)
12555 (longlines-search-backward): Match any number of spaces.
12556
12557 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12558
12559 * diff-mode.el (diff-mode): Doc fix.
12560
12561 2005-10-16 David Reitter <david.reitter@gmail.com>
12562
12563 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12564 as default on darwin and windows systems.
12565
12566 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12567
12568 * arc-mode.el (archive-zip-extract): Doc fix.
12569
12570 2005-10-16 Romain Francoise <romain@orebokech.com>
12571
12572 * mouse.el (mouse-1-click-follows-link): Doc fix.
12573
12574 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12575
12576 * savehist.el: Don't require CL at runtime.
12577 (savehist-xemacs): Remove.
12578 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12579 (savehist-no-conversion): Use (featurep 'xemacs).
12580 (savehist-load): Check existence of start-itimer rather than XEmacs.
12581 Use an idle timer.
12582 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12583 `delete-if-not'.
12584
12585 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12586
12587 * savehist.el: Newer version.
12588 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12589 (savehist-last-checksum, savehist-no-conversion): New vars.
12590 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12591 New functions.
12592 (savehist-load, savehist-save): Use them.
12593 (savehist-delimit): Remove.
12594
12595 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * progmodes/compile.el (compilation-goto-locus): Display the
12598 compilation buffer first and the source buffer second, in case they're
12599 in overlapping frames. Don't raise the compilation frame if it was the
12600 selected window upon entry. Pass the `other-window' arg to
12601 pop-to-buffer.
12602
12603 * info.el (Info-fontify-node): Use dolist.
12604 Change add-text-properties to put-text-property.
12605
12606 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12607
12608 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12609 bound of search.
12610
12611 2005-10-16 Masatake YAMATO <jet@gyve.org>
12612
12613 * dabbrev.el (dabbrev-completion): Pass the common
12614 prefix substring of completion to `display-completion-list'.
12615
12616 * filecache.el (file-cache-minibuffer-complete)
12617 (file-cache-complete): Ditto.
12618
12619 * tempo.el (tempo-display-completions): Ditto.
12620
12621 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12622
12623 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12624
12625 * eshell/em-hist.el (eshell-list-history): Ditto.
12626
12627 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12628
12629 * mail/mailalias.el (mail-complete): Ditto.
12630
12631 * progmodes/etags.el (complete-tag): Ditto.
12632
12633 * progmodes/make-mode.el (makefile-complete): Ditto.
12634
12635 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12636
12637 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12638
12639 * progmodes/pascal.el (pascal-complete-word)
12640 (pascal-show-completions): Ditto.
12641
12642 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12643
12644 * simple.el (completion-common-substring): New variable.
12645 (completion-setup-function): Use `completion-common-substring'
12646 to put faces.
12647
12648 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12649
12650 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12651 (x-get-selection, mac-select-convert-to-string): Convert from/to
12652 UTF-16 clipboard data as in native byte order, no BOM.
12653
12654 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12655
12656 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12657 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12658 (gud-sentinel): Use speedbar-frame to check for speedbar.
12659
12660 2005-10-15 Richard M. Stallman <rms@gnu.org>
12661
12662 * savehist.el: New file.
12663
12664 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12665
12666 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12667 Fix bug in \bf fontification.
12668
12669 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * pcvs.el (cvs-edit-log-files): New var.
12672 (cvs-mode-edit-log): New arg `file'.
12673 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12674 Instead force the use of the original file and nothing else.
12675 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12676 the cvs-minor-wrap-function is set.
12677 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12678
12679 2005-10-14 Bill Wohler <wohler@newt.com>
12680
12681 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12682 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12683 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12684 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12685 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12686 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12687 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12688 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12689 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12690 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12691 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12692 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12693 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12694 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12695 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12696
12697 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12698 appropriately (for example, gud-break to gud/break).
12699
12700 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12701
12702 * longlines.el (longlinges-search-function)
12703 (longlines-search-forward, longlines-search-backward): New functions.
12704 (longlines-mode): Set isearch-search-fun-function to
12705 longlinges-search-function.
12706
12707 * mouse.el (mouse-drag-region-1): Handle the case where a
12708 double-click event is bound to an arbitrary function.
12709
12710 2005-10-14 David Ponce <david@dponce.com>
12711
12712 * recentf.el (recentf-track-opened-file)
12713 (recentf-track-closed-file, recentf-update-menu)
12714 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12715 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12716 mouse-1-click-follows-link.
12717
12718 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12719
12720 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12721 Gnome file-manager.png. Suggested by
12722 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12723
12724 * toolbar/README: Add diropen.xpm.
12725
12726 2005-10-13 Bill Wohler <wohler@newt.com>
12727
12728 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12729 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12730
12731 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12734 Don't waste the byte-compiler's time on constant data.
12735
12736 2005-10-13 Kenichi Handa <handa@m17n.org>
12737
12738 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12739 byte with `escape-glyph' face.
12740
12741 * international/fontset.el (ccl-encode-unicode-font):
12742 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12743 Handle the case that ucs-mule-to-mule-unicode translates a character to
12744 ASCII (usually for IPA characters).
12745
12746 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12747
12748 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12749 Don't hide the underline of titles if font-lock-mode is disabled.
12750
12751 2005-10-12 Bill Wohler <wohler@newt.com>
12752
12753 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12754 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12755 files in MH-E-SRC have been updated.
12756 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12757
12758 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12759
12760 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12761 (mixal-mode-syntax-table): Add \n as end-comment.
12762 (mixal-operation-codes-alist): Immediately initialize to full value.
12763 (mixal-add-operation-code): Remove.
12764 (mixal-describe-operation-code): Make the arg non-optional.
12765 Use the interactive spec instead.
12766 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12767 (mixal-font-lock-keywords): Don't highlight comments here any more.
12768 (mixal-font-lock-syntactic-keywords): New var.
12769 (mixal-mode): Use it. Fix comment-start-skip.
12770
12771 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12772
12773 * startup.el (command-line-x-option-alist): -nb => -nbi
12774
12775 2005-10-12 Kim F. Storm <storm@cua.dk>
12776
12777 * startup.el (fancy-splash-default-action): Discard mouse click in
12778 the splash screen window, as it has no sensible meaning in the
12779 next window to be selected. Fixes error reported by Jan D.
12780
12781 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12782
12783 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12784
12785 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12786
12787 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12788 Try to fix up minor layout issues like indentation, line break, etc...
12789 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12790 because it doesn't work.
12791 (mixal-operation-codes): Add some more codes.
12792 (mixal-font-lock-keywords): Process comments here.
12793 (mixal-mode): mixasm no longer needs -g option.
12794
12795 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12796
12797 * progmodes/sh-script.el (sh-tmp-file):
12798 Use mktemp -t. Finish support for es and rc shells.
12799
12800 2005-10-11 Jay Belanger <belanger@truman.edu>
12801
12802 * calc/calcalg2.el (calc-integral): With an argument, compute the
12803 definite integral.
12804
12805 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12806
12807 * mouse.el (mouse-drag-region-1): Don't try to catch a
12808 double-click when doing follow-link (it's overridden anyway).
12809
12810 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12811
12812 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12813 (autoload-print-form-outbuf): Add docstring.
12814
12815 2005-10-11 Juri Linkov <juri@jurta.org>
12816
12817 * info.el (Info-mode-menu): Delete menu item "Edit".
12818 (Info-mode): Delete description of Info-edit from docstring,
12819 and rearrange descriptions of Info commands in the order
12820 they are documented in the Info manual.
12821
12822 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12823
12824 * calendar/appt.el (appt-check): Use diary-selective-display var.
12825
12826 2005-10-10 Richard M. Stallman <rms@gnu.org>
12827
12828 * net/newsticker.el (newsticker-start, newsticker-show-news):
12829 Add autoload cookies.
12830
12831 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12832
12833 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12834
12835 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12836
12837 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12838
12839 2005-10-10 Jay Belanger <belanger@truman.edu>
12840
12841 * calc/calc-arith.el (math-check-known-scalarp)
12842 (math-check-known-matrixp): Check the values of arguments that are
12843 variables.
12844 (math-check-known-square-matrixp): New function.
12845 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12846 (math-super-types): Add sqmatrix type.
12847
12848 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12849 mode name `square' to `sqmatrix'.
12850
12851 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12852 mode name `square' to `sqmatrix'.
12853
12854 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12855
12856 * progmodes/etags.el (select-tags-table-mode): Don't use
12857 selective-display.
12858 (tags-select-tags-table): Pass `button' to the action function.
12859 (select-tags-table): Place the side-info on button properties rather
12860 than in hidden text. Abbreviate file names.
12861 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12862 (select-tags-table-select): Add `button' argument.
12863 Get side-info from the button property rather than from hidden text.
12864
12865 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12866
12867 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12868 (gud-speedbar-buttons): Preserve point if possible.
12869 (gud-sentinel): Restore previous speedbar display type.
12870
12871 * progmodes/gdb-ui.el (gdba): Improve diagram.
12872 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12873 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12874 Call get-buffer-window once.
12875
12876 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12877
12878 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12879 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12880 (pascal-indent-command): Remove unused var `ind'.
12881 (pascal-indent-case): Remove unused var `oldpos'.
12882 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12883 since it's now used as a proper minor mode map.
12884 (pascal-outline): Rename to pascal-outline-mode.
12885 (pascal-outline-mode): Use define-minor-mode.
12886 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12887 selective-display.
12888
12889 2005-10-10 Andreas Schwab <schwab@suse.de>
12890
12891 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12892 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12893
12894 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12895 outside source directory.
12896
12897 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12898
12899 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12900 C-x' as a prefix.
12901 (orgtbl-mode-map): Full keymap instead of sparse, because all
12902 `self-insert-command' keys are redefined in this map.
12903 (org-export-as-html): Specify charset for HTML file, by taking it
12904 from the coding system.
12905
12906 2005-10-10 Kenichi Handa <handa@m17n.org>
12907
12908 * textmodes/flyspell.el (flyspell-check-word-p):
12909 If unread-command-events is non-empty, don't call sit-for.
12910
12911 2005-10-09 Richard M. Stallman <rms@gnu.org>
12912
12913 * font-lock.el (font-lock-syntactic-keywords)
12914 (font-lock-keywords): Doc fixes.
12915
12916 * textmodes/flyspell.el (flyspell-external-point-words):
12917 Simplify logic, and don't try to check for consecutive appearances
12918 of one incorrect word.
12919
12920 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12921
12922 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12923 separator.
12924
12925 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12926 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12927 (gud-expansion-speedbar-buttons): New function.
12928 (gud-speedbar-buttons): Check for gud-comint-buffer.
12929
12930 2005-10-09 Bill Wohler <wohler@newt.com>
12931
12932 * Makefile.in (updates): Add mh-loaddefs dependency.
12933
12934 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12935
12936 * speedbar.el (speedbar-file-key-map): Fix typo.
12937
12938 2005-10-09 Daniel Brockman <daniel@brockman.se>
12939
12940 * cus-start.el (line-spacing): Add custom spec.
12941
12942 2005-10-09 Romain Francoise <romain@orebokech.com>
12943
12944 * textmodes/ispell.el (ispell-check-version): Fix last change.
12945
12946 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12947
12948 * term/x-win.el: Remove -i, --icon-type from comment.
12949
12950 * startup.el (command-line-x-option-alist): Remove options -i,
12951 -itype, --icon-type, added -nb, --no-bitmap-icon
12952
12953 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12954
12955 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12956 instead of :active.
12957
12958 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12959
12960 * textmodes/ispell.el (ispell-check-version):
12961 Ignore hyphen, and all that follows, in aspell's version text.
12962
12963 2005-10-08 Jay Belanger <belanger@truman.edu>
12964
12965 * calc/calc-arith.el (math-known-square-matrixp): New function.
12966 (math-pow-fancy): Check for matrices before distributing exponent
12967 across products.
12968
12969 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12970 fullscreen keypad. Suggested by Luc Teirlinck.
12971 (calc-keypad-show-input): Add space for formatting.
12972
12973 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12974 Add square matrix option.
12975
12976 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12977 of checking calc-matrix-mode when deciding how to expand.
12978
12979 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12980
12981 2005-10-08 Lars Hansen <larsh@soem.dk>
12982
12983 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12984 Add error handling.
12985 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12986
12987 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12988
12989 Sync with Tramp 2.0.51.
12990
12991 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12992 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12993 Insert special handling for `last-coding-system-used', again
12994 it still seems to be necessary (unlike stated before).
12995 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12996 (tramp-password-prompt-regexp): There might be other words before
12997 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12998 (tramp-chunksize): Improve docstring.
12999 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13000 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13001 Christian Joergensen <bugs@razor.dk>.
13002
13003 2005-10-07 Glenn Morris <rgm@gnu.org>
13004
13005 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13006 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13007 precision'.
13008
13009 2005-10-07 Romain Francoise <romain@orebokech.com>
13010
13011 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13012 (ibuffer-do-shell-command-pipe-replace)
13013 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13014 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13015 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13016 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13017 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13018 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13019 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13020 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13021 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13022 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13023 Autoload file sans suffix.
13024
13025 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13026
13027 2005-10-07 David Ponce <david@dponce.com>
13028
13029 * recentf.el (recentf-menu-open-all-flag): New option.
13030 (recentf-digit-shortcut-command-name): New function.
13031 (recentf--shortcuts-keymap): New variable.
13032 (recentf-menu-shortcuts): New variable.
13033 (recentf-make-menu-items): Initialize it. Replace the "More..."
13034 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13035 (recentf-menu-value-shortcut): New function.
13036 (recentf-make-menu-item): Use it. No more in-lined.
13037 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13038 (recentf-open-most-recent-file): Rename from
13039 `recentf-open-file-with-key'. Don't depend on key binding.
13040 (recentf-mode-map): New variable.
13041 (recentf-mode): Use it.
13042
13043 2005-10-06 Bill Wohler <wohler@newt.com>
13044
13045 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13046
13047 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13048 (MH-E-SRC): New. Used by mh-autoloads.
13049 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13050 files in MH-E-SRC have been updated.
13051 (compile, recompile, bootstrap): Depend on mh-autoloads.
13052
13053 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13054
13055 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13056 gud-break and gud-remove icons when the fringe is not available.
13057
13058 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13059 Typo.
13060
13061 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13062
13063 * play/zone.el (zone): Wrap body with save-window-excursion.
13064
13065 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13066
13067 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13068 Use the new `list-only' arg to diary-list-entries.
13069
13070 * calendar/diary-lib.el: Use overlays rather than selective-display.
13071 (diary-selective-display): New var.
13072 (diary-header-line-format): Use it.
13073 (diary-list-entries): Add argument `list-only'.
13074 Put the buffer in diary-mode. Don't add \^M at beg and end.
13075 Replace \^M by invisible overlays.
13076 (diary-unhide-everything): Replace \^M by invisible overlays.
13077 (print-diary-entries): Look for overlays rather than \^M.
13078 Add a space to the temp buffer name.
13079 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13080 Put the buffer in diary-mode.
13081 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13082 (diary-anniversary): Make the year arg optional.
13083 (diary-time-regexp): New const.
13084 (diary-font-lock-keywords): Use it to accept a few more time formats.
13085
13086 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13087
13088 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13089
13090 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13091 Fix bug introduced 2005-07-03: Use (car (last ...))
13092 to faithfully reproduce replaced artist-last.
13093 (artist-set-arrow-points-for-poly): Likewise.
13094 Suggested by Johan Bockg\e,Ae\e(Brd.
13095
13096 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13097
13098 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13099 * wid-edit.el (widget):
13100 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13101 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13102
13103 2005-10-06 Kenichi Handa <handa@m17n.org>
13104
13105 * international/mule-cmds.el (set-language-environment):
13106 Fix setting up of case-table for unibyte mode.
13107
13108 * simple.el (what-cursor-position): If the character is displayed
13109 by some `display' text property, show that. Don't use
13110 single-key-description for eight-bit characters in multibyte mode.
13111
13112 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13113
13114 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13115 (gdb-ann3): Set it.
13116 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13117 (gdb-info-frames-custom): Use inverse-video for first five
13118 characters of selected frame only.
13119 (gdb-get-frame-number): Select frame even when point is on frame
13120 number.
13121
13122 2005-10-06 Masatake YAMATO <jet@gyve.org>
13123
13124 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13125 Put `font-lock-function-name-face'.
13126 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13127 and `font-lock-variable-name-face'
13128 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13129 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13130 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13131 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13132 (gdb-local-font-lock-keywords): New font lock keywords definition.
13133 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13134 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13135 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13136
13137 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13138
13139 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13140 (ediff-merge-region-is-non-clash-to-skip): Previously called
13141 ediff-merge-region-is-non-clash.
13142
13143 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13144 Use insert-buffer-substring.
13145
13146 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13147 selecting files to patch. Also bug fixes.
13148
13149 * ediff-util.el (ediff-setup): Bug fix.
13150 (ediff-next-difference): Never skip clashes that differ in white
13151 space only.
13152
13153 * ediff-wind.el (ediff-setup-control-frame)
13154 (ediff-destroy-control-frame): Check the menubar feature.
13155
13156 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13157 (viper-refresh-mode-line): Use make-local-variable to localize
13158 some vars instead of make-variable-buffer-local. Suggested by
13159 Stefan Monnier.
13160
13161 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13162 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13163 Use make-local-variable instead of make-variable-buffer-local.
13164 Suggested by Stefan Monnier.
13165
13166 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13167 (viper-comint-mode-hook): Use make-local-variable on
13168 require-final-newline.
13169 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13170
13171 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13172
13173 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13174 also the second char of a comment-start sequence.
13175 (scheme-sexp-comment-syntax-table): New var.
13176 (lambda, define): Set their scheme-doc-string-elt property.
13177 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13178 Use lisp-font-lock-syntactic-face-function now that it properly
13179 handles |...| symbols.
13180 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13181 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13182
13183 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13184 bit from # to |.
13185 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13186
13187 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13188 (lisp-doc-string-elt-property): New var.
13189 (lisp-font-lock-syntactic-face-function): Use it.
13190 Rewrite to recognize docstrings even for forms not at toplevel.
13191
13192 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13193 annotation on the | part of #| rather than on the # part.
13194 (scheme-font-lock-syntactic-face-function): New function, to
13195 distinguish strings from |...| symbols.
13196 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13197 syntax-table so that #|...|# is properly highlighted.
13198
13199 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13200 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13201
13202 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13203
13204 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13205 and C-e.
13206
13207 * emacs-lisp/eldoc.el: Move comments into docstrings.
13208 (eldoc-message-commands): Initialize in its declaration.
13209 Add move-beginning-of-line and move-end-of-line.
13210 (eldoc-add-command, eldoc-add-command-completions)
13211 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13212
13213 * outline.el (outline-mark-subtree): Activate the mark.
13214
13215 * calendar/appt.el (appt-time-regexp): New var.
13216 (appt-add, appt-make-list): Use it.
13217 (appt-convert-time): Clean up.
13218
13219 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13220 Don't set any syntax-table property here.
13221 (tex-font-lock-verb): New function. Do it here.
13222 (tex-font-lock-syntactic-keywords): Use it.
13223
13224 2005-10-04 Richard M. Stallman <rms@gnu.org>
13225
13226 * wid-edit.el (widget-file-complete): Get the widget start point
13227 the right way. Default directory to `/' if file has none.
13228
13229 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13230
13231 * textmodes/flyspell.el (flyspell-mode-on):
13232 Call ispell-maybe-find-aspell-dictionaries.
13233
13234 * textmodes/ispell.el (ispell-word, ispell-region):
13235 Call ispell-maybe-find-aspell-dictionaries.
13236 (ispell-accept-buffer-local-defs):
13237 Don't call ispell-maybe-find-aspell-dictionaries
13238
13239 2005-10-04 Richard M. Stallman <rms@gnu.org>
13240
13241 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13242
13243 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13244
13245 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13246 instead of `fboundp' in order to allow for anonymous functions.
13247
13248 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13249
13250 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13251 case the user clicks on the link while another window is selected.
13252 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13253
13254 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13255 functionality.
13256 (dframe-help-echo): Save point in case mouse tracking is off.
13257
13258 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13259
13260 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13261
13262 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13263
13264 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13265 not change the global value of those vars.
13266
13267 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13268 make-local-variable which we do not need any more.
13269
13270 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13271
13272 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13273 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13274 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13275 (speedbar-path-line): Define obsolete aliases.
13276 (speedbar-line-directory): Doc fix.
13277
13278 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13279 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13280 instead of speedbar-line-path.
13281
13282 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13283
13284 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13285 to nil if dropping on a window. Handle dropping on a minibuffer window
13286 like dropping on a non-window part of Emacs.
13287
13288 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13289
13290 * net/ange-ftp.el: Use with-current-buffer.
13291 (ange-ftp-insert-directory): Do not follow symlinks any more.
13292
13293 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13294 Remove interactive spec.
13295
13296 2005-10-03 Kim F. Storm <storm@cua.dk>
13297
13298 * ido.el (ido-mode): Use custom-initialize-set.
13299
13300 2005-10-02 Richard M. Stallman <rms@gnu.org>
13301
13302 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13303 Use insert-buffer-substring.
13304
13305 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13306 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13307
13308 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13309
13310 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13311 in last change.
13312 (ange-ftp-insert-directory): Fix up the search for the case where
13313 `file' is absolute.
13314
13315 2005-10-02 Romain Francoise <romain@orebokech.com>
13316
13317 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13318
13319 2005-10-02 Andreas Schwab <schwab@suse.de>
13320
13321 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13322 directory component in the session info.
13323
13324 2005-10-01 Richard M. Stallman <rms@gnu.org>
13325
13326 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13327
13328 * simple.el (next-error-internal): New function.
13329
13330 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13331 (compilation-start): Pass new arg to compilation-buffer-name.
13332 (compile-goto-error): Use next-error-internal.
13333
13334 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13335
13336 * speedbar.el: Remove RCS tag.
13337 (speedbar-check-read-only): Handle non-existent files.
13338
13339 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13340
13341 * info.el (Info-speedbar-hierarchy-buttons)
13342 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13343
13344 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13345
13346 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13347 Do not match newline.
13348 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13349 (bibtex-summary): Remove unnecessary save-excursion.
13350 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13351
13352 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13353
13354 * term/mac-win.el: Add charset info for "iso10646-1".
13355 Modify default fontset to use ATSUI-compatible fonts for some charsets
13356 if available.
13357
13358 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13359
13360 * speedbar.el: Re-apply arch tag.
13361 (speedbar-version): Rename to version 1.0. Suggested by Eric
13362 M. Ludlam.
13363 Reapply two changes from Emacs CVS' version of speedbar lost
13364 during the merge:
13365 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13366 (speedbar-frame-parameters): Improve customize type.
13367
13368 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13369
13370 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13371 (ange-ftp-file-directory-p): Fix the symlink case.
13372 (ange-ftp-insert-directory): When listing a single file, get a list of
13373 the parent buffer and extract the relevant line. Inspired from a patch
13374 by Katsumi Yamaoka <yamaoka@jpl.org>.
13375 (ange-ftp-file-name-sans-versions): Simplify.
13376
13377 2005-09-30 Bill Wohler <wohler@newt.com>
13378
13379 Move MH-E image files from toolbar and mail directories into
13380 etc/images.
13381
13382 * mail/reply2.*: Move to etc/images/mail/reply*.
13383
13384 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13385 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13386 etc/images.
13387
13388 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13389 * toolbar/reply*: Move to etc/images/mail.
13390
13391 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13392
13393 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13394
13395 * speedbar.el: New version 1.0pre3.
13396
13397 Frame management code (including timer, and mouse click specifics)
13398 moved to dframe.el:
13399 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13400 (speedbar-timer): Removed. Use dframe-timer.
13401 (speedbar-close-frame): Removed. Use dframe-close-frame.
13402 (speedbar-activity-change-focus-flag): Removed. Use
13403 dframe-activity-change-focus-flag.
13404 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13405 dframe-update-speed.
13406
13407 (speedbar-current-frame): New macro. Use this instead of the
13408 variable speedbar-frame.
13409
13410 (speedbar-use-images, speedbar-expand-image-button-alist)
13411 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13412
13413 (speedbar-find-image-on-load-path): Removed. Replaced by
13414 defezimage in ezimage.el.
13415 (speedbar-expand-image-button-alist): Removed. Replaced by
13416 ezimage-expand-image-button-alist in ezimage.el.
13417
13418 (speedbar-ignored-directory-regexp)
13419 (speedbar-add-ignored-directory-regexp)
13420 (speedbar-ignored-directory-expressions)
13421 (speedbar-line-directory, speedbar-buffers-line-directory)
13422 (speedbar-directory-line, speedbar-buffers-line-directory):
13423 Renamed, replacing `path' with `directory'.
13424
13425 (speedbar-create-directory, speedbar-expand-line-descendants)
13426 (speedbar-toggle-line-expansion)
13427 (speedbar-contract-line-descendants): New commands.
13428
13429 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13430 (speedbar-use-tool-tips-flag): New options.
13431
13432 (speedbar-check-read-only, speedbar-require-version)
13433 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13434 (speedbar-handle-delete-frame, speedbar-try-completion)
13435 (speedbar-update-localized-contents): New functions.
13436
13437 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13438 (speedbar-object-read-only-indicator): New variables.
13439
13440 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13441 New hooks.
13442
13443 (speedbar-separator-face): New face.
13444
13445 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13446 (speedbar-ignored-modes): Add fundamental-mode.
13447 (speedbar-directory-unshown-regexp): Add . directories.
13448
13449 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13450 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13451 `]' for full expand/close.
13452 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13453
13454 (speedbar-check-vc): Support hidden files.
13455 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13456 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13457 state is nil, it is not checked out.
13458
13459 (speedbar-line-text, speedbar-line-token): Support expand buttons
13460 with no text.
13461 (speedbar-refresh): Universal argument acts as power-click.
13462 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13463 that buffer to get variable values.
13464
13465 And many other bugfixes.
13466
13467 * dframe.el, ezimage.el, sb-image.el: New files.
13468
13469 * sb-*.xpm: Remove files. New image files installed into
13470 etc/images/ezimage.
13471
13472 2005-09-30 Kenichi Handa <handa@m17n.org>
13473
13474 * ps-mule.el (ps-mule-show-warning): If a character is in
13475 ps-print-translation-table, don't treat it as non-printable.
13476
13477 2005-09-30 David Ponce <david@dponce.com>
13478
13479 * tree-widget.el (tree-widget-themes-load-path): New variable.
13480 (tree-widget-themes-directory): Doc fix.
13481 (tree-widget-image-formats) [Emacs]: Doc fix.
13482 (tree-widget--locate-sub-directory): New function.
13483 (tree-widget-themes-directory): Use it.
13484
13485 * recentf.el (recentf-filename-handlers): Rename from
13486 `recentf-filename-handler'. Allow a list of functions.
13487 (recentf-menu-items-for-commands): Fix :help strings.
13488 (recentf-apply-filename-handlers): New function.
13489 (recentf-expand-file-name): Use it.
13490 (recentf-cleanup): Remove duplicates too.
13491
13492 2005-09-29 Juri Linkov <juri@jurta.org>
13493
13494 * faces.el: Rearrange face definitions to be in the same order as
13495 their face descriptions in "(emacs)Standard Faces".
13496
13497 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13498
13499 * tooltip.el (tooltip): Add group `basic-faces'.
13500
13501 * buff-menu.el (Buffer-menu-buffer): Remove group
13502 `font-lock-highlighting-faces'.
13503
13504 * progmodes/compile.el (compilation-error, compilation-warning)
13505 (compilation-info, compilation-line-number, compilation-column-number):
13506 Change group from `font-lock-highlighting-faces' to `compilation'.
13507
13508 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13509 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13510 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13511 (vhdl-font-lock-reserved-words-face)
13512 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13513 `font-lock-highlighting-faces'.
13514
13515 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13516
13517 2005-09-28 Kim F. Storm <storm@cua.dk>
13518
13519 * emulation/cua-base.el: Set CUA move property on additional commands:
13520 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13521 forward-sexp, backward-sexp, forward-list, backward-list.
13522
13523 2005-09-28 Romain Francoise <romain@orebokech.com>
13524
13525 * comint.el (comint-show-output): Really set point at the
13526 beginning of the output when not using `comint-use-prompt-regexp'.
13527
13528 2005-09-27 Jay Belanger <belanger@truman.edu>
13529
13530 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13531 in TeX mode.
13532
13533 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13534
13535 * textmodes/org.el (org-table-sum): Fix format string.
13536
13537 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13538 Quote face names.
13539
13540 2005-09-26 Romain Francoise <romain@orebokech.com>
13541
13542 * isearch.el (isearch-forward-regexp): Close doc string.
13543
13544 2005-09-25 Richard M. Stallman <rms@gnu.org>
13545
13546 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13547
13548 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13549
13550 * progmodes/compile.el (compilation-error-properties):
13551 When getting the file from the previous error message,
13552 correctly decode the new data format.
13553
13554 * progmodes/cc-cmds.el (c-electric-paren):
13555 Call old-blink-paren only for close-paren.
13556
13557 2005-09-24 Andreas Schwab <schwab@suse.de>
13558
13559 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13560 condition.
13561
13562 2005-09-25 Romain Francoise <romain@orebokech.com>
13563
13564 * dired-aux.el (dired-copy-file-recursive):
13565 * dired.el (dired-delete-file):
13566 * ediff-mult.el (ediff-dir-diff-copy-file):
13567 * ediff-util.el (ediff-test-save-region):
13568 * forms.el (forms-mode):
13569 * ido.el (ido-file-internal, ido-delete-file-at-head):
13570 * log-edit.el (log-edit-done):
13571 * ses.el (ses-yank-resize):
13572 * play/gomoku.el (gomoku-human-plays, gomoku)
13573 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13574 (gomoku-offer-a-draw):
13575 * play/landmark.el (lm-human-resigns, lm):
13576 * net/eudcb-ldap.el (eudc-ldap-check-base):
13577 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13578 * progmodes/ebrowse.el (ebrowse-find-pattern):
13579 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13580 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13581 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13582
13583 * vc.el (vc-delete-file):
13584 * play/gomoku.el (gomoku-terminate-game, gomoku)
13585 (gomoku-prompt-for-move, gomoku-human-takes-back):
13586 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13587 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13588
13589 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13590
13591 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13592 color rxvt terminals by using the code xterm.el used to use before
13593 2005-04-09 in order to match the colors used by rxvt.
13594
13595 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13596
13597 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13598 colors rxvt-unicode terminals by using the same code as xterm.el.
13599
13600 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13603 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13604 new symbol used for the tex-verbatim face.
13605
13606 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13607
13608 * woman.el (woman-file-name):
13609 * wid-edit.el (widget-file-prompt-value)
13610 (widget-coding-system-prompt-value):
13611 * w32-fns.el (set-w32-system-coding-system):
13612 * vc.el (vc-version-diff, vc-annotate):
13613 * textmodes/reftex-auc.el (reftex-arg-cite)
13614 (reftex-arg-index-tag):
13615 * textmodes/refer.el (refer-get-bib-files):
13616 * textmodes/artist.el (artist-figlet-choose-font):
13617 * terminal.el (terminal-emulator):
13618 * replace.el (occur-read-primary-args):
13619 * rect.el (string-rectangle, string-insert-rectangle):
13620 * ps-print.el (ps-print-preprint):
13621 * progmodes/pascal.el (pascal-goto-defun):
13622 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13623 * progmodes/compile.el (compilation-find-file):
13624 * printing.el (pr-interactive-n-up):
13625 * play/animate.el (animate-birthday-present):
13626 * net/rcompile.el (remote-compile):
13627 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13628 * mail/rmailsum.el (rmail-summary-search-backward)
13629 (rmail-summary-search):
13630 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13631 (rmail-output-read-file-name):
13632 * mail/rmail.el (rmail-search, rmail-search-backwards):
13633 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13634 * locate.el (locate):
13635 * international/quail.el (quail-show-keyboard-layout):
13636 * international/mule.el (set-buffer-file-coding-system)
13637 (revert-buffer-with-coding-system, set-file-name-coding-system)
13638 (set-terminal-coding-system, set-keyboard-coding-system)
13639 (set-next-selection-coding-system):
13640 * international/mule-diag.el (describe-coding-system)
13641 (describe-font, describe-fontset):
13642 * international/mule-cmds.el (universal-coding-system-argument)
13643 (search-unencodable-char, describe-input-method)
13644 (set-language-environment, describe-language-environment):
13645 * international/codepage.el (codepage-setup):
13646 * international/code-pages.el (codepage-setup):
13647 * info.el (Info-search, Info-follow-reference)
13648 (Info-search-backward):
13649 * emacs-lisp/advice.el (ad-read-advised-function)
13650 (ad-read-advice-class, ad-clear-cache, ad-activate)
13651 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13652 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13653 (ad-read-regexp):
13654 * ediff-util.el (ediff-toggle-regexp-match):
13655 * ediff-ptch.el (ediff-prompt-for-patch-file):
13656 * dired-aux.el (dired-diff):
13657 * diff.el (diff):
13658 * cus-edit.el (custom-variable-prompt):
13659 * calendar/timeclock.el (timeclock-ask-for-project):
13660 * calc/calcalg3.el (calc-get-fit-variables):
13661 * calc/calc-store.el (calc-edit-variable)
13662 (calc-permanent-variable):
13663 * vc-mcvs.el (vc-mcvs-register):
13664 * shadowfile.el (shadow-define-literal-group):
13665 * woman.el (woman-file-name):
13666 * vc.el (vc-version-diff, vc-merge):
13667 * textmodes/reftex-index.el (reftex-index-complete-tag):
13668 * format.el (format-decode-buffer, format-decode-region):
13669 * emulation/viper-cmd.el (viper-read-string-with-history):
13670 * emacs-lisp/debug.el (cancel-debug-on-entry):
13671 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13672 * ediff.el (ediff-merge-revisions)
13673 (ediff-merge-revisions-with-ancestor, ediff-revision):
13674 * completion.el (interactive-completion-string-reader):
13675 * calc/calc-prog.el (calc-user-define-formula):
13676 Follow convention for reading with the minibuffer.
13677
13678 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13679
13680 * progmodes/python.el (python-describe-symbol): Add globals() and
13681 locals() to the arguments of emacs.ehelp.
13682
13683 2005-09-24 Magnus Henoch <mange@freemail.hu>
13684
13685 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13686 New function, code extracted from ispell-valid-dictionary-list.
13687 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13688 Call it.
13689
13690 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13691
13692 * subr.el (version-regexp-alist): Extend valid syntax for version
13693 strings: allow any of the characters -,_,+ to separate the
13694 alpha/beta/rc part from the version part. Doc fix.
13695 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13696
13697 2005-09-23 David Reitter <david.reitter@gmail.com>
13698
13699 * mail/mailclient.el: New file.
13700
13701 2005-09-23 Richard M. Stallman <rms@gnu.org>
13702
13703 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13704 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13705 Doc fixes.
13706
13707 * progmodes/cc-mode.el (c-font-lock-init):
13708 Specify font-lock-lines-before.
13709
13710 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13711
13712 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13713 whole conflict.
13714
13715 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13716
13717 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13718 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13719 of `remap' feature when available. Additional key bindings for
13720 better tty support.
13721 (org-mode-restart, org-force-self-insert): New commands.
13722 (org-time-stamp-inactive): New command.
13723 (org-remap): New function.
13724 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13725 (org-enable-fixed-width-editor): Move to `org-structure'
13726 customization group.
13727 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13728 blank field after field motion commands.
13729
13730 2005-09-23 Kenichi Handa <handa@m17n.org>
13731
13732 * international/mule-cmds.el (set-language-environment):
13733 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13734 have to call utf-translate-cjk-load-tables.
13735
13736 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * mouse.el (mouse-move-drag-overlay): Fix last change.
13739
13740 2005-09-22 David Ponce <david@dponce.com>
13741
13742 * tree-widget.el (tree-widget-value-create): Fix previous change.
13743
13744 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13745
13746 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13747
13748 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13749
13750 * mouse.el (mouse-move-drag-overlay): New function.
13751 (mouse-drag-region-1): Use it.
13752 Try to simplify a bit the state handling. Handle clicks on links
13753 inside intangible areas.
13754 (mouse-save-then-kill): Minor simplification.
13755 (mouse-secondary-overlay): Make it always non-nil instead of
13756 recreating it each time.
13757 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13758 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13759 Simplify accordingly.
13760
13761 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13762
13763 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13764
13765 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13766
13767 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13768 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13769 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13770 to patch.
13771
13772 * ediff-util.el: Use insert-buffer-substring.
13773
13774 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13775
13776 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13777 field boundaries in the minibuffer.
13778 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13779 (viper-minibuffer-post-command-hook): New hook.
13780 (viper-line): Don't move cursor at bolp.
13781
13782 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13783
13784 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13785 avoid compiler warnings.
13786
13787 * emulation/viper-macs.el (ex-map): Better messages.
13788
13789 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13790
13791 * emulation/viper.el: Replace make-variable-buffer-local with
13792 viper-make-variable-buffer-local everywhere, to avoid warnings.
13793
13794 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13797 Delete unused var `old-selected-window'.
13798 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13799 (mouse-drag-secondary): Delete unused var `start-frame'.
13800
13801 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13802
13803 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13804
13805 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13806
13807 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13808 Re-indent within 80 columns. Use inhibit-read-only.
13809
13810 2005-09-19 Romain Francoise <romain@orebokech.com>
13811
13812 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13813
13814 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13815
13816 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13817 unconditionally, since the after-change-function already did it.
13818
13819 2005-09-19 Miles Bader <miles@gnu.org>
13820
13821 * net/newsticker.el: Get rid of CVS keyword.
13822
13823 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13824
13825 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13826 The prompt is formatted later.
13827
13828 2005-09-19 David Ponce <david@dponce.com>
13829
13830 * tree-widget.el (tree-widget-value-create): Save the converted
13831 tree :node widget.
13832
13833 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13834
13835 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13836 variable `message'.
13837
13838 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13839
13840 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13841 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13842 <slawomir.nowaczyk.847@student.lu.se>.
13843
13844 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * image.el (image-load-path): Use symbol `data-directory' instead
13847 of its value, for backward compatibility with packages that bind
13848 it during `find-image'. Suggested by Katsumi Yamaoka.
13849 (image-search-load-path): Handle symbols whose values are strings.
13850
13851 2005-09-18 Romain Francoise <romain@orebokech.com>
13852
13853 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13854 with-current-buffer form in save-excursion.
13855
13856 2005-09-18 Deepak Goel <deego@gnufans.org>
13857
13858 * apropos.el (apropos-command): Fix `message' call: first arg
13859 should be a format spec. In this and all other cases that appear
13860 below and elsewhere in the source code, I made a change only when
13861 two conditions were satisfied: [1] I can think of a possibility
13862 that the arguments would cause an error, for example, the code in
13863 question relies on external variables such as filenames. [2] I
13864 was sure that the arg to `message' could not have been nil in the code.
13865
13866 * textmodes/tildify.el (tildify-region): Ditto.
13867
13868 * textmodes/reftex-index.el (reftex-index-change-entry)
13869 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13870 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13871 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13872 (org-priority, org-table-sum):
13873 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13874 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13875 (flyspell-word, flyspell-display-next-corrections):
13876 * textmodes/bibtex.el (bibtex-print-help-message):
13877 * textmodes/artist.el (artist-key-set-point-poly):
13878 * term/mac-win.el (mac-services-insert-text):
13879 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13880 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13881 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13882 (vhdl-compose-configuration):
13883 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13884 (sh-set-indent, sh-learn-line-indent):
13885 * progmodes/ps-mode.el (ps-mode-target-column):
13886 * progmodes/idlwave.el (idlwave-make-tags)
13887 (idlwave-scan-library-catalogs):
13888 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13889 * progmodes/gud.el (gud-jdb-analyze-source):
13890 * progmodes/flymake.el (flymake-log):
13891 * progmodes/ebnf2ps.el (ebnf-generate-region):
13892 * progmodes/cmacexp.el (c-macro-expansion):
13893 * progmodes/ada-xref.el (ada-treat-cmd-string):
13894 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13895 (ada-justified-indent-current, ada-batch-reformat):
13896 * play/zone.el (zone):
13897 * play/landmark.el (lm-move):
13898 * play/decipher.el (decipher-show-alphabet):
13899 * net/newsticker.el (newsticker--display-jump)
13900 (newsticker--display-scroll):
13901 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13902 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13903 * mail/feedmail.el (feedmail-dump-message-to-queue):
13904 * eshell/esh-proc.el (eshell-remove-process-entry):
13905 * emulation/ws-mode.el (ws-last-error):
13906 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13907 (viper-record-kbd-macro):
13908 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13909 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13910 * emacs-lisp/find-func.el (find-function-noselect):
13911 * calendar/timeclock.el (timeclock-status-string)
13912 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13913 (timeclock-when-to-leave-string):
13914 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13915 * calc/calc-units.el (calc-enter-units-table):
13916 * calc/calc-mode.el (calc-mode-record-mode):
13917 * woman.el (woman-mini-help):
13918 * wdired.el (wdired-change-to-wdired-mode):
13919 * vc.el (vc-retrieve-snapshot):
13920 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13921 * startup.el (display-startup-echo-area-message):
13922 * simple.el (set-goal-column):
13923 * ses.el (ses-command-hook, ses-recalculate-cell):
13924 * server.el (server-process-filter):
13925 * printing.el (pr-interface-txt-print, pr-interface-printify)
13926 (pr-interface-ps):
13927 * pcvs.el (cvs-help):
13928 * log-edit.el (log-edit, log-edit-mode-help):
13929 * iswitchb.el (iswitchb-possible-new-buffer):
13930 * isearch.el (isearch-edit-string):
13931 * image-mode.el (image-mode, image-minor-mode):
13932 * ibuf-macs.el (define-ibuffer-filter):
13933 * hi-lock.el (hi-lock-find-patterns):
13934 * files.el (toggle-read-only):
13935 * ediff-util.el (ediff-copy-diff)
13936 (ediff-write-merge-buffer-and-maybe-kill):
13937 * echistory.el (Electric-history-undefined):
13938 * dnd.el (dnd-insert-text):
13939 * dired-aux.el (dired-query):
13940 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13941 * bookmark.el (bookmark-bmenu-locate):
13942 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13943 Fix `message' calls to ensure first arg is a format string.
13944 The change was made only when these two conditions were satisfied:
13945 [1] when there is a possibility that the arguments would cause an error
13946 for example, if the code in question relies on external variables
13947 such as filenames, and
13948 [2] if the arg to `message' could not have been nil in the code.
13949
13950 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13951 Not having a %s would be weird, though not technically wrong.
13952
13953 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13954
13955 * term/mac-win.el (mac-add-charset-info): Doc fix.
13956
13957 2005-09-17 Romain Francoise <romain@orebokech.com>
13958
13959 * shell.el (shell-resync-dirs): Handle echoing processes more
13960 reliably. Don't insert resync command if `comint-process-echoes'
13961 is non-nil.
13962
13963 2005-09-17 Magnus Henoch <mange@freemail.hu>
13964
13965 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13966 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13967 aspell versions >= 0.60.
13968 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13969 only if ispell-aspell-supports-utf8 is non-nil.
13970
13971 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13972
13973 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13974 buffer-local value to lisp-indent-function.
13975
13976 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13977
13978 * progmodes/glasses.el (glasses-make-readable): If
13979 glasses-separator differs from underscore, put appropriate
13980 overlays over underscore characters.
13981 (glasses-convert-to-unreadable): If glasses-separator differs from
13982 underscore, try to convert glasses-separator characters to
13983 underscores.
13984
13985 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13986
13987 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13988 Use with-syntax-table and dolist.
13989
13990 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13991
13992 * textmodes/reftex-auc.el:
13993 * textmodes/reftex-cite.el:
13994 * textmodes/reftex-dcr.el:
13995 * textmodes/reftex-global.el:
13996 * textmodes/reftex-parse.el:
13997 * textmodes/reftex-ref.el:
13998 * textmodes/reftex-sel.el:
13999 * textmodes/reftex-toc.el:
14000 * textmodes/reftex-vars.el:
14001 * textmodes/reftex.el: Small changes to remove compiler warnings.
14002
14003 * textmodes/reftex-index.el: Likewise.
14004 (reftex-query-index-phrase): More efficient use of markers.
14005
14006 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14007
14008 * image.el (image-load-path): New variable.
14009 (image-search-load-path): New function.
14010 (find-image): Search for images in `image-load-path'.
14011
14012 2005-09-15 Richard M. Stallman <rms@gnu.org>
14013
14014 * follow.el: Change Maintainer field.
14015
14016 2005-09-15 David Ponce <david@dponce.com>
14017
14018 * recentf.el (recentf-save-file-modes): New option.
14019 (recentf-save-list): Use it.
14020
14021 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14022
14023 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14024 (mode-line-mule-info, mode-line-modified): Move bindings from
14025 mouse-3 to mouse-1.
14026
14027 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14028
14029 * simple.el (sendmail-user-agent-compose): Revert last change.
14030
14031 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14032
14033 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14034 Use with-current-buffer.
14035 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14036 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14037 (ange-ftp-insert-directory): Remove unused var `short'.
14038 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14039
14040 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14041 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14042
14043 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14044 (check-calendar-holidays, diary-list-entries): Autoload.
14045 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14046 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14047
14048 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14049 which mistakenly removed a call to display-buffer.
14050
14051 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14052
14053 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14054
14055 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14056
14057 * progmodes/hideshow.el
14058 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14059 (hs-allow-nesting): New user var.
14060 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14061 (hs-hide-block-at-point): When nesting allowed,
14062 if there is already an overlay in place, delete it.
14063 (hs-safety-is-job-n): Delete func; remove call sites.
14064 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14065 (hs-overlay-at): New func.
14066 (hs-already-hidden-p, hs-show-block): Use it.
14067 (hs-hide-all): Don't pre-clean if nesting allowed.
14068 (hs-show-all): Temporarily disallow
14069 nesting around call to `hs-discard-overlays'.
14070
14071 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14072
14073 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14074 Delete unused local var.
14075
14076 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14077
14078 * help-fns.el (describe-categories): "?\ " -> "?\s".
14079 (help-do-arg-highlight): Recognize also ARG-n, as in
14080 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14081
14082 * international/codepage.el (dos-unsupported-char-glyph):
14083 * net/newsticker.el (tool-bar-map, w3-mode-map)
14084 (w3m-minor-mode-map):
14085 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14086 (ent-alist):
14087 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14088
14089 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14090
14091 * custom.el (custom-push-theme): Handle the case where a symbol is
14092 bound but face properties have not yet been assigned.
14093
14094 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14095 Fix behavior if noerase is `t' and there is no mail buffer.
14096
14097 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14098 if `continue' is nil, rather than signal an error.
14099
14100 2005-09-12 Richard M. Stallman <rms@gnu.org>
14101
14102 * font-lock.el (font-lock-keywords): Add autoload.
14103
14104 * help-fns.el (describe-variable): Rearrange to put source link
14105 in a predictable place.
14106
14107 * net/newsticker.el: New file.
14108
14109 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14110
14111 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14112 (calendar-basic-setup): Use the new nil arg.
14113 (number-of-diary-entries): Move to diary-lib.el.
14114
14115 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14116 (diary-list-entries): Use with-syntax-table and dolist.
14117 Rename from list-diary-entries.
14118 Use number-of-diary-entries if `number' is nil.
14119 (diary, diary-view-entries): Use this new name and new nil arg value.
14120 (number-of-diary-entries): Move from calendar.el.
14121 (diary-unhide-everything): New function.
14122 (include-other-diary-files, fancy-diary-display)
14123 (diary-show-all-entries, make-diary-entry): Use it.
14124 (diary-mail-entries): Use buffer-string.
14125 (mark-diary-entries): Fix long standing paren typo.
14126 (diary-sexp-entry): Use count-lines.
14127 (make-diary-entry): Avoid `previous-line'.
14128 (diary-mode-map): New var.
14129 (diary-mode): Redraw cal after saving. Setup header-line.
14130 (fancy-diary-display-mode): Use local-set-key.
14131
14132 * startup.el (command-line): Try calling various terminal-init-foo-bar
14133 functions by stripping hyphenated suffixes from $TERM.
14134
14135 * files.el (normal-mode): Check boundness of font-lock-keywords.
14136
14137 2005-09-12 Richard M. Stallman <rms@gnu.org>
14138
14139 * progmodes/compile.el: Don't decide a file's directory
14140 until the user actually tries to go there.
14141 (compilation-next-error-function):
14142 Pass compilation-find-file the directory from the file-struct.
14143 (compilation-internal-error-properties): Separate local FILE-STRUCT
14144 from FILE. Doc the args better. Rename arg FMT to FMTS.
14145 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14146 Expand it, and if nil, use default-directory.
14147 (compilation-get-file-structure): Don't mix specified directory
14148 with default directory. Put specified directory into
14149 file-struct. Don't make the file name absolute.
14150
14151 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14152 (compile-command): Add autoload.
14153 (compilation-disable-input): Add autoload.
14154
14155 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14156
14157 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14158 strings of the variables it can override.
14159 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14160 %Q and %q, for fully-qualified domain name and unqualified host name.
14161
14162 2005-09-11 Kim F. Storm <storm@cua.dk>
14163
14164 * emacs-lisp/authors.el (authors-aliases): Update list.
14165 (authors-fixed-entries): Update mldrag.el entry.
14166
14167 2005-09-10 Alan Mackenzie <acm@muc.de>
14168
14169 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14170 from the region narrowed to.
14171
14172 2005-09-10 Magnus Henoch <mange@freemail.hu>
14173
14174 * textmodes/ispell.el (ispell-check-version): Signal an error if
14175 aspell version is less than 0.60.
14176
14177 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14178
14179 * progmodes/octave-inf.el (inferior-octave-startup):
14180 Resync current dir at the end.
14181
14182 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14183
14184 * woman.el (woman-topic-at-point-default):
14185 Rename to woman-use-topic-at-point-default.
14186 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14187 (woman-file-name): Reflect renames above. Automatically use the
14188 word at point as topic if woman-use-topic-at-point is non-nil.
14189 Otherwise offer it as default but don't insert it in the
14190 minibuffer. Also use `test-completion' instead of `assoc' as
14191 suggested by Stefan Monnier.
14192
14193 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14194
14195 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14196 the attempt to do it over Tramp. This is not yet supported.
14197
14198 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14199
14200 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14201 (menu-bar-non-minibuffer-window-p): New functions.
14202 ("Split Window", "Save As..."): Use them.
14203 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14204 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14205 Use menu-bar-menu-frame-live-and-visible-p.
14206 ("Save Buffer", "Insert File", "Open Directory...")
14207 ("Open File...", "Visit New File..."):
14208 Use menu-bar-non-minibuffer-window-p.
14209 (kill-this-buffer-enabled-p, dired <menu-enable>):
14210 Use menu-bar-non-minibuffer-window-p.
14211
14212 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14213
14214 * cus-start.el (all): Don't complain about fringe-related
14215 built-ins if fringes are not supported. Ditto about
14216 selection-related built-ins. Fix the test for GTK-related built-ins.
14217
14218 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14219 ("Postscript Print Buffer", "Print Region", "Save As...")
14220 ("Save", "Insert File...", "Open Directory...")
14221 ("Open File...", "Visit New File..."")
14222 ("Truncate Long Lines in this Buffer"): Don't look at
14223 menu-updating-frame if this display does not support multiple frames.
14224
14225 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14226
14227 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14228
14229 2005-09-09 Emilio Lopes <eclig@gmx.net>
14230
14231 * woman.el: Format- and whitespace-related changes.
14232
14233 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14234
14235 * woman.el: Fix my email address.
14236
14237 2005-09-08 Richard M. Stallman <rms@gnu.org>
14238
14239 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14240 (sh-mode): Locally set skeleton-pair-default-alist.
14241
14242 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14243
14244 * progmodes/flymake.el: Require `compile' unconditionally.
14245
14246 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14247
14248 * woman.el (woman-file-name): Provide a default, not initial input.
14249
14250 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14251
14252 * font-lock.el (font-lock-support-mode): Doc fix.
14253
14254 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14255
14256 2005-09-08 Richard M. Stallman <rms@gnu.org>
14257
14258 * simple.el (blink-matching-open): Get rid of text props from
14259 the string shown in echo area. Don't permanently set point.
14260 Some rearrangements.
14261
14262 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14263
14264 * recentf.el (recentf-filename-handler): Add custom choice
14265 `abbreviate-file-name'.
14266
14267 * msb.el (msb--very-many-menus): Fix typo.
14268
14269 * disp-table.el (standard-display-european): Don't set
14270 enable-multibyte-characters to nil.
14271
14272 2005-09-08 David Ponce <david@dponce.com>
14273
14274 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14275 (recentf-expand-file-name): Doc fix.
14276 (recentf-dialog-mode-map): Define digit shortcuts.
14277 (recentf--files-with-key): New variable.
14278 (recentf-show-digit-shortcut-filter): New function.
14279 (recentf-open-files-items): New function.
14280 (recentf-open-files): Use it.
14281 (recentf-open-file-with-key): New command.
14282
14283 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14284
14285 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14286 Suggested by Kim F. Storm.
14287 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14288 (Buffer-menu-make-sort-button): Use global keymap.
14289
14290 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14291
14292 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14293 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14294 necessary any longer with the remapped command.
14295 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14296 formatting time only.
14297
14298 * net/tramp.el (tramp-action-password)
14299 (tramp-multi-action-password): Compile the password prompt from
14300 `method', `user' and `host'. Sometimes it isn't obvious which
14301 password to enter, for example with remote files offered by
14302 recentf.el, or with multiple steps. Suggested by Robert Marshall
14303 <robert@chezmarshall.freeserve.co.uk>.
14304
14305 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14308 Fix regexp for when "s///" is at the beginning of line.
14309
14310 2005-09-07 Jay Belanger <belanger@truman.edu>
14311
14312 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14313 when in matrix mode.
14314
14315 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14316
14317 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14318 non-anonymous functions.
14319
14320 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14321
14322 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14323 when using a header line. Otherwise, use mouse-1-click-follows-link.
14324
14325 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14326 can't be moved; don't signal an error.
14327
14328 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14329
14330 * cus-theme.el (custom-theme-write-faces): Save the current face
14331 spec, not the defface spec.
14332
14333 * custom.el (custom-known-themes): Clarify meaning of "standard".
14334 (custom-push-theme): Save old values in the standard theme.
14335 (disable-theme): Correct typo.
14336 (custom-face-theme-value) Deleted unused function.
14337 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14338
14339 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14340
14341 * progmodes/compile.el (compilation-goto-locus): Take into account
14342 iconified frames when determining whether the buffer is
14343 already visible.
14344 Don't reset window height if the window already existed.
14345
14346 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14347
14348 * custom.el (load-theme): Rename from require-theme.
14349 Add interactive spec.
14350 (enable-theme): Rename from custom-enable-theme.
14351 Add interactive spec.
14352 (disable-theme): Rename from custom-disable-theme.
14353 Add interactive spec.
14354 (custom-make-theme-feature): Doc fix.
14355 (custom-theme-directory): Doc fix.
14356 (provide-theme): Call enable-theme.
14357
14358 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14359
14360 * obsolete/lazy-lock.el (lazy-lock-mode):
14361 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14362 font-lock-mode if it's off. Print a warning instead.
14363
14364 * progmodes/compile.el (compilation-start): Ignore errors if the
14365 process died before we get to send-eof.
14366
14367 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14368 Undo last change. Enclosing the result in quotes broke things on Unix
14369 since tex-send-command passes it through shell-quote-argument.
14370 (tex-send-command): Pass `file' through convert-standard-filename
14371 when possible.
14372 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14373 info in a transcript.
14374
14375 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14376
14377 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14378 fix compilation warning. Reorder the key definitions to group
14379 together keys emitted by the current version of xterm.
14380
14381 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14382 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14383 Reorder predicates to correct min-color usage.
14384
14385 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14386
14387 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14388 Kill local variables when longlines-mode is turned off.
14389
14390 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14393
14394 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14395
14396 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14397
14398 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14399 (font-lock-lines-before): Change default to being inactive.
14400 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14401 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14402
14403 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14404
14405 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14406 Deactivate temporarily advice if active (not needed for Emacs 22,
14407 but for backwards compatibility).
14408 (tramp-exists-file-name-handler): Rewrite. First implementation
14409 was too simple.
14410 (tramp-advice-make-auto-save-file-name):
14411 Call `tramp-handle-make-auto-save-file-name' (again, just for
14412 backwards compatibility).
14413
14414 2005-08-31 Reto Zimmermann <reto@gnu.org>
14415
14416 * progmodes/vhdl-mode.el
14417 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14418 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14419 (vhdl-set-default-project): New function (easier setting of default).
14420 (vhdl-port-copy): Handle extended identifiers for generics.
14421 (vhdl-compiler-alist): Better description for error message regexp.
14422 (vhdl-make): Query for target, use previous as default.
14423 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14424 (vhdl-font-lock-keywords-2): Fix fontification for record
14425 el. assign.
14426 (vhdl-speedbar-make-subpack-line): Add package body link.
14427 (vhdl-generate-makefile-1): Not include itself as dependency.
14428 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14429 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14430 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14431 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14432 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14433 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14434 (vhdl-import-project): Add string argument for `error'.
14435 (vhdl-compose-configuration)
14436 (vhdl-compose-configuration-architecture): Add configuration
14437 declaration generation.
14438 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14439 (vhdl-trailer-re): Add "record" keyword (better indentation).
14440 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14441 "[^ \t-\"]+".
14442 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14443 (vhdl-testbench-entity-file-name)
14444 (vhdl-testbench-architecture-file-name): Allow separate
14445 customization of testbench file names.
14446 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14447 (vhdl-get-visible-signals): Allow newline within alias declaration.
14448 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14449 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14450 (member-ignore-case): Alias for missing function in XEmacs.
14451 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14452 (vhdl-update-sensitivity-list): Ignore case on read signals.
14453 (vhdl-replace-string): Adjust case only for file names.
14454 (vhdl-update-sensitivity-list): Fix search for read signals.
14455 (vhdl-update-sensitivity-list): Exclude formal parameters.
14456 (vhdl-get-visible-signals): Include aliases of signals.
14457 (vhdl-get-visible-signals): Fix signal name searching.
14458 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14459 (vhdl-fixup-whitespace-region): Fix for character
14460 literals (e.g. `:').
14461
14462 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14463
14464 * ansi-color.el (comint-last-output-start):
14465 * bs.el (font-lock-verbose):
14466 * diff-mode.el (add-log-buffer-file-name-function):
14467 * dired-x.el (vm-folder-directory):
14468 * faces.el (help-xref-stack-item):
14469 * files.el (font-lock-keywords):
14470 * find-lisp.el (dired-buffers, dired-subdir-alist):
14471 * ido.el (cua-inhibit-cua-keys):
14472 * log-view.el (cvs-minor-wrap-function):
14473 * outline.el (font-lock-warning-face):
14474 * simple.el (compilation-current-error):
14475 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14476 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14477 * tooltip.el (comint-prompt-regexp):
14478 * w32-fns.el (explicit-shell-file-name):
14479 * term/mac-win.el (mac-charset-info-alist)
14480 (mac-services-selection, mac-system-script-code):
14481 * term/tty-colors.el (msdos-color-values):
14482 * term/w32-win.el (xlfd-regexp-registry-subnum):
14483 * term/x-win.el (x-keysym-table, x-selection-timeout)
14484 (x-session-id, x-session-previous-id):
14485 * textmodes/ispell.el (mail-yank-prefix):
14486 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14487 * textmodes/org.el (calc-embedded-close-formula)
14488 (calc-embedded-open-formula)
14489 (font-lock-unfontify-region-function):
14490 * textmodes/reftex-global.el (isearch-next-buffer-function)
14491 (TeX-master):
14492 * textmodes/reftex.el (font-lock-keywords):
14493 * textmodes/tex-mode.el (font-lock-comment-face)
14494 (font-lock-doc-face):
14495 * textmodes/texinfo.el (outline-heading-alist):
14496 Add defvars.
14497
14498 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14499 (artist-spray-chars, artist-mode-init, artist-replace-string)
14500 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14501 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14502 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14503
14504 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14505 (conf-align-assignments): "?\ " -> "?\s".
14506
14507 * textmodes/reftex-index.el (TeX-master): Add defvar.
14508 (reftex-index-phrases-marker): Move up defvar.
14509
14510 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14511 (reftex-toc-include-labels-indicator)
14512 (reftex-toc-include-index-indicator)
14513 (reftex-toc-max-level-indicator): Move up declarations.
14514
14515 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14516 of args to `tramp-run-real-handler', even if it's empty in this case.
14517
14518 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14519
14520 * dired.el (dired-move-to-filename-regexp): Add date format for
14521 Mac OS X 10.3 in East Asian locales.
14522
14523 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14524
14525 * files.el (make-auto-save-file-name): Add file name handler call
14526 if applicable.
14527
14528 * net/tramp.el (tramp-file-name-handler-alist)
14529 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14530 (tramp-handle-make-auto-save-file-name): Rename from
14531 `tramp-make-auto-save-file-name'.
14532 (tramp-exists-file-name-handler): New defun.
14533 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14534 `make-auto-save-file-name' is not a magic file name operation.
14535
14536 2005-08-30 Richard M. Stallman <rms@gnu.org>
14537
14538 * files.el (risky-local-variable-p):
14539 Match `-predicates' and `-commands.
14540
14541 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14542 (custom-save-all): Visit the file if necessary;
14543 kill the buffer if we created it.
14544 (custom-save-delete): Don't visit file or kill buffer here.
14545
14546 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14547
14548 * textmodes/org.el (org-special-keyword): New face.
14549 (org-table-copy-down, org-table-eval-formula)
14550 (org-table-recalculate, org-init-section-numbers):
14551 Use `string-to-number' instead of `string-to-int'.
14552 (org-get-location): Use `insert-buffer-substring' instead of
14553 `insert-buffer'.
14554 (org-modify-diary-entry-string): New function.
14555 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14556 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14557 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14558 active region.
14559 (org-export-as-html): Handle QUOTE keyword.
14560 (org-quote-string): New option.
14561 (org-bookmark-jump-unhide): New function, used for
14562 `bookmark-after-jump-hook'.
14563 (org-diary-default-entry): Apply only when not called through
14564 `org-agenda'.
14565
14566 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14567
14568 * net/eudc.el (mode-popup-menu):
14569 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14570 * progmodes/ada-mode.el (compile-auto-highlight)
14571 (skeleton-further-elements):
14572 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14573 * progmodes/cmacexp.el (msdos-shells):
14574 * progmodes/compile.el (font-lock-extra-managed-props)
14575 (font-lock-keywords, font-lock-maximum-size)
14576 (font-lock-support-mode):
14577 * progmodes/grep.el (font-lock-lines-before):
14578 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14579 * progmodes/mixal-mode.el (compile-command):
14580 * progmodes/perl-mode.el (font-lock-comment-face)
14581 (font-lock-doc-face, font-lock-string-face):
14582 * progmodes/prolog.el (comint-prompt-regexp):
14583 * progmodes/sh-script.el (font-lock-comment-face)
14584 (font-lock-set-defaults, font-lock-string-face):
14585 * progmodes/sql.el (font-lock-keyword-face)
14586 (font-lock-set-defaults, font-lock-string-face):
14587 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14588 (itimer-version, lazy-lock-defer-contextually)
14589 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14590 Add defvars.
14591
14592 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14593 (cperl-electric-keyword, cperl-electric-pod)
14594 (cperl-electric-backspace, cperl-forward-re)
14595 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14596 (vc-rcs-header, vc-sccs-header): Add defvars.
14597
14598 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14599 (font-lock-syntactic-keywords, gud-find-expr-function):
14600 Add defvars.
14601
14602 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14603 (gdb-frame-parameters): Declare before use.
14604
14605 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14606 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14607 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14608 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14609
14610 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14611 (idlwave-help-with-source): Use `insert-buffer-substring', not
14612 `insert-buffer'.
14613
14614 2005-08-29 Juri Linkov <juri@jurta.org>
14615
14616 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14617 Put outline-back-to-heading function call inside save-excursion.
14618
14619 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14620
14621 * man.el (Man-init-defvars, Man-translate-references)
14622 (Man-support-local-filenames, Man-highlight-references):
14623 * progmodes/sql.el (sql-interactive-mode):
14624 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14625
14626 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14627 (compilation-mode-font-lock-keywords): Add defvars.
14628 (checkdoc-interactive-loop): "?\ " -> "?\s".
14629
14630 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14631 (font-lock-doc-face, font-lock-string-face)
14632 (font-lock-keywords-case-fold-search): Add defvars.
14633 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14634
14635 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14636 Don't pass X and Y (they are ignored anyway).
14637 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14638 (mouse-delete-window): Make arguments optional.
14639
14640 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14641 (caesar-translate-table, minor-modes, news-buffer-save)
14642 (news-group-name, news-minor-modes): Add defvars.
14643
14644 * emacs-lisp/lselect.el (mouse-highlight-priority)
14645 (x-lost-selection-functions, zmacs-regions):
14646 * emacs-lisp/pp.el (font-lock-verbose):
14647 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14648 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14649 (ses-mode-map):
14650 * emacs-lisp/tcover-unsafep.el (safe-functions):
14651 * international/mule-cmds.el (mac-system-coding-system)
14652 (mac-system-locale):
14653 * language/ethio-util.el (rmail-current-message)
14654 (rmail-message-vector):
14655 * language/thai-util.el (thai-auto-composition-mode):
14656 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14657 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14658 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14659 (vm-primary-inbox, vm-spool-files):
14660 * mail/rmail.el (deleted-head, font-lock-fontified)
14661 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14662 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14663 (total-messages):
14664 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14665 (rmail-summary-mode-map):
14666 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14667 (rmail-last-label, rmail-last-multi-labels)
14668 (rmail-summary-vector, rmail-total-messages):
14669 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14670 * mail/rmailsum.el (msgnum):
14671 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14672 (rmail-current-message):
14673 * obsolete/fast-lock.el (font-lock-face-list):
14674 * obsolete/rnewspost.el (mail-reply-buffer):
14675 * obsolete/scribe.el (compile-command):
14676 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14677
14678 2005-08-28 John Paul Wallington <jpw@gnu.org>
14679
14680 * ibuf-ext.el (ibuffer-auto-update-changed):
14681 Use `frame-or-buffer-changed-p' to check whether we need to update.
14682 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14683 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14684 as a `frame-or-buffer-changed-p' state vector instead.
14685
14686 2005-08-27 Romain Francoise <romain@orebokech.com>
14687
14688 * textmodes/makeinfo.el (makeinfo-compile):
14689 Use `compilation-start'. Set `next-error-function' according to
14690 `disable-errors'.
14691 (makeinfo-next-error): New function.
14692 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14693 (makeinfo-buffer): Likewise.
14694
14695 * progmodes/compile.el (compilation-start): Add autoload cookie.
14696
14697 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14698 * textmodes/sgml-mode.el: Likewise.
14699 * progmodes/python.el: Likewise.
14700
14701 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14702
14703 * simple.el (blink-matching-paren-distance): Document the meaning
14704 of nil value, and allow to customize to nil.
14705
14706 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14707 command.com, not command.exe.
14708
14709 2005-08-26 John Wiegley <johnw@newartisans.com>
14710
14711 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14712 code around a bit so that an extraneous nil argument is not added
14713 to a command when no args are given.
14714
14715 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14716 double-quoted argument resolves to nil, return it as an empty
14717 string rather than as nil. This made it impossible to pass "" to
14718 a shell script as a null string argument.
14719
14720 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14721
14722 * outline.el (outline-invent-heading): New fun.
14723 (outline-promote, outline-demote): Use it.
14724 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14725 (outline-end-of-subtree): Remove unused var `opoint'.
14726
14727 2005-08-26 David Reitter <david.reitter@gmail.com>
14728
14729 * menu-bar.el (truncate-lines, write-file, print-buffer)
14730 (ps-print-buffer-faces, ps-print-buffer, split-window):
14731 Disable menu items when the frame they refer to is invisible, or when
14732 they refer to a buffer and the minibuffer is selected.
14733
14734 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14735
14736 * progmodes/flymake.el (flymake-highlight-err-lines):
14737 Use save-excursion around flymake-highlight-line to preserve point.
14738
14739 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14740
14741 * progmodes/octave-mod.el: Change Author and Maintainer address.
14742 (octave-maintainer-address): Change Kurt's email address.
14743 * progmodes/octave-inf.el: Change Author and Maintainer address.
14744 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14745
14746 2005-08-26 Kim F. Storm <storm@cua.dk>
14747
14748 * subr.el (version-list-<, version-list-<=, version-list-=):
14749 Rename from integer-list-*.
14750 (version-list-not-zero): Likewise. Fix while loop.
14751 (version=): Use version-list-= instead of string-equal.
14752
14753 2005-08-26 Richard M. Stallman <rms@gnu.org>
14754
14755 * outline.el (outline-promote): Try shortening the heading.
14756 As last resort, read the heading to use.
14757 (outline-demote): As last resort, read the heading to use.
14758
14759 2005-08-26 Romain Francoise <romain@orebokech.com>
14760
14761 * progmodes/compile.el (compilation-start): Doc fix.
14762
14763 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14764 (antlr-font-lock-additional-keywords): Fix reference to
14765 `antlr-font-lock-literal-regexp' erroneously changed during the
14766 mass face rename.
14767 (antlr-run-tool): Use `compilation-start'.
14768
14769 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14770 instead of the obsolete `compile-internal'.
14771
14772 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14773
14774 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14775 (number, original-date):
14776 * calendar/cal-china.el (date):
14777 * calendar/cal-coptic.el (date):
14778 * calendar/cal-french.el (date):
14779 * calendar/cal-hebrew.el (date, entry, number, original-date):
14780 * calendar/cal-islam.el (date, number, original-date):
14781 * calendar/cal-iso.el (date):
14782 * calendar/cal-julian.el (date):
14783 * calendar/cal-mayan.el (date):
14784 * calendar/cal-menu.el (date, event):
14785 * calendar/cal-persia.el (date):
14786 * calendar/lunar.el (date):
14787 * calendar/solar.el (date): Add defvars.
14788
14789 * emerge.el:
14790 * ibuffer.el:
14791 * info-xref.el:
14792 * obsolete/bg-mouse.el:
14793 * obsolete/sun-curs.el:
14794 * obsolete/swedish.el: Move the `defvar's to the top level.
14795
14796 * smerge-mode.el (smerge-refined-change): Add :group.
14797
14798 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14799
14800 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14801 (smerge-keep-n): Remove props.
14802 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14803 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14804 now that it's done in smerge-keep-n.
14805 (smerge-refined-change): New face.
14806 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14807 (smerge-refine): New funs.
14808 (smerge-basic-map): Bind smerge-refine.
14809
14810 2005-08-25 Juri Linkov <juri@jurta.org>
14811
14812 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14813 compilation-process-setup-function and compilation-disable-input
14814 in grep-mode instead of let-bindings in grep.
14815
14816 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14817 Delete "Automatic File De/compression" (auto-compression-mode).
14818
14819 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14820
14821 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14822 Silence warning about non-existent variable.
14823
14824 2005-08-25 Richard M. Stallman <rms@gnu.org>
14825
14826 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14827 Rename "Describe Key" to "Describe Key or Mouse Operation".
14828
14829 * mail/mailalias.el (build-mail-aliases): Delete comments
14830 from the contents before processing them.
14831
14832 * isearch.el (isearch-edit-string): Erase the Search prompt
14833 if user enters an empty string and there is no default.
14834
14835 * comint.el (comint-file-name-prefix): Add autoload.
14836
14837 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14838
14839 * subr.el (play-sound): Rearrange to avoid warning.
14840
14841 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14842
14843 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14844 New hook.
14845 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14846
14847 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14848
14849 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14850
14851 * custom.el (custom-theme-set-variables): Sort minor modes last.
14852
14853 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14854
14855 * subr.el (version-separator, version-regexp-alist): New vars used by
14856 version comparison funs.
14857 (integer-list-<, integer-list-=, integer-list-<=)
14858 (integer-list-not-zero): New funs for integer list comparison.
14859 (version-to-list, version=, version<, version<=): New funs for version
14860 comparison.
14861
14862 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14863
14864 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14865 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14866 time to silence the byte-compiler.
14867
14868 * ibuffer.el (ibuffer-compile-make-eliding-form)
14869 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14870 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14871 so it's silly to get warnings for it).
14872 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14873 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14874 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14875 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14876 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14877 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14878 Defvar at compile time.
14879 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14880 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14881 Declare them before use.
14882
14883 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14884 (info-xref-good, info-xref-bad): Defvar at compile time.
14885
14886 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14887 Use `let*' instead of `let'.
14888
14889 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14890 (*mouse-y*, menu, char): Defvar at compile time.
14891 (sc::menu): Declare it before use.
14892 (sc::pack-one-line): Use `let', not `let*'.
14893
14894 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14895 (mail-send-hook): Defvar at compile time.
14896
14897 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14898 Defvar at compile time.
14899
14900 * term/sun-mouse.el (current-global-mousemap)
14901 (current-local-mousemap): Declare them before use.
14902
14903 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14904
14905 * bookmark.el (bookmark-after-jump-hook): New hook.
14906 (bookmark-jump): Run `bookmark-after-jump-hook'.
14907
14908 2005-08-23 Juri Linkov <juri@jurta.org>
14909
14910 * faces.el (minibuffer-prompt): Doc fix.
14911
14912 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14913
14914 * progmodes/xscheme.el: Trivial changes to silence warnings.
14915 (xscheme-previous-mode, xscheme-previous-process-state):
14916 Add defvars.
14917 (xscheme-last-input-end, xscheme-process-command-line)
14918 (xscheme-process-name, xscheme-buffer-name)
14919 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14920 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14921 (xscheme-control-g-synchronization-p)
14922 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14923 (default-xscheme-runlight, xscheme-runlight)
14924 (xscheme-runlight-string, xscheme-process-filter-state)
14925 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14926 Move to beginning of file.
14927 (scheme-interaction-mode-commands-alist)
14928 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14929 Declare them before use. Note: the initialization code for the variables
14930 has not been moved because it uses functions that reference the variables.
14931 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14932 (xscheme-prompt-for-expression-map): Declare them before use.
14933 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14934
14935 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14936
14937 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14938
14939 2005-08-22 Juri Linkov <juri@jurta.org>
14940
14941 * faces.el (set-face-underline): Delete this duplicate function
14942 and make an obsolete alias to set-face-underline-p.
14943 (set-face-underline-p): Use docstring of set-face-underline.
14944 (describe-face): Create hyperlink to parent face.
14945
14946 * info.el (Info-insert-dir): Use save-excursion around
14947 insert-buffer-substring.
14948 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14949 (Info-escape-percent): Delete function.
14950 (Info-fontify-node): Replace Info-escape-percent by
14951 replace-regexp-in-string with REP arg set to lambda that
14952 duplicates `%' and preserves text properties.
14953
14954 * progmodes/compile.el (compilation-disable-input): Doc fix.
14955 (define-compilation-mode): Doc fix and refill.
14956 (kill-compilation): Use `mode-name' in the error message.
14957 (compilation-find-file): Use `compilation-error' in the
14958 read-file-name's prompt.
14959
14960 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14961
14962 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14963 (smerge-auto-leave): Make undo re-enable the mode.
14964 (debug-ignored-errors): Add the user-error of impossible resolution.
14965 (smerge-resolve): Move things around a bit, in preparation for later.
14966 (smerge-diff): Don't fail if the buffer has no associated file.
14967 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14968 (smerge-conflict-overlay): New function.
14969 (smerge-match-conflict): Don't add text properties here.
14970 (smerge-find-conflict): Instead, add an overlay here.
14971 Also check for the case where we're inside a conflict already, so as to
14972 obviate the need for font-lock-multiline, which is unbearably slow with
14973 large conflicts and ciomplex font-lock patterns.
14974 (smerge-remove-props): Remove overlay rather than text-properties.
14975 (smerge-mode): Don't set font-lock-multiline.
14976 Remove overlays when turned off.
14977
14978 2005-08-21 Kim F. Storm <storm@cua.dk>
14979
14980 * ido.el (ido-ignore-item-p): Use save-match-data.
14981 Bind case-fold-search to ido-case-fold locally.
14982
14983 2005-08-20 Richard M. Stallman <rms@gnu.org>
14984
14985 * files.el (normal-mode): If font lock is on, turn it off and on.
14986
14987 * subr.el (replace-regexp-in-string): Doc fix.
14988
14989 * startup.el (command-line-1): Don't suppress startup screen
14990 due to existing processes.
14991
14992 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14993
14994 * progmodes/compile.el (compilation-disable-input): Default to nil.
14995
14996 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14997
14998 * progmodes/compile.el (compilation-disable-input): New defcustom.
14999 (compilation-start): If compilation-disable-input is non-nil, send
15000 EOF to the compilation process.
15001
15002 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15003
15004 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15005 Run the argument of tex-shell-cd-command through
15006 convert-standard-filename, to get the correct style of slashes on
15007 Windows, and enclose the result in quotes, in case the file name
15008 includes whitespace or other special characters.
15009
15010 2005-08-19 Andreas Schwab <schwab@suse.de>
15011
15012 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15013 process.
15014
15015 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15016
15017 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15018
15019 2005-08-18 Kim F. Storm <storm@cua.dk>
15020
15021 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15022
15023 2005-08-18 Richard M. Stallman <rms@gnu.org>
15024
15025 * scroll-lock.el: New file.
15026
15027 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15028
15029 * dired.el (dired-move-to-end-of-filename):
15030 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15031
15032 2005-08-18 Kim F. Storm <storm@cua.dk>
15033
15034 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15035 rather than toggle mode when custom value is nil.
15036 (ido-everywhere): Fix defun doc string.
15037
15038 2005-08-17 Richard M. Stallman <rms@gnu.org>
15039
15040 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15041 as tag instead of "Inviolable".
15042
15043 2005-08-17 Kim F. Storm <storm@cua.dk>
15044
15045 * windmove.el (windmove-coordinates-of-position): Remove.
15046 (windmove-coordinates-of-window-position): Remove.
15047 (windmove-reference-loc): Use posn-at-point instead.
15048
15049 * subr.el (insert-for-yank-1): Doc fix.
15050
15051 * ido.el (ido-enter-matching-directory): Rename from
15052 ido-enter-single-matching-directory. Change `slash' choice to
15053 `only'. Add `first' choice.
15054 (ido-exhibit): Adapt to above changes.
15055
15056 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15057
15058 * Makefile.in: Expand comment about building loaddefs.el.
15059
15060 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15061
15062 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15063 Comment use of defadvice.
15064
15065 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15066
15067 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15068
15069 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15070 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15071 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15072 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15073 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15074 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15075 for backward compatibility for faces that did not appear in the
15076 previous Emacs release.
15077
15078 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15079
15080 2005-08-15 Kim F. Storm <storm@cua.dk>
15081
15082 * emulation/cua-base.el (cua-delete-region): Return t if
15083 deleted region was non-empty.
15084 (cua-replace-region): Inhibit overwrite-mode for
15085 self-insert-command if replaced region was non-empty.
15086 (cua--explicit-region-start, cua--status-string): Make them
15087 buffer-local at top-level...
15088 (cua-mode): ...rather than when mode is enabled.
15089
15090 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15091
15092 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15093 Set t for Emacs 21, 22, and so on.
15094
15095 2005-08-15 David Ponce <david@dponce.com>
15096
15097 * tree-widget.el: Update Commentary header.
15098 (tree-widget-theme): Doc fix.
15099 (tree-widget-space-width): New option.
15100 (tree-widget-image-properties): Look up in the default theme too.
15101 (tree-widget--cursors): Only for images with arrow pointer shape.
15102 (tree-widget-lookup-image): Pointer shape is hand by default.
15103 (tree-widget-icon): Rename generic icon widget from
15104 `tree-widget-control'.
15105 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15106 derive from `tree-widget-icon'.
15107 (tree-widget-handle): Improve default look and feel of the text
15108 representation.
15109 (tree-widget): Rename :*-control properties to :*-icon properties.
15110 Add :action and :help-echo properties.
15111 (tree-widget-after-toggle-functions): Move.
15112 (tree-widget-close-node, tree-widget-open-node): Remove.
15113 (tree-widget-before-create-icon-functions): New hook.
15114 (tree-widget-value-create): Update to allow customization of icons
15115 and nodes at run-time via that new hook.
15116 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15117 (tree-widget-icon-action, tree-widget-icon-help-echo)
15118 (tree-widget-action, tree-widget-help-echo): New functions.
15119
15120 2005-08-15 Kim F. Storm <storm@cua.dk>
15121
15122 * ido.el (ido-buffer-internal): Use with-no-warnings.
15123 (ido-make-merged-file-list): Use while-no-input.
15124
15125 2005-08-15 Richard M. Stallman <rms@gnu.org>
15126
15127 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15128 (flyspell-large-region): Fix doc and custom type.
15129
15130 2005-08-14 Richard M. Stallman <rms@gnu.org>
15131
15132 * files.el (interpreter-mode-alist): Doc fix.
15133
15134 * mail/rmail.el (rmail-nonignored-headers): New variable.
15135 (rmail-clear-headers): Use it.
15136 (rmail-reply): Better handling of mail-followup-to header.
15137
15138 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15139 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15140 don't try to refer to executable-font-lock-keywords.
15141 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15142 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15143 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15144 (sh-mode): Set comment-start-skip, local-abbrev-table,
15145 imenu-case-fold-search.
15146 (sh-set-shell): Don't set them here.
15147 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15148 Don't cache the results in the original alist; don't ever modify
15149 that alist.
15150
15151 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15152
15153 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15154 empty.
15155
15156 2005-08-15 Andreas Schwab <schwab@suse.de>
15157
15158 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15159
15160 * dired.el, info.el, mail/rmail.el: Revert last change.
15161
15162 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15163
15164 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15165 modification in `eval-after-load' form.
15166 * info.el: Likewise.
15167 * mail/rmail.el: Likewise.
15168
15169 2005-08-14 Juri Linkov <juri@jurta.org>
15170
15171 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15172 Remove highlighting of "Compilation started". Highlight only
15173 the word "finished" in "Compilation finished". Add highlighting
15174 of "interrupt", "killed", "terminated" and the exit code.
15175 (compilation-start): Add newline after header. Use exactly the
15176 same time stamp format as the finishing message.
15177 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15178
15179 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15180 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15181 Add highlighting of "interrupt", "killed", "terminated".
15182
15183 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15184 enabled and the current command is self-insert-command, call it
15185 explicitly with overwrite-mode bound to nil, to not allow it
15186 to delete the character after the selected region.
15187
15188 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15189
15190 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15191 move-end-of-line, end-of-line, and beginning-of-line to the list
15192 of commands after which the echo area is updated.
15193
15194 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15195
15196 * cus-edit.el (custom-save-all, custom-save-delete):
15197 Bind recentf-exclude to exclude custom-file.
15198
15199 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15200
15201 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15202 to go to the bottom of the mail message. Added to
15203 `rmail-summary-mode-map' with key "/".
15204 (rmail-summary-show-message): New (internal) function for use by
15205 both `rmail-summary-beginning/end-of-message'.
15206 (rmail-summary-beginning-of-message): Change to use
15207 rmail-summary-show-message.
15208
15209 * mail/rmail.el (rmail-end-of-message): New command to go to the
15210 end of the current message. Added to `rmail-mode-map' with key "/".
15211 (rmail-beginning-of-message): Fix to work as documented.
15212 (rmail-mode): Change documentation.
15213
15214 * progmodes/compile.el (compilation-start): Add the line
15215 "Compilation started" with compilation start time.
15216 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15217
15218 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15219
15220 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15221 of menu items.
15222
15223 2005-08-11 Richard M. Stallman <rms@gnu.org>
15224
15225 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15226
15227 * battery.el (battery-status-function): Don't use ignore-errors.
15228
15229 2005-08-11 Lute Kamstra <lute@gnu.org>
15230
15231 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15232 define-obsolete-variable-alias.
15233
15234 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15235
15236 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15237 (ange-ftp-send-cmd): Revert last change, and expand
15238 the comment explaining the problem.
15239
15240 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15241
15242 * ldefs-boot.el: Update.
15243
15244 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15245 item to "Time, Load and Mail". Change help echo text.
15246
15247 * time.el (display-time-use-mail-icon, display-time-format)
15248 (display-time-string-forms): Shorten first line of docstrings.
15249
15250 2005-08-10 Lars Hansen <larsh@soem.dk>
15251
15252 * desktop.el (desktop-buffer-mode-handlers):
15253 Make non-customizable. Add autoload cookie. Change initial value to
15254 nil; add elements in respective modules instead. Fix doc string.
15255 (desktop-load-file): New function.
15256 (desktop-minor-mode-handlers): New autoloaded variable.
15257 (desktop-create-buffer): Call minor mode handlers.
15258 Use desktop-load-file to load major and minor mode modules prior to
15259 checking for a handler.
15260 (desktop-save): Don't add nil to desktop-minor-modes for minor
15261 modes with nil function in desktop-minor-mode-table. Don't delete
15262 desktop file before rewriting it.
15263 (desktop-locals-to-save): Add autoload cookie. Don't make
15264 automatically buffer-local. Add variables column-number-mode,
15265 size-indication-mode, indent-tabs-mode,
15266 indicate-buffer-boundaries, indicate-empty-lines and
15267 show-trailing-whitespace.
15268 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15269 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15270 (desktop-clear-preserve-buffers-regexp): Delete.
15271 (desktop-clear-preserve-buffers): Update initial value and docstring.
15272 (desktop-save-buffer): Fix doc string.
15273
15274 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15275 (hilit-chg-desktop-restore): New function.
15276 (highlight-changes-mode): Add highlight-changes-mode to
15277 desktop-locals-to-save.
15278
15279 * dired.el: Add handler to desktop-buffer-mode-handlers.
15280 (dired-restore-desktop-buffer): Remove autoload cookie.
15281 (dired-mode): Add autoload cookie.
15282
15283 * info.el: Add handler to desktop-buffer-mode-handlers.
15284 (Info-restore-desktop-buffer): Remove autoload cookie.
15285 (Info-mode): Add autoload cookie.
15286
15287 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15288 (mh-restore-desktop-buffer): Remove autoload cookie.
15289 (mh-folder-mode): Add autoload cookie.
15290
15291 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15292 (rmail-restore-desktop-buffer): Remove autoload cookie.
15293
15294 2005-08-11 Masatake YAMATO <jet@gyve.org>
15295
15296 * hexl.el (hexl-address-region):
15297 (hexl-ascii-region, hexl-font-lock-keywords):
15298 (hexl-highlight-line-range): Use the term "region"
15299 instead of "area" for consistency with the other symbols
15300 defined in hexl.el.
15301
15302 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15303
15304 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15305 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15306 out by Juri Linkov). Add `display-battery-mode'.
15307
15308 2005-08-09 Juri Linkov <juri@jurta.org>
15309
15310 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15311 Remove `-text' from face variable names.
15312 (compilation-error-file-name, compilation-warning-file-name)
15313 (compilation-info-file-name): Delete faces.
15314 (compilation-line-number, compilation-column-number):
15315 Remove face underlining.
15316 (compilation-message-face): Set to `underline' value by default.
15317 (compilation-error-face, compilation-warning-face)
15318 (compilation-info-face): Remove `-file-name' from face names.
15319 (compilation-error-text-face, compilation-warning-text-face)
15320 (compilation-info-text-face): Delete face variables.
15321 (compilation-text-face): Delete function.
15322
15323 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15324 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15325 (grep-error-face): Set to `compilation-error' instead of
15326 `compilation-error-face' (which is redefined to `grep-hit-face' in
15327 grep buffers).
15328 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15329 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15330
15331 * dired-aux.el (dired-do-query-replace-regexp):
15332 Use `query-replace-read-args'.
15333
15334 * replace.el (query-replace-read-from, query-replace-read-to)
15335 (query-replace-read-args): Rename arg `string' to `prompt'.
15336
15337 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15338
15339 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15340
15341 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15342 uploading files.
15343 (ange-ftp-canonize-filename): Handle file names beginning with ~
15344 correctly.
15345
15346 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15347
15348 * textmodes/fill.el (canonically-space-region)
15349 (fill-context-prefix, fill-french-nobreak-p)
15350 (fill-delete-newlines, fill-comment-paragraph)
15351 (justify-current-line): "?\ " -> "?\s".
15352
15353 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15354
15355 * textmodes/fill.el (fill-nonuniform-paragraphs):
15356 Improve argument/docstring consistency.
15357
15358 2005-08-09 Richard M. Stallman <rms@gnu.org>
15359
15360 * textmodes/ispell.el (ispell-word): More fboundp checks.
15361
15362 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15363 (find-file-noselect-1): Call it here, only if RAWFILE.
15364 (normal-mode): Always set some major mode.
15365 (save-some-buffers-action-alist): Change some explanation strings.
15366 (file-name-non-special): In the `quote' method, use unwind-protect.
15367
15368 2005-08-09 Magnus Henoch <mange@freemail.hu>
15369
15370 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15371 (ispell-have-aspell-dictionaries): New variable.
15372 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15373 (ispell-get-aspell-config-value): New function.
15374 (ispell-aspell-find-dictionary): New function.
15375 (ispell-aspell-add-aliases): New function.
15376 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15377 appropriate. Don't look for ispell dictionaries if we use aspell.
15378 (ispell-menu-map): Don't build a submenu of dictionaries.
15379
15380 2005-08-09 Richard M. Stallman <rms@gnu.org>
15381
15382 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15383 (sql-read-passwd): Use read-passwd.
15384
15385 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15386 (idlwave-toolbar-is-possible): Add defvars.
15387
15388 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15389 Avoid warnings.
15390
15391 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15392 (idlwave-system-class-info, idlwave-executive-commands-alist):
15393 Use defvar.
15394
15395 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15396
15397 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15398 Avoid warnings.
15399
15400 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15401 and content-type: headers.
15402
15403 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15404
15405 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15406 and rename some of them to be more self-explanatory.
15407
15408 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15409
15410 * startup.el (command-line-1): Implement -scriptload.
15411
15412 * replace.el (occur-engine): Initial *Occur* output not undoable.
15413
15414 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15415 and improve help strings.
15416
15417 * isearch.el (isearch-repeat): When changing direction,
15418 mark search successful.
15419
15420 * ediff-init.el: Use (featurep 'xemacs).
15421
15422 * comint.el (send-invisible): Identify buffer, if not selected.
15423
15424 * align.el: Delete autoload for c-guess-basic-syntax.
15425
15426 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15427
15428 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15429 Improve argument/docstring consistency. Doc fixes.
15430 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15431 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15432 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15433 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15434 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15435 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15436 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15437 Defvar at compile time.
15438
15439 2005-08-09 Juri Linkov <juri@jurta.org>
15440
15441 * info.el: Replace `info' with upper-case `Info' where appropriate.
15442 (info-title-1, info-title-2, info-title-3, info-title-4)
15443 (info-menu-header): Move up face definitions.
15444 (info-menu-star): Rename from `info-menu-5'.
15445 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15446 (Info-fontify-visited-nodes): Fix docstring.
15447 (Info-hide-note-references): Fix docstring.
15448 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15449 menu items in the same way as on cross-references.
15450 (info-apropos): Fix sorting order and formatting to be like in the
15451 stand-alone Info browser. Display error messages for 1 sec.
15452 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15453 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15454 from the menu bar.
15455 (Info-insert-dir): Restore point after calling
15456 `insert-buffer-substring'.
15457
15458 2005-08-08 Richard M. Stallman <rms@gnu.org>
15459
15460 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15461 (recompute-lucid-menubar): Add defvars.
15462
15463 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15464
15465 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15466
15467 * net/net-utils.el (run-dig): Rename from `dig'.
15468
15469 * play/gametree.el (gametree-mode): Use make-local-variable,
15470 not make-variable-buffer-local.
15471
15472 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15473
15474 * ansi-color.el (ansi-color-make-extent)
15475 (ansi-color-set-extent-face): Use fboundp, not functionp.
15476
15477 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15478 not make-variable-buffer-local.
15479
15480 * bookmark.el (Info-current-file): Add defvar.
15481 (bookmark-jump-noselect): Use with-no-warnings.
15482
15483 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15484
15485 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15486
15487 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15488
15489 * find-file.el (ada-procedure-start-regexp)
15490 (ada-package-start-regexp): Add defvars.
15491
15492 * info.el (Info-insert-dir): Use insert-buffer-substring.
15493
15494 * xml.el (xml-att-def-re): Add defvar.
15495
15496 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15497 calling convention.
15498
15499 * subr.el (while-no-input): Return t if there is input.
15500
15501 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15502
15503 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15504
15505 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15506
15507 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15508 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15509
15510 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15511
15512 * cmuscheme.el (scheme-start-file): Replace reference to
15513 `user-emacs-directory' by "~/.emacs.d/".
15514
15515 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15516
15517 * info.el (Info-dir-remove-duplicates): Avoid case folding
15518 in loop; instead, keep downcased strings for comparison.
15519 Suggested by Helmut Eller.
15520
15521 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15522
15523 Sync with Tramp 2.0.50.
15524
15525 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15526 XEmacs case; not necessary anymore.
15527 (tramp-user-regexp): Allow "@" as part of user name.
15528 (tramp-handle-set-visited-file-modtime)
15529 (tramp-handle-insert-file-contents)
15530 (tramp-handle-write-region): No special handling for
15531 `last-coding-system-used, because this is done in
15532 `tramp-accept-process-output' now.
15533 (tramp-accept-process-output): New defun.
15534 (tramp-process-one-action, tramp-process-one-multi-action)
15535 (tramp-wait-for-regexp, tramp-wait-for-output)
15536 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15537 Howells <dhowells@redhat.com>.
15538 (clear-visited-file-modtime): Defadvice removed. The check for
15539 unset buffer's modtime does not need to be based on
15540 `tramp-buffer-file-attributes'. Suggested by RMS.
15541 (tramp-message): Insert "\n" if not being at beginning of line.
15542 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15543 sequence with same logic.
15544 (tramp-completion-handle-expand-file-name): Discard call of
15545 `tramp-drop-volume-letter'. It is not necessary, and there have
15546 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15547 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15548 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15549 should always be visible.
15550 (tramp-handle-insert-directory, tramp-setup-complete)
15551 (tramp-set-process-query-on-exit-flag)
15552 (tramp-append-tramp-buffers): Pacify byte-compiler.
15553 (tramp-bug): Delete non-existing variables from list.
15554 Apply `tramp-load-report-modules' as pre-hook.
15555 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15556 `shell-prompt-pattern' because of non-7bit characters.
15557 Reported by Sebastian Luque <sluque@mun.ca>.
15558 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15559 (tramp-match-string-list): Remove function.
15560 (tramp-wait-for-regexp): Remove call of that function.
15561 Suggested by Kim F. Storm <storm@cua.dk>.
15562 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15563 instead of octal character code ?\600. The latter resulted in a
15564 syntax error with XEmacs.
15565
15566 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15567 XEmacs case; not necessary anymore.
15568 (tramp-smb-handle-write-region): No special handling for
15569 `last-coding-system-used, because this is done in
15570 `tramp-accept-process-output' now.
15571 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15572
15573 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15574
15575 * wid-edit.el (widget-choice-value-create):
15576 Unconditionally respect user choice. Set :explicit-choice back to nil
15577 when no longer needed.
15578 (widget-choice-action): Unconditionally respect user choice.
15579 Eliminate :explicit-choice-value.
15580
15581 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15582
15583 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15584 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15585 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15586 running new function `toggle-indicate-empty-lines'.
15587 Rename "Customize" item to "Customize fringe".
15588 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15589 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15590 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15591 Delete "Empty lines only" item.
15592 (menu-bar-showhide-fringe-ind-customize): New function.
15593 (menu-bar-showhide-fringe-ind-mixed)
15594 (menu-bar-showhide-fringe-ind-box)
15595 (menu-bar-showhide-fringe-ind-right)
15596 (menu-bar-showhide-fringe-ind-left)
15597 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15598 instead of `fringe-indicators'.
15599
15600 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15601
15602 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15603 Change the date of last update.
15604
15605 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15606
15607 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15608 (viper-exec-yank, viper-put-back): Don't display modification msg
15609 if in the minibuffer.
15610
15611 * viper-init.el (viper-replace-overlay-cursor-color)
15612 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15613 Make variables frame local.
15614
15615 * viper-util.el (viper-append-filter-alist): Use append instead of
15616 nconc.
15617
15618 * viper.el (viper-vi-state-mode-list)
15619 (viper-emacs-state-mode-list): Move help-mode and
15620 completion-list-mode from the first list to the second.
15621 (viper-mode): Docstring.
15622 (viper-go-away, viper-non-hook-settings): Don't localize
15623 minor-mode-alist in newer Emacsen. Add advice to
15624 set-cursor-color. Don't bind "\C-c\\".
15625
15626 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15627
15628 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15629 (scheme-macro-expand-command): New user options.
15630 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15631 (scheme-form-at-point, scheme-start-file)
15632 (scheme-interactively-start-process): New functions.
15633 (scheme-get-process): New function, extracted from `scheme-proc'.
15634 (run-scheme): Call `scheme-start-file' to get start file, and pass
15635 it to `make-comint'.
15636 (switch-to-scheme, scheme-proc):
15637 Call `scheme-interactively-start-process' if no Scheme buffer/process
15638 is available.
15639
15640 2005-08-06 Juri Linkov <juri@jurta.org>
15641
15642 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15643 Use `compilation-text-face', `compilation-info-text-face' and
15644 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15645 (compilation-error): New face.
15646 (compilation-error-file-name): Inherit from
15647 `compilation-error' instead of `font-lock-warning-face'.
15648 (compilation-warning-file-name): Inherit from
15649 `compilation-warning' instead of `font-lock-warning-face'.
15650 (compilation-info, compilation-error-file-name)
15651 (compilation-warning-file-name, compilation-info-file-name)
15652 (compilation-line-number, compilation-column-number): Doc fix.
15653 (compilation-error-text-face, compilation-warning-text-face)
15654 (compilation-info-text-face): New face variables.
15655 (compilation-line-face, compilation-column-face)
15656 (compilation-enter-directory-face)
15657 (compilation-leave-directory-face): Doc fix.
15658 (compilation-text-face): New function.
15659
15660 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15661 instead of 1 to display binary file names as info file links.
15662 (grep-error-face): Use `compilation-error-face' instead of
15663 `font-lock-keyword-face'.
15664 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15665 and `compilation-warning-text-face' instead of
15666 `font-lock-keyword-face'. Use `compilation-error-text-face'
15667 instead of `grep-error-face'.
15668
15669 2005-08-05 Kenichi Handa <handa@m17n.org>
15670
15671 * international/code-pages.el: Add autoload cookies for all coding
15672 systems.
15673
15674 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15675
15676 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15677
15678 2005-08-04 Juri Linkov <juri@jurta.org>
15679
15680 * progmodes/compile.el (compilation-mode-map):
15681 * progmodes/grep.el (grep-mode-map):
15682 Bind TAB to `compilation-next-error' and [backtab] to
15683 `compilation-previous-error'.
15684
15685 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15686 matching line numbers, column numbers and their ranges with regexp
15687 matching only line numbers.
15688 (grep-context-face): New face variable.
15689 (grep-mode-font-lock-keywords): Use it.
15690
15691 * faces.el (read-face-name): Delete duplicate faces.
15692
15693 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15694
15695 * thumbs.el (thumbs-find-image): Don't make variables
15696 automatically buffer local.
15697 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15698 (thumbs-image-num): Make automatically buffer local.
15699 (thumbs-show-thumbs-list): Use `make-local-variable', not
15700 `make-variable-buffer-local'.
15701 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15702
15703 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15704 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15705 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15706 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15707 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15708 (feelings-about, foullst, found, hello, history, howareyoulst)
15709 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15710 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15711 (neglst, obj, object, owner, please, problems, qlist)
15712 (random-adjective, relation, remlst, repetitive-shortness)
15713 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15714 (shortlst, something, sportslst, stallmanlst, states, subj)
15715 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15716 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15717 Defvar at compile time.
15718
15719 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15720 not `make-variable-buffer-local'.
15721
15722 2005-08-02 Kim F. Storm <storm@cua.dk>
15723
15724 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15725 rectangle overlay in selected window.
15726
15727 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15728
15729 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15730 instead of display group. Make `indicate-buffer-boundaries'
15731 customizable through Custom.
15732
15733 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15734
15735 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15736 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15737 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15738 (gdb-put-string): Fix typos in docstrings.
15739
15740 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15741
15742 Update copyright notices of files in progmodes directory for
15743 release of Emacs 22.1.
15744
15745 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15746
15747 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15748 Don't barf if the GUD buffer has been killed.
15749
15750 2005-08-01 Kim F. Storm <storm@cua.dk>
15751
15752 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15753
15754 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15755
15756 * simple.el (next-error-follow-minor-mode):
15757 make-variable-buffer-local -> make-local-variable.
15758
15759 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15760
15761 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15762 (byte-compile-form-make-variable-buffer-local): New functions to warn
15763 about misuses of make-variable-buffer-local where make-local-variable
15764 was meant.
15765
15766 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15767
15768 * bs.el (bs-attributes-list): Doc fix.
15769 (bs): Update url-link.
15770
15771 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15772 (desktop-load-default): Simplify.
15773
15774 * ibuffer.el (ibuffer-columnize-and-insert-list)
15775 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15776 (ibuffer-unmark-all, ibuffer-toggle-marks)
15777 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15778 (ibuffer-compile-make-format-form, ibuffer-format-column)
15779 (ibuffer-current-buffers-with-marks)
15780 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15781 (ibuffer): Doc fix.
15782 (ibuffer-mode): Fix typo in docstring.
15783 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15784 with `define-obsolete-variable-alias'.
15785 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15786
15787 2005-07-29 Kenichi Handa <handa@m17n.org>
15788
15789 * international/mule-cmds.el (select-message-coding-system):
15790 Be sure to use LF for end-of-line. If no coding system is decided,
15791 return iso-8859-1-unix.
15792
15793 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15794
15795 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15796 (ange-ftp-pending-error-line): New vars.
15797 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15798 to handle the non-fatal no-route-to-host messages.
15799 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15800
15801 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15802
15803 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15804 (isearch-quote-char, isearch-printing-char)
15805 (isearch-text-char-description): "?\ " -> "?\s".
15806 (isearch-lazy-highlight-cleanup)
15807 (isearch-lazy-highlight-initial-delay)
15808 (isearch-lazy-highlight-interval)
15809 (isearch-lazy-highlight-max-at-a-time)
15810 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15811 Declare with define-obsolete-*-alias macros.
15812 (isearch-forward): Fix typo in docstring.
15813 (search-invisible, search-ring-yank-pointer)
15814 (regexp-search-ring-yank-pointer): Doc fixes.
15815
15816 * recentf.el (recentf-menu-append-commands-p): Declare with
15817 `define-obsolete-variable-alias'.
15818 (recentf-max-saved-items, recentf-menu-filter)
15819 (recentf-arrange-by-rule-subfilter): Doc fixes.
15820 (recentf-menu-append-commands-flag)
15821 (recentf-initialize-file-name-history, recentf-expand-file-name)
15822 (recentf-clear-data): Fix typos in docstrings.
15823
15824 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15825
15826 * progmodes/gdb-ui.el: Smarten comments.
15827 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15828
15829 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15830
15831 * term/apollo.el (terminal-init-apollo): New function containing
15832 all former top level forms in the file.
15833 * term/bobcat.el (terminal-init-bobcat):
15834 * term/cygwin.el (terminal-init-cygwin):
15835 * term/iris-ansi.el (terminal-init-iris-ansi):
15836 * term/linux.el (terminal-init-linux):
15837 * term/news.el (terminal-init-news):
15838 * term/rxvt.el (terminal-init-rxvt):
15839 * term/sun.el (terminal-init-sun):
15840 * term/tvi970.el (terminal-init-tvi970):
15841 * term/vt100.el (terminal-init-vt100):
15842 * term/vt102.el (terminal-init-vt102):
15843 * term/vt125.el (terminal-init-vt125):
15844 * term/vt200.el (terminal-init-vt200):
15845 * term/vt201.el (terminal-init-vt201):
15846 * term/vt220.el (terminal-init-vt220):
15847 * term/vt240.el (terminal-init-vt240):
15848 * term/vt300.el (terminal-init-vt300):
15849 * term/vt320.el (terminal-init-vt320):
15850 * term/vt400.el (terminal-init-vt400):
15851 * term/vt420.el (terminal-init-vt420):
15852 * term/wyse50.el (terminal-init-wyse50):
15853 * term/xterm.el (terminal-init-xterm): Likewise.
15854
15855 * term/README: Describe the terminal-init-* functionality.
15856
15857 * startup.el (command-line): After loading the terminal initialization
15858 file call the corresponding terminal initialization function.
15859
15860 2005-07-27 Kenichi Handa <handa@m17n.org>
15861
15862 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15863 negative.
15864
15865 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15866 (ps-mule-composition-prologue): Fix for the case that
15867 RelativeCompose is false.
15868
15869 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15870
15871 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15872
15873 * descr-text.el (describe-char): Handle the case where the list of
15874 chars is displayed in a separate frame.
15875 Be a bit more discriminating when looking for the char.
15876
15877 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15878
15879 * bookmark.el (bookmark-automatically-show-annotations)
15880 (bookmark-read-annotation-text-func): Doc fixes.
15881 (bookmark-save): Improve argument/docstring consistency.
15882 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15883 (bookmark-alist-from-buffer)
15884 (bookmark-upgrade-file-format-from-0)
15885 (bookmark-grok-file-format-version)
15886 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15887 (bookmark-read-annotation-mode)
15888 (bookmark-insert-current-bookmark, bookmark-jump)
15889 (bookmark-exit-hook): Fix typos in docstrings.
15890 (bookmark-exit-hooks): Define as obsolete alias.
15891 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15892 not `bookmark-exit-hooks'. Fix docstring.
15893 (bookmark-bmenu-select): "?\ " -> "?\s".
15894
15895 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15896
15897 * startup.el (command-line): Fix typo.
15898
15899 2005-07-24 Richard M. Stallman <rms@gnu.org>
15900
15901 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15902 not emacs-quick-startup.
15903
15904 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15905
15906 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15907 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15908 instead of `reb-with-current-window'.
15909 (reb-prev-match): Likewise. Also, don't move left if the search
15910 was unsuccessful.
15911 (reb-initialize-buffer): New function.
15912 (re-builder, reb-change-syntax): Use it.
15913
15914 * man.el (Man-goto-page): Make second argument NOERROR optional.
15915
15916 2005-07-23 Richard M. Stallman <rms@gnu.org>
15917
15918 * man.el (Man-bgproc-sentinel): Check here for failure to find
15919 any man page in the output, and report the error here.
15920 (Man-arguments): Make it permanent local.
15921 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15922 (Man-mode): Pass t for NOERROR.
15923
15924 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15925 (grep-mode-font-lock-keywords):
15926 Don't use compilation-...-face for messages that are not file names.
15927
15928 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15929 Don't use compilation-...-face for messages that are not file names.
15930
15931 2005-07-22 Juri Linkov <juri@jurta.org>
15932
15933 * startup.el (normal-splash-screen): Update menu name.
15934
15935 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15936
15937 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15938
15939 * term/xterm.el: Load term/rxvt if the terminal is actually an
15940 rxvt terminal.
15941 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15942
15943 * term/rxvt.el (function-key-map): Use substitute-key-definition
15944 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15945
15946 * term/cygwin.el: New file.
15947
15948 2005-07-22 Kim F. Storm <storm@cua.dk>
15949
15950 * image-file.el (insert-image-file, image-file-yank-handler):
15951 Fix last change to maintain a (unique) yank-handler on yanked images.
15952
15953 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15954
15955 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15956 of the file size (as in "177B" for 177 bytes). This happens with
15957 "ls -lh" on FreeBSD.
15958
15959 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15960
15961 * hilit-chg.el (highlight-changes-global-initial-state)
15962 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15963 (hilit-chg-fixup, highlight-changes-mode):
15964 Fix typos in docstrings.
15965 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15966 Doc fixes.
15967
15968 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15969
15970 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15971 mode function using `eval-after-load'.
15972
15973 2005-07-21 Kim F. Storm <storm@cua.dk>
15974
15975 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15976 included when reporting an emacs crash, and tell about the DEBUG file.
15977
15978 * image-file.el (insert-image-file): Add yank-handler.
15979 (image-file-yank-handler): Yank handler to make unique copies of
15980 images when they are yanked into a buffer next to each other.
15981
15982 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15983
15984 * comint.el (comint-use-prompt-regexp, comint-send-input)
15985 (comint-source-default, comint-extract-string)
15986 (comint-get-source, comint-word, comint-completion)
15987 (comint-source, comint-prompt-read-only, comint-update-fence):
15988 Fix typos in docstrings.
15989 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15990 Declare with define-obsolete-*-alias macros.
15991 (comint-previous-matching-input-from-input)
15992 (comint-next-matching-input-from-input)
15993 (comint-previous-matching-input, comint-next-matching-input)
15994 (comint-forward-matching-input):
15995 Improve argument/docstring consistency.
15996
15997 * desktop.el (desktop-clear-preserve-buffers-regexp):
15998 Also preserve the *server* buffer.
15999
16000 * simple.el (clone-indirect-buffer): Doc fix.
16001 (fixup-whitespace, just-one-space)
16002 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16003 (next-error, next-error-highlight)
16004 (next-error-highlight-no-select, next-error-last-buffer)
16005 (next-error-buffer-p, next-error-find-buffer, next-error)
16006 (previous-error, next-error-no-select, previous-error-no-select)
16007 (open-line, split-line, minibuffer-prompt-width, kill-new)
16008 (binary-overwrite-mode): Fix typos in docstrings.
16009 (set-fill-column): Fix typo in message.
16010
16011 * skeleton.el (skeleton-proxy-new): Doc fix.
16012
16013 * strokes.el (strokes-load-hook): Doc fix.
16014 (strokes-grid-resolution, strokes-get-grid-position)
16015 (strokes-renormalize-to-grid, strokes-read-stroke)
16016 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16017 (strokes-global-map): Fix typos in docstrings.
16018 (strokes-help): Doc fix. Fix help message and pass it through
16019 `substitute-command-keys'.
16020
16021 * tempo.el (tempo-insert-prompt, tempo-interactive)
16022 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16023 (tempo-insert-string-functions, tempo-local-tags)
16024 (tempo-define-template, tempo-insert-template)
16025 (tempo-insert-prompt-compat, tempo-is-user-element)
16026 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16027 Fix typos in docstrings.
16028
16029 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16030 (vcursor-key-bindings, vcursor-use-vcursor-map)
16031 (vcursor-find-window, vcursor-scroll-down)
16032 (vcursor-disable, vcursor-beginning-of-buffer)
16033 (vcursor-end-of-buffer): Fix typos in docstrings.
16034 (vcursor-relative-move, vcursor-get-char-count):
16035 Improve argument/docstring consistency.
16036
16037 * version.el: "?\ " -> "?\s".
16038
16039 * wid-edit.el (widget-default-create, widget-after-change)
16040 (widget-default-format-handler, widget-checklist-add-item)
16041 (widget-radio-add-item, widget-choose, widget-specify-secret)
16042 (widget-field-value-create, widget-field-value-get)
16043 (widget-editable-list-format-handler)
16044 (widget-editable-list-entry-create, widget-group-value-create)
16045 (widget-documentation-link-add)
16046 (widget-documentation-string-value-create): "?\ " -> "?\s".
16047 (widget-convert-text): Doc fix.
16048 (widget-narrow-to-field, widget-field-find)
16049 (widget-url-link-action, widget-emacs-library-link-action)
16050 (widget-color-notify): Fix typos in docstrings.
16051
16052 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16053 (x-select-text, set-w32-system-coding-system)
16054 (w32-add-charset-info): Fix typos in docstrings.
16055
16056 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16057 (cua-enable-cua-keys, cua-use-hyper-key)
16058 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16059 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16060
16061 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16062
16063 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16064 `defalias' instead of faking it.
16065
16066 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16067 (eshell-ls-missing, eshell-ls-dired-initial-args)
16068 (eshell-ls-use-in-dired): Fix typos in docstrings.
16069
16070 2005-07-20 Kim F. Storm <storm@cua.dk>
16071
16072 * emulation/cua-base.el (cua-mode): Improve doc string.
16073
16074 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16075
16076 * abbrev.el (expand-region-abbrevs): Doc fix.
16077 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16078 Improve argument/docstring consistency.
16079
16080 * arc-mode.el (archive-get-descr, archive-alternate-display):
16081 Doc fixes.
16082 (archive-l-e): Improve argument/docstring consistency.
16083 (archive-tmpdir, archive-unixdate, archive-unixtime)
16084 (archive-chmod-entry): Fix typos in docstrings.
16085 (archive-unflag, archive-unflag-backwards)
16086 (archive-unmark-all-files): "?\ " -> "?\s".
16087
16088 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16089 (Buffer-menu-not-modified, Buffer-menu-execute)
16090 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16091 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16092
16093 * composite.el (compose-string, encode-composition-rule)
16094 (compose-last-chars): Fix typos in docstrings.
16095
16096 * desktop.el (desktop-enable, desktop-basefilename):
16097 Declare with `define-obsolete-variable-alias'.
16098 (desktop-internal-v2s): Don't quote keywords.
16099 (desktop-clear): "?\ " -> "?\s".
16100
16101 * dired.el (dired-align-file, dired-flag-backup-files)
16102 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16103 (dired-listing-switches, dired-ls-F-marks-symlinks)
16104 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16105 (dired-directory, dired-faces, dired, dired-revert)
16106 (dired-mode, dired-summary, dired-view-file)
16107 (dired-copy-filename-as-kill, dired-delete-file)
16108 (dired-no-confirm, dired-unmark-all-marks)
16109 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16110 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16111 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16112 Fix typos in message strings.
16113
16114 * dired-x.el (virtual-dired): Declare with `defalias'.
16115 (dired-mark-unmarked-files, dired-local-variables-file)
16116 (dired-omit-here-always): Doc fix.
16117 (dired-omit-mode, dired-find-subdir)
16118 (dired-enable-local-variables, dired-clean-up-buffers-too)
16119 (dired-extra-startup, dired-mark-extension, dired-jump)
16120 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16121 (dired-smart-shell-command, dired-guess-shell-alist-user)
16122 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16123 (dired-x-bind-find-file, dired-x-submit-report):
16124 Fix typos in docstrings.
16125 (dired-mark-unmarked-files): "?\ " -> "?\s".
16126
16127 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16128
16129 * faces.el (describe-face): "?\ " -> "?\s".
16130 (read-all-face-attributes, read-face-font, modify-face)
16131 (face-attr-construct, italic): Fix typos in docstrings.
16132 (frame-update-face-colors): Declare with
16133 `define-obsolete-function-alias'.
16134
16135 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16136 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16137 (magic-mode-alist, buffer-file-numbers-unique)
16138 (write-file-functions, get-free-disk-space):
16139 Fix typos in docstrings.
16140 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16141 (write-contents-hooks, write-file-hooks):
16142 Declare with `define-obsolete-variable-alias'.
16143
16144 * forms-d2.el (arch-rj): Fix typo in docstrings.
16145 (arch-tocol): Likewise. "?\ " -> "?\s".
16146
16147 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16148 Fix typo in docstring.
16149 (set-screen-width, set-screen-height): Delete redundant info in
16150 doctrings.
16151 (new-frame, screen-height, screen-width): Declare with
16152 `define-obsolete-function-alias'.
16153 (delete-frame-hook, blink-cursor): Declare with
16154 `define-obsolete-variable-alias'.
16155
16156 * paths.el (prune-directory-list): Fix typos in docstring.
16157
16158 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16159 (cvs-prefix-get): Fix typos in docstrings.
16160
16161 * ps-print.el (ps-extend-face-list, ps-extend-face)
16162 (ps-print-background-image): Fix typos in docstrings.
16163 (ps-default-fg, ps-default-bg): Doc fixes.
16164
16165 * s-region.el (s-region-bind): Doc fix.
16166 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16167
16168 * textmodes/org.el (org-table-formula-substitute-names)
16169 (org-table-get-vertical-vector): Doc fixes.
16170 (org-table-recalculate): Remove unused argument to `message'.
16171
16172 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16173
16174 * textmodes/org.el (org-table-column-names)
16175 (org-table-column-name-regexp)
16176 (org-table-named-field-locations): New variables.
16177 (org-archive-subtree): Protect `this-command' when calling
16178 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16179 the kill buffer.
16180 (org-complete): Remove fixed-formula completion.
16181 (org-edit-formulas-map): New variable.
16182 (org-table-edit-formulas): New command.
16183 (org-finish-edit-formulas, org-abort-edit-formulas)
16184 (org-show-variable, org-table-get-vertical-vector): New functions.
16185 (org-table-maybe-eval-formula): Handle `:=' fields.
16186 (org-table-get-stored-formulas, org-table-store-formulas)
16187 (org-table-get-formula, org-table-modify-formulas)
16188 (org-table-replace-in-formulas): Handle named field formulas.
16189 (org-table-get-specials): Store locations of named fields.
16190
16191 2005-07-19 Juri Linkov <juri@jurta.org>
16192
16193 * progmodes/grep.el (grep-regexp-alist)
16194 (grep-mode-font-lock-keywords, grep-process-setup):
16195 Use default GNU grep match color "01;31m" instead of "01;41m".
16196 (grep-regexp-alist, grep-mode-font-lock-keywords):
16197 Use `\\[[0-9]*m' instead of `\\[00m'.
16198 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16199 sgr_start where its handling is more important. Use the real
16200 length of sgr_start instead of constant 8.
16201 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16202 specially. Delete all remaining escape sequences.
16203 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16204 (grep-regexp-alist): Make hyperlink only for binary file name
16205 instead of the whole line.
16206 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16207 (grep-mode): Add autoload.
16208
16209 * emacs-lisp/find-func.el (find-function-regexp):
16210 Add `define-compilation-mode'.
16211
16212 2005-07-19 Juri Linkov <juri@jurta.org>
16213
16214 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16215 (compare-windows-sync-string-size, compare-windows-recenter)
16216 (compare-windows-highlight, compare-windows): Add version 22.1.
16217 (compare-windows) <defface>: Inherit from lazy-highlight instead
16218 of duplicating its default value.
16219
16220 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16221 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16222
16223 * descr-text.el (describe-char): Create link buttons for `charset'
16224 and `code point'. Add the current input method name with a link
16225 button to `to input' field. Print face names of display table
16226 characters in `The display table entry is displayed by' section
16227 instead of printing face-id in the `display' field.
16228 Guess hardcoded faces and create a link button for them.
16229 Skip empty fields when calculating max-width.
16230 Treat `widget-create' specially while inserting strings from the
16231 collected field list.
16232 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16233
16234 * diff-mode.el (diff-file-header): Change foreground color from
16235 yellow to green on light backgrounds.
16236 (diff-context): Inherit from `shadow' only for color/grayscale
16237 with more than 88 colors.
16238 (diff-indicator-removed, diff-indicator-added)
16239 (diff-indicator-changed): New faces.
16240 (diff-font-lock-keywords): Use new faces. Regroup rules.
16241 Add "^---$" for `normal' diff format. Fontify `#' lines with
16242 font-lock-comment-delimiter-face and font-lock-comment-face.
16243 Add `#' to ^[^...] in the rule for `diff-context-face'.
16244
16245 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16246 a button-like box. Inherit from `highlight' on low colors.
16247 (shadow): Use shades of gray only for color/grayscale with
16248 more than 88 colors. Use green for light backgrounds with
16249 8 colors, and yellow for dark backgrounds with 8 colors.
16250
16251 * font-lock.el (font-lock-regexp-grouping-backslash):
16252 Don't inherit from escape-glyph (use bold for all cases).
16253
16254 * info.el (info-xref-visited): Use light foreground color `violet'
16255 for dark backgrounds instead of dark color `magenta3'.
16256 (info-title-1): Use `yellow' color for dark backgrounds.
16257
16258 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16259 too-light magenta2.
16260
16261 * replace.el (match): Use slightly more light RoyalBlue3 instead
16262 of dark RoyalBlue4.
16263
16264 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16265
16266 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16267
16268 * novice.el (disabled-command-hook): Declare it with
16269 `define-obsolete-variable-alias'.
16270
16271 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16272 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16273 (desktop-load-default): Add release to obsolescence info.
16274 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16275 (desktop-append-buffer-args, desktop-read):
16276 Fix typos in docstrings.
16277 (desktop-kill): Fix typo in message.
16278 (desktop-save): Doc fix.
16279
16280 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16281
16282 * viper-cmd.el (viper-escape-to-state): Bug fix.
16283 (viper-envelop-ESC-key): Change the definition of fast
16284 keysequence so it'll work with keyboard macros.
16285
16286 * ediff.el (ediff-patch-buffer): Change the docstring.
16287
16288 2005-07-19 Kenichi Handa <handa@m17n.org>
16289
16290 * international/mule-cmds.el (select-safe-coding-system): Try to
16291 use an auto-coding (if any) before anything else. If the found
16292 auto-coding is invalid, show a warning message.
16293
16294 * international/mule.el (find-auto-coding): New function created
16295 by modifying the body of set-auto-coding.
16296 (set-auto-coding): Use find-auto-coding to find a coding.
16297
16298 2005-07-18 Richard M. Stallman <rms@gnu.org>
16299
16300 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16301 not isearch-mode-end-hook-error.
16302 (allout-before-change-protect): Fix error message.
16303
16304 2005-07-18 Juri Linkov <juri@jurta.org>
16305
16306 * allout.el (allout-mode):
16307 * calculator.el (calculator-copy):
16308 * custom.el (custom-known-themes):
16309 * dired.el (dired-desktop-buffer-misc-data)
16310 (dired-restore-desktop-buffer):
16311 * dired-x.el (dired-omit-marker-char):
16312 * files.el (basic-save-buffer):
16313 * font-core.el (font-lock-mode):
16314 * calendar/calendar.el (calendar-goto-hebrew-date)
16315 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16316 (calendar-goto-persian-date):
16317 * language/ethio-util.el (ethio-sera-to-fidel-region):
16318 * textmodes/picture.el (picture-mode):
16319 Delete duplicate duplicate words.
16320
16321 2005-07-18 Juri Linkov <juri@jurta.org>
16322
16323 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16324 chars * ? } |.
16325 (isearch-fallback): Don't call `isearch-process-search-char'.
16326 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16327 (isearch-process-search-char): Call `isearch-fallback' for regexp
16328 chars * ? } |.
16329 (isearch-return-char): Make obsolete with `make-obsolete' instead
16330 of simply documenting it as obsolete in the docstring.
16331 (isearch-fallback): Refill docstring.
16332
16333 * international/isearch-x.el
16334 (isearch-process-search-multibyte-characters): Remove unneeded
16335 `concat'. Add intermediate values to `junk-hist' instead of
16336 `minibuffer-history'. Test the length of `str'.
16337
16338 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16339
16340 * allout.el (allout-resolve-xref): Fix typos in error strings.
16341 (allout-before-change-protect): Remove unneeded `concat'.
16342
16343 * array.el (array-mode, array-reconfigure-rows)
16344 (untabify-backward): Fix typos in docstrings.
16345 (array-reconfigure-rows): Use `insert-buffer-substring', not
16346 `insert-buffer'.
16347
16348 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16349 * progmodes/ada-mode.el (ada-make-body):
16350 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16351
16352 * dired.el (dired-log):
16353 * tar-mode.el (tar-subfile-save-buffer):
16354 * play/zone.el (zone-pgm-stress-destress):
16355 Use `insert-buffer-substring', not `insert-buffer'.
16356
16357 2005-07-17 Simon Josefsson <jas@extundo.com>
16358
16359 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16360
16361 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16362
16363 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16364 Add plain auth method.
16365 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16366
16367 2005-07-17 Kim F. Storm <storm@cua.dk>
16368
16369 * ido.el (dired-other-window): Add ido property.
16370
16371 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16372
16373 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16374 Fix typo in docstring.
16375 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16376 `insert-file-literally'.
16377
16378 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16379 info and delete redundant message. Doc fix.
16380 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16381 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16382
16383 2005-07-16 Richard M. Stallman <rms@gnu.org>
16384
16385 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16386 (byte-compile-and): Use byte-compile-and-recursion.
16387 (byte-compile-or-recursion): New function.
16388 (byte-compile-or): Use that.
16389 (byte-compile-if): Guard the else-clause too.
16390 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16391
16392 * isearch.el (isearch-mode-end-hook-quit): New variable.
16393 (isearch-done): Bind it.
16394 (isearch-mode-end-hook): Doc fix.
16395
16396 * allout.el (allout-isearch-did-quit): Variable deleted.
16397 (allout-real-isearch-abort): Function name no longer used.
16398 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16399 (allout-isearch-rectification): isearch-mode always exists.
16400 Don't set allout-isearch-did-quit.
16401 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16402 allout-isearch-did-quit.
16403 (allout-enwrap-isearch): Just add the hook.
16404 (allout-isearch-abort): Function deleted.
16405 (allout-pre-command-business): Avoid warning.
16406
16407 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16408 Correctly avoid warnings.
16409 (pascal-outline): Likewise.
16410
16411 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16412
16413 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16414
16415 * play/tetris.el (tetris-mode): Avoid warning.
16416
16417 * play/snake.el (snake-mode): Avoid warning.
16418
16419 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16420 (gamegrid-set-display-table): Avoid warning.
16421 (gamegrid-set-timer): Likewise.
16422 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16423 (gamegrid-add-score-with-update-game-score-1): Take FILE
16424 as argument.
16425 (gamegrid-add-score-with-update-game-score): Pass that argument.
16426 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16427
16428 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16429
16430 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16431 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16432
16433 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16434 and insert-file.
16435
16436 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16437 (sc-ask): Avoid warnings.
16438
16439 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16440 (eshell-hist-initialize): Use that var the natural way.
16441
16442 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16443
16444 * emacs-lisp/re-builder.el (reb-cook-regexp):
16445 Avoid warning calling lre-compile-string.
16446 (reb-color-display-p): Avoid warning.
16447
16448 * calculator.el (calculator-last-input): Guard uses
16449 of event-key and key-press-event-p.
16450 (event-key, key-press-event-p): Delete definitions.
16451
16452 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16453 (find-gc-source-directory, find-gc-subrs-callers)
16454 (find-gc-noreturn-list, find-gc-source-files)
16455 (find-gc-subrs-called): Vars renamed and defvar'd.
16456
16457 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16458 (checkdoc-overlay-put, checkdoc-delete-overlay)
16459 (checkdoc-overlay-start, checkdoc-overlay-end)
16460 (checkdoc-mode-line-update, checkdoc-char=):
16461 Define such that compiler knows they are defined.
16462 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16463 (checkdoc-read-event): Delete. Use read-event directly.
16464
16465 * whitespace.el (whitespace-make-overlay)
16466 (whitespace-overlay-put, whitespace-delete-overlay)
16467 (whitespace-overlay-start, whitespace-overlay-end):
16468 Define such that compiler knows they are defined.
16469 (whitespace): Move conditional inside.
16470
16471 * tempo.el (tempo-insert-template): Suppress warning.
16472
16473 * ediff-diff.el (longlines-mode): Add defvar.
16474
16475 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16476
16477 * server.el: Bind "C-x #" in a way that works even if C-x is
16478 redefined to a command key, not a prefix key.
16479
16480 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16481
16482 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16483 cl-make-type-test till execution time.
16484
16485 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16486
16487 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16488 arg ARG and use it.
16489
16490 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16491
16492 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16493
16494 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16495
16496 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16497 a defcustom with two :set or :type keywords.
16498
16499 2005-07-15 Richard M. Stallman <rms@gnu.org>
16500
16501 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16502 Don't give ^M comment-end syntax.
16503
16504 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16505
16506 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16507 Don't consider gdbmi (gdb-mi.el has its own update functions).
16508 (gdb-var-delete): Make it work for gdbmi as well.
16509 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16510
16511 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16512 (gud-speedbar-menu-items): Correct logic for enabling items.
16513
16514 2005-07-15 Kim F. Storm <storm@cua.dk>
16515
16516 * ido.el: Fix commentary.
16517 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16518 Use with-no-warnings around ffap-guesser.
16519 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16520 Let bind minibuffer-completing-file-name to t.
16521
16522 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16523
16524 * startup.el (site-run-file, keyboard-type): Doc fixes.
16525 (command-line): Check for "--basic-display" argument; also for
16526 "--quick", not "--bare-bones" (which was renamed).
16527 (fancy-splash-text): Add missing item "Getting New Versions".
16528 (normal-splash-screen): Fix typos and improve consistency with
16529 `fancy-splash-text'. Update copyright year.
16530
16531 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16532 valid binding for `help-char'.
16533
16534 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16535
16536 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16537
16538 * term.el (term-mode): Disable cua-mode for term buffers.
16539
16540 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16541
16542 * add-log.el (add-log-mailing-address, change-log-merge):
16543 Doc fixes.
16544 (change-log-get-method-definition): Fix typo in docstring.
16545
16546 2005-07-14 Kim F. Storm <storm@cua.dk>
16547
16548 * emulation/cua-base.el:
16549 (cua--pre-command-handler-1, cua--pre-command-handler)
16550 (cua--post-command-handler-1, cua--post-command-handler):
16551 Split in two. Check (buffer local) value of cua-mode.
16552 (cua-selection-mode): New command.
16553
16554 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16555
16556 * custom.el (custom-initialize-safe-set)
16557 (custom-initialize-safe-default): Doc fixes.
16558
16559 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16560 and simplify :init-value again.
16561
16562 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16563 and simplify :init-value again. Delete autoload.
16564
16565 * startup.el (command-line): Use `custom-reevaluate-setting' again
16566 for tooltip-mode.
16567
16568 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16569 a defcustom with two :initialize keywords.
16570
16571 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16572
16573 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16574 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16575 (allout-post-command-business, allout-flag-region)
16576 (isearch-reenable-font-lock, allout-yank)
16577 (allout-insert-latex-header, allout-insert-latex-trailer)
16578 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16579 (allout-latex-verb-quote): Fix typos in docstrings.
16580 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16581 (allout-unprotected, allout-prefix-data):
16582 Improve argument/docstring consistency.
16583 (allout-chart-subtree): Fix argument spec.
16584 (allout-open-topic): Rename `use_sib_bullet' argument to
16585 `use-sib-bullet'. Doc fix.
16586
16587 * whitespace.el (whitespace-check-buffer-leading)
16588 (whitespace-check-buffer-trailing)
16589 (whitespace-check-buffer-indent)
16590 (whitespace-check-buffer-spacetab)
16591 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16592 (whitespace-check-leading-whitespace)
16593 (whitespace-check-trailing-whitespace)
16594 (whitespace-check-spacetab-whitespace)
16595 (whitespace-check-indent-whitespace)
16596 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16597 (whitespace-modes): Fix typos in docstrings.
16598 (defgroup, defcustom): Doc fixes.
16599
16600 * winner.el (winner-mode, winner-boring-buffers)
16601 (winner-pending-undo-ring): Doc fixes.
16602 (winner-ring): Remove unneeded `progn'.
16603 (winner-equal): `defsubst' it.
16604 (winner-redo): Fix message.
16605
16606 2005-07-13 Kim F. Storm <storm@cua.dk>
16607
16608 * simple.el (line-move-1): Always use vertical-motion to
16609 do the last (or only) line move to ensure some movement.
16610 Undo 2005-06-23 change--don't check for overlays.
16611
16612 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16613
16614 * term/mac-win.el (ccl-encode-mac-roman-font)
16615 (ccl-encode-mac-centraleurroman-font)
16616 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16617 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16618 Change charset-id boundary of dimension to ?\xef.
16619 (mac-char-fontspec-list): New constant.
16620 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16621 argument. Nil uses itself as family in font-spec. Previous
16622 behavior for nil is now provided by non-nil non-string argument.
16623 All callers changed. Add font-specs for Mac fonts to
16624 "fontset-default" unless iso8859-1 fonts are installed.
16625
16626 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16627
16628 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16629 a continuation line if the \ is preceded by SPC or TAB.
16630 (sh-get-indent-info): Simplify.
16631 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16632 Use with-current-buffer.
16633
16634 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16635 when the matched text is empty.
16636
16637 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16638
16639 * startup.el (command-line): Revert to previous handling of
16640 tooltip-mode. Explain in comment why the complexity is needed.
16641
16642 * tooltip.el (tooltip-mode): Revert to previous implementation of
16643 its defcustom.
16644
16645 * frame.el (blink-cursor-mode): Revert to previous implementation
16646 of its defcustom. Update comment.
16647
16648 2005-07-12 Lars Hansen <larsh@soem.dk>
16649
16650 * desktop.el: Update e-mail address.
16651
16652 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16653
16654 * term/mac-win.el (mac-services-mail-selection)
16655 (mac-services-mail-to): New functions.
16656 (mac-application-menu-map): Bind them.
16657
16658 2005-07-12 wulei <milton@wulei.net> (tiny change)
16659
16660 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16661
16662 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16663
16664 * custom.el (custom-reevaluate-setting): Doc fix.
16665
16666 2005-07-11 Jay Belanger <belanger@truman.edu>
16667
16668 * calc/calc.el (calc-embedded-announce-formula-alist)
16669 (calc-embedded-open-close-plain-alist)
16670 (calc-embedded-open-close-mode-alist): Add checks for additional
16671 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16672
16673 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16674
16675 * custom.el (custom-enable-theme): Don't add theme to
16676 `custom-enabled-themes' with `push' because there is no
16677 setf-method for `delq'.
16678
16679 2005-07-11 Richard M. Stallman <rms@gnu.org>
16680
16681 * custom.el (custom-declare-variable): Doc fix.
16682
16683 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16684 from the alists.
16685
16686 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16687 Do nothing if edebug-active.
16688
16689 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16690 (edebug-display): Do it here instead.
16691
16692 2005-07-10 Richard M. Stallman <rms@gnu.org>
16693
16694 * cus-face.el (custom-theme-set-faces): Make it work.
16695 (custom-reset-faces): Doc fix.
16696 (custom-theme-reset-internal-face, custom-theme-face-value):
16697 Functions deleted.
16698
16699 * custom.el (custom-push-theme): Maintain list of the settings
16700 of a given theme in its theme-settings property.
16701 Maintain position of old settings in the theme-value
16702 or theme-face property.
16703 (custom-enabled-themes): New variable.
16704 (custom-theme-enabled-p): New function.
16705 (provide-theme): Update custom-enabled-themes.
16706 Disable and reenable the `user' theme.
16707 (require-theme): Doc fix.
16708 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16709 (custom-theme-value, custom-theme-variable-value): Likewise.
16710 (custom-theme-reset-internal): Likewise.
16711 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16712 (custom-enable-theme, custom-disable-theme): New functions.
16713 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16714 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16715 (custom-theme-reset-variables): Simplify.
16716 (deftheme, custom-declare-theme, custom-make-theme-feature):
16717 Definitions moved.
16718
16719 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16720
16721 * longlines.el (longlines-show-region)
16722 (longlines-unshow-hard-newlines): Recognize hard newlines by
16723 non-nil hard property, instead of t.
16724
16725 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16726
16727 * viper-cmd.el (viper--key-maps): New variable.
16728 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16729 emulation-mode-map-alists.
16730 (viper-envelop-ESC-key): Use viper-subseq.
16731 (viper-search-forward/backward/next): Disable debug-on-error.
16732
16733 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16734 (viper-ESC-key): New defcustoms.
16735
16736 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16737
16738 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16739 (viper-subseq): Copy of subseq from cl.el.
16740
16741 * viper.el (viper-go-away, viper-set-hooks): Use
16742 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16743
16744 * viper-mous.el (viper-current-frame-saved): Use defvar.
16745
16746 * viper-init.el: Get rid of -face in face names.
16747
16748 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16749 Make it work with longlines mode
16750
16751 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16752
16753 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16754
16755 * ediff-init.el: Get rid of -face in face names.
16756
16757 2005-07-10 Richard M. Stallman <rms@gnu.org>
16758
16759 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16760 and with-timeout-unsuspend.
16761
16762 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16763 and with-timeout-unsuspend.
16764
16765 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16766 (with-timeout): Bind that variable to record timers.
16767 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16768
16769 * emacs-lisp/debug.el (debug-help-follow): New function.
16770 (debugger-mode-map): Use that instead of help-follow.
16771 (debugger-setup-buffer): Use eval-buffer-list
16772 to handle eval-buffer frames.
16773
16774 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16775
16776 * timezone.el (timezone-parse-date): Change first regexp
16777 so it will not mistakenly match dates with no time zone.
16778
16779 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16780
16781 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16782
16783 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16784
16785 * custom.el (custom-initialize-safe-set)
16786 (custom-initialize-safe-default): New functions.
16787
16788 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16789 and simplify :init-value.
16790
16791 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16792 and simplify :init-value. Delete obsolete comment.
16793
16794 * startup.el (command-line): Use `custom-reevaluate-setting' to
16795 handle `tooltip-mode'. Delete obsolete comment.
16796
16797 * files.el (set-visited-file-name): Avoid calling
16798 `file-name-nondirectory' with a nil argument.
16799
16800 2005-07-09 Richard M. Stallman <rms@gnu.org>
16801
16802 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16803 was called with nil for the buffer, handle the read position right.
16804 Handle read position for eval-region, too.
16805
16806 2005-07-09 Juri Linkov <juri@jurta.org>
16807
16808 * fringe.el (fringe-mode): Add period in docstring.
16809 (fringe-query-style): Build prompt depending on `all-frames' arg.
16810
16811 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16812 to not create links to unrelated functions in the Help buffer.
16813
16814 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16815 Doc fix.
16816
16817 * simple.el (next-error-hook): New variable.
16818 (next-error): Use it. Doc fix.
16819
16820 * textmodes/ispell.el (ispell-command-loop): Add current
16821 dictionary name and program name to mode-line-format.
16822 (ispell-region, ispell-process-line): Add current dictionary name
16823 and program name to messages.
16824
16825 2005-07-08 Jay Belanger <belanger@truman.edu>
16826
16827 * calc/calc.el (calc-embedded-announce-formula-alist)
16828 (calc-embedded-open-close-formula-alist)
16829 (calc-embedded-open-close-word-alist)
16830 (calc-embedded-open-close-plain-alist)
16831 (calc-embedded-open-close-new-formula-alist)
16832 (calc-embedded-open-close-mode-alist)
16833 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16834 (calc-embedded-mode-hook): New variables.
16835
16836 * calc/calc-embed.el (calc-embedded-firsttime)
16837 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16838 New variables.
16839 (calc-do-embedded): Use calc-embedded-firsttime,
16840 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16841 determine whether or not to run hooks.
16842 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16843 calc-embedded-firsttime-formula appropriately.
16844 Set calc-embedded delimiter variables according to mode.
16845
16846 2005-07-08 Richard M. Stallman <rms@gnu.org>
16847
16848 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16849 Check for "emacs", etc., as entire symbol, not just as word.
16850 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16851
16852 * files.el (set-visited-file-name): Report the error
16853 for "empty filename" earlier.
16854 (kill-some-buffers): Ignore buffers already dead.
16855
16856 * fringe.el (fringe-mode): Doc fix.
16857
16858 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16859 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16860 Use unwind-protect to ensure byte-compile-unresolved-functions
16861 is updated.
16862
16863 * whitespace.el (whitespace-buffer-leading-cleanup):
16864 Simplify w/ skip-chars-forward.
16865 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16866
16867 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16868 Unconditionally try to leave point at the same old place.
16869
16870 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16871
16872 * comint.el (comint-postoutput-scroll-to-bottom)
16873 (comint-show-maximum-output): Take scroll-margin into consideration.
16874
16875 2005-07-08 Kim F. Storm <storm@cua.dk>
16876
16877 * ido.el (ido-use-filename-at-point): New choice `guess'.
16878 (ido-file-internal): Try ffap-guesser if selected.
16879
16880 * ido.el (ido-before-fallback-functions): New hook.
16881 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16882 (ido-read-file-name): Run it.
16883
16884 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16885
16886 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16887 strings rather than a list of symbols to the completion function.
16888
16889 2005-07-07 Jay Belanger <belanger@truman.edu>
16890
16891 * calc/calc-units.el (math-apply-units): Change the places in
16892 which units are simplified.
16893
16894 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16895
16896 * cus-edit.el (customize-option, customize-option-other-window):
16897 Make them handle aliases.
16898
16899 * custom.el (custom-variable-p): Make it recursively follow
16900 aliases. Mention that in the docstring.
16901
16902 2005-07-07 Richard M. Stallman <rms@gnu.org>
16903
16904 * cus-start.el (exec-path): Use `directory' instead of `file'.
16905 Fix tag for nil.
16906
16907 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16908
16909 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16910 when called non-interactively. Doc fix.
16911
16912 2005-07-07 Lute Kamstra <lute@gnu.org>
16913
16914 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16915 new address as well.
16916
16917 2005-07-07 Kenichi Handa <handa@m17n.org>
16918
16919 * international/mule.el (make-coding-system):
16920 Describe `ascii-incompatible' property in the docstring.
16921 (set-file-name-coding-system): Signal an error if coding-system is
16922 ascii-incompatible.
16923 (set-keyboard-coding-system): Likewise.
16924
16925 * international/mule-cmds.el (set-default-coding-systems):
16926 Don't set default-file-name-coding-system and
16927 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16928
16929 * international/utf-16.el: Declare that all UTF-16-based coding
16930 systems are ASCII-incompatible.
16931
16932 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16933
16934 * progmodes/gud.el: Require font-lock for displaying errors.
16935 Used by gdb-ui.el.
16936
16937 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16938
16939 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16940 values for the pattern lists which are `read'able but not
16941 `append'able (like symbols).
16942
16943 2005-07-06 Richard M. Stallman <rms@gnu.org>
16944
16945 * progmodes/flymake.el (flymake-float-time): Instead of
16946 with-no-warnings, test for xemacs.
16947 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16948 to avoid warning.
16949
16950 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16951
16952 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16953
16954 2005-07-05 Lute Kamstra <lute@gnu.org>
16955
16956 * battery.el: Add support for Darwin (with much debugging help
16957 from Samuel Lauber <sam124@operamail.com>).
16958 (battery-status-function, battery-echo-area-format)
16959 (battery-mode-line-format): Add support for pmset on Darwin.
16960 (battery-load-low, battery-load-critical): New user options.
16961 (battery-pmset): New function.
16962
16963 2005-07-05 Lute Kamstra <lute@gnu.org>
16964
16965 Update FSF's address in GPL notices.
16966
16967 * textmodes/page-ext.el: Update FSF's address.
16968
16969 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16970
16971 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16972 filling from using prefix when filling a single-line docstring.
16973
16974 * progmodes/flymake.el: Remove useless eval-when-compile.
16975
16976 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16977
16978 2005-07-04 Richard M. Stallman <rms@gnu.org>
16979
16980 * textmodes/org.el (org-file-apps-defaults-gnu):
16981 Rename from org-file-apps-defaults-linux.
16982 (org-default-apps): Don't test system-type for `linux'.
16983 (org-file-apps): Doc fix.
16984
16985 2005-07-04 David Ponce <david@dponce.com>
16986
16987 * tree-widget.el: Improve header Commentary section.
16988 (tree-widget) [defgroup]
16989 (tree-widget-image-enable, tree-widget-themes-directory)
16990 (tree-widget-theme, tree-widget-image-properties-emacs)
16991 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16992 (tree-widget-image-formats, tree-widget-control)
16993 (tree-widget-empty-control, tree-widget-leaf-control
16994 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16995 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16996 (tree-widget-keep, tree-widget-after-toggle-functions)
16997 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16998 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16999 :help-echo message.
17000 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17001 (tree-widget-image-properties): Doc fix. Clearer implementation.
17002 (tree-widget--cursors): New constant.
17003 (tree-widget-lookup-image): New function split from
17004 `tree-widget-find-image'. Clearer implementation.
17005 (tree-widget-find-image): Use it.
17006 (tree-widget-button-keymap): Use `set-keymap-parent'.
17007 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17008 Define the sub-widgets here.
17009 (tree-widget-node): Check that :node is not a tree-widget.
17010 (tree-widget-get-super, tree-widget-open-control)
17011 (tree-widget-close-control, tree-widget-empty-control)
17012 (tree-widget-leaf-control, tree-widget-guide)
17013 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17014 (tree-widget-no-handle, tree-widget-value-delete)
17015 (tree-widget-map): Remove.
17016 (tree-widget-children-value-save): Doc fix. Simplified.
17017 (tree-widget-value-create): Update according to previous changes.
17018
17019 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17020
17021 * textmodes/org.el: Leading space replaced by TABS.
17022 (org-recalc-marks, org-table-rotate-recalc-marks)
17023 (org-table-get-specials): Treat "^" and "_" marks.
17024 (org-table-justify-field-maybe): Optional argument NEW.
17025 (org-table-eval-formula): Parsing of the format simplified.
17026 New modes C,I. Honor the %= parameter in the current table.
17027 Avoid unnecessary re-align by using the NEW argument to
17028 `org-table-justify-field-maybe'.
17029 (org-calc-default-modes): Default for date-format mimicks org-mode.
17030 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17031
17032 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17033
17034 * cus-face.el (custom-theme-set-faces): Make it handle face
17035 aliases whose alias declarations are pre- or autoloaded.
17036
17037 2005-07-04 Juri Linkov <juri@jurta.org>
17038
17039 * faces.el (read-face-name): Put the code for getting a face name
17040 from the buffer before adding the faces from the `face' property.
17041 Use `completing-read-multiple' instead of `completing-read'.
17042 Require `crm'. Add default value and post-process the returned
17043 list of faces.
17044
17045 * emacs-lisp/crm.el (crm-find-current-element)
17046 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17047
17048 * emacs-lisp/lisp-mode.el (eval-defun-1):
17049 * emacs-lisp/edebug.el (edebug-eval-defun):
17050 Remove unnecessary quotes.
17051
17052 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17053
17054 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17055 (prolog-indent-level): Fix typo in docstring.
17056
17057 * info.el (Info-history, Info-history-forward)
17058 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17059
17060 * add-log.el (add-change-log-entry):
17061 * comint.el (comint-dynamic-list-input-ring)
17062 (comint-dynamic-list-completions):
17063 * dabbrev.el (dabbrev-expand):
17064 * delim-col.el (delimit-columns-rectangle-line):
17065 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17066 (diff-unified->context):
17067 * ediff-init.el (ediff-abbrev-jobname):
17068 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17069 (ediff-replace-session-activity-marker-in-meta-buffer):
17070 * info.el (Info-summary):
17071 * lpr.el (printify-region):
17072 * printing.el (pr-create-interface):
17073 * ps-print.el (ps-print-quote):
17074 * ses.el (ses-column-widths, ses-print-cell)
17075 (ses-adjust-print-width, ses-center):
17076 * shell.el (shell-file-name-quote-list):
17077 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17078 (strokes-fill-current-buffer-with-whitespace)
17079 (strokes-xpm-for-stroke, strokes-list-strokes)
17080 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17081 * term.el (term-dynamic-list-input-ring)
17082 (term-dynamic-list-completions):
17083 * calc/calc.el (math-format-stack-value):
17084 * emacs-lisp/edebug.el (edebug-display-freq-count):
17085 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17086 (delphi-new-comment-line):
17087 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17088 * progmodes/executable.el (executable-set-magic):
17089 * progmodes/python.el (inferior-python-mode):
17090 * progmodes/scheme.el (scheme-mode-syntax-table):
17091 * progmodes/sh-script.el (sh-maybe-here-document):
17092 * progmodes/sql.el (sql-copy-column):
17093 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17094 * textmodes/bibtex.el (bibtex-mode):
17095 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17096 (sgml-auto-attributes):
17097 * textmodes/table.el (table-insert, table-shorten-cell)
17098 (table--generate-source-scan-lines, table-delete-row)
17099 (*table--cell-delete-char, table--spacify-frame)
17100 (table--horizontally-shift-above-and-below)
17101 (table--cell-insert-char, table--cell-blank-str)
17102 (table--fill-region-strictly):
17103 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17104 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17105
17106 * add-log.el (change-log):
17107 * apropos.el (apropos):
17108 * comint.el (comint-completion, comint-source):
17109 * dabbrev.el (dabbrev):
17110 * delim-col.el (columns):
17111 * diff-mode.el (diff-mode):
17112 * ediff.el (ediff):
17113 * ediff-diff.el (ediff-diff):
17114 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17115 * ediff-mult.el (ediff-mult):
17116 * ediff-ptch.el (ediff-ptch):
17117 * ediff-wind.el (ediff-window):
17118 * facemenu.el (facemenu):
17119 * indent.el (indent):
17120 * info.el (info):
17121 * jka-cmpr-hook.el (compression, jka-compr):
17122 * lpr.el (lpr):
17123 * outline.el (outlines):
17124 * pcmpl-cvs.el (pcmpl-cvs):
17125 * pcmpl-rpm.el (pcmpl-rpm):
17126 * printing.el (printing):
17127 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17128 (ps-print-vertical, ps-print-headers, ps-print-font)
17129 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17130 (ps-print-background, ps-print-printer, ps-print-page)
17131 (ps-print-miscellany):
17132 * ses.el (ses):
17133 * shell.el (shell, shell-directories, shell-faces):
17134 * startup.el (initialization):
17135 * strokes.el (strokes):
17136 * term.el (term):
17137 * uniquify.el (uniquify):
17138 * w32-vars.el (w32):
17139 * calc/calc.el (calc):
17140 * emacs-lisp/bytecomp.el (bytecomp):
17141 * emacs-lisp/cl-indent.el (lisp-indent):
17142 * emacs-lisp/edebug.el (edebug):
17143 * emacs-lisp/elp.el (elp):
17144 * emacs-lisp/testcover.el (testcover):
17145 * emacs-lisp/trace.el (trace):
17146 * emulation/viper-ex.el (viper-ex):
17147 * emulation/viper-mous.el (viper-mouse):
17148 * mail/mailalias.el (mailalias):
17149 * mail/supercite.el (supercite, supercite-frames)
17150 (supercite-attr, supercite-cite, supercite-hooks):
17151 * net/rcompile.el (remote-compile):
17152 * net/rlogin.el (rlogin):
17153 * obsolete/ooutline.el (outlines):
17154 * progmodes/delphi.el (delphi):
17155 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17156 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17157 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17158 (ebnf-optimization):
17159 * progmodes/etags.el (etags):
17160 * progmodes/executable.el (executable):
17161 * progmodes/idlwave.el (idlwave):
17162 * progmodes/pascal.el (pascal):
17163 * progmodes/prolog.el (prolog):
17164 * progmodes/python.el (python):
17165 * progmodes/scheme.el (scheme):
17166 * progmodes/sh-script.el (sh, sh-script):
17167 * progmodes/sql.el (SQL):
17168 * progmodes/tcl.el (tcl):
17169 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17170 * textmodes/enriched.el (enriched):
17171 * textmodes/makeinfo.el (makeinfo):
17172 * textmodes/sgml-mode.el (sgml):
17173 * textmodes/table.el (table-hooks):
17174 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17175 * textmodes/texinfo.el (texinfo):
17176 * textmodes/two-column.el (two-column):
17177 Finish `defgroup' description with period.
17178
17179 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17180 * eshell/esh-var.el (eshell-var):
17181 * progmodes/vhdl-mode.el (vhdl-testbench):
17182 * textmodes/org.el (org): Fix typos in docstrings.
17183
17184 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17185 consistency.
17186
17187 * progmodes/flymake.el (flymake-find-file): Remove.
17188 (flymake-float-time): Use `with-no-warnings'.
17189 (flymake-check-start-time, flymake-check-was-interrupted)
17190 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17191 (flymake-new-err-info): `defvar' at compile time.
17192
17193 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17194
17195 * replace.el (occur-hook): Doc fix.
17196 (occur-1): Don't call `occur-hook' if there are no matches.
17197
17198 2005-07-03 Richard M. Stallman <rms@gnu.org>
17199
17200 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17201 global-map, save the same map.
17202 (global-map): Don't alter it at top level.
17203 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17204 Then alter it here instead.
17205 (tpu-edt-off): Set global-map to the saved one.
17206
17207 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17208 All references simplified.
17209 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17210 (zmacs-regions): Add defvar.
17211 (repeat-complex-command-map): Everything about that deleted.
17212
17213 * textmodes/artist.el (artist-key-is-drawing)
17214 (artist-key-endpoint1, artist-key-poly-point-list)
17215 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17216 (artist-key-compl-table, artist-rb-save-data)
17217 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17218 Don't put them in eval-when-compile.
17219 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17220
17221 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17222 Use with-no-warnings.
17223
17224 * net/browse-url.el (dos-windows-version): Add defvar.
17225
17226 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17227
17228 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17229 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17230 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17231 Add defvar.
17232 (rmail-summary-beginning-of-message): Use with-no-warnings.
17233 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17234
17235 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17236 Use with-no-warnings.
17237
17238 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17239 (c-mark-function): Add point-moving-unit property.
17240 (vi-goto-line): Use with-no-warnings.
17241
17242 * emulation/edt.el (edt-last-copied-word): Add defvar.
17243 (zmacs-region-stays): Likewise.
17244 (edt-mark-section-wisely): Use c-mark-function for C.
17245 Use makr-defun for Fortran.
17246 (time-string): defvar deleted.
17247 (edt-display-the-time): Don't set time-string.
17248
17249 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17250
17251 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17252 Don't warn when name is not constant
17253 or for defining the group `emacs'.
17254
17255 * tooltip.el (gud-tooltip-mode): Add defvar.
17256
17257 * startup.el (default-frame-background-mode): Add defvar.
17258
17259 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17260
17261 * info.el (tool-bar-map): Add defvar.
17262
17263 * dired.el (dnd-protocol-alist): Add defvar.
17264
17265 * dired-aux.el (dired-query): Display question with answer, when
17266 the user answers.
17267
17268 * custom.el (custom-add-option): Doc fix.
17269
17270 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17271
17272 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17273
17274 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17275 bogus name from the last change.
17276
17277 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17278
17279 * custom.el (custom-declare-variable): Fix typos in comment.
17280 (custom-known-themes): Doc fix.
17281 (custom-theme-directory): New defcustom.
17282 (require-theme): Make it check `custom-theme-directory'.
17283
17284 * cus-theme.el (custom-new-theme-mode): New function.
17285 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17286 (custom-theme-description): Add compiler defvars.
17287 (customize-create-theme): Add doc to the "*New Custom Theme*"
17288 buffer. Use `custom-new-theme-mode'.
17289 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17290 and save it to the `custom-theme-directory'. Make this the
17291 default directory of the buffer.
17292
17293 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17294
17295 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17296 Fix unbalanced parentheses.
17297
17298 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17299
17300 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17301 into flymake-mode and delegate to flymake-mode.
17302
17303 * find-file.el (ff-which-function-are-we-in): Clean up.
17304
17305 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17306
17307 * replace.el (occur-rename-buffer): Fix docstring.
17308
17309 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17310 (edt-last-copied-word, edt-learn-macro-count)
17311 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17312 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17313 (time-string, zmacs-region-stays):
17314 * emulation/edt-mapper.el (edt-save-function-key-map)
17315 (EDT-key-name): `defvar' to silence the byte-compiler.
17316
17317 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17318
17319 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17320 font-lock-regexp-backslash. Doc fix.
17321 (font-lock-regexp-backslash-grouping-construct): Rename from
17322 font-lock-regexp-backslash-construct. Doc fix.
17323 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17324 grouping constructs.
17325
17326 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17327
17328 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17329 updating all the prerequisites.
17330
17331 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17332
17333 * textmodes/org.el (org-agenda-start-on-weekday)
17334 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17335 (org-agenda-use-time-grid, org-archive-location)
17336 (org-allow-space-in-links, org-usenet-links-prefer-google)
17337 (org-enable-table-editor, org-export-default-language)
17338 (org-export-html-show-new-buffer, org-fill-paragraph)
17339 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17340 (org-goto-quit, org-occur, org-eval-in-calendar)
17341 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17342 (org-agenda-diary-entry, org-remember-help)
17343 (org-table-convert-region, org-at-table-p)
17344 (org-table-move-row-down, org-table-move-row-up)
17345 (org-table-copy-region, org-table-toggle-vline-visibility)
17346 (org-table-get-stored-formulas, org-table-get-specials)
17347 (org-recalc-commands, org-table-eval-formula)
17348 (org-table-formula-substitute-names, orgtbl-make-binding)
17349 (org-format-org-table-html, org-format-table-table-html)
17350 (org-format-table-table-html-using-table-generate-source)
17351 (org-customize): Fix typos in docstrings.
17352 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17353 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17354 (org-back-to-heading): Doc fixes.
17355 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17356 (org-agenda-change-all-lines, org-get-header):
17357 Improve argument/docstring consistency.
17358 (orgtbl-error): Fix error message.
17359
17360 * progmodes/flymake.el (flymake-find-possible-master-files)
17361 (flymake-master-file-compare, flymake-get-line-err-count)
17362 (flymake-highlight-line, flymake-gui-warnings-enabled):
17363 Fix typos in docstrings.
17364 (flymake-parse-line, flymake-get-project-include-dirs-function)
17365 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17366 Doc fixes.
17367 (flymake-get-project-include-dirs-function)
17368 (flymake-make-err-menu-data):
17369 Improve argument/docstring consistency.
17370
17371 2005-07-01 Lute Kamstra <lute@gnu.org>
17372
17373 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17374 Catch errors with ignore-errors. Use temporary buffer.
17375 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17376
17377 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17378 background color faces.
17379 (facemenu-set-foreground, facemenu-set-background):
17380 Use facemenu-set-face-from-menu.
17381 (facemenu-set-face-from-menu): Treat face names that start with
17382 "fg:" or "bg:" as special.
17383 (facemenu-add-new-color): Don't create faces. Simplify.
17384
17385 2005-06-30 Richard M. Stallman <rms@gnu.org>
17386
17387 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17388 (crm-find-current-element): Likewise.
17389
17390 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17391
17392 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17393
17394 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17397 (archive-mouse-extract): Make it an obsolete alias.
17398 (archive-mode-map): Don't use archive-mouse-extract any more.
17399 (archive-mode, archive-extract): write-contents-hooks ->
17400 write-contents-functions.
17401 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17402 first arg.
17403 (archive-rename-entry): Update the call.
17404 (archive-zip-summarize): Remove unused var `method'.
17405 (archive-lzh-summarize): Remove unused var `creator'.
17406
17407 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17408 dedicated frame upon exit.
17409
17410 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17411 (archive-zip-extract, archive-zip-expunge)
17412 (archive-zip-update, archive-zip-update-case): Use executable-find.
17413 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17414 Use restore-buffer-modified-p.
17415 (archive-extract, archive-add-new-member, archive-write-file-member):
17416 Use with-current-buffer.
17417 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17418
17419 2005-06-30 Andreas Schwab <schwab@suse.de>
17420
17421 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17422
17423 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17424
17425 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17426
17427 2005-06-30 Juri Linkov <juri@jurta.org>
17428
17429 * faces.el (vertical-border): Inherit from mode-line-inactive
17430 only on tty.
17431
17432 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17433
17434 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17435 example, -NLINES in the `occur' docstring).
17436
17437 * replace.el (occur-1): When no matches are found, do not set the
17438 `buffer-read-only' and modified flags for the occur buffer,
17439 because it is deleted.
17440
17441 * emulation/cua-base.el (cua-check-pending-input)
17442 (cua-repeat-replace-region, cua-mode, cua-debug)
17443 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17444 Fix typos in docstrings.
17445
17446 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17447 (cua-cut-region-to-global-mark)
17448 (cua--cut-rectangle-to-global-mark):
17449 Remove period from end of messages.
17450
17451 * emulation/cua-rect.el (cua-do-rectangle-padding):
17452 Remove period from end of messages.
17453 (cua--rectangle-seq-format): Fix typo in docstring.
17454 (cua-sequence-rectangle, cua-fill-char-rectangle):
17455 Improve argument/docstring consistency.
17456
17457 2005-06-29 Juri Linkov <juri@jurta.org>
17458
17459 * faces.el (default-frame-background-mode): New internal variable.
17460 (frame-set-background-mode): Use it.
17461
17462 * startup.el (normal-top-level): Set default-frame-background-mode
17463 instead of frame-background-mode. Before setting it, test for its
17464 nil value. Remove tests for frame-background-mode and frame
17465 parameter `reverse'. Add test for "unspecified-fg".
17466
17467 * term/xterm.el (xterm-rxvt-set-background-mode):
17468 * term/rxvt.el (rxvt-set-background-mode):
17469 Set default-frame-background-mode instead of frame-background-mode.
17470
17471 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17472
17473 * simple.el (set-variable): Warn about obsolete user variables.
17474
17475 * imenu.el (imenu--completion-buffer):
17476 * mouse.el (mouse-buffer-menu-alist):
17477 * msb.el (msb-invisible-buffer-p):
17478 * calendar/diary-lib.el (diary-header-line-format):
17479 * emacs-lisp/pp.el (pp-buffer):
17480 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17481 * textmodes/picture.el (picture-replace-match):
17482 Change space constants followed by a sexp to "?\s ".
17483
17484 * play/decipher.el (decipher-loop-with-breaks):
17485 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17486 constants "protected" from end of line by a comment to "?\s".
17487
17488 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17489
17490 * font-lock.el (save-buffer-state): Use `declare'.
17491
17492 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17493 reset the syntax-table to cperl-mode-syntax-table.
17494 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17495 "foo_print_bar" is not matched as a reserved keyword.
17496
17497 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17498
17499 * textmodes/org.el (orgtbl-setup): New function, for delayed
17500 setup for the orgtbl commands.
17501 (org-calc-default-modes): New option.
17502 (orgtbl-make-binding): Use `defun' to get better help display.
17503 (org-diary): Call `org-compile-prefix-format'.
17504 (org-table-formula-substitute-names): New function.
17505 (org-agenda-day-view, org-agenda-week-view): New commands.
17506 (org-agenda-toggle-week-view): Command removed.
17507 (org-tbl-menu): Split off from org-org-menu.
17508 (org-mode): Move removal of outline-mode menus to here.
17509 (org-table-formula-debug): New option.
17510 (org-table-insert-row): Keep first field if just "#" or "*".
17511 (org-mode): Paragraph regexps fixed.
17512 (org-table-recalculate-regexp): New constant.
17513 (org-table-justify-field-maybe): Avoid replace if not necessary.
17514 (org-copy-special, org-cut-special): Use `call-interactively'.
17515 (org-table-copy-region): Take region from `interactive' call.
17516 (org-trim): Return string even if no match.
17517 (org-formula): New face.
17518 (org-set-font-lock-defaults): No longer highlight "FIXME".
17519 But highlight formula-related fields in table.
17520 (org-table-p): Use regexp, not fontification.
17521 (org-table-align): Handle white space at end of line.
17522 (org-table-formula-evaluate-inline): New option.
17523 (org-mode): Auto-wrapping in comment lines turned off.
17524 (org-table-copy-down): Evaluate only in copied field, not in
17525 destination.
17526 (org-table-current-formula): Variable removed.
17527 (org-table-store-formulas, org-table-get-stored-formulas)
17528 (org-table-modify-formulas, org-table-replace-in-formulas)
17529 (org-table-maybe-eval-formula): New functions.
17530 (org-table-get-formula): Modify to use stored formulas.
17531 (org-table-insert-column, org-table-delete-column)
17532 (org-table-move-column): Call `org-table-modify-formulas'.
17533 (org-complete): Add completion for keyword formulas.
17534 (orgtbl-mode): Pull orgtbl-mode-map to start of
17535 minor-mode-map-alist.
17536
17537 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17538
17539 * progmodes/python.el (python-check): Require `compile' before
17540 modifying its variables.
17541
17542 * newcomment.el (comment-indent-default): Don't get fooled by an early
17543 end of buffer.
17544
17545 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17546
17547 * ps-print.el (ps-print-version): Fix version number.
17548
17549 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17550
17551 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17552
17553 2005-06-28 Richard M. Stallman <rms@gnu.org>
17554
17555 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17556 (flyspell-local-mouse-map): Declaration deleted.
17557 (flyspell-mouse-map): Bind only mouse-2.
17558 (flyspell-mode-map): Don't test flyspell-use-local-map.
17559 (flyspell-overlay-keymap-property-name): Var deleted.
17560 (flyspell-mode-on): Don't make local bindings for
17561 flyspell-mouse-map and flyspell-mode-map.
17562 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17563
17564 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17565
17566 * progmodes/compile.el (compilation-next-error-function):
17567 Don't switch buffers; operate on the current buffer.
17568
17569 * progmodes/compile.el (compilation-error-file-name)
17570 (compilation-warning-file-name, compilation-info-file-name)
17571 (compilation-line-number, compilation-column-number): New faces.
17572 (compilation-error-face, compilation-warning-face)
17573 (compilation-info-face, compilation-line-face)
17574 (compilation-column-face): Use them.
17575
17576 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17577
17578 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17579
17580 * bindings.el (global-map): Bind insertchar and its variants.
17581
17582 2005-06-27 Richard M. Stallman <rms@gnu.org>
17583
17584 * textmodes/artist.el (artist-text-overwrite)
17585 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17586
17587 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17588
17589 * ps-print.el: It was not working the page selection for printing.
17590 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17591 (ps-print-version): New version 6.6.7.
17592 (ps-end-sheet): New fun.
17593 (ps-header-sheet, ps-end-job): Call it.
17594
17595 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17596
17597 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17598
17599 2005-06-27 Lute Kamstra <lute@gnu.org>
17600
17601 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17602 background color faces.
17603 (facemenu-get-face): Delete function.
17604 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17605 (facemenu-add-new-color): Make second argument mandatory.
17606 Create the appropriate face and return it. Simplify.
17607 (facemenu-set-foreground, facemenu-set-background): Don't check if
17608 color is defined. Use return value of facemenu-add-new-color.
17609
17610 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17611
17612 * progmodes/gud.el (gud-filter): Add missing argument to
17613 with-selected-window.
17614
17615 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17616
17617 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17618 a :require to the defcustom.
17619
17620 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17621 defcustoms corresponding to minor modes.
17622
17623 2005-06-26 David Ponce <david@dponce.com>
17624
17625 * recentf.el: Require tree-widget instead of wid-edit.
17626 (recentf-filename-handler): Fix widget :type.
17627 (recentf-cancel-dialog, recentf-open-more-files)
17628 (recentf-open-files-action): Doc fix.
17629 (recentf-dialog-goto-first): New function.
17630 (recentf-dialog-mode-map): Set parent keymap first.
17631 (recentf-dialog-mode): Define with define-derived-mode.
17632 Don't display continuation lines in dialogs.
17633 (recentf-edit-list): Rename from recentf-edit-selected-items.
17634 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17635 Simplify.
17636 (recentf-edit-list-validate): New function.
17637 (recentf-edit-list): Update accordingly.
17638 (recentf-open-files-item-shift): Remove.
17639 (recentf-open-files-item): Convert menu elements into tree and
17640 link widgets. Don't create the widgets.
17641 (recentf-open-files): Update accordingly.
17642 (recentf-save-list): Untabify.
17643
17644 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17645
17646 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17647 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17648 partially contained in the active region. Do not take active
17649 region into account when called from Lisp, unless INTERACTIVE arg
17650 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17651 avoid trouble with fields. Make marker point nowhere when no
17652 longer used. Always return nil. Doc fix.
17653 (flush-lines): Add INTERACTIVE arg. Do not take active region
17654 into account when called from Lisp, unless INTERACTIVE arg is
17655 non-nil. Use `forward-line' instead of `beginning-of-line' to
17656 avoid trouble with fields. Make marker point nowhere when no
17657 longer used. Always return nil. Doc fix.
17658 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17659 interchangeable. Do not take active region into account when
17660 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17661 message in echo area when called from Lisp, unless INTERACTIVE arg
17662 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17663 Return the number of matches. Doc fix.
17664 (occur): Doc fix.
17665 (perform-replace): Make comment follow double space convention for
17666 the sake of `outline-minor-mode'.
17667
17668 * faces.el (facep): Doc fix.
17669
17670 2005-06-25 Richard M. Stallman <rms@gnu.org>
17671
17672 * facemenu.el (facemenu-enable-faces-p): New function.
17673 (facemenu-background-menu, facemenu-foreground-menu)
17674 (facemenu-face-menu): Add menu-enable property.
17675
17676 * jka-compr.el (jka-compr-insert-file-contents):
17677 Special handling if cannot find the uncompression program.
17678
17679 * cus-face.el (custom-face-attributes): Add autoload.
17680
17681 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17682 Bind comment-indent-function locally.
17683
17684 * window.el (save-selected-window): Use save-current-buffer.
17685
17686 * subr.el (with-selected-window): Use save-current-buffer.
17687
17688 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17689 and with-current-buffer.
17690
17691 2005-06-24 Richard M. Stallman <rms@gnu.org>
17692
17693 * simple.el (line-move-1): Fix previous change.
17694
17695 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17696
17697 * replace.el (occur-1): Set `buffer-read-only' and the
17698 buffer-modified flag before running `occur-hook' to protect
17699 against unintentional buffer switches that can lead to data loss.
17700
17701 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17702
17703 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17704 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17705 initial error.
17706
17707 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17708 after fresh input.
17709 (gdb-var-create-handler): Put name of expression in quotes.
17710
17711 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17712
17713 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17714 elements of RING in order, and without bogus nil elements.
17715
17716 2005-06-23 Richard M. Stallman <rms@gnu.org>
17717
17718 * simple.el (set-variable): Args renamed; doc fix.
17719 (line-move-1): When there are overlays around, use vertical-motion.
17720
17721 * faces.el (escape-glyph): Use brown against light background.
17722 (nobreak-space): Rename from no-break-space.
17723 Fix previous change.
17724
17725 * dired-aux.el (dired-do-copy): Fix arg prompt.
17726
17727 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17728
17729 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17730
17731 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17732 rather than "Distributor".
17733
17734 2005-06-23 Lute Kamstra <lute@gnu.org>
17735
17736 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17737 (debug-on-entry): Use it. New interactive declaration that uses
17738 function-called-at-point.
17739
17740 2005-06-23 Kim F. Storm <storm@cua.dk>
17741
17742 * subr.el (save-match-data): Add comment about using evaporate arg
17743 to set-match-data.
17744
17745 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17746
17747 * cus-edit.el (customize-face)
17748 (customize-face-other-window): Handle face aliases.
17749
17750 * faces.el (face-documentation, set-face-attribute)
17751 (face-spec-set): Handle face aliases.
17752
17753 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17754
17755 * help-mode.el (help-make-xrefs): If a symbol representing a face
17756 name is not followed by the word "face", it could still be a
17757 function or variable name, so don't bypass other checks.
17758
17759 2005-06-22 Juri Linkov <juri@jurta.org>
17760
17761 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17762 Replace aliased functions with calls where second arg `inherit' is t.
17763
17764 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17765
17766 * progmodes/gdb-ui.el (gdb-error): New variable.
17767 (gdb-error): New function.
17768 (gdb-annotation-rules): Act on error-begin and error annotations.
17769 (gdb-concat-output): Use font-lock-warning-face for errors.
17770
17771 2005-06-22 Miles Bader <miles@gnu.org>
17772
17773 * bindings.el (propertized-buffer-identification): Use renamed
17774 `Buffer-menu-buffer' face.
17775
17776 * faces.el (vertical-border): Rename from `vertical-divider'.
17777 (escape-glyph): Change dark-background color back to `cyan'.
17778
17779 2005-06-21 Juri Linkov <juri@jurta.org>
17780
17781 * faces.el (face-user-default-spec): Try getting `customized-face'
17782 prior to `saved-face'.
17783 (frame-background-mode): Refill docstring.
17784
17785 * emacs-lisp/lisp-mode.el (eval-defun-1):
17786 * emacs-lisp/edebug.el (edebug-eval-defun):
17787 Set `saved-face' temporarily to nil before calling form.
17788 Set `customized-face' to the new spec after that.
17789
17790 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17791
17792 * subr.el (1value, lambda, key-substitution-in-progress):
17793 Doc fixes.
17794
17795 * autoinsert.el (auto-insert-alist):
17796 * ses.el (ses-call-printer):
17797 * subr.el (noreturn):
17798 * emacs-lisp/lisp.el (check-parens):
17799 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17800 * net/browse-url.el (browse-url-mosaic):
17801 * progmodes/cc-defs.el (c-safe-scan-lists):
17802 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17803 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17804 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17805 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17806 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17807 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17808
17809 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17810
17811 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17812
17813 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17814
17815 * calendar/appt.el (appt-make-list): Activate the package, if
17816 not already active (for backwards compatibility).
17817
17818 2005-06-20 Kim F. Storm <storm@cua.dk>
17819
17820 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17821
17822 2005-06-20 Miles Bader <miles@gnu.org>
17823
17824 * faces.el (vertical-divider): New face.
17825
17826 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17827
17828 * simple.el (kill-whole-line): Doc fix.
17829 (next-error-buffer-p, next-error-find-buffer)
17830 (clone-indirect-buffer): Fix typos in docstrings.
17831 (comment-line-break-function): Doc fix: don't say variable
17832 is automatically buffer-local (it isn't).
17833
17834 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17835
17836 * net/tramp-ftp.el (top):
17837 * net/tramp-smb.el (top):
17838 * net/tramp-util.el (top):
17839 * net/tramp-uu.el (top):
17840 * net/tramp-vc.el (top):
17841 * net/tramp.el (top): Revert copyright years back to original
17842 ones. Tramp has a life outside GNU Emacs.
17843
17844 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17845
17846 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17847
17848 2005-06-18 Juri Linkov <juri@jurta.org>
17849
17850 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17851 end of first regexp to limit the match to the position between
17852 line number and source line with same separator character as used
17853 between file name and line number. In the second regexp limit
17854 mouse-face area to file name and line number by adding new group
17855 for them and referring it in HYPERLINK arg.
17856 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17857 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17858 previous line where grep markers may be already removed.
17859
17860 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17861
17862 * progmodes/ps-mode.el: Update version and maintainer's email address.
17863
17864 2005-06-18 Steve Youngs <steve@xemacs.org>
17865
17866 * net/browse-url.el (browse-url-browser-function)
17867 (browse-url-default-browser): Add firefox.
17868 (browse-url-firefox-program, browse-url-firefox-arguments)
17869 (browse-url-firefox-startup-arguments)
17870 (browse-url-firefox-new-window-is-tab): New defcustoms.
17871 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17872
17873 2005-06-17 Richard M. Stallman <rms@gnu.org>
17874
17875 * startup.el (command-line): Warn if specified user name has
17876 no home directory.
17877
17878 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17879 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17880
17881 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17882 Doc fixes.
17883
17884 * faces.el (underline): Try bold if terminal doesn't support underline.
17885
17886 * mail/sendmail.el (mail-setup-with-from): New variable.
17887 (mail-insert-from-field): New function.
17888 (sendmail-send-it): Call it.
17889 (mail-setup): Optionally call it here.
17890
17891 * term/linux.el: Call tty-no-underline.
17892
17893 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17894
17895 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17896
17897 2005-06-17 Miles Bader <miles@gnu.org>
17898
17899 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17900 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17901 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17902 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17903 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17904 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17905 Remove "-face" suffix from face names.
17906 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17907 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17908 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17909 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17910 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17911 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17912 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17913 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17914 New backward-compatibility aliases for renamed faces.
17915 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17916 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17917 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17918 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17919 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17920 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17921 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17922 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17923 Use renamed ediff faces.
17924
17925 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17926 Remove "-face" suffix from face names.
17927 (eshell-test-ok-face, eshell-test-failed-face):
17928 New backward-compatibility aliases for renamed faces.
17929 (eshell-run-test): Use renamed eshell-test faces.
17930
17931 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17932 face name.
17933 (eshell-prompt-face): New backward-compatibility alias for renamed
17934 face.
17935 (eshell-emit-prompt): Use renamed eshell-prompt face.
17936
17937 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17938 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17939 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17940 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17941 Remove "-face" suffix from face names.
17942 (eshell-ls-directory-face, eshell-ls-symlink-face)
17943 (eshell-ls-executable-face, eshell-ls-readonly-face)
17944 (eshell-ls-unreadable-face, eshell-ls-special-face)
17945 (eshell-ls-missing-face, eshell-ls-archive-face)
17946 (eshell-ls-backup-face, eshell-ls-product-face)
17947 (eshell-ls-clutter-face):
17948 New backward-compatibility aliases for renamed faces.
17949 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17950
17951 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17952 Remove "-face" suffix from face name.
17953 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17954 instead of literal face.
17955
17956 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17957
17958 * emacs-lisp/warnings.el (display-warning, lwarn)
17959 (warning-minimum-log-level): Doc fixes.
17960 (warning-minimum-level, warning-minimum-log-level):
17961 Add :debug to :type choices.
17962
17963 * progmodes/ada-mode.el (ada-format-paramlist)
17964 (ada-get-indent-case, ada-check-matching-start)
17965 (ada-check-defun-name, ada-goto-matching-decl-start)
17966 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17967 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17968 (ada-make-subprogram-body): Follow error conventions.
17969 (ada-case-exception-file, ada-indent-comment-as-code)
17970 (ada-indent-handle-comment-special, ada-indent-renames)
17971 (ada-indent-return, ada-search-directories-internal)
17972 (ada-tab-policy, ada-case-exception-substring)
17973 (ada-other-file-alist, ada-matching-start-re)
17974 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17975 (ada-imenu-generic-expression, ada-compile-goto-error)
17976 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17977 (ada-popup-menu, ada-add-extensions, ada-mode)
17978 (ada-region-selected, ada-create-case-exception)
17979 (ada-create-case-exception-substring, ada-after-keyword-p)
17980 (ada-activate-keys-for-case, ada-adjust-case-region)
17981 (ada-adjust-case-buffer, ada-format-paramlist)
17982 (ada-scan-paramlist, ada-insert-paramlist)
17983 (ada-indent-newline-indent)
17984 (ada-indent-newline-indent-conditional)
17985 (ada-justified-indent-current, ada-goto-previous-word)
17986 (ada-indent-current, ada-get-indent-open-paren)
17987 (ada-get-indent-paramlist, ada-get-indent-end)
17988 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17989 (ada-get-indent-block-start, ada-get-indent-subprog)
17990 (ada-get-indent-noindent, ada-get-indent-label)
17991 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17992 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17993 (ada-goto-stmt-end, ada-goto-next-word)
17994 (ada-check-matching-start, ada-check-defun-name)
17995 (ada-goto-matching-decl-start, ada-goto-matching-start)
17996 (ada-goto-matching-end, ada-search-ignore-string-comment)
17997 (ada-in-decl-p, ada-looking-at-semi-or)
17998 (ada-looking-at-semi-private, ada-in-paramlist-p)
17999 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18000 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18001 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18002 (ada-previous-package, ada-create-menu)
18003 (ada-fill-comment-paragraph-justify)
18004 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18005 (ada-other-file-name, ada-last-which-function-line)
18006 (ada-last-which-function-subprog, ada-which-function)
18007 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18008 (ada-gen-treat-proc, ada-check-emacs-version)
18009 (ada-continuation-indent, ada-align-region-separate):
18010 Fix typos in docstrings.
18011 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18012
18013 2005-06-16 Lute Kamstra <lute@gnu.org>
18014
18015 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18016 conditionally.
18017
18018 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18019
18020 * comint.el (comint-replace-by-expanded-filename)
18021 (comint-prompt-regexp, comint-delimiter-argument-list)
18022 (comint-preinput-scroll-to-bottom):
18023 * info.el (Info-hide-cookies-node):
18024 * ls-lisp.el (ls-lisp-classify):
18025 * find-file.el (ff-search-directories, ff-special-constructs)
18026 (ff-find-other-file):
18027 * font-lock.el (font-lock-keywords):
18028 * shell.el (shell-prompt-pattern)
18029 (shell-dynamic-complete-functions, shell-mode)
18030 (shell-delimiter-argument-list):
18031 * term.el (term-replace-by-expanded-filename)
18032 (term-prompt-regexp, term-delimiter-argument-list):
18033 * woman.el (woman-ignore, woman0-if):
18034 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18035 * emacs-lisp/elint.el (elint-init-env):
18036 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18037 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18038 * language/ethio-util.el (ethio-tilde-escape)
18039 (ethio-use-three-dot-question):
18040 * net/zone-mode.el (zone-mode-load-time-setup):
18041 * progmodes/cc-align.el (c-lineup-argcont):
18042 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18043 * progmodes/cperl-mode.el (cperl-set-style-back):
18044 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18045 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18046 Fix spellings in docstrings.
18047
18048 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18049 * progmodes/modula2.el (m2-for): Fix spellings.
18050
18051 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18052
18053 * simple.el (undo-more): Don't use `format' on `error' arguments.
18054 Improve argument/docstring consistency.
18055 (pending-undo-list): Doc fix.
18056
18057 * smerge-mode.el (smerge-ensure-match):
18058 * emulation/vip.el (vip-ex):
18059 * net/zone-mode.el (zone-mode-update-serial):
18060 * progmodes/idlwave.el (idlwave-complete):
18061 * progmodes/vhdl-mode.el (vhdl-visit-file)
18062 (vhdl-compose-wire-components):
18063 Don't use `format' on `error' arguments.
18064
18065 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18066 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18067 (tooltip-help-tips): Fix typos in docstrings.
18068
18069 2005-06-16 David Ponce <david@dponce.com>
18070
18071 * tree-widget.el (tree-widget-value-create): Simplify last change.
18072
18073 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18074
18075 * ido.el (ido-incomplete-regexp): New variable.
18076 (ido-set-matches-1): Handle invalid-regexp error and set
18077 ido-incomplete-regexp.
18078 (ido-incomplete-regexp): New face.
18079 (ido-completions): Use it.
18080 (ido-complete, ido-exit-minibuffer, ido-completions):
18081 Handle incomplete regexps.
18082 (ido-completions): Add check for complete match when entering a regexp.
18083
18084 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18085
18086 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18087
18088 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18089
18090 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18091 by field delimiters.
18092
18093 2005-06-15 David Ponce <david@dponce.com>
18094
18095 * tree-widget.el: eval-and-compile inlined functions so they will
18096 be available at run-time too.
18097 (tree-widget-super-format-handler)
18098 (tree-widget-format-handler): Remove.
18099 (tree-widget-value-create): Handle the :indent property.
18100
18101 2005-06-15 Miles Bader <miles@gnu.org>
18102
18103 * progmodes/which-func.el (which-func): Only inherit
18104 `font-lock-function-name-face' when that makes sense against the
18105 default mode-line face, otherwise set the face color explicitly.
18106
18107 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18108 faces instead of (non-existent) variables.
18109
18110 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18111
18112 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18113 (iswitchb-get-matched-buffers): Likewise. Simplify.
18114
18115 2005-06-14 Miles Bader <miles@gnu.org>
18116
18117 * progmodes/ld-script.el (ld-script-location-counter):
18118 Remove "-face" suffix from face name.
18119 (ld-script-location-counter-face):
18120 New backward-compatibility alias for renamed face.
18121 (ld-script-location-counter-face): Use renamed face.
18122
18123 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18124 (cperl-hash): Remove "-face" suffix from face names.
18125 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18126 New backward-compatibility aliases for renamed faces.
18127 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18128 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18129
18130 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18131 name.
18132 (which-func-face): New backward-compatibility alias for renamed face.
18133 (which-func-format): Use renamed which-func face.
18134
18135 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18136 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18137 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18138 names.
18139 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18140 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18141 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18142 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18143 (vhdl-speedbar-architecture-selected)
18144 (vhdl-speedbar-configuration-selected)
18145 (vhdl-speedbar-package-selected)
18146 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18147 names.
18148 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18149 Use renamed faces.
18150 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18151 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18152 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18153 Use renamed faces.
18154 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18155 names.
18156 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18157 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18158 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18159 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18160 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18161 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18162
18163 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18164 face name.
18165 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18166 (sh-heredoc-face): Use renamed sh-heredoc face.
18167
18168 * progmodes/idlw-help.el (idlwave-help-link):
18169 Remove "-face" suffix from face name.
18170 (idlwave-help-link-face):
18171 New backward-compatibility alias for renamed face.
18172 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18173
18174 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18175 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18176 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18177 New backward-compatibility aliases for renamed faces.
18178 (idlwave-shell-disabled-breakpoint-face)
18179 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18180
18181 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18182 Remove "-face" suffix from face names.
18183 (flymake-errline-face, flymake-warnline-face):
18184 New backward-compatibility aliases for renamed faces.
18185 (flymake-highlight-line): Use renamed flymake faces.
18186
18187 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18188 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18189 (ebrowse-member-class, ebrowse-progress):
18190 Remove "-face" suffix from face names.
18191 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18192 (ebrowse-file-name-face, ebrowse-default-face)
18193 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18194 (ebrowse-progress-face):
18195 New backward-compatibility aliases for renamed faces.
18196 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18197 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18198 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18199 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18200
18201 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18202 antlr-syntax)
18203 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18204 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18205 names.
18206 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18207 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18208 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18209 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18210 backward-compatibility aliases for renamed faces.
18211 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18212 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18213 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18214 remove "font-lock-". Use renamed antlr-mode faces.
18215 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18216 literal face-names with face variable references.
18217
18218 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18219 face name.
18220 (Buffer-menu-buffer-face): New backward-compatibility alias for
18221 renamed face.
18222 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18223
18224 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18225
18226 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18227 Eliminate "-face" suffix.
18228 (makefile-targets): Inherit from font-lock-function-name-face and
18229 eliminate "-face" suffix.
18230 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18231 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18232 actions, instead of prepending, to make it less visible.
18233 (makefile-previous-dependency, makefile-match-dependency):
18234 Don't match a target on a continuation line.
18235
18236 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18237
18238 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18239
18240 * progmodes/gdb-ui.el (menu): Re-order menu items.
18241 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18242
18243 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18244 Define in tooltip.el.
18245 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18246 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18247 gud-tooltip-echo-area.
18248
18249 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18250 backward compatibility and make obsolete.
18251 (tooltip-help-tips): Use tooltip-use-echo-area.
18252 (tooltip-show-help-function): Rename to...
18253 (tooltip-show-help): ...this, because it is a function.
18254 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18255
18256 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18257
18258 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18259 (edebug-print-length, edebug-print-level, edebug-print-circle)
18260 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18261 (edebug-eval-print-last-sexp): Doc fixes.
18262
18263 2005-06-14 Kim F. Storm <storm@cua.dk>
18264
18265 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18266 as the coverage buffer/file/both may change.
18267
18268 2005-06-14 Lute Kamstra <lute@gnu.org>
18269
18270 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18271 and run-mode-hooks. Simplify.
18272
18273 * mail/rmailedit.el (rmail-edit-mode):
18274 * progmodes/octave-inf.el (inferior-octave-mode):
18275 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18276
18277 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18278 and run-mode-hooks.
18279 (recentf-edit-list, recentf-open-files): Don't call
18280 kill-all-local-variables directly.
18281
18282 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18283
18284 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18285
18286 * emacs-lisp/byte-run.el (make-obsolete)
18287 (define-obsolete-function-alias): Rename arguments FUNCTION and
18288 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18289 (make-obsolete-variable, define-obsolete-variable-alias):
18290 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18291 respectively.
18292
18293 * isearchb.el (isearchb-activate):
18294 * pcvs.el (cvs-mode):
18295 * ses.el (ses-load):
18296 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18297 * net/tramp.el (tramp-find-file-exists-command)
18298 (tramp-find-shell):
18299 * progmodes/ada-mode.el (ada-create-case-exception)
18300 (ada-create-case-exception-substring, ada-make-subprogram-body):
18301 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18302 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18303 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18304 * textmodes/org.el (org-promote, org-evaluate-time-range)
18305 (org-agenda-next-date-line, org-agenda-previous-date-line)
18306 (org-agenda-error, org-open-at-point, org-table-move-row)
18307 (org-format-table-table-html-using-table-generate-source)
18308 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18309 * textmodes/reftex.el (reftex-access-scan-info):
18310 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18311 (reftex-toc-promote-prepare): Follow error conventions.
18312
18313 * diff-mode.el (diff-mode): Fix typo in docstring.
18314
18315 * forms.el (forms--intuit-from-file): Fix reference to
18316 `forms-number-of-fields' in error message.
18317 (forms-print): Fix quoting in error message.
18318
18319 * forms.el (forms-mode):
18320 * emulation/vi.el (vi-goto-insert-state):
18321 * progmodes/flymake.el (flymake-new-err-info)
18322 (flymake-start-syntax-check-for-current-buffer)
18323 (flymake-simple-cleanup):
18324 * eshell/esh-var.el (eshell/export):
18325 * progmodes/gud.el (xdb):
18326 * textmodes/flyspell.el (flyspell-incorrect-hook)
18327 (flyspell-maybe-correct-transposition)
18328 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18329
18330 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18331
18332 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18333 minibuffer prompt.
18334
18335 2005-06-13 Kim F. Storm <storm@cua.dk>
18336
18337 * subr.el (add-to-ordered-list): New defun.
18338
18339 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18340 add cua--keymap-alist to emulation-mode-map-alists.
18341
18342 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 * subr.el (complete-in-turn): New macro.
18345 (dynamic-completion-table, lazy-completion-table): Add debug info.
18346
18347 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18348 in preference to face aliases.
18349
18350 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18351 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18352 Remove unused vars `start' and `firstline'.
18353 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18354 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18355
18356 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18357
18358 * cus-start.el (all): Don't complain about missing GTK-related
18359 variables, unless either `gtk' is boundp or this isn't a
18360 `windows-nt' build.
18361
18362 2005-06-13 Lute Kamstra <lute@gnu.org>
18363
18364 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18365 run-mode-hooks.
18366
18367 * ediff-mult.el (ediff-meta-mode):
18368 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18369
18370 * ledit.el (ledit-mode): Use delay-mode-hooks.
18371
18372 * woman.el (woman-mode-line-format): Delete constant.
18373 (woman-mode-map): Initialize it properly.
18374 (woman-mode): Set mode-class property to special.
18375 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18376 Set major-mode and mode-name. Don't set mode-line-format directly.
18377 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18378
18379 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18380 string argument obsolete.
18381
18382 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18383
18384 * textmodes/org.el (org-CUA-compatible): New option.
18385 (org-disputed-keys): New variable.
18386 (org-key): New function.
18387 (orgtbl-make-binding): Add docstring to the created function.
18388 (org-mode): Set paragraph start/separate regexps.
18389 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18390 (org-archive-location, org-archive-mark-done)
18391 (org-archive-stamp-time): New options.
18392 (org-archive-subtree): New command.
18393 (org-fill-paragraph): New function.
18394 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18395 (org-fake-empty-table-line): Function removed.
18396 (org-format-org-table-html): Do not create empty table lines at
18397 separator lines. Improved table header treatment.
18398 (org-link-format): New option.
18399 (org-make-link): New function.
18400 (org-insert-link, org-store-link): Use org-make-link.
18401 (org-open-file): Quote file name for shell command, to allow
18402 spaces in file names.
18403 (org-link-regexp): Fix bug with mailto link.
18404 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18405 New constants.
18406 (org-export-as-html): Deal with the optional angles around a link.
18407 Better treatment of file: links.
18408 (org-open-at-point): Replace @{ and @} with < and >.
18409 (org-run-mode-hooks): Function removed.
18410 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18411
18412 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18413
18414 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18415 MI command -data-list-register-values.
18416 (gdb-post-prompt): Indent properly.
18417
18418 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18419
18420 * hilit-chg.el (highlight-changes-colors): Rename from
18421 `highlight-changes-colours'.
18422 (highlight-changes-colours): Keep as obsolete alias.
18423 (highlight-changes-face-list): Doc fix.
18424 (hilit-chg-make-list): Use `highlight-changes-colors'.
18425
18426 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18427
18428 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18429 defun-prompt-regexp.
18430
18431 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18432
18433 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18434 and cygwin.
18435
18436 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18437 Don't use an old loaddefs.el, as in Makefile.in.
18438
18439 2005-06-12 Lute Kamstra <lute@gnu.org>
18440
18441 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18442
18443 * man.el (Man-mode-map): Initialize it properly.
18444 (Man-mode): Set mode-class property to special.
18445
18446 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18447
18448 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18449
18450 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18451 A newline is needed in the docstring there.
18452
18453 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18454 Doc fixes.
18455
18456 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18457
18458 * printing.el: Doc fix. The menubar is no more changed when printing
18459 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18460 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18461 (pr-version): New version number (6.8.4).
18462 (pr-menu-bind): New command.
18463 (pr-update-menus): Docstring and code fix.
18464 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18465 Docstring fix.
18466 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18467 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18468
18469 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18470
18471 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18472 "Returns" to "return", document useful return values, etc.
18473
18474 2005-06-11 Alan Mackenzie <acm@muc.de>
18475
18476 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18477 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18478 (adaptive-file-function): Minor amendment to doc-string.
18479
18480 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18481
18482 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18483 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18484 Fix :type--it is `integer', not `string'.
18485
18486 * faces.el (modeline-highlight): Rename from (the erroneous)
18487 `modeline-higilight'.
18488
18489 2005-06-11 Lute Kamstra <lute@gnu.org>
18490
18491 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18492 lisp-interaction-mode-map but make it the parent.
18493 (edebug-eval-mode): Use define-derived-mode.
18494
18495 2005-06-11 Andreas Schwab <schwab@suse.de>
18496
18497 * bindings.el: Add binding of `ESC functionkey' for every
18498 `M-functionkey'.
18499 * hexl.el (hexl-mode-map): Likewise.
18500
18501 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18502
18503 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18504 [msft]: update regexp for newer msft compilers.
18505
18506 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18507
18508 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18509 ATTLIST portions of included DTDs.
18510 (xml-parse-dtd): Eliminate use of inefficient match-data.
18511
18512 2005-06-10 Miles Bader <miles@gnu.org>
18513
18514 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18515 (mpuz-text): Remove "-face" suffix from face names.
18516 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18517 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18518 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18519
18520 * play/gomoku.el (gomoku-O, gomoku-X):
18521 Remove "-face" suffix from face names.
18522 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18523 New backward-compatibility aliases for renamed faces.
18524 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18525
18526 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18527
18528 * thumbs.el: Fixes for changes of 2005-06-09.
18529 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18530 as a directory.
18531 (thumbs-thumbname): Remove directory separator from format string;
18532 `thumbs-thumbsdir' now returns a valid directory name.
18533 (thumbs-temp-dir): New defsubst.
18534 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18535 Use it.
18536
18537 * cus-edit.el (minibuffer):
18538 * files.el (make-backup-file-name-function):
18539 * filesets.el (filesets-external-viewers):
18540 * hilit-chg.el (highlight-changes-colours)
18541 (highlight-changes-face-list, highlight-changes-rotate-faces):
18542 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18543 * kmacro.el (kmacro-call-macro):
18544 * log-edit.el (log-edit-changelog-full-paragraphs):
18545 * mouse.el (mouse-1-click-follows-link):
18546 * skeleton.el (skeleton-autowrap):
18547 * subr.el (insert-for-yank-1):
18548 * tempo.el (tempo-insert-region):
18549 * terminal.el (terminal-emulator):
18550 * time.el (display-time-mail-face):
18551 * vc.el (vc-annotate):
18552 * vcursor.el (vcursor-copy-line):
18553 * woman.el (woman-bold-headings, woman-ignore)
18554 (woman-default-faces, woman-monochrome-faces):
18555 * calendar/todo-mode.el (todo-insert-threshold):
18556 * emulation/pc-select.el (pc-select-selection-keys-only)
18557 (pc-selection-mode):
18558 * emulation/vip.el (vip-find-char-forward):
18559 * emulation/viper-cmd.el (viper-find-char-forward):
18560 * international/mule-cmds.el
18561 (select-safe-coding-system-accept-default-p)
18562 (input-method-exit-on-invalid-key):
18563 * international/mule-diag.el (describe-coding-system):
18564 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18565 * net/browse-url.el (browse-url-xterm-program):
18566 * obsolete/lazy-lock.el (lazy-lock-mode):
18567 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18568 (cperl-mode):
18569 * progmodes/cpp.el (cpp-face-light-name-list)
18570 (cpp-face-dark-name-list):
18571 * progmodes/delphi.el (delphi-newline-always-indents):
18572 Fix spellings in docstrings.
18573
18574 * ido.el (ido-mode, ido-file-extensions-order)
18575 (ido-default-file-method, ido-default-buffer-method)
18576 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18577 (ido-decorations, ido-read-file-name-as-directory-commands)
18578 (ido-read-file-name-non-ido, ido-work-directory-list)
18579 (ido-ignore-item-temp-list, ido-current-directory)
18580 (ido-magic-forward-char, ido-enter-find-file)
18581 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18582 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18583
18584 2005-06-10 Lute Kamstra <lute@gnu.org>
18585
18586 * play/dunnet.el (dun-mode): Use define-derived-mode.
18587 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18588 obsolete alias.
18589
18590 * play/doctor.el (doctor-mode-map): Remove defvar.
18591 (doctor-mode): Use define-derived-mode.
18592
18593 * mail/mspools.el (mspools-mode):
18594 * net/eudc-hotlist.el (eudc-hotlist-mode):
18595 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18596
18597 2005-06-10 Miles Bader <miles@gnu.org>
18598
18599 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18600 Remove "-face" suffix from face names.
18601 (flyspell-incorrect-face, flyspell-duplicate-face):
18602 New backward-compatibility aliases for renamed faces.
18603 (flyspell-mode-on, make-flyspell-overlay)
18604 (flyspell-highlight-incorrect-region)
18605 (flyspell-highlight-duplicate-region)
18606 (flyspell-display-next-corrections)
18607 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18608
18609 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18610 from face name.
18611 (texinfo-heading-face): New backward-compatibility alias for
18612 renamed face.
18613 (texinfo-heading-face): Use renamed texinfo-heading face.
18614
18615 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18616 suffix from face names.
18617 (tex-math-face, tex-verbatim-face):
18618 New backward-compatibility aliases for renamed faces.
18619 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18620 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18621 literal face name.
18622
18623 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18624 name.
18625 (table-cell-face): New backward-compatibility alias for renamed face.
18626 (table--put-cell-face-property, table--update-cell-face):
18627 Use renamed table-cell face.
18628
18629 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18630 from face name.
18631 (sgml-namespace-face): New backward-compatibility alias for
18632 renamed face.
18633 (sgml-namespace-face): Use renamed sgml-namespace face.
18634
18635 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18636 (org-level-4, org-level-5, org-level-6, org-level-7)
18637 (org-level-8, org-warning, org-headline-done)
18638 (org-deadline-announce, org-scheduled-today)
18639 (org-scheduled-previously, org-link, org-done, org-table)
18640 (org-time-grid): Remove "-face" suffix from face names.
18641 (org-level-1-face, org-level-2-face, org-level-3-face)
18642 (org-level-4-face, org-level-5-face, org-level-6-face)
18643 (org-level-7-face, org-level-8-face, org-warning-face)
18644 (org-headline-done-face, org-deadline-announce-face)
18645 (org-scheduled-today-face, org-scheduled-previously-face)
18646 (org-link-face, org-done-face, org-table-face)
18647 (org-time-grid-face):
18648 New backward-compatibility aliases for renamed faces.
18649 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18650 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18651 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18652 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18653
18654 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18655 (viper-minibuffer-emacs, viper-minibuffer-insert)
18656 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18657 (viper-search-face, viper-replace-overlay-face)
18658 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18659 (viper-minibuffer-vi-face):
18660 New backward-compatibility aliases for renamed faces.
18661 (viper-search-face, viper-replace-overlay-face)
18662 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18663 (viper-minibuffer-vi-face): Use renamed viper faces.
18664
18665 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18666 Remove "-face" suffix from face names.
18667 (testcover-nohits-face, testcover-1value-face):
18668 New backward-compatibility aliases for renamed faces.
18669 (testcover-mark): Use renamed testcover faces.
18670
18671 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18672 face name.
18673 (diary-button-face): New backward-compatibility alias for renamed face.
18674 (diary-entry): Use renamed diary-button face.
18675
18676 * calendar/calendar.el (diary, calendar-today, holiday)
18677 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18678 (diary-face, calendar-today-face, holiday-face):
18679 New backward-compatibility aliases for renamed faces.
18680 (eval-after-load "facemenu", diary-entry-marker)
18681 (calendar-today-marker, calendar-holiday-marker, diary-face):
18682 Use renamed calendar faces.
18683
18684 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18685 (compare-windows-face): New backward-compatibility alias for
18686 renamed face.
18687 (compare-windows-highlight): Use renamed compare-windows face.
18688
18689 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18690 (strokes-char-face): New backward-compatibility alias for renamed face.
18691 (strokes-encode-buffer): Use renamed strokes-char face.
18692
18693 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18694 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18695 Remove "-face" suffix from face names.
18696 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18697 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18698 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18699 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18700 Use renamed pcvs faces.
18701 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18702 * pcvs-defs.el (cvs-mode-map): Likewise.
18703 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18704
18705 * info.el (info-title-1, info-title-2, info-title-3)
18706 (info-title-4): Remove "-face" suffix from and downcase face names.
18707 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18708 (Info-title-4-face):
18709 New backward-compatibility aliases for renamed faces.
18710 (Info-fontify-node): Use renamed info faces.
18711
18712 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18713 Remove "-face" suffix from face names.
18714 (highlight-changes-face, highlight-changes-delete-face):
18715 New backward-compatibility aliases for renamed faces.
18716 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18717 (hilit-chg-make-list): Use renamed highlight-changes faces.
18718
18719 * generic-x.el (show-tabs-tab, show-tabs-space):
18720 Remove "-face" suffix from face names.
18721 (show-tabs-tab-face, show-tabs-space-face):
18722 New backward-compatibility aliases for renamed faces.
18723 (show-tabs-generic-mode-font-lock-defaults-1)
18724 (show-tabs-generic-mode-font-lock-defaults-2):
18725 Use renamed show-tabs faces.
18726
18727 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18728 (smerge-markers): Remove "-face" suffix from face names.
18729 (smerge-mine-face, smerge-other-face, smerge-base-face)
18730 (smerge-markers-face):
18731 New backward-compatibility aliases for renamed faces.
18732 (smerge-mine-face, smerge-other-face, smerge-base-face)
18733 (smerge-markers-face): Use renamed smerge faces.
18734
18735 * log-view.el (log-view-file, log-view-message): Remove "-face"
18736 suffix from face names.
18737 (log-view-file-face, log-view-message-face):
18738 New backward-compatibility aliases for renamed faces.
18739 (log-view-file-face, log-view-message-face): Use renamed log-view
18740 faces.
18741
18742 * paren.el (show-paren-match, show-paren-mismatch):
18743 Remove "-face" suffix from face names.
18744 (show-paren-match-face, show-paren-mismatch-face):
18745 New backward-compatibility aliases for renamed faces.
18746 (show-paren-function): Use renamed show-paren faces.
18747
18748 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18749 (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): Remove "-face"
18753 suffix from face names.
18754 (ruler-mode-default-face, ruler-mode-pad-face)
18755 (ruler-mode-margins-face, ruler-mode-fringes-face)
18756 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18757 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18758 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18759 New backward-compatibility aliases for renamed faces.
18760 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18761 (ruler-mode-column-number, ruler-mode-fill-column)
18762 (ruler-mode-comment-column, ruler-mode-goal-column)
18763 (ruler-mode-tab-stop, ruler-mode-current-column)
18764 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18765 faces.
18766
18767 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18768 face name.
18769 (whitespace-highlight-the-space): Use renamed face.
18770 (whitespace-highlight-face): New backward-compatibility alias for
18771 renamed face.
18772
18773 * woman.el (woman-italic, woman-bold, woman-unknown)
18774 (woman-addition, woman-symbol-face):
18775 Remove "-face" suffix from face names.
18776 (woman-italic-face, woman-bold-face, woman-unknown-face)
18777 (woman-addition-face):
18778 New backward-compatibility aliases for renamed faces.
18779 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18780 (woman-decode-region, woman-replace-match)
18781 (woman-display-extended-fonts, woman-special-characters)
18782 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18783 Use renamed woman faces.
18784
18785 * longlines.el (longlines-visible-face): Face removed.
18786
18787 * diff-mode.el (diff-header, diff-file-header, diff-index)
18788 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18789 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18790 suffix from face names.
18791 (diff-header-face, diff-file-header-face, diff-index-face)
18792 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18793 (diff-changed-face, diff-function-face, diff-context-face)
18794 (diff-nonexistent-face): New backward-compatibility aliases for
18795 renamed faces.
18796 (diff-header-face, diff-file-header-face)
18797 (diff-index, diff-index-face, diff-hunk-header)
18798 (diff-hunk-header-face, diff-removed, diff-removed-face)
18799 (diff-added, diff-added-face, diff-changed-face, diff-function)
18800 (diff-function-face, diff-context-face, diff-nonexistent)
18801 (diff-nonexistent-face): Use renamed diff-mode faces.
18802
18803 * progmodes/compile.el (compilation-warning-face)
18804 (compilation-info-face): Remove "-face" suffix from face names.
18805 (compilation-warning-face, compilation-info-face):
18806 New backward-compatibility aliases for renamed faces.
18807 (compilation-warning-face, compilation-info-face):
18808 Use renamed compilation faces.
18809
18810 * add-log.el (change-log-date, change-log-name)
18811 (change-log-email, change-log-file, change-log-list)
18812 (change-log-conditionals, change-log-function)
18813 (change-log-acknowledgement): Remove "-face" suffix from face names.
18814 (change-log-date-face, change-log-name-face)
18815 (change-log-email-face, change-log-file-face)
18816 (change-log-list-face, change-log-conditionals-face)
18817 (change-log-function-face, change-log-acknowledgement-face):
18818 New backward-compatibility aliases for renamed faces.
18819 (change-log-font-lock-keywords): Use renamed change-log faces.
18820
18821 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18822 (custom-set, custom-changed, custom-saved, custom-button)
18823 (custom-button-pressed, custom-documentation, custom-state)
18824 (custom-comment, custom-comment-tag, custom-variable-tag)
18825 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18826 (custom-group-tag): Remove "-face" suffix from face names.
18827 (custom-magic-alist, custom-magic-value-create)
18828 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18829 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18830 (custom-set-face, custom-changed-face, custom-saved-face)
18831 (custom-button-face, custom-button-pressed-face)
18832 (custom-documentation-face, custom-state-face)
18833 (custom-comment-face, custom-comment-tag-face)
18834 (custom-variable-tag-face, custom-variable-button-face)
18835 (custom-face-tag-face, custom-group-tag-face-1)
18836 (custom-group-tag-face):
18837 New backward-compatibility aliases for renamed faces.
18838
18839 * wid-edit.el (widget-documentation, widget-button)
18840 (widget-field, widget-single-line-field, widget-inactive)
18841 (widget-button-pressed): "-face" suffix removed from face names.
18842 (widget-documentation-face, widget-button-face)
18843 (widget-field-face, widget-single-line-field-face)
18844 (widget-inactive-face, widget-button-pressed-face):
18845 New backward-compatibility aliases for renamed faces.
18846 (widget-documentation-face, widget-button-face)
18847 (widget-button-pressed-face, widget-specify-field)
18848 (widget-specify-inactive): Use renamed widget faces.
18849
18850 2005-06-10 Kenichi Handa <handa@m17n.org>
18851
18852 * term/x-win.el (x-clipboard-yank): Remove condition-case
18853 wrapping.
18854
18855 2005-06-11 Kenichi Handa <handa@m17n.org>
18856
18857 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18858 date lines stricter.
18859
18860 2005-06-10 Zhang Wei <id.brep@gmail.com>
18861
18862 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18863 of x-get-selection.
18864
18865 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18866
18867 * comint.el (comint-mode, comint-snapshot-last-prompt):
18868 * frame.el (frame-current-scroll-bars):
18869 * term.el (term-mode, term-check-proc, term-input-sender)
18870 (term-simple-send, term-extract-string, term-word)
18871 (term-match-partial-filename):
18872 * window.el (window-current-scroll-bars):
18873 * emulation/cua-base.el (cua-normal-cursor-color)
18874 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18875 (cua-global-mark-cursor-color):
18876 * mail/undigest.el (rmail-forward-separator-regex):
18877 Fix typos in docstrings.
18878
18879 * comint.el (comint-check-proc, make-comint-in-buffer)
18880 (comint-source-default): Doc fixes.
18881
18882 * term.el (term-send-string): Improve argument/docstring consistency.
18883
18884 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18885
18886 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18887 call to `delete-region'.
18888 (comint-mode-hook): Do not enable Font Lock by default.
18889
18890 2005-06-09 Lute Kamstra <lute@gnu.org>
18891
18892 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18893 could be void.
18894
18895 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18896
18897 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18898 (debug): Use it.
18899 (debugger-step-through, debugger-continue, debugger-jump)
18900 (debugger-return-value): Set it when needed.
18901 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18902 Use inhibit-read-only.
18903
18904 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18905
18906 * window.el (shrink-window-if-larger-than-buffer)
18907 (window-size-fixed): Fix typo in docstring.
18908
18909 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18910 thumbnails directory on loading.
18911 (thumbs-conversion-program): Use `eq' to check the system type,
18912 not `equal'.
18913 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18914 not "/tmp". Fix docstring.
18915 (thumbs-thumbsdir): New function to return the thumbnails
18916 directory, creating it if needed.
18917 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18918 (thumbs-temp-file): Delete variable and make it into a function.
18919 (thumbs-resize-image, thumbs-modify-image): Use it.
18920 (thumbs-kill-buffer): Simplify.
18921 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18922 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18923 docstrings.
18924
18925 2005-06-09 Kim F. Storm <storm@cua.dk>
18926
18927 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18928 set-match-data to free markers in match-data.
18929
18930 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18931 match-data to unchain markers in match-data.
18932
18933 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18934
18935 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18936 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18937 unnecessary now.
18938
18939 2005-06-08 Richard M. Stallman <rms@gnu.org>
18940
18941 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18942 give the variable a doc string that doesn't say don't set it directly.
18943
18944 * textmodes/ispell.el (ispell-check-version):
18945 Use match-string-no-properties.
18946 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18947 (ispell-buffer-local-words): Likewise.
18948
18949 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18950 except on terminals with enough colors to really display it.
18951 (makefile-dependency-regex): Delete spurious `bb'.
18952
18953 * faces.el (escape-glyph): Use blue once again in last case.
18954 (no-break-space): Redefine so that it isn't invisible on a tty.
18955
18956 2005-06-08 Kim F. Storm <storm@cua.dk>
18957
18958 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18959 also when reading directory name.
18960
18961 2005-06-08 Lute Kamstra <lute@gnu.org>
18962
18963 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18964 (flyspell-mode-line-string): Remove autoload cookie.
18965 (flyspell-mode): Remove defvar.
18966
18967 2005-06-07 Lute Kamstra <lute@gnu.org>
18968
18969 * textmodes/org.el (org-run-mode-hooks): New function.
18970 (org-agenda-mode): Use it.
18971
18972 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18973
18974 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18975
18976 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18977
18978 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18979
18980 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18981
18982 * font-lock.el (font-lock-add-keywords): Doc fix.
18983
18984 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18985
18986 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18987 (tex-compile-default): In the absence of any history, use the order in
18988 tex-compile-alist to choose the preferred command.
18989 (tex-compile-commands): Reorder a bit.
18990
18991 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18992 (flyspell-incorrect-face, flyspell-duplicate-face):
18993 Use (X)Emacs-agnostic code.
18994 (flyspell-mode-map): Don't overwrite at each load. Remove code
18995 redundant with the subsequent add-minor-mode. Merge Emacs and
18996 XEmacs code.
18997 (flyspell-word): Minor simplification.
18998 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18999 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19000 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19001 Merge the corresponding Emacs code.
19002 (flyspell-correct-word, flyspell-xemacs-popup):
19003 Use flyspell-do-correct.
19004
19005 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19006 a dedicated window.
19007
19008 * international/latexenc.el (latexenc-find-file-coding-system):
19009 Undo part of last patch, to turn off a compiler warning.
19010
19011 2005-06-06 Juri Linkov <juri@jurta.org>
19012
19013 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19014 Rename `tmm-inactive-face' to `tmm-inactive'.
19015
19016 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19017
19018 * iswitchb.el: Rename faces.
19019
19020 2005-06-06 Kim F. Storm <storm@cua.dk>
19021
19022 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19023 (cua-global-mark): Remove -face suffix from face names.
19024
19025 * emulation/cua-gmrk.el (cua--init-global-mark):
19026 Remove cua-global-mark face setup.
19027
19028 2005-06-06 Richard M. Stallman <rms@gnu.org>
19029
19030 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19031 just like other allowed characters.
19032 (makefile-match-dependency): Exclude leading and training whitespace
19033 from the range of regexp subexp 1.
19034 (makefile-macroassign-regex): Don't try to match the body,
19035 just the name of the macro being defined.
19036
19037 * info.el (Info-read-node-name-2): New function.
19038 (Info-read-node-name-1): Use that.
19039 Add a completion-base-size-function property.
19040
19041 * simple.el (completion-setup-function): Look for
19042 completion-base-size-function property of minibuffer-completion-table.
19043
19044 * files.el (locate-file-completion): Doc fix.
19045
19046 * printing.el: Don't call pr-update-menus; user must do that.
19047
19048 * emacs-lisp/debug.el (debugger-window): New variable.
19049 (debug): Use debugger-window if it is set and still alive.
19050 Record debugger-window for next entry.
19051
19052 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19053
19054 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19055
19056 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19057 (hack-one-local-variable, hack-local-variables)
19058 (hack-local-variables-prop-line): Pass that arg.
19059
19060 2005-06-06 Kim F. Storm <storm@cua.dk>
19061
19062 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19063 (ido-indicator): Remove -face suffix from face names.
19064
19065 2005-06-06 Juri Linkov <juri@jurta.org>
19066
19067 * font-lock.el (font-lock-regexp-backslash)
19068 (font-lock-regexp-backslash-construct): New faces.
19069 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19070 after `('. Add `while-no-input' to control structures.
19071
19072 * faces.el (no-break-space, shadow): New faces.
19073 (escape-glyph): Use less loud colors pink2 and red4.
19074
19075 * diff-mode.el (diff-context-face)
19076 * dired.el (dired-ignored)
19077 * rfn-eshadow.el (file-name-shadow)
19078 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19079
19080 * info.el (Info-title-1-face): Use green instead of yellow because
19081 bold yellow is not readable on light backgrounds.
19082
19083 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19084 before selecting the desired mode to not spend time fontifying
19085 old contents.
19086
19087 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19088
19089 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19090 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19091
19092 * ps-print.el (ps-default-fg, ps-default-bg):
19093 Fix typos in docstrings.
19094
19095 * isearchb.el (isearchb): Don't pass a spurious second argument to
19096 `iswitchb-completions'.
19097
19098 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19099
19100 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19101 to preserve point.
19102 (gdb-find-file-hook): Add doc string.
19103
19104 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19105 C dereferenced pointer expression.
19106 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19107
19108 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19109
19110 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19111 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19112 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19113 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19114 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19115 Make background transparent.
19116
19117 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19118
19119 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19120 (font-lock-remove-keywords): Doc fix.
19121 (font-lock-mode-major-mode): Compiler defvar.
19122 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19123
19124 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19125 (font-lock-mode): Update `font-lock-mode-major-mode'.
19126 (font-lock-set-defaults): Compiler defvar.
19127 (font-lock-default-function): Take `font-lock-mode-major-mode'
19128 into account.
19129
19130 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19131 keep track of which major mode it enabled the minor mode for.
19132 Use find-file-hook again. Update docstring.
19133
19134 * simple.el (eval-expression-print-level)
19135 (eval-expression-print-length, eval-expression-debug-on-error):
19136 Doc fixes.
19137
19138 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19139
19140 * iswitchb.el (iswitchb-single-match-face)
19141 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19142 (iswitchb-invalid-regexp-face): New faces.
19143 (iswitchb-completions): Use them.
19144 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19145 now marked as an obsolete alias.
19146 (iswitchb-read-buffer): Remove check for bound font variables.
19147 (iswitchb-invalid-regexp): New free variable.
19148 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19149 set iswitchb-invalid-regexp.
19150 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19151 invalid regexps.
19152 (iswitchb-completions): Add check for complete match when entering
19153 a regexp.
19154 (iswitchb-completions): Remove require-match argument.
19155 (iswitchb-exhibit): Fix caller.
19156 (iswitchb-common-match-inserted): New variable.
19157 (iswitchb-complete, iswitchb-completion-help): Use it.
19158
19159 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19160
19161 * url-http.el (url-http-chunked-encoding-after-change-function):
19162 Use `url-http-debug' instead of `message'.
19163
19164 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19165
19166 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19167 callback argument.
19168
19169 2005-06-04 Kim F. Storm <storm@cua.dk>
19170
19171 * simple.el (line-move): Only call sit-for when moving backwards.
19172
19173 * ido.el (ido-make-merged-file-list-1): New defun split from
19174 ido-make-merged-file-list.
19175 (ido-make-merged-file-list): Bind throw-on-input around call to
19176 ido-make-merged-file-list-1. Return input-pending-p if
19177 interrupted by more input available.
19178 (ido-read-internal): Handle input-pending-p return value from
19179 ido-make-merged-file-list.
19180
19181 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19182
19183 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19184 compatibility code.
19185
19186 * international/latexenc.el (latexenc-find-file-coding-system):
19187 Don't inherit the EOL part of the coding-system from the
19188 tex-main buffer. Fit within 80 columns.
19189
19190 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19191
19192 * tmm.el (tmm-inactive-face): New face.
19193 (tmm-remove-inactive-mouse-face): New function.
19194 (tmm-prompt, tmm-add-one-shortcut)
19195 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19196 but not selectable.
19197
19198 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19199
19200 * faces.el (face-equal): Improve argument/docstring consistency.
19201
19202 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19203
19204 * progmodes/make-mode.el (makefile-targets-face)
19205 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19206 (makefile-bsdmake-dependency-regex)
19207 (makefile-makepp-rule-action-regex)
19208 (makefile-bsdmake-rule-action-regex): New constants.
19209 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19210
19211 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19212 Allow (...) within `...' for makepp messages.
19213
19214 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19215
19216 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19217
19218 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19219 "." files are deleted from all file lists before comparison.
19220
19221 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19222 (viper-ESC-key): Made them customizable.
19223
19224 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19225
19226 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19227
19228 * autorevert.el (auto-revert-buffers): Use save-match-data.
19229
19230 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19233 menu items with a nil command binding.
19234
19235 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19236
19237 * emacs-lisp/cl-macs.el (defsetf):
19238 Improve argument/docstring consistency.
19239
19240 * faces.el (list-faces-display): Improve the formatting by
19241 computing the maximum length required for any face-name (reworked
19242 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19243 (internal-find-face): Remove redundant info in docstring.
19244
19245 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19246
19247 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19248 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19249 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19250 (gdb-assembler-custom): Improve regexps.
19251 (def-gdb-auto-update-handler): Use window point to preserve point.
19252
19253 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19254
19255 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19256
19257 2005-05-31 Jay Belanger <belanger@truman.edu>
19258
19259 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19260 to calc-embedded.
19261 (calc-embedded-make-info): Have plain prefix argument select
19262 entire line.
19263
19264 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19265
19266 * faces.el (list-faces-display): Signal error if passed a regexp
19267 that matches no face name.
19268
19269 * simple.el (filter-buffer-substring): Fix typo in docstring.
19270
19271 2005-05-31 Richard M. Stallman <rms@gnu.org>
19272
19273 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19274 (vhdl-emacs-21): Doc fix.
19275 (vhdl-mode): Unconditionally set comment-padding.
19276 (vhdl-fixup-whitespace-region): Insert spaces only where
19277 there are none.
19278 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19279
19280 2005-05-30 John Wiegley <johnw@newartisans.com>
19281
19282 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19283 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19284 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19285 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19286 `string-to-number'.
19287
19288 2005-05-30 Jay Belanger <belanger@truman.edu>
19289
19290 * calc/calc.el (calc-bug-address): Fix docstring.
19291 (calc-window-hook, calc-trail-window-hook): New variables.
19292 (calc-trail-display): Restore use of calc-trail-window-hook.
19293 (calc): Restore use of calc-window-hook.
19294
19295 2005-05-31 Masatake YAMATO <jet@gyve.org>
19296
19297 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19298
19299 * help-fns.el (help-C-file-name): Add autoload mark for
19300 `find-function-noselect'.
19301
19302 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19303
19304 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19305 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19306
19307 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19308
19309 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19310 included diary buffer if it was not already being visited.
19311 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19312
19313 * calendar/icalendar.el (top-level): Do not require appt.
19314
19315 * mail/supercite.el (sc-select-attribution): Only use a list
19316 element from sc-attrib-selection-list if it returns a string.
19317 Reported by Davide G. M. Salvetti <salve@debian.org>.
19318
19319 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19320
19321 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19322 includes a hash value to improve its uniqueness, and has a ".jpg"
19323 extension. Also, it is now a valid filename on all systems.
19324 (thumbs-make-thumb): Use `let', not `let*'.
19325 (thumbs-show-thumbs-list): Check for JPEG availability.
19326
19327 2005-05-30 Richard M. Stallman <rms@gnu.org>
19328
19329 * filesets.el (filesets-menu-ensure-use-cached):
19330 Prevent warning when emacs-version>= is undefined.
19331
19332 * printing.el (pr-interactive-n-up): Use string-to-number.
19333
19334 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19335
19336 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19337 Warn only when name to be defined is quoted.
19338
19339 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19340
19341 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19342 Make regexp more robust.
19343 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19344 Force regeneration of disassembly.
19345
19346 2005-05-29 Jay Belanger <belanger@truman.edu>
19347
19348 * calc/calc.el (calc-user-invocation): Check if
19349 calc-invocation-macro is non-nil.
19350
19351 2005-05-29 Juri Linkov <juri@jurta.org>
19352
19353 * add-log.el (change-log-font-lock-keywords):
19354 Add `+' to e-mail regexp to accept mail address with keywords.
19355
19356 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19357
19358 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19359
19360 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19361
19362 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19363
19364 2005-05-29 Richard M. Stallman <rms@gnu.org>
19365
19366 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19367 Undo the change that moves to end of the current word.
19368
19369 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19370
19371 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19372 Throw error when count <= 0 to ensure input is a number.
19373 (gdb-read-memory-custom): Pick up address from buffer.
19374 (gdb-memory-mode): Allow user to increment and decrement
19375 memory address from header line.
19376
19377 2005-05-29 Richard M. Stallman <rms@gnu.org>
19378
19379 * flyspell.el (flyspell-version): Function deleted.
19380 (flyspell-auto-correct-previous-hook): Doc fix.
19381
19382 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19383 Do nothing if memory is full.
19384
19385 * font-lock.el (font-lock-fontify-syntactically-region):
19386 Pass t for GREEDY to looking-back.
19387
19388 * saveplace.el (save-place-alist-to-file): Write the file
19389 using write-region.
19390
19391 * subr.el (looking-back): New argument GREEDY.
19392
19393 * progmodes/compile.el (compilation-start): Set the mode
19394 before inserting the initial text.
19395
19396 * progmodes/which-func.el (which-func-update-1): Turn the mode
19397 off in case of error by setting which-func-mode.
19398
19399 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19400
19401 * flyspell.el (flyspell-auto-correct-previous-word):
19402 Narrow down to what's on the screen, and recenter overlays
19403 at the end of the next word.
19404
19405 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19406
19407 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19408 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19409 (flyspell-abbrev-p): Default to nil.
19410 (flyspell-use-global-abbrev-table-p): Doc fix.
19411 (flyspell-large-region): Allow nil as value.
19412 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19413
19414 (mail-mode-flyspell-verify): More robust handling
19415 of `mail-header-separator'. More efficient signature detection.
19416 Allow for regexp metacharacters in message-header-separator.
19417 Adding `To' not to be checked in mail-mode-flyspell-verify.
19418
19419 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19420 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19421 Bind flyspell-auto-correct-binding.
19422 Bind C-. and C-, .
19423 (flyspell-mode-map): Likewise.
19424 (flyspell-mode): Doc fix.
19425 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19426 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19427 (flyspell-word-cache-result): New var, always local.
19428 (flyspell-check-pre-word-p): Doc fix.
19429 (flyspell-check-changed-word-p): Handle spc like newline.
19430 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19431 (flyspell-word-search-backward, flyspell-word-search-forward):
19432 New functions.
19433 (flyspell-word): Return t if nothing to check.
19434 When parsing TeX code, check for after } or \.
19435 Use flyspell-word-search-backward to find previous word.
19436 Return nil if duplicated word.
19437 For word already checked, return same value as last time.
19438 Set flyspell-word-cache-result after checking.
19439 Don't clobber the return value.
19440 (flyspell-get-word): Major rewrite.
19441 (flyspell-external-point-words): New locals pword, pcount.
19442 Fix size used in progress message.
19443 Find the proper corresponding word in flyspell-large-region-buffer.
19444 (flyspell-region): Check for flyspell-large-region = nil.
19445 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19446 (flyspell-auto-correct-word): Check that WORD is a cons.
19447 (flyspell-correct-word): Likewise.
19448
19449 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19450
19451 * progmodes/make-mode.el (makefile-rule-action-regex)
19452 (makefile-macroassign-regex, makefile-makepp-mode)
19453 (makefile-bsdmake-mode): Continuation lines may be empty.
19454 Reported by Joshua Varner.
19455 (makefile-makepp-font-lock-keywords): Add $(stem).
19456
19457 2005-05-28 Karl Berry <karl@gnu.org>
19458
19459 * textmodes/tex-mode.el: Now that tex-send-command calls
19460 shell-quote-argument (2005-03-31 change), remove all calls to
19461 shell-quote-argument; they all end up invoking tex-send-command.
19462 The double quoting loses on filenames with non-safe characters,
19463 such as "@". Reported by Frederik Fouvry.
19464
19465 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19466
19467 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19468 about preserving point.
19469
19470 2005-05-27 Jay Belanger <belanger@truman.edu>
19471
19472 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19473 Info-goto-node.
19474
19475 * calc/calc-embed.el (calc-embed-arg): New variable.
19476 (calc-do-embedded-activate, calc-embedded-activate-formula)
19477 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19478 variable by new variable.
19479 (calc-embedded-make-info): Replace undeclared variable by new
19480 variable. When selecting region with positive prefix
19481 argument, use end of previous line instead of beginning of line.
19482
19483 * calc/calc-aent.el (calc-arg-values): Declare it.
19484
19485 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19486 Declare them.
19487
19488 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19489
19490 * calc/calc.el (calc-alg-map): Declare it.
19491
19492 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19493
19494 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19495
19496 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19497 (gdb-registers-buffer, toggle-gdb-all-registers):
19498 Toggle display of floating point registers.
19499 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19500
19501 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19502 (toggle-gud-tooltip-dereference):
19503 Rename from gud-toggle-tooltip-dereference.
19504
19505 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19506
19507 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19508
19509 2005-05-27 Jay Belanger <belanger@truman.edu>
19510
19511 * calc/calc-prog.el (calc-kbd-report): Remove.
19512 (calc-kbd-query): Rewrite.
19513
19514 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19515
19516 * image.el (image-library-alist): Move to image.c.
19517 (image-type-available-p): Doc fix.
19518
19519 2005-05-27 Lute Kamstra <lute@gnu.org>
19520
19521 * calc/calc.el (calc):
19522 * outline.el (outline-1, outline-2, outline-3, outline-4)
19523 (outline-5, outline-6, outline-7, outline-8):
19524 * textmodes/dns-mode.el (dns-mode):
19525 * textmodes/sgml-mode.el (sgml-namespace-face):
19526 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19527 (tex-verbatim-face, tex-use-reftex):
19528 * textmodes/texinfo.el (texinfo-heading-face):
19529 Specify customization group.
19530
19531 * longlines.el: Don't require easy-mmode.
19532 (longlines-visible-face): Specify customization group.
19533
19534 2005-05-27 Kenichi Handa <handa@m17n.org>
19535
19536 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19537 encoding table of windows-1251.
19538
19539 * international/ucs-tables.el (ucs-set-table-for-input):
19540 If translation-table-for-input of a coding system is a symbol, get
19541 its translation-table property.
19542
19543 * international/code-pages.el: Don't register a coding system into
19544 non-iso-charset-alist more than once.
19545 (cp-make-coding-system): Likewise.
19546
19547 2005-05-26 John Wiegley <johnw@newartisans.com>
19548
19549 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19550 `eshell-resume-eval' is wrapped in a list, it indicates that the
19551 command was run asynchronously. In that case, unwrap the value
19552 before checking the delimiter value.
19553
19554 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19555 character before a space at the end of a line is \, assume the space
19556 is part of the last argument rather than a final argument separator.
19557
19558 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19559 is in use, and the target is `t' or `nil' (which are the most common
19560 values), don't assume that the symbol target is a buffer.
19561
19562 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19563
19564 * calendar/calendar.el (calendar-mode-line-format):
19565 Use mode-line-highlight as mouse-face.
19566
19567 * time.el (display-time-string-forms, display-time-update):
19568 Use mode-line-highlight as mouse-face.
19569
19570 2005-05-26 Jay Belanger <belanger@truman.edu>
19571
19572 * calc/calc.el (calc-language-alist): Remove extra defvar.
19573
19574 2005-05-26 Lute Kamstra <lute@gnu.org>
19575
19576 * arc-mode.el (archive-mode):
19577 * bookmark.el (bookmark-read-annotation-mode)
19578 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19579 * bs.el (bs-mode):
19580 * calc/calc-yank.el (calc-edit-mode):
19581 * calc/calc.el (calc-mode, calc-trail-mode):
19582 * calculator.el (calculator-mode):
19583 * chistory.el (command-history-mode):
19584 * comint.el:
19585 * cus-edit.el (custom-mode):
19586 * descr-text.el (describe-text-mode):
19587 * ebuff-menu.el (Electric-buffer-menu-mode):
19588 * ediff-util.el (ediff-mode):
19589 * emacs-lisp/re-builder.el (reb-mode):
19590 * emulation/vi.el (vi-mode-setup):
19591 * emulation/ws-mode.el (wordstar-mode):
19592 * eshell/esh-mode.el (eshell-mode):
19593 * forms.el (forms-mode):
19594 * help-mode.el (help-mode):
19595 * hexl.el (hexl-mode):
19596 * ibuffer.el (ibuffer-mode):
19597 * ielm.el (inferior-emacs-lisp-mode):
19598 * info.el (Info-mode, Info-edit-mode):
19599 * international/swedish.el:
19600 * ledit.el (ledit-from-lisp-mode):
19601 * locate.el (locate-mode):
19602 * mail/rmail.el (rmail-mode):
19603 * mail/rmailedit.el (rmail-edit-mode):
19604 * mail/rmailsum.el (rmail-summary-mode):
19605 * mail/supercite.el (sc-electric-mode):
19606 * net/eudc.el (eudc-mode):
19607 * net/quickurl.el (quickurl-list-mode):
19608 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19609 * obsolete/ooutline.el (outline-mode):
19610 * obsolete/options.el (Edit-options-mode):
19611 * obsolete/rnews.el (news-mode):
19612 * obsolete/rnewspost.el (news-reply-mode):
19613 * play/5x5.el (5x5-mode):
19614 * play/decipher.el (decipher-mode, decipher-stats-mode):
19615 * play/gomoku.el (gomoku-mode):
19616 * play/snake.el (snake-mode):
19617 * play/solitaire.el (solitaire-mode):
19618 * play/tetris.el (tetris-mode):
19619 * progmodes/ada-mode.el (ada-mode):
19620 * progmodes/antlr-mode.el (antlr-mode):
19621 * progmodes/autoconf.el (autoconf-mode):
19622 * progmodes/dcl-mode.el (dcl-mode):
19623 * progmodes/delphi.el (delphi-mode):
19624 * progmodes/ebrowse.el (ebrowse-tree-mode)
19625 (ebrowse-electric-list-mode, ebrowse-member-mode)
19626 (ebrowse-electric-position-mode):
19627 * progmodes/f90.el (f90-mode):
19628 * progmodes/fortran.el (fortran-mode):
19629 * progmodes/icon.el (icon-mode):
19630 * progmodes/idlw-help.el (idlwave-help-mode):
19631 * progmodes/idlw-shell.el (idlwave-shell-mode):
19632 * progmodes/idlwave.el (idlwave-mode):
19633 * progmodes/inf-lisp.el (inferior-lisp-mode):
19634 * progmodes/m4-mode.el (m4-mode):
19635 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19636 * progmodes/modula2.el (modula-2-mode):
19637 * progmodes/octave-inf.el (inferior-octave-mode):
19638 * progmodes/octave-mod.el (octave-mode):
19639 * progmodes/pascal.el (pascal-mode):
19640 * progmodes/sh-script.el (sh-mode):
19641 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19642 * progmodes/vhdl-mode.el (vhdl-mode):
19643 * progmodes/xscheme.el (scheme-interaction-mode):
19644 * replace.el (occur-mode):
19645 * ses.el (ses-mode):
19646 * simple.el (completion-list-mode):
19647 * skeleton.el:
19648 * speedbar.el (speedbar-mode):
19649 * term.el (term-mode):
19650 * terminal.el (terminal-edit-mode):
19651 * textmodes/reftex-index.el (reftex-index-mode)
19652 (reftex-index-phrases-mode):
19653 * textmodes/reftex-sel.el (reftex-select-label-mode)
19654 (reftex-select-bib-mode):
19655 * textmodes/reftex-toc.el (reftex-toc-mode):
19656 * wdired.el (wdired-change-to-wdired-mode):
19657 * wid-browse.el (widget-browse-mode):
19658 Use run-mode-hooks.
19659
19660 * array.el (array-mode):
19661 * calendar/todo-mode.el (todo-mode):
19662 * man.el (Man-mode):
19663 * play/landmark.el (lm-mode):
19664 * play/mpuz.el (mpuz-mode):
19665 Use kill-all-local-variables and run-mode-hooks.
19666
19667 * subr.el (delay-mode-hooks): Specify indentation.
19668
19669 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19670
19671 * xml.el (xml-substitute-special): Don't die for undefined xml
19672 entities.
19673
19674 2005-05-26 Jay Belanger <belanger@truman.edu>
19675
19676 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19677 of nil.
19678
19679 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19680
19681 * progmodes/gdb-ui.el (gdb-frame-address):
19682 Rename from gdb-current-address.
19683 (gdb-previous-frame-address): Rename from gdb-previous-address.
19684 (gdb-selected-frame): Rename from gdb-current-frame.
19685 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19686 (gdb-frame-number): Rename from gdb-current-stack-level.
19687 (gdb-ann3): Match new mode-name for disassembly buffer.
19688 Extend initialization of variables.
19689 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19690 (gdb-memory-mode): Use mouse-face in header line.
19691 (gdb-assembler-buffer-name): Call it disassembly and give frame
19692 in mode line.
19693 (gdb-source-spec-regexp, gdb-assembler-custom)
19694 (gdb-invalidate-assembler, gdb-frame-handler):
19695 Make robust to leading zeroes in address format.
19696
19697 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19698
19699 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19700 define `org-mode'.
19701 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19702
19703 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19704
19705 * log-edit.el (log-edit-changelog-entries): Distinguish between
19706 filenames like xfns.c and fns.c.
19707
19708 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19709
19710 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19711 point after reverting.
19712 (Buffer-menu-make-sort-button): Handle the case where
19713 `Buffer-menu-use-header-line' is nil.
19714
19715 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19716
19717 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19718 New funcs. In minibuffer-local-completion-map bind `]', `/'
19719 and `:' to them.
19720
19721 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19722
19723 * startup.el (normal-top-level): Allow modification of load-path while
19724 we're iterating over it.
19725
19726 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19727
19728 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19729 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19730 (thumbs-resize-interactive, thumbs-insert-image)
19731 (thumbs-insert-thumb, thumbs-dired-show-marked)
19732 (thumbs-find-image-at-point, thumbs-delete-images)
19733 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19734 (thumbs-increment-image-size, thumbs-decrement-image-size):
19735 Fix typos in docstrings.
19736
19737 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19738
19739 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19740 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19741 (cperl-mode): Use them.
19742
19743 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19744
19745 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19746 Doc fixes.
19747
19748 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19749
19750 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19751 Bind C-d to gdb-inferior-io-eof.
19752
19753 * dired.el (dired-dnd-popup-notice): Use message-box.
19754
19755 2005-05-23 Masatake YAMATO <jet@gyve.org>
19756
19757 * bindings.el (mode-line-major-mode-keymap):
19758 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19759
19760 * faces.el (mode-line-highlight): New face.
19761
19762 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19763 as mouse-face.
19764
19765 * bindings.el (top-level, help-echo, mode-line-modified)
19766 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19767 as mouse-face.
19768
19769 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19770
19771 * progmodes/cc-engine.el (c-guess-basic-syntax):
19772 Remove spurious call to `zerop'.
19773
19774 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19775
19776 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19777
19778 CC Mode update to 5.30.10:
19779
19780 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19781 could go past the limit in decoration level 2, thereby causing
19782 errors during interactive fontification.
19783
19784 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19785 the file is evaluated interactively.
19786
19787 * cc-engine.el (c-guess-basic-syntax): Handle operator
19788 declarations somewhat better in C++.
19789
19790 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19791 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19792 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19793 (awk-mode): Use it.
19794 (make-local-hook): Suppress warning about obsoleteness.
19795
19796 * cc-engine.el, cc-align.el, cc-cmds.el
19797 (c-append-backslashes-forward, c-delete-backslashes-forward)
19798 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19799 Compensate for return value from `forward-line' when it has moved
19800 but not to a different line due to eob.
19801
19802 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19803 `objc-method-intro' and `objc-method-args-cont'.
19804
19805 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19806
19807 CC Mode update to 5.30.10:
19808
19809 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19810 in the copyright statement. Incidentally, change "along with GNU
19811 Emacs" to "along with this program" where it occurs.
19812
19813 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19814 so that it is interactive, hence can be found by M-x awk-mode
19815 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19816 <gmorris+emacs@ast.cam.ac.uk>.
19817
19818 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19819 Mode's regexps.
19820
19821 2005-05-23 Kevin Ryde <user42@zip.com.au>
19822
19823 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19824 c-parse-state, to avoid a lisp error (on bad code).
19825
19826 2005-05-23 Lute Kamstra <lute@gnu.org>
19827
19828 * subr.el (font-lock-defaults): Remove defvar as it's already
19829 defined in font-core.el.
19830
19831 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19832
19833 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19834
19835 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19836 more general and work when GDB variable "print pretty" is on,
19837 as with Emacs, for example.
19838
19839 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19840
19841 * font-core.el: Update comment.
19842
19843 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19844 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19845
19846 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19847
19848 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19849
19850 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19851 and `yank-handler' in the doc strings.
19852
19853 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19854
19855 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19856
19857 2005-05-22 Richard M. Stallman <rms@gnu.org>
19858
19859 * help.el (describe-key): Move print-help-return-message call
19860 out of conditional.
19861
19862 * progmodes/etags.el (list-tags): Use with-no-warnings.
19863
19864 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19865 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19866 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19867
19868 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19869
19870 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19871 Add defvar.
19872
19873 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19874 Use defvar, not defconst.
19875
19876 * hexl.el (hexl-follow-line): Use with-no-warnings.
19877
19878 * emulation/tpu-extras.el: Use write-file-functions instead of
19879 write-file-hooks.
19880
19881 * dired.el (dired-font-lock-keywords): Fontify files with junk
19882 extensions even if marked by -F.
19883
19884 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19885
19886 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19887 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19888 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19889 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19890 (concatenate, list-length, get*, getf, cl-remprop):
19891 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19892 (etypecase, progv, lexical-let, lexical-let*)
19893 (multiple-value-bind, multiple-value-setq, shiftf):
19894 Improve argument/docstring consistency.
19895
19896 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19897
19898 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19899
19900 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19901 doesn't exist.
19902
19903 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19904 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19905
19906 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19907
19908 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19909 already deleted variables: auto-fill-hook, blink-paren-hook,
19910 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19911 suspend-hooks, comment-indent-hook, meta-flag,
19912 before-change-function, after-change-function,
19913 font-lock-doc-string-face.
19914
19915 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19916
19917 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19918
19919 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19920
19921 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19922 rmail-dont-reply-to.
19923
19924 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19925
19926 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19927 literal blank when splitting new-header-values.
19928
19929 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19930
19931 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19932 string so that tmm doesn't create a completion entry for it.
19933
19934 * textmodes/table.el (table-disable-menu): Ditto.
19935
19936 2005-05-21 Richard M. Stallman <rms@gnu.org>
19937
19938 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19939
19940 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19941
19942 * net/rcompile.el (remote-compile): Use compilation-start.
19943
19944 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19945
19946 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19947
19948 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19949 Default to makefile-bsdmake-mode on BSD systems.
19950
19951 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19952 REGEXP may also be a search function now. The part of doc-string
19953 for describing the structure was 95% identical to that of
19954 `imenu--generic-function'. Unify it there.
19955
19956 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19957 Use function to find dependencies, because regexp alone is so complex,
19958 it easily goes into an endless loop.
19959 (makefile-makepp-mode): Also add submenu for Perl functions
19960 defined in the makefile.
19961 (makefile-bsdmake-mode): Special imenu-generic-expression no
19962 longer needed, due to function call.
19963 (makefile-match-dependency): Take BOUND into account when checking
19964 if we're through.
19965
19966 2005-05-20 Jay Belanger <belanger@truman.edu>
19967
19968 * calc/calc-units.el (calc-invalidate-units-table):
19969 Use inhibit-read-only.
19970 (math-build-units-table-buffer): Use view-mode.
19971
19972 2005-05-20 David Kastrup <dak@gnu.org>
19973
19974 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19975 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19976
19977 2005-05-20 Lute Kamstra <lute@gnu.org>
19978
19979 * diff-mode.el (diff-header-face, diff-file-header-face)
19980 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19981 (diff-added-face, diff-changed-face, diff-function-face)
19982 (diff-context-face, diff-nonexistent-face): Put them in the
19983 diff-mode customization group.
19984
19985 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19986
19987 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19988
19989 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19990
19991 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19992 Minor regexp-optimization.
19993
19994 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19995
19996 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19997 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19998 (org-agenda-add-time-grid-maybe): New function.
19999 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20000 (org-table-create): `dotimes' instead of `mapcar'.
20001 (org-xor): Simplify implementation.
20002 (org-agenda): `inhibit-redisplay' turned on.
20003 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20004 a consistent line after a state change.
20005 (org-agenda-remove-times-when-in-prefix): New option.
20006 (org-prefix-has-time): New variable.
20007 (org-parse-time-string): Optional argument NODEFAULT.
20008 (org-format-agenda-item): Parse items for time-of-day
20009 specifications and move these into the prefix if possible.
20010 (org-agenda-priority): Get current heading, not previous heading
20011 during agenda remote editing.
20012
20013 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20014
20015 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20016 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20017 (remove-duplicates, delete-duplicates, substitute)
20018 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20019 (nsubstitute-if-not, find, find-if, find-if-not, position)
20020 (position-if, position-if-not, count, count-if, count-if-not)
20021 (mismatch, search, sort*, stable-sort, merge, member*)
20022 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20023 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20024 (intersection, nintersection, set-difference, nset-difference)
20025 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20026 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20027 (nsublis, tree-equal): Improve argument/docstring consistency.
20028
20029 * subr.el (send-string, send-region): Remove obsolescence declaration.
20030 (window-dot, set-window-dot, read-input, show-buffer)
20031 (eval-current-buffer, string-to-int):
20032 Add release number to obsolescence declarations.
20033
20034 2005-05-19 Kim F. Storm <storm@cua.dk>
20035
20036 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20037 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20038
20039 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20040
20041 * faces.el (list-faces-display): Make back button respect optional
20042 regexp arg.
20043
20044 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20045
20046 * calculator.el (calculator-radix-grouping-mode)
20047 (calculator-radix-grouping-digits, calculator-displayer)
20048 (calculator-radix-grouping-separator, calculator-copy-displayer):
20049 * dabbrev.el (dabbrev-search-these-buffers-only):
20050 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20051 (diff-advance-after-apply-hunk, diff-mode-hook)
20052 (diff-minor-mode-prefix):
20053 * imenu.el (imenu-use-popup-menu):
20054 * jit-lock.el (jit-lock-context-time):
20055 * newcomment.el (comment-fill-column, comment-column)
20056 (comment-style, comment-padding, comment-multi-line)
20057 (comment-empty-lines, comment-auto-fill-only-comments):
20058 * reveal.el (reveal-around-mark):
20059 * uniquify.el (uniquify-buffer-name-style)
20060 (uniquify-after-kill-buffer-p)
20061 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20062 (uniquify-min-dir-content, uniquify-separator)
20063 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20064 * w32-vars.el (w32-fixed-font-alist):
20065 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20066 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20067 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20068 * progmodes/perl-mode.el (perl-indent-level)
20069 (perl-continued-statement-offset, perl-continued-brace-offset)
20070 (perl-brace-offset, perl-brace-imaginary-offset)
20071 (perl-label-offset, perl-indent-continued-arguments)
20072 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20073 * progmodes/tcl.el (tcl-indent-level)
20074 (tcl-continued-indent-level, tcl-auto-newline)
20075 (tcl-tab-always-indent, tcl-electric-hash-style)
20076 (tcl-help-directory-list, tcl-use-smart-word-finder)
20077 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20078 (inferior-tcl-source-command):
20079 * textmodes/fill.el (enable-kinsoku):
20080 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20081 * textmodes/table.el (table-yank-handler):
20082 Specify missing group (and type, if simple) in defcustom.
20083
20084 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20085
20086 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20087
20088 2005-05-19 Richard M. Stallman <rms@gnu.org>
20089
20090 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20091
20092 * subr.el (event-basic-type): Don't get an error.
20093 (left-fringe-p): Function deleted.
20094
20095 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20096 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20097
20098 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20099 in recursive copy.
20100
20101 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20102
20103 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20104
20105 * emacs-lisp/bytecomp.el
20106 (byte-compile-file-form-custom-declare-variable):
20107 Call byte-compile-nogroup-warn if appropriate.
20108
20109 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20110 (compilation-set-window): Don't call left-fringe-p; do it directly.
20111
20112 2005-05-19 Jay Belanger <belanger@truman.edu>
20113
20114 * calc/calc-graph.el (calc-graph-format-data): Make sure
20115 var-PlotRejects is bound before trying to check its value.
20116
20117 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20118
20119 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20120 definition of this variable from reftex-global.el to reftex.el,
20121 because it is needed in the menu.
20122
20123 2005-05-19 Lute Kamstra <lute@gnu.org>
20124
20125 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20126 years are fixed. Don't insert a space after a dash.
20127
20128 2005-05-19 Kim F. Storm <storm@cua.dk>
20129
20130 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20131
20132 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20133
20134 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20135 strings, because (eq ... ?\\) is fairly frequent.
20136
20137 * progmodes/make-mode.el (makefile-add-this-line-targets):
20138 Simplify and integrate into `makefile-pickup-targets'.
20139 (makefile-add-this-line-macro): Simplify and integrate into
20140 `makefile-pickup-macros.
20141 (makefile-pickup-filenames-as-targets): Simplify.
20142 (makefile-previous-dependency, makefile-match-dependency):
20143 Don't stumble over `::'.
20144
20145 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20146
20147 * subr.el (post-command-idle-hook, post-command-idle-delay):
20148 Remove obsoletion of post-command-idle-hook and
20149 post-command-idle-delay.
20150
20151 * faces.el (list-faces-display): Provide button when describe-face
20152 is called to take user back to the list of faces.
20153
20154 * help-fns.el (describe-variable): Remove hyperlinks in a
20155 variable's value as these are quite frequently inappropriate.
20156
20157 * follow.el (follow-submit-feedback, follow-mode):
20158 Remove references to post-command-idle-hook.
20159
20160 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20161
20162 * progmodes/make-mode.el (makefile-previous-dependency)
20163 (makefile-match-dependency): Check for := (and in bsd mode also
20164 !=) to give a better result, even when font-lock is not on.
20165
20166 2005-05-18 Jay Belanger <belanger@truman.edu>
20167
20168 * calc/calc-help.el (calc-s-prefix-help):
20169 Add `calc-copy-special-constant' to help string.
20170
20171 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20172
20173 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20174
20175 2005-05-18 Jay Belanger <belanger@truman.edu>
20176
20177 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20178 in linear factors are in proper order.
20179
20180 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20181
20182 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20183 Support for jurabib.
20184
20185 * textmodes/reftex.el (featurep): Define aliases for overlay
20186 commands, for XEmacs compatibility, and use these aliases in
20187 overlay initializations.
20188 (reftex-highlight): Use `reftex-move-overlay'.
20189 (reftex-unhighlight): Use `reftex-delete-overlay'.
20190 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20191 (reftex-access-search-path): Use `reftex-uniquify' instead of
20192 `reftex-uniq'
20193
20194 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20195 `before-string' property modification enables for Emacs as well.
20196 (reftex-select-item): Use `reftex-delete-overlay'.
20197 (reftex-select-mark): Use `reftex-make-overlay' and
20198 `reftex-overlay-put'.
20199 (reftex-select-unmark): Use `reftex-delete-overlay' and
20200 `reftex-overlay-put'.
20201
20202 2005-05-18 Lute Kamstra <lute@gnu.org>
20203
20204 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20205
20206 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20207
20208 * add-log.el (add-change-log-entry):
20209 * array.el (array-make-template, array-reconfigure-rows)
20210 (array-init-max-row, array-init-max-column)
20211 (array-init-columns-per-line, array-init-field-width):
20212 * replace.el (replace-match-maybe-edit, perform-replace):
20213 * textmodes/spell.el (spell-region):
20214 Replace `read-input' by `read-string'.
20215
20216 * forms.el (forms-mode):
20217 * finder.el (finder-compile-keywords):
20218 * shadowfile.el (shadow-read-files):
20219 Replace `eval-current-buffer' by `eval-buffer'.
20220
20221 * terminal.el (te-pass-through):
20222 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20223 (ange-ftp-raw-send-cmd):
20224 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20225 (send-process-next-char, telnet-initial-filter, telnet):
20226 Replace `send-string' by `process-send-string'.
20227
20228 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20229 (prolog-consult-region): Replace `send-string' by
20230 `process-send-string'; replace `send-region' by `process-send-region'.
20231
20232 * progmodes/delphi.el (delphi-log-msg):
20233 Replace `set-window-dot' by `set-window-point'.
20234
20235 * subr.el (window-dot, set-window-dot, read-input, send-string)
20236 (send-region, show-buffer, eval-current-buffer):
20237 Make really obsolete, as the comment says.
20238
20239 2005-05-17 Kim F. Storm <storm@cua.dk>
20240
20241 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20242 (cua--init-keymaps): Bind C-return instead of S-return to set
20243 rectangle mark.
20244
20245 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20246 instead of S-return to toggle/clear rectangle mark.
20247
20248 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20249
20250 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20251 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20252 Also fontify plain strings assigned to variables, mostly so that a
20253 colon has a face and is thus not taken as a dependency separator.
20254 (makefile-previous-dependency): Inline the new matcher, because it
20255 is too complex to work in both directions.
20256 (makefile-match-dependency): Eliminate `backward' arg (see above).
20257 Completely reimplemented so as to not sometimes go into an endless
20258 loop. It should also be more efficient, because first it only
20259 searches for `:', instead of applying the very complex regexp.
20260 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20261 to be fontified in one piece can be too long for JIT.
20262 Makefiles are never *that* big.
20263
20264 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20265
20266 * dired.el (dired-mode): Simplify.
20267
20268 2005-05-17 Lute Kamstra <lute@gnu.org>
20269
20270 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20271 defcustom for the mode hook variable.
20272
20273 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20274 Emacs Lisp Reference Manual.
20275
20276 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20277
20278 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20279 (evenp, list*):
20280 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20281 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20282
20283 * net/tramp-smb.el (tramp-smb-open-connection):
20284 Pass `tramp-chunksize' as fifth (required) argument.
20285
20286 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20287
20288 * font-lock.el (lisp-font-lock-keywords-1):
20289 Set `font-lock-negation-char-face' for [^...] char group.
20290 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20291
20292 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20293 a var, and refine it to mask one more level of nested vars.
20294 (makefile-rule-action-regex): Turn it into a var, and refine it so
20295 it recognizes backslashed continuation lines as belonging to the
20296 same command.
20297 (makefile-macroassign-regex): Refine it so it recognizes
20298 backslashed continuation lines as belonging to the same command.
20299 (makefile-var-use-regex): Don't look at the next char, because it
20300 might be the same one to be skipped by the initial [^$], leading
20301 to an overlooked variable use.
20302 (makefile-make-font-lock-keywords): Remove two parameters, which
20303 are now variables that some of the modes set locally.
20304 Handle dependency and rule action matching through functions, because
20305 regexps alone match too often. Dependency matching now comes
20306 last, so it can check, whether a colon already matched something else.
20307 (makefile-mode): Inform that font-lock improves makefile parsing
20308 capabilities.
20309 (makefile-match-dependency, makefile-match-action): New functions.
20310
20311 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20312
20313 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20314
20315 * align.el (align-regexp):
20316 * ansi-color.el (ansi-color-get-face):
20317 * array.el (array-reconfigure-rows, array-init-max-row)
20318 (array-init-max-column, array-init-columns-per-line)
20319 (array-init-field-width):
20320 * dired-aux.el (dired-trample-file-versions):
20321 * dired-x.el (dired-mark-sexp):
20322 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20323 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20324 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20325 * faces.el (face-read-integer):
20326 * files.el (backup-extract-version, insert-directory):
20327 * hexl.el (hexl-insert-decimal-char):
20328 * server.el (server-process-filter):
20329 * shell.el (shell-extract-num):
20330 * startup.el (command-line-1):
20331 * term.el (term-command-hook):
20332 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20333 (time-stamp-do-number):
20334 * time.el (display-time-update):
20335 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20336 (timezone-fix-time):
20337 * vms-patch.el (vms-suspend-resume-hook):
20338 * calendar/appt.el (appt-convert-time):
20339 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20340 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20341 * calendar/cal-islam.el (mark-islamic-diary-entries):
20342 * calendar/calendar.el (calendar-cursor-to-date)
20343 (calendar-star-date):
20344 * calendar/diary-lib.el (diary-attrtype-convert)
20345 (mark-diary-entries, diary-entry-time):
20346 * calendar/solar.el (solar-get-number):
20347 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20348 * emacs-lisp/re-builder.el (reb-display-subexp):
20349 * emulation/edt.el (edt-set-scroll-margins):
20350 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20351 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20352 (vip-get-ex-count):
20353 * emulation/viper-ex.el (viper-get-ex-token)
20354 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20355 * international/fontset.el (fontset-plain-name):
20356 * mail/feedmail.el (feedmail-look-at-queue-directory):
20357 * mail/mailalias.el (mail-get-names):
20358 * mail/rmail.el (rmail-convert-to-babyl-format):
20359 * mail/rmailsum.el (rmail-make-basic-summary-line)
20360 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20361 (rmail-summary-goto-msg):
20362 * mail/smtpmail.el (smtpmail-read-response):
20363 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20364 (ange-ftp-vms-add-file-entry):
20365 * play/gametree.el (gametree-looking-at-ply)
20366 (gametree-current-branch-score):
20367 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20368 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20369 * progmodes/cperl-mode.el (condition-case):
20370 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20371 (ebrowse-set-member-buffer-column-width)
20372 (ebrowse-select-1st-to-9nth):
20373 * progmodes/etags.el (etags-snarf-tag):
20374 * progmodes/flymake.el (flymake-parse-line):
20375 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20376 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20377 (idlwave-shell-menu-def):
20378 * progmodes/ps-mode.el (ps-run-goto-error):
20379 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20380 (vhdl-speedbar-contract-level):
20381 * term/mac-win.el (x-handle-numeric-switch):
20382 * term/sun-mouse.el (sun-get-frame-data):
20383 * term/w32-win.el (x-handle-numeric-switch):
20384 * term/x-win.el (x-handle-numeric-switch):
20385 * textmodes/ispell.el (ispell-parse-output):
20386 * textmodes/nroff-mode.el (nroff-outline-level):
20387 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20388 (reftex-bib-sort-year-reverse, reftex-format-citation):
20389 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20390 (reftex-section-number):
20391 * textmodes/texinfmt.el (texinfo-paragraphindent):
20392 Replace `string-to-int' by `string-to-number'.
20393
20394 * international/latexenc.el: Add page marker to force the "Local
20395 Variables:" string out of the last page.
20396
20397 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20398
20399 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20400 tooltip-change-major-mode.
20401 (gud-tooltip-print-command): Remove case where gud-minor-mode
20402 is gdb ("--fullname").
20403 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20404 explain to user.
20405
20406 2005-05-16 Jay Belanger <belanger@truman.edu>
20407
20408 * calc/calc-store.el (calc-copy-special-constant): New function.
20409
20410 * calc/calc-ext.el (calc-init-extensions): Add binding for
20411 `calc-copy-special-constant'.
20412
20413 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20414 for the `calc-copy-special-constant' command.
20415
20416 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20417
20418 * subr.el (left-fringe-p): New function.
20419
20420 * progmodes/compile.el (compilation-setup): Set local value of
20421 overlay-arrow-string to "" always.
20422 (compilation-set-window): Left fringe then don't scroll.
20423 No left fringe then no arrow and scroll message to top.
20424 (compilation-context-lines): Adjust doc string accordingly.
20425
20426 2005-05-16 Kim F. Storm <storm@cua.dk>
20427
20428 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20429 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20430 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20431 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20432 (ido-read-file-name): Handle commands with ido property value
20433 equal to find-file as reading a file name, to allow C-d to enter dired.
20434 (ibuffer-find-file): Add ido property with value find-file.
20435
20436 2005-05-15 Kim F. Storm <storm@cua.dk>
20437
20438 * subr.el (open-network-stream-nowait): Remove.
20439 (open-network-stream-server): Remove.
20440
20441 2005-05-15 Richard M. Stallman <rms@gnu.org>
20442
20443 * faces.el (describe-face): Output a definition link button.
20444
20445 * help-mode.el (help-face-def): New button type.
20446
20447 * emacs-lisp/copyright.el (copyright-fix-years):
20448 Match properly if the first year is 2-digit.
20449 Don't mess up the whitespace after the years by filling.
20450
20451 * dired-aux.el (dired-mark-confirm):
20452 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20453
20454 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20455 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20456 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20457
20458 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20459 Set font-lock-comment-start-skip.
20460
20461 * font-lock.el (font-lock-comment-start-skip): New variable.
20462 (font-lock-comment-end-skip): New variable.
20463 (font-lock-fontify-syntactically-region): Use them if non-nil.
20464
20465 2005-05-15 Jay Belanger <belanger@truman.edu>
20466
20467 * calc/calc-store.el (calc-store-value): Return a string rather
20468 than display it as a message.
20469 Use calc-var-name for variable name.
20470 (calc-store-into): Add the result of calc-store-value to message.
20471 (calc-copy-variable): Add a message.
20472 (calc-store-exchange): Improve error messages.
20473 (calc-store-binary, calc-store-map): Don't reset the values of
20474 special constants.
20475
20476 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20477
20478 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20479 manual to docstring.
20480
20481 * files.el (hack-local-variables-confirm): Add STRING argument.
20482 Make the function handle non file visiting buffers correctly.
20483 (hack-local-variables-prop-line, hack-local-variables)
20484 (hack-one-local-variable): Use STRING arg of
20485 `hack-local-variables-confirm'.
20486
20487 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20488
20489 Sync with Tramp 2.0.49.
20490
20491 * net/tramp.el (tramp-handle-dired-call-process)
20492 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20493 because the contents of the Tramp buffer is changed before
20494 insertion (`expand-file' and alike).
20495 (tramp-handle-insert-directory): If `localname' has an empty
20496 nondirectory name, it must not be quoted.
20497 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20498 variable `tramp-chunksize'. Change callees.
20499 (tramp-open-connection-setup-interactive-shell): Check remote host
20500 for buggy `send-process-string' implementation.
20501 Set `tramp-chunksize' if found. Reported by Michael Kifer
20502 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20503 (tramp-handle-shell-command): `insert-buffer' cannot be used
20504 because the contents of the Tramp buffer is changed before
20505 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20506 <frederic.bothamy@free.fr>.
20507 (tramp-set-auto-save): Actions should be done for Tramp file name
20508 handler only. Ange-FTP has its own auto-save mechanism.
20509 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20510 (tramp-set-auto-save-file-modes): Set file modes of
20511 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20512 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20513 (tramp-bug): Remove obsolete variable.
20514 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20515 for presence of `mml-mode'. Make it running for older Emacsen as well.
20516
20517 2005-05-14 John Paul Wallington <jpw@pobox.com>
20518
20519 * ibuf-ext.el (define-ibuffer-filter filename):
20520 If `dired-directory' is a list, use its car.
20521
20522 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20523
20524 * ibuffer.el (define-ibuffer-column filename):
20525 If `dired-directory' is a list, use its car.
20526
20527 2005-05-14 Richard M. Stallman <rms@gnu.org>
20528
20529 * subr.el (symbol-file): Doc fix.
20530
20531 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20532 (byte-compile-form): Call byte-compile-nogroup-warn.
20533 (byte-compile-warning-types): Doc fix.
20534
20535 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20536
20537 * progmodes/cc-engine.el (c-literal-faces):
20538 Add font-lock-comment-delimiter-face.
20539
20540 * net/net-utils.el (dig): Use with-no-warnings.
20541
20542 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20543 (sc-recite-frame-alist, sc-default-cite-frame)
20544 (sc-default-uncite-frame, sc-default-recite-frame)
20545 (sc-attrib-selection-list, sc-rewrite-header-list):
20546 Mark as risky-local-variable.
20547
20548 * international/ogonek.el (ogonek-jak, ogonek-how):
20549 Don't use beginning-of-buffer.
20550
20551 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20552
20553 * calendar/solar.el (solar-data-list): Move definition up.
20554
20555 * dnd.el (dnd-protocol-alist): Add autoload.
20556
20557 * progmodes/sh-script.el: Many doc usage fixes.
20558 (sh-indent-after-do): Change default to match common styles.
20559
20560 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20561
20562 * files.el (interpreter-mode-alist)
20563 (auto-mode-interpreter-regexp): Doc fixes.
20564
20565 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20566
20567 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20568
20569 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20570
20571 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20572
20573 * dired.el (dired-mode): make-variable-buffer-local =>
20574 make-local-variable.
20575
20576 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20577
20578 * term/mac-win.el (mac-select-convert-to-string): Try coding
20579 systems in mac-script-code-coding-systems if specified one cannot
20580 encode string for `com.apple.traditional-mac-plain-text'.
20581
20582 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20583
20584 * progmodes/make-mode.el (makefile-targets-face)
20585 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20586 (makefile-dependency-regex): Fix it to not make the colon in
20587 $(var:a=b) special.
20588 (makefile-rule-action-regex): New regexp for highlighting embedded
20589 Shell strings.
20590 (makefile-macroassign-regex): Handle != for highlighting as
20591 embedded Shell strings.
20592 (makefile-var-use-regex): New const.
20593 (makefile-statements, makefile-automake-statements)
20594 (makefile-gmake-statements, makefile-makepp-statements)
20595 (makefile-bsdmake-statements): New consts.
20596 (makefile-make-font-lock-keywords): New function.
20597 (makefile-automake-font-lock-keywords)
20598 (makefile-gmake-font-lock-keywords)
20599 (makefile-makepp-font-lock-keywords)
20600 (makefile-bsdmake-font-lock-keywords): New consts.
20601 (makefile-mode-map): Add switchers between the various submodes.
20602 (makefile-mode): Document the availability of the variants.
20603 (makefile-automake-mode, makefile-gmake-mode)
20604 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20605
20606 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20607 new variants of makefile-mode.
20608
20609 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20610
20611 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20612 the inheritance.
20613
20614 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20615
20616 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20617 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20618
20619 * files.el (normal-mode): Extend the scope of the
20620 `enable-local-variables' binding to include the `set-auto-mode' call.
20621 (magic-mode-alist): Doc fix.
20622
20623 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20624
20625 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20626 font-lock-comment-face rather than copying its setting.
20627
20628 2005-05-12 Andreas Schwab <schwab@suse.de>
20629
20630 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20631
20632 2005-05-12 Lute Kamstra <lute@gnu.org>
20633
20634 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20635 defcustom for the mode hook variable. Delete the last argument.
20636 * generic-x.el: Fix callers of define-generic-mode.
20637 (generic-x-modes): Delete group.
20638 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20639 generic-x customization group.
20640
20641 2005-05-12 Kim F. Storm <storm@cua.dk>
20642
20643 * font-lock.el (font-lock-negation-char-face): Default to "off".
20644
20645 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20646 font-lock-negation-char-face to ! in !=.
20647
20648 2005-05-12 Masatake YAMATO <jet@gyve.org>
20649
20650 * add-log.el (find-change-log): Fix typos in the docstring
20651 of function.
20652
20653 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20654
20655 * international/latexenc.el (latexenc-find-file-coding-system):
20656 Avoid `re-search-forward' when looking for input encoding because
20657 of speed and safety. Better regular expressions for recognizing
20658 input encoding. Limit a search for TeX-master/tex-main-file to
20659 the local variable section.
20660
20661 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20662
20663 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20664 syntax of $ to "'" (quote).
20665
20666 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20667
20668 * dnd.el (dnd-protocol-alist): Improve custom type.
20669
20670 * dired.el (dired-dnd-protocol-alist): New variable.
20671 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20672 `dired-mode-hook' to the end.
20673
20674 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20675
20676 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20677 comment-end if comment-start-skip is not set.
20678 Obey the font-lock-comment-delimiter-face variables.
20679
20680 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * files.el (executable-find): Move from executable.el. Use
20683 locate-file.
20684 * progmodes/executable.el (executable-find): Move to files.el.
20685
20686 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20687 when trying to ensure forward progress.
20688
20689 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20690
20691 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20692 (mouse-select, mouse-select-internal, mouse-extend-internal):
20693 Use it to implement mouse-1-click-follows-link functionality.
20694
20695 2005-05-11 Richard M. Stallman <rms@gnu.org>
20696
20697 * font-lock.el (font-lock-fontify-syntactically-region):
20698 Use font-lock-comment-delimiter-face for comment delimiters.
20699
20700 2005-05-10 Jay Belanger <belanger@truman.edu>
20701
20702 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20703 preserving embedded modes.
20704
20705 2005-05-10 Richard M. Stallman <rms@gnu.org>
20706
20707 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20708
20709 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20710 Move from ada-stmt.el.
20711 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20712
20713 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20714 Move to ada-mode.el.
20715 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20716
20717 * cus-edit.el (custom-file): Call file-chase-links.
20718
20719 * files.el (read-directory-name): Fix previous change.
20720 (hack-local-variables-confirm): New function.
20721 (hack-local-variables-prop-line, hack-local-variables)
20722 (hack-one-local-variable): Use it.
20723
20724 2005-05-10 Lute Kamstra <lute@gnu.org>
20725
20726 * font-lock.el (font-lock-keywords-alist)
20727 (font-lock-removed-keywords-alist): Clarify docstrings.
20728
20729 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20730
20731 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20732 (gdb-source-info): Check for preprocessor info.
20733 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20734 a macro for a function.
20735 (gdb-info-breakpoints-custom): Try to find file again if not already
20736 found (user might have used GDB dir command).
20737 (gdb-get-location): Update gdb-location-alist correctly for change
20738 to gdb-info-breakpoints-custom.
20739
20740 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20741 (gud-tooltip-print-command): Add gdbmi case.
20742 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20743 preprocessor info.
20744
20745 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20746
20747 * startup.el (fancy-splash-insert): Fix typo in doc string.
20748
20749 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20750
20751 * obsolete/float.el (string-to-float):
20752 * obsolete/hilit19.el (hilit-add-pattern):
20753 * obsolete/rnews.el (news-parse-range, news-select-message)
20754 (news-get-pruned-list-of-files): Replace `string-to-int' by
20755 `string-to-number'.
20756
20757 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20758 `find-file-not-found-hooks'; use `add-hook'.
20759 (uncompress-while-visiting): Set `write-file-functions', not
20760 `write-file-hooks'; use `add-hook'.
20761
20762 2005-05-09 Kim F. Storm <storm@cua.dk>
20763
20764 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20765 (cua-paste): Handle clipboard action.
20766 (cua--init-keymaps): Remap clipboard-kill-region and
20767 clipboard-kill-ring-save.
20768
20769 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20770
20771 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20772 Improve commentary.
20773
20774 * simple.el (next-error-overlay-arrow-position): Revert the change
20775 made on 2005-04-30.
20776
20777 2005-05-07 Jay Belanger <belanger@truman.edu>
20778
20779 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20780 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20781 `calc-sel-reselect'.
20782
20783 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20784 Calc is in embedded mode.
20785
20786 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20787
20788 * progmodes/compile.el (compilation-setup):
20789 Set overlay-arrow-string to an empty string on text terminals.
20790
20791 * textmodes/ispell.el (ispell-program-name): Try looking for
20792 "aspell" along exec-path, and if found, use it as the default
20793 speller program.
20794
20795 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20796
20797 * international/mule.el (sgml-xml-auto-coding-function):
20798 Recognize encoding='FOO' in single quotes as well as in double quotes.
20799
20800 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20801
20802 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20803 as well as `interactive', so that defmacro* would recognize
20804 `declare' forms.
20805
20806 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20807
20808 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20809 Explain more about the LIGHTER arg's usage in the doc string.
20810 Add commentary to clarify what the code does. Fix the regexp that
20811 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20812 since it could have characters special to regular expressions.
20813
20814 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20815
20816 * replace.el (occur-1): Bind inhibit-read-only so that
20817 erase-buffer doesn't barf on read-only text properties (likewise
20818 for add-text-properties in occur-engine). Mark buffer as unmodified.
20819 (occur-engine): Don't set buffer-read-only here.
20820
20821 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20822
20823 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20824 list-buffers-directory. This caused the *cvs-commit* buffer to be
20825 sometimes mistakenly reused as a *cvs* buffer.
20826
20827 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20828
20829 * tooltip.el: Move code for GUD tooltips into gud.el.
20830 (require): CL no longer needed to compile case.
20831 (tooltip-mode): Do not toggle functions for GUD tooltips.
20832 (tooltip-gud-tips-p): Remove. Replace with minor mode
20833 gud-tooltip-mode in gud.el.
20834 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20835 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20836 tooltip-gud prefix with gud-tooltip and obsolete.
20837 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20838 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20839 (tooltip-mouse-motion): Mouse movement functions/variable.
20840 Rename in gud.el by adding gud prefix.
20841 (tooltip-gud-original-filter, tooltip-gud-dereference)
20842 (tooltip-gud-event, tooltip-toggle-gud-tips)
20843 (tooltip-gud-process-output, tooltip-gud-print-command)
20844 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20845 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20846 (gdb-tooltip-print): Move to gdb-ui.el.
20847
20848 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20849 (require): CL needed to compile case.
20850 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20851 tooltip-gud-tips-p. Make it a minor-mode.
20852 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20853 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20854 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20855 (gud-tooltip-change-major-mode)
20856 (gud-tooltip-activate-mouse-motions-if-enabled)
20857 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20858 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20859 (gud-tooltip-original-filter, gud-tooltip-dereference)
20860 (gud-tooltip-event, tooltip-toggle-gud-tips)
20861 (gud-tooltip-process-output, gud-tooltip-print-command)
20862 (gud-tooltip-tips): Move from tooltip.el.
20863
20864 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20865 (gdb-cpp-define-alist-flags): Doc fix.
20866 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20867 gud-tooltip-mode is t.
20868
20869 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20870
20871 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20872 evaporate if their text is deleted.
20873 (goto-address-at-point): Make it work as a mouse binding as well.
20874 (goto-address-at-mouse): Obsolete it. Update users.
20875
20876 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20877
20878 * calendar/appt.el (top-level): No longer activate on load.
20879
20880 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20881
20882 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20883 * net/webjump.el (webjump):
20884 * progmodes/idlw-help.el (idlwave-do-context-help1)
20885 (idlwave-highlight-linked-completions):
20886 * textmodes/po.el (po-find-file-coding-system-guts):
20887 Replace `assoc-ignore-case' by `assoc-string'.
20888
20889 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20890
20891 * files.el (locate-file): Doc fix.
20892
20893 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20894 Remove the redundant test for ms-dos.
20895
20896 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20897 look for the preprocessor with exec-suffixes. If not found in
20898 standard places, look in exec-path. Remove most of the tests that
20899 used system-type.
20900
20901 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20902
20903 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20904
20905 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20906 file-name clash with jka-compr.el on 8+3 filesystems.
20907
20908 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20909
20910 * term/mac-win.el: Don't define or bind scroll bar functions if
20911 x-toolkit-scroll-bars is t.
20912 (x-select-text, x-get-selection-value): Clear
20913 x-last-selected-text-clipboard if x-select-enable-clipboard is
20914 nil.
20915 (PRIMARY): Put mac-scrap-name property.
20916 (mac-select-convert-to-file-url): New function.
20917 (public.file-url): New selection target type. Add to
20918 selection-converter-alist.
20919 (x-get-selection, x-selection-value): Handle it.
20920 (x-cut-buffer-or-selection-value): New alias.
20921
20922 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20923
20924 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20925 entry to avoid calling bibtex-find-entry with arg global
20926 being t. Remove arg key.
20927 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20928 (bibtex-copy-summary-as-kill): Change accordingly.
20929
20930 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20931
20932 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20933 (org-agenda-date-later): Use with-current-buffer.
20934
20935 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20936
20937 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20938 (define-obsolete-variable-alias): Doc Fixes.
20939
20940 2005-05-06 Kim F. Storm <storm@cua.dk>
20941
20942 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20943 vertical-motion when selective-display is active.
20944
20945 * ido.el (ido-setup-hook): New hook.
20946 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20947 (ido-input-stack): New var.
20948 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20949 ido-next-work-file binding to M-O.
20950 Bind M-f to ido-wide-find-file-or-pop-dir.
20951 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20952 (ido-read-internal): Run ido-setup-hook.
20953 Catch quit in read-file-name and read-string to cancel edit.
20954 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20955 Automatically pop-all when completing a directory name (RET).
20956 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20957 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20958 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20959 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20960 New functions for M-b/M-f to move among the directory components.
20961 (ido-make-merged-file-list): Catch quit to cancel merge.
20962 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20963 (ido-completion-help): No warnings for ido-completion-buffer-full.
20964
20965 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20966
20967 * font-lock.el (font-lock-negation-char-face): New face and variable.
20968 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20969 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20970 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20971 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20972
20973 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20974
20975 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20976 Fix typo in docstring.
20977
20978 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20979 (ebrowse-print-statistics-line)
20980 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20981
20982 * term/w32-win.el (image-library-alist): Add additional name for
20983 Xpm library.
20984
20985 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20986
20987 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20988 use gcc instead of cpp.
20989
20990 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20991 (gdb-create-define-alist): Use it.
20992 (gdb-cpp-define-alist-program): Update for MS-DOS.
20993
20994 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20995
20996 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20997
20998 2005-05-04 Richard M. Stallman <rms@gnu.org>
20999
21000 * help.el (describe-key): No error when UNTRANSLATED is nil.
21001
21002 * simple.el (line-move-1): Fix previous change to signal errors
21003 appropriately.
21004
21005 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21006
21007 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21008 (icalendar-duration-correction): Remove.
21009 (icalendar--get-event-properties): Split result at commas.
21010 (icalendar--decode-isoduration): New optional argument
21011 DURATION-CORRECTION.
21012 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21013 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21014 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21015 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21016 (icalendar--convert-anniversary-to-ical): New functions, extracted
21017 from icalendar-export-region, with bug fixes.
21018 (icalendar-export-region): Use the above functions.
21019 (icalendar-import-buffer): Check before saving diary file.
21020 (icalendar--convert-recurring-to-diary)
21021 (icalendar--convert-non-recurring-all-day-to-diary)
21022 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21023 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21024 (icalendar--convert-ical-to-diary): Use the above functions.
21025
21026 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21027
21028 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21029 Remove these recent additions.
21030 (c-mode): Restore to before 2005-04-28.
21031
21032 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21033 recent addition.
21034
21035 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21036 (gdb-define-alist): New variables.
21037 (gdb-create-define-alist): New function.
21038 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21039 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21040 with string-to-number.
21041 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21042
21043 * progmodes/gud.el: Replace string-to-int with string-to-number.
21044 (gud-find-file): Handle gdb-define-alist.
21045
21046 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21047
21048 2005-05-02 Jay Belanger <belanger@truman.edu>
21049
21050 * calc/calc-aent.el (math-read-token):
21051 * calc/calc-bin.el (calc-word-size):
21052 * calc/calc-ext.el (calc-read-number-fancy):
21053 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21054 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21055 * calc/calc-frac.el (calc-over-notation):
21056 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21057 (calc-graph-num-points, calc-graph-init):
21058 * calc/calc-prog.el (calc-read-parse-table-part)
21059 (calc-edit-macro-repeats):
21060 * calc/calc-yank.el (calc-do-grab-rectangle):
21061 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21062 Replace `string-to-int' by `string-to-number'.
21063
21064 2005-05-02 Kim F. Storm <storm@cua.dk>
21065
21066 * kmacro.el: Use executing-kbd-macro-index variable.
21067
21068 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21069
21070 * net/rlogin.el (rlogin-parse-words): Delete func.
21071 (rlogin): Use split-string, not rlogin-parse-words.
21072 Also, if there are option-like elements in the parsed args,
21073 take the host to be the first arg immediately following them.
21074 Suggested by Michael Mauger.
21075
21076 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21077
21078 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21079
21080 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21081
21082 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21083 (cc-mode-cpp-program): Rename to cc-define-list-program and
21084 move to cc-vars.el.
21085
21086 * progmodes/cc-vars.el (cc-define-list-program):
21087 Change to "gcc -E -dM -". Make customizable.
21088
21089 2005-05-02 Kim F. Storm <storm@cua.dk>
21090
21091 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21092
21093 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21094
21095 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21096
21097 * international/mule-util.el (truncate-string): Remove alias and
21098 obsolete declaration.
21099
21100 * international/mule-cmds.el (update-iso-coding-systems):
21101 Remove alias and obsolete declaration.
21102
21103 * international/mule.el (coding-system-parent): Remove alias and
21104 obsolete declaration.
21105
21106 * subr.el (define-function, sref): Remove aliases and obsolete
21107 declarations.
21108 (chars-in-region): Remove obsolete declaration.
21109
21110 2005-05-01 Richard M. Stallman <rms@gnu.org>
21111
21112 * info.el (Info-mode): Set widen-automatically to nil, locally.
21113
21114 * simple.el (widen-automatically): New variable.
21115 (pop-global-mark): Obey widen-automatically.
21116
21117 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21118
21119 * term/xterm.el (function-key-map): Call substitute-key-definition
21120 before the keymap size is increased by a lot of define-key calls.
21121
21122 2005-05-01 Richard M. Stallman <rms@gnu.org>
21123
21124 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21125 Rename ARG to ELEMENT. Doc fix.
21126
21127 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21128
21129 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21130 Remove references to allout-exposure/change to allout-new-exposure.
21131
21132 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21133 bytecode symbols.
21134
21135 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21136 (compiled-function-p, focus-frame, unfocus-frame):
21137 Remove aliases and obsolete declarations.
21138 Back out inadvertent changes from previous commit.
21139
21140 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21141
21142 * files.el (require-final-newline): Make Custom tags consistent
21143 with mode-require-final-newline.
21144 (mode-require-final-newline): Doc fix.
21145
21146 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21147
21148 * international/latexenc.el (latexenc-find-file-coding-system):
21149 Fix regular expressions.
21150
21151 2005-05-01 David Kastrup <dak@gnu.org>
21152
21153 * international/latexenc.el (latexenc-find-file-coding-system):
21154 Fix regular expressions.
21155
21156 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21157
21158 * subr.el (string-to-int): Make obsolete.
21159
21160 2005-04-30 Richard M. Stallman <rms@gnu.org>
21161
21162 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21163
21164 * loadup.el: load jka-comp-hook.
21165
21166 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21167 (jka-compr-handler): Add autoload. `put' calls moved
21168 to jka-comp-hook.el.
21169 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21170 (jka-compr-inhibit): Autoload.
21171
21172 * jka-comp-hook.el: New file.
21173 Enable the mode by default.
21174
21175 * files.el (backup-buffer-copy): Use copy-file instead
21176 of write-region, and put back the 'excl.
21177
21178 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21179
21180 * progmodes/flymake.el (flymake-split-string)
21181 (flymake-split-string, flymake-log, flymake-pid-to-names)
21182 (flymake-reg-names, flymake-get-source-buffer-name)
21183 (flymake-unreg-names, flymake-add-line-err-info)
21184 (flymake-add-err-info): Clarify docstrings.
21185 (flymake-popup-menu, flymake-make-emacs-menu)
21186 (flymake-make-xemacs-menu): Add docstrings.
21187 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21188 Set variables directly throughout.
21189
21190 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21191
21192 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21193 exists. Initialize cc-define-alist.
21194 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21195 If there is no file (Macroexpansion) don't create an alist.
21196
21197 2005-04-29 Sam Steingold <sds@gnu.org>
21198
21199 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21200 (cc-create-define-alist): Use it instead of the hard-coded string.
21201
21202 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21203
21204 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21205 for latexenc.
21206
21207 2005-04-29 Lute Kamstra <lute@gnu.org>
21208
21209 * emacs-lisp/generic.el: Improve commentary section.
21210 (define-generic-mode): Improve docstring.
21211
21212 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21213
21214 * textmodes/org.el (many places): Change to quiet the byte compiler.
21215 (org-prefix-format-compiled): New variable.
21216 (org-compile-prefix-format): New function.
21217 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21218 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21219 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21220 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21221 consistency with entries from `org-mode' files.
21222 (org-get-time-of-day): Fix bug with partial matches early in a line.
21223 (org-non-link-chars): New constant.
21224 (org-link-regexp): Respect `org-non-link-chars'.
21225 (org-agenda-day-view): Remove command.
21226 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21227 (org-follow-bbdb-link, org-store-link): Search also company field.
21228 (org-highlight-overlay): New variable.
21229 (org-highlight, org-unhighlight): New functions.
21230 (org-agenda-mode): Add pre-command-hook to remove highlight.
21231 (org-evaluate-time-range): Behavior depends upon whether time stamp
21232 contains a time or not.
21233 (org-show-subtree, org-show-entry): New functions.
21234 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21235
21236 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21237
21238 * comint.el (comint-output-filter-functions): Add autoload cookie.
21239
21240 2005-04-28 Kim F. Storm <storm@cua.dk>
21241
21242 * ido.el (ido-everywhere): Fix last change.
21243
21244 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21245
21246 * international/latexenc.el: New file.
21247 * international/mule-conf.el (file-coding-system-alist): For .tex,
21248 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21249
21250 2005-04-28 Lute Kamstra <lute@gnu.org>
21251
21252 * font-lock.el (font-lock-add-keywords)
21253 (font-lock-remove-keywords): Clarify docstring.
21254 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21255 Don't start docstrings with a `*'.
21256 (font-lock-update-removed-keyword-alist): Give it a docstring.
21257
21258 * generic-x.el: Update commentary section.
21259 Only require font-lock when compiling.
21260 Define all modes conditionally.
21261 Place all generic modes in the generic-x-modes customization group.
21262 (generic-x-modes): New customization group.
21263 (generic-default-modes, generic-mswindows-modes)
21264 (generic-unix-modes, generic-other-modes): New constants.
21265 (generic-define-mswindows-modes, generic-define-unix-modes):
21266 Update docstrings. Make them obsolete.
21267 (generic-extras-enable-list): New default value. Update docstring.
21268 Improve :type. Change :set function.
21269 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21270 Fix docstring.
21271
21272 * emacs-lisp/generic.el (generic-mode-internal):
21273 Simplify font-lock-defaults.
21274 (define-generic-mode): Fix docstring.
21275
21276 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21277
21278 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21279 font-lock-face property to highlight matches.
21280
21281 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21282
21283 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21284 (cc-define-alist): New variable.
21285 (c-mode): Make it local and initialize it.
21286
21287 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21288 (gdb-exited): New function.
21289 (gdb-annotation-rules): Use it.
21290 (gdb-starting): Set gdb-active-process to t.
21291 (gdb-stopping): Amend doc string.
21292 (gdb-reset): Set gdb-active-process to nil.
21293
21294 * tooltip.el (tooltip-gud-tips): Show the associated #define
21295 directives when a C program under GDB is not executing.
21296
21297 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21298
21299 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21300 font-lock-fontify-syntactic-keywords.
21301
21302 * font-lock.el (font-lock-default-fontify-region): Don't force
21303 parse-sexp-lookup-properties to nil.
21304
21305 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21306
21307 * man.el (man-mode-syntax-table): Set up `:' to have
21308 word-constituent syntax.
21309
21310 2005-04-27 Lute Kamstra <lute@gnu.org>
21311
21312 * novice.el (disable-command): Don't add spurious newlines to the
21313 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21314
21315 2005-04-26 Jay Belanger <belanger@truman.edu>
21316
21317 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21318 than one window before deleting window.
21319
21320 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21321
21322 * shell.el (shell-prompt-pattern): Doc fix.
21323 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21324
21325 * comint.el (comint-prompt-regexp, comint-get-old-input)
21326 (comint-use-prompt-regexp)
21327 (comint-use-prompt-regexp-instead-of-fields)
21328 (comint-replace-by-expanded-history, comint-send-input)
21329 (comint-output-filter, comint-get-old-input-default)
21330 (comint-line-beginning-position, comint-bol, comint-show-output)
21331 (comint-backward-matching-input, comint-forward-matching-input)
21332 (comint-next-prompt, comint-previous-prompt):
21333 Rename `comint-use-prompt-regexp-instead-of-fields' to
21334 `comint-use-prompt-regexp'. Keep old name as alias and declare
21335 obsolete.
21336 (comint-use-prompt-regexp): Shorten first line of doc string.
21337
21338 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21339 Set paragraph-separate buffer locally to "\\'".
21340
21341 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21342 Adapt to above name change.
21343
21344 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21345 (smbclient-prompt-regexp): Ditto.
21346
21347 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21348
21349 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21350
21351 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21352 gdb-location-list.
21353 Break lines that are over 80 characters wide.
21354
21355 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21356
21357 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21358 New fun and var, to preserve compatibility.
21359
21360 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21361
21362 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21363
21364 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21365 name to file-newer-than-file-p.
21366
21367 2005-04-26 Richard M. Stallman <rms@gnu.org>
21368
21369 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21370
21371 * progmodes/python.el (python-mode):
21372 Use new name eldoc-documentation-function.
21373
21374 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21375
21376 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21377 (eldoc-documentation-function):
21378 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21379
21380 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21381
21382 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21383
21384 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21385
21386 * term/xterm.el (function-key-map): Fix strings for
21387 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21388 {C,S,A,C-S}-{f1-f12}.
21389
21390 2005-04-26 Kenichi Handa <handa@m17n.org>
21391
21392 * international/mule-cmds.el (select-safe-coding-system):
21393 Fix previous change.
21394
21395 2005-04-26 Lute Kamstra <lute@gnu.org>
21396
21397 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21398
21399 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21400 (font-lock-comment-delimiter-face): Ditto.
21401
21402 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21403
21404 2005-04-25 Jay Belanger <belanger@truman.edu>
21405
21406 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21407 to t while inserting information; use help-mode.
21408
21409 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21410
21411 * term.el (ansi-term-color-vector): Use the xterm colors.
21412 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21413
21414 2005-04-25 Lute Kamstra <lute@gnu.org>
21415
21416 * font-core.el (font-lock-defaults): Fix docstring.
21417
21418 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21419
21420 2005-04-25 Kenichi Handa <handa@m17n.org>
21421
21422 * international/mule-cmds.el (select-safe-coding-system):
21423 Don't check consistency with coding: spec, etc if raw-text or
21424 no-conversion was found to be safe.
21425
21426 2005-04-24 Richard M. Stallman <rms@gnu.org>
21427
21428 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21429 citation markers at start of each line.
21430
21431 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21432 citation markers at start of each line.
21433
21434 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21435
21436 * files.el (mode-require-final-newline): Fix previous change.
21437 (require-final-newline): Fix type label.
21438
21439 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21440
21441 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21442 statement in buffer (broken by 2004-11-24 change).
21443
21444 2005-04-24 Kim F. Storm <storm@cua.dk>
21445
21446 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21447 and read-file-name-function values. Don't overwrite existing
21448 non-nil values if ido-mode is enabled without ido-everywhere.
21449
21450 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21451
21452 * files.el (mode-require-final-newline): Minor doc fix.
21453
21454 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21455
21456 * subr.el (syntax-after): Doc fix.
21457 (syntax-class): If argument is nil, return nil. Mask off upper 16
21458 bits, not 8 bits.
21459
21460 * files.el (mode-require-final-newline): Doc fix.
21461 (backup-buffer-copy): Fix last change.
21462
21463 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21464
21465 * term/mac-win.el: Require select. Set selection-coding-system to
21466 mac-system-coding-system. Call menu-bar-enable-clipboard.
21467 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21468 (x-select-enable-clipboard): New variables.
21469 (x-select-text, x-get-selection, x-selection-value)
21470 (x-get-selection-value, mac-select-convert-to-string)
21471 (mac-services-open-file, mac-services-open-selection)
21472 (mac-services-insert-text): New functions.
21473 (CLIPBOARD, FIND): Put mac-scrap-name property.
21474 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21475 (public.tiff): Put mac-ostype property.
21476 (selection-converter-alist): Add entries for them.
21477 (mac-application-menu-map): New keymap.
21478 (interprogram-cut-function, interprogram-paste-function): Set to
21479 x-select-text and x-get-selection-value, respectively.
21480 (split-window-keep-point): Set to t.
21481
21482 2005-04-23 Richard M. Stallman <rms@gnu.org>
21483
21484 * files.el (read-directory-name): Always pass non-nil
21485 DEFAULT-FILENAME arg to read-file-name.
21486 (backup-buffer-copy, basic-save-buffer-2): Take care against
21487 writing thru an unexpected existing symlink.
21488 (revert-buffer): In indirect buffer, revert the base buffer.
21489 (magic-mode-alist): Doc fix.
21490 (buffer-stale-function): Doc fix.
21491 (minibuffer-with-setup-hook): Avoid warning.
21492 (mode-require-final-newline): Doc and custom fix.
21493
21494 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21495
21496 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21497 use the default appearance.
21498 (font-lock-comment-delimiter-face): New face, new variable.
21499
21500 * imenu.el (imenu--generic-function): The official position of a
21501 definition is the start of the line that BEG is in.
21502
21503 * midnight.el (midnight-timer): Move defvar up.
21504
21505 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21506
21507 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21508
21509 * startup.el (command-line): Use with-no-warnings.
21510
21511 * window.el (window-size-fixed): New defvar.
21512
21513 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21514
21515 * mail/rmail.el (rmail-font-lock-keywords):
21516 Use font-lock-comment-delimiter-face.
21517
21518 * mail/sendmail.el (mail-font-lock-keywords):
21519 Use font-lock-comment-delimiter-face.
21520
21521 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21522
21523 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21524
21525 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21526 Specify t for LAXMATCH when matching directories.
21527 Save match data around compilation-compat-error-properties form.
21528
21529 2005-04-23 David Kastrup <dak@gnu.org>
21530
21531 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21532 Mention that the autoloaded aliases should be kept for AUCTeX.
21533
21534 2005-04-23 Andreas Schwab <schwab@suse.de>
21535
21536 * isearch.el (isearch-forward): Doc fix.
21537
21538 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21539
21540 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21541 (jit-lock-stealth-nice): Change default value to 0.5.
21542
21543 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21544
21545 * abbrev.el (write-abbrev-file): Write table entries in
21546 alphabetical order by table name.
21547
21548 2005-04-22 Kim F. Storm <storm@cua.dk>
21549
21550 * ido.el (ido-read-internal): Fix `list' completion.
21551
21552 2005-04-22 Kenichi Handa <handa@m17n.org>
21553
21554 * recentf.el (recentf-save-file-coding-system): New variable.
21555 (recentf-save-list): Encode the file by
21556 recentf-save-file-coding-system and add coding: tag.
21557
21558 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21559
21560 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21561
21562 2005-04-21 Lute Kamstra <lute@gnu.org>
21563
21564 * loadhist.el (unload-feature): Don't remove a function from hooks
21565 if it is about to be restored to an autoload . Remove functions
21566 that will become unbound from auto-mode-alist. Simplify the code.
21567
21568 * subr.el (assq-delete-all): New implementation that is linear,
21569 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21570 (rassq-delete-all): New function.
21571
21572 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21573 Add size-indication-mode.
21574
21575 2005-04-21 Kenichi Handa <handa@m17n.org>
21576
21577 * international/mule-cmds.el: Add autoload for widget-value in
21578 eval-when-compile.
21579
21580 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21581
21582 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21583 Add tooltip-mode.
21584
21585 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21586
21587 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21588
21589 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21590 (inferior-lisp-filter-regexp, inferior-lisp-program)
21591 (inferior-lisp-load-command, inferior-lisp-prompt)
21592 (inferior-lisp-mode-hook, lisp-source-modes)
21593 (inferior-lisp-load-hook): defvar->defcustom.
21594 (inferior-lisp-program, inferior-lisp-prompt)
21595 (inferior-lisp-load-hook): Doc fixes.
21596 (inferior-lisp-install-letter-bindings): Small change in
21597 introductory comment.
21598
21599 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21600
21601 * vc.el (vc-annotate-color-map): Change some colors so that text
21602 using them as foreground is readable on both white and black
21603 backgrounds.
21604
21605 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21606
21607 * international/mule-conf.el (translation-table-for-input):
21608 Remove redundant declaration.
21609
21610 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21611
21612 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21613
21614 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21615 (tooltip-toggle-gud-tips): New function.
21616
21617 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21618
21619 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21620 right angle brackets.
21621
21622 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21623
21624 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21625
21626 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21627
21628 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21629 Remove. Update callers to use expand-file-name instead.
21630
21631 * subr.el (syntax-class): New function.
21632
21633 * simple.el (blink-matching-open): Use it.
21634
21635 * paren.el (show-paren-function): Use it to recognize parens that are
21636 also used in 2-char comment markers.
21637
21638 2005-04-19 Lute Kamstra <lute@gnu.org>
21639
21640 * loadhist.el (unload-feature): Update for new format of
21641 load-history. Simplify the code.
21642
21643 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21644
21645 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21646 (mac-add-charset-info): New function. Initialize variable
21647 mac-charset-info-alist using it.
21648 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21649 for translation.
21650 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21651 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21652 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21653 New CCL programs.
21654
21655 2005-04-19 Kim F. Storm <storm@cua.dk>
21656
21657 * simple.el (next-buffer, prev-buffer, next-error)
21658 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21659 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21660
21661 * bindings.el (next-buffer, prev-buffer, next-error)
21662 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21663 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21664 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21665 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21666
21667 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21668
21669 * isearch.el (isearch-edit-string): Make the search-ring available for
21670 minibuffer history commands.
21671 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21672 the default history commands now work just as well.
21673 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21674
21675 2005-04-18 Kim F. Storm <storm@cua.dk>
21676
21677 * emulation/cua-base.el (cua--pre-command-handler): Add more
21678 elaborate check for shift modifier on non-window systems.
21679
21680 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21681
21682 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21683
21684 2005-04-18 Kim F. Storm <storm@cua.dk>
21685
21686 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21687 and make it optional. Don't test tooltip-gud-echo-area here.
21688 (tooltip-gud-process-output, gdb-tooltip-print):
21689 Pass tooltip-gud-echo-area to tooltip-show.
21690 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21691
21692 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21693
21694 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21695 `display-graphic-p' may not be bound yet.
21696
21697 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21698
21699 * startup.el (command-line): No longer enable Xterm Mouse mode by
21700 default in terminals compatible with xterm.
21701
21702 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21703
21704 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21705
21706 * tooltip.el (tooltip-gud-echo-area): Rename from
21707 tooltip-use-echo-area.
21708 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21709 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21710 area independently of where help tooltips are displayed.
21711
21712 2005-04-17 David Kastrup <dak@gnu.org>
21713
21714 * cus-theme.el (custom-theme-write-variables): Quote variables
21715 where necessary.
21716
21717 2005-04-17 Richard M. Stallman <rms@gnu.org>
21718
21719 * simple.el (yank-excluded-properties): Add follow-link to value.
21720
21721 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21722
21723 * startup.el (fancy-splash-max-time): Just 30 seconds.
21724 (fancy-splash-delay): Just 7.
21725 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21726
21727 * loadhist.el (unload-feature): Update for new format of load-history.
21728 Simplify the code.
21729
21730 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21731 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21732
21733 * mail/sendmail.el (mail-font-lock-keywords):
21734 Don't fontify subject text.
21735 Don't fontify the text of a citation.
21736
21737 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21738
21739 * comint.el (comint-output-filter): Run comint-output-filter-functions
21740 with point where the user had it.
21741
21742 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21743
21744 * international/ucs-tables.el (ucs-set-table-for-input):
21745 Disable when using unify-on-decoding.
21746
21747 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21748
21749 * emulation/cua-base.el (cua-global-mark-face): Add special case
21750 for displays supporting a high number of colors.
21751
21752 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21753
21754 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21755
21756 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21757
21758 * filesets.el (filesets-add-buffer): If user supplies a name of a
21759 non-existing fileset, create a new fileset.
21760
21761 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21762
21763 * textmodes/org.el (org-up-heading-all): Fix bug with
21764 `outline-up-heading-all'.
21765
21766 2005-04-16 Andreas Schwab <schwab@suse.de>
21767
21768 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21769 /etc/permissions.d/* and /etc/aliases.d/*.
21770
21771 2005-04-16 Kenichi Handa <handa@m17n.org>
21772
21773 * international/code-pages.el (cp-make-coding-system):
21774 Set `translation-table-for-input' property value to the symbol
21775 ucs-mule-to-mule-unicode, not to that value.
21776 (pt154): Escape guillemet by `\'.
21777
21778 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21779
21780 * loadup.el: Load tooltip if x-show-tip is fboundp.
21781
21782 * startup.el (command-line): Add comment.
21783
21784 * tooltip.el (tooltip-mode): Specify correct standard value for
21785 Custom in init-value.
21786
21787 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21788
21789 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21790 possible.
21791
21792 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21793
21794 * textmodes/org.el (org-agenda-date-prompt): Rename from
21795 `org-agenda-date-today'.
21796 (org-evaluate-time-range): Insert at point instead of directly
21797 after time range.
21798 (org-first-headline-recenter, org-subtree-end-visible-p)
21799 (org-optimize-window-after-visibility-change): New functions
21800 (org-agenda-post-command-hook): Don't allow point at end of line,
21801 to make sure it always hits the text properties.
21802 (org-agenda-next-date-line, org-agenda-previous-date-line):
21803 New commands.
21804 (org-set-regexps-and-options): Category may contain white space.
21805 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21806 Improve marker positions.
21807 (org-agenda-new-marker): Argument POS made optional.
21808 (org-agenda-get-timestamps): Deadlines which are done are listed
21809 in org-done-face now.
21810 (org-agenda-get-todos, org-agenda-get-timestamps)
21811 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21812 Set `undone-face' and `done-face' properties.
21813 (org-last-todo-state-is-todo): New variable.
21814 (org-todo): Set `org-last-todo-state-is-todo'.
21815 (org-agenda-todo): Change face according to
21816 `org-last-todo-state-is-todo'. And change other lines referring to
21817 the same entry.
21818 (org-calendar-goto-agenda): New command.
21819 (org-calendar-to-agenda-key): New option.
21820 (org-startup-folded): New allowed value `content'.
21821 (org-set-regexps-and-options): Accept new value `content' for
21822 `org-startup-folded'.
21823 (org-get-current-options): Handle new value `content' for
21824 `org-startup-folded'.
21825 (org-insert-todo-heading): New command.
21826 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21827 interactively in empty file and option
21828 `org-insert-mode-line-in-empty-file' has been set.
21829 (org-agenda-todo, org-agenda-priority): Modify to use
21830 `org-agenda-change-all-lines'.
21831 (org-warning-face): Change color on dark background
21832
21833 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21834
21835 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21836 use preferences AppleLocale and AppleLanguages, and variable
21837 mac-system-locale for default locale. On Mac OS Classic, use
21838 mac-system-coding-system for default coding systems.
21839
21840 * term/mac-win.el: Don't set file-name-coding-system.
21841 Decode variables system-name, emacs-build-system, user-login-name, and
21842 user-full-name by mac-system-coding-system on Mac OS Classic.
21843 (mac-system-coding-system): New variable.
21844
21845 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21846
21847 * startup.el (command-line): Handle `xterm-mouse-mode' before
21848 reading init file.
21849
21850 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21851
21852 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21853
21854 * progmodes/sh-script.el (sh-here-document-word): Make it a
21855 defcustom. Doc fix.
21856 (sh-add): Bash uses $(( )) for arithmetic.
21857 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21858 (sh-maybe-here-document): Remove quotes and leading whitespace
21859 from heredoc word when closing. Indent heredoc with tabs if word
21860 starts with "-".
21861
21862 2005-04-13 Richard M. Stallman <rms@gnu.org>
21863
21864 * simple.el (undo): Fix previous change.
21865
21866 * custom.el (defface): Doc fix.
21867
21868 2005-04-13 Lute Kamstra <lute@gnu.org>
21869
21870 * Makefile.in (DONTCOMPILE): Remove list.
21871 (compile, compile-always): Don't use DONTCOMPILE.
21872 (update-authors): Load the library in which batch-update-authors
21873 is defined.
21874 * makefile.w32-in (DONTCOMPILE): Remove list.
21875 (compile, compile-always): Fix comments.
21876 (update-authors): Load the library in which batch-update-authors
21877 is defined.
21878
21879 * generic-x.el (generic-mode-ini-file-find-file-hook):
21880 Rename to ini-generic-mode-find-file-hook.
21881 Keep generic-mode-ini-file-find-file-hook as an alias.
21882 (ini-generic-mode-find-file-hook): Rename from
21883 generic-mode-ini-file-find-file-hook. Fix docstring.
21884 (ini-generic-mode): Docstring change.
21885 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21886
21887 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21888 called from lisp.
21889
21890 * generic.el: Move to the emacs-lisp subdir.
21891
21892 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21893
21894 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21895 and C-S- function and cursor motion keys.
21896
21897 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21898
21899 * startup.el (command-line): Enable Xterm Mouse mode by default.
21900 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21901 for Custom. No longer show "Mouse" in mode line when enabled.
21902 Doc fix.
21903
21904 2005-04-12 Kim F. Storm <storm@cua.dk>
21905
21906 * emulation/cua-base.el (cua-rectangle-face)
21907 (cua-rectangle-noselect-face): Define face attributes here.
21908
21909 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21910
21911 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21912
21913 * startup.el (command-line): Turn off blinking cursor if
21914 cursorBlink in resources is off or false.
21915
21916 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21917
21918 * term/mac-win.el (dnd): Require dnd.
21919 (mac-drag-n-drop): Call dnd-handle-one-url.
21920 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21921 (kTextEncodingISOLatin2): Remove constants.
21922 (mac-script-code-coding-systems): New constant.
21923 (mac-handle-language-change): New function.
21924 (special-event-map): Bind it to `language-change' event.
21925 (mac-centraleurroman, mac-cyrillic): New coding systems.
21926 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21927 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21928 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21929 encode-mac-cyrillic, respectively.
21930
21931 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21932
21933 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21934 Don't set overlay-arrow-string to "=>" as this is done
21935 globally in C now.
21936
21937 2005-04-12 Lute Kamstra <lute@gnu.org>
21938
21939 * generic-x.el (rc-generic-mode, rul-generic-mode):
21940 Fix auto-mode-alist entries.
21941 (etc-fstab-generic-mode): Tweak fontification.
21942
21943 * generic.el (generic-make-keywords-list): Fix docstring.
21944 (generic-mode-internal): Simplify generic-font-lock-keywords.
21945
21946 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21947
21948 * whitespace.el (whitespace-buffer-leading)
21949 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21950 However, fix the highlight area for the leading and
21951 trailing whitespaces to show space.
21952
21953 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21954
21955 * whitespace.el (whitespace-version): Bump to 3.5
21956
21957 (whitespace-buffer-leading, whitespace-buffer-trailing):
21958 Invert sense of the test to highlight the whitespace.
21959
21960 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21961
21962 * progmodes/gud.el (gud-display-line): GUD uses its own
21963 overlay arrow now so don't set overlay-arrow-string.
21964 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21965
21966 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21967
21968 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21969 (term-ansi-current-reverse, term-ansi-current-invisible)
21970 (term-ansi-face-already-done): Change to boolean.
21971 (term-reset-terminal, term-handle-colors-array): Handle the above
21972 vars accordingly.
21973 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21974 (term-emulate-terminal): Use the new name.
21975
21976 * faces.el (secondary-selection): Use yellow1, not yellow.
21977 (trailing-whitespace): Use red1, not red.
21978
21979 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21980
21981 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21982 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21983 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21984
21985 * cus-edit.el (dnd): New group.
21986
21987 * term/w32-win.el (dnd): Require dnd
21988 (w32-drag-n-drop): Call dnd-handle-one-url.
21989
21990 * x-dnd.el: Require dnd.
21991 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21992 Call dnd-handle-one-url.
21993 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21994 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21995 to dnd-insert-text.
21996 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21997 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21998 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21999 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22000
22001 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22002
22003 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22004
22005 * wdired.el: Doc fixes.
22006 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22007 (wdired-use-dired-vertical-movement): Rename from
22008 wdired-always-move-to-filename-beginning.
22009 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22010 (wdired-change-to-wdired-mode): Change mode name.
22011 (wdired-newline): Delete.
22012
22013 2005-04-11 Richard M. Stallman <rms@gnu.org>
22014
22015 * whitespace.el (whitespace-highlight-the-space):
22016 Don't call whitespace-unhighlight-the-space here.
22017
22018 * simple.el (undo): Record t in undo-equiv-table
22019 for the redo record made by an undo-in-region.
22020
22021 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22022
22023 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22024 (gdb-frame-inferior-io-buffer): New Functions to control
22025 display of separate IO buffer.
22026 (menu): Add them to menu-bar.
22027 (gdb-display-buffer): Check for buffer another frame.
22028 Protect GUD buffer.
22029 (gdb-setup-windows): Create IO buffer if not already there.
22030 (gdb-memory-mode): Remove purecopy noops.
22031
22032 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22033
22034 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22035 and pass to self-insert-command.
22036
22037 2005-04-11 Lute Kamstra <lute@gnu.org>
22038
22039 * generic.el: Commentary section cleanup.
22040 (generic): Delete.
22041 (generic-use-find-file-hook, generic-lines-to-scan)
22042 (generic-find-file-regexp, generic-ignore-files-regexp)
22043 (default-generic-mode, generic-mode-find-file-hook)
22044 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22045 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22046 (generic-use-find-file-hook, generic-lines-to-scan)
22047 (generic-find-file-regexp, generic-ignore-files-regexp)
22048 (default-generic-mode, generic-mode-find-file-hook)
22049 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22050
22051 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22052
22053 * bookmark.el (bookmark-write-file): Catch errors writing file.
22054 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22055
22056 2005-04-10 Richard M. Stallman <rms@gnu.org>
22057
22058 * startup.el (fancy-splash-tail): Update copyright year.
22059 (command-line): Split part of -Q into -D.
22060 (emacs-basic-display): New defvar.
22061 (fancy-splash-text): Correct name of menu item.
22062
22063 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22064
22065 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22066 lines in one node.
22067
22068 * comint.el (comint-send-input): New arg ARTIFICIAL.
22069 Callers in this file changed.
22070
22071 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22072
22073 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22074
22075 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22076
22077 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22078 `ldap-search-internal'.
22079
22080 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22081
22082 * files.el (set-auto-mode-1): Use line-end-position.
22083
22084 * international/latin-1.el:
22085 * international/latin-2.el:
22086 * international/latin-3.el:
22087 * international/latin-4.el:
22088 * international/latin-5.el:
22089 * international/latin-8.el:
22090 * international/latin-9.el: Give punctuation syntax to NBSP.
22091
22092 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22093 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22094 Use char-classes to accept non-ascii letters, accepted in some recent
22095 bibtex implementations.
22096
22097 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22098
22099 * custom.el (custom-set-minor-mode): Any non-nil value for the
22100 variable should enable the mode when set through Custom.
22101
22102 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22103
22104 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22105 TAB binding so tab-always-indent is obeyed.
22106 (vhdl-minibuffer-local-map): Move initialization into declaration.
22107 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22108 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22109 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22110 (vhdl-current-line): Use line-beginning-position.
22111 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22112 with-output-to-temp-buffer, so the current position can be recorded.
22113
22114 2005-04-10 Masatake YAMATO <jet@gyve.org>
22115
22116 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22117 Add regexp for gcov.
22118
22119 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22120
22121 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22122 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22123 syntax which Emacs 20 doesn't support.
22124
22125 2005-04-09 Richard M. Stallman <rms@gnu.org>
22126
22127 * help.el (describe-key-briefly, describe-key):
22128 Replace strings as event types with "(any string)".
22129
22130 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22131
22132 * arc-mode.el (archive-mode-map): Move initialization into
22133 the declaration. Override *all* bindings of `undo'.
22134 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22135
22136 2005-04-09 Jay Belanger <belanger@truman.edu>
22137
22138 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22139
22140 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22141
22142 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22143 (xterm-register-default-colors): Update color values computation
22144 to match xterm-200.
22145
22146 2005-04-09 Kenichi Handa <handa@m17n.org>
22147
22148 * international/code-pages.el (iso-latin-7): Fix the map.
22149
22150 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22151
22152 * emacs-lisp/lisp.el (defun-prompt-regexp)
22153 (parens-require-spaces, buffer-end, end-of-defun)
22154 (insert-parentheses): Doc fixes.
22155
22156 2005-04-08 Kim F. Storm <storm@cua.dk>
22157
22158 * comint.el (comint-highlight-prompt): Fix face spec.
22159 * hi-lock.el (hi-green): Likewise.
22160
22161 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22162
22163 * cus-edit.el (custom-modified-face):
22164 * comint.el (comint-highlight-input): Fix previous changes.
22165 * term.el (term-handle-ansi-escape): Add a comment.
22166
22167 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22168
22169 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22170 in the buffer and in whitespace-highlighted-space.
22171 (whitespace-unhighlight-the-space): Simplify.
22172 (whitespace-buffer): Simplify.
22173
22174 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22175
22176 * textmodes/table.el (table-cell-face): Add special case for
22177 displays supporting a high number of colors.
22178 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22179 (vhdl-font-lock-reserved-words-face)
22180 (vhdl-speedbar-architecture-face)
22181 (vhdl-speedbar-instantiation-face)
22182 (vhdl-speedbar-architecture-selected-face)
22183 (vhdl-speedbar-instantiation-selected-face): Likewise.
22184 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22185 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22186 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22187 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22188 (ebrowse-progress-face): Likewise.
22189 * progmodes/compile.el (compilation-info-face): Likewise.
22190 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22191 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22192 * calendar/calendar.el (diary-face): Likewise.
22193 * woman.el (woman-italic-face, woman-bold-face)
22194 (woman-unknown-face): Likewise.
22195 * wid-edit.el (widget-button-pressed-face): Likewise.
22196 * whitespace.el (whitespace-highlight-face): Likewise.
22197 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22198 * pcvs-info.el (cvs-marked-face): Likewise.
22199 * info.el (info-xref): Likewise.
22200 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22201 * hilit-chg.el (highlight-changes-face)
22202 (highlight-changes-delete-face): Likewise.
22203 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22204 (hi-red-b): Likewise.
22205 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22206 * font-lock.el (font-lock-keyword-face)
22207 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22208 * cus-edit.el (custom-invalid-face, custom-modified-face)
22209 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22210 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22211 * comint.el (comint-highlight-prompt): Likewise.
22212
22213 2005-04-08 Lute Kamstra <lute@gnu.org>
22214
22215 * font-lock.el (font-lock-keywords): Docstring fixes.
22216
22217 2005-04-08 Kenichi Handa <handa@m17n.org>
22218
22219 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22220 chars are more than a limit, print " and more..." at the tail.
22221
22222 2005-04-08 Kim F. Storm <storm@cua.dk>
22223
22224 * emacs-lisp/authors.el (authors-aliases): Update list.
22225 (authors-ignored-files): New list.
22226 (authors-fixed-entries): Fix typo.
22227 (authors-renamed-files-alist): Update list.
22228 (authors-add): Check authors-ignored-files.
22229
22230 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22231
22232 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22233 optional, to ensure backward compatibility.
22234
22235 2005-04-08 Stephen Eglen <stephen@gnu.org>
22236
22237 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22238
22239 2005-04-08 Kim F. Storm <storm@cua.dk>
22240
22241 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22242
22243 * mouse.el (mouse-on-link-p): Doc fix.
22244
22245 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22246
22247 * ielm.el (ielm-prompt-read-only): Doc fix.
22248
22249 * comint.el (comint-prompt-read-only): Doc fix.
22250
22251 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22252
22253 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22254 ensure dired always handles wildcards passed to ffap.
22255 (find-file-at-point): Use it.
22256 (ffap-dired-wildcards): Doc fix.
22257
22258 2005-04-07 Juri Linkov <juri@jurta.org>
22259
22260 * simple.el (next-error-overlay-arrow-position): New defvar.
22261 Put "=>" on its property `overlay-arrow-string'. Add it to
22262 `overlay-arrow-variable-list'.
22263
22264 * progmodes/compile.el (compilation-setup):
22265 Set `next-error-overlay-arrow-position' to nil. Also set it to
22266 nil in the local hook `kill-buffer-hook'. Make local variable
22267 `overlay-arrow-string' and set it to "=>".
22268 (compilation-goto-locus): Set BOL position to
22269 `next-error-overlay-arrow-position' instead of
22270 `overlay-arrow-position'.
22271
22272 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22273 locally instead of adding it to the global hook.
22274 (Info-kill-buffer): Move up.
22275
22276 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22277
22278 * term/xterm.el (xterm-standard-colors): Update color values from
22279 xterm-200.
22280
22281 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22282
22283 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22284
22285 * fast-lock.el:
22286 * lazy-lock.el: Move them to the obsolete subdir.
22287
22288 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22289
22290 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22291 (wdired-add-replace-advice): Remove.
22292 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22293
22294 2005-04-06 Kim F. Storm <storm@cua.dk>
22295
22296 * startup.el (command-line): Add --bare-bones alias for -Q.
22297
22298 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22299
22300 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22301 create the startup fontset if a font specification ends with
22302 `mac-roman'.
22303
22304 2005-04-06 Lute Kamstra <lute@gnu.org>
22305
22306 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22307 change.
22308
22309 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22310 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22311
22312 2005-04-05 Lute Kamstra <lute@gnu.org>
22313
22314 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22315 (define-generic-mode): Ditto. Fix debug declaration.
22316
22317 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22318 Put them in the generic-x group.
22319
22320 * calendar/timeclock.el (timeclock): Doc fix.
22321
22322 * generic.el (define-generic-mode): Don't use custom-current-group.
22323 Document default :group value.
22324 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22325 (define-global-minor-mode): Don't use custom-current-group.
22326
22327 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22328
22329 * startup.el (command-line-1): Display startup-echo-area-message
22330 when fancy splash screen is in use.
22331
22332 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22333 (sh-escaped-newline): New face.
22334 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22335 newline, and use sh-escaped-newline face.
22336
22337 * progmodes/tcl.el (tcl-escaped-newline): New face.
22338 (tcl-builtin-list): New variable.
22339 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22340 newlines. Fix keywords subexpression number.
22341
22342 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22343
22344 * textmodes/org.el (org-diary-default-entry): Fix call to
22345 `add-to-diary-entry'.
22346
22347 2005-04-05 Kim F. Storm <storm@cua.dk>
22348
22349 * ediff-init.el: Use (featurep 'xemacs).
22350
22351 2005-04-05 David Ponce <david@dponce.com>
22352
22353 * cus-edit.el (face): Derive from symbol widget. Display sample
22354 of the current face on the fly.
22355 (widget-face-sample-face-get, widget-face-notify): New functions.
22356 (widget-face-value-create): Remove.
22357
22358 * wid-edit.el (widget-field-end): Temporarily remove field
22359 narrowing before to call `get-char-property'.
22360
22361 2005-04-04 Jay Belanger <belanger@truman.edu>
22362
22363 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22364 (math-read-subscripts): New variable.
22365 (math-read-preprocess-string): Process subscripts.
22366
22367 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22368
22369 * comint.el (comint-prompt-read-only): Doc fix.
22370
22371 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22372 `-1'. Doc fix.
22373
22374 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22375
22376 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22377 Change default value to nil.
22378
22379 2005-04-04 Lute Kamstra <lute@gnu.org>
22380
22381 * autorevert.el (auto-revert-mode): Specify :group.
22382 * battery.el (display-battery-mode): Specify :group.
22383 * diff-mode.el (diff-minor-mode): Specify :group.
22384 * font-core.el (font-lock-mode): Specify :group.
22385 * hl-line.el (hl-line-mode): Specify :group.
22386 * iimage.el (iimage): New customization group.
22387 (iimage-mode): Specify :group.
22388 * longlines.el (longlines-mode): Specify :group.
22389 * master.el: Don't require easy-mmode.
22390 (master): New customization group.
22391 (master-mode): Specify :group.
22392 * msb.el (msb-mode): Specify :group.
22393 * reveal.el (reveal-mode): Specify :group.
22394 * simple.el (next-error-follow-minor-mode): Specify :group.
22395 * smerge-mode.el (smerge-mode): Specify :group.
22396 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22397 * emulation/cua-base.el (cua-mode): Specify :group.
22398 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22399 * language/thai-util.el (thai-auto-composition-mode)
22400 (thai-word-mode): Specify :group.
22401 * mail/supercite.el (sc-minor-mode): Specify :group.
22402 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22403 * progmodes/flymake.el (flymake-mode): Specify :group.
22404 * progmodes/glasses.el (glasses-mode): Specify :group.
22405 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22406 * textmodes/enriched.el (enriched-mode): Specify :group.
22407 * textmodes/refill.el (refill-mode): Specify :group.
22408
22409 * add-log.el (change-log-font-lock-keywords): Names in
22410 parenthesized lists can contain spaces.
22411
22412 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22413
22414 * startup.el (fancy-splash-text): Shorten default text of
22415 "Emacs Tutorial" line. Also, if the current language env
22416 indicates an available tutorial file other than TUTORIAL,
22417 extract its title and append it to the line in parentheses.
22418 (fancy-splash-insert): If arg is a thunk, funcall it.
22419
22420 2005-04-04 Jay Belanger <belanger@truman.edu>
22421
22422 * calc.el (calc-language-alist): Add tags to customization type.
22423
22424 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22425
22426 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22427 Doc fix.
22428
22429 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22430
22431 * add-log.el (change-log-font-lock-keywords): The manual
22432 describing a Change Log entry, says: (...) "Aside from these
22433 header lines, every line in the change log starts with a space or
22434 a tab.". The font-lock was not highlighting lines started with
22435 spaces, added support for it.
22436
22437 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22438
22439 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22440 (bibtex-generate-url-list): Update docstring accordingly. Put the
22441 complex example in the docstring.
22442 (bibtex-font-lock-url): Use pop.
22443
22444 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22445
22446 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22447
22448 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22449
22450 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22451
22452 * filesets.el (filesets-set-default): Doc fix.
22453
22454 2005-04-03 Lute Kamstra <lute@gnu.org>
22455
22456 * generic.el (define-generic-mode): Add argument to specify
22457 keywords for defcustom.
22458 (default-generic-mode): Specify :group.
22459
22460 * generic-x.el: Specify :group for all generic modes.
22461
22462 * desktop.el (desktop-no-desktop-file-hook)
22463 (desktop-after-read-hook): Doc fix.
22464
22465 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22466
22467 * simple.el (visible-mode): Use explicit :group keyword.
22468 This changes the group of `visible-mode-hook' from paren-blinking
22469 to editing-basics.
22470
22471 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22472
22473 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22474 mailbox specifications as well as URLs.
22475 (rmail-insert-inbox-text): Remove unused conditional branches.
22476
22477 2005-04-01 Jay Belanger <belanger@truman.edu>
22478
22479 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22480 (calc-gnuplot-print-command): Move definitions to calc.el.
22481
22482 * calc/calc-embed.el (calc-embedded-announce-formula)
22483 (calc-embedded-open-formula, calc-embedded-close-formula)
22484 (calc-embedded-open-word, calc-embedded-close-word)
22485 (calc-embedded-open-plain, calc-embedded-close-plain)
22486 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22487 (calc-embedded-open-mode, calc-embedded-close-mode):
22488 Move definitions to calc.el.
22489
22490 * calc/calc.el (calc-settings-file, calc-language-alist):
22491 Make customizable.
22492 (calc-embedded-announce-formula, calc-embedded-open-formula)
22493 (calc-embedded-close-formula, calc-embedded-open-word)
22494 (calc-embedded-close-word, calc-embedded-open-plain)
22495 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22496 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22497 (calc-embedded-close-mode, calc-gnuplot-name)
22498 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22499 from other files and make customizable.
22500
22501 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22502
22503 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22504 Use buffer-live-p.
22505 (cvs-mode-run): Don't call cvs-update-header here.
22506 (cvs-run-process): Call cvs-update-header.
22507 Use process properties for cvs-postprocess and cvs-buffer so that
22508 the sentinel can behave better if the temp buffer is killed.
22509 Use a pipe rather than a tty, to better handle unexpected prompts.
22510 (cvs-sentinel): Rewrite. Call cvs-update-header.
22511
22512 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22513
22514 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22515 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22516
22517 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22518
22519 * generic.el (define-generic-mode): Add indentation rule.
22520
22521 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22522
22523 * files.el (mode-require-final-newline): Make Custom correctly
22524 report a nil value and allow to set it to nil via Custom.
22525 Doc fix.
22526
22527 2005-04-01 Kenichi Handa <handa@m17n.org>
22528
22529 * international/characters.el: Enable the correct case setting for
22530 dotless-i and dotted-I.
22531
22532 2005-04-01 Kim F. Storm <storm@cua.dk>
22533
22534 * ido.el (ido-file-internal): Fall back to non-ido command if
22535 initial directory is on slow ftp (or tramp) host.
22536
22537 2005-03-31 Richard M. Stallman <rms@gnu.org>
22538
22539 * emacs-lisp/autoload.el (make-autoload):
22540 Handle define-global-minor-mode.
22541
22542 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22543 Rename from easy-mmode-define-global-mode.
22544 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22545
22546 * progmodes/scheme.el (scheme-mode-syntax-table):
22547 Update syntax of | and # for two-character comment syntax.
22548
22549 2005-03-31 Lute Kamstra <lute@gnu.org>
22550
22551 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22552 (define-minor-mode): Call custom-current-group at load-time.
22553
22554 * generic.el (define-generic-mode): Add debug declaration.
22555 Add defcustom for the mode hook.
22556 (generic-mode-internal): Use run-mode-hooks.
22557
22558 2005-03-31 Kim F. Storm <storm@cua.dk>
22559
22560 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22561 (mouse-fixup-help-message): New defun called by show_help_echo
22562 to fixup mouse-2 prefix in help messages when applicable.
22563
22564 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22565
22566 2005-03-31 Kenichi Handa <handa@m17n.org>
22567
22568 * language/thai-word.el (thai-find-word-ends): Pay attention to
22569 the case that we reach the end of buffer.
22570
22571 * textmodes/fill.el (fill-text-properties-at): New function.
22572 (fill-newline): Use fill-text-properties-at instead of
22573 text-properties-at.
22574
22575 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22576
22577 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22578 not comint-quote-filename.
22579
22580 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22581
22582 * help-fns.el (help-with-tutorial): Revert last change.
22583
22584 2005-03-31 Kim F. Storm <storm@cua.dk>
22585
22586 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22587
22588 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22589
22590 * calendar/cal-china.el: Update reference to "Calendrical
22591 Calculations" book; there's a new edition.
22592 * calendar/cal-coptic.el: Likewise.
22593 * calendar/cal-french.el: Likewise.
22594 * calendar/cal-hebrew.el: Likewise.
22595 * calendar/cal-islam.el: Likewise.
22596 * calendar/cal-iso.el: Likewise.
22597 * calendar/cal-julian.el: Likewise.
22598 * calendar/cal-mayan.el: Likewise.
22599 * calendar/cal-persia.el: Likewise.
22600 * calendar/calendar.el: Likewise.
22601 * calendar/holidays.el: Likewise.
22602 * calendar/lunar.el: Likewise.
22603 * calendar/solar.el: Likewise.
22604
22605 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22606 white space from doc string.
22607
22608 2005-03-30 Jay Belanger <belanger@truman.edu>
22609
22610 * calc/calc-help.el (calc-full-help): Remove email address.
22611
22612 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22613
22614 * help-fns.el (help-with-tutorial): Delete title line.
22615
22616 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22617
22618 * calendar/cal-x.el (calendar-one-frame-setup)
22619 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22620 rather than `symbol' for set-window-dedicated-p.
22621
22622 * calendar/appt.el (appt-buffer-name): Make it a constant.
22623 (appt-add): Doc fix.
22624
22625 * filesets.el (filesets-menu-path, filesets-menu-before)
22626 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22627 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22628 (filesets-add-submenu): Delete and use add-submenu instead.
22629
22630 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22631
22632 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22633 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22634 (org-diary-default-entry): New function.
22635 (org-get-entries-from-diary): Better parsing of diary entries.
22636 (org-agenda-check-no-diary): New function.
22637 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22638 linking to diary entries.
22639 (org-agenda-execute-calendar-command): New function.
22640 (org-agenda): Improve visible section in window.
22641 Use `org-fit-agenda-window'.
22642 (org-fit-agenda-window): New option.
22643 (org-move-subtree-down): Better handling of empty lines
22644 at end of subtree.
22645 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22646 levels up.
22647 (org-fontify-done-headline): New option.
22648 (org-headline-done-face): New face.
22649 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22650 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22651 When current field is non-empty, it is copied to next row.
22652 (org-table-copy-from-above): Fix bug which made it
22653 impossible to copy fields containing only a single non-white character.
22654
22655 2005-03-30 Kim F. Storm <storm@cua.dk>
22656
22657 * kmacro.el (kmacro-end-macro): Isearch may store this command
22658 into the macro -- so ignore it when executing keyboard macro.
22659
22660 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22661
22662 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22663
22664 2005-03-29 Kenichi Handa <handa@m17n.org>
22665
22666 * language/thai.el ("Thai"): Set setup-function and exit-function
22667 for Thai language environment.
22668
22669 * language/thai-util.el: Require thai-word.
22670 (thai-word-mode-map): New variable.
22671 (thai-word-mode): New minor mode.
22672 (setup-thai-language-environment-internal): New function.
22673 (exit-thai-language-environment-internal): New function.
22674
22675 * language/thai-word.el (thai-word-table): Declare it by defvar,
22676 use dolist to initialize it.
22677 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22678 (thai-fill-find-break-point): New functions.
22679
22680 2005-03-29 Richard M. Stallman <rms@gnu.org>
22681
22682 * simple.el (idle-update-delay): Move definition up.
22683 (set-mark): Doc fix.
22684
22685 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22686
22687 * longlines.el: New file.
22688
22689 * simple.el (buffer-substring-filters): New variable.
22690 (filter-buffer-substring): New function.
22691 (kill-region, copy-region-as-kill): Use it.
22692
22693 * register.el (copy-to-register, append-to-register)
22694 (prepend-to-register): Use filter-buffer-substring.
22695
22696 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22697
22698 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22699 (gud-filter-pending-text): Move in front of gdb.
22700 (gud-overlay-arrow-position): New variable.
22701 (gud-sentinel, gud-display-line): Use it in place of
22702 overlay-arrow-position.
22703
22704 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22705
22706 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22707 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22708 (fortran-font-lock-keywords-4): New variable.
22709 (fortran-blocks-re, fortran-end-block-re)
22710 (fortran-start-block-re): New constants, for hideshow.
22711 (hs-special-modes-alist): Add a Fortran entry.
22712 (fortran-mode-map): Bind fortran-end-of-block,
22713 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22714 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22715 (fortran-looking-at-if-then, fortran-end-of-block)
22716 (fortran-beginning-of-block): New functions, for hideshow.
22717
22718 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22719 Doc fix. Tweak regexp.
22720 (f90-beginning-of-block): Push mark first.
22721
22722 2005-03-29 Jay Belanger <belanger@truman.edu>
22723
22724 * calc/calc.el: Update copyright date.
22725 (calc-version): Increase to 2.1.
22726 (calc-version-date): Remove.
22727
22728 * calc/calc-help.el: Update copyright date.
22729 (calc-full-help): Remove reference to calc-version-date.
22730 Update copyright date.
22731
22732 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22733
22734 * vc.el (vc-do-command): Use a pipe for async processes, so password
22735 prompts don't show up at places where the user can't reply.
22736
22737 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22738
22739 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22740 on the file name we pass to the inferior shell.
22741
22742 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22743
22744 * progmodes/which-func.el (which-function): Be robust in the face of an
22745 imenu--make-index-alist failure.
22746
22747 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22748
22749 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22750
22751 * progmodes/python.el (python-preoutput-filter): Fix last change.
22752
22753 2005-03-29 Lute Kamstra <lute@gnu.org>
22754
22755 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22756 functions and compiled macros.
22757 (debug-convert-byte-code): Handle macros too.
22758 (debug-on-entry-1): Don't signal an error when trying to clear a
22759 function that is not set to debug on entry.
22760
22761 2005-03-29 Jay Belanger <belanger@truman.edu>
22762
22763 * calc/calc-lang.el: Add functions to math-function-table
22764 properties of tex and math.
22765
22766 2005-03-29 Kenichi Handa <handa@m17n.org>
22767
22768 * ps-mule.el (ps-mule-plot-string): Translate characters by
22769 ps-print-translation-table.
22770 (ps-mule-begin-job): Call find-charset-region/string with
22771 ps-print-translation-table.
22772 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22773
22774 * ps-print.el (ps-print-translation-table): New variable.
22775 (ps-plot-region): Translate characters by ps-print-translation-table.
22776
22777 2005-03-29 Juri Linkov <juri@jurta.org>
22778
22779 * simple.el (next-error-highlight-timer): New variable.
22780
22781 * progmodes/compile.el (compilation-goto-locus):
22782 Use `next-error-highlight-timer' instead of `sit-for'.
22783
22784 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22785
22786 * mail/supercite.el (sc-mail-field): Use assoc-string.
22787 (sc-get-address): Simplify regexps.
22788
22789 * files.el (minibuffer-with-setup-hook): New macro.
22790 (find-file-read-args): Use it to avoid let-binding
22791 minibuffer-with-setup-hook (which breaks turning on/off
22792 file-name-shadow-mode while in the prompt).
22793
22794 * complete.el (PC-read-include-file-name-internal):
22795 Use test-completion.
22796
22797 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22798
22799 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22800
22801 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22802
22803 * window.el (window-buffer-height): Use count-screen-lines.
22804
22805 * progmodes/python.el (python-preoutput-leftover): New var.
22806 (python-preoutput-filter): Use it.
22807 (python-send-receive): Loop until all the result has been received.
22808
22809 2005-03-28 Juri Linkov <juri@jurta.org>
22810
22811 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22812
22813 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22814 "Recover Crashed Session".
22815 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22816 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22817 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22818 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22819 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22820 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22821 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22822 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22823
22824 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22825 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22826 Ediff Sessions", "Toggle use of separate control buffer frame",
22827 "Use separate frame for Ediff control buffer".
22828
22829 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22830 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22831 "Rename Bookmark", "Delete Bookmark".
22832
22833 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22834 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22835 Add `:active Info-index-alternatives' to "Next Matching Item".
22836
22837 * wdired.el (wdired-change-to-wdired-mode):
22838 Mention `wdired-abort-changes' key in the initial message.
22839
22840 * international/mule.el (auto-coding-alist): Associate non-ascii
22841 image filename extensions with `no-conversion'.
22842
22843 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22844
22845 * international/iso-acc.el:
22846 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22847
22848 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22849
22850 * textmodes/sgml-mode.el (html-mode): Doc update.
22851
22852 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22853
22854 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22855
22856 * term.el (term-move-columns): Fix face after extending a line.
22857 (term-insert-spaces): Likewise.
22858 (term-reset-terminal): Fix off by one error.
22859
22860 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22861
22862 * international/mule.el (auto-coding-alist): Add .xpi files.
22863
22864 * files.el (auto-mode-alist): Add .xpi files.
22865
22866 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22867
22868 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22869
22870 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22871
22872 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22873
22874 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22875
22876 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22877 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22878
22879 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22880 cursor to Jan 1 when needed.
22881 (calendar-end-of-year): Fix -/+ typo.
22882 Reported by Chong Yidong <cyd@stupidchicken.com>.
22883
22884 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22885
22886 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22887
22888 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22889 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22890
22891 2005-03-25 Richard M. Stallman <rms@gnu.org>
22892
22893 * filesets.el (filesets-init): Add autoload.
22894
22895 * mail/mailalias.el (mail-directory): Doc fix.
22896
22897 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22898
22899 * mail/mailalias.el (mail-directory-process): Do nothing if
22900 mail-directory-process is an atom.
22901 (mail-get-names): Ignore mail-directory-names if it is an atom.
22902 (mail-directory-process defvar): Doc fix.
22903 (mail-names): Doc fix.
22904
22905 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22906
22907 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22908
22909 2005-03-26 Kenichi Handa <handa@m17n.org>
22910
22911 * international/mule-util.el (detect-coding-with-priority):
22912 Call update-coding-systems-internal before detect-coding-region.
22913
22914 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22915
22916 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22917 (gdb-frames-mode-map): Add follow-link property.
22918
22919 2005-03-25 Jay Belanger <belanger@truman.edu>
22920
22921 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22922 for variables.
22923
22924 2005-03-25 Juri Linkov <juri@jurta.org>
22925
22926 * image-mode.el: Optimize image filename extension regexps in
22927 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22928 in `auto-mode-alist'.
22929 (image-mode): Add `image-toggle-display-text' to local hook
22930 `change-major-mode-hook'. Display the image as an image by
22931 default. Set `cursor-type' and `truncate-lines' if the image
22932 is already displayed. Take into account the current mode (image
22933 or text) in message.
22934 (image-minor-mode): New minor mode.
22935 (image-mode-maybe, image-toggle-display-text): New functions.
22936 (image-toggle-display): Use called-interactively-p.
22937 Let-bind `inhibit-read-only' to t.
22938
22939 * image-mode.el (image-minor-mode): Set `cursor-type' and
22940 `truncate-lines' if the image is already displayed. Add turning
22941 image-minor-mode off to `change-major-mode-hook'. Add message.
22942 Call `image-toggle-display-text' after turning image-minor-mode off.
22943
22944 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22945
22946 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22947 Terminal.app, use utf-8.
22948 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22949 (set-locale-environment): Use it.
22950
22951 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22952
22953 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22954
22955 * progmodes/python.el (python-close-block-statement-p)
22956 (python-outdent-p, python-current-defun): Use symbol-end.
22957
22958 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22959
22960 * files.el (save-some-buffers): Doc fix.
22961
22962 2005-03-25 Werner Lemberg <wl@gnu.org>
22963
22964 * complete.el, thumbs.el: Replace `legal' with `valid'.
22965 * calendar/calendar.el: Replace `legal' with `valid'.
22966 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22967 * mail/supercite.el: Replace `legal' with `valid'.
22968 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22969 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22970 Replace `legal' with `valid'.
22971 * textmodes/reftex-vars.el, textmodes/reftex.el:
22972 Replace `legal' with `valid'.
22973
22974 2005-03-25 Werner Lemberg <wl@gnu.org>
22975
22976 * calc/calc-forms.el, calc/calc-sel.el
22977 * midnight.el, vc-cvs.el
22978 * emacs-lisp/cl-macs.el
22979 * emulation/vip.el
22980 * eshell/esh-io.el, eshell/esh-var.el
22981 * mail/supercite.el
22982 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22983 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22984 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22985 * progmodes/sh-script.el, progmodes/xscheme.el
22986 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22987 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22988 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22989 * textmodes/reftex.el, textmodes/org.el:
22990 Replace `illegal' with `invalid'.
22991
22992 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22993
22994 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22995 (flymake-find-buildfile, flymake-find-possible-master-files)
22996 (flymake-check-include, flymake-parse-line): Replace loops over the
22997 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22998
22999 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23000 Substitute file-name-as-directory in the rest of the file.
23001 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23002 (flymake-replace-region): Remove unused arg `buffer'.
23003 (flymake-check-patch-master-file-buffer): Update calls to it.
23004 (flymake-add-err-info): Remove unused var `count'.
23005 (flymake-mode): Use define-minor-mode.
23006
23007 * progmodes/flymake.el: Use with-current-buffer.
23008 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23009 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23010 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23011 Avoid testing for `xemacs'.
23012 (flymake-nop): Move.
23013 (flymake-region-has-flymake-overlays): Return the computed value.
23014 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23015 Remove unused var `endline'.
23016 (flymake-get-line-count): Remove unused function.
23017 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23018
23019 * emulation/vi.el:
23020 * generic.el:
23021 * hilit-chg.el (global-highlight-changes):
23022 * hi-lock.el (hi-lock-mode):
23023 * follow.el: find-file-hooks -> find-file-hook.
23024
23025 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23026
23027 2005-03-24 Juri Linkov <juri@jurta.org>
23028
23029 * dired.el (dired-mode-map): Add menu item "Compare directories"
23030 for dired-compare-directories.
23031
23032 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23033 Doc fix. Replace `read-file-name' with `read-directory-name'.
23034
23035 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23036
23037 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23038
23039 2005-03-24 Jay Belanger <belanger@truman.edu>
23040
23041 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23042 relevant mode settings in calc-embedded-original-modes when modes
23043 are permanently changed.
23044
23045 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23046
23047 * autoinsert.el: find-file-hooks -> find-file-hook.
23048
23049 2005-03-24 Lute Kamstra <lute@gnu.org>
23050
23051 * generic.el (generic-font-lock-defaults): Make it obsolete.
23052 (generic-font-lock-keywords): New variable to replace
23053 generic-font-lock-defaults.
23054 (generic-mode-set-font-lock): Delete it.
23055 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23056 (generic-bracket-support): Add docstring.
23057
23058 * generic-x.el: Rename generic-font-lock-defaults to
23059 generic-font-lock-keywords throughout.
23060 (mailagent-rules-setup-function): Delete it.
23061 (mailagent-rules-generic-mode): Use anonymous function instead.
23062 (show-tabs-generic-mode-font-lock-defaults-1)
23063 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23064 Quote faces.
23065 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23066 not foreground.
23067
23068 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23069 Recognize define-generic-mode.
23070
23071 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23072
23073 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23074 if there's no completion table.
23075
23076 2005-03-23 Miles Bader <miles@gnu.org>
23077
23078 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23079 Remove tty-specific variants, as they're no longer needed.
23080
23081 2005-03-23 Lute Kamstra <lute@gnu.org>
23082
23083 * generic-x.el: Code cleanup: make args constant whenever possible.
23084 (installshield-statement-keyword-list)
23085 (installshield-system-functions-list)
23086 (installshield-system-variables-list, installshield-types-list)
23087 (installshield-funarg-constants-list): Make them constants.
23088
23089 * generic.el (generic-make-keywords-list): Add autoload cookie.
23090
23091 * calendar/time-date.el: Add comment on time value formats.
23092 Don't require parse-time.
23093 (with-decoded-time-value): New macro.
23094 (encode-time-value): New function.
23095 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23096 (days-to-time): Return a valid time value when arg is huge.
23097 (time-since): Use time-subtract.
23098 (time-to-number-of-days): Use time-to-seconds.
23099
23100 2005-03-23 David Ponce <david@dponce.com>
23101
23102 * recentf.el (recentf-keep): New option.
23103 (recentf-menu-action): Default to `find-file'.
23104 (recentf-keep-non-readable-files-flag)
23105 (recentf-keep-non-readable-files-p)
23106 (recentf-file-readable-p, recentf-find-file)
23107 (recentf-cleanup-remote): Remove.
23108 (recentf-include-p): More robust.
23109 (recentf-keep-p): New function.
23110 (recentf-remove-if-non-kept): Rename from
23111 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23112 All callers updated.
23113 (recentf-menu-items-for-commands): Fix help string.
23114 (recentf-track-closed-file): Update. Doc fix.
23115 (recentf-cleanup): Update. Count removed files. Doc fix.
23116
23117 2005-03-23 Kim F. Storm <storm@cua.dk>
23118
23119 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23120 Don't inherit from fringe face (now happens automatically).
23121
23122 2005-03-22 Kim F. Storm <storm@cua.dk>
23123
23124 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23125 position values.
23126
23127 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23128
23129 * menu-bar.el (showhide-date-time): Remove.
23130 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23131 (menu-bar-make-mm-toggle): Simplify.
23132
23133 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23134
23135 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23136 Accept qualified variable and function names.
23137
23138 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23139
23140 * bindings.el (completion-ignored-extensions):
23141 Remove ".lis" for `vax-vms'.
23142
23143 2005-03-22 Andreas Schwab <schwab@suse.de>
23144
23145 * generic-x.el: Revert last change.
23146 * ldefs-boot.el: Update.
23147
23148 2005-03-22 Jay Belanger <belanger@truman.edu>
23149
23150 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23151 (calc-embedded-save-original-modes)
23152 (calc-embedded-restore-original-modes): New functions.
23153 (calc-do-embedded): Save original modes when entering embedded mode
23154 and restore when leaving embedded mode.
23155 (calc-embedded-modes-change): Change the value of
23156 calc-embedded-original-modes to reflect permanent changes.
23157
23158 2005-03-22 Lute Kamstra <lute@gnu.org>
23159
23160 * generic-x.el: Require generic again.
23161
23162 2005-03-22 Miles Bader <miles@gnu.org>
23163
23164 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23165 Tweak details to look good on both ttys and bitmap displays, light
23166 or dark background, etc.
23167
23168 2005-03-21 Kim F. Storm <storm@cua.dk>
23169
23170 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23171 mouse position.
23172
23173 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23174
23175 * icomplete.el: Don't forcibly turn on the mode upon load.
23176 (icomplete-mode): Use define-minor-mode.
23177 (icomplete-eoinput): Default to nil.
23178 (icomplete-minibuffer-setup): Remove autoload.
23179 (icomplete-tidy): Simplify.
23180 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23181 in the initial state or if the user has modified the field.
23182 Fix handling of icomplete-max-delay-chars.
23183 Remove code that handles the oddball case where
23184 minibuffer-completion-table is an integer.
23185 Wrap icomplete-completions in while-no-input in case building
23186 completions takes more time than expected.
23187 (icomplete-completions): Simplify.
23188
23189 2005-03-21 Richard M. Stallman <rms@gnu.org>
23190
23191 * jka-compr.el (jka-compr-really-do-compress):
23192 Make variable buffer-local.
23193
23194 * image-mode.el: Handle .xpm files too.
23195 (image-toggle-display): Preserve modification flag.
23196
23197 * help.el (where-is): Don't mention aliases with no key bindings.
23198
23199 2005-03-21 Lute Kamstra <lute@gnu.org>
23200
23201 * generic.el: Fix commentary section. Don't require cl for
23202 compilation.
23203 (generic-mode-list): Add autoload cookie.
23204 (generic-use-find-file-hook, generic-lines-to-scan)
23205 (generic-find-file-regexp, generic-ignore-files-regexp)
23206 (generic-mode, generic-mode-find-file-hook)
23207 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23208 (define-generic-mode): Make it a defmacro. Fix docstring.
23209 (generic-mode-internal): Code cleanup. Add autoload cookie.
23210 (generic-mode-set-comments): Code cleanup.
23211 * generic-x.el: Don't prevent compilation. Don't require generic.
23212 Follow coding conventions. Minor code cleanup.
23213 (etc-fstab-generic-mode): Add some keywords.
23214 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23215 define-generic-mode like a function declaration.
23216
23217 2005-03-21 Jay Belanger <belanger@truman.edu>
23218
23219 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23220 changing modes.
23221
23222 2005-03-21 Sam Steingold <sds@gnu.org>
23223
23224 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23225
23226 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23227
23228 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23229 Add underscore to "f$ lexicals" regexp.
23230
23231 2005-03-20 Juri Linkov <juri@jurta.org>
23232
23233 * subr.el (progress-reporter-do-update): When `min-value' is equal
23234 to `max-value', set `percentage' to 0 and prevent division by zero.
23235
23236 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23237
23238 Sync with Tramp 2.0.48.
23239
23240 * net/tramp.el (all): Change all addresses to .gnu.org.
23241 (tramp-append-tramp-buffers): New defun.
23242 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23243 Catch `dont-send' signal.
23244 (tramp-set-auto-save-file-modes): Set always permissions, because
23245 there might be an old auto-saved file belonging to another
23246 original file. This could be a security threat. Reported by
23247 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23248 Check for Emacs 21.3.50 removed.
23249
23250 * net/tramp-smb.el (all): Remove debug construct for
23251 `with-parsed-tramp-file-name'.
23252 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23253 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23254 No error message if DIRECTORY or FILENAME doesn't exist.
23255 (tramp-smb-open-connection): Check existence of
23256 `tramp-smb-program'.
23257
23258 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23259
23260 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23261 Properly handle the case where the `m' or `s' command's argument is not
23262 yet terminated.
23263 (perl-indent-new-calculate): New function.
23264 (perl-indent-line): Use it.
23265
23266 2005-03-20 Miles Bader <miles@gnu.org>
23267
23268 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23269 in text-mode too. Change to new face names.
23270 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23271 Add `:weight bold' attribute.
23272 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23273
23274 2005-03-19 Juri Linkov <juri@jurta.org>
23275
23276 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23277
23278 * international/mule.el (auto-coding-alist): Sync with
23279 `auto-mode-alist' by adding upper case archive file extensions
23280 and adding ear/war to jar extension.
23281
23282 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23283
23284 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23285 running, restart it.
23286
23287 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23288
23289 * finder.el (finder-current-item): Throw an error on an empty line.
23290
23291 * man.el (Man-follow-manual-reference): If current-word returns
23292 nil, use "".
23293
23294 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23295
23296 * simple.el (goto-line): Doc fix.
23297
23298 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23299
23300 * files.el (save-buffer): Doc fix.
23301
23302 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23303
23304 * recentf.el (recentf-cleanup-remote): New variable.
23305 (recentf-cleanup): Use it to conditionally check availability of
23306 remote files.
23307
23308 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23309
23310 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23311 function names.
23312
23313 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23314
23315 * language/thai-word.el: New file.
23316
23317 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23318
23319 * files.el (backup-buffer): If the file's directory is not
23320 writable, use copy instead of move to backup the file.
23321
23322 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23323
23324 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23325
23326 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23327
23328 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23329 Use functionp instead of symbolp and fboundp. Reported by Drkm
23330 <darkman_spam@yahoo.fr>.
23331 (ps-print-version): New version 6.6.6.
23332
23333 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23334
23335 * textmodes/table.el (table--line-column-position): New idiom.
23336 (table--row-column-insertion-point-p): New function to test
23337 validity of row and column insertion operation at a location.
23338 (table-global-menu, table-cell-menu): Use above functions for
23339 deterministic test operation.
23340 (table--editable-cell-p): Behave in deterministic fashion.
23341
23342 2005-03-18 Juri Linkov <juri@jurta.org>
23343
23344 * isearch.el (isearch-lazy-highlight-new-loop):
23345 Make arguments beg and end optional.
23346 (isearch-update): Remove optional arguments nil from
23347 isearch-lazy-highlight-new-loop.
23348 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23349 isearch-lazy-highlight-case-fold-search instead of
23350 isearch-case-fold-search, and let-bind isearch-regexp to
23351 isearch-lazy-highlight-regexp.
23352 Use isearch-lazy-highlight-last-string instead of isearch-string.
23353
23354 * replace.el (perform-replace): Remove bindings of global
23355 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23356 Add three new arguments to `replace-highlight'.
23357 (replace-highlight): Add arguments string, regexp, case-fold.
23358 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23359 to allow isearch-lazy-highlight-new-loop to use these values
23360 to set corresponding isearch-lazy-highlight-* internal
23361 variables whose values lazy highlighting will use regardless of
23362 changes to global variables isearch-string, isearch-regexp,
23363 isearch-case-fold-search during lazy highlighting loop.
23364 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23365 to `lazy-highlight-cleanup'.
23366
23367 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23368 (ispell-highlight-face): Set default face to `isearch' when
23369 lazy highlighting is enabled.
23370 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23371 priority to 1. Add lazy highlighting.
23372 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23373 from `isearch-dehighlight'.
23374
23375 2005-03-18 David Ponce <david@dponce.com>
23376
23377 * files.el (hack-local-variables): Do a case-insensitive search
23378 for End.
23379
23380 2005-03-18 Juri Linkov <juri@jurta.org>
23381
23382 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23383 `isearch-lazy-highlight-cleanup', add alias to old name and
23384 declare obsolete. Add release numbers to other obsolete vars.
23385 (isearch-done, isearch-lazy-highlight-new-loop):
23386 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23387 (lazy-highlight-cleanup) <variable>: Doc fix.
23388 (isearch-lazy-highlight-update): Rename obsolete
23389 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23390
23391 2005-03-18 Kenichi Handa <handa@m17n.org>
23392
23393 * language/thai-util.el: Fix categorization of Thai characters in
23394 thai-category-table.
23395 (thai-composition-pattern): Adjust it for the above change.
23396 (thai-self-insert-command, thai-compose-syllable): New functions.
23397 (thai-compose-region): Use thai-compose-syllable.
23398 (thai-compose-string): Likewise.
23399 (thai-composition-function): Likewise.
23400 (thai-auto-composition): New function.
23401 (thai-auto-composition-mode): New minor mode.
23402
23403 * language/thai.el: Fix patterns to be registered in
23404 composition-function-table.
23405
23406 * international/quail.el (quail-input-method): Locally bind
23407 inhibit-modification-hooks to t.
23408
23409 2005-03-17 Richard M. Stallman <rms@gnu.org>
23410
23411 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23412 (perl-mode): Use run-mode-hooks.
23413
23414 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23415 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23416 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23417
23418 * mail/sendmail.el (sendmail-send-it): Reenable the code
23419 to compute resend-to-address and use it.
23420
23421 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23422
23423 * image-mode.el: New file.
23424
23425 * image.el (insert-sliced-image): Add autoload cookie.
23426
23427 * font-lock.el (font-lock-lines-before): New user option.
23428 (font-lock-after-change-function): Obey it.
23429
23430 * bindings.el (esc-map): Make M-g a prefix.
23431 Bind M-g g and M-g M-g to goto-line.
23432
23433 * faces.el (face-id): Doc fix.
23434
23435 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23436
23437 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23438 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23439 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23440
23441 * mail/sendmail.el (mail-yank-ignored-headers)
23442 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23443 Add Mail-Followup-To and Mail-Reply-To headers.
23444 (mail-citation-hook): Add autoload cookie.
23445 (mail-mode): Doc fix.
23446 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23447 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23448 (mail-mode-fill-paragraph): Handle those headers.
23449 (mail-mailing-lists): New variable.
23450 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23451
23452 2005-03-17 Juri Linkov <juri@jurta.org>
23453
23454 * isearch.el (isearch-fallback): Check for `(car previous)'
23455 before calling `isearch-other-end-state'.
23456
23457 2005-03-17 Kim F. Storm <storm@cua.dk>
23458
23459 * simple.el (move-beginning-of-line): Move to beginning of buffer
23460 line, as well as beginning of screen line.
23461
23462 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23463
23464 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23465 argument REDRAW rather than calendar-redrawing variable.
23466 * calendar/calendar.el (calendar-redrawing): Delete.
23467 (redraw-calendar): Do not bind calendar-redrawing.
23468
23469 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23470
23471 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23472 diary-file buffer.
23473
23474 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23475
23476 * help.el (describe-mode): Allow a :minor-mode-function property to
23477 specify a different minor mode toggle function than the variable.
23478 * simple.el (auto-fill-function):
23479 * subr.el (add-minor-mode): Use it.
23480
23481 2005-03-16 Kenichi Handa <handa@m17n.org>
23482
23483 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23484 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23485 (ethio-fidel-to-sera-buffer): Likewise.
23486
23487 2005-03-16 Juri Linkov <juri@jurta.org>
23488
23489 * emacs-lisp/find-func.el (find-function-regexp):
23490 Add defun-emitting macro `menu-bar-make-toggle'.
23491
23492 * isearch.el: Put `isearch-scroll' property to
23493 `split-window-horizontally'.
23494
23495 * info.el: Update error messages for `debug-ignored-errors'.
23496 (Info-isearch-search): Doc fix.
23497 (Info-find-node): Move up code to go into info buffer before
23498 recording the node to the history.
23499 (Info-fontify-node): Fontify titles only if the next line
23500 has two or more `*', `=', `-', `.'.
23501 Display "go to this node" for empty (match-string 3).
23502
23503 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23504
23505 * term/mac-win.el: Add mouse pointer shape constants.
23506
23507 2005-03-15 Kim F. Storm <storm@cua.dk>
23508
23509 * simple.el (move-beginning-of-line): Use vertical-motion.
23510
23511 2005-03-15 Juri Linkov <juri@jurta.org>
23512
23513 * isearch.el (isearch-error): New variable.
23514 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23515 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23516 (isearch-within-brackets-state): Remove.
23517 (isearch-case-fold-search-state, isearch-pop-fun-state):
23518 Decrease frame index.
23519 (isearch-mode, isearch-top-state, isearch-push-state)
23520 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23521 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23522 (isearch-search, isearch-lazy-highlight-new-loop):
23523 Replace `isearch-invalid-regexp' with `isearch-error'.
23524 Remove `isearch-within-brackets'.
23525 (isearch-search): Add `search-failed' handler to `condition-case'.
23526 (isearch-lazy-highlight-search): Add `condition-case' to catch
23527 errors and allow `isearch-lazy-highlight-update' to try
23528 highlighting from the beginning of the window.
23529 (isearch-repeat): Move up code to set isearch-wrapped to t
23530 before calling isearch-wrap-function.
23531
23532 * info.el (Info-isearch-initial-node): New internal variable.
23533 (Info-search): Signal an error in isearch mode when search leaves
23534 the initial node. Signal an error when `bound' is non-nil and
23535 nothing was found in the current subfile.
23536 (Info-isearch-search): Remove `condition-case'.
23537 (Info-isearch-wrap): Don't wrap when search failed during leaving
23538 the initial node. If `Info-isearch-search' is nil, wrap around
23539 the current node.
23540 (Info-isearch-start): New fun.
23541 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23542 `isearch-mode-hook'.
23543
23544 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23545
23546 * simple.el (normal-erase-is-backspace): Set default to t if
23547 running on Mac.
23548
23549 * term/mac-win.el (function-key-map): Sync with x-win.el.
23550
23551 2005-03-15 Kenichi Handa <handa@m17n.org>
23552
23553 * international/mule-cmds.el (locale-language-names): Modify the
23554 format of elements and add more entries.
23555 (locale-preferred-coding-systems): Add more entries.
23556 (set-locale-environment): Adjust for the change of
23557 locale-language-names.
23558
23559 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23560
23561 * pcvs.el (smerge-ediff): Remove bogus autoload.
23562
23563 2005-03-14 Lute Kamstra <lute@gnu.org>
23564
23565 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23566 Ignore a `*' at the beginning of a line.
23567
23568 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23569 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23570 subr.el.
23571 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23572 to specify indentation.
23573
23574 * generic.el (define-generic-mode): Let generic-mode-list be a
23575 list of strings; test membership with equal.
23576
23577 2005-03-14 Kim F. Storm <storm@cua.dk>
23578
23579 * simple.el (next-line, previous-line): Add optional try-vscroll
23580 arg to recognize interactive use. Pass it on to line-move.
23581 (line-move): Don't perform auto-window-vscroll when defining or
23582 executing keyboard macro to ensure consistent behavior.
23583
23584 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23585
23586 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23587
23588 2005-03-13 Lute Kamstra <lute@gnu.org>
23589
23590 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23591 debugger-setup-buffer so that backtrace marks the frames set to
23592 debug-on-exit and we don't have to do it manually. Set an extra
23593 debug-on-exit for macro's.
23594 (debugger-setup-buffer): Don't mark the top frame manually.
23595
23596 2005-03-12 Lute Kamstra <lute@gnu.org>
23597
23598 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23599 lisp-indent-function throughout.
23600 (with-no-warnings): Set lisp-indent-function property.
23601
23602 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23603
23604 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23605 Add entry for backslash.
23606
23607 2005-03-12 Juri Linkov <juri@jurta.org>
23608
23609 * info.el (Info-search): Four fixes for backward search.
23610
23611 2005-03-11 Jay Belanger <belanger@truman.edu>
23612
23613 * calc/calc.el (calc-language-alist): New variable.
23614 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23615 (calc-embedded-find-modes): Use calc-language-alist instead of
23616 calc-embedded-language-alist.
23617
23618 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23619
23620 * calendar/calendar.el (calendar-redrawing): New internal
23621 variable.
23622 (redraw-calendar): Remove bogus save-excursion from previous
23623 change. Bind calendar-redrawing to t for mark-diary-entries.
23624 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23625 calendar if that is why we were called.
23626
23627 2005-03-11 Kenichi Handa <handa@m17n.org>
23628
23629 * international/mule.el (make-coding-system): Set property
23630 coding-system-define-form to nil.
23631 (define-coding-system-alias): Likewise.
23632
23633 2005-03-11 Kenichi Handa <handa@m17n.org>
23634
23635 These changes are suggested by Dave Love <fx@gnu.org>.
23636
23637 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23638 coding: tag.
23639 (adaptive-fill-regexp): Add more bullets.
23640 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23641 regexps.
23642
23643 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23644
23645 * help.el (describe-mode): Properly handle non-trivial lighters.
23646 Don't ignore minor modes that are not listed in minor-mode-list.
23647
23648 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23649 feature ON when the user requests to turn it OFF.
23650
23651 2005-03-10 Lute Kamstra <lute@gnu.org>
23652
23653 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23654 (implement-debug-on-entry): New function to replace debug-entry-code.
23655 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23656 second argument as the 2005-03-07 change makes it obsolete.
23657 (debug-on-entry, cancel-debug-on-entry): Update call to
23658 debug-on-entry-1.
23659 (debug, debugger-setup-buffer): Comment update.
23660 (debugger-frame-number): Update to work with implement-debug-on-entry.
23661
23662 2005-03-10 Jay Belanger <belanger@truman.edu>
23663
23664 * calc/calc-embed.el (math-ms-args): Declare it.
23665 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23666 math-ms-args.
23667 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23668 variables.
23669
23670 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23671
23672 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23673 Use message-box.
23674
23675 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23676 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23677 (tooltip-gud-tips): Simplify.
23678 (tooltip-gud-tips-p): Remove superfluous :set.
23679 (tooltip-gud-modes): Add fortran-mode.
23680 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23681
23682 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23683
23684 2005-03-09 Kim F. Storm <storm@cua.dk>
23685
23686 * play/animate.el (animate-place-char): Use forward-line instead
23687 of next-line to improve performance.
23688
23689 2005-03-09 Simon Josefsson <jas@extundo.com>
23690
23691 * net/browse-url.el (browse-url-default-browser): Doc fix.
23692
23693 2005-03-09 Miles Bader <miles@gnu.org>
23694
23695 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23696 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23697
23698 2005-03-09 Kenichi Handa <handa@m17n.org>
23699
23700 * international/latin-1.el: Set case and syntax for 255 only if
23701 set-case-syntax-set-multibyte is nil.
23702
23703 * textmodes/ispell.el (ispell-insert-word): New function.
23704 (ispell-word): Use ispell-insert-word to insert a new word.
23705 (ispell-process-line): Likewise.
23706 (ispell-complete-word): Likewise.
23707
23708 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23709
23710 * calendar/calendar.el (redraw-calendar): Preserve point.
23711 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23712 (calendar-week-start-day): Move after definition of
23713 redraw-calendar. Delete buffer test, since redraw-calendar has
23714 that now.
23715
23716 * calendar/diary-lib.el (mark-diary-entries): Only call
23717 redraw-calendar in the first of any recursive calls.
23718 Reported by Alan Shutko <ats@acm.org>.
23719
23720 2005-03-08 Juri Linkov <juri@jurta.org>
23721
23722 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23723 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23724 (html-radio-buttons): Add a space before the trailing `/>' where
23725 sgml-xml-mode is non-nil.
23726 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23727 the subsequent tag of the empty XML tag.
23728 (html-href-anchor): Don't set initial input to "http:".
23729 (html-image): Ask for the image URL and set point inside alt="".
23730 (html-name-anchor): Duplicate the name in the `id' attribute when
23731 sgml-xml-mode is non-nil.
23732 (html-paragraph): Remove \n before <p>.
23733 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23734 instead of `checked' when sgml-xml-mode is non-nil.
23735
23736 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23737 Remove 1 space before #RRGGBB to not truncate it on terminal
23738 windows w/o fringes. Remove 1 space between bg and fg examples
23739 to get more space.
23740 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23741 avoid byte-compile warnings.
23742
23743 * image-file.el (image-file-handler): Put `safe-magic' property to
23744 `image-file-handler'.
23745
23746 * info.el (Info-isearch-search): Emulate word search in
23747 isearching through multiple Info nodes with Info-search.
23748 (Info-isearch-wrap): Allow isearch-word.
23749
23750 2005-03-08 Lute Kamstra <lute@gnu.org>
23751
23752 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23753 stepping into the debugger's code is not possible.
23754 (debugger-jumping-flag): Docstring update.
23755
23756 2005-03-08 Jay Belanger <belanger@truman.edu>
23757
23758 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23759 embedded mode begins.
23760 (calc-embedded-language-alist): New variable.
23761 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23762 set default language mode.
23763
23764 2005-03-08 Kenichi Handa <handa@m17n.org>
23765
23766 * international/ccl.el (define-ccl-program): Fix docstring about
23767 extra 256 bytes assured for the output buffer.
23768
23769 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23770 Fix BUFFER_MAGNIFICATION to 2.
23771 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23772
23773 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23774
23775 * align.el (align-rules-list): Added an alignment rule for CSS
23776 declarations (applies to css-mode and html-mode buffers).
23777
23778 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23779
23780 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23781
23782 2005-03-07 Kim F. Storm <storm@cua.dk>
23783
23784 * simple.el (move-beginning-of-line): New command.
23785
23786 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23787
23788 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23789
23790 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23791 and move-beginning-of-line.
23792
23793 * apropos.el (apropos-print): Omit command from M-x ... RET.
23794
23795 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23796
23797 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23798 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23799
23800 2005-03-06 Richard M. Stallman <rms@gnu.org>
23801
23802 * bindings.el (esc-map): Bind M-g to goto-line.
23803
23804 * facemenu.el (global-map): Bind M-o, not M-g.
23805
23806 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23807
23808 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23809 "Open Directory" as for "Open File".
23810
23811 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23812
23813 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23814 (push-mark-command): Run activate-mark-hook.
23815
23816 2005-03-06 Richard M. Stallman <rms@gnu.org>
23817
23818 * help-mode.el (help-mode-finish): Don't alter the element
23819 in view-return-to-alist if there already is one.
23820
23821 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23822 make sure the current buffer is the expected one.
23823
23824 * novice.el (disabled-command-function): Output in *Disabled Command*.
23825 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23826
23827 * textmodes/flyspell.el (flyspell-large-region):
23828 Pass args differently for aspell.
23829
23830 * files.el (mode-require-final-newline): Doc fix.
23831
23832 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23833
23834 * progmodes/which-func.el (which-function):
23835 Specify NOERROR when calling imenu--make-index-alist.
23836
23837 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23838
23839 * simple.el (normal-erase-is-backspace): Define default value.
23840
23841 * custom.el (custom-theme-set-variables): Remove unused var
23842 `immediate'.
23843 (custom-reevaluate-setting): Simple function to handle variables
23844 that are defined before their default value can really be
23845 computed.
23846
23847 * startup.el (command-line): Use it for temporary-file-directory,
23848 small-emporary-file-directory, auto-save-file-name-transforms,
23849 blink-cursor-mode, and normal-erase-is-backspace.
23850
23851 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23852 progress, even with buggy anchored keywords.
23853
23854 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23855
23856 * simple.el (goto-line): Remove unbalanced final parenthesis.
23857
23858 2005-03-05 Richard M. Stallman <rms@gnu.org>
23859
23860 * simple.el (goto-line): Use a number at point as the default.
23861 With C-u as arg, switch buffers.
23862
23863 2005-03-05 Juri Linkov <juri@jurta.org>
23864
23865 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23866 with `no-blinking-cursor'.
23867
23868 * startup.el (no-blinking-cursor): New defvar.
23869 (command-line): Add `--no-blinking-cursor' to longopts.
23870 Set `no-blinking-cursor' to t for command line arguments
23871 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23872 with `no-blinking-cursor' in the condition for calling
23873 `blink-cursor-mode'.
23874
23875 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23876
23877 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23878 (menu-bar-options-save): Add blink-cursor-mode.
23879 (menu-bar-options-menu): Add blink-cursor-mode.
23880
23881 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23882
23883 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23884 (icalendar-export-file, icalendar-export-region)
23885 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23886 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23887
23888 2005-03-04 Lute Kamstra <lute@gnu.org>
23889
23890 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23891 (debug-function-list): Ditto.
23892
23893 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23894
23895 * textmodes/texinfmt.el (texinfo-append-refill):
23896 Redefine the types of line to which @refill
23897 is not appended by replacing a search for `@refill\\|@bye' with
23898 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23899 itemize@refill' bug and the unfilled long lines bug.
23900 (texinfmt-version): Update number and date.
23901
23902 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23903
23904 * international/code-pages.el (windows-1250, windows-125[2-8])
23905 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23906
23907 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23908
23909 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23910 bound yet.
23911
23912 2005-03-02 Romain Francoise <romain@orebokech.com>
23913
23914 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23915 buffer after removing limits.
23916 (ibuffer-pop-filter): Ditto.
23917 Update copyright.
23918
23919 2005-03-02 Miles Bader <miles@gnu.org>
23920
23921 * button.el (make-text-button): If the user doesn't specify a
23922 type, use the default. Rewrite to use `add-text-properties' and
23923 plist functions.
23924
23925 2005-03-01 Lute Kamstra <lute@gnu.org>
23926
23927 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23928 (debugger-jumping-flag): New var.
23929 (debug-entry-code): Use it.
23930 (debugger-jump): Use debugger-jumping-flag and add
23931 debugger-reenable to post-command-hook.
23932 (debugger-reenable): Use debugger-jumping-flag and remove itself
23933 from post-command-hook.
23934 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23935 debugger-reenable.
23936
23937 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23938
23939 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23940 inclusion of "itemize\\|", which may be unnecessary, is certainly
23941 inelegant, and stops refilling in itemize lists when formatting
23942 Japanese Texinfo files to Info.
23943 Update copyright to 2005.
23944
23945 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23946
23947 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23948 of an error if GDB can't find the source file.
23949
23950 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23951
23952 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23953 not just the calendar.
23954
23955 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23956 first.
23957 (diary-redraw-calendar): New function.
23958 (make-diary-entry): Add diary-redraw-calendar to local
23959 write-contents-functions. Turn off selective display before
23960 inserting in diary.
23961
23962 2005-03-01 Kim F. Storm <storm@cua.dk>
23963
23964 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23965
23966 2005-03-01 Lute Kamstra <lute@gnu.org>
23967
23968 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23969 that debug-entry-code can be safely removed from a function while
23970 this code is being evaluated. Revert the 2005-02-27 change as the
23971 new implementation no longer requires it. Make sure that a
23972 function body containing just a string is not mistaken for a docstring.
23973 (debug): Skip one more frame in case of debug on entry.
23974 (debugger-setup-buffer): Delete one more frame line in case of
23975 debug on entry.
23976 (debugger-frame-number): Update to use the new text introduced by
23977 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23978
23979 2005-02-28 Kim F. Storm <storm@cua.dk>
23980
23981 * double.el (double-translate-key): Call force-window-update after
23982 read-event to avoid crash in redisplay.
23983
23984 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23985
23986 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23987 (debug): Use it. Move the inhibit-trace earlier.
23988 (debug-entry-code): New const.
23989 (debug-on-entry-1): Use it.
23990
23991 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23992
23993 * international/utf-16.el (ccl-encode-mule-utf-16le):
23994 Fix BUFFER_MAGNIFICATION to 2.
23995 (ccl-encode-mule-utf-16be): Likewise.
23996
23997 2005-02-28 Kenichi Handa <handa@m17n.org>
23998
23999 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24000 Fix BUFFER_MAGNIFICATION to 4.
24001 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24002
24003 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24004
24005 * speedbar.el (speedbar-update-flag): Doc fix.
24006 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24007 argument.
24008
24009 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24010
24011 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24012 have a non-nil `invisible' property but are actually visible.
24013
24014 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24015 for perldoc sections.
24016 (perl-outline-regexp, perl-outline-level): New var and function.
24017 (perl-mode): Use them.
24018
24019 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24020
24021 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24022 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24023
24024 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24025
24026 * cus-edit.el: Comment change.
24027 (custom-buffer-create-internal): Slightly reword text at top of
24028 Custom buffers. Mention there that saving an option edits the
24029 init file. Add link to Emacs manual node on `custom-file'.
24030 (custom-magic-alist): Rewrite individual State messages to use
24031 capitalized keywords. Doc fix.
24032
24033 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24034
24035 * calendar/calendar.el (calendar-buffer): Move above
24036 calendar-week-start-day.
24037 (calendar-week-start-day): Doc fix. Add :set function.
24038 (calendar-minimum-window-height): New variable.
24039 (generate-calendar-window): Only resize window if selected-window
24040 is displaying the calendar buffer. Use new variable
24041 calendar-minimum-window-height.
24042 (generate-calendar): Reword error message.
24043 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24044
24045 2005-02-27 Andreas Schwab <schwab@suse.de>
24046
24047 * vc.el (vc-do-command): Don't run command asynchronously when
24048 operating in a remote directory.
24049
24050 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24051 change from sync with Tramp 2.0.47.
24052
24053 2005-02-27 Richard M. Stallman <rms@gnu.org>
24054
24055 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24056
24057 * textmodes/flyspell.el (flyspell-mode-on):
24058 Call ispell-change-dictionary only if necessary.
24059
24060 * emacs-lisp/re-builder.el (regexp-builder): New function.
24061
24062 * register.el (describe-register-1): Explicitly handle
24063 yank-excluded-properties = t.
24064
24065 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24066 (custom-magic-alist): Change the status descriptions again.
24067 (face widget-type): Total rewrite based on `restricted-sexp'
24068 to eliminate the confusing double hiding levels.
24069
24070 * emacs-lisp/debug.el (debug-on-entry-1):
24071 If function body is empty, add nil as body form.
24072
24073 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24074
24075 * emacs-lisp/trace.el (inhibit-trace): New var.
24076 (trace-make-advice): Use it.
24077
24078 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24079
24080 2005-02-26 Kim F. Storm <storm@cua.dk>
24081
24082 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24083 (mouse-on-link-p, mouse-drag-region-1): Use it.
24084
24085 2005-02-25 Lute Kamstra <lute@gnu.org>
24086
24087 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24088
24089 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24090
24091 * frame.el (blink-cursor-mode): Add :group keyword.
24092
24093 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24094
24095 * calendar/icalendar.el (icalendar--decode-isodatetime):
24096 New optional argument DAY-SHIFT.
24097 (icalendar-export-region): Fix coding-system-for-write.
24098 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24099 events by one.
24100
24101 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24102
24103 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24104
24105 2005-02-24 Kim F. Storm <storm@cua.dk>
24106
24107 * international/iso-acc.el (iso-accents-compose): Fix crash
24108 during redisplay. Call force-window-update after read-event
24109 and delete-region to signal that window is not accurate.
24110
24111 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24112
24113 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24114 Remove unused and inexistent var `inhibit-trace'.
24115 (debugger-mode): Use run-mode-hooks.
24116 (debugger-list-functions): Add buttons; setup xref stack.
24117
24118 2005-02-23 Richard M. Stallman <rms@gnu.org>
24119
24120 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24121 appointment says it was explicitly made.
24122 (appt-add): Set the 3rd element.
24123 (appt-make-list): Preserve explicit appointments.
24124
24125 * subr.el (find-tag-default): Catch errors in forward-sexp.
24126
24127 2005-02-23 Juri Linkov <juri@jurta.org>
24128
24129 * info.el (Info-isearch-search): New defcustom.
24130 (Info-isearch-search): Call the default isearch function
24131 when Info-isearch-search is nil.
24132 (Info-isearch-wrap): Use variable Info-isearch-search.
24133
24134 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24135
24136 * cus-edit.el: Comment change.
24137
24138 2005-02-22 Kim F. Storm <storm@cua.dk>
24139
24140 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24141 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24142
24143 2005-02-22 Simon Josefsson <jas@extundo.com>
24144
24145 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24146 New variable.
24147 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24148 Oskarsson" <myrkraverk@users.sourceforget.net>.
24149
24150 2005-02-22 Kim F. Storm <storm@cua.dk>
24151
24152 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24153 check that window of that event is the selected window.
24154 (mouse-drag-region-1): Compare mouse event window to selected
24155 window before setting point.
24156
24157 * tooltip.el (tooltip-show-help-function): Pass event to
24158 mouse-on-link-p so it can check selected window.
24159
24160 2005-02-22 Kenichi Handa <handa@m17n.org>
24161
24162 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24163 (ps-mule-show-warning): New function.
24164 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24165 characters are found.
24166
24167 * ps-print.el (ps-header-footer-string): Return a list of header
24168 and footer strings.
24169
24170 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24171
24172 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24173
24174 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24175
24176 * frame.el (blink-cursor-mode): Use define-minor-mode.
24177
24178 * term/mac-win.el (function-key-map): Use char-names more consistently.
24179 (file-name-coding-system): Only set it for MacOS-9. The other case is
24180 already handled in mule-cmds.el (where it also works when mac-win.el
24181 is not used).
24182
24183 2005-02-21 Kenichi Handa <handa@m17n.org>
24184
24185 * international/mule.el (ctext-pre-write-conversion): Always use
24186 " *code-converting-work*" buffer for work.
24187
24188 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24189
24190 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24191
24192 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24193
24194 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24195
24196 * ses.el (undo-more): Restore defadvice, but only the part that
24197 allows changes outside the restricted area of the buffer.
24198
24199 2005-02-20 Kim F. Storm <storm@cua.dk>
24200
24201 * simple.el (line-move): Add fourth optional arg try-vscroll which
24202 must be set to perform auto-window-vscroll.
24203 When moving backwards and doing auto-window-vscroll, automatically
24204 vscroll to the last part of lines which are taller than the window.
24205 (next-line, previous-line): Set try-vscroll arg on line-move.
24206
24207 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24208
24209 * replace.el (query-replace, query-replace-regexp)
24210 (replace-string, replace-regexp): When operating on region, make
24211 the minibuffer prompt say so.
24212
24213 * isearch.el (isearch-forward): Document isearch-query-replace and
24214 isearch-query-replace-regexp keybindings.
24215
24216 2005-02-19 Jay Belanger <belanger@truman.edu>
24217
24218 * calc/calc-aent.el (math-read-token): Add local variable.
24219
24220 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24221 (calc-edit-top): Move declaration to earlier in file.
24222 (calc-edit-macro-repeats): Add local variables.
24223
24224 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24225 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24226 calcFunc-tanh.
24227 Adjust integration rule for calcFunc-tan.
24228
24229 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24230
24231 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24232 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24233 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24234 (viper-skip-separators): Bug fix.
24235 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24236 particular major mode.
24237 (viper-del-backward-char-in-replace): Don't put deleted char on the
24238 kill ring.
24239
24240 * viper-ex.el (viper-color-display-p): New function.
24241 (viper-has-face-support-p): Use viper-color-display-p.
24242
24243 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24244
24245 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24246
24247 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24248 (viper-file-remote-p): Make equivalent to file-remote-p.
24249
24250 * viper.el (viper-major-mode-modifier-list):
24251 Use viper-gnus-modifier-map.
24252
24253 2005-02-19 David Kastrup <dak@gnu.org>
24254
24255 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24256 quoting.
24257
24258 2005-02-19 Jay Belanger <belanger@truman.edu>
24259
24260 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24261 Remove extra definitions.
24262 (calc-coth): New function.
24263 (calcFunc-cot): Fix `let'.
24264
24265 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24266
24267 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24268 the reasons we use "type pc" in these faces.
24269
24270 * button.el (button): Ditto.
24271
24272 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24273
24274 * replace.el (query-replace-read-from): Set the value of
24275 query-replace-from-history-variable to handle the case of an empty
24276 string entered to accept the suggested default.
24277
24278 * net/tramp.el (tramp-file-name-for-operation):
24279 Use dired-call-process instead of dired-call-process-command.
24280
24281 2005-02-19 Jay Belanger <belanger@truman.edu>
24282
24283 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24284 (math-div-non-trig): New variables.
24285 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24286 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24287 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24288 trig expressions.
24289
24290 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24291
24292 * progmodes/gdb-ui.el (gdb-var-update-handler)
24293 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24294 for watch expressions,
24295 (gdb-var-create-handler): Don't set speedbar-update-flag.
24296 (gdb-post-prompt): Simplify test for speedbar.
24297
24298 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24299
24300 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24301 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24302 we use the syntax table of the correct buffer.
24303 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24304 Felix Gatzemeier.
24305
24306 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24307 (ediff-file-remote-p): Make synonymous with file-remote-p.
24308 In all deffaces ediff-*-face-*, use min-colors.
24309
24310 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24311 ediff-recurse-to-subdirectories.
24312 (ediff-mark-if-equal): Check that the arguments are strings, use
24313 ediff-same-contents (after to Felix Gatzemeier).
24314
24315 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24316 nil.
24317
24318 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24319
24320 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24321
24322 2005-02-18 David Kastrup <dak@gnu.org>
24323
24324 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24325 use `mark-active' when defined.
24326
24327 2005-02-18 Kenichi Handa <handa@m17n.org>
24328
24329 * ps-print.el (ps-font-info-database): New entry
24330 ZapfChancery-MediumItalic with correct font name. Fix font name
24331 of the entry Zapf-Chancery-MediumItalic.
24332
24333 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24334
24335 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24336
24337 2005-02-16 Kim F. Storm <storm@cua.dk>
24338
24339 * ido.el (ido-fallback-command): Pass user input to fallback command.
24340
24341 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24342
24343 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24344 (gdb-find-file-hook): Add server prefix.
24345
24346 2005-02-16 Richard M. Stallman <rms@gnu.org>
24347
24348 * replace.el (perform-replace): Pass new args to replace-highlight.
24349 (replace-highlight): Take region args,
24350 and pass them to isearch-lazy-highlight-new-loop.
24351
24352 * novice.el (disabled-command-hook): Autoload the defalias
24353 and the make-obsolete-variable call.
24354
24355 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24356
24357 * isearch.el (isearch-lazy-highlight-start-limit)
24358 (isearch-lazy-highlight-end-limit): New variables limit
24359 the region for highlighting.
24360 (isearch-lazy-highlight-new-loop): New args BEG and END.
24361 (isearch-lazy-highlight-search): Use the new vars.
24362 (isearch-lazy-highlight-update): Likewise.
24363
24364 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24365
24366 * cus-start.el (all): Use default-boundp.
24367
24368 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24369
24370 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24371
24372 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24373
24374 * autorevert.el (auto-revert-stop-on-user-input)
24375 (auto-revert-verbose): Doc fixes.
24376
24377 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24378
24379 * international/mule-cmds.el (set-locale-environment): Remove call
24380 to set-selection-coding-system on Windows.
24381
24382 2005-02-15 Jay Belanger <belanger@truman.edu>
24383
24384 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24385 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24386 calcFunc-coth.
24387 (math-simplify-sqrt): Add simplifications.
24388
24389 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24390 to list.
24391
24392 * calc/calc-ext.el: Add functions to autoloads.
24393
24394 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24395 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24396 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24397 (math-csc-raw, math-cot-raw): New functions.
24398
24399 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24400
24401 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24402 the variable name in a message.
24403
24404 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24405 calcFunc-csc, calcFunc-cot.
24406
24407 * calc/calcalg2.el: Add derivative and integration rules for
24408 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24409 calcFunc-csch, calcFunc-coth.
24410 (math-do-integral-methods): Add to checks for when to use
24411 substitutions.
24412
24413 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24414
24415 2005-02-15 Lute Kamstra <lute@gnu.org>
24416
24417 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24418 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24419 <monnier@iro.umontreal.ca>
24420 (lisp-outline-level): Improve efficiency. Suggested by David
24421 Kastrup <dak@gnu.org>.
24422
24423 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24424
24425 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24426 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24427 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24428 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24429 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24430
24431 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24432
24433 * cus-start.el (all): Comment change.
24434
24435 2005-02-14 Lute Kamstra <lute@gnu.org>
24436
24437 * cus-start.el (all): Check if symbol is void.
24438
24439 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24440
24441 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24442 optional argument to \cite.
24443
24444 2005-02-14 Richard M. Stallman <rms@gnu.org>
24445
24446 * cus-edit.el (custom-buffer-create-internal): Update help message.
24447 (custom-magic-alist): Update help messages.
24448
24449 * cus-start.el (all): Allow a var to specify a standard value.
24450
24451 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24452
24453 * custom.el (custom-theme-set-variables): Handle variable aliases.
24454
24455 * frame.el (blink-cursor-timer): Doc fix.
24456 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24457 declare obsolete.
24458 (blink-cursor-mode): Define with defcustom and use correct
24459 standard expression in that defcustom.
24460 * startup.el (command-line): Adapt to above changes in frame.el.
24461
24462 2005-02-11 Lute Kamstra <lute@gnu.org>
24463
24464 * apropos.el (apropos-score-doc): Prevent division by zero.
24465
24466 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24467
24468 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24469 (icalendar--get-event-property-attributes)
24470 (icalendar--get-event-properties)
24471 (icalendar--datetime-to-diary-date): New functions.
24472 (icalendar--split-value): Doc fix.
24473 (icalendar--datetime-to-noneuropean-date)
24474 (icalendar--datetime-to-european-date): New optional argument
24475 SEPARATOR. Return result as a string instead of a list.
24476 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24477 (icalendar--convert-string-for-export): Rename arg S to STRING.
24478 (icalendar-export-region): Doc fix. Change name of error buffer.
24479 Save output buffer.
24480 (icalendar-import-file): Add blank at end of prompt.
24481 (icalendar-import-buffer): Doc fix. Do not switch to error
24482 buffer. Indicate status in return value.
24483 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24484 buffer. Save output buffer. Handle exception from recurrence
24485 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24486 events. Fix problems with weekly all-day events.
24487
24488 2005-02-10 Richard M. Stallman <rms@gnu.org>
24489
24490 * simple.el (eval-expression-print-format):
24491 Avoid warning about edebug-active.
24492
24493 * help.el (help-for-help-internal): Rename from help-for-help.
24494 (help-for-help): Define with defalias.
24495
24496 * font-core.el (font-lock-default-function): Use with-no-warnings.
24497
24498 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24499
24500 * custom.el (defface): Doc fix.
24501
24502 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24503
24504 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24505 width 0" to prevent word wrapping problems.
24506
24507 2005-02-09 Kim F. Storm <storm@cua.dk>
24508
24509 * ido.el (ido-file-extensions-order): New defcustom.
24510 (ido-file-extension-lessp, ido-file-extension-aux)
24511 (ido-file-extension-order): New advanced file ordering.
24512 (ido-file-lessp): New simple file ordering.
24513 (ido-sort-list): Remove.
24514 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24515 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24516
24517 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24518
24519 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24520 that some versions of grep produce.
24521 (grep-mode-font-lock-keywords): Likewise.
24522
24523 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24524
24525 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24526 (gdb-cdir): Delete.
24527 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24528 (gdb-source-info): Treat case when source file is in another
24529 directory properly.
24530 (gdb-get-location): New function.
24531
24532 2005-02-07 Jay Belanger <belanger@truman.edu>
24533
24534 * calc/calc-prog.el (calc-write-parse-table-part)
24535 (calc-fix-token-name): Fix a check for language type.
24536
24537 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24538
24539 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24540
24541 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24542 as directory not writable.
24543
24544 2005-02-07 Kim F. Storm <storm@cua.dk>
24545
24546 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24547 (cua--standard-movement-commands): Remove list.
24548 Instead, set CUA property value to move for movement commands.
24549 (cua-movement-commands): Remove. Users must set CUA prop instead.
24550 (cua--pre-command-handler): Check CUA property.
24551 (cua--init-keymaps): Don't remap undo commands.
24552 (cua-mode): Don't call cua--rectangle-on-off.
24553
24554 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24555 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24556 (cua--rect-undo-set-point): New var.
24557 (cua--rectangle-undo-boundary): Setup undo apply entry.
24558 (cua--rect-undo-handler): New function for rectangle undo.
24559 (cua--rect-start-position, cua--rect-end-position): Add.
24560 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24561 for restored rectangle. Set point if cua--rect-undo-set-point.
24562
24563 2005-02-06 Jay Belanger <belanger@truman.edu>
24564
24565 * calc/calc-lang.el (calc-tex-language): Display more information
24566 in messages.
24567
24568 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24569 in TeX mode.
24570
24571 2005-02-06 Richard M. Stallman <rms@gnu.org>
24572
24573 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24574
24575 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24576
24577 * net/ldap.el (ldap-search-internal): Support attributes with
24578 optional descriptions separated by a semi-colon, as in
24579 "userCertificate;binary".
24580
24581 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24582
24583 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24584 isn't a cons (i.e. the version is 0).
24585
24586 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24587
24588 * help.el (help-for-help): Doc fix.
24589
24590 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24591
24592 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24593 GDB-Windows on the menu-bar as this works better.
24594
24595 2005-02-04 Jay Belanger <belanger@truman.edu>
24596
24597 * calc/calc-embed.el (calc-embedded-update): Don't put in
24598 unnecessary newlines. Adjust the end of formula marker.
24599
24600 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24601 (math-latex-parse-two-args): New function.
24602
24603 2005-02-03 Lute Kamstra <lute@gnu.org>
24604
24605 * help-fns.el (help-with-tutorial): Make sure that users cannot
24606 remove the entire text of the tutorial by means of `undo'.
24607
24608 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24609
24610 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24611 in recent changes, where the ispell process was repeatedly
24612 killed & restarted.
24613
24614 * international/mule-cmds.el (set-locale-environment): Set file-name
24615 coding system to utf-8 on Darwin systems.
24616 (set-default-coding-systems): Don't set default-file-name-coding-system
24617 on Darwin systems.
24618
24619 2005-02-03 Richard M. Stallman <rms@gnu.org>
24620
24621 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24622
24623 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24624
24625 * faces.el (list-faces-display): Add optional argument.
24626
24627 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24628
24629 * font-core.el (font-lock-default-function): Handle the rare case where
24630 only font-lock-keywords is set.
24631
24632 2005-02-02 Kenichi Handa <handa@m17n.org>
24633
24634 * international/characters.el: Cancel previous change for
24635 I-WITH-DOT-ABOVE and DOTLESS-i.
24636
24637 * international/latin-5.el: Cancel previous change.
24638
24639 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24640
24641 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24642
24643 2005-02-02 Kenichi Handa <handa@m17n.org>
24644
24645 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24646 DOTLESS-i.
24647
24648 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24649 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24650
24651 * case-table.el (get-upcase-table): New function.
24652 (copy-case-table): Copy upcaes table too if non-nil.
24653 (set-case-syntax-delims): Maintain upcase table too.
24654 (set-case-syntax-pair): Likewise.
24655 (set-upcase-syntax, set-downcase-syntax): New functions.
24656 (set-case-syntax): Maintain upcase table too.
24657
24658 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24659
24660 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24661
24662 * progmodes/gud.el (gud-goto-info): New function.
24663 (gud-tool-bar-map): Use correct icon.
24664
24665 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24666
24667 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24668 When delegating, order args in the funcall correctly.
24669
24670 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24671
24672 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24673
24674 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24675
24676 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24677 buffer not visiting a file.
24678
24679 2005-01-31 Jay Belanger <belanger@truman.edu>
24680
24681 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24682 bound on the line with the formula.
24683
24684 2005-01-31 Kim F. Storm <storm@cua.dk>
24685
24686 * ses.el (ses-create-cell-variable-range)
24687 (ses-destroy-cell-variable-range, ses-reset-header-string)
24688 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24689 (ses-insert-row): Fix format of apply undo entries.
24690
24691 2005-01-31 Jay Belanger <belanger@truman.edu>
24692
24693 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24694 parts.
24695
24696 * calc/calc-embed.el (calc-embedded-open-formula)
24697 (calc-embedded-close-formula): Ignore matrix environments.
24698
24699 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24700 TeX mode.
24701
24702 * calc/calc-lang.el (math-function-table, math-oper-table)
24703 (math-variable-table): Adjust the LaTeX portions.
24704
24705 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24706 (math-latex-ignore-words): New constant.
24707
24708 2005-01-31 Richard M. Stallman <rms@gnu.org>
24709
24710 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24711 (ispell-local-dictionary): Doc fix.
24712 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24713 Don't reinitialize at run time. Don't defcustom.
24714 All uses changed to append ispell-local-dictionary-alist,
24715 or check it first.
24716 (ispell-current-dictionary): New variable for dictionary in use.
24717 (ispell-dictionary): Now used only for global default.
24718 (ispell-start-process): Set ispell-current-dictionary,
24719 not ispell-dictionary.
24720 (ispell-change-dictionary): Use this only for setting
24721 user preferences.
24722 (ispell-internal-change-dictionary): New function
24723 to change the current dictionary in use.
24724 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24725 Use ispell-current-dictionary.
24726 Handle ispell-local-dictionary-overridden.
24727 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24728
24729 2005-01-31 Jay Belanger <belanger@truman.edu>
24730
24731 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24732
24733 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24734 (calc-mode-map): Add calc-latex-language.
24735
24736 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24737 (math-latex-print-frac): New functions.
24738 (math-oper-table, math-function-table, math-variable-table)
24739 (math-complex-format, math-input-filter): Add latex properties.
24740 (calc-set-language): Set math-expr-special-function-mapping.
24741
24742 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24743 (calc-write-parse-table-part): Add LaTeX support.
24744
24745 * calc/calc.el (calc-language): Adjust docstring.
24746 (calc-set-mode-line): Add LaTeX support.
24747 (math-expr-special-function-mapping): New variable.
24748 (math-tex-ignore-words): Add to list.
24749
24750 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24751 Add LaTeX support.
24752 (math-compose-expr): Add support for special functions.
24753
24754 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24755
24756 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24757
24758 * progmodes/gdb-ui.el (gdb-memory-address)
24759 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24760 (gdb-memory-mode-map, gdb-memory-format-keymap)
24761 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24762 (gdb-memory-unit-menu): New variables for a buffer
24763 that lets the user examine program memory.
24764 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24765 (gdb-memory-format-binary, gdb-memory-format-octal)
24766 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24767 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24768 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24769 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24770 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24771 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24772 (gdb-memory-mode, gdb-memory-buffer-name)
24773 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24774 New functions for above buffer.
24775
24776 2005-01-30 Richard M. Stallman <rms@gnu.org>
24777
24778 * cus-edit.el (custom-bury-buffer): Function deleted.
24779 (custom-buffer-done-function): Option deleted.
24780 (custom-buffer-done-kill): New replacement option.
24781 (Custom-buffer-done): Call quit-window.
24782 (custom-buffer-create-internal): Update for above changes.
24783
24784 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24785
24786 * simple.el (undo-ask-before-discard): New var.
24787 (undo-outer-limit-truncate): Implement it.
24788 (undo-extra-outer-limit): Doc update.
24789
24790 2005-01-29 Richard M. Stallman <rms@gnu.org>
24791
24792 * ses.el (undo-more): Delete defadvice.
24793 (ses-begin-change): Doc fix.
24794
24795 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24796 instead of rebinding C-x u and C-_.
24797
24798 * files.el (normal-backup-enable-predicate): Return nil for files
24799 in /tmp, regardless of temporary-file-directory.
24800
24801 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24802
24803 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24804 (open-rectangle, delete-whitespace-rectangle-line)
24805 (clear-rectangle-line): If FILL, pass t instead of FILL
24806 for move-to-column's 2nd arg.
24807
24808 * simple.el (undo): Fix the test for continuing a series of undos.
24809 (undo-more): Set pending-undo-list to t when we reach end.
24810 (pending-undo-list): Move up defvar.
24811
24812 * wid-edit.el (widget-button-click):
24813 Shorten the range of the track-mouse binding.
24814
24815 * comint.el (comint-insert-input): Undo previous changes;
24816 use last-input-event in interactive spec.
24817
24818 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24819
24820 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24821 to nil before invoking call-process. Reset buffer's modified flag
24822 after fontifying it in the no-async branch.
24823
24824 * wid-edit.el (widget-specify-button): If mouse pointer shape
24825 cannot be changed, use mouse face instead.
24826
24827 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24828
24829 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24830 (gdb-goto-breakpoint): Make breakpoint handling work on template
24831 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24832 (gdb-assembler-custom): Update to recognize breakpoint information
24833 added on 2005-01-19.
24834
24835 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24836
24837 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24838 (dsssl-mode): Use define-derived-mode.
24839 (scheme-mode-initialize): Remove.
24840 (scheme-mode): Use run-mode-hooks.
24841
24842 * cus-edit.el (customize-group-other-window)
24843 (custom-buffer-create-other-window): Don't override special-display-*.
24844 (custom-mode-map): Make it dense.
24845
24846 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24847 sets the default value.
24848
24849 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24850
24851 * descr-text.el: Add more keywords.
24852
24853 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24854
24855 * speedbar.el: Avoid unnecessary use of locate-library.
24856
24857 * international/mule-cmds.el (standard-display-european-internal):
24858 Don't fiddle with latin-1 non-break space any more since it's now
24859 special cased in the C code.
24860 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24861
24862 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24863
24864 * cus-start.el (all): Add `undo-outer-limit'.
24865
24866 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24867
24868 * textmodes/bibtex.el (bibtex-format-entry):
24869 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24870 field lines.
24871 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24872 not on part of a buffer.
24873
24874 2005-01-25 Lute Kamstra <lute@gnu.org>
24875
24876 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24877 nonempty field text strings like "{letters\\macro{}more letters}".
24878 Clarify docstring.
24879 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24880 (bibtex-entry-offset, bibtex-parse-association)
24881 (bibtex-parse-field-name): Fix typos in docstrings.
24882 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24883
24884 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24885
24886 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24887 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24888 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24889 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24890
24891 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24892 isearch minor mode.
24893
24894 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24895
24896 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24897
24898 2005-01-24 Lute Kamstra <lute@gnu.org>
24899
24900 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24901 CASECHARS and NOT-CASECHARS regular expressions of the
24902 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24903 striding over charsets" error.
24904
24905 2005-01-24 Jay Belanger <belanger@truman.edu>
24906
24907 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24908 display variable name.
24909
24910 2005-01-24 Kenichi Handa <handa@m17n.org>
24911
24912 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24913 Fix setting of the element of encoded-kbd-iso2022-invocations.
24914
24915 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24916
24917 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24918 (gdb-threads-select): Change to also accept mouse events.
24919 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24920 (gdb-threads-mouse-select): Delete.
24921
24922 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24923
24924 * files.el (insert-directory): Take care of empty directory,
24925 listed without -a switch.
24926
24927 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24928
24929 * textmodes/refill.el (refill-post-command-function):
24930 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24931 to the list of functions that we should be careful not to undo.
24932 (refill-late-fill-paragraph-function): Remove.
24933 (refill-saved-state): New var.
24934 (refill-mode): Use it to save fill-paragraph-function.
24935 Save also the value of auto-fill-function.
24936
24937 * term/w32-win.el: Simplify code.
24938
24939 2005-01-23 Kim F. Storm <storm@cua.dk>
24940
24941 * simple.el (line-move): Adapt to new return value from
24942 pos-visible-in-window-p.
24943
24944 * simple.el (line-move): Fix last change. Check partial
24945 visibility at point rather than at window-start.
24946
24947 2005-01-22 Jason Rumney <jasonr@gnu.org>
24948
24949 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24950
24951 2005-01-22 David Kastrup <dak@gnu.org>
24952
24953 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24954
24955 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24956
24957 * type-break.el (type-break-mode): Add a test for
24958 type-break-file-name being non-nil.
24959
24960 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24961
24962 * net/eudc.el (top level): Call (message "") via progn, so that
24963 eudc-options-file is loaded.
24964
24965 2005-01-22 Kim F. Storm <storm@cua.dk>
24966
24967 * simple.el (line-move-1): Rename from line-move.
24968 (line-move): New function that adjusts vscroll for partially
24969 visible rows, and calls line-move-1 otherwise.
24970
24971 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24972
24973 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24974 since it's not a complete read-event implementation
24975
24976 2005-01-20 Jay Belanger <belanger@truman.edu>
24977
24978 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24979 for called function.
24980
24981 2005-01-20 Steven Tamm <steventamm@mac.com>
24982
24983 * term/mac-win.el (process-connection-type): Remove.
24984 Controlled now by s/darwin.h:PTY_ITERATION.
24985
24986 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24987
24988 * window.el (handle-select-window): Don't switch window when we're
24989 in the minibuffer.
24990
24991 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24992
24993 * subr.el (dotimes-with-progress-reporter): New macro.
24994
24995 * ses.el (ses-dotimes-msg): Remove macro.
24996 Use `dotimes-with-progress-reporter' instead.
24997
24998 2005-01-19 Steven Tamm <steventamm@mac.com>
24999
25000 * term/mac-win.el (process-connection-type): Use new
25001 operating-system-release variable to use ptys on Darwin 7 (OS X
25002 10.3) when using carbon build.
25003
25004 2005-01-19 Jay Belanger <belanger@truman.edu>
25005
25006 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25007 flags if the last command was a tab or M-tab.
25008
25009 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25010 in formula editing buffer.
25011
25012 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25013
25014 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25015 breakpoint image symbol in margin.
25016
25017 2005-01-19 Jay Belanger <belanger@truman.edu>
25018
25019 * calc/calc-prog.el (calc-execute-kbd-macro):
25020 Ignore calc-keep-arg-flag.
25021
25022 2005-01-19 Kenichi Handa <handa@m17n.org>
25023
25024 * textmodes/ispell.el (ispell-looking-at): New function.
25025 (ispell-process-line): Use ispell-looking-at to compare the ispell
25026 output and the buffer contents.
25027
25028 2005-01-18 Jay Belanger <belanger@truman.edu>
25029
25030 * calc/calc.el (calc-display-raw): Fix docstring.
25031
25032 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25033
25034 * simple.el (blink-matching-open): Strip extra info from syntax.
25035
25036 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25037 funny chars in the end-of-here-doc marker.
25038
25039 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25040
25041 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25042 that enable/disabled state of breakpoints is shown correctly in
25043 fringe and on ttys.
25044 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25045 Add breakpoint information as text properties.
25046 (gdb-mouse-toggle-breakpoint):
25047 Rename to gdb-mouse-set-clear-breakpoint.
25048 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25049 breakpoints in the margin.
25050 (gdb-remove-strings): Simplify.
25051
25052 2005-01-17 Jay Belanger <belanger@truman.edu>
25053
25054 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25055 erasing buffer.
25056
25057 2005-01-17 Richard M. Stallman <rms@gnu.org>
25058
25059 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25060 for calling grep-compute-defaults.
25061
25062 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25063 if buffer is empty.
25064
25065 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25066
25067 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25068
25069 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25070
25071 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25072 non-preloaded variables.
25073
25074 2005-01-17 Steven Tamm <steventamm@mac.com>
25075
25076 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25077 tex-shell cause to force interactivity when using pipes.
25078
25079 2005-01-17 Kim F. Storm <storm@cua.dk>
25080
25081 * simple.el (just-one-space): Make arg optional.
25082
25083 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25084
25085 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25086 posn-at-x-y to t to access left-margin.
25087
25088 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25089
25090 Sync with Tramp 2.0.47.
25091
25092 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25093 catching keep-date problems in cp/scp operations.
25094 (tramp-handle-copy-file): Don't call `set-file-modes'
25095 unconditionally. Specialized functions should know better what is
25096 necessary. This improves performance a little bit, and the
25097 functions could catch errors with `cp -p' and `scp -p'.
25098 (tramp-do-copy-or-rename-file-via-buffer)
25099 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25100 when appropriate.
25101 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25102 Call `set-file-modes' when appropriate.
25103 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25104 Johnsson <isak@hypergene.com>
25105 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25106 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25107 <joakim@verona.se>
25108 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25109 Emacs only.
25110
25111 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25112 `find-file-hooks' and `dired-mode-hook'.
25113 (tramp-minor-mode-map): Respective map. Add remapping for
25114 `compile' and `recompile'.
25115 (tramp-remap-command, tramp-recompile): New defuns.
25116 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25117 in buffer "*Compilation*". Call the commands asynchronously.
25118
25119 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25120 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25121 `shell-command', because it isn't magic in XEmacs. Reported by
25122 Adrian Aichner <adrian@xemacs.org>.
25123
25124 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25125 `substitute-in-file-name.
25126 (tramp-smb-handle-substitute-in-file-name): New defun.
25127 (tramp-smb-advice-PC-do-completion): Delete advice.
25128
25129 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25130
25131 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25132 Fix error in deleting region.
25133
25134 2005-01-15 Richard M. Stallman <rms@gnu.org>
25135
25136 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25137 In non-temp buffer, switch syntax table temporarily.
25138
25139 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25140
25141 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25142
25143 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25144
25145 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25146 (imenu--generic-function): Use START, not BEG, as pos of definition.
25147
25148 * simple.el (just-one-space): Argument specifies number of spaces.
25149
25150 * simple.el (eval-expression-print-format): Avoid warning
25151 about edebug-active.
25152
25153 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25154
25155 * progmodes/sh-script.el: Code copied from make-mode.el
25156 with small changes,
25157 (sh-mode-map): Bind C-c C-\.
25158 (sh-backslash-column, sh-backslash-align): New variables.
25159 (sh-backslash-region, sh-append-backslash): New functions.
25160
25161 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25162
25163 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25164 (rmail-pop-password, rmail-pop-password-required): Move to
25165 rmail-obsolete group.
25166 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25167 All callers updated.
25168 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25169 Take an argument specifying whether it is POP or IMAP mailbox we
25170 are using. All callers updated.
25171 (rmail-pop-password-error): Rename to
25172 rmail-remote-password-error. Added mailutils-specific error message.
25173 (rmail-movemail-search-path)
25174 (rmail-movemail-variant-in-use): New variables.
25175 (rmail-remote-password, rmail-remote-password-required):
25176 New customization variables.
25177 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25178 (rmail-parse-url): New function.
25179 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25180 with GNU mailutils movemail.
25181
25182 2005-01-15 Kevin Ryde <user42@zip.com.au>
25183
25184 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25185 suffix to space, $ or '$, to correctly position point when going
25186 to @table style constants like DBL_MAX.
25187
25188 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25189
25190 * type-break.el (type-break-mode, type-break-file-time)
25191 (type-break-file-keystroke-count, type-break-choose-file):
25192 Don't store data in or load data from the file if type-break-file-name
25193 is nil.
25194 (type-break-file-name): Doc update as per the above.
25195
25196 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25197
25198 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25199 lookup-key might return nil; handle that.
25200
25201 2005-01-15 Alan Mackenzie <acm@muc.de>
25202
25203 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25204 rather than the element found, thus enabling the tree to be setcar'd.
25205
25206 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25207
25208 * textmodes/org.el (org-show-following-heading): New option.
25209 (org-show-hierarchy-above): Use `org-show-following-heading'.
25210 (org-cycle): Documentation fix.
25211
25212 * textmodes/org.el (orgtbl-optimized): New option
25213 (orgtbl-mode): New command, a minor mode.
25214 (orgtbl-mode-map): New variable.
25215 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25216 (orgtbl-error, orgtbl-self-insert-command)
25217 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25218
25219 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25220 a local variable in each org-mode buffer.
25221
25222 * textmodes/org.el (org-set-regexps-and-options): Rename from
25223 `org-set-regexps'. Added checking for STARTUP keyword.
25224 (org-get-current-options): Add STARTUP options.
25225 (org-table-insert-row): Make mode intelligent about when
25226 realignment is needed.
25227 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25228 New commands.
25229 (org-enable-table-editor): New default value `optimized'.
25230 (org-table-blank-field): Support blanking regions if active.
25231
25232 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25233
25234 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25235 if the year is not given.
25236
25237 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25238 Add new escapes %m and %M, fixed bug with %F by adding
25239 save-match-data.
25240 (reftex-reference): Remove ?. from list of spaces.
25241 (reftex-label-info): Add automatic label prefix recognition.
25242
25243 * textmodes/reftex-index.el (reftex-index-next-phrase):
25244 Add slave parameter to call of `reftex-index-this-phrase'.
25245 (reftex-index-this-phrase): New optional argument.
25246 (reftex-index-region-phrases): Add slave parameter to call of
25247 `reftex-index-this-phrase'.
25248 (reftex-display-index): New argument redo.
25249 (reftex-index-rescan): Add `redo' to arguments of
25250 `reftex-display-index'.
25251 (reftex-index-Rescan, reftex-index-revert)
25252 (reftex-index-switch-index-tag): Add `redo' to arguments of
25253 `reftex-display-index'.
25254 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25255 indexing. Fix bug with matching is there is a quote before or
25256 after the word.
25257
25258 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25259 Fix bug when collecting citation keys in lines with comments.
25260 (reftex-citation): Prefix argument no longer rescans the document,
25261 but forces prompting for optional arguments of cite macros.
25262 (reftex-do-citation): Prompting for optional arguments implemented.
25263
25264 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25265 Add optional arguments to most cite commands.
25266 (reftex-cite-cleanup-optional-args): New option
25267 (reftex-cite-prompt-optional-args): New option.
25268 (reftex-trust-label-prefix): New option.
25269
25270 * textmodes/reftex-toc.el (reftex-toc-find-section):
25271 Add push-mark before changing the position in the buffer.
25272
25273 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25274 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25275
25276 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25277
25278 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25279 more carefully.
25280
25281 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25282
25283 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25284 (sgml-mode): Use it.
25285 (sgml-get-context): Better keep track of implicitly closed tags.
25286
25287 2005-01-13 Kenichi Handa <handa@m17n.org>
25288
25289 * textmodes/ispell.el: These changes are to fix misalignment error
25290 caused by equivalent characters of different Emacs charsets.
25291 (ispell-unified-chars-table): New variable.
25292 (ispell-get-decoded-string): New function.
25293 (ispell-get-casechars, ispell-get-not-casechars)
25294 (ispell-get-otherchars): Call ispell-get-decoded-string.
25295
25296 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25297
25298 * custom.el (custom-declare-variable): Just put symbol instead
25299 of (defvar . symbol) in `current-load-list'.
25300
25301 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25302
25303 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25304
25305 2005-01-12 Jay Belanger <belanger@truman.edu>
25306
25307 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25308 to create a Calc summary.
25309
25310 2005-01-12 Kim F. Storm <storm@cua.dk>
25311
25312 * mouse.el (mouse-on-link-p): Change functionality and doc
25313 string to comply with latest description in lisp ref.
25314
25315 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25316
25317 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25318 Enable mouse clicks on mode-line, header-line and margin.
25319 (event-type): Give mouse event symbols an `event-kind' property
25320 with value `mouse-click'.
25321
25322 2005-01-12 Juri Linkov <juri@jurta.org>
25323
25324 * facemenu.el (list-colors-display): Add new arg buffer-name.
25325 Use it. Fix docstring. Replace code for identifying duplicate
25326 colors by the name with call to `list-colors-duplicates' which
25327 identifies duplicate colors by the value unless the color
25328 is one of special Windows colors. Set truncate-lines to t.
25329 Print sorted duplicate color names on each line. Indent to 22
25330 \(the longest color name in rgb.txt) instead of 20. Optimize.
25331 (list-colors-duplicates): New function.
25332 (facemenu-color-name-equal): Delete function.
25333
25334 * facemenu.el (list-colors-print): New function created from code
25335 in list-colors-display. Print #RRGGBB at the window right edge.
25336 (list-colors-display): When temp-buffer-show-function is not
25337 defined, call list-colors-print from temp-buffer-show-hook
25338 to get the right value of window-width in list-colors-print
25339 after the buffer is displayed.
25340
25341 * simple.el (pop-mark): Move deactivate-mark out of conditional
25342 part to deactivate the active mark regardless of the state of the
25343 mark ring.
25344
25345 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25346 variables line in desktop files.
25347
25348 2005-01-12 Juri Linkov <juri@jurta.org>
25349
25350 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25351 Bring together isearch highlight related options.
25352 (lazy-highlight): Replace group `replace' by `matching'.
25353 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25354 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25355 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25356 and declare them obsolete.
25357 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25358 (isearch-faces): Remove defgroup.
25359 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25360 Move isearch highlighting code closer to lazy highlighting code.
25361
25362 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25363 (query-replace-highlight, query-replace-lazy-highlight)
25364 (query-replace): Move definitions to the beginning of the file.
25365
25366 2005-01-11 Juri Linkov <juri@jurta.org>
25367
25368 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25369 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25370 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25371
25372 * info.el (Info-history-forward): New variable.
25373 (Info-select-node): Reset Info-history-forward to nil.
25374 (Info-last): Turn into defalias.
25375 (Info-history-back): Rename from Info-last.
25376 Add current node to Info-history-forward.
25377 (Info-history-forward): New fun.
25378 (Info-mode-map): Replace Info-last by Info-history-back.
25379 Bind Info-history-forward to "r".
25380 (Info-mode-menu): Replace Info-last by Info-history-back.
25381 Fix menu item text. Add menu item for Info-history-forward.
25382 (info-tool-bar-map): Replace Info-last by Info-history-back.
25383 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25384 for Info-history-forward.
25385 (Info-mode): Replace Info-last by Info-history-back in docstring.
25386 Add local variable Info-history-forward.
25387 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25388
25389 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25390
25391 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25392 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25393 Ignore select-window events rather than fiddle with
25394 mouse-autoselect-window.
25395
25396 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25397
25398 * type-break.el (type-break-mode): Fix previous change.
25399
25400 2005-01-10 Jay Belanger <belanger@truman.edu>
25401
25402 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25403 calculator; only reset when point is inside a calculator.
25404 Don't adjust the window height if the window takes up the whole height
25405 of the frame.
25406
25407 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25408
25409 * ebuff-menu.el (Electric-buffer-menu-mode):
25410 Preserve value of buffer-local var header-line-format.
25411
25412 2005-01-09 Jay Belanger <belanger@truman.edu>
25413
25414 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25415 Make sure settings file exists before accessing it.
25416
25417 * calc/calc-embed.el (calc-embedded-subst):
25418 Replace math-multi-subst-rec, which is only supposed to be called
25419 by math-multi-subst, by math-multi-subst.
25420
25421 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25422
25423 * vc.el (vc-allow-async-revert): New user option.
25424 (vc-disable-async-diff): New internal variable.
25425 (vc-revert-buffer): Use them to disable asynchronous diff.
25426
25427 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25428 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25429 asynchronously if vc-disable-async-diff is t.
25430
25431 2005-01-09 Jay Belanger <belanger@truman.edu>
25432
25433 * calc/calc.el (defcalcmodevar): New macro.
25434 (calc-mode-var-list-restore-default-values)
25435 (calc-mode-var-list-restore-saved-values): New functions.
25436 (calc-mode-var-list): Use defcalcmodevar to define it.
25437 (calc-always-load-extensions, calc-line-numbering)
25438 (calc-line-breaking, calc-display-just, calc-display-origin)
25439 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25440 (calc-group-char, calc-point-char, calc-frac-format)
25441 (calc-prefer-frac, calc-hms-format, calc-date-format)
25442 (calc-float-format, calc-full-float-format, calc-complex-format)
25443 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25444 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25445 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25446 (calc-matrix-brackets, calc-language, calc-language-option)
25447 (calc-left-label, calc-right-label, calc-word-size)
25448 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25449 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25450 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25451 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25452 (calc-window-height, calc-display-trail, calc-show-selections)
25453 (calc-use-selections, calc-assoc-selections)
25454 (calc-display-working-message, calc-auto-why, calc-timing)
25455 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25456 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25457 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25458 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25459 (calc-gnuplot-geometry, calc-graph-default-resolution)
25460 (calc-graph-default-resolution-3d, calc-invocation-macro)
25461 (calc-show-banner): Use defcalcmodevar to declare them and set
25462 their default values.
25463
25464 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25465 instead of default values (but restore default values if there is
25466 an argument of 0).
25467
25468 2005-01-09 David Kastrup <dak@gnu.org>
25469
25470 * desktop.el (desktop-restore-eager): Fix typo in type.
25471
25472 2005-01-08 Richard M. Stallman <rms@gnu.org>
25473
25474 * cus-edit.el (customize): Delete :link.
25475
25476 2005-01-08 Jay Belanger <belanger@truman.edu>
25477
25478 * calc/calc.el (calc-mode): Remove the extension from the
25479 `calc-settings-file' file name when loading it.
25480
25481 2005-01-08 Kim F. Storm <storm@cua.dk>
25482
25483 * info.el (Info-mode-map, Info-next-link-keymap)
25484 (Info-prev-link-keymap, Info-up-link-keymap):
25485 Map follow-link to mouse-face.
25486 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25487
25488 2005-01-08 Jay Belanger <belanger@truman.edu>
25489
25490 * calc/calc.el (calc-settings-file): Change default value.
25491 Suggested by cgw in a comment in calc-mode.el.
25492
25493 * calc/calc-mode.el (calc-settings-file-name):
25494 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25495 Replace ~/.emacs in a prompt by calc-settings-file.
25496
25497 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25498
25499 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25500 (desktop-lazy-idle-delay): New customizable variables.
25501 (desktop-buffer-args-list): New variable.
25502 (desktop-append-buffer-args): New function.
25503 (desktop-save): Call desktop-append-buffer-args for some buffers.
25504 (desktop-lazy-create-buffer): New function.
25505 (desktop-idle-create-buffers): New function.
25506 (desktop-read): Add message about buffers to restore lazily.
25507 (desktop-lazy-abort): New command.
25508 (desktop-clear): Call desktop-lazy-abort.
25509 (desktop-lazy-complete): New command.
25510
25511 2005-01-06 Richard M. Stallman <rms@gnu.org>
25512
25513 * emacs-lisp/find-func.el (find-face-definition):
25514 Rename from find-face.
25515
25516 2005-01-06 Kim F. Storm <storm@cua.dk>
25517
25518 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25519
25520 * man.el (Man-xref-man-page, Man-xref-header-file)
25521 (Man-xref-normal-file): Add follow-link property.
25522
25523 2005-01-06 Jay Belanger <belanger@truman.edu>
25524
25525 * calc/calc-units.el: Make sure the proper macro definitions are
25526 available when compiling.
25527
25528 2005-01-06 Juri Linkov <juri@jurta.org>
25529
25530 * isearch.el (isearch-lazy-highlight-update):
25531 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25532
25533 2005-01-06 Miles Bader <miles@gnu.org>
25534
25535 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25536 (isearch-lazy-highlight-face): Use new name.
25537
25538 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25539
25540 * uniquify.el (uniquify-rationalize-file-buffer-names):
25541 Re-add an interactive spec.
25542 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25543 to the same name.
25544
25545 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25546 (isearch-update, isearch-done): Adjust calls accordingly.
25547
25548 2005-01-05 Richard M. Stallman <rms@gnu.org>
25549
25550 * custom.el (custom-set-variables, custom-theme-set-variables):
25551 Clarify documentation.
25552
25553 * emacs-lisp/find-func.el (find-variable)
25554 (find-variable-other-window, find-variable-other-frame):
25555 Fix the TYPE args to find-function-read and find-function-do-it.
25556 (find-function): Doc fix.
25557 (find-function-at-point): Replace function-at-point alias.
25558
25559 2005-01-04 Richard M. Stallman <rms@gnu.org>
25560
25561 * cus-face.el (custom-declare-face):
25562 Record defface in current-load-list.
25563
25564 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25565
25566 * emacs-lisp/find-func.el: Doc fixes.
25567 (find-face-regexp): New variable.
25568 (find-function-regexp-alist): New variable.
25569 (find-function-C-source): Third arg is now TYPE.
25570 (find-function-search-for-symbol): Handle general TYPE.
25571 (find-function-read, find-function-do-it): Handle general TYPE.
25572 (find-definition-noselect, find-face): New functions.
25573 (function-at-point): Alias deleted.
25574
25575 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25576
25577 * battery.el (display-battery-mode): Rename from display-battery.
25578 Handle the case where it gets turned off.
25579
25580 2005-01-04 Richard M. Stallman <rms@gnu.org>
25581
25582 * cus-edit.el (customize): Make :link point to user doc.
25583
25584 * man.el (Man-fontify-manpage): Turn off undo generation.
25585
25586 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25587
25588 2005-01-04 Andreas Schwab <schwab@suse.de>
25589
25590 * files.el (insert-directory): Only look for error lines in
25591 inserted text. Don't move too far after processing --dired markers.
25592
25593 2005-01-04 Richard M. Stallman <rms@gnu.org>
25594
25595 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25596 Don't expand if the character is @, period, dash, etc.
25597 (define-mail-abbrev): Quote names that contain problem characters.
25598
25599 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25600
25601 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25602
25603 2005-01-03 Richard M. Stallman <rms@gnu.org>
25604
25605 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25606 (query-replace-highlight, query-replace-lazy-highlight)
25607 (query-replace): Definitions moved up. Doc fix.
25608
25609 2005-01-03 Richard M. Stallman <rms@gnu.org>
25610
25611 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25612 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25613 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25614 (lazy-highlight-face): Rename from isearch-lazy-...
25615 Change all references to them.
25616
25617 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25618
25619 * cus-edit.el (custom-file): Doc fix for defcustom.
25620 (custom-file): The function no longer sets the variable
25621 `custom-file' to its return value.
25622
25623 * startup.el (command-line): No longer load `custom-file'.
25624
25625 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25626
25627 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25628
25629 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25630 Don't confuse module-prefixed identifiers for labels.
25631 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25632
25633 2005-01-02 Richard M. Stallman <rms@gnu.org>
25634
25635 * files.el (basic-save-buffer-1): Fix previous change.
25636
25637 * loadhist.el (file-loadhist-lookup): New function.
25638 (file-provides, file-requires): Use it.
25639
25640 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25641 instead of calculating the right size.
25642
25643 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25644
25645 * vc-svn.el (vc-svn-diff): Stay local if possible.
25646
25647 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25648
25649 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25650
25651 * files.el (hack-local-variables): Fix last change.
25652
25653 2005-01-02 Jay Belanger <belanger@truman.edu>
25654
25655 * calc/calc-yank.el (calc-edit-top): New variable.
25656 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25657 object. Change header properties.
25658 (calc-edit-finish, calc-edit-finish-stack-object)
25659 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25660 edited object.
25661 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25662 for the beginning of the edited object.
25663 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25664 for the beginning of the edited object.
25665 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25666 (calc-finish-formula-edit, calc-macro-repeats)
25667 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25668 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25669 beginning of the edited object.
25670 (calc-user-define-edit): Change the header for editing macros.
25671 Remove unnecessary variable.
25672
25673 2005-01-01 Jay Belanger <belanger@truman.edu>
25674
25675 * calc/calc-yank.el (calc-edit-mode): Change default header.
25676 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25677 * calc/calc-store.el (calc-edit-variable): Change title to match new
25678 header.
25679 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25680 mode to match new header.
25681 (calc-user-define-edit): Change titles to include names of commands.
25682 (calc-finish-formula-edit): Adjust to handle new header.
25683 (calc-finish-macro-edit): Remove.
25684 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25685 (calc-edit-macro-command, calc-edit-macro-command-type)
25686 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25687 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25688 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25689 (calc-edit-macro-finish-edit): New functions.
25690 (calc-user-define-edit): Use new functions to edit named calc macros.
25691
25692 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25693
25694 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25695
25696 * ses.el (copy-region-as-kill): Deactivate mark.
25697
25698 2005-01-01 Richard M. Stallman <rms@gnu.org>
25699
25700 * replace.el (occur-1): If the output buffer is also an input,
25701 don't kill it, rename it.
25702
25703 * faces.el (set-face-background, set-face-foreground): Doc fix.
25704
25705 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25706 for :foreground and :background.
25707
25708 * dired.el (dired-view-command-alist): Variable deleted.
25709 (dired-view-file, dired-mouse-find-file-other-window):
25710 Delete the code to use it.
25711
25712 2005-01-01 Kim F. Storm <storm@cua.dk>
25713
25714 * image.el (insert-sliced-image): Use t for line-height property.
25715
25716 See ChangeLog.11 for earlier changes.
25717
25718 ;; Local Variables:
25719 ;; coding: iso-2022-7bit
25720 ;; End:
25721
25722 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25723 Copying and distribution of this file, with or without modification,
25724 are permitted provided the copyright notice and this notice are preserved.
25725
25726 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1